/**handles:custom-css**/
:root {
    --black: #000000;
    --cyan-bluish-gray: #abb8c3;
    --white: #ffffff;
	--primary-color: #EF7F2B;
	--text-color: #2C2C2C;
	--dark-color: #000000;
	--light-gray:#F8F9FB;
	   --primary: #EF7F2B;
    --primary-dark: #d66a1a;
    --secondary: #1e293b;
    --text-main: #334155;
    --text-light: #64748b;
    --bg-light: #f8fafc;
    --white: #ffffff;
    --border: #e2e8f0;
    --danger: #ef4444;
    --danger-bg: #fef2f2;
    --success: #10b981;
    --success-bg: #ecfdf5;
	--brand-orange: #f36f21;
            --brand-orange-hover: #d95d18;
            --brand-dark: #0f172a;
            --brand-light: #f8fafc;
            --brand-gray: #475569;
    --shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
    --shadow-lg: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04);
	--score-green: #0a9e52;
}

@font-face {
  font-display: swap; 
	font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  src: url('https://ignitedigital.com/wp-content/themes/ignite-digital/fonts/montserrat/montserrat-v30-latin-regular.woff2') format('woff2'); 
}
@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  src: url('https://ignitedigital.com/wp-content/themes/ignite-digital/fonts/montserrat/montserrat-v30-latin-500.woff2') format('woff2');
}

@font-face {
  font-display: swap;
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  src: url('https://ignitedigital.com/wp-content/themes/ignite-digital/fonts/montserrat/montserrat-v30-latin-700.woff2') format('woff2'); 
}

body,
h1, h2, h3, h4, h5, h6,
button, input, textarea {
  font-family: 'Montserrat', sans-serif;
}
.entry-title h1 {
    color: var(--primary-color) !important;
    
}
h1 .entry-title{
    color: var(--primary-color) !important;
    
}
a:visited {
    color: var(--bs-body-color);
}
.logo-area img {
    width: 250px;
}
.top-info {
    display: flex
;
    justify-content: flex-end;
}
.top-info ul {
    list-style: none;
    display: flex
;
}
.top-info ul>li {
    margin-right: 15px;
}
.top-info a {
    color: var(--black);
    text-decoration: none;
    font-weight: 700;
}
.primary-button {
    background-color: var(--primary-color);
    color: var(--white) !important;
    padding: 10px;
    text-decoration: none;
    border-bottom-right-radius: 10px;
}
.home-top-form h1 {
    color: var(--black);
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
}
.home-top-form h2 {
    color: var(--black);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}
.gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {color: #666;
    border: 1px solid #ccc;
    border-radius: 3px;}
.gform-theme--foundation .gform_footer input[type=image] {
    padding: 0 !important;
    width: auto !important;
    background: 0 0 !important;
    border: none !important;
    margin: 0 auto 16px auto !important;
    display: block;
    max-width: 100%;
	box-shadow:0 1px 4px rgb(18 25 97 / 0%) !important;
}
.home-top-form h1::after{
    content: url(https://ignitedigital.com/wp-content/uploads/2024/12/home-arrow.png);
    position: absolute;
   left: 100% !important;
	top:100px;
    width: 135px;
    height: 130px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/home-arrow.png);
    background-repeat: no-repeat;}
   .home-top-form h1{position:relative;width:100% !important}
.prefooterwrap h2 {
    font-size: 16px;
    color: var(--dark-color);
    text-transform: uppercase;
    font-weight: 700;
}
.footer-widget-menu img {
    margin-bottom: 20px;
}
.custom-html-widget {
    margin-top: 40px;
}
.home-form {
    background-color: #F8F9FB;
    padding: 30px;
    border-radius: 15px;
}
.home-mid-section h2 {
    font-weight: 700;
    font-size: 36px;
    color: var(--black);
}
.home-mid-section span {
     color: var(--primary);
}
.home-mid-section h3 {
    font-weight: 500;
    font-size: 20px;
    color: var(--text-color);
}
.sp-container li {
    line-height: 20px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/li-icon.png) !important;
    background-repeat: no-repeat !important;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #50565c;
}
.sp-container ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}
.sp-step {
    display: flex
;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}
.sp-step img {
    height: 50px;
    width: auto;
}
.sp-container h3 {
    font-weight: 700;
    font-size: 20px;
    color: var(--black);
    margin-bottom: 30px;
}
.digital-container {
    background-color: #fff;
    border-radius: 6px;
    min-height: 160px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) 0px 15px 12px;;
    counter-increment: item;
    display: flex;
    padding: 30px;
    align-items: center;
}
.digital-title {
    display: flex
;
    align-items: center;
}
.digital-title h4 {
    font-size: 20px;
    color: var(--primary-color);
    font-weight: 700;
    align-items: middle;
}
.digital-title img {
    margin-right: 15px;
    width: 60px;
}
.digital-container li {
    line-height: 20px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/li-icon.png) !important;
    background-repeat: no-repeat !important;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #50565c;
}
.digital-container ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}
.orange-section h1 {
    font-size: 40px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.home-form-bottom {
    background-color: #Ffffff;
    padding: 30px;
    border-radius: 15px;
}
.orange-section h2 {
    color: var(--black);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}
.accordion-box {
    box-shadow: 5px 2px 5px 2px rgb(213 211 211);
    width: 100%;
    background: #fff;
    border-radius: 15px;
    padding: 20px;
    margin-bottom: 15px;
}
#owl-quote3 .owl-item.active {
-webkit-transform: scale(0.9);
transform: scale(0.9);opacity:0.4;}
#owl-quote3 .owl-item.active.center {
-webkit-transform: scale(1.1);
transform: scale(1.1);opacity:1;}
.owl-carousel button.owl-dot {
    background: #000!important;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin: 0 5px
}

