/**
 * My Custom Design
*/

<style>
*,
*::before,
*::after {
    box-sizing: inherit;
    outline: none!important;
}

body, .alegreya, p,
.breadcrumb span.bc-wrap,
.section-desc,
.section-snippets
{
    font-family: "Alegreya Sans", sans-serif;
}
.pops, .section-head,.oswald,
h1, h2, h3, h4, h5, h6, .libre
{
   font-family: "Oswald", sans-serif;
    font-weight: 400;
    font-style: normal;
    line-height: 1.2em;
}
.libre, .section-head, .section-snippets
{
    font-weight: 400;
}

h1, h2, h3, h4, h5, h6,
.entry-title
{
        font-weight: 600;
}

body, p {
    font-size: 16px;
    color: #0a0a0a;
}
h1,
.entry-title
{
    font-size: 50px;
}

h2 {
    font-size: 38px;
}

h3 {
    font-size: 28px;

}
h4 {
    font-size: 20px;
}

h5,
ul.contactlist a
{
    font-size: 16px;
}

a {
    outline: 0;
    text-decoration: none;
    outline: none;
    color:#0b109a;
}

a:focus, a:hover {
    color: #000;
    text-decoration: none;
}
:focus {
    color: inherit;
}
a.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    text-decoration: none;
    outline: 0;
}
.underline
{
    text-decoration: underline;
}
.borderblack
{
    border: 1px solid #000;
}

.borderwhite
{
    border: 1px solid #fff;
}

.italic
{
  font-style: italic;
}
.bold
{
    font-weight: 700;
}
.font60 { font-size: 60px; }
.font50 { font-size: 50px; }
.font40 { font-size: 40px; }
.font30 { font-size: 30px; }
.font28 { font-size: 28px; }
.font24 { font-size: 24px; }
.font22 { font-size: 22px; }
.font20 { font-size: 20px; }
.font18 { font-size: 18px; }
.font17, body {font-size: 17px;}
.font16, .entry-author-link { font-size: 16px; }
.font14,  .top-menu a { font-size: 14px; }
.font15 { font-size: 15px; }
.font12 { font-size: 12px; }
.font10 { font-size: 10px; }

.section-head {
    text-transform: capitalize;
    line-height: 1;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    padding:0 0 20px;
    font-weight: bold;
}

/*.section-head:after, .blog h1.title_style:after, .archive h1.title_style:after, .title_style:after, h1.has-text-align-center:after, h1.has-text-align-left:after, .entry-content h1:after {
    content: '';
    width: 45px;
    height: 2px;
    display: block;
    margin: 20px auto 30px;
    background-color: #ac2135;
}*/
/*.section-head.left:after, h1.has-text-align-left:after {
    margin: 20px 0 30px;
}*/
.section-head span {
    font-weight: 400;
}

.section-desc
{
    text-align: center;
    margin: 10px auto;
    position: relative;
    width: fit-content;
    padding: 5px 10px;
}

.section-snippets
{
    font-size: 14px;
    text-align: center;
    color: #595959;
    margin: 10px auto;
    position: relative;
    width: fit-content;
    padding: 5px 10px;
}

.section-desc.left {
    margin: 10px 0;
}

.home-section-content {
    margin: 0 auto;
    width: 100%;
}

.entry-content h1:after {
    margin: 0;
}

.entry-content h1 {
    text-align: left;
}
.left
{
    text-align: left;
}
.upper
{
    text-transform: uppercase;
}
button, input[type="button"], input[type="reset"], input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"], .site-container div.wpforms-container-full .wpforms-form button[type="submit"], .button {
    background-color: #004185;
    border: 0;
    border-radius: 5px;
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 30px;
    text-align: center;
    text-decoration: none;
    white-space: normal;
    width: auto;
}
button:focus, button:hover, input[type="button"]:focus, input[type="button"]:hover, 
input[type="reset"]:focus, input[type="reset"]:hover, input[type="submit"]:focus, 
input[type="submit"]:hover, .site-container div.wpforms-container-full .wpforms-form input[type="submit"]:focus, 
.site-container div.wpforms-container-full .wpforms-form input[type="submit"]:hover, 
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:focus, 
.site-container div.wpforms-container-full .wpforms-form button[type="submit"]:hover, 
.button:focus, .button:hover {
    background-color: #333;
    border-width: 0;
    border-radius: 6px;
    color: #fff;
}

