*,
*::before,
*::after {
    box-sizing: inherit;
    outline: none!important;
}

body, .opens, p,
.breadcrumb span.bc-wrap,
.section-desc,
.section-snippets
{
    font-family: "Open Sans", sans-serif;
}
.pops, .section-head, .section-desc,
h1, h2, h3, h4, h5, h6
{
    font-family: "Poppins", 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 {
    background: url(/wp-content/uploads/2025/04/bodybg.jpg) repeat;
}
body, p {
    font-size: 16px;
    color: #0a0a0a;
}
h1,
.entry-title
{
    font-size: 50px;
    text-align: center;
}

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:#4b5259;
}

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;
}
.underline
{
    text-decoration: underline;
}
.borderblack
{
    border: 1px solid #000;
}

.borderwhite
{
    border: 1px solid #fff;
}

.italic
{
  font-style: italic;
}
.bold, .genesis-nav-menu a,
.nap-desc
{
    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 {
    font-size: 50px;
    text-transform: capitalize;
    line-height: 1;
    padding-bottom: 30px;
    text-align: center;
    position: relative;
    padding:0 0 20px;
    color: #1f2226;
    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: 3px;
    display: block;
    margin: 20px auto 30px;
    background-color: #004185;
}
.section-head.left:after, h1.has-text-align-left:after {
    margin: 20px 0 30px;
}
.section-head span {
    font-weight: 400;
}

.section-desc
{
    font-size: 14px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    color: #004185;
    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 img {
    border-radius: 10px;
}
.entry-content h1 {
    text-align: left;
}
.left
{
    text-align: left;
}
.upper,
 .genesis-nav-menu a,
.footer-info-title .label
{
    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;
    padding: 15px 30px;
    margin: 0;
    transition: .5s ease-in-out;
    border-radius: 6px;
    font-weight: 600;
    color: #fff;
}
.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, .home .site-inner,
.sticky-head .header-top-section,
.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;
}
/*colorsbgcolors*/
.bluebg
{
    background: rgb(0,45,92);
    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);   
}

.blue
{
    color: #004185;
}
.white, .footer-info-title .label,
.why_container:hover .why_title,
.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, 
.why_container:hover .why_title:after,
.section-head.white:after
{
    background: #fff;   
}
.graybg
{
    background: #4b5259;
}
.drakgray
{
   color: #4b5259;
}
.gray,
.contacts-dets a, .contacts-dets span
{
    color: #595959;
}

.black
{
    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: #fff;
    color: #595959;
    font-size: 13px;
    font-weight: 400;
    padding: 15px;
    margin: 5px 0;
    width: 100%;
    opacity: .9;
    font-family: "Open Sans", sans-serif;
    border-radius: 6px;
}

select {
    padding: 15px 5px;
}
input:focus, select:focus, textarea:focus {
    outline: 0;
    background-color:#5a6067 !important;
    color: #fff!important;
}

.forms-title {
    line-height: 36px;
    padding: 20px 0 0 0;
}

.forms-data-fields {
    padding: 30px;
    background: #fff;
    border: 1px solid #004185;
}

.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;
    margin: 0;
    width: 100%;
    height: 50px;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #881a1d;
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    text-transform: uppercase;
}

.forms-fields label {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: "Libre Caslon Text", 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;
    text-transform: uppercase;
}


/*endofforms*/
/*services*/
.services_image {
    width: 100%;
    height: 165px;
    max-width: 165px;
    margin: 0 auto;
    z-index: 1;
}

.services-details {
    align-items: center;
    justify-content: center;
    height: 100%;
}

.services_dets {
    height:500px;
    border-radius: 10px;
    position: relative;
    top: -80px;
    display: flex;
    align-items: center;
    text-align: center;
    padding: 100px 30px 30px;
    transition: .5s;
}

.services_container:hover .services_dets:before {
    content: "";
    background: rgb(0 65 133 / 60%);
    height: 100%;
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    border: 6px solid #fff;
    border-radius: 10px;
}

.services_title, .services_content,
.services_container:hover .services_title.out-btn,
a.services-button.out-btn
{
    opacity: 0;
}

.services_container:hover .services_title,
.services_container:hover .services_content,
.services_title.out-btn,
.services_container:hover a.services-button.out-btn
{
    opacity: 1;
}

.services-button span {
    display: none;
}

.services_container:hover .services-button span {
    display: block;
}

a.services-button {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}
a.services-button.out-btn {
    width: 80%;
    margin: -35px auto 0;
    text-align: center;
    justify-content: center;
    z-index: 1;
}
a.services-button i {
    padding: 0 10px;
}
.services-section {
    padding: 100px 0 300px !important;
}
.services-section:after {
    content: "";
    position: absolute;
    display: block;
    height: 100px;
    width: 200px;
    z-index: 0;
    background: #f5f5f5;
    bottom: 0;
    clip-path: polygon(0 0, 0 100%, 100% 100%, 100% 100%, 0 0);
    right: 0;
    bottom: -3px;
}
.services-section:before {
    clip-path: polygon(100% 100%, 100% 0, 100% 0, 0 100%, 0 100%);
    content: "";
    position: absolute;
    display: block;
    height: 100px;
    width: 200px;
    z-index: 0;
    background: #f5f5f5;
    bottom: -3px;
}

