img {
max-width: 100%;
}
*, html, body {
color: #454545;
font-family: "Poppins";
font-style: normal;
font-size: 14px;
font-weight: 400;
line-height: 24px;
}
html h1 {
color: #202020;
font-size: 48px;
font-weight: 600;
line-height: 58px;
margin-bottom: 1.5rem;
margin-top: 1.5rem;
}
html h2 {
color: #202020;
font-size: 42px;
line-height: 50px;
font-weight: 600;
}
html h3, 
html h4, 
html h5, 
html h6 {
color: #202020;
font-weight: 600;
}
html h2 {
font-size: 36px;
line-height: 42px;
margin-bottom: 20px;
}
html h3 {
font-size: 26px;
line-height: 36px;
margin-bottom: 20px;
}
h1 > span,
h2 > span,
h3 > span,
h4 > span,
h5 > span,
h6 > span {
font-size: inherit !important;
font-weight: inherit !important;
line-height: inherit !important;
}
html ol,
html ul,
html li,
html span,
html div {
color: inherit;
font-size: 14px;
font-weight: 400;
line-height: 24px;
}
.ul-buttons {
list-style: none;
margin-bottom: 0;
padding-left: 0;
}
.ul-buttons > li {
display: inline-block;
}
.ul-buttons > li a:not([href]):not([tabindex]) {
font-size: 12px;
font-weight: 600;
line-height: 1.3;
}
@media (min-width: 992px){
.ul-buttons > li {
margin-bottom: 0;
}
}
.ul-bullets li {
display: list-item !important; 
list-style-type: disc;
}
html b {
color: inherit;
font-size: 14px;
font-weight: 600;
line-height: 25px;
}
html p {
color: #202020;
font-weight: 400;
margin-top: 0;
}
html a,
html p a {
border-bottom: 1px solid #FE5618;
color: #FE5618;
cursor: pointer;
font-size: 14px;
font-weight: 400;
line-height: 24px;
text-decoration: none;
transition: 0.6s color, 0.4s border-bottom ease-in-out;
}
html a:hover,
html a:focus,
html a:target,
html p a:hover,
html p a:focus,
html p a:target {
border-bottom: 1px solid #000000;
color: #000000;
text-decoration: none;
transition: 0.6s color, 0.4s border-bottom ease-in-out;
} .row-narrow-col > div {
padding: 0 7.5px;
}
.text-bold {
font-weight: 600;
}
.p-large {
font-size: 21px;
line-height: 28.8px;
}
.newline {
display: block;
margin-bottom: 5px;
}
.subheading {
color: #656565;
font-size: 21px;
font-weight: 500;
line-height: 27px;
}
.bg-gray { background: #f2f3f7;
}
.bg-white {
background: #FFFFFF;
}
.text-gray {
color: #6D6D6D;
}
.text-red {
color: #F50000;
}
.text-white {
color: #FFFFFF;
}
.text-orange {
color: #FE5618;
}
.btn-primary {
background-color: #FE5618 !important; 
border: 1px solid #FE5618;
border-color: #FE5618;
border-radius: 0px;
color: #FFFFFF !important;
display: inline-block;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.05em;
line-height: 1.3;
min-width: 200px;
padding: 20px 35px;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: uppercase;
transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-primary:hover,
.btn-primary:focus {
background-color: #FFFFFF !important; 
border-color: #FE5618;
color: #FE5618 !important;
cursor: pointer;
text-decoration: none;
transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-secondary {
background-color: #FFFFFF !important; 
border: 1px solid #FE5618;
border-radius: 0px;
color: #FE5618;
display: inline-block;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.05em;
line-height: 1.3;
min-width: 200px;
padding: 20px 35px;
text-align: center;
text-decoration: none;
text-shadow: none;
text-transform: uppercase;
transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-secondary:hover,
.btn-secondary:focus {
background-color: #FE5618 !important; 
border: 1px solid #FE5618;
color: #FFFFFF;
text-decoration: none;
transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-secondary-white {
background-color: #fff !important; 
border: 1px solid #FE5618;
border-radius: 0px;
color: #000000;
display: inline-block;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.05em;
line-height: 1.3;
padding: 20px 35px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-secondary-white:hover,
.btn-secondary-white:focus {
background-color: #000000 !important; 
border: 1px solid #000000;
color: #FE5618;
text-decoration: none;
transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.btn-white {
background-color: #FFFFFF !important; 
border: 1px solid #FFFFFF;
border-radius: 0px;
display: inline-block;
font-size: 12px;
font-weight: 600;
line-height: 1.3;
padding: 20px 35px;
text-align: center;
transition: 0.6s background-color;
}
.btn-white:hover,
.btn-white:focus {
background-color: #000000 !important; 
border: 0;
text-decoration: none;
transition: 0.6s background-color;
}
.logged-in.admin-bar {
margin-top: 32px;
}
.logged-in.admin-bar .site-header.fixed-top {
top: 32px;
} .section-title {
margin-bottom: 35px;
}
.section-title h2 {
position: relative;
z-index: 2;
}
.section-title h2::before {
background-color: #FE5618;
border-radius: 5px 5px 5px 0px;
bottom: -10px;
content: "";
height: 2px;
left: 5px;
position: absolute;
width: 150px;
z-index: -1;
}
.section-title h2.text-center::before {
left: calc((100% - 150px) / 2);
}
@media (min-width: 768px){
.section-title {
margin-bottom: 50px;
}
}  .body-block-1,
.body-block-2 {
padding-bottom: 35px;
padding-top: 50px;
}
.body-block-1 .img-col,
.body-block-2 .img-col {
padding-bottom: 20px;
}
.body-block-1 .text-col ul,
.body-block-2 .text-col ul {
padding-top: 15px;
}
.body-block-1 .text-col ul li,
.body-block-2 .text-col ul li {
margin-bottom: 10px;
margin-right: 15px;
}
.body-block-1 .text-col ul li:last-of-type,
.body-block-2 .text-col ul li:last-of-type {
margin-right: 15px;
}
@media (min-width: 768px){
.body-block-1,
.body-block-2 {
padding-bottom: 50px;
padding-top: 60px;
}
.body-block-1 .img-col,
.body-block-2 .img-col {
padding-bottom: 0;
}
}
@media (min-width: 992px){
.body-block-1,
.body-block-2 {
padding-bottom: 65px;
padding-top: 75px;
}
}
@media (min-width: 1200px){
.body-block-1,
.body-block-2 {
padding-bottom: 80px;
padding-top: 90px;
}
}  .projects-section {
padding-bottom: 35px;
padding-top: 50px;
}
@media (min-width: 768px){
.projects-section {
padding-top: 60px;
}
}
@media (min-width: 1200px){
.projects-section {
padding-bottom: 50px;
padding-top: 75px;
}
}  .site-header {
align-items: center;
background: #FFF;
box-shadow: 0 3px 11px 0 rgb(161 161 161 / 50%);
display: flex;
height: 80px;
padding: 8px 10px;
}
.site-header.fixed-top.navbar > .container {
display: block;
padding: 0 7.5px;
}
.site-header .logo-wrapper {
margin-left: 5px;
}
.site-header .logo-wrapper,
.site-header .logo-wrapper a {
display: block;
height: auto;
width: 120px;
}
.site-header .logo-wrapper a {
border-bottom: 2px solid transparent;
}
.site-header .logo-wrapper a > img {
margin-top: -7px;
}
.site-header .navbar-wrapper {
width: calc(100% - 267px);
}
.site-header .navbar-wrapper > .site-nav-wrapper {
margin: 0 auto;
}
.site-header .burger-button-wrapper {
width: 40px;
}
.site-header .burger-button-wrapper  {
align-self: center;
}
.site-header .burger-button-wrapper .navbar-toggler {
background: #FFF;
border: 0;
border-radius: 3px;
display: block;
height: 35px;
margin: 0 auto;
padding: 5px 0 0 0 ;
width: 35px;
}
.site-header .burger-button-wrapper .navbar-toggler:hover,
.site-header .burger-button-wrapper .navbar-toggler:focus,
.site-header .burger-button-wrapper .navbar-toggler:target {
cursor: pointer;
}
.site-header .burger-button-wrapper .navbar-toggler > div { 
background-color: #000000;
height: 3px;
margin: 0px auto 5px auto;
width: 30px;
}
.site-header .cta-btn {
background-color: #FE5618 !important;
border: 1px solid #FE5618;
border-radius: 0px;
color: #FFFFFF;
display: inline-block;
font-size: 12px;
font-weight: 600;
letter-spacing: 0.05em;
line-height: 1.3;
padding: 20px 5px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.site-header .cta-btn:hover, 
.site-header .cta-btn:focus {
background-color: #FFFFFF !important;
border: 1px solid #FE5618;
color: #FE5618;
text-decoration: none;
transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
@media (min-width: 992px){
.site-header .navbar-wrapper {
align-items: center;
display: flex;
width: calc(100% - 240px);
}
.site-header .logo-wrapper {
margin-left: 0px;
}
.site-header .cta-btn {
width: 120px;
}
}
@media (min-width: 1200px){
.site-header .logo-wrapper,
.site-header .logo-wrapper a {
height: auto;
width: 130px;
}
.site-header .navbar-wrapper {
align-items: center;
display: flex;
width: calc(100% - 260px);
}
.site-header .cta-btn {
width: 130px;
}
}
.menu {
margin: 0;
padding: 0;
}
.menu > .menu-item-has-children::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}
.menu > li {
display: inline-block;
list-style-type: none;
font-size: 14px;
font-weight: 600;
line-height: 21px;
padding-right: 20px;
position: relative;
text-transform: uppercase;
}
.menu > .current-menu-item > a,
.menu > .current-menu-ancestor > a {
border-bottom: 1px solid #FE5618;
color: #FE5618;
}
.menu > li > a {
border-bottom: 1px solid transparent;
color: #000000;
font-size: 14px;
font-weight: 600;
line-height: 21px;
text-transform: uppercase;
}
.menu > li > a:hover,
.menu > li > a:focus,
.menu > li > a:target {
border-bottom: 1px solid #FE5618;
color: #FE5618;
}
.menu > li > .sub-menu {
background: #fff;
border-radius: 0px;
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
display: none;
left: 0;
top: 20px;
padding: 7.5px 10px;
position: absolute;
width: fit-content;
}
.menu > li:hover > .sub-menu,
.menu > li:focus > .sub-menu {
display: block;
z-index: 99999;
}
.menu > li > .sub-menu li {
display: block;
list-style-type: none;
margin-bottom: 7.5px;
}
.menu > li > .sub-menu li:last-of-type {
margin-bottom: 0;
}
.menu > li > .sub-menu li > a {
border-bottom: 1px solid transparent;
color: #000000;
display: block;
font-size: 14px;
font-weight: 600;
line-height: 21px;
text-transform: uppercase;
width: max-content;
}
.menu > li > .sub-menu li > a:hover,
.menu > li > .sub-menu li > a:focus,
.menu > li > .sub-menu li > a:target {
border-bottom: 1px solid #000000;
color: #000000;
} .menu .sub-menu .sub-menu {
display: none;
}
.menu .sub-menu > li {
position: relative;
}
.menu .sub-menu > li:hover .sub-menu,
.menu .sub-menu > li:focus .sub-menu,
.menu .sub-menu > li:target .sub-menu {
background: #FFF;
border-radius: 5px;
box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
display: block;
left: 100%;
padding: 7.5px 10px;
position: absolute;
top: 0;
width: fit-content;
}  .menu-mobile-menu-container > ul {
padding-left: 0;
}
.menu-mobile-menu-container > ul > li {
list-style-type: none;
margin-bottom: 15px;
text-align: center;
}
.menu-mobile-menu-container ul > li > a {
border-bottom: 1px solid #FFF;
color: #FFF;
}
#slidingMenu .navbar-toggler {
background: transparent;
border: 0;
}
#slidingMenu .navbar-toggler i {
color: #711AFF;
}
#slidingMenu .navbar-toggler {
margin-top: 15px;
}
#slidingMenu .navbar-toggler:hover,
#slidingMenu .navbar-toggler:focus,
#slidingMenu .navbar-toggler:target {
cursor: pointer;
}
#slidingMenu .navbar-toggler > div {
background-color: #FFF;
height: 3px;
margin: 6px 0;
transition: 0.4s;
width: 30px;
}
#slidingMenu .navbar-toggler .bar1 {
transform: translate(0, 6px) rotate(-45deg);
}
#slidingMenu .navbar-toggler .bar2 {
opacity: 0;
}
#slidingMenu .navbar-toggler .bar3 {
transform: translate(0, -12px) rotate(45deg);
}
.dropdown-menu.show {
display: block;
}
.navbar-nav .dropdown-menu {
position: static;
}
.dropdown-menu {
background-color: transparent;
color: #FFF;
display: none;
list-style: none;
min-width: 10rem;
padding: 15px 0 8px 0;
position: static;
text-align: center;
}
.dropdown-menu li {
margin-bottom: 12px;
}
.dropdown-menu li:last-of-type {
margin-bottom: 0;
}
.dropdown-toggle::after {
display: inline-block;
margin-left: 0.255em;
vertical-align: 0.255em;
content: "";
border-top: 0.3em solid;
border-right: 0.3em solid transparent;
border-bottom: 0;
border-left: 0.3em solid transparent;
}  #freeQuoteModal .modal {
z-index: 10;
}
#freeQuoteModal.modal {
padding-top: 150px;
}
#freeQuoteModal .modal-backdrop {
z-index: 9;
}
@media (min-width: 992px){
#freeQuoteModal .modal-dialog {
max-width: 800px;
width: 800px;
}
#freeQuoteModal .modal-dialog .modal-content {
margin: 0 auto;
width: 800px;
}
}  .main-section {
background-color: #FFF7F1;
padding-bottom: 25px;
text-align: center;
}
.main-section h1 { font-size: 36px;
line-height: 44px;
margin-bottom: 20px;
margin-top: 0; }
@media (min-width: 992px){
.main-section h1 {
font-size: 42px;
line-height: 55px;
}
}
.main-section p { }
.main-section .text-col {
padding-top: 50px;
}
.main-section .text-col p {
margin-bottom: 35px;
}
.main-section .text-col .main-p {
font-size: 18px;
line-height: 27px;
}
.main-section .text-row a,
.main-section .btn-wrapper > a {
background: #FE5618;
border: 1px solid #FE5618;
border-radius: 0px;
color: #FFF;
display: inline-block;
font-weight: 600;
letter-spacing: 0.05px;
line-height: 1.3;
min-width: 200px;
padding: 20px 35px;
text-shadow: none;
text-decoration: none;
text-transform: uppercase;
transition: 0.6s all ease-in-out;
}
.main-section .text-row a:hover,
.main-section .text-row a:focus,
.main-section .text-row a:target,
.main-section .btn-wrapper > a:hover,
.main-section .btn-wrapper > a:focus,
.main-section .btn-wrapper > a:target {
background: #FE5618;
border: 1px solid #FE5618;
color: #000000;
cursor: pointer;
transition: 0.6s all ease-in-out;
}
@media (min-width: 576px){
.main-section {
padding-bottom: 50px;
}
.main-section .text-col {
padding-top: 75px;
}
.main-section h1 {
margin-bottom: 25px;
}
.main-section .main-p {
margin-bottom: 60px;
}
}
@media (min-width: 768px){
.main-section {
padding-bottom: 75px;
}
.main-section .text-col {
padding-top: 150px;
}
.main-section .text-col .main-p {
font-size: 21px;
line-height: 28px;
}
}
@media (min-width: 992px){
.main-section {
padding-bottom: 125px;
}
.main-section .text-col {
padding-top: 180px;
}
.main-section .main-p {
margin-bottom: 65px;
}
}
@media (min-width: 1200px){
.main-section,
.main-section .container,
.main-section .container .text-row {
height: 100vh;
}
.main-section .text-col {
padding-top: 30vh;
}
.main-section .main-p {
margin-bottom: 70px;
}
}
@media (min-width: 1440px){
.main-section .text-col {
padding-top: 35vh;
}
.main-section .main-p {
margin-bottom: 75px;
}
}  .main-simple-section {
background: #fff7f1;
padding-bottom: 5px;
padding-top: 35px;
}  .options-section { margin-top: -25px;
}
.options-ul {
margin-bottom: 15px;
margin-top: 0;
padding-left: 0;
}
.options-ul > li {
list-style-type: none;
margin-bottom: 20px;
}
.options-ul > li > .options-single-wrapper {
background-color: #FFF;
border-radius: 0;
box-shadow: 0px 5px 20px rgb(0 0 0 / 40%);
color: #121212;
display: block;
padding: 20px 15px 25px 15px;
text-align: center;
transition: 0.6s background-color;
} .options-ul > li > .options-single-wrapper > .options-single-description {
display: block;
font-weight: 400;
margin-bottom: 15px;
}
.options-ul > li > .options-single-wrapper > .btn-primary {
min-width: 100%;
}
@media (min-width: 576px){
.options-section {
margin-top: -35px;
}
.options-ul > li {
margin-bottom: 15px;
padding: 0 5px;
}
.options-ul > li > .options-single-wrapper {
min-height: 100%;
}
.options-ul > li > .options-single-wrapper > .options-single-description {
margin-bottom: 20px;
}
.options-ul > li > .options-single-wrapper > .btn-primary {
min-width: 200px;
}
}
@media (min-width: 768px){
.options-section {
margin-top: -60px;
}
.options-ul > li > .options-single-wrapper {
padding: 20px 10px 20px 10px;
}
}
@media (min-width: 992px){
.options-ul > li {
padding: 0 7.5px;
}
.options-ul > li > .options-single-wrapper {
padding: 20px 25px 25px 25px;
}
}
@media (min-width: 1200px){
.options-section {
margin-top: -130px;
}
}
@media (min-width: 1440px){
.options-ul > li > .btn-primary {
padding: 20px 20px 25px 20px;
}
}  .options-section.industries {
margin-top: 0 !important;
padding: 50px 0;
}
@media (min-width: 768px){
.options-section.industries {
padding: 60px 0 50px 0;
}
.options-section.industries .options-ul > li > .options-single-wrapper > .btn-primary {
min-width: 100%;
}
.options-section.industries .options-ul {
padding-bottom: 15px;
}
}
@media (min-width: 992px){
.options-section.industries {
padding: 75px 0 65px 0;
}
.options-section.industries .options-ul {
padding-bottom: 25px;
}
}
@media (min-width: 1200px){
.options-section.industries {
padding: 90px 0 80px 0;
}
.options-section.industries .options-ul {
padding-bottom: 35px;
}
}  .page-title {
padding-bottom: 25px;
padding-top: 25px;
}
@media (min-width: 992px){
.page-title {
padding-bottom: 35px;
padding-top: 35px;
}
}  .blog-section {
padding-bottom: 35px;
padding-top: 25px;
}
.blog-section .title-row {
padding-bottom: 20px;
}
.blog-section ul {
margin-bottom: 0;
padding-left: 0;
}
.blog-section ul li {
list-style-type: none;
margin-bottom: 35px;
}
.blog-section ul li > figure {
margin: 0;
}
.blog-section ul li > figure img {
border-radius: 10px;
}
.blog-section ul li > figure > figcaption > h4 {
margin-bottom: 25px;
margin-top: 20px;
}
.blog-section ul li > figure > figcaption > h4 > a {
border-bottom: 1px solid #151516;
color: #151516;
font-size: 18px;
line-height: 24px;
}
.blog-section ul li > figure > figcaption > h4 > a:hover,
.blog-section ul li > figure > figcaption > h4 > a:focus,
.blog-section ul li > figure > figcaption > h4 > a:target {
border-bottom: 1px solid #FE5618;
color: #FE5618;
}
.blog-section ul li > figure > figcaption > p:first-of-type {
margin-bottom: 30px;
}
.blog-section ul li > figure > figcaption > p:last-of-type {
align-items: flex-end;
display: flex;
}
.blog-section ul li > figure > figcaption > p:last-of-type > .post-date {
width: calc(100% - 104px);
}
.blog-section ul li > figure > figcaption > p:last-of-type > a {
margin-left: auto;
}
@media (min-width: 768px){
.blog-section {
padding-bottom: 45px;
padding-top: 45px;
}
.blog-section .title-row {
padding-bottom: 45px;
}
.blog-section ul li {
margin-bottom: 0;
}
}
@media (min-width: 992px){
.blog-section {
padding-bottom: 60px;
padding-top: 60px;
}
}  .blog-post {
margin-bottom: 50px;
}
.blog-post .post-image img {
border-radius: 10px;
height: auto;
}
.blog-post .post-text .post-heading {
font-size: 20px;
font-weight: bold;
line-height: 27px;
margin-bottom: 15px;
margin-top: 10px;
}
.blog-post .post-text .post-heading > a {
border-bottom: 2px solid transparent;
color: #000000;
display: block;
font-size: inherit;
font-weight: 500;
line-height: inherit;
}
.blog-post .post-text .post-heading:hover > a,
.blog-post .post-text .post-heading:focus > a,
.blog-post .post-text .post-heading:target > a {
color: #FE5618;
}
.blog-post .post-text .post-excerpt {
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin-bottom: 20px;
}
.blog-post .post-text .reading-info {
display: flex;
}
.blog-post .post-text .reading-info .post-date {
color: #6A6A6A;
font-size: 16px;
font-weight: 400;
line-height: 24px;
width: 50%;
}
.blog-post .post-text .reading-info .reading-time {
color: #6A6A6A;
font-size: 16px;
font-weight: 400;
line-height: 24px;
text-align: right;
width: 50%;
}
.blog-post .post-text .reading-info a {
font-size: 16px;
font-weight: 400;
line-height: 24px;
margin-left: auto;
}
@media (min-width: 992px){
.blog-post .post-text .post-heading {
margin-bottom: 20px;
margin-top: 15px;
}
.blog-post .post-text .post-excerpt {
margin-bottom: 25px;
}
}
@media (min-width: 1200px){
.blog-post {
margin-bottom: 100px;
}
}
@media (min-width: 1440px){
.blog-post {
margin-bottom: 125px;
}
}  .archive-header {
padding-bottom: 35px;
}
.archive-header h1 {
margin-bottom: 25px;
text-align: center;
}
.blog-cats {
list-style: none;
margin-bottom: 0;
margin-top: 0;
padding-bottom: 25px;
padding-left: 0;
}
.blog-cats > li {
display: inline-block;
margin-bottom: 15px;
margin-right: 15px;
}
.blog-cats > li:first-child > a {
border-bottom: 2px solid #FE5618;
color: #FE5618;
}
.blog-cats > li:last-of-type {
margin-right: 0;
}
.blog-cats > li > a {
border-bottom: 2px solid #B6B6B6;
color: #B6B6B6;
}
.blog-cats > li > a:hover,
.blog-cats > li > a:focus,
.blog-cats > li > a:target {
border-bottom: 2px solid #FE5618;
color: #FE5618;
}
@media (min-width: 992px){
.blog-cats {
padding-bottom: 35px;
}
}
@media (min-width: 1200px){
.blog-cats {
padding-bottom: 50px;
}
}  .blog-pagination-wrapper {
padding-bottom: 50px;
padding-top: 25px;
text-align: center;
}
.blog-pagination-wrapper > a {
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 576px){
.blog-pagination-wrapper {
padding-bottom: 65px;
}
}
@media (min-width: 992px){
.blog-pagination-wrapper {
padding-bottom: 75px;
}
}
@media (min-width: 1200px){
.blog-pagination-wrapper {
padding-bottom: 125px;
padding-top: 0;
}
.blog-pagination-wrapper > a {
margin-left: 5px;
margin-right: 5px;
}
}
@media (min-width: 1440px){
.blog-pagination-wrapper {
padding-bottom: 150px;
}
}  .post-single img {
height: auto;
}
.post-single h1 {
font-size: 40px;
line-height: 50px;
}
.post-single h2 {
font-size: 35px;
line-height: 45px;
}
.post-single h3 {
font-size: 30px;
font-weight: bold;
line-height: 40px;
}
.post-single h4 {
font-size: 25px;
line-height: 34px;
font-size: 500;
}
.post-single .ul-title {
font-size: 20px;
font-weight: 500;
line-height: 27px;
}
.post-single ol > li,
.post-single ul > li {
margin-bottom: 10px;
}
@media (min-width: 992px){
.post-single .order-lg-1 {
position: relative;
}
.post-single .order-lg-1 .post-single-info {
position: fixed;
}
}
.post-single-pagination {
padding-bottom: 50px;
padding-top: 35px;
}
.rmp-widgets-container.rmp-wp-plugin.rmp-main-container {
margin: 4rem 0 1rem 0;
}  .post-single-author-section {
border-bottom: 2px solid #000000;
border-top: 2px solid #000000;
margin-bottom: 35px;
padding: 10px 0;
}
.post-single-author-section > .post-single-dates > p {
margin-bottom: 10px;
}
.post-single-author-section > .post-single-dates > p:last-of-type {
color: #888888;
}
.post-single-author-section > .post-single-author {
align-items: center;
display: flex;
padding-bottom: 5px;
}
.post-single-author-section > .post-single-author a {
color: #000000;
border-color: transparent;
}
.post-single-author-section > .post-single-author a:hover,
.post-single-author-section > .post-single-author a:focus,
.post-single-author-section > .post-single-author a:target {
color: #FE5618;
border-color: #FE5618;
}
.post-single-author-section .post-single-author > img {
border-radius: 50%;
height: autp;
margin-right: 15px;
width: 60px;
}
.post-single-author-section .post-single-author > p {
margin-bottom: 0;
}
@media (min-width: 768px){
.post-single-author-section {
display: flex;
}
.post-single-author-section > .post-single-dates {
width: 60%;
}
.post-single-author-section > .post-single-dates {
padding-top: 10px;
}
.post-single-author-section > .post-single-author {
padding-bottom: 0;
}
}  .archive-header.author-archive-info {
border-bottom: 3px solid #000000;
margin-bottom: 35px;
padding-top: 15px;
}
.archive-header.author-archive-info .author-img-col img {
border-radius: 10px;
}
.archive-header.author-archive-info .author-desc-col .author-title {
margin-bottom: 15px;
margin-top: 10px;
}
.archive-header.author-archive-info .author-desc-col .author-sm {
list-style: none;
margin-bottom: 0;
padding-left: 0;
}
.archive-header.author-archive-info .author-desc-col .author-sm > li {
display: inline-block;
margin-right: 15px;
}
.archive-header.author-archive-info .author-desc-col .author-sm > li:last-of-type {
margin-right: 0;
}
.archive-header.author-archive-info .author-desc-col .author-sm > li > a {
border-color: transparent;
}
.archive-header.author-archive-info .author-desc-col .author-sm > li > a:hover,
.archive-header.author-archive-info .author-desc-col .author-sm > li > a:focus,
.archive-header.author-archive-info .author-desc-col .author-sm > li > a:target {
border-color: #FE5618;
}
@media (min-width: 576px){
.archive-header.author-archive-info .author-desc-col .author-title {
margin-top: 0;
}
}
@media (min-width: 992px){
.archive-header.author-archive-info {
padding-bottom: 25px;
padding-top: 25px;
}
.archive-header.author-archive-info .author-desc-col {
align-self: center;
display: flex;
flex-direction: column;
}
.archive-header.author-archive-info .author-desc-col h1 {
margin-top: 15px;
}	
}  .form-wrapper label {
display: block;
font-size: 18px;
font-weight: 600;
line-height: 27px;
margin-bottom: 25px;
width: 100%;
}
.form-wrapper label > .label {
display: inline-block;
margin-bottom: 5px;
}
.form-wrapper label > .label > .text-red {
margin-left: 5px;
}
.form-wrapper input,
.form-wrapper select {
border: 1px solid #ABAEB7;
border-radius: 0px;
display: block;
font-size: 14px;
line-height: 24px;
height: 45px;
padding: 5px 15px;
transition: 0.6s border ease-in;
width: 100%;
}
.form-wrapper input:hover,
.form-wrapper input:focus,
.form-wrapper input:active,
.form-wrapper input:target,
.form-wrapper select:hover,
.form-wrapper select:focus,
.form-wrapper select:active,
.form-wrapper select:target {
border: 1px solid #FE5618;
outline: none;
transition: 0.6s border ease-in;
}
.form-wrapper textarea {
border: 1px solid #ABAEB7;
border-radius: 0px;
display: block;
font-size: 14px;
line-height: 24px;
padding: 5px 15px;
transition: 0.6s border ease-in;
width: 100%;
}
.form-wrapper textarea:hover,
.form-wrapper textarea:focus,
.form-wrapper textarea:active,
.form-wrapper textarea:target {
border: 1px solid #FE5618;
outline: none;
transition: 0.6s border ease-in;
}
.form-wrapper input[type="submit"]{
background-color: #FE5618 !important; 
border: 1px solid #FE5618;
border-color: #FE5618;
border-radius: 0px;
color: #000000;
display: inline-block;
font-size: 12px;
font-weight: 600;
height: auto;
letter-spacing: 0.05em;
line-height: 1.3;
padding: 20px 35px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.form-wrapper input[type="submit"]:hover,
.form-wrapper input[type="submit"]:focus,
.form-wrapper input[type="submit"]:active, 
.form-wrapper input[type="submit"]:target {
background-color: #FFF !important; 
border-color: #FE5618;
color: #FE5618 !important;
cursor: pointer;
text-decoration: none;
transition: 0.6s background-color, 0.6s color, 0.6s border ease-in-out;
}
.form-wrapper .wpcf7-spinner {
display: block;
}
@media (min-width: 768px){
.form-wrapper input[type="submit"]{
min-width: 220px;
width: initial;
}
}  .page-template-full-width main {
margin-top: 80px;
}
@media (min-width: 768px){
.secondary-page-header {
padding-top: 50px;
}
}
@media (min-width: 992px){
.secondary-page-header {
padding-top: 75px;
}
}  .breadcrumbs-section {
background: #F3F3F3;
margin-bottom: 50px;
padding: 15px 15px;
text-align: center;
}
.breadcrumbs-section-small {
background: #F3F3F3;
display: block;
text-align: left;
width: 100%
}
.breadcrumbs-section-small-inner {
margin-right: auto;
margin-left: auto;
padding: 15px 15px;
}
.breadcrumbs-section-small span > a {
border-bottom: 2px solid #FE5618;
color: #FE5618;
}
.breadcrumbs-section-small span >a:hover,
.breadcrumbs-section-small span >a:focus,
.breadcrumbs-section-small span >a:target {
border-bottom: 2px solid #233f92;
color: #233f92;
}
#breadcrumbs span > a {
margin-left: 10px;
margin-right: 10px;
}
.breadcrumb_last {
margin-left: 10px;
margin-right: 10px;
}
@media (min-width: 576px) {
.breadcrumbs-section-small-inner {
max-width: 540px;
padding: 15px 0;
}
}
@media (min-width: 768px) {
.breadcrumbs-section-small-inner {
max-width: 720px;
}
}
@media (min-width: 992px) {
.breadcrumbs-section-small-inner {
max-width: 960px;
}
}
@media (min-width: 1200px) {
.breadcrumbs-section-small-inner {
max-width: 1140px;
}
}
@media (min-width: 1440px) {
.breadcrumbs-section-small-inner {
max-width: 1400px;
}
}  .site-footer {
background: #000000;
padding-top: 70px;
color: #FFF;
}
.site-footer p {
color: #FFF;
}
.footer-widget-item {
margin-bottom: 50px;
}
.footer-widget-title {
color: #FFF;
font-size: 21px;
font-weight: 700;
line-height: 27px;
text-transform: uppercase;
}
.footer-widget-area ul {
padding-left: 0;
list-style: none;
}
.footer-widget-area ul li {
display: block;
margin-bottom: 5px;
}
.site-footer .footer-widget-item .menu > li {
display: block;
}
.site-footer .footer-widget-item .menu > li > a {
font-weight: 400;
text-transform: initial;
}
.footer-widget-area,
.footer-widget-area ul > li,
.footer-widget-area a,
.footer-widget-area span {
color: #FFFFFF;
font-size: inherit;
line-height: inherit;
}
.footer-widget-area ul > li > a,
.footer-widget-area a {
border-bottom: 1px solid transparent;
color: #FFFFFF;
font-size: inherit;
line-height: inherit;
}
.footer-widget-area a:hover,
.footer-widget-area a:focus,
.footer-widget-area a:target,
.footer-widget-area .menu > li > a:hover,
.footer-widget-area .menu > li > a:focus,
.footer-widget-area .menu > li > a:target {
border-bottom: 1px solid #FE5618;
color: #FE5618;
}
.footer-widget-area .new-line {
display: block;
}
.copyright-wrapper {
border-top: 0.5px solid #FFF;
padding-top: 15px;
}
.copyright-wrapper p {
margin-bottom: 15px;
text-align: center;
}
.ul-legal {
color: #FFF;
text-align: center;
}
.ul-legal {
list-style: none;
padding-left: 0;
padding-top: 5px;
}
.ul-legal li {
margin-bottom: 5px;
}
.ul-legal li a {
border-bottom: transparent;
color: #FFF;
}
.site-footer .logo-img {
width: calc(100% - 20px);
}
@media (min-width: 768px){
.copyright-wrapper p {
text-align: left;
}
.ul-legal {
padding-top: 0;
text-align: right;
}
.ul-legal li {
display: inline-block;
margin-bottom: 0;
padding-left: 10px;
}
}
@media (min-width: 992px){
.site-footer .logo-img {
width: 240px;
}
}
.social-media-container {
text-align: right;
}
.social-media-container .footer-social-media-ul {
padding-left: 0;
}
.social-media-container .footer-social-media-ul > li {
display: inline-block;
list-style: none;
margin-right: 15px;
}
.social-media-container .footer-social-media-ul > li:last-of-type {
margin-right: 0;
}
.social-media-container .footer-social-media-ul > li > a {
border-bottom: 2px solid transparent;
}
@media (min-width: 992px){
.social-media-container .footer-social-media-ul > li {
margin-right: 10px;
}
}  .page-404 header.text-center p > a:first-of-type {
margin-right: 15px;
} #step2.fade:not(.show) {
opacity: 1 !important;
} .options-ul {
padding-left: 0;
list-style: none;
}
.options-ul .options-ul-li {
margin-bottom: 15px;
}
.options-ul-li-wrapper {
background: #000;
color: #FFF;
padding: 15px;
}
.options-ul-li-title {
color: #FE5618;
font-size: 28px;
font-weight: 500;
line-height: 38px;
display: block;
}
.options-ul-li-wrapper a {
border-color: #FFF;
color: #FFF;
transition: 0.6s color, 0.4s border-bottom ease-in-out;
}
.options-ul-li-wrapper a:hover {
border-color: #FE5618;
color: #FE5618;
transition: 0.6s color, 0.4s border-bottom ease-in-out;
}
@media (min-width: 992px){
.options-ul-li-wrapper {
padding: 25px;
}
}  .pac-container {
background-color: #FFF;
z-index: 20;
position: fixed;
display: inline-block;
float: left;
}
.modal {
padding-right: 0 !important;
z-index: 1040;   
}
.modal-backdrop {
z-index: 10;        
} #lead-form {
padding-top: 20px;
}
@media (min-width: 768px){
.modal-dialog {
max-width: 700px;
}
}
@media (min-width: 992px){
.modal-dialog {
padding-top: 120px;
}
}
@media (min-width: 1440px){
.modal-dialog {
padding-top: 150px;
}
}
@media (min-width: 1440px){
.container{
max-width: 1400px;
}
} .why-us-section {
padding: 50px 0 35px 0;
}
.why-us-ul {
list-style: none;
padding-left: 0;
}
.why-us-ul > li {
margin-bottom: 15px;
}
.why-us-ul > li > .why-us-single-wrapper {
padding: 10px 10px 0px 0px;
}
.why-us-ul > li > .why-us-single-wrapper > .why-us-single-title {
color: #202020;
display: block;
font-size: 18px;
font-weight: 600;
line-height: 28px;
margin-bottom: 15px;
}
@media (min-width: 576px){
.why-us-ul > li {
margin-bottom: 25px;
}
}
@media (min-width: 768px){
.why-us-section {
padding: 60px 0 50px 0;
}
}
@media (min-width: 992px){
.why-us-section {
padding: 75px 0 65px 0;
}
.why-us-ul > li {
margin-bottom: 15px;
}
}
@media (min-width: 1200px){
.why-us-section {
padding: 90px 0 80px 0;
}
}  .process-section {
padding: 50px 0 35px 0;
}
.process-ol ::marker {
font-size: 21px;
font-weight: 600;
line-height: 28px;
}
.process-ol > li {
margin-bottom: 15px;
}
.process-ol > li > .process-single-wrapper {
padding: 10px 10px 0px 0px;
}
.process-ol > li > .process-single-wrapper > .process-single-title {
color: #202020;
display: block;
font-size: 18px;
font-weight: 600;
line-height: 28px;
margin-bottom: 15px;
}
@media (min-width: 576px){
.process-ol > li {
margin-bottom: 25px;
}
}
@media (min-width: 768px){
.process-section {
padding: 60px 0 50px 0;
}
}
@media (min-width: 992px){
.process-section {
padding: 75px 0 65px 0;
}
.process-ol > li {
margin-bottom: 15px;
}
}
@media (min-width: 1200px){
.process-section {
padding: 90px 0 80px 0;
}
}  .portfolio-section {
padding: 50px 0 35px 0;
}
.logos-row {
padding-left: 0;
}
.logos-row li {
align-items: center;
display: flex;
justify-content: center;
padding-bottom: 10px;
padding-top: 10px;
}
@media (max-width: 575px){
.logos-row li:nth-child(odd){
border-top: 1px solid #dadada;
border-bottom: 1px solid #dadada;
border-right: 1px solid #dadada;
border-left: 0;
border-bottom-right-radius: 10px;
border-top-right-radius: 10px;
border-bottom-left-radius: 0;
}
.logos-row li:nth-child(even){
border-bottom: 1px solid #dadada;
border-left: 1px solid #dadada;
border-top: 1px solid #dadada;
border-right: 0;
border-bottom-left-radius: 10px;
border-top-left-radius: 10px;
border-bottom-right-radius: 0;
}
.logos-row li:nth-child(-n+2) {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.logos-row li:nth-child(n+7) {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
}
}
@media (min-width: 576px) and (max-width: 767px){
.logos-row li {
border-top: 1px solid #dadada;
border-right: 1px solid #dadada;
border-bottom: 1px solid #dadada;
border-left: 1px solid #dadada;
border-radius: 10px;
}
.logos-row li:nth-child(-n+3){
border-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.logos-row li:nth-child(n+7){
border-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0 !important;
}
.logos-row li:nth-child(3n-8){
border-left: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 10px;
border-top-left-radius: 0;
}
.logos-row li:nth-child(3n-9){
border-right: none;
border-bottom-left-radius: 10px;
border-bottom-right-radius: 0;
border-top-right-radius: 0;
}
.logos-row li:last-child {
border-right: 0;
border-top-right-radius: 0;
}
}
@media (min-width: 768px) and (max-width: 991px){
.portfolio-section {
padding: 60px 0 50px 0;
}
.logos-row li {
border: 1px solid #dadada;
border-radius: 10px;
}
.logos-row li:nth-child(-n+4){
border-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.logos-row li:nth-child(n+5){
border-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0 !important;
}
.logos-row li:nth-child(1),
.logos-row li:nth-child(5){
border-left: none;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.logos-row li:nth-child(4),
.logos-row li:nth-child(8){
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
}
@media (min-width: 992px){
.portfolio-section {
padding: 50px 0 40px 0;
}
.logos-row li {
border: 1px solid #dadada;
border-radius: 10px;
}
.logos-row li:nth-child(-n+6){
border-top: 0;
border-top-left-radius: 0;
border-top-right-radius: 0;
}
.logos-row li:nth-child(n+7){
border-bottom: 0;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0 !important;
}
.logos-row li:nth-child(1),
.logos-row li:nth-child(7){
border-left: none;
border-bottom-left-radius: 0;
border-top-left-radius: 0;
}
.logos-row li:nth-child(6),
.logos-row li:nth-child(8){
border-right: none;
border-top-right-radius: 0;
border-bottom-right-radius: 0;
}
}
@media (min-width: 1200px){
.portfolio-section {
padding: 60px 0 50px 0;
}
}  .faq-section {
padding: 50px 0 35px 0;
}
.faq-section #accordionFAQ {
padding-left: 0;
}
.faq-section .card {
border: 1px solid #e1e2e7;
border-radius: 0;
margin-bottom: 10px;
}
.faq-section .card-header {
padding: 0;
border: 0;
}
.faq-section .card-header .card-link {
background: #FFF;
border: 0;
color: #FE5618;
cursor: pointer;
display: block;
font-size: 18px;
font-weight: 600;
letter-spacing: -0.04em;
line-height: 25px;
padding: 20px;
position: relative;
transition: 0.5s;
}
.faq-section .card-header .card-link.collapsed {
background-color: rgb(242, 243, 246);
color: #202020;
}
.faq-section .card-body {
position: relative;
padding: 0 20px 20px;
}
.faq-section .card-body ol,
.faq-section .card-body ul {
margin-bottom: 15px;
padding-left: 20px;
}
.faq-section .card-body ol li {
display: list-item;
font-size: inherit;
margin-bottom: 5px;
}
.faq-section .card-body ul li {
display: list-item;
font-size: inherit;
list-style-type: disc;
margin-bottom: 5px;
}
@media (min-width: 768px){
.faq-section {
padding: 60px 0 50px 0;
}
}
@media (min-width: 992px){
.faq-section {
padding: 75px 0 65px 0;
}
.faq-section .card-header .card-link {
padding: 25px 70px 25px 40px;
}
.faq-section .card-body {
padding: 0 40px 25px;
}
}
@media (min-width: 1200px){
.faq-section {
padding: 90px 0 80px 0;
}
}  .cta-section {
background-color: #000000;
padding: 50px 0px 40px 0;
position: relative;
z-index: 2;
}
.bg {
background-color: #000000; background-repeat: no-repeat;
background-size: cover;
background-position: center center;
height: 100%;
left: 0px;
position: absolute;
top: 0px;	
width: 100%;
}
.bg-image::before {
background-color: black;
content: "";
height: 100%;
left: 0px;
opacity: 0.7;
position: absolute;
top: 0px;	
width: 100%;
}
.cta-section h2 {
color: #FFFFFF;
}
.cta-section p {
color: #FFFFFF;
}
.cta-section p > a:hover,
.cta-section p > a:focus,
.cta-section p > a:target {
border-bottom: 1px solid #FFF;
color: #FFF;
}
.cta-section .btn-primary {
color: #FFF;
margin-top: 15px;
}
.cta-section .btn-primary:hover,
.cta-section .btn-primary:focus,
.cta-section .btn-primary:target {
background: #FFF;
border: 1px solid #FE5618;
color: #FE5618 !important;
}
@media (min-width: 992px){
.cta-section {
padding-bottom: 50px;
padding-top: 60px;
}
}  .confirmation-wrapper {
padding-bottom: 50px;
padding-top: 50px;
}
.confirmation-wrapper h2 {
margin-bottom: 35px;
text-align: center;
}
.confirmation-wrapper ol {
padding-left: 40px;
list-style: decimal;
text-align: left;
}
.confirmation-wrapper ol li {
margin-bottom: 7px;
}
.confirmation-wrapper ol li::marker {
color: #FE5618;
font-weight: 600;
font-size: 16px;
}
.confirmation-wrapper hr {
margin-top: 35px;
padding-top: 15px;
}
.confirmation-wrapper .button-p {
padding-top: 25px;
text-align: center;
}
@media (min-width: 1200px){
.confirmation-wrapper {
padding-bottom: 75px;
padding-top: 75px;
}
}
@media (min-width: 1440px){
.confirmation-wrapper {
padding-bottom: calc((100vh - 940px)/2);
padding-top: calc((100vh - 940px)/2);
}
}