body, .mont, .section-head,
h1, h2, h3, h4, h5, h6,
.nap-dets .upper,
.footer-info-title
{
    font-family: 'Montserrat', sans-serif;
}

.rob
{
    font-family: 'Roboto', sans-serif;
}
h1, h2, h3, h4, h5, h6,
.section-head {
    color: #252525;
    font-weight: 700;
    text-transform: capitalize;
    line-height: 50px;
}

.italic, .about__desc ul
{
  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; }
.font16, body { font-size: 16px; }
.font14, .top-menu a { font-size: 14px; }
.font12 { font-size: 12px; }

.upper {
    text-transform: uppercase;
}

.relative, .welcome-wrap a.wp-block-button__link,
.section-head, .entry-content h1,
.wp-block-image .aligncenter, .wp-block-image .alignleft, .wp-block-image .alignright, .wp-block-image.aligncenter, .wp-block-image.alignleft, .wp-block-image.alignright
{
    position: relative;    
}

.center
{
    text-align: center;
}

.left, .entry-content h1
{
    text-align: left;    
}

.nofixed {
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.fixed {
    background-attachment: fixed!important;
    background-repeat: no-repeat!important;
    background-size: cover!important;
}

.btn-pad, article .latest-post_article a.blackbg {
    font-size: 16px;
    padding: 15px 30px;
    margin: 0 10px 0 0;
    transition: .5s ease-in-out;
}

.flex {
    display: flex;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -ms-flexbox;
    align-items: center;
    justify-content: center;
}
a.overlay-link {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
}

.white, .service_cta_btn a, .menu-toggle:after,
.latest-post-author a:hover, .top-nap a,
.widgets-section-wrap a, .phone-bottom a,
.cta-number-wrap a, .recatpcha-note a,
.site-header.sticky-head a.phone-click,
.site-header.sticky-head .current_page_item.menu-item-has-children > a span:after,
.contentcta.but.transparent a
{
    color: #fff;
}

.blue, h2
{
    color: #002469;
}

.whitebg
{
    background-color: #fff;
}

.bluebg, .contact-form,
.section-semi, #blog-widget > .wrap > section select:hover, select option
{
    background-color:#002469;
}

.gray
{
  color: #636363;
}
.blackbg
{
  background: #000;
}
.redbg,button, input[type="button"], input[type="reset"], 
input[type="submit"], .site-container div.wpforms-container-full .wpforms-form input[type="submit"]
{
    background-color: #c4163c;
}

.red, .header-widget-area i,
.contentcta.but a,
a
{
	color: #c4163c;
}
.btn-rad {
    border-radius: 5px;
}

.section-semi
{
    text-transform: uppercase;
    color: #fff;
    font-family: Roboto;
    font-weight: 600;
    padding: 5px 10px;
    width: fit-content;
}

.above-content
{
	opacity: .6;
}

.content-sidebar-wrap {
    padding: 20px 0 0;
}
/*.site-inner .section-semi
{
    margin: 0 auto;
}*/

.section-head:after, .pages-banner-title:after,
.first-paragraph-h1 h1:after, 
.first-paragraph-h1.center h1:after, 
.blog h1.title_style:after, 
.archive h1.title_style:after, .title_style:after,
h1.has-text-align-center:after, .para h1.has-text-align-center:after,
h1.has-text-align-left:after,
.entry-content h1:after
{
    content: '';
    width: 55px;
    height: 2px;
    background-color: #c4163c;
    display: block;
    margin: 20px auto 30px;
}

.section-head.left:after,
h1.has-text-align-left:after, .entry-content h1:after {
    margin: 20px 0 30px;
}
/*slick*/
.slider-arrow {
    position: absolute;
    top: 50%;
    transform: translate(-50%);
    line-height: 0!important;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.service-slider-prev, .service-slider-next,
.testimonial-slider-next, .testimonial-slider-prev,
.badges-slider-next, .badges-slider-prev,
.latest-slider-next, .hero-slider .left,
.latest-slider-prev, .hero-slider .right,
.work-slider-prev, .work-slider-next {
    width: auto;
    font-size: 14px;
    padding: 18px 14px;
    opacity: .5;
    border-radius: 4px;
}

.service-slider-prev, .testimonial-slider-prev,
.badges-slider-prev, .latest-slider-prev,
.work-slider-prev,
.hero-slider .left {
    left: 24px;
    background: #000;
}

.testimonial-slider-next, .service-slider-next,
.badges-slider-next,.latest-slider-next,
.work-slider-next, .hero-slider .right {
    right: 0;
    background: #002469;
    opacity: .7;
}


/*header*/

.site-header {
    background-color: transparent;
    box-shadow: none;
}

.site-header.sticky-head {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

/*end header*/

/*hero*/
.hero-slider .icon {
    position: absolute;
    z-index: 2;
    top: 50%;
    transform: translate(0, -50%);
    color: #fff;
    cursor: pointer;
    width: auto;
    font-size: 18px;
    padding: 10px;
}

.hero-slider .left {
    left: 1%;
}
.hero-slider .right {
    right: 1%;
}

.hero-slider .hero-slide-image:before, .banner-img:before {
    content: "";
    position: absolute;
    background: rgba(0,0,0,.45);
    display: block;
    height: 100%;
    width: 100%;
}

.tagline.semi-title {
    line-height: 60px;
}

.page-banner-desc.tagline-caption {
    display: flex;
    padding-left: 0;
    font-size: 48px;
    z-index: 2;
    position: relative;
    justify-content: center;
    height: 700px;
    align-items: center;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
}

/*end hero*/

/*forms*/
input, select, textarea {
    background-color: #fff;
    border: 1px solid #ddd;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 15px;
    margin: 5px 0;
    width: 100%;
    opacity: .8;
}

.InterestedIn:after {
    content: '\f0d7';
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    position: absolute;
    right: 25px;
    top: 25px;
    color: #002469;
    z-index: 2;
}

.grecaptcha-badge {
    opacity: 0;
}

.hero-form {
    position: absolute;
    top: 20%;
    right: 5%;
    max-width: 500px;
    width: 100%;
    border-radius: 10px 10px 0 0;
    z-index: 2;
}

.hero-form .forms-data-fields:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border: 1px solid red;
    max-width: 480px;
    margin: 0 auto;
    top: -10px;
}
.hero-form .forms-data-fields {
    padding: 10px 30px;
    background: rgba(0,0,0,.5);
    position: relative;
}

.forms-submit {
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
}

form .wpcf7-submit
{
	background: #c4163c;
	border-radius: 4px;
	text-transform: capitalize;
}

.forms-title {
    padding: 10px;
	position: relative;
    z-index: 1;
    text-align: center;
}

::-ms-input-placeholder {
  color: #83807e;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #83807e;
  opacity: 1;
}

::placeholder {
  color: #83807e;
  opacity: 1;
}

.sfl-button {
    z-index: 999;
    color: #f00;
    top: -15px;
    right: -5px;
}

.hero-form.popup {
    right: 0;
}

.wpcf7-not-valid-tip, form.use-floating-validation-tip span.wpcf7-not-valid-tip {
    padding: 0 5px;
    font-size: 12px;
    right: 5px;
    left: auto;
    top: 0;
    z-index: 1 !important;
    border: 0 !important;
    position: absolute;
    width: auto!important;
    font-size: 10px!important;
    background: #FFF;
}

.wpcf7-not-valid-tip {
    color: #dc3232;
    font-size: 1em;
    font-weight: normal;
    display: block;
    box-shadow: none;
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, 
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #ffb900;
}

div.wpcf7-response-output {
    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;
}

.recatpcha-note {
    color: #fff;
    font-size: 12px;
    padding: 12px;
    text-align: center;
    font-style: normal;
    font-family: Roboto;
}

.hero-form .recatpcha-note
{
	padding: 15px 30px 40px;
}
.recatpcha-note a {
    text-decoration: none;
}
/*nav*/
.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: #ffffff;
    text-decoration: none;
}

.genesis-nav-menu a {
    color: #fff;
    font-weight: bold;
}

.genesis-nav-menu .sub-menu a {
    background-color: #002469;
    color: #fff!important;
    padding-left: 10px!important;
}

.genesis-nav-menu .menu-item-home {
    background: #002469;
    border-radius: 4px;
}

.site-header.sticky-head .menu-item-home, 
.site-header.sticky-head .menu-item-home a {
    color: #002469!important;
    background: transparent!important;
}

.site-header.sticky-head a,
.site-header.sticky-head .menu-item-has-children > a span:after 
{
    color: #5a5a5a;
}

.site-header.sticky-head .genesis-nav-menu .current-menu-item > a {
    background: #002469;
    color: #fff;
    border-radius: 4px;
}

.cta-number-icon {
    padding: 5px 10px;
    border-radius: 4px;
    margin: 0 5px 0 0;
}

.cta-number-wrap {
    background: #c4163c;
    width: fit-content;
    margin: 0 auto;
    padding:5px 10px 5px 4px;
    border-radius: 4px;
    font-weight: bold;
}

/*services*/
/*.services-section-wrapper .slider-arrow {
    display: none;
}

.services-section-wrapper:hover .slider-arrow {
    display: block;
}*/
.services_image {
    height: 500px;
    width: 370px;
    border-bottom: 10px solid #002469;
}

.services-section-inner .services_image {
    width: 100%;
    max-width: 350px;
    margin: 0 auto;
}

.services_image-wrap
{
    transition: all 1s linear;
    max-width: 100%;
    width: 100%;
}

.service_icon {
    height: 62px;
    width: 62px;
    background-repeat: no-repeat;
}

.services__item-btn-wrap {
    justify-content: end;
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 20px;
}

.service-icon-wrap {
    background: #fff;
    padding: 10px;
    border-radius: 10px;
}

.service-btn i {
    background: #fff;
    padding: 10px;
    border-radius: 5px;
}

.service-snippets {
    display: none;
}

.services-wrap:hover .service-snippets {
    display: block;
}

.services-wrap:hover .services_image:after {
    background: #002469;
    opacity: .7;
    height: 100%;
    display: block;
}

.services_image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: transparent;
    overflow: hidden;
    width: 100%;
    height: 0;
    transition: .5s ease;
}