.bottom-button {
    padding: 15px 10px!important;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 48%!important;
    margin: 0 5px 0 0;
}
.offer-content {
    position: relative;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-style: normal;
}
.services-offers .offer-title {
    font-size: 30px;
    font-weight: 600;
    font-family: 'Poppins';
    margin-bottom: 20px;
    padding-left: 50px;
    font-style: normal;
}

.innerservices_image {
    width: 150px;
    height: 150px;
    position: absolute;
    top: 0;
    left: -115px;
    transform: scale(.8);
}
.offer-content:hover .lightgray {
    background: #676767;
}

.offer-content:hover .lightgray a {
    color: #fff;
}
.offer-content:hover .innerservices_image {
    -webkit-box-shadow: 11px 10px 5px 0px rgba(0, 65, 133, 0.19);
    -moz-box-shadow: 11px 10px 5px 0px rgba(0,65,133,0.19);
    box-shadow: 11px 10px 5px 0px rgba(0, 65, 133, 0.19);
    border-radius: 150px;
    -moz-border-radius: 150px;
    -webkit-border-radius: 150p;
}
/*endofservices*/
/*areas*/
.area__desc li:before {
    content: "\f3c5";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 700;
    color: #4b5259;
    font-size: 16px;
    margin-left: 10px;
    position: absolute;
    left: -8px;
    transition:.5s;
}
.contacts-section-wrap:hover .contacts-icon {
    border: 1px solid #17518f;
}
.contacts__items {
    justify-content: flex-end;
}
.contacts-section-wrap {
    width: 100%;
    border-radius: 6px;
    margin: 10px 0;
    display: flex;
    height: 100px;
    background: transparent;
    border: 1px solid #cccccc;
    padding: 5px;
    transition: .5s;
}
.contacts-section-wrap:hover,
.contacts-section-wrap:hover .contacts-icon {
    background: #004185;
    color: #fff;
}
.contacts-icon {
    font-size: 24px;
    color: #fff;
    display: flex;
    align-items: center;
    padding: 10px 20px;
    width: 70px;
    justify-content: center;
    background: #4b5259;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px;
}
.contacts-dets {
    width: 100%;
    display: flex;
    align-items: flex-start;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    padding: 10px 20px;
    line-height: 1.1em;
}

.area__desc {
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    margin: 0;
    min-height: 450px;
    border-radius: 10px;
    background-size: cover;
    max-width: 700px;
    display: flex;
    transition: .5s;
}

.list-areas li {
    padding: 20px 0 20px 35px;
    position: relative;
    border-bottom: 2px solid transparent;
    transition: .5s;
}

.list-areas li:hover {
    padding-left: 70px;
    border-bottom: 2px solid #004185;
}

.list-areas li:hover:before
{
    left: 20px;
    color: #004185;
}
.list-areas {
    display: flex;
    position: relative;
    padding: 20px 0 0;
    transition: .5s;
}

/*endareas*/
/*cta*/
a.content-cta-button {
    font-size: 15px;
}
.home .contentcta-section {
    margin: -200px auto 10px !important;
}
.content-cta-wrapper a:hover {
    color: #fff;
    background: #4b5259;
}
.contentcta-section
{
    margin:10px auto!important;
    background-repeat: no-repeat;
    height: 450px;
    width: 100%;
    background-position: center;
    border: 20px solid #fff;
    border-radius: 30px;
    background-size: cover;
}
.content_cta {
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    /* align-items: center; */
}
.cta-content {
    max-width: 33%;
    width: 100%;
}
.content-cta-wrapper {
    padding: 50px;
}
.cta-dets {
    display: flex;
    flex-direction: column;
    padding: 0 10px;
    gap: 10px;
}


/*endcta*/
/*why*/
.choose-section {
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
}
.choose-section .section-head {
    padding: 0!important;
}
.why_container {
    padding: 20px;
}
.why_image {
    height: 120px;
    width: 100%;
    background-repeat: no-repeat;
    margin: 0 auto;
    text-align: center;
    background-size: cover;
    max-width: 120px;
}
.why_image-wrap {
    z-index: 1;
    position: relative;
}

.choose_dets {
    border: 2px solid #ccc;
    border-radius: 8px;
    padding: 60px 20px 20px;
    top: -50px;
    position: relative;
    transition: .5s;align-content
}

.why_container:hover .choose_dets, .choose_dets:hover {
    background: #013a74;
    color: #fff;
    border: 2px solid #013a74;
}

.why_title:after {
    content: "";
    background: #004185;
    width: 50px;
    height: 2px;
    position: absolute;
    display: block;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    bottom: 15px;
}
.why_title {
    padding: 20px 0 30px;
}

/*endwhy*/
/*process*/
.home .home-section.steps-section {
    padding: 100px 0 0 0;
}

.home-section.steps-section {
    padding: 0 0 100px 0;
}
.steps_image {
    width: 100%;
    height: 185px;
    margin: 0 auto;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-size: cover;
    max-width: 220px;
}