.owl-carousel button.owl-dot.active {
    background: #ef7f2b!important;
    width: 10px;
    height: 10px;
    border-radius: 20px;
    margin: 0 5px
}
#owl-quote3  .owl-next,#owl-quote3 .owl-prev {
    width: 30px;
    height: 30px;
    border-radius: 5px;
    position: absolute;
    top: 100%;
    margin-top: -20px;
    background-color: #ef7f2b;
    text-align: center;
    line-height: 40px;
    color: #fff;
    z-index: 99;
    cursor: pointer;
    font-size: 27px
}

#owl-quote3  .owl-next:hover,#owl-quote3   .owl-prev:hover {
    background-color: #d7d6d4
}

#owl-quote3   .owl-prev {
    left: 30%;
    background-image: url(/wp-content/themes/ignite-digital/img/prev-review.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent
}

#owl-quote3  .owl-next {
    right: 30%;
    background-image: url(/wp-content/themes/ignite-digital/img/next-review.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-color: transparent
}
.review-slider-quote1-layout {
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin-bottom: 30px;
    box-shadow: rgb(0 0 0 / 5%) 1px 1px 20px 0;
    margin-bottom: 30px;
    min-height: 440px;
    max-height: 440px;
    border-radius: 10px;
    border-radius: 10px;
    padding: 30px;
    border: 1px solid #ebebeb;
    margin: 10px;
    background-color: #fff;
}
.review-slider-quote1-layout h5 {
    font-size: 16px;
    font-weight: 500;
    margin-left: 0px !important;
    margin-top: 15px;
}
.review-quote1-text {
    min-height: 200px;
    height: 250px;
}
.seo3{border:2px solid var(--primary-color);border-radius:30px;position:relative;min-height:200px; background-color:#F8F9FB}
.seo3::before{
    content: url(https://ignitedigital.com/wp-content/uploads/2024/12/Checklist.png);
    position: absolute;
   right:25px !important;
	top:-25px;
    width: 50px;
    height: 50px;
    
    background-repeat: no-repeat;}
    .home-form h3{font-size: 24px;
    font-weight: 500;}
.home-form-bottom h3{font-size: 24px;
    font-weight: 500;}
.picture-cards {
    display: flex;    
	 margin-top: -40px;
    padding: 1rem;
    MARGIN-BOTTOM: 20PX;
}
.destination-pictures {
    width: 35px;
    height: 35px;
}
.picture-content {
    padding: 0 1rem;
}
.picture-content p{margin-bottom:0px}
.picture-content h2{text-transform:capitalize;}
.socialiconsfooter{display: flex; list-style: none;}
.blog_box{background-color: #fff;
    min-height: 625px !important;
    max-height: 625px !important;
    border: 1px solid #ebeaea;
    border-radius: 30px;}
.blog_box img{border-top-left-radius: 30px ;border-top-right-radius: 30px ;}
.home-blog-button{padding:25px}
.article-box-content{padding:25px !important}
.home-blog hr {
    margin: 10px 0;
    border: 0;
    border-top: 4px solid;
    opacity: 1;
    color: var(--black) !important;
    width: 30px;
}
.home-blog a{font-size:26px; font-weight:600;color:var(--black);text-decoration:none;}
.home-blog-button a{font-size:16px; font-weight:500;color:grey;text-decoration:none;}
.orange-section img{width:100%;}
.digital-container-grey{width: calc(100% - 60px);background:#E9EDF0;margin-left:30px;border-radius:30px;}
.digital-container-grey:hover{background:var(--black)}
.accordion-body a {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    color: #ef7f2b;
    font-size: 16px;
    background: transparent;
    padding: 0px;
    border-radius: 0px;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
 
       border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
     line-height: 40px;
    background-color: #f2f2f2;
    border-radius: 4px;
    font-size: 16px;
    color: #797979;
    font-weight: 700;
    padding:10px 10px 10px 20px;
    
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ef7f2b;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ef7f2b;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    transform: var(--bs-accordion-btn-icon-transform)
}
#owl-award{display:flex;}
#owl-award .list{align-items:center}

#owl-award .owl-item img {
    display: block;
   height: 100px;
	width:auto
}
.accordion-toggle:after {
    content: "\f078";
    font-family: FontAwesome;
    width: 25px;
    display: inline-block;
    text-align: center;
    float: right;
}
.active {
    color: #ef7f2b;
}
.content-card {
    display: flex;
    align-items: center;
    justify-content: left;
}
.content-images {
    width: 50px;
}
.content-card .content-right{}
.content-card img{padding-right:10px;}
.quote-top3 h1 {
    font-size: 48px;
    font-weight: 700;
    color: #fff;
}
.quote-top3 ul {
    margin-top: 0;
    margin-bottom: 50px;
    list-style: none;
    padding: 0 0px;
	    margin-left: 0px;
}
.quote-top3 li {
    line-height: 21px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/li-icon.png) !important;
    background-repeat: no-repeat !important;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #fff;
}
.quote-form-box3{
    padding: 30px;
    border-radius: 10px;
    background: #fcfcfc !important;
   box-shadow: rgb(146 140 139 / 54%) 0px 7px 29px;
}
.quote-form-box3 h1{color: #000;
    font-size: 36px;
    line-height: 1.2;
	font-weight: 700;}
.quote-form-box3 h2{color: #000;
    font-size: 24px;
    line-height: 1.2;
	font-weight: 500;}

.quote-mid3 h4 {
    font-size: 18px !important;
    font-weight: 500;
    color: #2c2c2c !important;
    line-height: 24px !important;
    background: #fff;
    padding: 15px;
    margin-top: -20px;
    border-radius: 20px;
}
.quote-mid-numbers3 h3 {
    text-align: left;
    font-size: 40px;
    font-weight: 700;
    color: #000 !important;
    margin-top: -10px !important;
}
#owl-quote3 .active{color:#000000;}
.digital-container {
    background-color: #fff;
    border-radius: 15px !important;
    min-height: 160px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgb(0 0 0 / 16%) 0px 15px 12px;;
    counter-increment: item;
    display: flex;
    padding: 30px;
    align-items: center;
}

.blog-banner h1{color: var(--black);
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;}

.blog-banner h2{color: var(--black);
    font-size: 30px;width:80%}
.blog-about{background: #f9f9f9;
    border-radius: 30px;
    padding: 30px !important;
    text-align: center;position:relative;margin-bottom:30px;}

.blog-about h2{font-size:20px;font-weight:600;}
input[type="search"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    height: 41px;
    border-radius: 6px;
    border: none !important;
    width: 100%;
    max-width: 100%;
    padding: 0 20px;
    background: #fff;
}
.search-form-container {
    -webkit-border-radius: 6px;
    border: 1px solid #909090;
    background: #909090;
    padding: 0px;
    margin-bottom: 25px;
}
.search-submit {
    -webkit-appearance: button;
    cursor: pointer;
    position: relative;
    right: 5px;
    background-color: #1f5496;
    border: none !important;
    border-radius: 100px;
    width: 100%;
    max-width: 40px;
    text-align: center;
    line-height: 35px;
    height: 35px;
    color: #FFF;
    top: -40px;
    background: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/search.png) no-repeat center !important;
    text-indent: -999px;
    float: right;
}
.blog-about img{margin-bottom:20px;font-weight:600}
.blog-article h1{font-size:20px;font-weight:600}
.blog-article h2{font-size:24px}
.sidebar-layout h2{font-size:20px;font-weight:700}
.blog-sneak{position:relative;border-radius:30px;height:500px;background:url(https://ignitedigital.com/wp-content/uploads/2024/12/sneak-1.png);margin-bottom:30px;}
.blog-sneak-button{background:black;padding:20px;margin:20px;width:calc(100% - 40px);text-align:center;border-radius:15px}
.blog-sneak-button a{color:#fff;font-weight:700;text-decoration:none;}
.digital-button{background: #E9EDF0 !important;
    width: calc(100% - 40px);bottom: -43px !important;
    padding: 10px;
    margin-left: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgb(0 0 0 / 16%) 0px 15px 12px;}
.digital-container {
    background-color: #fff;
    border-radius: 15px !important;
    min-height: 160px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 1px 20px, rgb(0 0 0 / 16%) 0px 1px 2px;
    counter-increment: item;
    display: flex
;
    padding: 30px;
    align-items: center;
	position:relative;
}
.digital-button a{color:grey;text-decoration:none;}
.digital-button::hover{background:black;}
a {text-decoration: none;}
.accordion-button{background:#fff !important;}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ef7f2b !important;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-item{margin-bottom:20px;}
.accordion-button:not(.collapsed)::after {
    background-image: url(data:image/svg+xml;charset=utf-8;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHZpZXdCb3g9JzAgMCAxNiAxNicgZmlsbD0nbm9uZScgc3Ryb2tlPScjZmZmZmZmJyBzdHJva2UtbGluZWNhcD0ncm91bmQnIHN0cm9rZS1saW5lam9pbj0ncm91bmQnPjxwYXRoIGQ9J00yIDVMOCAxMUwxNCA1Jy8+PC9zdmc+);
    transform: var(--bs-accordion-btn-icon-transform);
}
.digital-button {
    background: #efefef4f !important; 
    width: calc(100% - 40px);
    bottom: -41px !important;
    padding: 10px;
    margin-left: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgb(0 0 0 / 16%) 0px 15px 12px;
}
.digital-button a::after {
    content: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/round-black-arrow2.png);
    position: absolute;
   left: 100px !important;
    top: 10px;
    width: 8px;
    height: 8px;
   
}
.digital-container {
    background-color: #fff;
    border-radius: 15px !important;
    min-height: 160px;
    box-shadow: rgba(0, 0, 0, 0.3) 0px 0px 50px, rgb(0 0 0 / 16%) 0px 0px 2px;
    counter-increment: item;
    display: flex
;
    padding: 30px;
    align-items: center;
	position:relative;
}
.accordion-item {
    color: var(--bs-accordion-color);
    background-color: var(--bs-accordion-bg);
    border: var(--bs-accordion-border-width) solid #f8f9fb;
}
.accordion-body{    background-color: #f8f9fb;}
.blog-cta{margin:auto;}
.blog-cta h2{font-size:30px;font-weight:700;}
.blog-cta a{background: #EF7F2B;
    padding: 10px;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;}
.wp-paginate .prev, .wp-paginate .next {
    border: 0px solid #ccc;
}
.wp-paginate a {
    background: #F8F9FB;
    border: 0px solid #ccc;
    color: #666;
    margin-right: 4px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
}
.wp-paginate .current {
    color: #fff;
    background: #ef7f2b;
    border: 0px solid #ccc;
    margin-right: 4px;
    padding: 4px 8px;
}
.wp-paginate.font-inherit {
    font-family: inherit;
    text-align: center;
}
.digital-button:hover{background:#000;}
.review-slider-quote1-layout::after {
    content: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/review-quote.png);
    position: absolute;
   left: 60% !important;
    bottom: 50px;
    width: 118px;
    height: 119px;
    
}
#owl-quote3 .owl-dots{
   margin-top: 50px !important;
    text-align: center;
   
}
.content-right::after {
   content: "";
    position: absolute;
    right: 20% !important;
    top: -10px;
    height: 1px !important;
    width: 100px;
    background-color: #000000 !important;
}
.contact-lists{}
.contact-lists ul{list-style: none;
    padding-left: 0px;
    padding-inline-start: 0px !important;
    margin-left: 0px;
    display: flex;
	}
.contact-lists li{width:33.3%;line-height:1.4;position:relative;}
.contact-lists li::after {
   content: "";
    position: absolute;
    right: 20% !important;
    top: -10px;
    height: 80px !important;
    width: 1px;
    background-color: #9f9f9f !important;
}
.contact-lists li:first-child li::after {
   display: none;
}
.content-card img {
    padding-right: 5px;
}
.content-card-about {
    display: flex
;
    align-items: center;
    justify-content: left;
}
.content-card-about img {
       width: 80px !important;
    height: 80px !important;
    margin-right: 10px;
}
.content-right-about p{margin-bottom:0px;}
.content-right-about h3{font-size:24px;font-weight:700;margin-bottom:0px;}
.content-card {margin-bottom:30px;}
.content-card p{margin-bottom:0px}
.blog-banner h2 {
    color: var(--black);
    font-size: 24px;
    width: 80%;
    line-height: 1.5;
}
#gform_wrapper_4{}
#gform_submit_button_4{background-color:#ef7f2b;margin-left:-20px;border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;}
.blog-subscribe{border-top: 1px solid #f9f9f9;
    padding: 50px 0px;}
.blog-subscribe h3{font-weight:600;font-size: 18px;
    text-align: center;}
.category-list{}
.category-list ul{list-style:none; padding-left: 0px;
    padding-inline-start: 0px !important;
    margin-left: 0px;padding-bottom: 30px;
}
.category-list li{padding-right:10px;padding-left:10px;position:relative;display:inline;}
.category-list a{color:#2C2C2C;}
.category-list li::after {
   content: "";
    position: absolute;
    right: 0 !important;
    top: 5px;
    height: 12px !important;
    width: 1px;
    background-color: #2C2C2C !important;
}
.divider {
  flex-grow: 1;
  height: 1px;
  background-color: #9f9f9f;
	margin-left:10px;
}
#authorboxcontent img{border-radius:30px}
.single-post-banner h1{font-weight:700;}
.rt-clock{padding-right: 5px;}
.rt-calendar{padding-right: 5px;}
.rt-clock::before{content:url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/clock-animated.gif);vertical-align: middle;
}
.rt-calendar::before{content:url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/calendar-animated.gif);vertical-align: middle;
}
#input_4_1{border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;}
.gform_required_legend{display:none !important;}
.gform-theme--foundation {
    --gf-form-gap-x: 16px;
	--gf-form-gap-y: 20px !important;}
.home-top-form h1 {
      margin-bottom: 20px;
}
.home-top-form h2 {
      margin-bottom: 20px;
}
.home-top-form h3 {
      margin-bottom: 20px;
}
.home-top-form h4 {
      margin-bottom: 20px;
}
@media (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
        
    }
	.header-mobile{display:none}
}
@media (max-width: 991px) {
    .navbar-expand-lg .navbar-nav {
        flex-direction: row;
       
    }
	.header-desktop{display:none}
	
}
body p{color:#2C2C2C}
.post, .page {
    margin: 0 0 0;
}
a{color:#2C2C2C;text-decoration:none}
a:hover {
    color: #EF7F2B;
   }
.home-mid-section h1{font-size:50px;font-weight:700;}
.home-mid-section h4{font-weight:700;margin-bottom:1px;}
.as-seen-section h4{font-size:30px;font-weight:700;}
#owl-quote3 .owl-item.active {-webkit-transform: scale(0.9);transform: scale(0.9);opacity: 0.2;}
.home-form-bottom {
    background-color: #Ffffff;
    padding: 50px;
    border-radius: 30px;
}
.home-form {
    padding: 50px;
    border-radius: 30px;
}
.orange-section h1 {
    font-size: 46px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.orange-section h2 {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 10px;
}
.orange-section h3 {
    font-size: 30px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 10px;
}
.home-form-bottom h1 {
    color: var(--black);
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
}
.home-form-bottom h2 {
    color: var(--black);
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
}
.home-form-bottom h3{ color: var(--black);font-size: 24px;
    font-weight: 500;}
.content-right-about h3 {
    font-size: 46px;
    font-weight: 700;
    margin-bottom: 10px;
}
.home-mid-section h1 {
    font-size: 50px;
    font-weight: 700 !important;
}
.content-card-about img {
    width: auto !important;
    height: 93px !important;
    margin-right: 10px;
}
.casestudy-section h3{font-weight:700;}
.casestudy-section h4{background: #fff;
    padding: 20px;
    border-radius: 15px;
    margin-top: -33px;
    font-size: 18px;
    color: var(--text-color);
    font-weight: 400;
    margin-bottom: 30px;
    line-height: 1.5;}
.quote3-left-border {
    border-left: 4px solid #ef7f2b !important;
    padding-left: 10px !important;
}
.casestudy-section p{font-size: 18px;line-height: 1.5;}
.quote-mid-numbers3 h3 {
    text-align: left;
    font-size: 50px !important;
    font-weight: 700 !important;
    color: #000 !important;
    margin-top: -10px !important;
}
.case-numbers{border-right: 1px solid #dbdbdb;
    border-left: 1px solid #dbd9d9;
    padding: 0px 50px;}
.case-numbers-mid{
    padding: 0px 50px;}
.home-top-form h1 {
    color: var(--black);
    font-size: 60px;
    line-height: 1.2;
    font-weight: 700;
}
.digital-button {
    background: #efefef4f !important;
    width: calc(100% - 40px);
    bottom: -41px !important;
    padding: 10px;
    margin-left: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    --shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgb(0 0 0 / 16%) 0px 15px 12px;
    box-shadow: var(--shadow);
}
.accordion-body a {
    font-size: 16px;
    line-height: 20px;
    font-weight: normal;
    font-style: normal;
    color: #ef7f2b;
    font-size: 16px;
    background: transparent;
    padding: 0px;
    border-radius: 0px;
}
.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
 
       border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition);
     line-height: 40px;
    background-color: #f2f2f2;
    border-radius: 4px;
    font-size: 16px;
    color: #797979;
    font-weight: 700;
    padding:10px 10px 10px 20px;
    
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ef7f2b;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.accordion-button:not(.collapsed) {
    color: #fff;
    background-color: #ef7f2b;
    box-shadow: inset 0 calc(-1* var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color);
}
.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round'%3e%3cpath d='M2 5L8 11L14 5'/%3e%3c/svg%3e");
    transform: var(--bs-accordion-btn-icon-transform)
}
.wp-paginate{padding:30px 0px 60px 0px !important;}
.wp-paginate .prev, .wp-paginate .next {
    border: 0px solid #ccc;
	background: #fff;
}
.wp-paginate a {
    background: #F8F9FB;
    border: 0px solid #ccc;
    color: #666;
    margin-right: 4px;
    padding: 4px 8px;
    text-align: center;
    text-decoration: none;
}
.wp-paginate .current {
    color: #fff;
    background: #ef7f2b;
    border: 0px solid #ccc;
    margin-right: 4px;
    padding: 4px 8px;
}
.wp-paginate.font-inherit {
    font-family: inherit;
    text-align: center;
}

.blog-meta{margin-bottom:10px;font-size:14px;}
.home-blog a {
    font-size: 26px;
    font-weight: 700;
    color: var(--black);
    text-decoration: none;
    line-height: 1.2;
}
#blog_box:hover {
    background-color: #fff;
    min-height: 625px !important;
    max-height: 625px !important;
    border: 1px solid #EF7F2B;
    border-radius: 30px;
box-shadow: -1px 0px 16px 5px #ef7f2b30;
}
#digital-container {
    background-color: #fff;
    border-radius: 15px !important;
    min-height: 160px;
    --shadow: rgba(0, 0, 0, 0.3) 0px 0px 50px, rgb(0 0 0 / 16%) 0px 0px 2px;
    box-shadow: var(--shadow);
    counter-increment: item;
    display: flex
;
    padding: 30px;
    align-items: center;
    position: relative;
}
#digital-container:hover {
     border: 1px solid #EF7F2B;
   box-shadow: -1px 0px 16px 5px #ef7f2b30;
}
.blog-cta{margin:auto;}

