/*
Theme Name: Divi Child Theme 
Description: A child theme to house custom coding which modifies the Divi parent theme by Elegant Themes. Includes default line numbers where the code was taken from in the parent theme.
Author: Brad Dalton https://wpsites.net
Template: Divi 
 */
@import url("../Divi/style.css");
/* Style Footer Credits - Lines 948 & 949 */

.et_mobile_menu li a:hover, .nav ul li a:hover {
    background-color: #2ea098;
    opacity: unset;
}
#main-header .container {
    position: relative;
    width: 92%;
    max-width: 1200px;
    margin: auto;
}
.get-quote a {
  /*  background-color: #0674fd;*/
    background-image: -webkit-linear-gradient(to left,#325d5a, #2ea098) !important;
    background-image: -moz-linear-gradient(to left,#325d5a, #2ea098) !important;
    background-image: linear-gradient(to left,#325d5a, #2ea098) !important;
    color: #fff !important;
    border-radius: 26px;
    line-height: 25px !important;
    margin: 8px 0px 0 0;
    padding: 5px 15px 5px 15px !important;
    font-weight: bold;
}
.insurance-card h4 {
    color: #1c2e5b;
    font-size: 24px;
    font-weight: 700;
}
#footer-info {
    text-align: left;
    color: green;
    padding-bottom: 10px;
    float: left;
}
#footer-info a {
    font-weight: 700;
    color: yellow;
}
#footer-info a:hover {
    color: pink;
}
/* Style Footer Social Icons - Lines 1185 to 1198 */
#footer-bottom .et-social-facebook a {
    color: blue;
}
#footer-bottom .et-social-twitter a {
    color: powderblue;
}
#footer-bottom .et-social-google-plus a {
    color: red;
}
#footer-bottom .et-social-rss a {
    color: orange;
}
/* Hover Colors*/
#footer-bottom .et-social-facebook a:hover {
    color: pink;
}
#footer-bottom .et-social-twitter a:hover {
    color: pink;
}
#footer-bottom .et-social-google-plus a:hover {
    color: pink;
}
#footer-bottom .et-social-rss a:hover {
    color: pink;
}
/** Styling 6.1.2020 **/
div#et-info ul.et-social-icons {
    float: right;
}
div#et-info {
    width: 100%;
}
div#et-info span#et-info-phone {
    margin-right: 30px;
}
#et-secondary-nav li ul, #top-header {
    background-color: #004775 !important;
}
/**popup-form**/
article#post-4135 {
    background: -webkit-gradient(linear, left top, right top, from(#1c4774), to(#2ea098));
}
article#post-4135 h1.entry-title.main_title {
    text-align: center;
    color: #fff;
    text-transform: capitalize;
    font-size: 30px;
    font-weight: 600;
    padding: 20px 0px;
}
.quote-form input, .quote-form select {
    width: 100%;
    height: 44px;
    margin-top: 5px;
    border: 0px;
}
.quote-form input[type="radio"] {
    width: 20px;
    height: 16px;
    margin-top: 7px;
}
.quote-form .main-form-sub span {
    width: 100%;
}
.sub-form {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.main-form-sub .sub-form:first-child {
    margin-right: 12px;
}
.sub-form >br {
    display: none;
}
.sub-form label {
    margin: 0 0 10px 0;
}
.quote-form .main-form-sub span input, .quote-form span {
    width: 100%;
    margin: 0px !important;
}
.submit-btn {
    margin: 24px 0px 0px;
}
.quote-form {
    width: 100%;
    max-width: 90%;
    margin: auto auto;
    padding-bottom: 35px;
}
.main-form-sub {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 24px;
}
.quote-form label {
    color: #fff;
    font-size: 16px;
}
.quote-form {
    width: 100%;
    max-width: 90%;
    margin: auto;
}
.submit-btn input {
    width: auto;
    height: auto;
    padding: 13px 52px;
    font-size: 14px;
    font-weight: 600;
    border: 0px;
    background: #277a89;
    color: #fff;
    border-radius: 50px;
    box-shadow: 0 0 5px #035556;
    transition: 0.3s ease-in-out 0s;
}
.submit-btn input:hover {
    background: #246c83;
}
.main-form-sub-select span label {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
    position: relative;
}
.main-form-sub-select span label input {
    position: absolute;
    left: 61px;
}
.quote-form .main-form-sub span input {
    padding: 0 10px;
}
.main-form-sub-select span {
    margin: 5px 0 0 0 !important;
}

div#popmake-4132 .pum-title.popmake-title {
    color: #fff;
    padding-bottom: 44px;
    padding-top: 19px;
}
div#popmake-4132{
    border: 0px;
    background: linear-gradient(to right,#1c4774,#2ea098) !important;
}
.main-form-sub-select {
    margin-bottom: 20px;
}
.main-form-sub-select span.last {
    margin: 0 0 0 0 !important;
}
.quote-form p {
    padding: 0px;
    margin-bottom: 24px;
}
/**header-updations**/
#logo {
    max-height: initial !important;
}
.et_fixed_nav #et-top-navigation {
    padding: 22px 0 0 0 !important;
}
.et-fixed-header div#et-top-navigation {
    padding: 8px 0 0 0 !important;
}
.et-fixed-header #logo {
    max-height: 69% !important;
}
.et_pb_section.et_pb_section_1.invest-main .et_pb_css_mix_blend_mode_passthrough.et_pb_column_empty {
   display: none !important;
}
/**banner btn hover change**/
.quote-sec-main .et_pb_column .et_pb_module {
    background: -webkit-gradient(linear, left top, right top, from(#004775), to(#00a198));
    padding: 35px 15px !important;
    width: 100%;
    margin: auto;
}
.quote-sec-main .et_pb_column .et_pb_module h2.et_pb_module_header, .quote-sec-main .et_pb_column .et_pb_module p {
    color: #fff !important;
}
.Quote-sec-btn a.et_pb_button.et_pb_promo_button, .experience-btn a.et_pb_button.et_pb_promo_button {
    border: 2px solid #00a199;
    padding: .3em 2em .3em 2em;
}
.quote-sec-main a.et_pb_button.et_pb_promo_button {
    background: #2ea098;
    border: 2px solid #2ea098;
}
.error  { padding: 10px 0 20px 0; color: #FF0000; }
input.error, textarea.error { color:#000000; }
/*.invalid input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
    border: 1px solid red;
}*/
/**get-in-touCh form**/
.home-form span input,.home-form span textarea {
    width: 100%;
    height: 44px;
    padding: 8px 10px;
    font-size: 14px;
}
.home-form span input:focus, .home-form span textarea:focus {
    border: 1px solid #000;
}
.home-form span textarea{
    height: 90px;
}
.home-form input.wpcf7-form-control.wpcf7-submit {
    padding: 10px 53px;
    border: 0px;
    background-image: linear-gradient(to left,#325d5a,#2ea098);
    background-image: -webkit-linear-gradient(to left,#325d5a,#2ea098);
    background-image: -moz-linear-gradient(to left,#325d5a,#2ea098);
    background-image: -o-linear-gradient(to left,#325d5a,#2ea098);
    color: #fff;
    font-size: 16px;
    font-weight: 600;
    margin-top: 20px;
    border-radius: 50px;
}
.home-form input.wpcf7-form-control.wpcf7-submit:hover{
    background-image: linear-gradient(to right,#325d5a,#2ea098);
    background-image: -webkit-linear-gradient(to right,#325d5a,#2ea098);
    background-image: -moz-linear-gradient(to right,#325d5a,#2ea098);
    background-image: -o-linear-gradient(to right,#325d5a,#2ea098);
}
.main-sec-sub-form {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 10px;
}
.home-form p {
    padding-bottom: 10px;
}
.main-sec-sub-form span {
    width: 100%;
}
.main-sec-sub-form span.email-383 {
    margin-right: 0px;
}
.main-sec-sub-form span {
    margin-right: 12px;
}
.wpcf7-validates-as-required.wpcf7-not-valid {
    border: 1px solid red;
}
span.wpcf7-not-valid-tip {
    display: none;
}
div#footer-bottom {
    background: #012740;
}
/**Contact page**/
.et_pb_divider:before {
    border-top: 0px !important;
}
.contact-page-title span {
    color: #000;
}
.contact-page-title {
    background-color: transparent !important;
}
.contact-page-title h1.et_pb_module_header {
    color: #000 !important;
    font-size: 40px;
    margin-bottom: 19px;
    font-weight: 600;
}
.contact-main.et_pb_with_background.et_section_specialty {
    background: #004775 !important;
    background-image: none !important;
}
.contact-form-right form p {
    padding: 0px;
    margin: 0 0 20px 0;
}
.contact-form-right form input {
    height: 44px;
    padding: 8px 10px;
    font-size: 14px;
}

.contact-form-right form p, .contact-form-right form span, .contact-form-right form input {
    width: 100%;
}
.contact-form-right form textarea {
    width: 100%;
    height: 144px;
    padding: 8px 10px;
}
.contact-form-right input.wpcf7-form-control.wpcf7-submit {
    width: auto;
    padding: 13px 43px;
    height: auto;
    border: 0px;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
    background: #004775;
}
.email-sub span >span, .phone-sub span >span, .address-sub span >span {
    background: #004775 !important;
    border-radius: 50%;
    background-image: none !important;
    padding: 0px !important;
    width: 55px !important;
    height: 55px;
    text-align: center;
    line-height: 55px;
}
.email-sub .et_pb_main_blurb_image,.phone-sub .et_pb_main_blurb_image, .address-sub .et_pb_main_blurb_image{
    width: auto !important;
    margin-bottom: 15px;
}
.phone-sub {
    border-top: 3px solid #004775;
    border-bottom: 3px solid #004775;
}
.email-sub .et_pb_blurb_content, .phone-sub .et_pb_blurb_content, .address-sub .et_pb_blurb_content {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.email-sub .et_pb_blurb_container, .phone-sub .et_pb_blurb_container,.address-sub .et_pb_blurb_container{
    padding: 0px !important;
}
/***home**/
.banner-main {
    background: url(https://risksolution.ca/wp-content/uploads/2020/01/ezg-1.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: bottom center;
    background-size: 100% auto;
    height: 100%;
    padding-bottom: 25px !important;
}
.banner-main .et_pb_bottom_inside_divider {
    display: none;
}
.umbrela-sec-main h4.et_pb_module_header span {
    font-weight: 600;
    color: #004775;
}

.banner-right-img img {
    width: 100%;
    max-width: 470px;
    margin: auto 0 auto auto;
}
.banner-right-img{
    text-align: right !important;
}
.banner-main h1 {
    font-weight: 800;
    line-height: 44px !important;
    font-size: 40px;
    color: #004775;
}
.banner-main p {
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0px;
    padding-right: 51px;
    color: #000;
}
a.et_pb_button.et_pb_button_0.banner-top-left-btn,.et_pb_module.et_pb_blog_0.blog-main-sub .pagination a, a.et_pb_button.et_pb_button_1.individual-btn,a.et_pb_button.get-strt-btn, a.et_pb_button.et_pb_button_2.guard-btn, .experience-btn a.et_pb_button.et_pb_promo_button{
    padding: 6px 33px !important;
    border-radius: 50px !important;
    background: linear-gradient(to left,#325d5a, #2ea098) !important;
    background: -webkit-linear-gradient(to left,#325d5a, #2ea098) !important;
    background: -moz-linear-gradient(to left,#325d5a, #2ea098) !important;
    background: -o-linear-gradient(to left,#325d5a, #2ea098) !important;
    border: 0px !important;
    transition: 0.3s ease-in-out 0s !important;
}
body #page-container a.et_pb_button.et_pb_button_0.banner-top-left-btn.et_hover_enabled:hover,.et_pb_module.et_pb_blog_0.blog-main-sub .pagination a:hover, a.et_pb_button.get-strt-btn:hover, a.et_pb_button.et_pb_button_2.guard-btn:hover, .experience-btn a.et_pb_button.et_pb_promo_button:hover, a.et_pb_button.et_pb_button_1.individual-btn:hover {
    letter-spacing: 0px !important;
    background: linear-gradient(to right,#325d5a, #2ea098) !important;
    background: -webkit-linear-gradient(to right,#325d5a, #2ea098) !important;
    background: -moz-linear-gradient(to right,#325d5a, #2ea098) !important;
    background: -o-linear-gradient(to right,#325d5a, #2ea098) !important;
    background-color: transparent !important;
    padding: 6px 33px !important;
}
.et_pb_module.et_pb_blog_0.blog-main-sub .pagination a {
    color: #fff !important;
    font-size: 18px;
    padding: 9px 33px !important;
}
.et_pb_module.et_pb_blog_0.blog-main-sub .pagination a:hover{
    padding: 6px 33px !important;
}
.Quote-sec-btn p {
    padding: 0px;
    margin: 0px;
}
.Quote-sec-btn a.et_pb_button.et_pb_promo_button {
    background: transparent;
    border: 2px solid #ececec;
    border-radius: 50px;
}
.et_pb_cta_0.et_pb_promo .et_pb_promo_button.et_pb_button:hover {
    background: #009091 !important;
    border-color: #009091 !important;
}
div#popmake-4132 button.pum-close.popmake-close {
    background: #2b9392 !important;
    top: -8px !important;
    right: -7px !important;
    border: 1px solid #2b8d91 !important;
    box-shadow: 0 0 5px #0000006b;
}
.get-quote a:hover {
    background-image: linear-gradient(to left, #2ea098,#325d5a) !important;
    background-image: -webkit-linear-gradient(to left, #2ea098,#325d5a) !important;
    background-image: -moz-linear-gradient(to left, #2ea098,#325d5a) !important;
    opacity: 1 !important;
    color: #fff !important;
}
.get-strt-maa.et_pb_button.et_pb_button_0.banner-top-left-btn, .et_pb_module.et_pb_blog_0.blog-main-sub .pagination a, a.et_pb_button.et_pb_button_1.individual-btn, a.et_pb_button.get-strt-btn, a.et_pb_button.et_pb_button_2.guard-btn, .experience-btn a.et_pb_button.et_pb_promo_button
in-sec h2 {
    font-size: 22px !important;
    color: #000 !important;
    padding: 0px !important;
    margin: 0px !important;
}
.get-strt-main-sec h2::before{
    display: none !important;
}
.et_pb_row.get-strt-main-sec {
    padding: 29px 50px;
    background: #f1f1f1;
    max-width: 82%;
    margin: auto;
    border-radius: 4px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.et_pb_section.bottom-get-main {
    background: transparent !important;
}
.et_pb_row_1.et_pb_row.quote-sec-main {
    margin: 100px auto auto !important;
    text-align: center;
}
.et_pb_section.et_pb_section_0.banner-main.et_pb_with_background.et_section_regular {
    background-color: transparent !important;
}
body #page-container .et_pb_section .et_pb_button_0:after, .et_pb_button:after, .et_pb_button:before{
    display: none;
}
.et_pb_row.et_pb_row_3.umbrela-sec-main,.umb-main .et_pb_row.et_pb_row_2, .et_pb_module.et_pb_text.et_pb_text_1.umb-sub, .et_pb_row.et_pb_row_4.umbrela-btn, .et_pb_row.et_pb_row_2{
    margin: auto !important;
}
.umb-sub {
    display: block;
    position: relative;
    text-align: center;
}
.umb-sub h2, .exp-sub h2, .achivemnt-main h2, .cover-sub h2, .et_pb_module.testimonial-txt h2, .bottom-get-main h2 {
    color: #004775;
    font-weight: 700;
    display: inline-block;
    position: relative;
    text-transform: uppercase;
    font-size: 30px;
}

.umb-sub h2::before, .exp-sub h2::before, .achivemnt-main h2::before, .cover-sub h2::before,.et_pb_module.testimonial-txt h2::before, .bottom-get-main h2::before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #004775;
    max-width: 50%;
    right: 0;
    margin: auto;
    left: 0;
}
.testimonial-main .et_pb_module.testimonial-txt h2, .owl-nav button span, .et_pb_module.et_pb_text.et_pb_text_2.achivemnt-main h2{
    color: #fff;
}
.testimonial-main .et_pb_module.testimonial-txt h2::before, .et_pb_module.et_pb_text.et_pb_text_2.achivemnt-main h2::before{
    background-color: #fff;
}
.achivemnt-main h2::before{
    margin-bottom: -7px;
}
.exp-sub h2::before, .cover-sub h2::before {
    right: auto;
}
.exp-sub h2, .cover-sub h2, .et_pb_module.testimonial-txt h2, .achivemnt-main h2 {
    margin-bottom: 25px;
}
.achivemnt-main {
    text-align: center;
}
.bottom-get-main .et_pb_row {
    background-color: transparent !important;
    box-shadow: none !important;
}
.bottom-get-main {
    padding: 50px 0px !important;
}
.bottom-get-main.et_pb_with_background .et_pb_row{
    margin: auto !important;
    padding: 0px !important;
}
/*div.et_pb_section.et_pb_section_7.bottom-get-main.et_pb_with_background {
    background-image: url(http://122.180.254.6/server5/Divi/wp-content/uploads/2020/01/white-bg-line.jpg) !important;
    background-color: transparent !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    position: relative;
}
*/
/*.et_pb_section_6.et_pb_section.bottom-get-main::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(32, 51, 64, 0.45);
}
*/
.home-form {
    background-color: #ffffff;
    -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.07);
    padding: 30px;
    margin: auto;
}
#footer-info {
    font-size: 14px !important;
}
.et_pb_module.et_pb_text.et_pb_text_6.contct-frm-txt {
    margin-bottom: 0px !important;
}
.et_pb_section.et_pb_section_4.testimonial-main.et_pb_with_background .et_pb_top_inside_divider,.et_pb_section.et_pb_section_4.testimonial-main.et_pb_with_background .et_pb_bottom_inside_divider {
    display: none;
}
.et_pb_section.et_pb_section_4.testimonial-main {
    padding: 50px 0px;
}
.et_pb_module.et_pb_text.testimonial-txt {
    margin-bottom: 0px;
}
.testimonial-main h3.author-name {
    color: #fff;
    font-weight: 600;
    padding: 30px 0px 15px 0px;
    font-size: 28px !important;
}
.testimonial-main p {
    font-size: 16px;
    font-style: initial;
    color: #fff;
    margin-bottom: 21px;
}
.owl-nav button {
    display: none;
    background: transparent !important;
}
.owl-nav button:hover span, .owl-nav button:active span, .owl-nav button:focus span {
    color: #fff;
}
.owl-nav span {
    font-size: 30px;
}
.et_pb_module.et_pb_divider.testimonial-sub {
    display: none;
}
.testimonial-main-sub {
    padding: 0px;
}
#main-header{
    box-shadow: none !important
}
.et_pb_row.et_pb_row_1.quote-sec-main {
    display: none;
}
.et_pb_row.et_pb_row_0.banner-main-home {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.et_pb_row.contct-frm {
    background: transparent !important;
    box-shadow: none !important;
    padding: 0px !important;
}
/*.et_pb_section.et_pb_section_6.bottom-get-main {
    background-image: none !important;
    background: #004775 !important;
}
*/
.ds-limit-excerpt .post-content p {
    display: block;
    max-height: 3em;
    overflow: hidden;
}
.get-strt-main-sec h2 {
    color: #fff !important;
    font-size: 26px !important;
}
.et_pb_section.et_pb_section_5.testimonial-main,.et_pb_section.et_pb_section_6.testimonial-main  {
    padding: 50px 0px;
    background-color: #004775 !important;
    background-image: none !important;
}
.achivemnt-main p {
    font-size: 16px;
    max-width: 60%;
    margin: auto auto 30px auto;
}
.et_pb_module.et_pb_blurb.achive-sub-main {
    text-align: center;
    float: none;
    width: 100%;
    padding: 0 0;
}
.et_pb_row.et_pb_row_5.about-sub
{
    padding-bottom: 0px;
}
.nav li ul {
    border-top: 3px solid #316c68 !important;
    width: 280px !important;
}

#top-menu li li a {
    width: 247px;
    padding: 6px 20px;
    font-size: 15px !important;
}

#top-menu li li {
    margin: 0;
    padding: 0 14px;
}
.achive-sub {
    max-width: 49% !important;
    padding-top: 0px !important;
}
.et_pb_module.et_pb_blurb.achive-sub-main .et_pb_blurb_container h4 {
    font-size: 36px;
    font-weight: 700;
    color: #fff;
    padding:15px 0 10px 0;
}
.et_pb_blurb_description {
    font-size: 16px;
}
.et_pb_module.et_pb_blurb.achive-sub-main .et_pb_blurb_container {
    text-align: center;
    color: #fff;
}
.et_pb_module.et_pb_blurb.achive-sub-main .et_pb_main_blurb_image span span {
    margin-top: 0px;
    width: 90px;
    height: 90px;
    line-height: 90px;
    border-radius: 50%;
    color: #ffffff !important;
    font-size: 40px !important;
    border: 1px solid #fff;
}
.et_pb_module.et_pb_blurb.achive-sub-main .et_pb_main_blurb_image {
    margin-bottom: 10px;
}
.et_pb_row.et_pb_row_6.achive-sub {
    max-width: 49%;
}
/*.et_pb_section.et_pb_section_2.about-main {
    background-image: none !important;
    background-color: transparent !important;
}*/
.blog-sub .et_pb_module.et_pb_blog_0.blog-main-sub .et_pb_post {
    border: 0px;
    transition: 0.3s ease-in-out 0s;
    box-shadow: 0 0 5px #9292921c;
    width: 100% !important;
}
.et_pb_section.blog-main {
    background-color: #fafafa;
}
.blog-sub .et_pb_module.et_pb_blog_0.blog-main-sub .et_pb_post:hover .et_pb_image_container img{
    -webkit-transform: scale(1.3) rotate(4deg);
    transform: scale(1.3) rotate(4deg);
}
.blog-sub .et_pb_module.et_pb_blog_0.blog-main-sub .et_pb_post .et_pb_image_container a{
    position: relative;
    overflow: hidden;
    transition: 0.3s ease-in-out 0s;
}
.blog-sub .et_pb_module.et_pb_blog_0.blog-main-sub .et_pb_post .et_pb_image_container img{
    transition: 0.3s ease-in-out 0s;
}
.testimonial-txt {
    margin-bottom: 30px !important;
}
.blog-sub .et_pb_module.et_pb_blog_0.blog-main-sub .et_pb_post h2.entry-title {
    color: #004775;
    font-weight: 600;
    font-size: 17px;
    padding-bottom: 23px;
}
.blog-sub .et_pb_module.et_pb_blog_0.blog-main-sub .et_pb_post p.post-meta, .blog-sub .et_pb_module.et_pb_blog_0.blog-main-sub .et_pb_post p a {
    color: #000 !important;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 9px;
}
.blog-sub .et_pb_module.et_pb_blog_0.blog-main-sub .et_pb_post p {
    font-size: 14px;
}
.contact-sub-img {
    text-align: center !important;
}
.contact-sub-img img {
    /*width: 343px;*/
    padding: 30px 0 0 0;
}
.et_pb_row.contct-frm {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
}
.copyright {
    float: left;
}
.footter-link {
    float: left;
    margin-left: 80px;
}
footer#main-footer {
    background-color: #04314e;
    position: relative;
    z-index: 1;
}
/*footer#main-footer::before {
    content: "";
    position: absolute;
    background-image: url(http://122.180.254.6/server5/Divi/wp-content/uploads/2020/01/white-bg-line.jpg) !important;
    left: 0;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}
*/
footer#main-footer div#media_image-2 {
    margin-bottom: 17px;
}
.footer-widget .widget_nav_menu ul li::before, .footer-widget .widget_text ul li::before {
    display: none;
}
.footer-widget .widget_nav_menu ul li, .footer-widget .widget_text ul li {
    padding: 0px !important;
}
.footer-widget .widget_nav_menu h4.title,.footer-widget .widget_text h4.title {
    margin-bottom: 30px;
    color: #ffffff;
    position: relative;
    padding-bottom: 8px;
    border-bottom: 1px solid #fffff4;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    display: inline-block;
}
div#nav_menu-2 {
    padding: 0 0 0 80px;
}
.et_pb_row.testimonial-main-sub {
    padding: 0px;
}
.et_pb_module.et_pb_text.testimonial-txt.et_pb_bg_layout_light {
    margin-bottom: 7px !important;
}
.et_pb_section.bottom-get-main {
    padding: 0px 0 0 0px !important;
    margin: 0px 0 0px 0;
}
.bottom-get-main .et_pb_row.get-strt-main-sec {
    background-color: #1c4775!important;
    padding: 30px 29px !important;
    box-shadow: 0 0 5px #00000042 !important;
    position: relative;
    bottom: -41px;
    z-index: 99;
 /*   margin-bottom: -82px;*/
}
footer#main-footer {
    padding-top: 39px;
    z-index: 9;
}
.et_pb_module.et_pb_image.et_pb_image_2.contact-sub-img {
    text-align: center;
}
.blog-main-sub .et_pb_salvattore_content, .blog-main-sub .et_pb_salvattore_content .column.size-1of3 {
    display: flex;
}

div#footer-info {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
/**Conatct page**/
.et_pb_section.contact-main {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: relative;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 100%;
}
.et_pb_section.contact-main::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 71, 117, 0.78);
}

section.et_pb_module.contact-page-title .header-content h1 {
    color: #fff !important;
    font-size: 44px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0px 20px;
    margin: 0px;
}
section.et_pb_module.contact-page-title .et_pb_fullwidth_header_container.left {
    width: 100% !important;
}
.et_pb_section.et_pb_section_1.contact-main-sec p span {
    color: #3aade1;
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
}

.et_pb_section.et_pb_section_1.contact-main-sec h2 {
    text-transform: uppercase;
    font-size: 42px;
    font-weight: 700;
    color: #004775;
}
.et_pb_section.et_pb_section_1.contact-main-sec h5 {
    font-size: 16px;
    margin-left: auto;
    margin-top: 8px;
    margin-bottom: 0;
    margin-right: auto;
    color: #666666;
    max-width: 50%;
    line-height: normal;
}

.Conact-page-form form p span input, .Conact-page-form form p span textarea {
    background-color: #ffffff;
    border: none;
    -webkit-box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    box-shadow: 0px 5px 28.5px 1.5px rgba(149, 152, 200, 0.2) !important;
    height: 60px;
    font-size: 14px;
}
.Conact-page-form form p span textarea {
    height: 100px;
}
.Conact-page-bottom h3 {
    margin-bottom: 15px;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700;
    color: #004775;
}

.Conact-page-bottom h2 a {
    font-size: 24px;
    color: #002e5b;
}
.Conact-page-bottom p span {
    text-align: center;
    display: block;
    font-size: 16px;
    font-weight: 600;
}

.Conact-page-bottom h2 {
    margin: 5px;
}

.Conact-page-bottom ul.et-social-icons li:last-child {
    margin: 0px !important;
}
.Conact-page-bottom ul.et-social-icons li {
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #004775;
    border-radius: 50%;
    margin: 14px 8px 0px 0px;
    display: inline-block;
    transition: 0.3s ease-in-out 0s;
}
.Conact-page-bottom ul.et-social-icons li a{
    color: #004775;
    font-size: 16px;
}
.Conact-page-bottom ul.et-social-icons li:hover{
    background: #004775;
}
.Conact-page-bottom ul.et-social-icons li:hover a{
    color: #ffffff;
}
.Conact-page-bottom ul.et-social-icons {
    width: 100%;
    text-align: center;
}

.et_pb_section.et_pb_section_2.Conact-page-bottom-main-sec {
    padding: 0px;
}
.et_pb_section.et_pb_section_1.contact-main-sec {
    padding-bottom: 0px;
}
.umbrela-sec-main .et_pb_column, .umbrela-sec-main {
    display: flex;
}
/**Investment page**/

.et_pb_row.multiple-sub h2 {
    margin-bottom: 18px;
    font-size: 26px;
    font-weight: 700;
    color: #002e5b;
}
.et_pb_row.multiple-sub {
    display: flex;
    flex-direction: row;
    align-items: center;
}

.et_pb_module.et_pb_text.insure-text h3, .insure-main-text h3 {
    margin-bottom: 15px;
    margin-top: 25px;
    font-size: 24px;
    font-weight: 700;
    color: #002e5b;
}

.et_pb_module.et_pb_text.insure-text p, .insure-main-text p,.et_pb_row.multiple-sub p  {
    color: #666666;
    margin-bottom: 12px;
    line-height: 1.8;
    font-size: 15px;
}

.et_pb_module.et_pb_text.insure-text .row .col-lg-6.col-md-6 {
    width: 50%;
}
.et_pb_module.et_pb_text.insure-text .row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    max-width: 62%;
}
.et_pb_section.insure-main {
    padding: 0px;
}
.et_pb_section.multiple-main {
    padding-bottom: 0px;
}

.et_pb_row.incense-main-sec .incense-main-sub img, .et_pb_row.incense-main-sec .incense-main-sub span {
    width: 100%;
}
.et_pb_section.et_pb_section_3.section-incense.et_section_regular {
    display: none;
}
.incense-main-sub img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}
.et_pb_module.et_pb_text.mission-main-sub-one {
    background-color: #ffffff;
    padding: 30px;
    margin-top: 30px;
    border-radius: 5px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    position: relative;
    z-index: 1;
}
.et_pb_module.et_pb_text.mission-main-sub-one::before, .et_pb_row.invest-sub >.et_pb_column::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #002e5b !important;
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    transition-property: -webkit-transform;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 5px;
}

.et_pb_row.invest-sub >.et_pb_column {
    background: #fff;
    position: relative;
}

.et_pb_module.et_pb_text.mission-main-sub-one:hover::before, .et_pb_row.invest-sub >.et_pb_column:hover::before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
    transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}

.et_pb_module.et_pb_text.mission-main-sub-one:hover .et_pb_text_inner h4,.et_pb_module.et_pb_text.mission-main-sub-one:hover .et_pb_text_inner p{
color: #fff;
}

.about-main-sub a.et_pb_button.et_pb_button_0.et_hover_enabled,a.get-started-btn{
    background-image: linear-gradient(to left,#325d5a,#2ea098) !important;
    background-image: -webkit-linear-gradient(to left,#325d5a,#2ea098) !important;
    background-image: -moz-linear-gradient(to left,#325d5a,#2ea098) !important;
    background-image: -o-linear-gradient(to left,#325d5a,#2ea098) !important;
    border-radius: 50px !important;
    color: #fff !important;
    border-radius: 26px;
    line-height: 25px !important;
    padding: 10px 23px !important;
    font-weight: bold;
}
body #page-container .et_pb_section .et_pb_button_0:hover,a.get-started-btn:hover{
	background-image: linear-gradient(to right,#325d5a,#2ea098) !important;
    background-image: -webkit-linear-gradient(to right,#325d5a,#2ea098) !important;
    background-image: -moz-linear-gradient(to right,#325d5a,#2ea098) !important;
    background-image: -o-linear-gradient(to right,#325d5a,#2ea098) !important;
}
.et_pb_row.mission-main-sub, .et_pb_row.mission-main-sub >.et_pb_column {
    display: flex;
}
.et_pb_module.et_pb_text.about-main-sub-right h1 {
    line-height: normal;
    font-weight: 600;
    font-size: 31px;
}
.et_pb_module.et_pb_text.mission-main-sub-one .et_pb_text_inner h4 {
    font-size: 20px;
    font-weight: 600;
}
.et_pb_section.mission-main.et_section_regular {
    background: #f5f5f5;
}
.et_pb_row.about-main-sub, .et_pb_row.et_pb_row_4.grow-sub
 {
    display: flex;
    flex-direction: row;
    align-items: center;
}
section.et_pb_module.et_pb_fullwidth_header.contact-page-title {
    width: 100%;
}
.et_pb_module.invest-one .et_pb_main_blurb_image {
    margin-bottom: 14px;
}
.et_pb_module.invest-one span.et_pb_image_wrap img {
    max-width: 110px;
}

.et_pb_row.invest-sub, .et_pb_row.invest-sub >.et_pb_column {
    display: flex;
}
.et_pb_section.grow-main.et_section_regular, .et_pb_row.grow-sub {
    padding: 0px;
}
.et_pb_module.et_pb_blurb.invest-one
{
    position :relative;
    overflow: visible !important;
    background: transparent !important;
}
.et_pb_row.invest-sub >.et_pb_column:hover h4, .et_pb_row.invest-sub >.et_pb_column:hover p {
    color: #fff;
}
.et_pb_module.et_pb_blurb.invest-one p {
    font-size: 16px;
    line-height: 24px;
    padding-bottom: 25px;
}
.et_pb_module.et_pb_blurb.invest-one h4 {
    font-weight: 600;
    font-size: 20px;
    line-height: normal;
    margin-bottom: 13px;
}
.et_pb_section.invest-main {
    padding-bottom: 0px;
}
.et_pb_module.grow-sub-right h2 {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 7px;
    color: #004775;
}.single.single-post section#comment-wrap h1 {
    font-size: 27px;
    color: #004775;
}

.single.single-post div#sidebar h4, .et_pb_module.et_pb_text.about-main-sub-right h1 {
    color: #004775;
}
.et_pb_module.cover-sub {
    margin-bottom: 0px !important;
}
a.et_pb_button.et_pb_button_1.individual-btn.et_hover_enabled.et_pb_bg_layout_dark,a.et_pb_button.get-strt-btn, .et_pb_module.et_pb_blog_0.blog-main-sub .pagination a, a.et_pb_button.et_pb_button_2.guard-btn.talk-form {
    padding: 6px 33px !important;
    color: #fff !important;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-size: 18px !important;
}
.et_pb_module.et_pb_text.et_pb_text_7.contact-sub-left h2 {
    font-size: 29px;
}
ul.sub-menu li a {
    line-height: normal;
}
.contact-form-right .wpcf7-form-control-wrap
{
	margin-bottom: 25px;
}

.blog-main-sub .et_pb_salvattore_content .column.size-1of3 {
    margin: 0px 30px 0px 0px !important;
}
.blog-main-sub .et_pb_salvattore_content .column.size-1of3:nth-child(3n) {
    margin-right: 0px !important;
}
div#popmake-4132 .wpcf7-validation-errors {
    color: #fff;
    margin: 0px 0px 24px 23px!important;
}
.et_pb_row.contct-frm.et_had_animation {
    padding: 50px 0px !important;
}

.single.single-post h1, .single.single-post h3#reply-title span {
    color: #004775;
    font-weight: 600;
}

input#searchsubmit {
    background-image: -webkit-linear-gradient(to left,#325d5a, #2ea098) !important;
    background-image: -moz-linear-gradient(to left,#325d5a, #2ea098) !important;
    background-image: linear-gradient(to left,#325d5a, #2ea098) !important;
    color: #fff !important;
    border: 1px solid #2f9089 !important;
    padding: 0px !important;
}
input#searchsubmit:hover{
    background-image: -webkit-linear-gradient(to left,#2ea098, #325d5a) !important;
    background-image: -moz-linear-gradient(to left,#2ea098, #325d5a) !important;
    background-image: linear-gradient(to left,#2ea098, #325d5a) !important;
}

ul#menu-important-links li a:hover {
    color: #2f948d !important;
}

div#respond input {
    width: 100% !important;
}div#respond p.comment-form-cookies-consent input {
    width: auto !important;
}
.et_pb_module.et_pb_text.et_pb_text_7.contact-sub-left h2 {
    padding-bottom: 0px;
}

.nav li li ul {
    z-index: 1000;
    top: -23px;
    left: 280px;
}
.insure-text.insurance-card p {
    margin-bottom: 0px !important;
}
.umbrela-sec-main img.et-waypoint.et_pb_animation_off.et-animated {
    height: 195px!important;
    object-fit: cover !important;
}
nav#top-menu-nav ul.sub-menu li.current-menu-item >a {
    background: #00a198;
    color: rgba(0,0,0,.6) !important;
    font-weight: 400;
}

/**Media query start**/
@media (max-width: 1280px){
    #top-menu li{
        font-size: 13px !important;
    }
    .et_pb_row.get-strt-main-sec {
        max-width: 75%;
    }
}
@media (max-width: 1199px){
    #top-menu li {
        padding-right: 5px !important;
    }
    #logo {
        max-height: 32% !important;
    }
    .et-fixed-header #logo {
        max-height: 41% !important;
    }
    .get-strt-main-sec h2 {
        font-size: 18px !important;
    }
}
@media (max-width: 991px){
    .banner-right-img img {
        max-width: 300px;
    }
    .banner-main h1{
        font-size: 33px !important;
        line-height: 38px !important;
    }
    .banner-main p {
        margin: 10px 0px;
        padding-right: 20px;
        font-size: 14px;
        line-height: 21px !important;
    }
    body #page-container .et_pb_section .et_pb_button_0 {
        font-size: 16px;
    }
    .et_pb_row_1.et_pb_row.quote-sec-main {
        margin: 43px auto auto !important;
    }
    .umb-sub h2, .exp-sub h2, .cover-sub h2, .achivemnt-main h2{
        font-size: 30px !important;
    }
    .get-strt-main-sec h2 {
        font-size: 19px !important;
    }
    div#footer-info .footter-link {
    margin: 0px;
    margin-top: 6px;
}
div#footer-info {
    flex-direction: column;
}
}
@media (max-width: 980px){
    .banner-right-img {
        text-align: left !important;
    }
    .et_pb_row.et_pb_row_0.banner-main-home {
        display: flex;
        flex-direction: column-reverse;
        align-items: center;
        justify-content: space-between;
        padding: 0px;
    }
    .banner-main h1 {
        font-size: 26px !important;
        line-height: 31px !important;
    }
    .banner-right-img img {
        max-width: 264px;
        padding-bottom: 20px;
    }
    body #page-container .et_pb_section .et_pb_button_0 {
        font-size: 14px;
    }
    .umb-sub h2, .exp-sub h2, .cover-sub h2, .achivemnt-main h2 {
        font-size: 22px !important;
    }
.wpcf7-form-control.g-recaptcha div iframe, .wpcf7-form-control.g-recaptcha div {
    transform: scale(0.9);
    -webkit-transform: scale(0.9);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
}

    .achivemnt-main p {
        font-size: 14px;
        max-width: 100%;
    }
    .main-form-sub .sub-form:first-child {
        margin-right: 0px;
        margin-bottom: 12px;
    }
    .submit-btn, .home-form input.wpcf7-form-control.wpcf7-submit {
        margin: 0px 0px 0px;
    }
    .quote-form p {
        padding: 0px;
        margin-bottom: 12px;
    }
    div#popmake-4132 .pum-title.popmake-title {
        padding-bottom: 28px;
        font-size: 22px;
    }
    .get-quote a {
        width: auto;
        display: inline-block !important;
    }
    .et_pb_section {
        padding: 25px 0;
    }
    .et_pb_row.get-strt-main-sec {
        flex-direction: column;
        max-width: 100%;
    }
    .get-strt-main-sec h2 {
        text-align: center;
    }
    .get-strt-main-sec .et_pb_button_module_wrapper.et_pb_button_alignment_right {
        text-align: center;
    }
    .home-form{
        padding: 10px;
    }
    div#footer-widgets .footer-widget {
        width: 100% !important;
    }
    div#nav_menu-2 {
        padding: 0 0 0 0px;
    }
    .footter-link, .copyright {
        float: none;
        margin-left: 0px;
        text-align: center;
    }
    .contact-sub-img, .contact-sub-left {
        text-align: center !important;
    }
    .et_pb_row.umbrela-sec-main .et_pb_column {
        width: 30%;
        margin-bottom: 30px;
        margin-left: 18px;
    }
    div#top-header {
        padding: 5px 0px 12px 0px;
    }
    div#et-secondary-menu {
        display: block !important;
    }

    .et_pb_row.et_pb_row_12.get-strt-main-sec >div {
        margin-bottom: 10px !important;
    }
    .get-strt-main-sec h2 {
        font-size: 16px !important;
    }
    .bottom-get-main .et_pb_row.get-strt-main-sec {
        padding: 26px 15px !important;

    }
    .et_pb_row.et_pb_row_1.Conact-page-form .et_pb_code_inner iframe {
    width: 100%;
}
.et_pb_fullwidth_header_0.contact-page-title .header-content {
    width: 100% !important;
    margin: 0px !important;
    padding: 0px !important;
}
section.et_pb_module.contact-page-title .header-content h1 {
    font-size: 30px;
}
.et_pb_section.et_pb_section_1.contact-main-sec h2 {
    font-size: 25px;
    }
    .et_pb_section.et_pb_section_1.contact-main-sec h5
    {
        max-width: 100%;
    }
    .Conact-page-bottom h2 {
    padding: 0px;
}
.Conact-page-bottom h2 a {
    font-size: 17px;
    color: #002e5b;
}
.et_pb_row.multiple-sub {
    flex-direction: column-reverse;
    padding-bottom: 0px;
}
.et_pb_row.multiple-sub .multiple-right {
    margin-bottom: 27px !important;
}

