/*
 Theme Name:   Woodmart Child
 Description:  Woodmart Child Theme
 Author:       XTemos
 Author URI:   http://xtemos.com
 Template:     woodmart
 Version:      1.0.0
 Text Domain:  woodmart
*/

/*::-webkit-scrollbar{width:5px; height:50px;}::-moz-scrollbar{width:5px}::-o-scrollbar{width:5px}::-webkit-scrollbar-thumb{border-radius:10px;background:#ff5722}::-moz-scrollbar-thumb{border-radius:10px;background:#ff5722}::-o-scrollbar-thumb{border-radius:10px;background:#ff5722}*/
@media screen and (min-width:1201px) {
    .seo-intern img {
        width: 140%;
        max-width: none !important;
        margin-left: -40%;
    }
}

.wd-dropdown-menu .vc_column-inner ul {
    display: block;
}

.site-logo img {
    width: 250px;
    position: absolute;
    height: 180px;
    min-height: 160px;
    left: 60px;
    object-fit: cover;
    top: 10px;
}

.expert-web-sec .eael-infobox .info-box-content .info-box-title {
    font-size: 20px;
    color: #0d47a1;
}

.expert-web-sec .eael-infobox .info-box-content .info-box-inner p {
    font-size: 13px;
    line-height: 26px;
}

.vc_row-fluid.rings-color {
    position: relative;
}

.vc_row-fluid.rings-color:before {
    content: "";
    background: url(img/rings1.png);
    display: inline-block;
    background-repeat: no-repeat;
    right: 0 !important;
    position: absolute;
    top: 20px;
    background-size: contain;
    z-index: 2;
    width: 40%;
    height: 100%;
    transform: translateX(50%) translateY(-50%);
}

.btn.btn-style-round {
    border-radius: 35px;
    padding: 0.7em 1.7em 0.7em 1.7em;
    letter-spacing: 0.05em;
    text-transform: capitalize;
    width: 200px;
}

.eael-infobox {
    position: relative;
    width: 100%;
/*     height: 350px; */
    padding: 30px 30px;
    border-radius: 24px !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    background-color: white;
    color: var(--dark-2);
    font-size: 0.83em;
    border: 2px solid #ededed;
    background-color: #ededed;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    border: 1px solid #c6c4c4;
    /*  overflow-y:scroll; */
}

.eael-infobox .info-svg-wrapper {
    width: 70px !important;
    height: 70px !important;
}

.eael-infobox .info-box-icon img {
    position: relative;
    z-index: 10;
    display: block;
    max-width: none !important;
    width: 80px;
    height: 80px;
}

.eael-infobox:hover {
    transform: translateY(-3px);
    border-color: #0d47a1;
    background-color: #eaf2ff;
    /* border: 1px solid #c6c4c4; */
}

.industry-link .info-svg-wrapper {
    color: #0b9f47;
    fill: #0b9f47;
    border-color: #0b9f47;
    width: 60px !important;
    height: 60px !important;
}

.industry-link {
    display: block;
    padding: 15px;
    border-radius: 12px !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    display: flex !important;
    flex-direction: column;
    align-items: center;
}

.industry-link:hover {
    background-color: #f85521;
}

.industry-link .info-box-title {
    font-size: 22px;
    margin: 0;
    color: #fff;
    text-align: center;
}

.whb-main-header {
    border-top: 5px solid #ff5722;
}

.infobox-icon img,
.infobox-icon svg {
    position: relative;
    z-index: 10;
    display: block;
    max-width: none !important;
    width: 80px;
    height: 80px;
}

.website-process-sec .eael-infobox {
    height: 210px;
    border: 1px solid #c6c4c4;
    min-height: 250px;
}

.website-process-sec .eael-infobox a.btn.btn-color-default {
    border: none;
    margin-top: 15px;
    font-weight: 100;
    color: #000;
    font-size: 14px;
    text-transform: capitalize;
}

.website-process-sec .eael-infobox a.btn.btn-color-default:after {
    content: "\f061";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    padding-left: 10px;
    font-size: 20px;
    color: #0d47a1;
}

ul#menu-policy-links {
    display: flex;
}

ul#menu-policy-links li {
    padding: 0 .75em;
    margin: 0;
}

ul#menu-policy-links li a {
    color: #fff;
    font-size: 15px;
}

.vc_wp_custommenu {
    margin: 0;
}

.copyrights {
    margin: 0;
}