.services-wrap:hover .services_image:before {
    display: none;
}

.services_image:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: #000;
    opacity: .5;
    overflow: hidden;
    width: 100%;
    height: 100%;
    transition: .5s ease;
}

.services-wrap:hover .services__item-btn-wrap {
    align-items: center;
    display: flex;
    justify-content: center;
    z-index: 1;
}

.services-cta-wrapper {
    padding: 50px 0;
}

.services-cta > div {
    margin: 0 20px;
}


/*about*/
.home .site-inner {
    max-width: 100%;
    padding: 0;
}

.about-featured {
    width: 530px;
    height: 590px;
}
.about-btns a, a.hero-btns
{
    border: 2px solid #c4163c;
}

.about-btns {
    gap: 5%;
    display: flex;
	margin: 50px 0 0;
}

.about-btns a:first-child,
a.hero-btns:first-child,
.section-more:first-child,
.contentcta.but.transparent
{
    background: transparent;
    border: 2px solid #fff;
    border-bottom: 4px solid #fff;
}

.about__desc li {
    list-style-type: none!important;
    position: relative;
	padding-left: 30px;
}

.about__desc li:before,
.entry-content li:before, .entry-content li:before
{
    content: "\f058";
    font-family: 'Font Awesome\ 5 Free';
    font-style: normal;
    color: #c4163c;
    font-size: 16px;
    margin-right: 10px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    font-weight: 600;
}

.about__desc ul {
    padding-left: 20px;
}


/*badges*/
.badge-logos img {
    padding: 30px 10px;
    text-align: center;
    margin: 0 auto;
}

.badge-logos {
    margin: 20px;
    background: #fff;
}

/*.home .badges-slider-next {
    right: -10%;
}

.home .badges-slider-prev {
    left: -10%;
}*/

.badges-slider-next,
.badges-slider-prev,
.blog .why-choose-section,
.archive .why-choose-section,
.page-id-114 .inner-cta-wrapper,
.home .inner-cta-wrapper, .case-studies-content .wp-block-image figure:after
{
    display: none!important;
}
/*areas serve*/
.area-featured {
    width: 605px;
    height: 780px;
}