#digitalbutton {
        background: #efefef4f !important;
    width: calc(100% - 40px);
    bottom: -41px !important;
    padding: 10px;
    margin-left: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    --shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgb(0 0 0 / 16%) 0px 15px 12px;
    box-shadow: var(--shadow);
}
#digitalbutton:hover {background:#000 !important;color:#fff !important;}
#digital-container li {
    line-height: 20px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/li-icon.png) !important;
    background-repeat: no-repeat !important;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #50565c;
}
#digital-container ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}
.blog-cta h2{font-size: 36px !important;
    font-weight: 700;}
.blog-cta h3{font-size: 24px !important;
    font-weight: 700;}
.blog-quote{margin-top:40px;}
.blog-cta a {
    background: #EF7F2B;
    padding: 15px 30px;
    color: #fff;
    font-weight: 500;
    border-radius: 10px;
    text-decoration: none;
}
#authorboxcontent{margin-bottom:10px;}
#authorboxcontent h4{margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #2C2C2C !important;}
.breadcrumb {
    padding: 0px 15px;
    margin-bottom: 20px;
    list-style: none;
   border-radius: 4px;
	margin-top: 20px;
}
.breadcrumb a{text-decoration:none;}
#authorboxcontent img {
    border-radius: 30px;
    border: 2px solid #ef7f2b;
}
.right-container{padding-left:1%;position:relative;}