.blg-ttl h2 {
    font-size: 18px;
    font-family: 'Sofia-Pro-Bold';
    font-weight: 400;
}

.main-post {
    position: relative;
    display: block;
    height: 100%;
    padding-bottom: 54px;
    color: var(--dark-2);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.main-post:hover {
    text-decoration: none;
    transform: translateY(-3px);
}

.bld-category {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1;
    display: inline-block;
    padding: 5px 15px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    margin-right: 2px;
    margin-bottom: 4px;
    background-color: #00000073;
    color: white;
}

.blog-fig img {
    display: block;
    border-radius: 20px;
    overflow: hidden;
    height: 220px;
    object-fit: cover;
    margin-bottom: 20px;
    padding-bottom: 20px;
}

.blog-fig {
    margin-bottom: 20px;
}

.blg-ttl h2 {
    margin-top: 20px;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
    color: #20448b;
}

.blg-excerp {
    display: block;
    margin: 1.2em 0;
    line-height: 1.6em;
    font-size: 16px;
}

.blg-btn a {
    padding: 7px 0;
    border: 2px solid #ff5722;
    border-radius: 50px;
    font-weight: 300;
    color: white;
    letter-spacing: 0.05em;
    font-family: 'Inter-Regular';
    background: none;
    color: #000;
    display: inline-block;
    width: 180px;
    text-align: center;
}

.main-post .blg-btn {
    display: inline-block;
}

.blg-btn a:hover {
    background: #0d47a1;
    border-color: #0d47a1;
    color: #fff;
}

.main-post:hover .blg-ttl h2 {
    color: #ff5722;
}

.cta-bar-inner {
    background-color: #0d47a1;
    border-radius: 24px;
    padding: 30px 60px;
}

/* WEB DESIGN INNER PAGES */
.TeirBoxes .box-icon-wrapper .info-svg-wrapper img {
    width: 60px !important;
    height: 60px !important;
}

.TeirBoxes.eael-infobox .title {
    color: #0d47b2;
	font-size: 20px;
}

.TeirBoxes.eael-infobox {
    padding: 40px 20px;
/*     height: 280px; */
}

.StreamSER.eael-infobox {
    width: 100%;
    height: auto;
    padding: 20px 10px;
    box-shadow: none;
    background-color: transparent;
    font-size: 0.83em;
    border: none;
    margin-bottom: 0;
}

.hireTtile.info-titles .info-box-content .info-box-title {
    font-size: 26px;
}

.TierSec {
    margin-bottom: 60px;
}

.TeirBoxes.eael-infobox.SeoSer {
    height: 180px;
    padding: 40px 20px;
    background: none;
}

.FlexRow:before {
    content: '';
    display: block;
    position: absolute;
    background: #0d47a1;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0.7;
    z-index: 1;
}

.FlexRow {
    background-attachment: fixed;
}

.FlexTitle {
    position: relative;
    z-index: 2;
}

.FlexTitle.info-titles .info-box-content h4.info-box-title {
    color: #fff;
}

.info-titles-abt-text-rght-bg {
    color: #fff;
}

.FlexTitle h4.text-white {
    color: #fff;
}

.WindySec {
    margin-top: 60px;
}

.info-titles.FullTitles .info-box-subtitle {
    font-size: 36px;
    color: #ff5722;
    line-height: 36px;
    margin-bottom: 20px;
    font-weight: 600;
}

.info-titles.FullTitles .info-box-content h4.info-box-title {
    font-size: 20px;
    color: #0d47b2;
    line-height: 25px;
    margin-bottom: 20px;
}

.Eweb.pd-all-40 {
    padding-top: 0 !important;
    padding-bottom: 60px;
}

.Erow.pd-all-40 {
    padding-top: 60px !important;
    padding-bottom: 0;
}

.Speedtitle.info-titles .info-box-content h4.info-box-title {
    font-size: 22px;
    color: #0d47b2;
    line-height: 30px;
    margin-bottom: 0px;
    text-align: left;
}

.Speed-List .wpb_wrapper {
    background: #fff;
    padding: 40px;
    border-radius: 20px;
    border: 1px solid #C4C6C6;
}

.LongBtn.btn.btn-style-round {
    width: auto;
}

.SpeedSix {
    background: #fff;
    padding: 40px;
    border-radius: 20px !important;
    text-align: center;
    border: 1px solid #c6c4c4;
}

.SpeedSix .title {
    color: #0d47b2;
}

.InlineBtn .wpb_wrapper {
    display: flex;
    gap: 10px;
}

.CustomMar.info-titles.abt-text .info-box-inner {
    margin-bottom: 20px;
}

.NoBackbox {
    padding: 30px 80px;
    margin-bottom: 0;
	border: 1px solid #000;
    border-radius: 24px !important;
    margin-bottom: 23px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
	background : #ededed;
	border: 1px solid #CDD0D8;
}

.NoBackbox .info-box-title {
    color: #0d47b2;
    font-size: 20px;
}

.iTitlebox {
    height: 220px;
}

.SimIcon.SpeedSix {
    padding: 20px;
    text-align: center;
    background: transparent;
    border: none;
}

.pd-b-0.pd-all-40 {
    padding-top: 60px !important;
    padding-bottom: 0;
}

.mg-b-60 {
    margin-bottom: 60px;
}

@media screen and (min-width:901px) {
    .cta-bar-inner img {
        margin-top: -120px;
        margin-bottom: -120px;
    }
}

.abt-frame .about-houston:after {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    width: 100%;
    height: 100%;
    border-radius: 50%;
    border: 8px solid #CDD0D8;
    content: '';
    opacity: 0.35;
    z-index: 0;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.abt-frame .about-houston:before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
    transform: translateX(-50%) translateY(-50%);
    width: calc(100% - 34px);
    height: calc(100% - 34px);
    border-radius: 50%;
    border: 16px solid #ff5722;
    content: '';
    opacity: 0.35;
    z-index: 0;
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.abt-frame .about-houston img {
    width: 100%;
    padding: 60px;
    border-radius: 50% !important;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center;
}

.testimonial-content footer {
    color: #ff5722 !important;
    display: flex;
    flex-direction: column;
}

.testimonial-content footer>span {
    color: #1c1f28 !important;
    font-weight: 600;
    font-size: 18px;
}

.testimonials .wd-prev .wd-arrow-inner:after {
    content: "\f114";
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.testimonials .wd-next .wd-arrow-inner:after {
    content: "\f113";
    color: #fff;
    font-size: 16px;
    font-weight: 700;
}

.testimonials .wd-arrow-inner {
    color: aquamarine;
    background-color: #ff5722 !important;
    padding: 0.5em;
    border-radius: 50% !important;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

@media (min-width:1025px) {
    .testimonials .wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
        opacity: 1 !important;
        pointer-events: none;
    }
}

.testimonials .wd-nav-arrows[class*="wd-hover"].wd-pos-sep .wd-btn-arrow {
    opacity: 1 !important;
    pointer-events: none;
}

.testimonials .wd-nav-pagin-wrap[class*="wd-style-shape"] li.wd-active span {
    border-color: #ff5722 !important;
    background-color: var(--wd-pagin-bg-act, #ff5722) !important;
}

.testimonials .wd-nav-pagin-wrap[class*="wd-style-shape"] span {
    border: var(--wd-pagin-brd, 2px solid) #ff5722;
}

.info-titles .info-box-content h2.info-box-title {
    font-size: 36px;
    color: #ff5722;
    line-height: 36px;
    margin-bottom: 20px;
    line-height: 45px;
}

.info-titles .info-box-content .info-box-inner {
    font-size: 16px;
}

.info-titles.abt-text .info-box-inner {
    margin-bottom: 40px;
}

.info-titles.abt-text .info-box-inner strong {
    margin-top: 0 !important;
    position: relative;
    top: 0;
    font-size: 20px;
    font-weight: 600;
    line-height: 20px;
}

.vc_row-fluid.banner-containers:before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50px;
    background: url(img/curve.svg) bottom left no-repeat;
    background-size: 100% auto;
    content: '';
    z-index: 1;
}

.scrollToTop {
    background-color: #ff5722 !important;
    color: #fff !important;
}

.vc_row-fluid.faq-bar {
    position: relative;
}

.vc_row-fluid.faq-bar:before {
    position: absolute;
    width: 9999px;
    height: 100%;
    right: 50%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0d47b2;
    border-top-right-radius: 48px;
    border-bottom-right-radius: 48px;
    content: '';
    z-index: 0;
    display: block;
}

.wd-prefooter {
    display: none;
}

.wd-accordion-opener.wd-opener-style-arrow:before {
    content: "\f129";
    font-family: "woodmart-font";
    color: #ff5722;
    font-size: 14px;
    font-weight: 900;
}

.wd-dropdown-menu.wd-dropdown {
    left: 0;
    top: 50px;
    width: 280px;
    padding: 20px 25px 25px !important;
    border-top: 2px solid #ff5722;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: -2px;
    background-color: white;
}

.wd-dropdown-menu.wd-dropdown:after {
    position: absolute;
    bottom: calc(100% - 16px);
    left: 20%;
    z-index: 1;
    width: 1em;
    height: 1em;
    display: block;
    font-family: "Font Awesome 5 Free" !important;
    font-weight: 900;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
    font-size: 2.5em;
    text-align: center;
    color: white;
    content: "\f0d8";
}

ul#menu-main-menu li .wd-dropdown-menu.wd-dropdown li:hover span {
    color: #ff5722;
}

ul#menu-main-menu li .wd-dropdown-menu.wd-dropdown li>span {
    color: #666;
    font-size: 16px;
    line-height: 24px;
}

ul#menu-main-menu li .wd-dropdown-menu.wd-dropdown li {
    margin: 10px 10px;
}