.btn-pad {
    font-size: 16px;
    font-family: "Alegreya Sans", sans-serif;
    padding: 15px 30px;
    margin: 0;
    transition: .5s ease-in-out;
    border-radius: 4px;
    font-weight: 600;
    color: #fff;
    position: relative;
    top: 30px;
    background: #0b109a;
}
.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    -webkit-flex-flow: row wrap;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
}

.centercontent {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: center;
    align-items: center;
}

.endcentercontent {
    -webkit-justify-content: flex-end;
    -ms-flex-pack: inherit;
    justify-content: flex-end;
    align-items:center;
}

.leftcontent {
    -webkit-justify-content: left;
    -ms-flex-pack: inherit;
    justify-content: flex-start;
    align-items: center;
}

.rightcontent {
    -webkit-justify-content: right;
    -ms-flex-pack: inherit;
    justify-content: right;
    align-items: normal;
    flex-wrap: wrap;
}

.justify-contenttop
{
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: inherit;   
}

.justify-content {
    -webkit-justify-content: space-between;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: center;
}

.between-centercontent {
    -webkit-justify-content: center;
    -ms-flex-pack: inherit;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.none, .mobile-ver, 
.header-cta-wrap .socmed-item-wrap .white,
.page-id-209 .latest-post-section, .archive .latest-post-section, .single .latest-post-section,
.error404 li.page_item.page-item-452,.error404 li.page_item.page-item-456
{
    display: none;
}

.desktop-only, .featuredpage-container:hover .featuredpage-image.hover {
    display: block !important;
}

.center, .pagination, p.recaptcha-note {
    text-align: center;
}

.relative,
.post-title
{
    position: relative;
}

.index1
{
    z-index: 1;
}
.wp-block-image figure, .wp-block-image {
    border-radius: 10px;
    margin-bottom: 60px;
    position: relative;
}
/*.form-titlebg {
    background: #004185;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    text-align: center;
    padding: 0 10px 20px;
    position: relative;
    z-index: 1;
}*/
/*colorsbgcolors*/
.bluebg
{
    background: #273c82;
    border: 2px solid #273c82;
    background: -moz-linear-gradient(0deg, rgba(0,45,92,1) 0%, rgba(0,65,133,1) 69%);
    background: -webkit-linear-gradient(0deg, rgba(0,45,92,1) 0%, rgba(0,65,133,1) 69%);
    background: linear-gradient(0deg, rgba(0,45,92,1) 0%, rgba(0,65,133,1) 69%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#002d5c",endColorstr="#004185",GradientType=1);   
}
.red
{
  color: #ac2135;  
}

.redbg
{
   background: #ac2135;
   border: 2px solid #982435;
    box-shadow: 0px 5px 12px -3px #ac2138,0px 10px 15px -3px rgba(0,0,0,0.1),0px 10px 15px -3px rgba(0,0,0,0.1);
}
.blue
{
    color: #273c82;
}
.white,
.contacts-section-wrap:hover, .contacts-section-wrap:hover a, 
.contacts-section-wrap:hover .contacts-title,
.contacts-section-wrap:hover .contacts-dets span,
.form-titlebg a,
.form-titlebg i,
.bottom-button a:hover
{
    color: #fff;
}

.whitebg, 
.bluebg:hover,
.redbg:hover
{
    background: #fff;
}
.graybg
{
    background: #e6e6e6;
}
.drakgray
{
   color: #4b5259;
}
.gray,
.contacts-dets a, .contacts-dets span
{
    color: #595959;
}

.black,
.bluebg:hover a,
.redbg:hover a
{
    color: #000;   
}

.lightgray
{
   background: #e7ecf2;
}
.nofixed {
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.fixed {
    background-attachment: fixed!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.bg-img
{
    background-position: center center!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;  
}

.transparent
{
    background: transparent;
}
/*endofbgcolors*/
/*forms*/
/*forms*/
::-ms-input-placeholder {
  color: #595959;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #595959;
  opacity: 1;
}

::placeholder {
  color: #595959;
  opacity:1;
}

input, select, textarea
{
    background-color: #e7e7e7;
    color: #595959;
    font-size: 13px;
    font-weight: 400;
    padding: 15px;
    margin: 5px 0;
    width: 100%;
    opacity: .9;
    border-radius: 6px;
    border: 1px solid #bcbcbc;
    font-family: "Alegreya Sans", sans-serif;
}

select {
    padding: 15px 5px;
}
input:focus, select:focus, textarea:focus {
    outline: 0;
    background-color: #e7e7e7 !important;
    color: #595959 !important;
}

.forms-title {
    line-height: 36px;
    padding: 20px 0 0 0;
}

.forms-data-fields {
    padding: 30px;
}

.forms-submit {
    margin: 0 0 5px;
    padding: 5px 0;
}
.recatpcha-note {
    padding: 10px 0 0;
}
.contact-form {
    max-width: 600px;
    margin: auto;
    padding: 30px;
    border: 1px solid #eee;
    background-color: #fff;
}
.grecaptcha-badge
{
    opacity: 0!important;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    box-shadow: none;
}

.wpcf7-not-valid-tip, form.use-floating-validation-tip span.wpcf7-not-valid-tip {
    padding: 5px;
    right: 0;
    left: auto;
    top: 0;
    z-index: 1 !important;
    border: 0 !important;
    position: absolute;
    width: auto!important;
    font-size: 12px!important;
    background: #dc3232;
    color: #fff;
}
.modal-form.popup-form .cols2 {
    width: 100%;
    column-count: 1;
}

.modal-form.popup-form .forms-fields {
    padding: 2px 0;
}
form .wpcf7-submit {
    color: #fff!important;
    height: 50px;
    padding: 10px 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #0b109a!important ;
    font-family: 'Alegreya Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
    width: fit-content;
    margin: 0 auto;
}
.forms-fields label {
    font-size: 16px;
    font-weight: bold;
    font-family: "Alegreya Sans", serif;
}

.form-field-desclaimer,
.recatpcha-note, .recatpcha-note a
{
    padding: 10px 0;
    color: #595959;
}
.form-slider-banner {
    z-index: 9;
}
.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
}
.hero-form.popup .col-1 {
    max-width: 100%;
}
div.wpcf7-response-output {
    margin: 0 !important;   
    padding: 0 !important;
    text-align: center;
    font-size: 12px;
    color: #fff;
    border: 2px solid #f7e700;
    background-color: #f7e700;
    color: #000;
}

textarea {
    overflow: auto;
    height: 70px;
}

.contact-form .forms-submit {
    margin: 0 auto;
    text-align: center;
}

.hero-form {
    position: absolute;
    top: 20%;
    right: 5%;
    max-width: 600px;
    width: 100%;
    z-index: 2;
    background: #fff;
    padding: 0;
    color: #000;
    left: 0;
    margin: 0 auto;
    border-radius: 10px;
}
.hero-form .forms-fields, .forms-fields {
    position: relative;
    padding: 5px 0;
}

.form-icons {
    position: absolute;
    right: 10px;
    top: 20px;
    color:#0a95df;
}
.forms-fields.hidden {
    display: none;
}
.modal-form.popup-form {
    top: 0;
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    visibility: hidden;
    z-index: 999999;
    overflow: auto;
    padding-top: 100px;
}

.floating-cta {
    text-align: center;
    padding: 5px;
    display: block;
    border-radius: 10px 10px 0 0;
    position: fixed;
    bottom: 0;
    left: auto;
    z-index: 99;
}

.sfl-modal-content {
    width: 100%;
    max-width: 450px;
    border-radius: 0;
    margin: 0 auto;
    position: relative;
}

.home .floating-cta {
    display: block;
}

.floating-cta {
    display: block;
}


a.close {
    background: #000;
    color: #fff!important;
    line-height: 20px;
    position: absolute;
    right: 0;
    text-align: center;
    top: 0;
    width: 20px;
    height: 20px;
    text-decoration: none;
    outline: none;
    font-weight: bold;
    box-shadow: -2px 2px #606061;
    cursor: pointer;
    border-radius: 0;
    z-index: 999999999;
}
a.form-popup {
    cursor: pointer;
    border-radius: 10px;
    color: #fff;
}
a.form-popup-text:hover {
    background: #0e15ca;
}
@keyframes bounce {
    0% {
        transform: translateX(0);
    }

    50% {
        transform: translateX(100px);
    }

    100% {
        transform: translateX(0);
    }

}

@keyframes fadein {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }

}

@keyframes fadeInDown {
    from {
        opacity: 0;
        -webkit-transform: translateY(-100px);
        -moz-transform: translateY(-100px);
        -o-transform: translateY(-100px);
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        transform: translateY(0);
    }

}
@media only screen and (max-width: 1180px) and (min-width: 320px) {
    .font60, .section-head, .section-title { font-size: 35px; }
    .font50 { font-size: 30px; }
    .font40 { font-size: 25px; }
    .font30 { font-size: 22px; }
    .font28 { font-size: 18px; }
    .font24,.font22, .font20, .font18, .font16
    { 
        font-size: 16px;
    }
      .review-contents
    {
        height: 250px!important;
    }
    .review-contents:before {
        height: 200px;
    }
    .review-author {
        font-size: 13px!important;
    }
    .review-author-thumb img {
        width: 40px;
        height: 40px;
    }
    .review-author-wrap {
        padding: 40px 20px!important;
    }
}
@media only screen and (max-width: 768px)
{
    .entry-content ol, .entry-content ul {
        padding-left: 25px!important;
    }
    h1, .entry-title, .archive-description .entry-title, .archive-title, .author-box-title,
    .about-section h1
    {
        font-size: 32px!important;
    }

    h2 {
        font-size: 28px;
    }
}
@media only screen and (max-width: 600px)
{
    .section-head, .section-title {
        font-size: 35px !important;
    }
    .tagline-caption .section-semi {
        font-size: 25px;
        line-height: 35px;
        padding: 10px 10px 50px;
    }
    .btn-pad {
        font-size: 14px;
        padding: 15px;
    }
    .hero-section .tagline-caption {
        padding: 10px 30px!important;
    }
    
    .about-col.aboutform.mobile-ver {
        padding: 30px;
        max-width: 100%;
    }
}
@media only screen and (min-width: 768px)
{

    .cols2 {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }

    .cols3 {
        column-count: 3;
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
    }

}
/* column styles don't add anything here */
.section-wrapper {
    position: relative;
    display: flex;
    margin-right: -15px;
    margin-left: -15px;
}
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6 {
    width: 100%;
    padding: 0 15px;
}
.col-1 {
    max-width: 75%;
}
.col-2 {
    max-width: 50%;
}
.col-3 {
    max-width: 33.333333%;
}
.col-4 {
    max-width: 25%;
}
.col-5 {
    max-width: 20%;
}
.col-6 {
    max-width: 16.666666%;
}

@media only screen and (max-width: 1180px) and (min-width: 1024px) {
    .nap-desc
    {
       padding: 15px!important;
    }
    
    .footer-napper .widgets-section-wrap
    {
       padding: 0 5px!important;
    }
    
}

@media only screen and (min-width: 1024px) {

    /*form section*/
    .content_formcta, .contacts-section
    {
        max-width: 550px;
    }
    .home .content-sidebar-wrap {
        max-width: 95%;
        padding: 50px 0 0px 50px;
    }
    .home .site-inner {
        max-width: 100%!important;
    }
    /*header*/
    .header-section {
        margin: 0 auto;
        max-width: 90%;
    }
    .site-header.sticky-head, .site-header{
        position: fixed;
        width: 100%;
        transition: .5s;
    }

    .site-header.sticky-head
    {
         padding: 0;
    }
    .header-widget-area {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        float: right;
        flex-direction: column;
        width: 70%;
        padding: 0 20px 0 0;
        height: 100%;
    }
    .top_dets:nth-child(1) {
        padding-right: 20px;
    }
    
    .scrolled .top_dets:nth-child(1) {
        border-right: 2px solid #cfcfcf;
    }
    .genesis-nav-menu .menu-item {
        padding: 0 5px;
    }

    .menu-item-has-children > a span:after {
        content: '\f107';
        font-family: "Font Awesome 5 Free";
        font-weight: 600;
        padding-left: 5px;
        color:#000;
        font-size: 16px;
    }
=
    .scrolled .menu-item-has-children > a span:after,
    .scrolled .nav-primary .genesis-nav-menu .menu-item-has-children:hover a span:after{
       color: #000;
    }

    .nav-primary .genesis-nav-menu .menu-item-has-children:hover a span:after, .scrolled .nav-primary .current-menu-item a.sf-with-ul, .scrolled .menu-item-has-children:hover > a span:after, .scrolled .nav-primary .current-menu-item a span:after
    {
        color: #000!important;
    }
    .title-area {
        padding:20px 0;
        position:relative;
        max-width:  150px;
    }

    .fadeInDown {
        -webkit-animation-name: fadeInDown;
        -moz-animation-name: fadeInDown;
        -o-animation-name: fadeInDown;
        animation-name: fadeInDown;
        -webkit-animation-fill-mode: both;
        -moz-animation-fill-mode: both;
        -o-animation-fill-mode: both;
        animation-fill-mode: both;
        -webkit-animation-duration: 1s;
        -moz-animation-duration: 1s;
        -o-animation-duration: 1s;
        animation-duration: 1s;
        -webkit-animation-delay: 1s;
        -moz-animation-delay: 1s;
        -o-animation-duration: 1s;
        animation-delay: 1s;
    }

    /*nav*/
    .genesis-nav-menu .sub-menu a {
        color: #fff !important;
    }
    .nav-primary
    {
         width: 100%;
         max-width: 100%;
         clear: left;
         top: 15px;
         right: auto;
         overflow: inherit;
         position: relative;
         left: auto;
         height: auto;
         padding: 0;
         transition: none;
         display: inline-block !important;
         vertical-align: middle;
     }

    .nav-primary .genesis-nav-menu a
    {
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 0;
        padding-bottom: 0;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #000;
    }
    
    .top-number-icon, .header-cta-wrap, 
    .top-nap a
    {
        color: #fff;
    }

    .scrolled .nav-primary .genesis-nav-menu a, .scrolled .top-number-icon, .scrolled .header-cta-wrap, .scrolled .top-nap a, .scrolled .genesis-nav-menu a:focus, .scrolled .genesis-nav-menu a:hover, .scrolled .genesis-nav-menu .current-menu-item > a
    {
            color: #000;
    }
    .genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a {
         align-items: center;
         justify-content: center;
         color: #1a1a1a;
    }

 
    .genesis-nav-menu .sub-menu .menu-item {
        padding: 0!important;
    }
    
    .genesis-nav-menu .sub-menu .current-menu-item > a:focus, 
    .genesis-nav-menu .sub-menu .current-menu-item > a:hover, 
    .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu a {
        justify-content: flex-start !important;
    }
    
     .site-info.head-cta {
         padding: 0 10px 0;
     }

     .sticky-head .cta-number-dets a {
         padding: 0 10px 0;
     }
     .header-social {
         padding: 0 0 0 230px;
     }
    .genesis-nav-menu {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .genesis-nav-menu .sub-menu .menu-item a
    {
        background: #000;
    }
    
    .top_dets.menu-header {
        margin: 30px 0 0;
        padding: 10px 0;
        background: rgba(255, 255, 255, .2);
    }
    .main-header-sub-col-wrap.header-menu {
      
        background: #f3f3f3;
        /*justify-content: end;*/
        width: 100%;
    }
    .nav-cta {
        display: flex;
        align-items: center;
    }
    .header-cta-fixed {
      /*  position: absolute;*/
        left: auto;
        right: 0;
    }
    .main-header-sub-col .header-cta {
        padding: 10px 0;
        cursor: pointer;
        width: 250px;
        font-weight: 500;
        color: #fff;
        position: relative;
    }
    .main-header-section {
        padding:0 10px;
        border-radius: 10px;
    }
     .sticky-head .header-cta-fixed
     {
          right: auto;
     }
    /*slider/banner*/
    .hero-section .tagline-caption {
        align-items: center;
        font-size: 18px;
        justify-content: center;
        text-align: center;
        height: 100vh;
        display: flex;
        z-index: 2;
        position: relative;
    }
    
    .tagline-caption_wrap {
        max-width: 970px;
        width: 100%;
        text-align: center;
        margin: 0 auto;
    }
    .hero-slider .hero-slide-image:after
    {
        height: 85vh;
        bottom: 2%;
    }
    .hero-arrow-slider {
        position: absolute;
        left: 120px;
        bottom: 230px;
        display: flex;
        gap: 10px;
    }
    
    .hero-arrow-slider .slider-arrow {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 48px;
        height: 48px;
        border: 1px solid #d7d7d7;
        border-radius: 100%;
    }
    
    .hero-arrow-slider .slider-arrow-right {
        left: 60px;
    }
    
    .hero-arrow-slider .slider-arrow:hover {
        background-color: #0a95df;
        border-color: #0a95df;
    }
    
    .hero.slider-arrow i {
        color: #fff;
    }
    .form-banner {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 0 120px;
        right: 0;
    }
    .form-slider-banner .slide-form-fields {
        text-align: center;
        background-color: rgb(255 255 255 / 90%);
        padding-left: 30px;
        padding-right: 30px;
        height: 150px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        box-shadow: 0px 12px 18px 4px rgba(0,0,0,0.14);
        -webkit-box-shadow: 0px 12px 18px 4px rgba(0,0,0,0.14);
        -moz-box-shadow: 0px 12px 18px 4px rgba(0, 0, 0, 0.14);
    }
    .form-slider-banner .form-container .col-1 {
        width: 156px;
        max-width: 100%;
    }

    .form-slider-banner .wpcf7 form.invalid .wpcf7-response-output {
        width: 30% !important;
        margin: 0 auto !important;
    }
    .tagline-caption .section-semi {
        font-size: 55px;
        font-weight: 700;
        line-height: normal;
        margin-bottom: 10px;
    }
    
    /*content*/
    .home-section-wrapper {
        width: 100%;
        max-width: 1180px;
        margin-right: auto;
        margin-left: auto;
        padding: 0 15px;
    }
   
    .content-sidebar-wrap, .site-inner {
        max-width: 1180px;
        margin: 0 auto;
        padding:30px 30px 0;
    }
    .full-width-content .content {
        float: none;
        margin-left: auto;
        margin-right: auto;
        width: 100%;
    }
    .max90
    {
        max-width: 96%;
        margin: 0 auto;
    }

    .max80
    {
        max-width: 80%;
        margin: 0 auto;
    }

    .max70
    {
        max-width: 75%;
        margin: 0 auto;
    }
    .max60
    {
        max-width: 65%;
        margin: 0 auto;
    }
    .max100 {
        max-width: 100%;
        margin: 0 auto;
        padding: 0;
    }

    .padding
    {
        padding: 100px 0;
    }

    .mobile-only
    {
        display: none!important;
    }
    
    .flooatng-ctabtn-mobile {
        display: none;
    }
    
}
@media only screen and (max-width: 1023px) {
    .section-wrapper {
        margin-right: auto;
        margin-left: auto;
        flex-wrap: wrap;
        max-width: 80%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    [class*="col-"] {
      max-width: 100%;
      padding: 10px 0;
    }

    /***mobile responsive header part*/
    .mobile-ver
    {
        display: block!important;
    }

    .desktop-only
    {
        display: none!important;
    }

    .top_mobile a {
        font-size: 24px;
        padding: 10px;
        color: #fff;
        font-weight: 600;
        font-family: Poppins;
    }
    .top_mobile 
    {
        position: fixed;
        width: 100%;
        max-width: 100%;
        z-index: 99;
        padding: 5px 0;
        text-align: center;
        align-items: center;
        justify-content: center;
        background: #4a5258;
        color: #fff;
        top: 0;
    }

    .site-header .menu-toggle::before {
        float: left;
        align-items: center;
        justify-content: center;
        display: flex;
        padding: 0;
        margin: 0;
    }

    .site-header, .site-header.sticky-head {
        position: fixed;
        width: 100%;
        max-width: 100%;
        z-index: 999;
        padding: 0;
        top: 0;
        opacity: 1;
    }
    .site-header .title-area {
        position: fixed;
        width: 100%;
        z-index: 99;
        padding: 10px;
        color: #000;
        height: 80px;
        margin: 0 auto;
        left: 0;
        right: 0;
        background: #8d929b;
    }
    
    .scrolled .site-header .title-area {
        max-width: 100%;
        border-radius: 0;
    }
    .title-area img {
        text-align: center;
        display: block;
        margin: 0 auto;
        height: 50px;
        margin-top: 0;
    }

    .scrolled .title-area img {
        filter: none;
    }
    .dashicons, .dashicons-before:before
    {
        font-size: 35px;
    }
    .section-head.left,
    .badges-section, 
    .section-desc.left
    {
         text-align: center;
        margin: 0 auto;
     }
    .section-head.left:after, h1.has-text-align-left:after {
        margin: 20px auto 30px;
    }
    .top-nap
    {
        text-align: left;
    }
    .top-nap .socmed {
        align-items: flex-start;
        justify-content: flex-start;
        display: flex;
    }
    .sticky-head .cta-number-dets a
    {
        color: #fff!important;
    }
    /*menu*/
    .sub-menu-toggle,
    .sub-menu-toggle:focus, .sub-menu-toggle:hover
    {
        background:     transparent;
        color:  #000;
    }
    .menu-toggle, 
    .menu-toggle:focus, .menu-toggle:hover {
        color: #000;
        max-width: 50px;
        background: #fff;
        text-align: center;
    }

    .menu-toggle {
        margin-bottom: 10px;
        margin-top: 5px;
        padding: 15px;
        position: fixed;
        left: 10px;
        top: 40px;
        background: #e6e6e6;
        color: #000;
        text-align: center;
        justify-content: center;
        display: flex;
        transition: none;
    }
    .sticky-head .genesis-nav-menu .menu-item {
        padding: 0;
    }
    .nav-primary {
        background: #8d929b;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 130px;
        padding: 15px 20px 250px;
        display: none;
        left: 0;
        color: #fff;
        height: 100%;
        overflow-y: auto;
        text-align:     left;
    }
    .scrolled .mobile_ellipses_icon i
    {
            color: #0a0a0a;
    }
    .scrolled .menu-toggle {
        top: 10px;
        color: #000;
    }
    .scrolled .mobile_ellipses_icon {
        top: 30px;
    }
    
    .scrolled .nav-primary,
    .scrolled .header_mobile_ellipses_info
    {
        top: 80px;
    }
    .menuhomeicon img {
        background: #fff;
        padding: 5px 10px;
    }
    body.scrolled .float-cta-wrap {
        display: none!important;
    }
    .menuhomeicon.current-menu-item > a img {
        filter: brightness(1);
    }
    .genesis-nav-menu a, .sub-menu-toggle::before
    {
        color: #fff;
    }
    .menu-toggle.activated::before {
        font-size: 30px;
    }
    .current_page_item .sub-menu-toggle::before {
        color: #0a162e;
    }
    .genesis-nav-menu a:focus, .genesis-nav-menu a:hover, .genesis-nav-menu .current-menu-item > a, .genesis-nav-menu .sub-menu .current-menu-item > a:focus, .genesis-nav-menu .sub-menu .current-menu-item > a:hover {
        color: #000;
        background: #ffffff;
        padding-left: 10px;
    }
    
    .genesis-nav-menu .sub-menu a {
        background-color: #000000;
        padding: 10px;
    }
    
    .genesis-nav-menu .sub-menu li {
        margin: 2px 0;
    }
    /*endmenu*/

    /*dots*/
    .header_mobile_ellipses {
        z-index: 9999;
        position: relative;
        max-width: 100px;
    }
    .mobile_ellipses_icon {
        position: fixed;
        left: 5%;
        top: 95px;
        z-index: 99;
    }
    
    .scrolled 
    {
     left: 20px!important;
    }
    .mobile_ellipses_icon i{
        font-size: 22px;
        color: #0035aa;
    }
    .header_mobile_ellipses_info.show {
        display: block;
        text-align: center;
    }

    .header_mobile_ellipses_info {
        position: fixed;
        width: 100%;
        background: #004185;
        z-index: 99;
        top: 120px;
        padding: 20px 20px;
        text-align: left;
        color: #fff;
        display: none;
        transition: 0.5s ease-in-out;
    }
    .hero-slide-image {
        height: 700px;
        align-items: flex-start;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0;
        background-position: center;
        margin-top: 100px;
    }
    .hero-section .tagline-caption
    {
                height: 100vh !important;
        padding: 10px 60px;
    }
     .form-banner.mobile-only a {
         background: #1f5d43;
         padding: 10px;
         border-radius: 5px;
     }
    .form-slider-banner .section-title
    {
        font-size: 30px;
        padding: 10px 10px 30px 10px;
        line-height: 30px;
    }
    .top-nap .socmed {
        flex-direction: row;
    }
    
    .hero-section .tagline-caption img
    {
     display: none;   
    }
    /*hero/banner*/

    .floating-cta .btn-pad {
        padding: 15px 20px;
        font-size: 15px;
    }
    .tagline-caption {
        padding-left: 0;
        position: relative;
        text-align: center;
        margin: auto 0;
        justify-content: center;
        align-items: center;
        text-align: center;
        display: flex;
    }

    /*header widget*/
    .header-widget-area .cta-number {
        background: #0a162e;
        text-align: center;
        margin: 0 auto;
        width: 100%;
        height: 60px;
        line-height: 20px;
        padding: 0;
    }
    
    .cta-number a {
        font-size: 30px;
        font-weight: bold;
    }
    /***end mobile responsive header part*/

    .scroll-top {
        bottom: 50px;
    }
    .floating-cta .btn-pad, .floating-cta-wrap a {
        color: #fff;
        font-size: 15px;
    }
    .floating-cta {
        margin: 0 auto;
        text-align: center;
        left: 0;
        right: 0;
    }
    
    .flooatng-ctabtn-mobile {
        display: flex;
        justify-content: center;
        position: fixed;
        bottom: 150px;
        left: auto;
        right: 15px;
        width: 100%;
        z-index: 50;
        flex-direction: column;
        text-align: center;
        align-items: flex-end;
        gap: 50px;
    }

    a.form-popup-text {
        padding: 10px 20px;
        -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
        -moz-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
        box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
        border: 1px solid #fdf6f6;
    }
    .scrolled .site-header .title-area {
        background: #fff;
        top: 0;
        padding: 14px 0 0;
                box-shadow: 0 0 5px 2px #e5e5e5;
    }
    .tagline-caption .section-semi {
        font-size: 35px;
        line-height: 35px;
        padding: 10px 10px 50px;
    }
    .wp-block-image .alignright, .wp-block-image .alignleft {
        float: none;
        margin: 10px auto;
    }
    
    #blog-widget > .wrap > section, .post-archives-list .col-3 {
        margin: 0;
        flex: 100%;
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    #blog-widget > .wrap {
        flex-direction: column;
    }
}
/***/
/* Bounce To Right */
.hvr-grow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.6s;
    -webkit-transition-property: transform;
    transition-property: transform;
}
.hvr-bounce-to-right {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  position: relative;
  -webkit-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  cursor: pointer;
    border-radius: 6px;
}
.hvr-bounce-to-right:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #004185;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition-property: transform;
  transition-property: transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
    border-radius: 6px;
}

.content-cta-button.hvr-bounce-to-right:before
{
  background: #fff;
}

.content-cta-button.hvr-bounce-to-right:hover
{
    color: #020202;
}
.whitebg.hvr-bounce-to-right:hover a,
.whitebg.hvr-bounce-to-right:hover,
.top-nap a
{
    color: #fff;    
}
.whitebg.hvr-bounce-to-right:hover 
{
    color: #fff;    
}

.hvr-bounce-to-right:hover, .hvr-bounce-to-right:focus, .hvr-bounce-to-right:active, .hvr-bounce-to-right:hover a {
  color: #fff;
}
.hvr-bounce-to-right:hover:before, .hvr-bounce-to-right:focus:before, .hvr-bounce-to-right:active:before {
  -webkit-transform: scaleX(1);
  transform: scaleX(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);
}
/*endofdefaultcss*/
</style>