#sidebar{margin-top:50px;}
.blog-about {
    background: #F1F4F6;
    border-radius: 30px;
    padding: 30px 30px 30px 30px !important;
    text-align: center;
    position: relative;
    margin-bottom: 50px;
}
.blog-about h2{font-size: 26px !important;
    margin-bottom: 20px !important;}
.blog-about p{font-size:18px;}
.sidebar-layout h2 {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 30px;
}
div.parent { 
    
    display : table;
   width   : 100%;
  /* you can change/remove margin */
    margin   :5px 0; 
  }
div.text { 
    vertical-align: top;
    display: table-cell;
    text-align: left;
}
div.parent .img {
    vertical-align: top;
    display: table-cell;
    padding-right: 20px;
    width: 140px;
}
div.img img { 
    width           : 100%;
   vertical-align   : middle;
	border-radius: 15px
}
.show_popular ul{list-style:none;padding-left: 0px;
    margin-left: 0px;}
.show_popular a{font-size: 20px;
    text-decoration: none !important;
	font-weight: 700;}

.show_popular li{margin-bottom: 20px;}
.show_popular hr {
    margin: 10px 0;
    border: 0;
    border-top: 4px solid;
    opacity: 1;
    color: var(--black) !important;
    width: 30px;
}
.side-blog-button a {
    font-size: 14px !important;
    font-weight: 500 !important;
    /* color: grey; */
    text-decoration: none;
}
.blog-sneak{margin-bottom:50px;}
.search-form-container {
    -webkit-border-radius: 6px;
    border: 1px solid #909090;
    background: #909090;
    padding: 0px;
    margin-bottom: 50px;
}
.blog-meta{margin-bottom:15px;}