.steps_dets {
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(181,181,181,1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(181,181,181,1);
    box-shadow: 0px 0px 5px 0px rgba(181,181,181,1);
    border: 2px solid #fff;
    transition: .5s;
}

.steps_container:hover .steps_dets {
    border: 2px solid #004185;
}

.steps_title span {
    font-size: 25px;
    font-weight: 800;
}

.steps_image:before {
    content: "";
    background: #4b5259;
    top: -10px;
    position: absolute;
    display: block;
    height: 10px;
    width: 120px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}
.steps_dets:after {
    content: "";
    background: #4b5259;
    position: absolute;
    display: block;
    height: 30px;
    width: 220px;
    left: 0;
    right: 0;
    text-align: center;
    margin: 0 auto;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    bottom: -32px;
}

.steps_container:hover .steps_title span {
    color: #004185;
}

.steps_container:hover .steps_dets:after, .steps_container:hover .steps_image:before {
    background: #004185;
}

.steps_image-wrap {
    margin: 30px 0 0;
}

.steps-cta {
    margin: 100px 0 0;
}
/*endprocess*/
/*counter*/
.choose_container:hover {
    background: rgb(0, 45, 92);
    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);
}
.choose_container:hover .choose_image {
    filter: brightness(0) invert(1);
}
.choose_image {
    width: 100px;
    height: 75px;
    margin: 0 auto;
}
.choose_container {
    padding: 50px 30px!important;
    transition: .5s;
    border-radius: 10px;
}

.choose_container:hover .drakgray, .choose_container:hover .gray {
    color: #fff;
}
/*endcounter*/
/*gallery*/
.portfolio_image-wrap {
    width: 100%;
}
.portfolio-wrap {
    overflow: hidden;
    margin: 0;
}

.portfolio-wrap:hover .portfolio__item-btn-wrap {
    align-items: center;
    justify-content: center;
    content: "";
    background: #004185;
    position: absolute;
    display: flex;
    height: 90%;
    width: 90%;
    left: auto;
    right: auto;
    opacity: .8;
    border-radius: 10px;
}
.portfolio__item-btn-wrap a {
    flex-direction: column;
}
.portfolio__item-btn-wrap {
    display: none;
    height: 100%;
}
.portfolio_container {
    padding: 0!important;
}
.portfolio_image {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 480px;
    width: 100%;
    background-size: cover;
}
.slmp-gallery .slmp-image-item .slmp-image img {
    border-radius: 8px;
}
.slmp-gallery .slmp-gallery-load-more button {
    background: #4b5259;
    border: 0;
    border-radius: 8px;
    padding: 10px 20px;
    min-width: 200px;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;
}

.gallery-section
{
     overflow: hidden;
}
/*endgallery*/
/*slider*/
.hero-slider .hero-slide-image:before
{
    content: "";
    position: absolute;
    background: rgba(0,0,0,.45);
    display: block;
    height: 100%;
    width: 100%;   
}
.banner-img-wrap:before {
    content: "";
    position: absolute;
    background: rgba(0, 0, 0, .5);
    display: block;
    height: 100%;
    width: 100%;
}
a.hero-btns:first-child,
.testi-btns a:first-child
{
    background: transparent;
    border: 1px solid #fff;
}

.hero-slider ul.slick-dots {
    position: absolute;
    bottom:10px;
    left: 0;
    right: 0;
    text-align: center;
}
.hero-slider ul.slick-dots li button {
    font-size: 0;
    padding: 4px;
    border-radius: 10px;
    border: 0;
    background: transparent;
    height: 10px;
    width: 10px;
    border: 2px solid;
}

.hero-slider ul.slick-dots li {
    display: inline-block;
    vertical-align: middle;
    line-height: 0;
    margin: 0 4px;
}

.hero-slider ul.slick-dots li.slick-active button {
    background-color: #004185;
    border: 0;
    padding: 7px;
    width: 15px;
    height: 15px;
}
.hero-btns:hover {
    background: #000;
    color: #fff;
}
.banner-cta {
    border-radius: 4px;
    padding: 5px 10px;
    margin: 15px auto 0;
    text-align: center;
    width: fit-content;
}
.hero-btns
{
   border:1px solid inherit;
}
.tagline.desc-title {
    line-height: 1.2em;
}
.page-banner-desc.tagline-caption {
    display: flex;
    font-size: 48px;
    z-index: 2;
    position: relative;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    margin: 0 auto;
    height: 600px;
}
.slider-title-area img {
    filter: brightness(0) invert(1);
}

.slider-title-area {
    width: 100%;
    align-items: center;
    justify-content: center;
}

.banner-title {
    padding: 10px 0;
}
/*width*/
.home-section .container {
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
}

@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);
    }

}

/*header*/
.site-header
{
    background: transparent;
    padding: 0;
}

.site-header.sticky-head {
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.21);
-moz-box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.21);
box-shadow: 0px 0px 16px 0px rgba(0,0,0,0.21);
    background-color: #f3f3f3;
}
.title-area {
    transition: .5s;
}

.scrolled .header-cta-wrap i {
    color: #004185;
    font-size: 22px;
}

.scrolled .header-cta-wrap {
    text-align: center;
    padding: 10px 0;
}
.scrolled .header-cta-wrap a {
    font-weight: 600;
    font-size: 22px;
    font-family: 'Poppins';
}
.header-top-dets {
    background: transparent;
    padding: 5px 50px;
}

.top-number-icon {
    text-align: center;
    font-size: 20px;
    padding: 0;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #ffffff;
    margin: 0 5px;
}
.main-header-sub-col .header-cta a {
    color: #fff;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    font-weight: 600;
}