.et_pb_module.et_pb_text.insure-text .row .col-lg-6.col-md-6 {
    width: 100%;
}
.et_pb_row.insure-sub {
    padding-top: 0px;
}
.et_pb_row.mission-main-sub,
.et_pb_row.mission-main-sub >.et_pb_column,
.et_pb_module.et_pb_text.insure-text .row, 
.et_pb_row.invest-sub, 
.et_pb_row.invest-sub >.et_pb_column, 
.et_pb_row.about-main-sub,
.main-form-sub,
.et_pb_row.contct-frm, .et_pb_row.about-main-sub,
.et_pb_row.et_pb_row_4.grow-sub  {
    display: flex;
    flex-direction: column;
}
.et_pb_module.et_pb_text.insure-text .row {
    align-items: flex-start;
    max-width: 100%;
    padding-left: 9px;
}

.et_pb_module.et_pb_image.about-main-sub-left {
    text-align: left;
}
.et_pb_module.et_pb_text.about-main-sub-right h1 {
    font-size: 25px;
}
.et_pb_row.et_pb_row_0.invest-sub {
    padding-bottom: 0px !important;
}
footer#main-footer .footer-widget:nth-child(n) {
    margin: 0 0 8.5% 0!important;
}
div#get-in-touch {
    padding: 50px 0px 25px !important;
}.umbrela-btn {
    padding: 0px;
}
.et_pb_section.et_pb_section_1.umb-main{
    background-size: 313px;
}
.bottom-get-main .et_pb_row.get-strt-main-sec {
    bottom: 0;
    margin-bottom: 25px;
}
.et_mobile_menu .menu-item-has-children>a
{
    background-color: transparent !important;
}
.et_mobile_menu .menu-item-has-children>a:hover, .current-menu-item a {
    background-color: #2ea098 !important;
    color: rgba(0,0,0,.6) !important;
}
}
@media(max-width: 767px){
    .et_pb_row.umbrela-sec-main .et_pb_column {
        width: 100%;
        margin-left: 0px;
    }
    div#et-info {
        padding: 9px 0px 1px 0px;
    }
    .pagination .alignleft {
        margin-bottom: 33px;
    }
    .pagination .alignleft, .pagination .alignright {
        float: none;
        text-align: center;
    }
    .et_pb_module.et_pb_blog_0.blog-main-sub .pagination a {
        font-size: 14px;
    }
    .Conact-page-bottom ul.et-social-icons li {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 4px 2px 0px 0px;
}
.Conact-page-bottom ul.et-social-icons li a {
    font-size: 14px;
}
.Conact-page-bottom h3 {
    margin-bottom: 0px;
    font-size: 18px;
    }
    .umbrela-sec-main .et_pb_column, .umbrela-sec-main {
    display: block;
}
a.et_pb_button.et_pb_button_1.individual-btn.et_hover_enabled.et_pb_bg_layout_dark, a.et_pb_button.get-strt-btn, .et_pb_module.et_pb_blog_0.blog-main-sub .pagination a, a.et_pb_button.et_pb_button_2.guard-btn.talk-form {
    padding: 6px 18px !important;
    color: #fff !important;
    font-family: 'Montserrat',Helvetica,Arial,Lucida,sans-serif;
    font-size: 16px !important;
}
.et_pb_module.et_pb_text.insure-text h3, .insure-main-text h3, .insurance-card h4 {
    font-size: 20px;
}

}
@media (max-width: 479px){
    #et-info-email, #et-info-phone, .et-cart-info span {
        display: block;
        float: none;
        text-align: center;
        margin: 0px 0px 10px 0px !important;
    }
}