.blog-cta-line{position:relative;}
.blog-cta-line::after {
    content: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/cta-line.png);
    position: absolute;
   bottom:11px;
	left:-12px;
  width: 100%;
		overflow:hidden;
}
.blog-cta {
    padding-top: 10%;
    padding-left: 30px;
}
.rt-related::before{content: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/related-icon.png);
    vertical-align: middle;
	padding-right:10px;
}
.rt-share::before{content: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/share-1.png);
    vertical-align: middle;
	padding-right:10px;
}
.related-block{padding-bottom:80px;}
#shareblock{display:flex;justify-content: space-between !important;
    align-items: center;padding:30px 0px;
}
#shareblock h4{font-size:20px;font-weight:700;margin-bottom:0px;}
#relatedblock{display:flex;justify-content: space-between !important;
    align-items: center;padding:30px 0px;
}
#relatedblock h5 {
    font-size: 30px;
    font-weight: 700;
       margin-bottom: 0px;
}
 #relatedblock a {   padding: 10px 30px;
    background: #F1F4F6;
    text-decoration: none;
    font-weight: 500;
	 border-radius: 10px;}
#blog-box-single {
    background-color: #fff;
    min-height: 575px !important;
    max-height: 575px !important;
      border-radius: 30px;
box-shadow: 1px 6px 16px 9px #e5e5e566 !important;
}
#authorboxcontent{padding: 40px;
    background-color: #F8F9FB;
    border-radius: 30px;}