.main-header-sub-col .header-cta a i {
    padding: 0 0 0 10px;
    text-align: center;
}
.header-cta-wrap br,
.header-cta-wrap .socmed span
{
    display: none;
}
.top-nap {
    align-items: center;
}
.header-cta {
    padding: 10px 30px;
}
a.phone-click
{
    font-size: 20px;
    font-weight: 600;
}
.top-cta-desc {
    font-family: 'Open Sans', sans-serif;
    font-size: 13px;
    font-weight: 700;
    color: #bfbfbf;
    text-transform: uppercase;
}

.top_dets {
    padding: 0 10px;
}
.header-cta-wrap {
    font-family: 'Open Sans', sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    line-height: 1.2;
}

.header-cta-wrap.top-add span:before {
    content: ",";
    position: absolute;
    left: 0;
}

.header-cta-wrap.top-add span {
    padding-left: 5px;
    position: relative;
}

.cta-number-icon {
    border-radius: 50px;
    height: 50px;
    width: 50px;
    background: #004185;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

/*reviews*/
.reviews-slider-wrap.slidecontent {
    padding: 0 40px 0;
}
.review-slide-wrap {
    padding: 20px 50px 0 20px;
}
.reviews-container {
    justify-content: flex-start;
    align-items: center;
}
.review-featured {
    width: 100%;
    height: 650px;
    background-position: center;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}

.review-slide {
    background: #fff;
    margin: 0 20px 0 0;
    border-radius: 10px;
    padding: 20px;
}
.reviews-slider .slick-track {
    padding: 50px 0;
}
.home-section.reviews-section .reviews-slider-wrap .btn-wrap-services {
    float: none;
    width: auto;
    top: auto;
    left: auto;
    right: 50px;
    position: absolute;
}

.review-slide-wrap span {
    color: #4b5259;
    text-align: right;
    position: absolute;
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    right: -20px;
    top: -45px;
    background: #fff;
    z-index: 1;
    border-radius: 50%;
    padding: 20px;
    margin: 0;
    font-size: 20px;
}
.sfs-review.reviewpostbox-form button.sfcr-submit-review, .view-review-form button.sfcr-create-review {
    background-color: #004185;
    border-color: #004185;
}

.list-of-reviews span.dashicons-star-filled.r-rate, .review-raiting span.dashicons-star-filled
{
   color: #004185; 
}
/*endofreviews*/
/*blog*/
.latest-post-thumb:hover {
    background: #004185;
    color: #fff;
}
.latest-post-thumbnails {
    border-radius: 10px;
    background-size: cover;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
}
.post-title:after {
    content: "";
    position: absolute;
    background: #004185;
    height: 2px;
    width: 80px;
    bottom: -10px;
    left: -30px;
}
.latest-blog-post {
    margin: 50px 0;
}

.latest-post-content-wrap {
    position: relative;
    padding: 20px 10px;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.latest-post-date {
    justify-content: flex-end;
    background: #fff;
    width: 70px;
    align-items: center;
    flex-flow: column;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    color: #004185;
    line-height: 24px;
    padding: 10px 5px;
    top: -20px;
    right: -20px;
    box-shadow: -9.899px 9.899px 35px 0px rgba(0, 0, 0, 0.3);
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
}
.latest-post-thumb {
    border-radius: 10px;
    padding: 20px;
    margin: 20px 20px 50px 20px;
    transition: .5s;
}
.postdate-month .entry-time {
    color: #004185;
}
.postdate-day .entry-time {
    color: #4b5259;
    font-weight: 700;
}
.art-read {
    position: absolute;
    top: 10px;
    color: #4b5259;
    background: transparent;
    border-radius: 5px;
    padding: 10px;
    text-align: center;
}
.latest-post-thumb:hover .art-read {
    background: #fff;
}
.latest-post-content p {
    color: #595959;
    padding: 20px 0 0;
}
.latest-post-thumb:hover .latest-post-content p, .latest-post-thumb:hover .post-title a {
    color: #fff;
}
a.blog-btn {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.post-archives-list select,
.single select
{
text-transform: uppercase;
    border: 1px solid #f1f1f1;
    border-radius: 6px;
    color: #474e55;
    font-weight: bold;
    font-size: 15px;
    font-family: Poppins;
}
.post-archives-list select:hover, .single select:hover {
    background: #484f56;
    color: #fff;
}
.blog-post-listing article {
    padding: 20px 0;
    margin: 0;
}
#blog-widget > .wrap > section {
    margin: 10px;
    flex: 1;
    max-width: 33.333333%;
}

#blog-widget > .wrap {
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn-wrap-post {
    top: 40%;
    display: none;
}

.btn-wrap-post button {
    z-index: 1;
    position: absolute;
    color: #fff;
    width: 50px;
    padding: 15px;
    border-radius: 8px;
}

button.prev-btn-serve {
    background: rgb(75 82 89 / 60%);
    left: -90px;
}
button.next-btn-serve {
    right: -60px;
    background:rgb(0 65 133 / 60%);
}
.blog-post-listing article:hover {
    margin-top: -30px;
}
.blog-post-listing article:hover .post-title:after,
.latest-post-thumb:hover .post-title:after
{
    background: #e4ffff;
}

/*endofblog*/
/*badges*/
.badge-logos {
    margin: 20px;
    padding: 30px 20px;
    border-radius: 6px;
    border: 1px solid #e3e3e3;
    display: flex !important;
    align-items: center;
    justify-content: center;
}
.badge-logos:hover {
    border: 1px solid #00366f;
}
.badge-logos:hover img {
    filter: grayscale(0);
}

.badge-logos img {
    text-align: center;
    margin: 0 auto;
    filter: grayscale(100%);
}
/*endbadges*/
/*footer*/
footer
{
    color:#fff;
}
.footer-info {
    background-repeat: no-repeat!important;
    background-size: cover!important;
    position: relative;
    padding: 0;
}

.scroll-top {
    height: 40px;
    width: 40px;
    bottom: 90px;
    right: 15px;
    position: fixed;
    z-index: 10;
    cursor: pointer;
    display: none;
}

.footer-below-nav {
    padding: 20px 0 100px;
}

.footer-info-section a {
    color:#a6a6a6;
    transition: all 0.3s ease
}

.footer-info-section li:hover {
    background: #fff;
    border-radius: 8px;
    color:#4b5259;
}
.footer-info-section li {
    padding: 5px 0 5px 30px;
    position: relative;
}
.footer-info-wrap li {
    padding-left: 25px;
}
.footer-info-section .menu li a:before {
    content: "\f0da";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #fff;
    transition: all 0.3s ease;
}
.footer-info-section li:hover > a:before {
    padding-left: 30px;
    color: #004185;
}

.footer-info-section li:hover > a {
    padding-left: 20px;
    color:#4b5259;
    font-weight: bold;
}

.footer-links {
    padding: 30px 0 0;
}
.footer-info-title .label:after {
    content: "";
    height: 3px;
    width: 40px;
    background: #004185;
    position: absolute;
    display: block;
    bottom: -10px;
}
.footer-info-title .label:before {
    content: "";
    height: 3px;
    width: 100%;
    background: rgba(255, 255, 255, .3);
    position: absolute;
    display: block;
    bottom: -10px;
}
.footer-info-section img {
    background: #fff;
    padding: 20px;
}
.nap-icon {
    width: 60px;
    height: 50px;
    padding: 10px 10px;
    background-color: #fff;
    justify-content: center;
    align-items: center;
    color: #4b5259;
    z-index: 1;
    position: relative;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    font-size: 20px;
}
.nap-desc a {
    color: #ccc;
}

.nap-desc.nap-email {
    font-size: 14px;
}

.footer-napper .widgets-section-wrap:hover .nap-desc.nap-email
{
   font-size: 13px;
}
.nap-dets {
    font-size: 14px;
    padding-left: 10px;
    margin-top: 10px;
}
.footer-napper .widgets-section-wrap {
    z-index: 1;
}
.footer-napper .widgets-section {
    padding:20px 0 0;
}

.footer_naps {
    margin-top: -30px;
    position: relative;
    padding: 70px 0 0;
    transition: .5s;
    display: flex;
    align-items: flex-start;
    z-index: 1;
}

.footer_naps_wrap {
    background: transparent;
    margin-top: -50px;
    position: relative;
    z-index: -2;
    padding: 30px 0;
    border-radius: 10px;
    transition: .5s;
}

.nap-desc {
    font-weight: normal;
    transition: .5s;
    background: transparent;
    border-radius: 10px;
    border-top-left-radius: 0 !important;
    min-height: 100px;
    position: relative;
    padding: 20px;
    z-index: -1;
    border: 1px solid #5a6168;
    color: #ccc;
    text-align: left;
    font-size: 17px;
}
.widgets-section-wrap:hover .nap-desc a
{
   color: #fff; 
}

.widgets-section-wrap:hover .nap-desc a {
    font-weight: bold;
}

.widgets-section-wrap:hover .nap-desc, 
.widgets-section-wrap:hover .nap-icon
{
    color: #fff;
    background: #004185;
    border-color: #004185;
}
.widgets-section-wrap:hover .nap-desc {
    -webkit-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.31);
    -moz-box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.31);
    box-shadow: 0px 0px 7px 0px rgba(0, 0, 0, 0.31);
}
.widgets-section-wrap:hover .nap-icon
{
    box-shadow: 0px -6px 9px 0px rgba(0,0,0,0.16);
    -webkit-box-shadow: 0px -6px 9px 0px rgba(0,0,0,0.16);
    -moz-box-shadow: 0px -6px 9px 0px rgba(0,0,0,0.16);
}
.footer-info-wrap {
    padding: 100px 0 50px 0!important;
}
.info.cname:before {
    content: "\f015";
}