.wd-accordion-item:first-child {
    border-top-left-radius: 15px !important;
    border-top-right-radius: 15px !important;
}

.wd-accordion-item:last-child {
    border-bottom-left-radius: 15px !important;
    border-bottom-right-radius: 15px !important;
}

.info-titles-sub h4.info-box-title {
    text-align: center;
    font-size: 20px;
    color: #ff5722;
}

.pd-sides {
    padding-left: 10%;
    padding-right: 10%;
}

.info-titles .info-box-inner p>a {
    color: #0d47a1;
}

.info-titles .info-box-inner p>a:hover {
    color: #ff5722;
}

a {
    color: #0d47a1;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

a:hover {
    text-decoration: none;
    color: #ff5722;
}

.vc_section.pd-15percent,
.vc_row-fluid.pd-15percent {
    padding-left: 15%;
    padding-right: 15%;
}

.pd-all-40 {
    padding-top: 60px !important;
    padding-bottom: 60px;
}

.site-content {
    margin-bottom: 0;
}

.page-nav-bar {
    position: relative;
    z-index: 1;
    background-color: white;
    box-shadow: 0 -6px 12px 12px rgba(0, 0, 0, 0.1);
}

.page-nav-bar .vc_column-inner .wpb_wrapper {
    display: flex;
    justify-content: center;
}

.page-nav-bar .vc_column-inner .wpb_wrapper .wd-list {
    border-right: 1px solid #ff57222b;
    margin: 0;
}

.eael-infobox-2.ppc {
    width: 100%;
    min-height: 600px;
    height: 400px;
}

.page-nav-bar .vc_column-inner .wpb_wrapper .wd-list li {
    border-radius: 0;
    background: transparent;
    padding: 30px 20px !important;
    margin: 0;
    position: relative;
    display: flex;
    padding: 30px 20px;
    align-items: center;
    color: #737784;
    font-size: 14px;
    line-height: 1.4em;
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.page-nav-bar .vc_column-inner .wpb_wrapper .wd-list li:hover {
    background-color: #ff5722;
    text-decoration: none;
    color: white;
}

.page-nav-bar .vc_column-inner .wpb_wrapper .wd-list li span.list-icon {
    color: #ff5722 !important;
    font-size: 24px;
    text-align: center;
    color: var(--primary);
    -webkit-transition: all 300ms ease-in-out;
    -moz-transition: all 300ms ease-in-out;
    -o-transition: all 300ms ease-in-out;
    -ms-transition: all 300ms ease-in-out;
    transition: all 300ms ease-in-out;
}

.page-nav-bar .vc_column-inner .wpb_wrapper .wd-list li:hover span.list-icon {
    color: #fff !important;
}

.page-title {
    margin: 0 !important;
}

.eael-infobox.inner .info-btn-wrapper a {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: -60px;
    background: #0d64bc;
}

.first-para-light .info-box-inner p {
    text-align: center;
    font-size: 16px;
    line-height: 30px;
    color: #000;
}

.first-para-light .info-box-title {
    font-size: 36px;
    color: #ff5722;
    line-height: 36px;
    margin-bottom: 20px;
    text-align: center;
}

.banner-containers .info-box-content .info-box-inner p>a {
    color: #ff5722;
    font-weight: 600;
}

.TeirBoxes.eael-infobox .info-box-inner p {
    font-size: 14px;
}

.TeirBoxes.eael-infobox.SeoSer .info-box-icon img {
    width: 40px;
    height: 40px;
}

.vc_row-fluid.faq-bar .rght-bg .info-box-inner p {
    color: #fff;
}

.vc_row-fluid.faq-bar .rght-bg h4.info-box-title {
    color: #fff;
}

.entry-link.industry-link .info-box-inner p {
    color: #fff;
    text-align: center;
    font-size: 14px;
    padding-bottom: 20px;
}

.eael-infobox.contact-info {
    height: 250px;
}

.eael-infobox.contact-info .info-box-icon img {
    width: 50px;
    height: 50px;
}

.orange-para-1 .elementor-heading-title {
    color: #FF5722;
}

.eael-infobox .btn {
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -55px;
}

.eael-infobox.eael-infoBTN .btn {
    position: relative;
    background: transparent;
    color: #fb7c54;
    bottom: 0;
}

.ProBox .info-box-title {
    font-size: 25px;
    color: #ff5722;
}

/* .ProIconBox.ProBox:after {
    content: '';
    position: absolute;
    background: url(img/ProBox-Arrow.png);
    top: 40px;
    width: 15%;
    height: 50%;
    right: -89px;
    background-repeat: no-repeat;
    background-size: contain;
}
 */

.ProBox {
    position: relative;
}

.mg-tp-40 {
    margin-top: 40px;
}

ul#menu-main-menu .wd-dropdown-menu .wd-sub-menu>li {
    margin-bottom: 25px;
    width: 300px;
}

.AssistBtn {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    margin: 0;
}

.AssistBtn span {
    background: #fff;
    color: #ff5722;
    font-size: 16px;
    font-weight: 600;
    padding: 15px 25px;
    border-radius: 50px;
}

.ProblemBox .info-box-title {
    color: #0d47a1;
    font-size: 25px;
}

.ProblemBox .info-box-inner {
    font-size: 17px;
}

.ProblemRow .wpb_wrapper {
    background: #fff;
    padding: 40px 20px;
    border-radius: 20px;
    min-height: 670px;
    box-shadow: 0px 0px 20px 3px #cecece;
    margin-bottom: 25px;
}

.TextLeft.first-para-light .info-box-inner p {
    text-align: left;
}

.TattoTips.wd-list li {
    align-items: baseline;
}

.menu-item-658 .wd-dropdown-menu.wd-dropdown {
    left: 0;
    top: 50px;
    width: 580px;
    padding: 20px 25px 25px !important;
    border-top: 2px solid #ff5722;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: -2px;
    background-color: white;
}

.menu-item-1155 .wd-dropdown-menu.wd-dropdown {
    left: 0;
    top: 50px;
    width: 600px;
    padding: 20px 25px 25px !important;
    border-top: 2px solid #ff5722;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    margin-top: -2px;
    background-color: white;
}

.whb-main-header .menu-mega-dropdown .vc_row.wpb_row ul {
    --wd-row-gap: 0;
}

.ReachBox {
    background: #0d47a1;
    color: #fff;
    padding: 40px;
    border-radius: 10px !important;
}

.Wt-Text .info-box-inner {
    color: #fff;
}

.BrandingForm .gfield_label {
    color: #fff;
}

.BrandingForm input {
    background: #fff;
}

.BrandingForm .gfield_select {
    background: #fff;
}

.BrandingForm .textarea {
    background: #fff;
}

.BrandingForm .gfield {
    margin: 5px;
}

.BrandingForm .gform-footer input {
    background: #ff5722;
    color: #fff;
    padding: 14px 50px;
    border-radius: 50px;
}

.menu-item-658 .wd-dropdown-menu.wd-dropdown {
    left: -230px !important;
    top: 50px;
    width: 700px;
}

.menu-item-658 .wd-dropdown-menu.wd-dropdown:after {
    position: absolute;
    bottom: calc(100% - 16px);
    left: 40%;
    content: "\f0d8";
}

li#menu-item-17 .wd-dropdown-menu.wd-dropdown {
    left: -380px !important;
    top: 50px;
    width: 700px;
}