.area-semi.section-semi {
    margin: 0 auto;
    background: transparent;
}
.area-semi.section-semi:after {
    content: "";
    background: #002469;
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    top: 0;
    opacity: .5;
}

.area-semi.section-semi span {
    color: #fff;
    z-index: 1;
    position: relative;
}
.area__desc li:hover {
    background: #002469;
    color: #fff;
    border-right: 0;
}

.area__desc li {
    position: relative;
    padding: 10px;
    border: 1px solid;
    font-family: 'Roboto';
    font-weight: bold;
    color: #636363;
    border-right: 3px solid #c4163c;
    width: 100%;
    padding-left: 20%;
    margin-bottom: 12px;
}

.area__desc li:before {
    content: "\f3c5";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 700;
    color: #c4163c;
    font-size: 16px;
    margin-left: 10px;
    position: absolute;
    left: 0;
}

/*offer*/
.why-choose-section {
    z-index: 1;
    position: relative;
    padding: 150px 0;
}
.home .why-choose-section {
    height: 1000px;
    padding: 150px 0 0;
}
.offer-content-section {
    margin-top: -400px;
    position: relative;
    z-index: 9;
}
.choose_image {
    height: 65px;
    width: 65px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 auto;
    position: relative;
}

.choose_container {
	background: #fff;
    margin: 20px 10px;
    padding: 20px;
    color: #002469;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: .5s;
}

.choose_container:hover {
    background: #c4163c;
    color: #fff;
}
.choose_container:hover .choose_image-wrap {
    background: transparent;
}
.choose_image-wrap {
    background: #002469;
    padding: 10px;
    border-radius: 6px;
}

.choose_title {
    height: 100px;
    padding: 10px;
}

.content-cta {
    background: rgb(194,21,59);
    background: -moz-linear-gradient(180deg, rgba(194,21,59,1) 0%, rgba(169,12,46,1) 100%);
    background: -webkit-linear-gradient(180deg, rgba(194,21,59,1) 0%, rgba(169,12,46,1) 100%);
    background: linear-gradient(180deg, rgba(194,21,59,1) 0%, rgba(169,12,46,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#c2153b",endColorstr="#a90c2e",GradientType=1);
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    padding: 50px 0;
    gap: 5%;
}

.contentcta.but {
    background: #fff;
    padding: 10px 20px;
    border-radius: 5px;
    font-weight: 600;
}

.contentcta.text {
    color: #fff;
    font-size: 24px;
    font-weight: 600;
}
/*blog*/
.latest-post-thumbnails {
    background-size: cover;
    height: 300px;
    background-repeat: no-repeat;
    background-position: center;
}

.latest-post-thumb {
    margin: 20px;
    transition: .5s;
    border: 1px solid #fff;
    border-bottom: 3px solid #002469;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
    box-shadow: 0px 0px 20px 0px rgba(235,235,235,1);
}

.latest-post_article {
    position: relative;
    height: 320px;
    display: flex;
    flex-direction: column;
    padding: 20px;
    transition: .5s;
}

.latest-post-cards-meta {
    font-size: 12px;
    padding: 10px;
    justify-content: space-between;
    opacity: .9;
    margin-top: -38px;
}

.art-read a.home-read, .posts-btn a.home-read {
    padding: 10px;
}

.posts-btn a.home-read {
    background: #002469;
    color: #fff;
}

.latest-post_article:hover {
    color: #fff;
    background: #002469;
}

.art-read a {
    background: #fff!important;
    color: #002469!important;
}

.latest-post_article:hover .art-read {
    display: block;
}

.latest-post_article:hover .posts-btn,
.art-read
{
    display: none;
}

.latest-post_article:hover,
.latest-post_article:hover a {
    color: #fff;
    background: #002469;
}

.latest-post-section .btn-more {
    margin-top: 50px;
    position: relative;
}

.blog article, .archive article,
.page-id-108 article {
    flex: 0 30%;
    margin: 10px 10px 30px;
    transition: .3s;
    border:0;
}

.blog .site-inner {
    padding: 10px 0;
}
#blog-widget > .wrap > section {
    flex: 1;
    margin: 20px 10px 0;
}
#blog-widget > .wrap > section select {
    text-transform: capitalize;
    font-family: 'Montserrat';
    font-weight: 600;
    color: #000;
    border-radius: 6px;
}
#blog-widget .widget-wrap:after {
    content: '\f0d7';
    position: absolute;
    right: 14px;
    top: 50%;
    transform: translateY(-50%);
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    font-size: 12px;
    pointer-events: none;
    color: #002469;
}

footer.entry-footer {
    margin: 0;
}
.entry-header .entry-meta {
    margin-bottom: 20px;
    padding: 20px 0;
}
.archive-pagination li a:focus, .archive-pagination li a:hover, .archive-pagination li.active a,
.navigation.pagination .nav-links .page-numbers:hover, .navigation.pagination .nav-links span.page-numbers.current
 {
    background-color: #002469;
    color: #fff;
}

.blog article .latest-post-thumb, .archive article .latest-post-thumb {
    margin: 0;
}

.archive-pagination li a,
.navigation.pagination .nav-links .page-numbers {
    background-color: transparent;
    color: #000;
    cursor: pointer;
    display: inline-block;
    font-size: 16px;
    margin-bottom: 4px;
    padding: 8px 20px;
    text-decoration: none;
    font-weight: bold;
    border: 1px solid #e5e5e5;
	border-radius: 4px;
}

.blog-content-wrap .site-inner {
    padding: 100px 0 0;
}

.release-wrapper .latest-post-thumb {
    margin: 0;
}
.release-wrapper .article-block.feature-image img, .release-wrapper .article-block.feature-image {
    height: 300px!important;
}
nav {display: block; }
.pagination {
    padding: 0 0 100px 0;
}
nav.navigation.pagination {
    padding: 0;
}
/*gallery*/
.portfolio-section {
    height: 500px;
}
.portfolio_image {
    height: 550px;
    width: 100%;
    background-size: cover;
}

.portfolio_image-wrap {
    width: 100%;
}

.portfolio-wrap {
    overflow: hidden;
    margin: 0 10px;
}

.portfolio_wrapper {
    max-width: 90%;
    margin: 0 auto;
    position: relative;
    z-index: 9;
}