li.info.cphone:before {
    content: "\f879";
}

li.info.add:before {
    content: "\f3c5";
}
li.info.cmail:before {
    content: "\f0e0";
}
li.info.chrs:before {
    content: "\f017";
}

.footer-below-info a.white,
.above-header a.white,
.contentcta-section .section-head:after,
.badges-section .section-head:after
{
    display: none;
}

.socmed-item a,
.socmed-item i,
.home .entry-content p 
{
    color: #fff;
}

.socmed-item i {
    padding: 10px;
    text-align: center;
    margin: 5px 15px 5px 0;
    width: 40px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    transition: .5s;
    border-radius: 6px;
    border: 1px solid #6a6a6a;
}
.socmed-item-wrap:hover .fb {
    color: #3b5998;
    background: #fff;
}

.socmed-item-wrap:hover .gmb {
    background: #fff;
    color: #4a81e8;
}
.socmed-item-wrap:hover .ig {
    color: #e1306c;
    background: #fff;
}

.socmed-item-wrap:hover .yelp
{
   background: #fff;
    color: #af0606;
}

.footer-logo img {
    max-width: 80%;
    position: relative;
    margin-top: -70px;
}

.footer-copy-wrap {
    width: 100%;
    flex-direction: column;
}

.footer-map iframe
{
   border-radius: 10px;
}
footer .socmed {
    flex-direction: column;
    align-items: flex-start;
}
/*404*/
.result-search.text-center {
    text-align: center;
}