.author_decription{padding-top:20px;}
.st-btn {padding: 0px 5px !important;}
.st-btn > img {
    display: inline-block;
    height: 30px !important;
    width: 30px !important;
    position: relative;
    top: 12px;
    vertical-align: top;
}
.blog-sneak {
    position: relative;
    border-radius: 30px;
    height: 500px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/sneak-1.png);
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
#authortopcontent{}
#authortopcontent h4 {
    margin-bottom: 5px;
    font-size: 20px;
    font-weight: 500;
    color: #2C2C2C !important;
}
#authortopcontent img {
    border-radius: 30px;
    border: 2px solid #ef7f2b;
}
.right-container {
    width: 50vw;
    color: rgba(0, 0, 0, .6);
    overflow: hidden;
	float: left;
}
.content-card-orange {
    display: flex;
    align-items: center;
    justify-content: left;
	color:#fff;
	}
.content-card-orange h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
	color:#fff
}
.content-card-orange img {
    width: auto !important;
    height: 93px !important;
    margin-right: 10px;
}
.content-card-orange p {
  
	color:#fff
}
.content-card-seo {
    display: flex;
    align-items: center;
    justify-content: left;
		}
.content-card-seo h4 {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 10px;
	color:#000;
}
.content-card-seo img {
    width: auto !important;
    margin-right: 20px;
}
.content-right-seo{padding-left:20px;}
.seo-col{
  width: 33.3% !important;;
  flex-basis: 33.3% !important;
  flex-grow: 1;
  padding: 10px;
  }