li#menu-item-17 .wd-dropdown-menu.wd-dropdown:after {
    position: absolute;
    bottom: calc(100% - 16px);
    left: 60%;
    content: "\f0d8";
}

.branding-portfolio-gall .wd-gallery-item.wd-col {
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.16);
    border-radius: 10px;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-thumb {
    background: #ff5722;
    border-radius: 10px;
}

::-webkit-scrollbar-track {
    box-shadow: inset 0 0 30px #000;
}

@media (min-width:1799px) {
    .eael-infobox {
        position: relative;
        width: 100%;
/*         min-height: 400px; */
        display: flex !important;
/*         height: 350px; */
    }

    .TeirBoxes.eael-infobox.SeoSer {
        height: 180px;
        padding: 40px 20px;
        background: none;
    }

    .TeirBoxes.eael-infobox {
        padding: 40px 20px;
/*         height: 280px; */
/*         min-height: 280px; */
    }

    .eael-infobox-2.ppc {
        width: 100%;
        min-height: 600px;
        height: 400px;
    }
}

@media (min-width:1200px) and (max-width:1800px) {
    .eael-infobox {
        position: relative;
        width: 100%;
        min-height: 400px;
        display: flex !important;
        height: 350px;
    }

    .eael-infobox-2.ppc {
        width: 100%;
        min-height: 600px;
        height: 400px;
    }
}