.entry-content .search-form input {
    width: 500px;
    max-width: 100%;
}

.entry-content .search-form {
    margin-bottom: 40px;
    width: 100%;
    display: flex;
    max-width: 100%;
    align-items: center;
    justify-content: center;
}

button.search-submit {
    width: fit-content;
    margin-left: 10px;
}

.result-title {
    font-size: 38px;
    font-weight: bold;
}

.search-content article.entry, .search-content article.entry p {
    margin-bottom: 0!important;
}
.archive-description .entry-title, .archive-title, .author-box-title {
    font-size: 50px;
    font-weight: 600;
    margin-bottom: 10px;
    text-align: center;
}

/*bread*/
.breadcrumb span.bc-wrap {
    display: flex;
    align-items: center;
    border-radius: 5px;
    padding-left: 3px;
    padding-right: 10px;
    color:#4b5259;
    justify-content: center;
    text-align: center;
    font-weight: 400;
}

.breadcrumb {
    background: rgb(75 82 89 / 60%);
    border-bottom: 0;
    font-weight: normal;
    font-size: 14px;
    border-radius: 4px;
    text-align: center;
    margin: 0;
    color: #fff;
    padding: 10px;
}
 span.breadcrumb-link-wrap a {
    font-size: 14px;
    color: #fff;
}
span.breadcrumb-link-wrap a span.home-icon {
    display: flex;
    align-items: center;
    color: #fff;
}
span.separator {
    margin: 0 10px;
}

.breadcrumb .separator i {
    font-size: 5px;
    text-align: center;
    padding: 5px;
    top: -3px;
    position: relative;
    color: #ccc;
}

/*pop-up*/
.flooatng-ctabtn-mobile {
    display: flex;
    justify-content: center;
    position: fixed;
    bottom: 5px;
    left: 0;
    right: 0;
    max-width: 350px;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
}
.flooatng-ctabtn-mobile > .floating-ctabtn-col {
    width: 50%;
}
.flooatng-ctabtn-mobile .floating-ctabtn-form a {
    color: #ffffff;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    font-size: 14px;
    height: 45px;
    background-color: #004185;
    border-radius: 0px;
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    border: 0px;
}
.flooatng-ctabtn-mobile .floating-ctabtn-num a {
    color: #ffffff;
    padding: 10px 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    line-height: 1;
    font-weight: 600;
    font-size: 14px;
    height: 45px;
    background-color: #000000;
    border-radius: 0px;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    border: 0px;
}
.flooatng-ctabtn-mobile .floating-ctabtn-num a:before {
    content: '\f095';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    margin-right: 8px;
}

.group-content {
    background: #fff;
    padding: 20px;
    border-radius: 20px;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
    -moz-box-shadow: 0px 0px 5px 0px rgba(191,191,191,1);
    box-shadow: 0px 0px 5px 0px rgba(191, 191, 191, 1);
}

@media only screen and (max-width: 1400px) and (min-width: 1024px) {
    .bottom-button a {
        font-size: 13px;
    }
    .scrolled .main-header-section {
        align-items: center;
        justify-content: space-around;
    }
    .scrolled .title-area {
        max-width: 135px;
        padding-right: 10px;
    }
    .main-header-sub-col .header-cta
    {
        width: 170px!important;   
    }
    .main-header-sub-col.header-menu {
        padding-right: 1%;
    }
     .scrolled .nav-primary .genesis-nav-menu a {
        padding-left: 5px!important;
        padding-right: 5px!important;
        font-size: 14px;
    }
    
    .main-header-sub-col .header-cta a {
        font-size: 13px;
    }
    .scrolled .header-cta-wrap i {
        font-size: 16px;
    }
    .scrolled .header-cta-wrap a {
        font-size: 18px;;
    }
    .about-section h1 {
        font-size: 36px!important;
    }
    .card-body.about-col
     {
        max-width: 40%!important;  
    }
    
    .about-section .home-section-wrapper {
        max-width: 96%!important;
    }
    .about-btns a {
        padding: 12px!important;
    }
    .nav-link
    {
        width: 200px!important;
    }
    
    #accordion-tabs .nav-tabs {
        display: flex;
        left: -12px;
        position: relative;
    }
    .homecounter-section .max80 {
        max-width: 96%!important;
    }
    .home-section.about-section {
        overflow: hidden;
    }
    .badges-section {
        padding: 100px 50px!important;
    }

    .services_image {
        width: 130px;
        height: 130px;
    }
    .contacts__items {
        justify-content: space-evenly!important;
    }
    .contacts__item-overlay:first-child {
        max-width: 50%!important;
    }
}
@media only screen and (max-width: 1180px) and (min-width: 768px) {
    .section-head
    {
       font-size: 45px!important;
    }
}

@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;
    }
    .nap-desc.nap-email {
        font-size: 12px!important;
    }
}