.seo-col h3{color:var(--primary-color);font-size:36px;font-weight:700;}
.white-background{background:#fff;padding:30px;border-radius:30px;}
.full-row{width:100%;display:flex;flex-basis: 0;margin-bottom:50px;}
.seo-top h2{font-size:40px; font-weight:700;text-align:center;}
.seo-top h3{font-size:28px; font-weight:600;text-align:center;}
.seo-top{margin-bottom:30px;}
.home-mid-section h2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--black);
}
.home-mid-section h5 {font-size:20px}
.seo4-section h1{color:var(--primary-color);font-size:32px;font-weight:700;text-align:center;margin-bottom:30px;}
.seo4-section img{margin-bottom:30px;}
.seo2-section img{margin-bottom:30px;height:51px; width:auto;}
.seo2-section h2{font-size:18px;font-weight:700;}
.seo-section{padding:50px;text-align:center;margin-bottom:100px;height:700px;
    background-image: url(https://ignitedigital.com/wp-content/uploads/2024/12/seo-3.png);
    background-repeat: no-repeat;
    height: 700px;
    background-position: bottom center;border-radius:30px;}
.seo-section h1{font-size:40px;font-weight:700;color:#fff;}
.seo-section p{color:#fff;}
.seo4-section h2{font-size:20px;font-weight:700;}
.seo-section2{padding:50px;text-align:center;margin-bottom:100px;height:700px;
    background-image: url(https://ignitedigital.com/wp-content/uploads/2024/12/seo-2.png);
    background-repeat: no-repeat;
    height: 700px;
    background-position: bottom center;border-radius:30px;}
.seo-section2 h1{font-size:40px;font-weight:700;color:#fff;}
.seo-section2 p{color:#fff;}
.seo-section3{padding:50px;text-align:center;margin-bottom:100px;height:700px;
    background-image: url(https://ignitedigital.com/wp-content/uploads/2024/12/seo-1-1.png);
    background-repeat: no-repeat;
    height: 700px;
    background-position: bottom center;border-radius:30px;}
.seo-section3 h1{font-size:40px;font-weight:700;color:#fff;}
.seo-section3 p{color:#fff;}
.seo-mid-section h2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--black);
	margin-bottom: 20px;
}
.seo-mid-section h3 {font-size:20px}
.seo-mid-section a{background:var(--primary-color);padding:10px 20px;color:#fff;text-decoration:none;border-radius:10px;}
.sp-seo-container h3 {
    font-weight: 700;
    font-size: 20px;
    color: var(--black);
    margin-bottom: 30px;
}
.sp-seo-container img {
     margin-bottom: 30px;
}
.sp-seo-container li {
    line-height: 20px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/li-icon.png) !important;
    background-repeat: no-repeat !important;
    padding-left: 30px;
    margin-bottom: 20px;
    font-size: 16px;
    color: #50565c;
}
.sp-seo-container ul {
    list-style: none;
    margin: 0px;
    padding-left: 0px;
}
.sp-seo-container h5{font-size:16px;font-weight:600;margin-bottom:10px;}
.blog-cta-container a:hover{color:var(--black);}
.cta-link{}
.cta-link h6{font-size:17px;color:#DC3545;font-weight:600;background-image: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/red-arrow.png);
    background-position:100% 49%;
    background-repeat: no-repeat;
    bottom: 20px;padding-right:40px;    text-transform: capitalize;}

.cta-seo h3{font-weight:700;;}
.orange-cta-img img{border-bottom-right-radius:30px;border-top-right-radius:30px;}
.orange-cta{border-radius:30px;}
.orange-cta h2{color:#fff;font-weight:700;margin-top:30px;}
.orange-cta img{width:500px;}
.top-menu ul{list-style: none;
    padding-inline-start: 0px;
    margin-left: 0px;}
.picture-cards-top{display:flex}
.picture-content-top {
    padding: 0px 10px;
}
.picture-content-top p{
   margin-bottom:0px !important
}
.seo-black-section h2 {
    font-weight: 700;
    font-size: 40px;
    color: #fff;
    margin-bottom: 20px;
}
.seo-black-section p {
     color: #fff;
 }
.seo-black-section a {
    background: var(--primary-color);
    padding: 10px 20px;
    color: #fff;
    text-decoration: none;
    border-radius: 10px;
}
.smm-section h2{font-size:18px;font-weight:600;}
.to-stat-section h3{font-size:40px;font-weight:700;position:relative}
.to-stat-section h4{font-size:24px;font-weight:700;position:relative}
.to-stat-section h5{font-size:18px;font-weight:700;position:relative}
.to-stat-section h6 span{font-size:30px;font-weight:700;background:var(--primary-color);color:#fff;padding:5px 20px;border-radius:10px}
.to-stat-section p{font-weight:600;}
.to-stat-section h3::after {
    content: url(https://ignitedigital.com/wp-content/uploads/2024/12/Toronto_SEO.png);
    position: absolute;
    right: 0 !important;
    top: 30px;
    width: 135px;
    height: 130px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/Toronto_SEO.png);
    background-repeat: no-repeat;
}
.to-orange-section{color:#fff;}
.to-orange-section h2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--black);
    margin-bottom: 20px;
}
.to-orange-section h3{background:#fff;border-radius:10px;padding:10px;font-size:20px;color:#000;font-weight:700;text-align:center;}
.to-orange-section p{color:#fff;}
.to-mid-section h2 {
    font-weight: 700;
    font-size: 40px;
    color: var(--black);
    margin-bottom: 20px;
}
.to-mid-section h3{font-weight: 500;
    font-size: 30px;
    color: var(--black);
    margin-bottom: 20px;}
.to-mid-section h4{font-weight: 700;
    font-size: 36px;
    color: var(--black);
   }
.sp-step img {
    height: 70px;
    width: auto;
}
.to-bottom-section h2 {
    font-weight: 700;
    font-size: 50px;
    color: var(--black);
    margin-bottom: 20px;
}
.to-bottom-section h3 {padding-left:60px;position:relative;font-size:30px;}
.to-bottom-section h3::before {
    content: "";
    position: absolute;
    left: 0 !important;
    top: 10px;
    width: 135px;
    height: 130px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/Toronto_SEO-grey.png);
    background-repeat: no-repeat;
}
.to-bottom-grey{padding:30px;}
.to-bottom-grey h3 {position:relative;font-size:30px;font-weight:700}
.to-bottom-grey h4 {font-size:18px;font-weight:700}
.home-blog-button a{font-size:16px;color:#2C2C2C;font-weight:600;}
.word-block4{display:flex;align-items: center;}
.word-block4 img{width:auto;height:61px;}
.word-block4 h4{font-size:16px;margin-left:15px;font-weight:600;}
.wp3-section img{   margin-bottom: 10px;
    height: 51px;
    width: auto;
}
.wp3-section h2 {
    font-size: 18px;
    font-weight: 700;
}
.mid-section-li h5{font-size:20px;font-weight:700;color:#000;margin-bottom:15px;}
#mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu > li.mega-menu-item, #mega-menu-wrap-primary #mega-menu-primary > li.mega-menu-megamenu > ul.mega-sub-menu li.mega-menu-column > ul.mega-sub-menu > li.mega-menu-item {
  color: #666;
  font-family: inherit;
  font-size: 16px;
  display: block;
  float: left;
  clear: none;
  padding: 15px 15px 15px 15px;
  vertical-align: top;
	margin-bottom:40px;
	font-weight:500;
}
.gform-theme--foundation .gfield input.large, .gform-theme--foundation .gfield select.large {
    color: #666;
    border: 1px solid #666;
    border-radius: 10px;
}
.digital-button a:hover {
    color: orange;
    text-decoration: none;
}
.digitalbutton:hover {
    background: #000 !important;
    color: #ef7f2b !important;
}
.footer-widget-menu ul{list-style:none;padding-left:0px;margin: 0 ;}
.digital-button a:hover::after {
    content: url(https://ignitedigital.com/wp-content/themes/ignite-digital/img/round-orange-arrow2.png);
    position: absolute;
    left: 100px !important;
    top: 10px;
    width: 17px;
    height: 18px;
   
}
.digital-button:hover a {
  color: #EF7F2B;
}
.digital-button:hover a::after {
    content: url(https://ignitedigital.com/wp-content/uploads/2025/01/learn-after-hover.png);
    position: absolute;
    left: 100px !important;
    top: 10px;
    width: 17px;
    height: 18px;
    background: url(https://ignitedigital.com/wp-content/uploads/2025/01/learn-after-hover.png);
    background-repeat: no-repeat;
}
.top-menu ul li{
      margin-bottom: 15px;
}
ul .sub-menu{
      margin-left: 15px;
}
.blog-cta-sticky {
    position: sticky;
    border-radius: 30px;
    height: 500px;
    background: url(https://ignitedigital.com/wp-content/uploads/2024/12/sneak-1.png);
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: cover;
}
.blog_img{padding-top:20px;}
.lp-top-form h1 {
      margin-bottom: 20px;
}
.lp-top-form h2 {
      margin-bottom: 20px;
}
.lp-top-form h3 {
      margin-bottom: 20px;
}
.lp-top-form h4 {
      margin-bottom: 20px;
}
.lp-top-form h1 {
    color: var(--black);
    font-size: 50px;
    line-height: 1.2;
    font-weight: 700;
}
.lp-top-form h2 {
    color: var(--black);
    font-size: 30px;
    line-height: 1.2;
    font-weight: 700;
}
.lp-top-form h3 {
    font-size: 20px;
    font-weight: 500;
}
.content-card-lp {
    display: flex
;
    align-items: center;
    justify-content: left;
}
.content-card-lp img {
      
    margin-right: 10px;
}
.content-right-lp p{margin-bottom:0px;}
.content-right-lp h3{font-size:18px;font-weight:700;margin-bottom:0px;}
body #gform_wrapper_1 input#input_1_1 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-name.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
	border: 1px solid #ffffff;
        
}
body #gform_wrapper_1 input#input_1_2 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-name.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;    
}
body #gform_wrapper_1 input#input_1_14 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-email.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;    
}
body #gform_wrapper_1 input#input_1_7 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-phone.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;      
}
body #gform_wrapper_1 input#input_1_3 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-company.png");
    background-repeat: no-repeat;
    background-position: 98% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;    
}
body #gform_wrapper_3 input#input_3_1 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-name.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;    
}
body #gform_wrapper_3 input#input_3_2 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-name.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;    
}
body #gform_wrapper_3 input#input_3_14 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-email.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;    
}
body #gform_wrapper_3 input#input_3_7 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-phone.png");
    background-repeat: no-repeat;
    background-position: 96% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;    
}
body #gform_wrapper_3 input#input_3_3 {
    background-image: url("https://ignitedigital.com/wp-content/themes/ignite-digital/img/gf-company.png");
    background-repeat: no-repeat;
    background-position: 98% 50%;
    padding-left: 10px !important;
	background-size: 15px !important;
    border: 1px solid #ffffff;    
}
.services-box
{
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.service
{
  margin: 8px;
	width:100%;

}

.flip-box {
  background-color: transparent;
  width: 100%;
  height: 300px;
  border: 1px solid #f1f1f1;  
  border-radius: 30px;
  perspective: 1000px;
		--shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  box-shadow: var(--shadow);
}

.flip-box-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.8s;
  transform-style: preserve-3d;
  
  display: flex;
  justify-content: center;
  align-items: center;
}

.flip-box:hover .flip-box-inner {
  transform: rotateY(180deg);
}

.flip-box-front, .flip-box-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.flip-box-front {
  background-color: #fff;
  color: black;
  border-radius: 30px;
}

.flip-box-front img
{
  height: 72px;
  width: 72px;
	margin-bottom:20px;
}
.flip-box-front h5
{
  font-weight:600;
}

.flip-box-back {
  background-color: #383838;
  color: #fff;
  transform: rotateY(180deg);
  border-radius: 10px;
  padding: 16px;
}
.flip-box-back p{
    color: #fff;
  }
.flip-box-back a{
    color: var(--primary-color);
	position:relative;
  }
.flip-box-back a::after {
    content: url(https://ignitedigital.com/wp-content/uploads/2025/01/ArrowRightOutline-1.png);
    position: absolute;
    right: -35px !important;
    top: 0px;
    width: 35px;
    height: 35px;
   
}
#copyfooterwrap{background-color:var(--primary-color);
padding-top:15px;color:#fff;}
#menu-footer-privacy ul{display:inline;}
.footer-privacy-location li::after {
    content: "";
    position: absolute;
    right: 0;
    top: 7px;
    height: 12px;
    width: 1px;
    background-color: #ddd;
}
.footer-privacy-location :last-child:after{
  content: "";
    position: absolute;
    right: 0;
    top: 7px;
    height: 12px;
    width: 0px;
    background-color: #ddd;
}
.footer-privacy-location li {
    display: block;
    float: left;
    padding: 0 10px;
    padding-left: 10px;
    position: relative;
}
.footer-privacy-location li a {
    font-size: 14px;
    color: #fff !important;
    font-weight: 400;
   text-decoration: none;
    
}
.home-blog-button a {
    font-size: 14px !important;
    color: #2C2C2C;
    font-weight: 400 !important;
}
.home-blog-button a:hover {
    font-size: 14px !important;
    color: var(--primary-color);
    font-weight: 400 !important;
}
#blog_box{margin-bottom:30px;}
.blog-link {
    background: var(--primary-color);
    padding: 10px 30px;
    border-radius: 10px;
	width: 250px;
   margin: auto;
}
.blog-link a{font-size:14px;color: #fff;}