/*.work-slider-next {
    right: 0;
}

.work-slider-prev
{
    left: 2%;
}*/

.work-slider-prev,
.work-slider-next
{
    top: 60%;
    z-index: 1;
}

.portfolio__item-btn-wrap {
    display: none;
    height: 100%;
}

.portfolio-wrap:hover .portfolio__item-btn-wrap {
    align-items: center;
    justify-content: center;
    content: "";
    background: #242a61;
    position: absolute;
    display: flex;
    height: 100%;
    width: 100%;
    left: 0;
    right: 0;
    opacity: .8;
}

.portfolio__item-btn-wrap a {
    flex-direction: column;
}

/*reviews*/
.review-slide-wrap {
    clip-path: ellipse(95% 100% at 50% 100%);
    background: #fff;
    height: 250px;
    margin: 20px;
    padding: 20px 50px;
}

.review-slide-wrap span {
    color: #b7b7b7;
    font-size: 40px;
}

.testi-btns {
    margin: 100px 0 0 0;
}

.review-user {
    padding: 10px;
    position: relative;
}
.review-desc {
    padding: 20px 0;
}
.review-user img {
    position: absolute;
    display: block;
    bottom: -25px;
    left: auto;
    right: auto;
    text-align: center;
    margin: 0 auto;
    width: 100%;
    max-width: 96px;
}

.review-contents
{
    color: #636363;
    height: 150px;
}

.section-more {
    border: 2px solid #002264;
}

/*footer*/
.scroll-top
{
  height: 40px;
  width: 40px;
}

.footer-logo {
    position: relative;
    background: #fff;
    width: fit-content;
    margin: 0 auto;
    border-radius: 10px;
    padding: 20px;
}

.copy-section {
    padding-bottom: 50px;
}

.footer-info-section {
    width: 25%;
    padding: 10px 20px 10px 0;
}

.footer-info-section li {
    padding: 5px 0 5px 15px;
    position: relative;
    transition: .5s;
}

.footer-info-section .menu li a:before {
    content: "\f0da";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
    position: absolute;
    left: 0;
    color: #c4163c;
    transition: 0.5s;
}

.footer-info-section li:hover {
    margin-left: 30px;
    background: #fff;
    border-radius: 4px;
    color: #002469;
}
.footer-info-section li:hover a:before {
    left: 15px;
}
.footer-links {
    padding: 30px 0 0;
}

.footer-section-wrap {
    display: flex;
    align-items: flex-start;
}

.footer-info-section li:hover > a {
    padding-left: 20px;
    transition: 0.5s ease-in-out;
    color: #002469;
}

.footer-info-section .menu a:hover:before {
    left: 20px !important;
    color: #002469;
}

.footer-info-section a
{
	color: #d9d9d9;
}
.modal-button {
    text-transform: capitalize;
    max-width: 300px;
    border-radius: 5px;
    background: #c4163c;
    right: -125px;
    font-weight: bold;
    font-family: Montserrat;
}

.widgets-section-wrap {
    position: relative;
    margin-left: 0;
    text-align: center;
    height: 100%;
    padding: 40px 20px;
}

.widgets-section-wrap i {
    color: #002469;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
}

.widgets-section {
    margin: 20px 0;
    padding: 20px;
    justify-content: space-evenly;
    align-items: flex-start;
}

.nap-dets {
    position: relative;
    height: 80px;
}

.nap-dets:after {
    content: "";
    position: absolute;
    height: 1px;
    width: 100%;
    background: #335087;
    left: 0;
    right: 0;
    bottom: -25px;
    display: block;
}

.widgets-section-wrap:hover .nap-dets {
    color: #002469;
}

.widgets-section-wrap:hover {
    color: #002469;
    background: #fff;
}

.widgets-section-wrap:hover a
{
    color: #d80505;
}

.footer-info-title:after {
    content: "";
    width: 100%;
    height: 1px;
    background: #272727;
    display: block;
    margin-top: 10px;
}

/*socmed*/
.socmed {
    flex-direction: column;
    align-items: flex-start;
}

.socmed-item {
    background: #fff;
    width: 100px;
    padding: 10px;
    text-align: center;
    margin: 5px 0;
    border-radius: 4px;
}
.socmed-item-wrap .gray {
    padding: 0 10px;
}

.fb {
    color: #3b5998;
}
/*.socmed-item:hover .fb { background-color: #3b5998;}*/