@media only screen and (min-width: 1024px) {

    /*form section*/
    .content_formcta, .contacts-section
    {
        max-width: 550px;
    }
    .home .content-sidebar-wrap {
        max-width: 80%;
    }
    
    /*header*/
    .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:#fff;
    }
    .scrolled .nav-primary .menu-item-home a {
        color: #004185;
    }
    .scrolled .menu-item-has-children > a span:after,
    .scrolled .nav-primary .genesis-nav-menu .menu-item-has-children:hover a span:after{
       color: #000;
    }
    
    .scrolled .nav-primary .menu-item-home a {
        color: #004185!important;
    }
    .nav-primary .genesis-nav-menu .menu-item-has-children:hover a span:after,
    .scrolled .nav-primary .current-menu-item a, .scrolled .menu-item-has-children:hover > a span:after,
    .scrolled .nav-primary .current-menu-item a span:after
    {
        color: #fff!important;
    }
    .title-area {
        padding:20px 0;
        position:relative;
    }

    .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: auto;
         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: #fff;
    }
    
    .top-number-icon, .header-cta-wrap, 
    .top-nap a, .scrolled .genesis-nav-menu .menu-item:focus a, .scrolled .genesis-nav-menu .menu-item:hover 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: #fff;
         background: #4b5259;
         border-radius: 6px;
    }

 
    .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: #004185;
    }
    
    .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;
        height: 50px;
        top: -5px;
        position: relative;
    }

    .scrolled  .main-header-section
    {
        opacity: 1;
    }
    .main-header-section {
        opacity: 0;
        padding:0 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-family: "Poppins", sans-serif;
        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: 85%;
        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;
    }
    
    .home-section.reviews-section .home-section-wrapper {
        padding: 0;
        margin: 0;
    }
    
    .about-column {
        justify-content: space-around;
    }
    .about-section .home-section-wrapper {
        padding: 0;
        margin: 0 0 0 auto;
    }
    
    .home-badge .btn-wrap-services {
        justify-content: flex-end;
        display: flex;
        top: -80px;
        gap: 10px;
    }
}
/*endof1024*/
@media only screen and (max-width: 1023px) {
    .innerservices_image,
    .top-nap .socmed-item-wrap a.white
    { 
        display: none; 
    }
    .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;
    }
    body.scrolled .flooatng-ctabtn-mobile {
        display: flex;
        opacity: 1;
        z-index: 50;
    }
    .flooatng-ctabtn-mobile {
        display: none;
        opacity: 0;
    }
    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;
    }
    .tagline-caption .section-semi {
        font-size: 35px;
        line-height: 35px;
        padding: 10px 10px 50px;
    }
     .contact-office.info-map {
         height: 400px;
         width: 100%;
         background-size: contain;
     }
    .wp-block-image .alignright, .wp-block-image .alignleft {
        float: none;
        margin: 10px auto;
    }
    /***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;
    }

    .site-header .menu-toggle::before
    {
        float: right;    
    }

    .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%;
        max-width: 100%;
        z-index: 99;
        padding: 10px;
        top: 40px;
        color: #000;
        height: 80px;
    }
    .title-area img {
        text-align: center;
        display: block;
        margin: 0 auto;
        height: 60px;
        margin-top: 0;
           filter: brightness(0) invert(1);
    }

    .scrolled .title-area img {
        filter: none;
    }
    .dashicons, .dashicons-before:before
    {
        font-size: 20px;
    }
    .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*/
    .menu-toggle, .sub-menu-toggle,
    .menu-toggle:focus, .menu-toggle:hover, .sub-menu-toggle:focus, .sub-menu-toggle:hover {
        color: #004185;
        max-width: 50px;
      background: transparent;
    }
    
    .menu-toggle {
        margin-bottom: 10px;
        margin-top: 5px;
        padding: 15px;
        position: fixed;
        right: 0;
        top: 45px;
        background: transparent;
        color: #fff;
    }
    .sticky-head .genesis-nav-menu .menu-item {
        padding: 0;
    }
    .nav-primary {
        background: #004185;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 120px;
        padding: 15px 20px 250px;
        display: none;
        left: 0;
        color: #fff;
        height: 100%;
        overflow-y: auto;
    }
    .scrolled .mobile_ellipses_icon i
    {
            color: #0a0a0a;
    }
    .scrolled .menu-toggle {
        top: 0;
        color: #004185;
    }
    .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;
        top: -4px;
    }
    .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: #fff;
        background: #000;
        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: 15px;
        top: 65px;
        z-index: 99;
    }
    .mobile_ellipses_icon i{
        font-size: 22px;
        color: #fff;
    }
    .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: 100vh;
        align-items: flex-start;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0;
        background-position: top right;
    }
    .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*/
    .slider-title-area img {
        max-width: 200px;
    }
    .banner-cta {
        margin: 0;
    }
    .tab-content >.show h5.mb-0 {
        background: #4b525a;
        color: #fff;
    }
    .card-header {
        padding: 10px 0;
    }
    .about-section .mb-0 {
        background: #e6e6e6;
        color: #4b525a;
        padding: 20px;
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }
    .about-section #accordion-tabs .tab-content > .tab-pane {
        background: transparent;
        border: 0;
    }
    
    .badges-section .home-section-wrapper {
        padding: 50px 0;
    }
    .card-header a:after {
        content: "\f0d7";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        position: absolute;
        right: 10px;
        color: #fff;
        transition: all 0.3s ease;
    }
    .cta-content {
        max-width: 100%;
        width: 100%;
        padding: 10px 0;
    }
    .why_title {
        padding: 20px 0;
        font-size: 16px;
    }
    .choose-section .section-wrapper {
        max-width: 90%;
    }
    
    .why_container,
    .choose_container
    {
        width: 45%!important;
        margin: 0 auto;
    }
    .why_cta {
        display: flex;
        flex-direction: column;
        font-size: 20px;
        padding-bottom: 100px;
    }
    .why_cta a {
        width: fit-content;
        text-align: center;
        margin: 20px auto 0;
    }
    .choose_dets {
        padding: 60px 5px 20px;
    }
    
    .steps_container {
        padding: 30px 0!important;
    }
    
    .steps-cta a.bluebg
    {
        display: flex;
        width: 100%;
        justify-content: center;
        align-items: center;
    }
    
    .contactinfo-section .section-wrapper {
        max-width: 96% !important;
    }
    
    .contacts-dets a {
        font-size: 14px;
    }
    .gallery-section .section-wrapper {
        max-width: 100%;
    }
    
    .portfolio_container
    {
      max-width: 50%!important;  
    }
    .portfolio_image {
        height: 250px;
    }
    .contentcta-section {
        height: 100%;
    }
    .content_cta {
        padding: 40px 0!important;
    }
    .contentctatitle {
        font-size: 30px;
    }
    .content-cta-wrapper {
        padding: 50px 0;
    }
    
    .choose_container {
        padding: 50px 10px !important;
        margin: 10px 0!important;
    }
    
    .counter_desc
    {
        height: auto!important;
    }
    .review-contents {
        height: auto !important;
    }
    .reviews-slider-wrap.slidecontent {
        padding: 0!important;
    }
    .review-slide-wrap {
        padding: 20px 10px;
    }
    .home-section.reviews-section {
        padding: 50px 0 100px;
    }
    .testi-btns {
        margin: 50px auto 0;
        display: flex;
        flex-direction: column;
    }
    .testi-btns a {
        width: 100%;
        max-width: 250px;
        text-align: center;
        margin: 10px auto;
    }
    .home-section.reviews-section .reviews-slider-wrap .btn-wrap-services {
        right: 0!important;
        left: 0;
        position: relative!important;
        display: flex;
        align-items: center;
        width: 100%;
        margin: 0 auto;
        text-align: center;
    }
    .review-slide {
        background: #fff;
        margin: 0 20px 50px 0!important;
    }
    .latest-post-section .btn-pad {
        margin: 0 auto 50px;
    }
    
    .footer-widget-btn {
        background: #fff;
        border-radius: 10px;
        width: 100%;
        text-align: center;
        padding: 10px;
        color: #000;
    }
    .information, .foot2, .foot3, .foot4 {
        display: none;
    }
    .footer-info
    {
        padding: 0 0 100px 0!important;
    }
    .footer-below-nav {
        margin-top: -22px;
    }
    
    .about-col.aboutform {
        max-width: 80%;
        margin: 50px auto!important;
        padding: 50px 0;
    }
    
    .about-section .mb-0 a {
        color: #fff;
        text-transform: uppercase;
        font-size: 20px;
    }
    .card .collapse.show:after {
        content: "\f0d8";
        font-family: 'Font Awesome\ 5 Free';
        font-weight: 900;
        position: absolute;
        right: 10px;
        color: #fff;
        transition: all 0.3s ease;
        top: 8px;
    }
    
    /*blog*/
    #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;
    }
    
    .contact-form {
        padding: 0;
    }
    
    .contact-form .forms-data-fields {
        padding: 10px;
    }
    
    .offer-content .wp-block-image {
        margin: 0!important;
    }
    .services-offers .offer-title {
        font-size: 22px!important;
        margin-bottom: 0!important;
        padding-left: 0!important;
    }
    .bottom-button a, .bottom-button {
        width: 100%;
        max-width: 100% !important;
        text-align: center;
        margin: 5px auto;
    }
}
/*endof1023*/
@media only screen and (max-width: 1180px) and (min-width: 320px) {
    .font60 { font-size: 35px; }
    .font50 { font-size: 30px; }
    .font40, .section-head { font-size: 25px; }
    .font30 { font-size: 22px; }
    .font28 { font-size: 18px; }
    .font24,.font22, .font20, .font18, .font16
    { 
        font-size: 16px;
    }

}
@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 {
        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;
    }
    
    .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: 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;
    }
}
/***/
/* 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);
}

.tab-content >.active {
    display: block!important;
}

.about-container .nav-tabs,
.tab-content-abt >.tab-pane {
    display:none;
}
.tab-content-abt >.active {
    display: block;
}

.tab-content>.tab-pane {
    display: none;
}

.about-col.abtimg, .about-col.aboutform {
    height: 100%;
    width: 100%;
    margin-top: -280px;
}
.about-images {
    width: 100%;
    min-height: 800px;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 0;
    left: auto;
    margin: 0;
    max-width: 252px;
}

.about-section h1 {
    font-size: 40px;
}

.about-btns a {
    margin: 0 10px 0;
    text-transform: uppercase;
}

a.comit-btn {
    border: 1px solid #4b5259;
    color: #4b5259;
}

#accordion-tabs .nav-tabs {
    display: none;
}
.collapse:not(.show) {
    display: none;
}