.wd-footer .info-box-content .info-box-subtitle {
    margin: 0 !important;
    color: #fff;
}

.wd-footer .info-box-content .info-box-title {
    color: #ff5722;
}

.wd-footer .info-box-wrapper .box-icon-wrapper .info-box-icon {
    background: #fff;
    padding: 5px;
    border-radius: 150px;
    height: 40px;
    width: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wd-footer  div#wd-688ab856998b2 {}

.wd-footer .widget_nav_mega_menu .widget-title {
    padding: 0;
    background: no-repeat;
    color: #fff;
    font-size: 25px;
    position: relative;
}

.wd-footer .widget_nav_mega_menu .wd-nav {border: none;}

.wd-footer .widget_nav_mega_menu .wd-nav li {
    border: none;
}

.wd-footer .widget_nav_mega_menu .wd-nav li a {
    padding:10px;
    transition: 0.5s;
    position: relative;
    overflow: hidden;
    margin:0;
}

.wd-footer .widget_nav_mega_menu .wd-nav li a:hover {
    transition: 0.5s;
    background: transparent;
    color: #ff5722;
}

.wd-footer .widget_nav_mega_menu .wd-nav li a:hover span
{
    color: #ff5722;
    transition:0.5s;
}

.wd-footer .widget_nav_mega_menu .wd-nav li a span
{
    position:relative;
    z-index:99;
    color:#fff;
    transition:0.5s;
}

.wd-footer  .wd-social-icons a.wd-social-icon {
    color: #fff;
    border-color: #fff;
}

.footer_logo img {
    width: 165px;
}

.wd-footer .widget_nav_mega_menu .widget-title:before {
    content: "";
    position: absolute;
    bottom: 0;
    width: 60%;
    height: 2px;
    background: #ff5722;
}

.marketing-card .wd-info-box {
    height: 360px;
    margin-bottom: 36px;
}
.vc_column-inner ul {
        display: flex;
    flex-direction: row;
    flex-wrap: wrap
}

.ProblemRow.therapistscrds .wpb_wrapper {
    min-height: 600px !important;
    height: 600px !important;
 
}
.manufacturerscardas .wd-info-box {
    height: 260px;
}
.manufacturerscard2 .wd-info-box {
    height: 250px;
}
.nonprofitscards .wd-info-box {
    height: 245px;
}
.tattoocards .wd-info-box {
    height: 300px;
}
.itcards .wd-info-box {
    height: 247px;
}
.recruiterscard .wd-info-box {
    height: 230px;
}
.architecturesection .wd-info-box {
    height: 255px;
}
.Professionalservicescards .wd-info-box {
    height: 268px;
}
.medicalcards .wd-info-box {
    height: 260px;
}
.coachescards .wd-info-box {
    height: 256px;
}
.b2bcards .wd-info-box {
    height: 261px;
}
.homecard3 .wd-info-box {
    height: 394px;
}
.affordablecards .wd-info-box {
    height: 287px;
}
.hostingcard3 .wd-info-box {
    height: 350px;
}
.customcards2 .wd-info-box {
    height: 550px;
}
.localcard2 .wd-info-box {
    height: 313px;
}
.realestatecard .wd-info-box {
    height: 257px;
}
.transportationcard .wd-info-box {
    height: 320px;
}
.financecard .wd-info-box {
    height: 280px;
}
.houstoncards .wd-info-box {
    height: 274px;
}
.webdesigncards .wd-info-box {
    height: 300px;
}
/* h2.info-box-title {
	color: #ff5722;
	font-size: 36px;
} */