.tw { color: #00aced; }
/*.socmed-item:hover .tw { background-color: #00aced; }*/

.houzz { color: #4dbc15; }
/*.socmed-item:hover .houzz { background-color: #4dbc15; }*/

.gmb { color: #4a81e8; }
/*.socmed-item:hover .gmb { background-color: #4a81e8; }*/

.fa-youtube { color: #bb0000; }
/*.socmed-item:hover .fa-youtube { background-color: #bb0000; }*/

.ig { color: #e45f48; }
/*.socmed-item:hover .ig { background-color: #e45f48; }*/

.pin { color: #cb2027; }
/*.socmed-item:hover .pin { background-color: #cb2027; }*/

.in { color: #007bb6; }
/*.socmed-item:hover .in { background-color: #007bb6; }*/

.home .above-content,
.widgets-section-wrap:hover .nap-dets:after,
.site-header.sticky-head .cta-header,
.widget-title, .page-id-726 .site-inner .section-semi,
.error404 .site-inner .section-semi,
.search .site-inner .section-semi,
.page-id-67 .site-inner .section-semi,
.meet-team .wp-block-image figure:after,
.error404 li.page_item.page-item-739, .error404 li.page_item.page-item-858,
.page-id-87 .why-choose-section, .page-id-91 .why-choose-section,
.page-id-92 .why-choose-section, .page-id-93 .why-choose-section,
.page-id-94 .why-choose-section, .page-id-100 .why-choose-section,
.page-id-101 .why-choose-section
{
    display: none;
}

/*body*/
.entry-content ul > li,
.entry-content ol ul > li, .entry-content ul ul > li {
    list-style-type: none;
    position: relative;
    padding-left: 30px;
}

.wp-block-image img {
    padding: 10px 0 20px;
}
h1.has-text-align-center
{
	text-align: center!important;
}
.meet-team span {
    color: #002469;
    font-size: 20px;
    font-weight: 600;
}

.meet-team .wp-block-column {
    background: #fbfbfb;
    padding: 0 20px 20px;
}

.wp-block-button.alignright, .wp-block-buttons.alignright, .wp-block-cover.alignright, .wp-block-image .alignright {
    position: relative;
}
.wp-block-image figure:after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 200px 200px;
    border-color: transparent transparent #002469 transparent;
    content: "";
    right: -20px;
    position: absolute;
    display: block;
    top: auto;
    bottom: 0;
    z-index: -1;
}
.breadcrumb a, .breadcrumb span.separator {
    color: #ffffff;
    font-weight: 400;
    padding: 0 5px;
}

.search-content article.entry, .search-content article.entry p {
    margin-bottom: 0!important;
}
.archive-description .entry-title, .archive-title, .author-box-title {
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 40px;
}

.result-title {
    font-size: 20px;
    font-weight: bold;
}

.innercta-buts {
    flex-direction: column;
}

.innercta-buts .contentcta.but {
    width: 100%;
    max-width: 300px;
    text-align: center;
    margin: 5px 0;
}  

.inner-cta-wrapper {
    padding: 0 0 150px 0;
}

.case-studies-content p {
    padding: 0;
    margin: 10px 0;
}


.full-width-content .entry-content > .alignwide
{
	margin-left: 0!important;
	margin-right: 0!important;
	background-color: #f1f6ff!important;
	margin: 10px 0!important;
}
@media only screen and (min-width: 1024px)
{
    .home .latest-post-section {
        padding: 250px 0 60px!important;
    }
  	/*header*/
  	.title-area, .header-widget-area {
  	    flex: 1 25%;
  	}

  	.header-widget-area {
	    display: flex;
	    align-items: center;
	    justify-content: space-evenly;
	}

	.banner-img
	{
/* 		-webkit-clip-path: polygon(0 0, 100% 0%, 100% 92%, 0% 100%); */
/* 		clip-path: polygon(0 0, 100% 0%, 100% 92%, 0% 100%); */
	}
    /*nav*/
    .nav-primary {
      justify-content: flex-end;
    }

    .menu-item-has-children > a span:after {
        content: '\f0d7';
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        padding-left: 10px;
        color: #fff;
    }
  	/*hero*/
    .hero-section .tagline-caption {
        height: 100vh;
        max-width: 45%;
        display: flex;
        align-items: center;
        font-size: 35px;
        z-index: 2;
        position: relative;
        justify-content: flex-start;
        text-align: left;
        padding-left: 5%;
    }

    .hero-section .tagline.desc-title
    {
    	line-height: 45px;
    }
    .banner-img .tagline-caption {
		height: 700px;
	    max-width: 1180px;
	    text-align: center;
	    justify-content: center;
	    padding: 0;
	    display: flex;
	    align-items: center;
	    line-height: 45px;
    }
    .home-section .site-container, .footer-reviews-section,
    .about-us-section-wrapper, .our-cta-section-wrapper,
    .badges-section
    {
        max-width: 1180px;
        width: 100%;
        margin: 0 auto;
    }
    .site-inner {
	    padding: 100px 30px;
	}
    .modal-button {
      right: -152px; max-width: 350px;
    }
    .services-section {
      margin-top: -80px;
   /*   -webkit-clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%);
      clip-path: polygon(0 8%, 100% 0%, 100% 100%, 0% 100%); */
    }

    .padding
    {
        padding: 100px 0;
    }

    .about-featured
    {
      order: 2;
    }

    .about-wrapper {
      width: 55%;
      order: 1;
      padding-right: 10%;
      position: relative;
    }

    .about-wrapper:after {
	    content: "";
	    background: #c4163c;
	    height: 98%;
	    width: 4px;
	    position: absolute;
	    display: block;
	    top: auto;
	    right: 10%;
	    bottom: 0;
	}

    .area__items {
      justify-content: space-between;
      padding-bottom: 50px;
    }

    .area__item-overlay {
      width: 45%;
    }

    .area-section {
/*       -webkit-clip-path: polygon(0 5%, 100% 0%, 100% 93%, 0% 100%); */
/*       clip-path: polygon(0 5%, 100% 0%, 100% 93%, 0% 100%); */
      padding-top: 140px;
    }

    .home .area-section
    {
        margin-top: -140px; background: #FFF;
    }

    .area-section {
        background: url(/wp-content/uploads/2023/04/areasbg.png);
        height: 100%;
        min-height: 1210px;
        background-size: cover!important;
        margin-top: -55px;
    }

    .reviews-section
    {
/*         -webkit-clip-path: polygon(0 4%, 100% 0, 100% 95%, 0 100%); */
/*         clip-path: polygon(0 4%, 100% 0, 100% 95%, 0 100%); */
    }

    footer {
/*         -webkit-clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0% 100%); */
/*         clip-path: polygon(0 6%, 100% 0%, 100% 100%, 0% 100%); */
    }
    .why-choose-section {
/* 	    -webkit-clip-path: polygon(0 4%, 100% 0, 100% 95%, 0 100%); */
/*         clip-path: polygon(0 4%, 100% 0, 100% 95%, 0 100%); */
	}

	.home-section.services-section:after, .offer-content-section:after {
		content: "";
	    display: block;
	    position: absolute;
	    background: url(/wp-content/uploads/2023/04/accent-bg.png);
	    height: 100%;
	    width: 100%;
	    top: 0;
	    bottom: 0;
	    left: 0;
	    right: 0;
	    background-size: contain;
	    background-repeat: no-repeat;
	    z-index: -1;
	}

    .home .latest-post-section:after { display: none; }
    .latest-post-section:after {
        content: "";
        position: absolute;
        display: block;
        background: url(/wp-content/uploads/2023/04/accent-bg.png);
        height: 100%;
        width: 100%;
        top: 0;
        background-size: contain;
        background-repeat: no-repeat;
        background-attachment: fixed;
    }
    .blog .reviews-section, .archive .reviews-section {
        margin-top: -75px;
    }
	.offer-content-section:after {
	    background-attachment: fixed;
	}
    .widgets-section-wrap {
          width: 24%;
  	}

	.portfolio_wrapper {
	    max-width: 90%;
	    margin: 0 auto;
	}  
	footer {
	    padding: 100px 0 0;
	    margin-top: -65px;
	}

	.footer-logo {
	    top: -50px;
	}

	.header_mobile_ellipses, .footer-widget-btn, .phone-bottom
	{
		display: none;
	}

	.choose_container {
	    width: calc(100% / 4);
	    height: 400px;
	}

	.article-block.feature-image img {
	    height: 250px;
	    width: 100%;
	}

    .innercta-content {
        background: url(/wp-content/uploads/2023/04/ctabg.jpg) no-repeat;
        height: 248px;
        width: 100%;
        background-size: cover;
        background-position: center;
    }
    .blog-content-wrap .site-inner {
        padding: 100px 20px 0;
    }

    .inner-cta-content {
        width: calc(100% / 2 - 15px);
    }
    .innercta-buts {
        padding-left: 20%;
    }

}
@media only screen and (min-width: 1366px){

    .services-section-inner .services-section-wrapper .service-slider-next {
        right: -10%;
    }
    .services-section-inner .services-section-wrapper .service-slider-prev {
        left: -5%;
    }
}

@media only screen and (min-width: 991px){
    .cols2 {
        column-count: 2;
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
}

@media only screen and (max-width: 1023px)
{   
    .home .latest-post-section {
        padding: 180px 0 50px!important;
    }
    .scrolled .mobile-btn__group .modal-button i {
        padding: 0 5px;
    }
    .innercta-content {
        background: rgb(194,21,59);
        background: -moz-linear-gradient(180deg, rgba(194,21,59,1) 0%, rgba(169,12,46,1) 100%);
        background: -webkit-linear-gradient(180deg, rgba(194,21,59,1) 0%, rgba(169,12,46,1) 100%);
        background: linear-gradient(180deg, rgba(194,21,59,1) 0%, rgba(169,12,46,1) 100%);
        filter: progid:DXImageTransform.Microsoft;
        flex-direction: column;
        padding: 50px 0;
    }

    .wp-block-media-text__media img, .wp-block-media-text__media video {
	    max-width: 107px;
	    margin: 0 auto;
	    text-align: center;
	    display: block;
	}
    .flex {
        flex-wrap: wrap;
    }
    .wp-block-group__inner-container {
	    display: flex;
	    flex-direction: column;
	}
    .wp-block-group.is-layout-constrained p {
	    order: 2;
	}

	.wp-block-group.is-layout-constrained p:last-child {
		    order: 4;
	}

	.wp-block-group.is-layout-constrained .wp-block-image {
	    order: 3;
	}

	.wp-block-group.is-layout-constrained h1 {
	    order: 1;
	}
    h1 { font-size: 40px; }
    .wp-block-button.alignright, .wp-block-buttons.alignright, .wp-block-cover.alignright, .wp-block-image .alignright {
        margin-left: auto!important;
        margin-right: auto;
        float: none;
        position: relative;
        margin-bottom: 50px;
    }

    .tagline.desc-title {
        line-height: 35px;
        padding-bottom: 20px;
    }
    .hero-slider .tagline.desc-title
    {
        font-size: 24px;
    }
    .header_mobile_ellipses, .menu-toggle {
	   z-index: 9999; 
	}
	.header_mobile_ellipses {
	    position: relative;
	}
    .mobile_ellipses_icon {
        position: fixed;
        left: 15px;
        top: 80px;
    }
    .tagline.semi-title
    {
            font-size: 30px;
	    line-height: 35px;
	}
    .mobile_ellipses_icon i {
        font-size: 18px;
        color: #ffffff;
    }
    .header_mobile_ellipses_info {
		position: fixed;
	    width: 100%;
	    background: #c4163c;
	    z-index: 99;
	    top: 150px;
	    padding: 20px 20px;
	    text-align: left;
	    color: #fff;
	    display: none;
	    transition: 0.5s ease-in-out;
    }
    .header_mobile_ellipses_info.show {
        display: block;
        text-align: center;
        left: 0;
    }

    .font60 {
        font-size: 30px;
    }
	.site-header, .site-header.sticky-head {
	    position: fixed;
	    width: 100%;
	    max-width: 100%;
	    z-index: 999;
	    padding: 0;
	    height: 140px;
	}
	.site-header .wrap,
	.footer-section-wrap {
	    display: flex;
	    flex-direction: column;
	}
	.site-header .title-area {
		position: fixed;
	    width: 100%;
	    max-width: 300px;
	    z-index: 999;
	    padding: 10px;
	    top: 50px;
	    margin: 0 auto;
	    text-align: center;
	    left: 0;
	    right: 0;
	}
	.site-header.sticky-head {
	    height: 75px;
	}
    .hero-section .tagline-caption {
        height: 100vh!important;
    }
	.title-area {
	    float: none;
	    margin: 0 auto;
	    order: 2;
        transition: .5s;
    }
    .title-area img {
	    text-align: center;
	    display: block;
	    margin: 0 auto;
	    max-width: 250px;
	}
    .menu-toggle.activated:after {
        content: "\f00d";
    }
    .menu-toggle {
	    float: right;
	    line-height: 20px;
	    margin-bottom: 10px;
	    margin-top: 20px;
	    padding: 15px 0;
	    position: fixed;
	    right: 10px;
	    top: 50px;
	    width: 30px;
	}
    .scrolled .mobile_ellipses_icon i, .scrolled .menu-toggle:after {
        color: #000;
    }
    .nav-primary {
        background: #c4163c;
        position: fixed;
        z-index: 999;
        width: 100%;
        top: 140px;
        padding: 10px 20px 100px;
        height: 100%;
        overflow-y: scroll;
    }

    .site-header.sticky-head .menu-item-home, .site-header.sticky-head .menu-item-home a {
        background: #fff!important;
    }
    .scrolled .nav-primary,  .scrolled .header_mobile_ellipses_info {
	    top: 75px;
	}
    .site-header.sticky-head a, .sub-menu-toggle:after,
    .site-header.sticky-head .menu-item-has-children > a span:after {
	    color: #fff;
	}
    .tagline-caption {
        padding-left: 0;
        text-align: center;
        max-width: 90%!important;
        margin: 40px auto 0;
        justify-content: center;
        align-items: center;
        height: 500px!important;
        display: flex;
    }
	.hero-form.popup {
	    display: block;
	    right: 0;
	    z-index: 9999;
	    left: 0;
		max-width: 100%;
	    margin: 0 auto;
	    width: 100%;
	}
    .modal-button {
	    display: block;
	    text-align: center;
	    font-size: 16px;
	    position: static;
	    order: 1;
	    max-width: 400px;
    }
    .padding, .container {
        padding: 50px 0;
    }

	.mobile-btn__group {
	    display: flex;
	    justify-content: space-around;
	    position: fixed;
	    bottom: 0;
	    width: 100%;
	    padding: 0 5px;
	    z-index: 10;
	}
    .mobile-btn__group .phone-bottom, .scrolled .mobile-btn__group .modal-button {
		flex: 1 1 500px;
		max-width: 100%;
		width: 50vh;
		margin: 0;
		border-radius: 0;
	}
	.scrolled .mobile-btn__group .modal-button{
		display: flex;
	    justify-content: center;
	    align-items: center;
	}
	.scrolled .modal-button {
		border-top-right-radius: 4px!important;
		border-bottom-right-radius: 4px!important;
	}
	.scrolled .phone-bottom {
		display: flex;
		justify-content: center;
		align-items: center;
		font-size: 24px;
		border-top-left-radius: 4px;
    	border-bottom-left-radius: 4px;
	}
	.phone-bottom {
		background: #002469;
		color: #fff;
		display: none;
		z-index: 999;
		margin: auto;
		left: 5%;
		bottom: 0;
		text-align: center;
		padding: 6px 20px;
		font-weight: 600;
	}
    .hero-form, .cta-header,
    .footer-widget-2, .footer-widget-3, .footer-widget-4
    {
    	display: none;
    }
    .hero-slider .icon, .scrolled .header-widget-area,
    .top-nap .socmed-item-wrap .gray
    {
    	display: none!important;
    }

    .top-nap .socmed {
        flex-wrap: nowrap;
        flex-direction: row;
    }

    .top-nap .socmed-item {
        width: 50px;
        margin: 5px;
    }
    .genesis-nav-menu .menu-item-home a {
        padding-left: 0!important;
    }
    .header-widget-area {
	    order: 1;
	    position: relative;
	    text-align: center;
	    background:#002469;
	    height: 50px;
	    z-index: 1;
	    display: flex;
	    width: 100%;
	    justify-content: center;
	}

	.about-featured, .area-featured
    {
		width: 100%;
	    max-width: 500px;
	    background-size: contain!important;
        margin: 0 auto;
        background-position: center;
	}
    .footer-info-section li:hover {
        margin-left: 0;
    }

    .footer-info-section li:hover > a {
        padding-left: 0;
    }
    .footer-info-section .menu a:hover:before {
        left: 5px!important;
    }
    .footer-info-section {
	    width: 100%;
	    max-width: 150px;
	    margin: 0 auto;
	}
	.footer-section-wrap {
	    text-align: left;
	}

	.blog article, .archive article {
	    flex: 100%;
	    max-width: 400px;
	}
	.sfl-button {
	    z-index: 99999;
	}

	.badges-slider-next {
	    right: 0;
	}
	.badges-slider-prev {
	    left: 0;
	}

	.scrolled .site-header .title-area, .scrolled .menu-toggle
	{
	    top: 0;
	}

	.scrolled .mobile_ellipses_icon {
	    top: 25px;
	}

	.cta-number-dets, .cta-number-wrap {
	    background: transparent;
	}

	.hero-slider .section-semi
	{
		margin: 0 auto;
	}
	.genesis-nav-menu .menu-item-home {
	    width: fit-content;
	    padding: 0 10px;
	}

	.services-section-wrapper .slider-arrow
	{
		display: block;
	}
	.services_wrapper, .portfolio_wrapper, .portfolio_wrapper,
    .reviews-slider-wrap, .latest-blog-post {
	    max-width: 400px;
        margin: 0 auto;
        width: 100%;
	}
/*	.testimonial-slider-next, .service-slider-next, .badges-slider-next, .latest-slider-next, .work-slider-next, .hero-slider .right {
	    right: -2%;
	}*/
    .service-slider-prev, .testimonial-slider-prev, .badges-slider-prev, .latest-slider-prev, .work-slider-prev, .hero-slider .left {
        left: 35px;
    }
	.home-section .site-container {
	    max-width: 90%;
	    margin: 0 auto;
	}

	.about-btns, .testi-btns {
	    gap: 5%;
	    display: flex;
	    flex-direction: column;
	    text-align: center;
	}

	.about-btns a, .testi-btns a {margin: 10px 0;}
	.area__items {
	    display: block;
	}
	.area__desc .cols2 {
	    column-count: 2;
	    font-size: 15px;
	}
	.area-section {
	    padding: 20px 0 50px;
	}
	.area__item-btn-wrap {
	    display: flex;
	    justify-content: center;
	}
	.choose_container {
	    width: 44%;
	}
	.offer-content-section {
	    margin-top: -325px;
	}

	.content-cta {
	    flex-direction: column;
	}
	.work-slider-prev, .work-slider-next {
	    z-index: 9;
	}
	.latest-post-section {
	    padding: 20px 0 50px!important;
	}
	.footer-widget-btn:after {
	    content: '\f078';
	    font-family: 'Font Awesome 5 Free';
	    font-weight: 900;
	    padding-left: 5px;
	    right: 5%;
    	position: absolute;
	}

	.footer-widget-btn {
	    border-bottom: 1px solid #585858;
	    padding: 20px 0 0;
	}
	.footer-widget-btn.collapse:after {
	    content: '\f077';
	}
	.footer-logo {
	    top: -50px;
	    width: 90%;
	}
	.footer-info-wrapper.site-container.padding {
	    padding-bottom: 150px;
	}
	.copy-wrap {
	    padding: 0 50px 50px;
	}
	#blog-widget > .wrap {
	    display: flex;
	    flex-direction: column;
	}

	.meet-team .wp-block-image {
	    display: flex;
	}

    .review-slide-wrap
    {
        height: 350px;
    }
    .review-user img
    {
        bottom: -125px;
    }

    .widgets-section-wrap
    {
        max-width: 300px;
        width: 100%;  
    }
    .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 {
        padding-left: 10px;
            background: #002469;
    }
    .blog-content-wrap {
        max-width: 90%;
        margin: 0 auto;
    }
    .single p > a {
        word-break: break-all;
    }

    .page-banner-desc.tagline-caption
    {
        font-size: 24px;
    }
    .banner-img {
        margin-top: 50px;
    }

    .blog-content-wrap .entry-content h1:after {
        margin: 20px auto!important;
    }
    .inner-cta-wrapper {
        padding: 0 0 50px;
    }

}

@media only screen and (max-width: 768px)
{   
	.full-width-content .entry-content > .alignwide {
	    padding: 50px 0;
	}
    .scroll-top {
        bottom: 85px;
    }
    .release-wrapper .latest-post_article
    {
        height: 100%;
    }
    .release-wrapper .article-block.feature-image img, .release-wrapper .article-block.feature-image {
        height: 200px!important;
    }
    .above-content {
        font-size: 14px;
    }
    .copy-wrap span {
        display: block;
    }
    .pages-banner-title {
        font-size: 20px;
    }

	.font40 {
	    font-size: 30px;
	}
	.choose_title {
	    height: 150px;
	    padding: 10px 0;
	    font-size: 18px;
	    line-height: 20px;
	}
	.sfl-modal-content {
	    width: 100%;
	    max-width: 90%;
	}

	.scrolled .phone-bottom
	{
		font-size: 17px;
	}

	.btn-pad, article .latest-post_article a.blackbg {
	    font-size: 14px;
	    padding: 15px 10px;
	    margin: 0 4px 0 0;
	}

	.about-featured, .area-featured {
	    height: 400px;
	}

    .offer-content-section {
        margin-top: -250px;
    }
    .services_image {
        width: 100%!important;
    }
    .entry-content .search-form {
        width: 100%;
    }

}

@media only screen and (max-width: 480px)
{   .services__title {
        line-height: 24px;
        padding: 20px 0;
        font-size: 22px;
    }
    .services__item-btn-wrap
    {
      padding: 20px 40px;  
    }
    .testimonial-slider-next, .service-slider-next, .badges-slider-next, .latest-slider-next, .work-slider-next, .hero-slider .right {
        right: -15px;
    }
    .service-slider-prev, .testimonial-slider-prev, .badges-slider-prev, .latest-slider-prev, .work-slider-prev, .hero-slider .left {
        left: 20px;
    }
    .choose_image
    {
        height: 40px;
        width: 40px;
        transform: scale(.8);
    }
	h1 { font-size: 34px; line-height: 45px; }
    .font30 {
        font-size: 22px;
    }

    .font22 {
        font-size: 18px;
    }

    h2
    {
        font-size: 30px;
    }

    h3, .font28 { font-size: 24px;}
    .font20 {
        font-size: 16px;
    }

}

@media only screen and (min-width: 1181px) and (max-width: 1365px)
{
    input, select, textarea
    {
        padding: 10px;   
    }
    .services_image {
        width: 100%;
        max-width: 350px;
    }
    .cta-number-dets
    {
        font-size: 19px;
    }

    .home-section .site-container, .choose_wrap {
        max-width: 90%!important; margin: 0 auto;
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1180px)
{
    /*.services-section-wrapper .service-slider-prev {
        left: 0!important;
    }
    .services-section-wrapper .service-slider-next {
        right: 0!important;
    }*/
    .about-featured {
        width: 100%;
        height: 100%;
        min-height: 450px;
        max-width: 400px;
    }
    .services-section-inner .service-slider-next {
        right: -40px;
    }
    .services-section-inner .service-slider-prev {
        left: 0;
    }
    .home .home-section .site-container, .choose_wrap {
        max-width: 90%!important; margin: 0 auto;
    }
    .services-section-inner .services_image {
        width: 100%;
        max-width: 280px;
        margin: 0 auto;
    }
	.hero-section .tagline.desc-title {
	    line-height: 35px;
	    font-size: 25px;
	}
    .services_image
    {
        width: 300px;
    }
    .services__title {
        font-size: 20px;
    }
    .area-featured { background-size: contain!important; }
    .area__item-overlay.img_map {
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .testimonial-slider-next, .service-slider-next, .badges-slider-next, .latest-slider-next, .work-slider-next, .hero-slider .right {
        right: 5px
    }

    .review-slide-wrap
    {
        height: 300px;  
    }
    .review-user img {
        bottom: -70px;
    }
    .latest-post-author, .latest-post-date {
        font-size: 11px;
    }
/*   .latest-slider-prev {
        left: 40px;
    }*/
    .latest-post_article {
        height: 400px;
    }
    .choose_title {
        height: 180px;
        font-size: 18px;
    }
	/*.badges-slider-next {
	    right: -5%;
	}
*/
    .font22 {
        font-size: 16px;
    }
    .hero-form {
        max-width: 400px;
    }
    .font50 {
        font-size: 35px;
    }

    .hero-section .tagline-caption
    {
        max-width: 49%!important;
    }
    .font16 { font-size: 13px; }
    .nav-primary .genesis-nav-menu a {
        padding-left: 10px;
        padding-right: 10px;
    }
    .title-area, .header-widget-area {
        flex: 1 32%;
    }

    .widgets-section-wrap {
        padding: 40px 10px;
    }
    .socmed-item {
        width: 75px;
    }
    .wp-block-image figure:after {
        right: -10px;
        bottom: 10px;
    }
    .wp-block-image img {
        max-width: 400px;
    }
    h1 {
        font-size: 40px;
    }

    h2 {
        font-size: 35px;
    }

    h3 {
        font-size: 28px;
    }
}
/* 2D TRANSITIONS */
/* Grow */
.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-grow:hover, .hvr-grow:focus, .hvr-grow:active {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

/* Push */
@-webkit-keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes hvr-push {
  50% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
.hvr-push {
  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);
}
.hvr-push:hover, .hvr-push:focus, .hvr-push:active {
  -webkit-animation-name: hvr-push;
  animation-name: hvr-push;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

/* Bounce To Bottom */
.hvr-bounce-to-bottom {
  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;
}
.hvr-bounce-to-bottom:before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 50% 0;
  transform-origin: 50% 0;
  -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;
}
.hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
  color: white;
}
.hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}