* {
  margin: 0;
  padding: 0;
  outline: none;
  text-decoration: none;
  box-sizing: border-box;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a:focus {
  -moz-outline-style: none;
  outline: none;
}

input[type=file]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type=file]::-moz-file-upload-button {
  cursor: pointer;
}

input[type=file]::-ms-file-upload-button {
  cursor: pointer;
}

input[type=file]::-o-file-upload-button {
  cursor: pointer;
}

input[type=file] {
  cursor: pointer;
}

html body {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: normal;
  overflow-x: hidden;
  background: #fff;
  padding: 82px 0 0 0;
}

*::-moz-selection {
  color: #fff;
  background: #d1aa4f;
}

*::selection {
  color: #fff;
  background: #d1aa4f;
}

*::-moz-selection {
  color: #fff;
  background: #d1aa4f;
}

*::-webkit-selection {
  color: #fff;
  background: #d1aa4f;
}

*::-ms-selection {
  color: #fff;
  background: #d1aa4f;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  font-family: "Plus Jakarta Sans", sans-serif;
  border: 0;
  outline: 0;
  font-size: 100%;
}

b,
strong {
  font-weight: 600;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  transition: all 0.5s ease 0s;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body a {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: normal;
  color: #1b1d1f;
  text-decoration: none;
  outline: none !important;
  transition: all 0.5s;
}

body a:focus {
  outline: none !important;
}

body a:hover {
  color: #d1aa4f;
  outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
li {
  list-style: none;
}

input,
select,
textarea,
.site textarea {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-weight: normal;
  width: 100%;
  background: #fff;
}

.left {
  text-align: left;
}

.center {
  text-align: center;
}

.right {
  text-align: right;
}

h1 {
  color: #fff;
  font-family: "Plus Jakarta Sans";
  font-size: 70px;
  font-style: normal;
  font-weight: 500;
  line-height: 114.286%; /* 114.286% */
  letter-spacing: -1.4px;
}
h1 span {
  background: linear-gradient(90deg, #bd6c09 0%, #f0c862 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

h2 {
  color: #001b52;
  font-family: "Plus Jakarta Sans";
  font-size: 46px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  letter-spacing: -1px;
}
h2 span {
  background: linear-gradient(90deg, #bd6c09 0%, #f0c862 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}

body.home h2 {
  font-size: 50px;
  font-weight: 600;
}

h3 {
  color: #192539;
  font-size: 24px;
  font-weight: bold;
  font-family: "Plus Jakarta Sans", sans-serif;
  line-height: 110%;
}

img {
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  display: block;
  outline: none !important;
}

body p {
  font-family: "Plus Jakarta Sans", sans-serif;
  color: #475c85;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 155.556%; /* 155.556% */
  letter-spacing: -0.36px;
}

body p strong {
  color: #d2ac51;
}

p:last-of-type {
  padding-bottom: 0;
}

.padding {
  padding: 100px 0;
}

iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next {
  position: absolute;
  left: -70px;
  right: auto;
  top: 50%;
  bottom: auto;
  margin: auto;
  font-size: 0;
  background-image: url("../images/Arrow-yellow.svg");
  background-color: #fff;
  background-size: contain;
  border-radius: 50%;
  background-repeat: no-repeat;
  width: 50px;
  height: 50px;
  z-index: 1;
  transform: translateY(-50%) rotate(180deg);
  background-size: 15px;
  background-position: center;
}

.owl-carousel .owl-nav button:hover {
  opacity: 0.8;
}

.owl-carousel .owl-nav button.owl-next {
  transform: translateY(-50%) rotate(0deg);
  left: auto !important;
  right: -70px;
}

.owl-carousel .owl-nav button.disabled {
  opacity: 0.5;
}

.owl-dots button {
  height: 8px;
  width: 8px;
  background: #161616 !important;
  border-radius: 50px;
  padding: 0;
  border: 0;
  transition: unset;
  margin: 0 7px;
}

.owl-dots button.active {
  height: 14px;
  width: 14px;
  background: transparent !important;
  border: 2px solid #ad7d45;
  transition: unset;
}

.owl-dots button span {
  display: none;
}

.gform_wrapper h2.gform_title {
  display: none;
}
.gform_wrapper .gfield input,
.gform_wrapper .gfield select {
  height: 55px;
  line-height: 55px;
  padding: 0 15px !important;
  border: 1px solid #F3F4F5 !important;
  color: #001B52;
  font-size: 16px !important;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 10px;
  background: #F3F4F5;
}
.gform_wrapper .gfield select {
  cursor: pointer;
  color: #001B52;
}
.gform_wrapper .gfield .ginput_container_select {
  position: relative;
}
.gform_wrapper .gfield .ginput_container_select::before {
  position: absolute;
  content: "";
  background-image: url(../images/ic-menu-dropdown-arrow-black.svg);
  background-size: contain;
  background-repeat: no-repeat;
  width: 12px;
  height: 12px;
  left: auto;
  right: 24px;
  top: 24px;
  filter: brightness(0) invert(0.32);
  pointer-events: none;
}
.gform_wrapper .gfield textarea {
  background: #f3f4f5;
  height: 120px !important;
  line-height: normal;
  padding: 15px !important;
  border: 1px solid #f3f4f5 !important;
  color: #001B52;
  font-size: 16px !important;
  font-weight: 400;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 5px;
  resize: none;
}
.gform_wrapper .gfield div.ginput_container {
  background-color: transparent;
  width: 100%;
}
.gform_wrapper::-moz-placeholder, .gform_wrapper select::-moz-placeholder {
  color: #475C85;
}
.gform_wrapper::placeholder,
.gform_wrapper select::placeholder {
  color: #475C85;
}
.gform_wrapper .gform_footer {
  padding: 0 !important;
  margin: 20px 0 0px !important;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.gform_wrapper .gform_footer .gform_button {
  background: #d5ad51;
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.96px;
  line-height: 130%;
  font-weight: bold;
  padding: 15px 50px 15px 24px;
  display: inline-block;
  position: relative;
  border-radius: 5px;
  border: 0;
  cursor: pointer;
  transition: all ease 0.5s;
}
.gform_wrapper .gform_footer .gform_button:hover {
  background: #db8e11;
}
.gform_wrapper .gform_footer::before {
  position: absolute;
  content: "";
  background: url(../images/header-arrow.svg) no-repeat;
  background-size: contain;
  width: 13px;
  height: 11px;
  top: 19px;
  left: auto;
  right: 24px;
  pointer-events: none;
  z-index: 1;
}

select::-moz-placeholder {
  color: #475C85;
}

select::placeholder {
  color: #475C85;
}

.gform_validation_errors {
  display: none !important;
}

.gfield_validation_message {
  background: transparent !important;
  border: 0 !important;
  font-size: 13px !important;
  padding: 0 !important;
  color: red !important;
  font-weight: 400;
  letter-spacing: 0.5px !important;
}

.gform_wrapper.gravity-theme .gform_fields {
  grid-column-gap: unset !important;
  grid-gap: 20px 15px !important;
}

.gform_confirmation_message {
  color: green;
  font-weight: 600;
  background-color: #d9ffd9;
  text-align: center;
  padding: 20px 20px;
  font-size: 18px;
  line-height: 150%;
  border-radius: 10px;
}

.instruction.validation_message {
  display: none;
}

.gform_wrapper .gfield_error .gfield_repeater_cell label, .gform_wrapper .gfield_error label, .gform_wrapper .gfield_error legend, .gform_wrapper .gfield_validation_message, .gform_wrapper .validation_message, .gform_wrapper [aria-invalid=true] + label, .gform_wrapper label + [aria-invalid=true] {
  color: red !important;
}

a.btn-main {
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 5px;
  padding: 14px 20px;
  background: linear-gradient(90deg, #bd6c09 0%, #f0c862 100%);
  transition: all 0.3s;
}
a.btn-main:hover {
  color: #bd6c09 !important;
  background: #fff;
}

a.btn-main:hover {
  color: #fff;
}

a.btn-main.simple {
  font-size: 15px;
  padding: 15px 25px;
  color: #d5ad51;
  background: #fff;
}

a.btn-main.simple:hover {
  background: #d5ad51;
  color: #fff;
}

a.btn-main.simple::before {
  content: none;
}

a.link-arrow {
  font-size: 15px;
  color: #d5ad51;
  letter-spacing: 0.9px;
  position: relative;
  padding-right: 22px;
  border-bottom: 1px solid;
  padding-bottom: 6px;
  font-weight: bold;
}

a.link-arrow::before {
  position: absolute;
  content: "";
  background: url(../images/Arrow-yellow.svg) no-repeat;
  background-size: contain;
  width: 13px;
  height: 11px;
  top: 4px;
  left: auto;
  right: 0;
  pointer-events: none;
}

.nav_open #header .header .header-right .nav-main {
  left: 0px;
}

.fixed {
  box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.15);
  padding: 15px 0 !important;
}

#header {
  float: left;
  width: 100%;
  position: fixed;
  background-color: #000d27;
  left: 0;
  top: 0;
  z-index: 999;
  transition-duration: 300ms;
  -webkit-transition-duration: 300ms;
  -moz-transition-duration: 300ms;
  transition-property: all;
  -webkit-transition-property: all;
  -moz-transition-property: all;
  transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -webkit-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  -moz-transition-timing-function: cubic-bezier(0.7, 1, 0.7, 1);
  padding: 25px 0;
}

.header .header-main {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  transition: all 0.3s;
}
.header .header-main .logo {
  float: left;
  transition: all 0.3s;
  width: 324px;
  position: relative;
  top: 0px;
  margin-left: 0;
  z-index: 9;
  display: flex;
  flex-direction: column;
}
.header .header-main .logo a {
  display: flex;
  flex-direction: column;
}
.header .header-main .logo a img {
  margin: 0 auto;
  display: inline-block;
}
.header .header-right {
  margin-right: auto;
  padding-left: 117px;
  position: relative;
  z-index: 9;
}
.header .header-right .nav-main {
  float: right;
  width: auto;
}
.header .header-right .nav-main ul.menu {
  height: auto;
  transition: all 0.3s;
}
.header .header-right .nav-main ul.menu .menu-item-39 ul.sub-menu {
  width: 150px;
}
.header .header-right .nav-main ul.menu li {
  float: left;
  width: auto;
  position: relative;
  padding: 0 15px;
}
.header .header-right .nav-main ul.menu li:last-child {
  padding-right: 0;
}
.header .header-right .nav-main ul.menu li:last-child::after {
  display: none;
}
.header .header-right .nav-main ul.menu li.current-menu-item a {
  color: #E9BB56;
}
.header .header-right .nav-main ul.menu li:hover a {
  color: #E9BB56;
}
.header .header-right .nav-main ul.menu li a {
  float: left;
  width: auto;
  height: auto;
  padding: 2px 0;
  font-weight: 600;
  font-size: 15px;
  line-height: normal;
  color: #fff;
  text-decoration: none;
  transition: all 0.25s ease 0s;
  position: relative;
  overflow: hidden;
}
.header .header-right .nav-main ul.menu li:hover .hover {
  width: 100%;
}
.header .header-right .nav-main ul.menu li ul.sub-menu {
  background-color: #fff;
  width: 230px;
  position: absolute;
  opacity: 0;
  visibility: hidden;
  left: 0;
  padding: 0 0;
  top: 35px;
  transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.5s;
  -webkit-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -moz-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  -o-transition: cubic-bezier(0.25, 0.1, 0.32, 0.83) 0.3s;
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  transform-origin: top;
}
.header .header-right .nav-main ul.menu li ul.sub-menu li {
  width: 100%;
  height: auto;
  margin: 0 0 0;
  position: relative;
  padding: 0px;
  float: left;
  text-align: left;
  border: 0px;
}
.header .header-right .nav-main ul.menu li ul.sub-menu li a {
  float: left;
  background: none;
  width: 100%;
  height: auto;
  color: #001b52 !important;
  line-height: 125%;
  font-size: 15px;
  font-weight: 600;
  text-decoration: none;
  padding: 15px;
  transition: all 0.25s;
  border-bottom: 1px solid #e5e5e5;
}
.header .header-right .nav-main ul.menu li ul.sub-menu li a:hover {
  color: #c0710e !important;
  background-color: #fff9eb;
}
.header .header-right .nav-main ul.menu li:hover ul.sub-menu {
  visibility: visible;
  opacity: 1;
  transform: translate(0, 0);
  border-radius: 2px;
}
.header .header-right .nav-main ul.menu li.menu-item-has-children {
  padding-right: 20px;
  background: url("../images/ic-menu-dropdown-arrow-black.svg");
  background-repeat: no-repeat;
  background-position: right center;
  margin-right: 19px;
}

.mobile-cta {
  float: right;
  margin: 13px 50px 0 0;
}
.mobile-cta a {
  display: inline-block;
  margin: 0 5px;
  width: 25px;
  height: 30px;
  line-height: 30px;
  border-radius: 3px;
  text-align: center;
}
.mobile-cta a.phone {
  background: url(../images/ic-phone-blcak.svg) no-repeat center;
}
.mobile-cta a.email {
  background: url(../images/ic-email-black.svg) no-repeat center;
}

/*-----------------res-nav-Start-------------------*/
.res_navigation {
  display: none;
  width: 72px;
  height: 22px;
  position: absolute;
  right: 0;
  top: 17px;
}

.nav-toggle {
  position: absolute;
  top: 3px;
  right: 0;
  z-index: 999999;
  padding: 5px 30px 13px 0;
  cursor: pointer;
}
.nav-toggle:focus {
  outline: none;
}
.nav-toggle.active .top {
  transform: translateY(12px) translateX(0) rotate(45deg);
  background: #333;
}
.nav-toggle.active .bottom {
  transform: translateY(-7px) translateX(0) rotate(-45deg);
  background: #333;
}
.nav-toggle.active .middle {
  opacity: 0;
  background: #fff;
}
.nav-toggle span {
  background: #fff;
  border: none;
  height: 2px;
  width: 100%;
  position: absolute;
  top: -2px;
  left: 0;
  transition: all 0.35s ease;
  cursor: pointer;
}
.nav-toggle span:nth-of-type(2) {
  top: 7px;
}
.nav-toggle span:nth-of-type(3) {
  top: 16px;
}

.header .header-right .nav-main ul.menu li ul.sub-menu li.current-menu-item a {
  color: #c0710e !important;
  background-color: #fff9eb;
}

/*-----------------res-nav-end-------------------*/
/* section css start */
.btn-group {
  display: flex;
  -moz-column-gap: 20px;
       column-gap: 20px;
}

a.main-btn-one,
a.main-btn-two {
  display: inline-flex;
  align-items: center;
  -moz-column-gap: 12px;
       column-gap: 12px;
  color: #fff;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.17px;
  background: linear-gradient(90deg, #bd6c09 0%, #f0c862 100%);
  padding: 20px 30px;
  border-radius: 5px;
}
a.main-btn-one:hover,
a.main-btn-two:hover {
  color: #fff;
}

a.main-btn-two {
  color: #001b52;
  background: #fff;
}
a.main-btn-two:hover {
  color: #001b52;
}

.main-btn-one .icon-button_wrapper, .main-btn-two .icon-button_wrapper {
  display: flex;
  align-items: center;
  width: 14px;
  height: 20px;
  overflow: hidden;
  position: relative;
}

.main-btn-one .icon-button,
.main-btn-two .icon-button {
  position: relative;
  display: inline-block;
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}

.main-btn-one .icon-button::after,
.main-btn-two .icon-button::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 100%;
  width: 100%;
  height: 100%;
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'><path d='M0.899975 9.73884L9.38526 1.25356M9.38526 1.25356L2.66774 0.900007M9.38526 1.25356L9.73881 7.97108' stroke='white' stroke-width='1.8' stroke-linecap='round'/></svg>") no-repeat center;
  background-size: contain;
  transition: transform 0.45s cubic-bezier(0.65, 0, 0.35, 1);
}

.main-btn-two .icon-button::after {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'><path d='M0.899792 9.73866L9.38507 1.25338M9.38507 1.25338L2.66756 0.899824M9.38507 1.25338L9.73863 7.97089' stroke='%23001B52' stroke-width='1.8' stroke-linecap='round'/></svg>") no-repeat center;
}

.main-btn-two.white-arrow .icon-button::after {
  background: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='11' height='11' viewBox='0 0 11 11'><path d='M0.89999 9.65954L9.38527 1.17426M9.38527 1.17426L2.74712 0.900068M9.38527 1.17426L9.65946 7.81241' stroke='white' stroke-width='1.8' stroke-linecap='round'/></svg>") no-repeat center;
}

.main-btn-one:hover .icon-button, .main-btn-two:hover .icon-button {
  transform: translate(26px, -26px);
}

.main-btn-one:hover .icon-button::after, .main-btn-two:hover .icon-button::after {
  transform: translate(-5px, 5px);
}

.main-btn-one .icon-button_wrapper.animation-none, .main-btn-two .icon-button_wrapper.animation-none {
  height: auto;
  width: auto;
  overflow: unset;
}

.main-btn-one .icon-button_wrapper.animation-none .icon-button, .main-btn-two .icon-button_wrapper.animation-none .icon-button {
  transition: unset;
  display: inline-flex;
}

.main-btn-one .icon-button_wrapper.animation-none .icon-button::after, .main-btn-two .icon-button_wrapper.animation-none .icon-button::after {
  display: none;
}

.main-btn-one:hover .icon-button_wrapper.animation-none .icon-button, .main-btn-two:hover .icon-button_wrapper.animation-none .icon-button {
  transform: unset;
}

.main-btn-one:hover .icon-button_wrapper.animation-none .icon-button::after, .main-btn-two:hover .icon-button_wrapper.animation-none .icon-button::after {
  transform: unset;
}

a.main-btn-two.btn-outline:hover {
  color: #fff;
  background: #001b52;
}

a.main-btn-two.btn-outline:hover svg {
  filter: brightness(0) invert(1);
}

a.main-btn-two.btn-outline svg {
  transition: all 0.5s;
}

a.main-btn-one svg, a.main-btn-two svg {
  vertical-align: middle;
}

.main-btn-one:hover .icon-button_wrapper.animation-none, .main-btn-two:hover .icon-button_wrapper.animation-none {
  transform: unset;
}

.main-btn-one:hover .icon-button_wrapper.animation-none .icon-button svg, .main-btn-two:hover .icon-button_wrapper.animation-none .icon-button svg {
  transform: unset;
}

.container {
  width: 1415px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
  padding: 0 15px;
}

.herobanner {
  padding-top: 80px;
  background-position: center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  display: flex;
  flex-direction: column;
}
.herobanner .inner {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.herobanner .inner .subheading {
  background: rgba(255, 255, 255, 0.1);
  border-radius: 100px;
  padding: 8px 18px;
  color: rgba(255, 255, 255, 0.4);
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.herobanner .inner h1 {
  padding-top: 10px;
  padding-bottom: 20px;
  text-align: center;
}
.herobanner .inner .text {
  padding-bottom: 38px;
}
.herobanner .inner .text p {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: -0.4px;
  font-weight: 300;
  text-align: center;
}
.herobanner .inner p.text {
  padding-top: 26px;
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
  padding-bottom: 56px;
  letter-spacing: 0px;
}
.herobanner .inner img {
  border-radius: 15px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.bgcolor {
  height: 125px;
  background: #001b52;
}

.pdtb120 {
  padding: 120px 0;
}

.type {
  border-radius: 50px;
  background-color: #fff;
  margin-top: -125px;
  position: relative;
  z-index: 5;
}
.type:before {
  border-radius: 50px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(189, 108, 9, 0.15) 0%, rgba(255, 255, 255, 0) 44.57%);
}
.type .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.type .inner .colone {
  border: 1px solid rgba(0, 27, 82, 0.2);
  padding: 47px;
  border-radius: 10px;
}
.type .inner .colone h3 {
  color: #001b52;
  text-align: center;
  font-size: 36px;
  font-style: normal;
  font-weight: 600;
  line-height: 83.333%; /* 83.333% */
  letter-spacing: -1.08px;
  display: flex;
  flex-direction: column;
  padding-top: 39px;
  padding-bottom: 29px;
  row-gap: 13px;
}
.type .inner .colone h3 span {
  color: #001b52;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 83.333%;
  letter-spacing: -0.72px;
}
.type .inner .colone p {
  font-size: 16px;
  text-align: center;
  font-weight: 500;
}
.type .innertwo {
  padding-top: 114px;
}
.type .innertwo h2 {
  padding-bottom: 15px;
  text-align: center;
}
.type .innertwo .text {
  padding-bottom: 40px;
}
.type .innertwo .text p {
  text-align: center;
  font-weight: 500;
}
.type .innertwo .lsit {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.type .innertwo .lsit .innerlist {
  display: flex;
  flex-direction: column;
}
.type .innertwo .lsit .innerlist a {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}
.type .innertwo .lsit .innerlist a:before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 193px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 85.23%);
  z-index: 1;
  pointer-events: none;
}
.type .innertwo .lsit .innerlist a img {
  width: 100%;
  margin: 0;
  height: 495px;
  -o-object-fit: cover;
     object-fit: cover;
  transition: all 0.5s;
}
.type .innertwo .lsit .innerlist a h3 {
  position: absolute;
  bottom: 24px;
  left: 0px;
  color: #fff;
  font-size: 27px;
  font-style: normal;
  font-weight: 600;
  line-height: 106.667%;
  letter-spacing: -0.9px;
  padding: 0 25px;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  z-index: 5;
}
.type .innertwo .lsit .innerlist a h3 .icon-button_wrapper {
  width: 50px;
  height: 50px;
  min-width: 50px;
  gap: 15px;
  border-radius: 50px;
  background: linear-gradient(90deg, #bd6c09 0%, #f0c862 100%);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.type .innertwo .lsit .innerlist a h3 .icon-button_wrapper .icon-button {
  display: flex;
}
.type .innertwo p.subtext {
  padding-top: 58px;
  padding-bottom: 35px;
  text-align: center;
}
.type .innertwo .btn-group {
  justify-content: center;
}

.about {
  background-color: #001b52;
  padding-top: 157px;
  margin-top: -59px;
  padding-bottom: 120px;
  overflow: hidden;
}
.about .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 121px;
}
.about .inner .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.about .inner .left .title {
  background: rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 5px 12px;
  border-radius: 50px;
  margin-bottom: 40px;
}
.about .inner .left h2 {
  color: #fff;
  text-align: left;
}
.about .inner .left .text {
  padding-top: 20px;
  padding-bottom: 30px;
}
.about .inner .left .text p {
  color: #fff;
  text-align: left;
  padding-bottom: 17px;
  font-weight: 400;
}
.about .inner .left .main-btn-two {
  background-color: transparent;
  color: white;
  border: 1px solid rgba(255, 255, 255, 0.1294117647);
}
.about .inner .right {
  display: flex;
  flex-direction: column;
  position: relative;
}
.about .inner .right:before {
  content: "";
  width: 100%;
  height: 474px;
  position: absolute;
  left: 0;
  top: 0;
  background: linear-gradient(45deg, rgba(68, 95, 150, 0.5) 28.33%, rgba(126, 167, 251, 0.5) 51.95%);
  filter: blur(150px);
}

.roi .inner h2 {
  text-align: center;
}
.roi .inner .text {
  padding-top: 23px;
  text-align: center;
}
.roi .inner .text p {
  font-weight: 500;
}
.roi .inner .list {
  padding-top: 44px;
  padding-bottom: 50px;
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.roi .inner .list .box {
  display: grid;
  grid-template-columns: 410px auto;
  gap: 15px;
}
.roi .inner .list .box .left {
  padding: 57px 40px;
  position: relative;
  border-radius: 10px;
  background: #f5edde;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.roi .inner .list .box .left img {
  position: absolute;
  right: 20px;
  top: 20px;
}
.roi .inner .list .box .left h3 {
  color: #001b52;
  font-size: 60px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -1.8px;
}
.roi .inner .list .box .left p.sub-heading {
  padding-top: 7px;
  color: #475c85;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%; /* 137.5% */
  letter-spacing: -0.32px;
  padding-bottom: 46px;
}
.roi .inner .list .box .left p.heading {
  color: #001b52;
  font-size: 24px;
  font-style: normal;
  font-weight: 600;
  line-height: 108.333%; /* 108.333% */
  letter-spacing: -0.72px;
  text-align: left;
  padding-bottom: 10px;
}
.roi .inner .list .box .left .sub-text {
  text-align: left;
  color: #475c85;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 150% */
  letter-spacing: -0.32px;
}
.roi .inner .list .box .right {
  position: relative;
  display: flex;
}
.roi .inner .list .box .right img {
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
}
.roi .inner .list .box .right .title {
  position: absolute;
  top: 10px;
  left: 15px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  border-radius: 75px;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px 29px;
}
.roi .inner .list .box:nth-child(2) {
  grid-template-columns: auto 410px;
}
.roi .inner .list .box:nth-child(2) .left {
  order: 2;
  background: #001b52;
}
.roi .inner .list .box:nth-child(2) .left h3,
.roi .inner .list .box:nth-child(2) .left p {
  color: white;
}
.roi .inner .btn-group {
  justify-content: center;
}

.homeowners {
  padding-top: 0 !important;
}
.homeowners .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 60px;
  align-items: center;
}
.homeowners .inner .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.homeowners .inner .left ul.list {
  display: flex;
  -moz-column-gap: 10px;
       column-gap: 10px;
  padding-bottom: 10px;
}
.homeowners .inner .left ul.list li {
  color: #475c85;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 5px 12px;
  background-color: rgba(0, 27, 82, 0.08);
  border-radius: 50px;
}
.homeowners .inner .left h2 {
  text-align: left;
  padding-bottom: 25px;
}
.homeowners .inner .left .text {
  text-align: left;
  padding-right: 110px;
  padding-bottom: 23px;
  font-weight: 500;
}
.homeowners .inner .left .ulli {
  margin-bottom: 40px;
}
.homeowners .inner .right img {
  box-shadow: 0px 0px 20px 5px rgba(136, 136, 136, 0.1215686275);
  border-radius: 13px;
}

.ulli ul {
  display: flex;
  flex-direction: column;
  row-gap: 15px;
}
.ulli ul li {
  color: #001b52;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 144.444%; /* 144.444% */
  letter-spacing: -0.36px;
  background-image: url("../images/check.svg");
  background-repeat: no-repeat;
  background-position: top 1px left;
  padding-left: 33px;
}

span.buttonname {
  background: #f7e4b1;
  display: inline-flex;
  align-items: center;
  padding: 15px 20px;
  color: #001b52;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.17px;
  border-radius: 10px;
}
span.buttonname img {
  margin-left: 0;
  padding-right: 11px;
}

.booked {
  border-radius: 50px;
  background: #001b52;
  padding: 57px 0;
  overflow: hidden;
}
.booked .inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 90px;
  justify-items: center;
  align-items: center;
}
.booked .inner .left {
  position: relative;
  display: flex;
  align-items: center;
}
.booked .inner .left:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 614px;
  height: 614px;
  background: linear-gradient(45deg, rgba(68, 95, 150, 0.5) 28.33%, rgba(126, 167, 251, 0.5) 51.95%);
  filter: blur(150px);
}
.booked .inner .left img {
  position: relative;
  z-index: 5;
}
.booked .inner .right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.booked .inner .right h2 {
  color: white;
  text-align: left;
  padding-bottom: 23px;
}
.booked .inner .right .text {
  text-align: left;
  padding-bottom: 30px;
  color: rgba(255, 255, 255, 0.7);
  max-width: 523px;
  font-weight: 400;
}
.booked .inner .right .ulli {
  padding-bottom: 40px;
}
.booked .inner .right .ulli ul li {
  color: white;
  text-align: left;
  font-weight: 400;
}
.booked .inner .right p.subtext {
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%; /* 200% */
  letter-spacing: -0.28px;
  padding-top: 10px;
}

.jobs .inner {
  display: grid;
  grid-template-columns: auto 580px;
  align-items: center;
  gap: 90px;
}
.jobs .inner .left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.jobs .inner .left h2 {
  text-align: left;
  margin-bottom: 23px;
}
.jobs .inner .left .text {
  text-align: left;
  padding-bottom: 27px;
  font-weight: 500;
}
.jobs .inner .left ul {
  margin-bottom: 42px;
}

.need {
  background-color: #fff;
  position: relative;
  z-index: 5;
}
.need:before {
  border-radius: 50px;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(189, 108, 9, 0.15) 0%, rgba(255, 255, 255, 0) 44.57%);
}
.need .inner {
  position: relative;
  z-index: 5;
}
.need .inner h2 {
  padding-bottom: 23px;
  text-align: center;
}
.need .inner .text {
  max-width: 760px;
  margin: auto;
  text-align: center;
}
.need .inner .text p {
  font-weight: 500;
}
.need .inner .box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  border-radius: 25px;
  background: #001b52;
  margin-top: 50px;
  overflow: hidden;
}
.need .inner .box .left {
  padding: 15px;
  position: relative;
}
.need .inner .box .left:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 614px;
  height: 614px;
  background: linear-gradient(45deg, rgba(68, 95, 150, 0.5) 28.33%, rgba(126, 167, 251, 0.5) 51.95%);
  filter: blur(150px);
}
.need .inner .box .left img {
  position: relative;
  z-index: 5;
}
.need .inner .box .right {
  display: flex;
  flex-direction: column;
  padding: 70px 50px;
}
.need .inner .box .right h2 {
  color: #fff;
  font-size: 80px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  letter-spacing: -1.6px;
  text-align: left;
  padding-bottom: 0;
  position: relative;
  width: -moz-max-content;
  width: max-content;
}
.need .inner .box .right h2:before {
  content: "";
  position: absolute;
  right: -44px;
  top: -15px;
  background-image: url("../images/star.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 53px;
  height: 51.29px;
}
.need .inner .box .right .title {
  color: #fff;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.72px;
  text-align: left;
  padding-bottom: 31px;
}
.need .inner .box .right .sub-text {
  padding-bottom: 18px;
}
.need .inner .box .right .sub-text p {
  text-align: left;
  color: rgba(255, 255, 255, 0.7);
  padding-right: 20px;
  font-weight: 400;
}
.need .inner .box .right .sub-text p strong {
  color: white;
}
.need .inner .box .right .ulli ul li {
  color: white;
  text-align: left;
}
.need .inner .box .right .ulli {
  padding-bottom: 40px;
}

.faq {
  padding-top: 0 !important;
}
.faq .inner {
  display: grid;
  grid-template-columns: 461px auto;
}
.faq .inner .left h2 {
  text-align: left;
}
.faq .inner .right {
  padding-left: 90px;
  padding-top: 10px;
}

.list-icon-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
  z-index: 5;
}
.list-icon-box-wrapper .box {
  background-color: #082869;
  border: 1px solid rgba(255, 255, 255, 0.2);
  padding: 23px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 10px;
}
.list-icon-box-wrapper .box h3 {
  text-align: center;
  color: white;
  font-size: 50px;
  font-style: normal;
  font-weight: 800;
  line-height: 120%; /* 120% */
  letter-spacing: -1px;
  padding: 10px 0;
}
.list-icon-box-wrapper .box img {
  margin-left: 0;
}
.list-icon-box-wrapper .box p {
  color: #fff;
  text-align: left;
  font-weight: 400;
}

.inner-banner-sec {
  padding: 65px 0px 120px 0px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: bottom center;
}

.inner-banner-sec .row-wrapper {
  display: grid;
  grid-template-columns: auto 610px;
  gap: 100px;
  align-items: center;
}

.sub-head-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 15px;
}

.sub-head-wrapper .subheading {
  margin: 0;
}

html .subheading {
  color: rgba(255, 255, 255, 0.4) !important;
  font-size: 14px;
  font-weight: 300;
  line-height: normal;
  background-color: rgba(255, 255, 255, 0.1);
  display: inline-flex;
  padding: 8px 20px;
  border-radius: 100px;
  margin-bottom: 15px;
  gap: 5px;
  white-space: nowrap;
  align-items: center;
}

.inner-banner-sec h1 {
  font-size: 65px;
  text-align: left;
  margin-bottom: 20px;
}

.inner-banner-sec p {
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
  padding-bottom: 10px;
  font-weight: 300;
}

.inner-banner-sec .list-icon-box-wrapper {
  gap: 15px;
}

.inner-banner-sec .btn-group {
  margin: 30px 0px 15px 0px;
}

.inner-banner-sec .image {
  height: 411px;
  width: 100%;
}

.inner-banner-sec .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 18px;
}

.inner-banner-sec .small-msg {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: normal;
}

.meet-the-team-sec {
  position: relative;
  border-radius: 50px 50px 0px 0px;
  padding: 100px 0px;
  margin-top: -50px;
  z-index: 5;
  background-color: #fff;
}

.meet-the-team-sec::before, .roofing-business-sec::before, .concept-sprint-sec::before, .plan-prices-section::before, .work-together-section::before, .seo-section::before {
  content: "";
  position: absolute;
  border-radius: 50px 50px 0px 0px;
  left: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(189, 108, 9, 0.15) 0%, rgba(255, 255, 255, 0) 44.57%);
  pointer-events: none;
}

.meet-the-team-sec .top-wrapper {
  margin-bottom: 90px;
  position: relative;
}

.meet-the-team-sec .top-wrapper h2 {
  margin-bottom: 55px;
  text-align: center;
}

.meet-the-team-sec .info-listing-wrap {
  max-width: 1050px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 50px;
  position: relative;
}

.meet-the-team-sec .info-listing-wrap .info-icon-box {
  display: grid;
  grid-template-columns: 90px auto;
  gap: 40px;
  position: relative;
  align-items: center;
}

.meet-the-team-sec .info-listing-wrap .info-icon-box .icon {
  height: 90px;
  width: 100%;
  border-radius: 10px;
  border: 2px solid #EED9B3;
  background: rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 20px 0 #F2D9A9;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.meet-the-team-sec .info-listing-wrap .info-icon-box p {
  text-align: left;
  color: #475C85;
  font-size: 22px;
  letter-spacing: -0.44px;
}

.meet-the-team-sec .bottom-wrapper h2 {
  margin-bottom: 40px;
  text-align: center;
}

.team-info-wrap {
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
}

.team-info-wrap .team-info-box {
  border-radius: 20px;
  background: #F5EDDE;
  padding: 20px;
  gap: 30px;
  display: grid;
  grid-template-columns: 280px auto;
  align-items: center;
}

.team-info-wrap .team-info-box .image {
  width: 100%;
  height: 335px;
}

.team-info-wrap .team-info-box .image img {
  border-radius: 20px;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}

.team-info-wrap .team-info-box h4 {
  color: #000;
  font-size: 30px;
  font-weight: 600;
  line-height: 110%;
  letter-spacing: -0.6px;
  margin-bottom: 20px;
}

.team-info-wrap .team-info-box h4 span {
  font-size: 20px;
  letter-spacing: -0.4px;
}

.team-info-wrap .team-info-box p {
  text-align: left;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  color: hsla(0, 0%, 0%, 0.8);
}

.team-info-wrap .team-info-box ul.social-list {
  margin-top: 35px;
}

ul.social-list {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
}

ul.social-list li a {
  width: 45px;
  height: 45px;
  display: block;
  border-radius: 100px;
}

.services-sec {
  padding: 100px 0px;
  position: relative;
  background-color: #001B52;
}

.services-sec .top-wrapper {
  margin: 0 auto;
  max-width: 1200px;
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  margin-bottom: 50px;
}

.services-sec h2 {
  text-align: left;
  color: #fff;
}

.services-sec p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.service-listing {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
  position: relative;
  justify-content: center;
}

.service-listing .service-box {
  position: relative;
  width: 32%;
  padding: 30px 25px 40px 25px;
  display: flex;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 6px -6px 12px 0 rgba(71, 92, 133, 0.17) inset;
  border-radius: 10px;
}

.service-listing .service-box .icon {
  margin-bottom: 20px;
}

.service-listing .service-box h3 {
  color: #FFF;
  text-align: center;
  line-height: 125%;
  letter-spacing: -0.72px;
  margin-bottom: 25px;
}

.service-listing .service-box p {
  color: #FFF;
  font-weight: 300;
  line-height: 144.444%;
  margin: 0 auto;
  text-align: center;
}

.services-sec .btn-wrapper {
  margin-top: 50px;
}

.services-two-sec {
  padding: 100px 0px;
  position: relative;
}

.services-two-sec .top-main-wrapper {
  padding-bottom: 100px;
  position: relative;
}

.services-two-sec .top-main-wrapper .title-wrap {
  margin-bottom: 50px;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.services-two-sec .top-main-wrapper .title-wrap h2 {
  text-align: center;
}

.services-two-sec .top-main-wrapper .title-wrap p {
  text-align: center;
}

.services-listing-two {
  overflow: hidden;
  width: 100%;
  position: relative;
}

.services-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marqueeScroll 60s linear infinite;
}

/* Animation */
@keyframes marqueeScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.services-two-sec .services-listing-two .services-list-box-two {
  position: relative;
  display: flex;
  align-items: center;
  gap: 35px;
  border-radius: 20px;
  background: #F3F4F5;
  padding: 55px 40px 55px 30px;
  width: 812px;
  margin-right: 30px;
  flex-shrink: 0;
}

.services-two-sec .services-listing-two .services-list-box-two h3 {
  color: #000;
  font-size: 36px;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: -0.72px;
  margin-bottom: 5px;
}

.services-two-sec .services-listing-two .services-list-box-two p {
  text-align: left;
}

.services-two-sec .services-listing-two .services-list-box-two .icon {
  width: 40%;
}

.services-two-sec .bottom-wrapper {
  display: grid;
  grid-template-columns: 670px 480px;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.services-two-sec .bottom-wrapper h2 {
  text-align: left;
  margin-bottom: 30px;
}

.services-two-sec .bottom-wrapper .left-wrap p {
  text-align: left;
  padding-bottom: 20px;
}

.services-two-sec .bottom-wrapper .main-btn-one {
  width: -moz-fit-content;
  width: fit-content;
  margin-top: 20px;
}

.check-listing {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.check-listing .check-list-box {
  position: relative;
  padding: 20px 20px 20px 60px;
  background-image: url(../images/check-icon-bg-color.svg);
  background-repeat: no-repeat;
  background-position: top 24px left 20px;
  border-radius: 10px;
  background-color: #F5EDDE;
}

.check-listing .check-list-box p {
  text-align: left;
  color: #001B52;
  font-weight: 400;
  line-height: 144.444%;
}

.check-listing .check-list-box p strong {
  margin-bottom: 8px;
  display: block;
  color: #001B52;
}

.title-wrapper {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.roofing-business-sec {
  padding: 100px 0px 120px 0px;
  position: relative;
  border-radius: 50px 50px 0px 0px;
  margin-top: -50px;
  z-index: 5;
  background-color: #fff;
}

.roofing-business-sec .title-wrapper {
  margin: 0 auto;
  max-width: 850px;
  margin-bottom: 30px;
}

.roofing-business-sec .title-wrapper h2 {
  text-align: center;
}

.roofing-business-sec .title-wrapper p {
  text-align: center;
}

.icon-list-box-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.icon-list-box-wrapper .icon-list-box {
  border-radius: 10px;
  background: #F5EDDE;
  padding: 30px 70px 30px 30px;
  display: flex;
  gap: 20px;
  position: relative;
}

.icon-list-box-wrapper .icon-list-box .icon {
  width: 45px;
  min-width: 45px;
  height: -moz-fit-content;
  height: fit-content;
}

.icon-list-box-wrapper .icon-list-box h3 {
  margin-bottom: 15px;
  color: #000;
  font-weight: 600;
  letter-spacing: -0.48px;
}

.icon-list-box-wrapper .icon-list-box p {
  text-align: left;
  color: #000;
  font-weight: 400;
}

.marketing-sec {
  position: relative;
  padding-bottom: 100px;
}

.marketing-sec .top-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px 105px;
  margin-bottom: 50px;
  align-items: center;
}

.marketing-sec h2, .marketing-sec p {
  text-align: left;
}

.marketing-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.marketing-listing .marketing-box {
  border-radius: 20px;
  border: 1px solid #D4D4D4;
  background: #FFF;
  position: relative;
  padding: 14px;
}

.marketing-listing .marketing-box .image {
  height: 130px;
  width: 100%;
  overflow: hidden;
  border-radius: 15px 15px 0px 0px;
}

.marketing-listing .marketing-box .image img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.marketing-listing .marketing-box .info-wrap {
  padding: 30px 35px 16px 16px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.marketing-listing .marketing-box h3 {
  color: #000;
  letter-spacing: -0.48px;
}

.marketing-listing .marketing-box p {
  color: #000;
  font-weight: 400;
}

.marketing-sec .bottom-msg {
  color: #475C85;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
  text-align: center;
  margin-top: 40px;
}

.contractors-sec {
  padding: 100px 0px;
  background-color: #001B52;
  position: relative;
}

.contractors-sec .title-wrapper {
  margin: 0 auto;
  max-width: 860px;
  margin-bottom: 50px;
}

.contractors-sec h2 {
  color: #fff;
  text-align: center;
}

.contractors-sec p {
  color: #FFF;
  text-align: center;
}

.contractors-box-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.contractors-box-listing .contractors-box {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: rgba(255, 255, 255, 0.04);
  box-shadow: 6px -6px 12px 0 rgba(71, 92, 133, 0.17) inset;
  padding: 40px 35px;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contractors-box-listing .contractors-box h3 {
  text-align: center;
  color: #fff;
}

.contractors-box-listing .contractors-box p {
  font-weight: 400;
  text-align: center;
}

.help-grow-sec {
  padding: 100px 0px;
  position: relative;
}

.help-grow-sec .top-wrapper {
  margin-bottom: 50px;
  display: grid;
  grid-template-columns: 440px 670px;
  gap: 20px;
  position: relative;
  justify-content: space-between;
}

.help-grow-sec .top-wrapper .left-wrap h2 {
  font-weight: 600;
  margin-bottom: 20px;
  text-align: left;
}

.help-grow-sec p {
  text-align: left;
}

.grow-box-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.grow-box-listing .grow-box {
  border-radius: 20px;
  border: 1px solid #D4D4D4;
  background: #FFF;
  padding: 25px 15px 25px 25px;
}

.grow-box-listing .grow-box h2 {
  text-align: left;
  line-height: 63.636%;
  margin-bottom: 20px;
}

.grow-box-listing .grow-box p {
  color: #000;
  font-weight: 700;
}

.grow-info-box-track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: marqueeScroll 60s linear infinite;
}

.grow-info-box-track .grow-info-box {
  border-radius: 20px;
  background: #E4F1FF;
  padding: 40px 34px 34px 34px;
  position: relative;
  margin-right: 22px;
  flex-shrink: 0;
  width: 680px;
  display: flex;
  flex-direction: column;
}

.grow-info-box-track .grow-info-box .top {
  margin-bottom: 50px;
}

.grow-info-box-track .grow-info-box .top p {
  color: #000;
  font-size: 30px;
  line-height: 140%;
  letter-spacing: -0.6px;
}

.grow-info-box-track .grow-info-box .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  margin-top: auto;
}

.grow-info-box-track .grow-info-box h3.name {
  color: #000;
  font-weight: 500;
  font-size: 21px;
  letter-spacing: -0.48px;
}

.grow-info-box-track .grow-info-box .value-info {
  color: #052158;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: -0.56px;
}

body.page-template-contact .cta {
  display: none;
}

body.page-template-contact footer .footerone {
  padding-top: 45px;
}

.sub-head {
  border: 1px solid rgba(71, 92, 133, 0.2);
  display: inline-flex;
  padding: 6px 18px;
  border-radius: 100px;
  font-size: 14px;
  letter-spacing: -0.28px;
  margin-bottom: 15px;
}

.contact-us-section {
  padding: 100px 0px 65px 0px;
  position: relative;
}

.contact-us-section .row-wrapper {
  display: grid;
  grid-template-columns: auto 560px;
  grid-gap: 40px 200px;
  justify-content: space-between;
  position: relative;
}

.contact-us-section h2 {
  margin-bottom: 15px;
  text-align: left;
}

.contact-us-section .row-wrapper .left-wrap {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.contact-us-section p strong {
  color: #001B52;
  margin-bottom: 15px;
  display: block;
}

ul.check-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  position: relative;
}

ul.check-list li {
  padding-left: 35px;
  background-image: url(../images/check-icon-bg-color.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  color: #475C85;
  font-size: 18px;
  font-weight: 500;
  line-height: 155.556%;
  letter-spacing: -0.36px;
  background-position: 0px 5px;
}

.contact-info-box {
  border-radius: 20px;
  border: 1px solid #D4D4D4;
  background: #FFF;
  padding: 26px 26px 26px 26px;
  position: relative;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}

.contact-info-box ul {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contact-info-box ul li {
  display: flex;
  gap: 15px;
}

.contact-info-box ul li .icon {
  width: 24px;
  min-width: 24px;
  height: 24px;
}

.contact-info-box ul li a, .contact-info-box ul li p {
  color: #000;
  font-size: 18px;
  font-weight: 500;
  line-height: 155.556%;
  letter-spacing: -0.36px;
}

.contact-info-box ul li a:hover {
  color: #bd6c09;
}

.contact-info-box ul li a strong {
  font-weight: 700;
}

.contact-us-section .small-msg {
  font-size: 14px;
  margin-top: 15px;
}

.contact-info-box ul:nth-child(1) {
  padding-right: 35px;
  margin-right: 35px;
  border-right: 1px solid #D4D4D4;
}

.contact-step-form {
  border-radius: 20px;
  border: 1px solid #D4D4D4;
  background: #FFF;
  height: 100%;
  padding: 40px 50px;
  position: relative;
}

.inner-banner-sec .image.bg-color {
  border-radius: 20px;
  background: #6770CE;
  padding: 10px;
}

.concept-sprint-sec {
  position: relative;
  padding: 50px 0px 85px 0px;
  z-index: 5;
  background-color: #fff;
  margin-top: -50px;
  border-radius: 50px 50px 0px 0px;
}

.concept-sprint-sec .row-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: center;
  gap: 110px;
}

.concept-sprint-sec h2 {
  margin-bottom: 20px;
}

.concept-sprint-sec ul.check-list {
  margin: 25px 0px 40px 0px;
}

.btn-outline {
  border: 1px solid rgba(71, 92, 133, 0.5);
}

.launch-sec {
  padding: 100px 0px 65px 0px;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
}

.launch-sec .title-wrapper {
  margin-bottom: 60px;
  text-align: center;
}

.launch-sec .title-wrapper h2 {
  color: #fff;
}

.launch-sec .title-wrapper p {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 300;
}

.launch-number-step-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 60px;
  position: relative;
}

.launch-number-step-listing .launch-number-step-box {
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.1);
  box-shadow: 6px -6px 12px 0 rgba(71, 92, 133, 0.17) inset;
  padding: 35px;
  border-radius: 10px;
  display: flex;
  gap: 20px;
}

.launch-number-step-listing .launch-number-step-box .number {
  background-color: #F4C343;
  border-radius: 100px;
  height: 47px;
  width: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  left: -17px;
  top: -12px;
}

.launch-number-step-listing .launch-number-step-box .icon {
  width: 70px;
  height: 70px;
  min-width: 70px;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}

.launch-number-step-listing .launch-number-step-box .yellow {
  color: #F4C343;
  font-size: 26px;
  font-weight: 500;
  letter-spacing: -0.52px;
  text-transform: uppercase;
  margin-bottom: 18px;
}

.launch-number-step-listing .launch-number-step-box h4 {
  color: #FFF;
  font-size: 24px;
  letter-spacing: -0.72px;
  margin-bottom: 10px;
  font-weight: 600;
}

.launch-number-step-listing .launch-number-step-box p {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
}

.launch-sec .steps-image {
  margin-top: 50px;
}

.themed-websites-sec {
  position: relative;
}

.themed-websites-sec .row-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 130px;
  justify-content: space-between;
  align-items: center;
}

.themed-websites-sec .row-wrapper:nth-child(1) {
  margin-bottom: 100px;
}

.sub-small-title {
  display: inline-flex;
  padding: 7px 20px !important;
  justify-content: center;
  align-items: center;
  gap: 5px;
  border-radius: 50px;
  background: #001B52;
  color: #FFF;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -0.24px;
  margin-bottom: 15px;
}

.themed-websites-sec h2 {
  margin-bottom: 25px;
}

.themed-websites-sec h3 {
  color: #C27411;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: -0.6px;
  margin-bottom: 10px;
}

.themed-websites-sec p {
  margin-bottom: 30px;
}

.themed-websites-sec .message-info {
  border-top: 1px solid #D4D4D4;
  margin-top: 30px;
  padding-top: 20px;
  color: #000;
}

.themed-websites-sec .message-info strong {
  color: #C0720F;
}

.themed-websites-sec .wrapper {
  display: flex;
  gap: 20px;
  align-items: center;
  margin-bottom: 15px;
}

.themed-websites-sec .wrapper .sub-title, .themed-websites-sec .wrapper p {
  margin-bottom: 0px;
}

.themed-websites-sec ul.check-list {
  gap: 20px;
}

.themed-websites-sec ul.check-list li {
  font-weight: 700;
}

.themed-websites-sec .wrapper p:last-child {
  font-weight: 600;
}

.faq li {
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-bottom: 1px solid #ccd1dc;
}
.faq li:last-child {
  border-bottom: unset;
  margin-bottom: 0;
  padding-bottom: 0;
}
.faq li.open h3 {
  background-image: url("../images/minus.svg");
}
.faq li h3 {
  text-align: left;
  color: #001b52;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 133.333%; /* 133.333% */
  letter-spacing: -0.72px;
  cursor: pointer;
  background-image: url("../images/plus.svg");
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 36px;
}
.faq li .answer_faq {
  padding-top: 15px;
}
.faq li .answer_faq p {
  text-align: left;
  color: #475c85;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 155.556%;
  letter-spacing: -0.36px;
}

.whats-included-sec {
  background-color: #F3F4F5;
}

.whats-included-sec .top-wrap {
  margin-bottom: 70px;
  gap: 20px;
}

.whats-included-sec .top-wrap {
  margin-bottom: 70px;
  display: grid;
  grid-template-columns: 500px 470px;
  justify-content: space-between;
  align-items: center;
}

.whats-included-sec .bottom-wrap .row-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 176px;
}

.ptb-100 {
  padding: 100px 0px !important;
}

.whats-included-sec ul.faq li:last-child {
  padding-bottom: 24px;
  border-bottom: 1px solid #ccd1dc;
}

.gform_wrapper.gravity-theme .gf_page_steps {
  border-bottom: 0px !important;
  margin-bottom: 50px !important;
  display: flex;
  justify-content: center;
}

.gform_wrapper.gravity-theme .gf_page_steps .gf_step {
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  position: relative;
  z-index: 5;
  margin-right: 0px !important;
  padding-right: 70px;
}

.gform_wrapper.gravity-theme .gf_page_steps .gf_step::before {
  content: "";
  display: block;
  height: 2px;
  width: 100%;
  position: absolute;
  left: 25%;
  top: 22px;
  border: 1.5px dashed #95C2F3;
  z-index: -1;
}

.gform_wrapper.gravity-theme .gf_page_steps .gf_step:last-child {
  padding-right: 0px;
}

.gform_wrapper.gravity-theme .gf_page_steps .gf_step:last-child::before {
  display: none;
}

.gform_wrapper.gravity-theme .gf_page_steps .gf_step .gf_step_number {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 44px;
  width: 44px;
  border-radius: 100px;
  background: #E4F1FF;
  border-color: #E4F1FF;
  color: #001B52;
  font-size: 18px;
}

.gform_wrapper.gravity-theme .gf_page_steps .gf_step.gf_step_active .gf_step_number {
  background-color: #001B52;
  border-color: #001B52;
  color: #fff;
}

.gform_wrapper.gravity-theme .gf_page_steps .gf_step .gf_step_label {
  padding: 0;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: -0.36px;
  color: #475C85 !important;
}

.gform_wrapper.gravity-theme .gf_page_steps .gf_step.gf_step_active .gf_step_label {
  color: #001B52 !important;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before {
  background: #001B52 !important;
  border: 2px solid #001B52 !important;
  border-radius: 100px !important;
  height: 100% !important;
  left: 0px !important;
  position: absolute !important;
  top: 0px !important;
  width: 100% !important;
  bottom: 0;
  right: 0;
  margin: auto;
}

.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::after {
  font-size: 32px !important;
  right: 0;
  bottom: 0;
  margin: auto;
}

.contact-step-form h2 {
  font-size: 36px;
  letter-spacing: -0.72px;
  text-align: center;
}

.contact-step-form .gfield_html p {
  text-align: center;
}

.contact-step-form .gfield_html {
  margin-bottom: 15px;
}

label.gfield_label {
  color: #001B52;
  font-weight: 500 !important;
  letter-spacing: -0.32px;
}

.gform_wrapper .gfield_required {
  font-size: 0px !important;
  position: relative;
  padding-left: 2px !important;
}

.gform_wrapper .gfield_required::after {
  content: "*";
  color: red !important;
  font-size: 16px;
  letter-spacing: -7px;
}

input.gform_next_button, input[type=submit] {
  border-radius: 4px;
  background: linear-gradient(90deg, #BD6C09 0%, #F0C862 100%);
  border: unset;
  padding: 16px 15px;
  color: #FFF;
  font-size: 16px;
  font-weight: 700;
  margin: 0 !important;
  cursor: pointer;
  box-shadow: unset !important;
  outline: unset !important;
  line-height: unset !important;
}

input.gform_previous_button {
  border-radius: 4px;
  border: 1px solid #D4D4D4;
  padding: 16px 15px;
  color: #000 !important;
  font-size: 16px;
  font-weight: 700;
  margin: 0 !important;
  cursor: pointer;
  box-shadow: unset !important;
  outline: unset !important;
  line-height: unset !important;
  transition: all 0.5s;
}

input.gform_previous_button:hover {
  border-color: #BD6C09;
  color: #BD6C09 !important;
  transition: all 0.5s;
}

.gform_wrapper.gravity-theme .gform_footer, .gform_wrapper.gravity-theme .gform_page_footer {
  padding: 25px 0 0px 0px !important;
}

.gform_wrapper.gravity-theme .gform_page_footer {
  display: flex;
  gap: 15px;
}

.plan-prices-section {
  position: relative;
  z-index: 5;
  background-color: #fff;
  margin-top: -50px;
  border-radius: 50px 50px 0px 0px;
}

.plan-prices-section .container > h2 {
  margin-bottom: 50px;
  color: #10295D;
}

.plan-prices-listing {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 28px;
  position: relative;
}

.plan-price-box {
  position: relative;
  background: linear-gradient(180deg, #F3F4F5 0%, rgba(245, 245, 245, 0.5) 100%);
  border-radius: 20px;
  border: 5px solid rgb(255, 255, 255);
  outline: 1px solid rgba(71, 92, 133, 0.2);
  padding: 45px 25px;
  display: flex;
  flex-direction: column;
  transition: all 0.5s;
}

.plan-price-box:hover {
  transform: translateY(-10px);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, 0.2);
}

.plan-price-box .highlight-msg {
  padding: 10px 20px;
  border-radius: 50px;
  border: 1px solid #DADEE7;
  background: #E4F1FF;
  text-align: center;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.48px;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  top: -25px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  gap: 10px;
}

.plan-price-box .highlight-msg.bg-blue {
  background: linear-gradient(96deg, #10295D -66.78%, #2256C3 105.98%);
  color: #fff;
  font-weight: 600;
}

.plan-price-box .highlight-msg img {
  margin: 0;
  display: inline-flex;
}

.plan-price-box .box-subheading {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.4px;
  margin-bottom: 15px;
}

.plan-price-box h2.price {
  color: #000;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -2.2px;
  margin-bottom: 14px;
}

.plan-price-box h2.price span {
  color: #505050;
  font-size: 20px;
  font-weight: 500;
  line-height: normal;
  letter-spacing: -0.6px;
  background: unset;
  background-clip: unset;
  -webkit-text-fill-color: #505050;
}

.plan-price-box p {
  color: #000;
  font-size: 15px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}

.plan-price-box .btn-wrapper {
  margin: 30px 0px 40px 0px;
}

.plan-price-box .btn-wrapper {
  margin: 30px 0px 40px 0px;
}

.plan-price-box .btn-wrapper a {
  font-size: 16px;
  letter-spacing: -0.32px;
  justify-content: center;
  border-radius: 10px;
  border-color: rgba(71, 92, 133, 0.5);
  padding: 15px 30px 15px 30px;
  color: #000;
  width: 100%;
}

.plan-price-box .btn-wrapper a.main-btn-one {
  color: #fff;
}

.plan-price-box ul.price-listing {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.plan-price-box ul.price-listing li {
  padding-left: 35px;
  background-image: url(../images/check-black.svg);
  background-repeat: no-repeat;
  background-size: 20px;
  background-position: left center;
  color: #000;
  font-size: 16px;
  line-height: 137.5%;
  letter-spacing: -0.32px;
}

.plan-price-box.highlight {
  outline: 2px solid #001B52;
  background: linear-gradient(180deg, #D7E4F2 0.18%, rgba(215, 228, 242, 0.1) 104.78%);
}

.plan-prices-section .bottom-msg {
  margin-top: 45px;
  color: #475C85;
  font-style: italic;
}

.plan-prices-section .bottom-msg b {
  font-weight: 700;
  font-style: normal;
}

.process-section {
  background-color: #F3F4F5;
  position: relative;
}

.process-section .title-wrapper {
  margin-bottom: 60px;
}

.process-section .process-listing-wrapper {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 75px;
  position: relative;
}

.process-section .process-listing-wrapper .process-box {
  border-radius: 10px;
  border: 2px solid #CFCFCF;
  background: rgba(255, 255, 255, 0.1);
  text-align: center;
  padding: 42px 34px;
  position: relative;
}

.process-section .process-listing-wrapper .process-box .number {
  background-color: #F4C343;
  border-radius: 100px;
  height: 47px;
  width: 47px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #000;
  font-size: 20px;
  font-weight: 700;
  position: absolute;
  left: -22px;
  top: -22px;
}

.process-section .process-listing-wrapper .process-box h3 {
  color: #000;
  letter-spacing: -0.48px;
  margin-bottom: 22px;
}

.process-section .process-listing-wrapper .process-box p {
  color: #000;
  font-weight: 400;
}

.process-section .bottom-msg {
  color: #000;
  font-weight: 600;
  margin-top: 50px;
}

.process-section .title-wrapper p {
  color: #333;
}

.every-package-sec {
  background-color: #1D2C38;
}

.every-package-sec .title-wrapper h2, .every-package-sec .title-wrapper p {
  color: #fff;
}

.every-package-sec .title-wrapper {
  margin-bottom: 50px;
}

.every-package-sec .package-listing {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.every-package-sec .package-listing .package-box {
  border-radius: 20px;
  background: #F7F1E8;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px;
  align-items: center;
  padding: 40px;
  position: sticky;
  top: 100px;
}

body.page-template-packages {
  overflow-x: clip;
}

.every-package-sec .package-listing .package-box h3 {
  margin-bottom: 20px;
}

.every-package-sec .package-listing .package-box .content p.b {
  font-size: 18px;
  padding-bottom: 30px;
}

.every-package-sec .package-listing .package-box .content p {
  padding-bottom: 15px;
  font-size: 16px;
  font-weight: 600;
  line-height: normal;
}

.every-package-sec .package-listing .package-box .content p:last-child {
  padding-bottom: 0px;
}

.compare-packages-section {
  position: relative;
  padding-bottom: 100px;
}

.compare-packages-section .title-wrapper {
  margin-bottom: 40px;
}

.table-responsive {
  width: 100%;
  overflow-x: auto;
  position: relative;
}

table {
  width: 100%;
  border-radius: 20px;
  background: #F3F4F5;
}

.table-responsive table thead tr td {
  padding: 30px 22px 22px 40px;
  color: #475C85;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
}

.table-responsive table tr td:first-child {
  text-align: left;
}

.table-responsive table thead tr td b {
  color: #001B52;
  font-size: 20px;
  font-weight: 700;
}

.table-responsive table tbody tr:first-child td {
  background: #D8DCE3;
}

.table-responsive table tbody tr td b {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.36px;
}

.table-responsive table tbody tr td {
  color: #000;
  font-size: 17px;
  letter-spacing: -0.34px;
  padding: 17px 17px 17px 40px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  text-align: center;
  white-space: nowrap;
}

.table-responsive table tbody tr:last-child td {
  border-bottom: 0px;
}

.table-responsive table tbody tr:first-child td {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 10px 10px 40px;
}

.compare-packages-section .table-responsive {
  max-width: 1280px;
  margin: 0 auto;
}

.work-together-section {
  position: relative;
  z-index: 5;
  background-color: #fff;
  border-radius: 50px 50px 0px 0px;
  padding-top: 100px;
}

.work-together-section .title-wrapper {
  margin-bottom: 40px;
}

.work-together-listing {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}

.work-together-listing .work-together-box {
  padding: 30px 15px;
  position: relative;
  border: 1px solid rgba(0, 27, 82, 0.2);
  border-radius: 10px;
  text-align: center;
}

.work-together-listing .work-together-box .number {
  width: 70px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #BD6C09 0%, #F0C862 96.68%);
  border-radius: 100%;
  color: #FFF;
  font-size: 26px;
  font-weight: 700;
  margin: 0 auto;
  margin-bottom: 25px;
}

.work-together-listing .work-together-box h3 {
  color: #001B52;
  font-size: 33px;
  font-weight: 600;
  letter-spacing: -1.08px;
  margin-bottom: 5px;
}

.work-together-listing .work-together-box h4 {
  color: #001B52;
  font-size: 24px;
  font-weight: 500;
  letter-spacing: -0.72px;
  margin-bottom: 20px;
}

.work-together-listing .work-together-box p {
  font-size: 16px;
  line-height: 137.5%;
}

.page-not-found h2 {
  margin-bottom: 30px;
}

.page-not-found .main-btn-one {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

.hight-auto {
  height: auto !important;
  width: auto !important;
}

.hight-auto img {
  height: auto !important;
  width: auto !important;
  -o-object-fit: unset !important;
     object-fit: unset !important;
  border-radius: unset !important;
}

.seo-section {
  z-index: 5;
  background-color: #fff;
  margin-top: -50px;
  border-radius: 50px 50px 0px 0px;
  position: relative;
}

.seo-section .title-wrapper {
  margin-bottom: 40px;
}

.seo-section .two-img-wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
  position: relative;
}

.seo-section .two-img-wrap .image img {
  border-radius: 10px;
}

.seo-result-box-wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 22px;
  position: relative;
}

.seo-result-box {
  border-radius: 10px;
  background: #E4F1FF;
  padding: 25px 25px 25px 25px;
  display: flex;
  align-items: center;
  gap: 20px;
  position: relative;
}

.business-show-platform {
  background-color: #F3F4F5;
  position: relative;
}

.business-show-platform .row-wrapper {
  max-width: 1204px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: 420px 500px;
  gap: 30px;
  justify-content: space-between;
  align-items: center;
}

.business-show-platform h2 {
  margin-bottom: 20px;
}

.business-show-platform span.buttonname {
  margin-top: 40px;
  padding: 17px 24px;
}

.search-platform-list {
  position: relative;
}

.search-platform-list .search-platform-box {
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #CCD1DC;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.search-platform-list .search-platform-box:last-child {
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: 0px;
}

.search-platform-list .search-platform-box .top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.search-platform-list .search-platform-box span {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -0.4px;
}

.search-platform-list .search-platform-box p {
  color: #000;
  font-weight: 400;
}

.growth-section .title-wrapper {
  max-width: 820px;
  margin: 0 auto;
  margin-bottom: 50px;
}

.growth-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 40px;
}

.growth-wrapper .growth-box {
  padding: 40px 60px 40px 190px;
  position: relative;
  border-radius: 20px;
  background-color: #F3F4F5;
  overflow: hidden;
}

.growth-wrapper .growth-box .icon {
  position: absolute;
  left: -20px;
  top: 0;
  bottom: 0;
  margin: auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.growth-wrapper .growth-box span.small-title {
  border-radius: 50px;
  border: 1px solid rgba(0, 27, 82, 0.2);
  color: #000;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: -0.24px;
  padding: 5px 12px;
  margin-bottom: 10px;
  display: inline-block;
}

.growth-wrapper .growth-box h4 {
  color: #001B52;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: -0.44px;
  margin-bottom: 15px;
}

.growth-info-wrap {
  margin-top: 25px;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
}

.growth-section .btn-wrapper {
  margin-top: 50px;
}

.growth-info-wrap p {
  font-weight: 700;
  white-space: nowrap;
}

.growth-info-wrap ul {
  display: flex;
  padding: 15px 28px 15px 29px;
  gap: 20px;
  border-radius: 10px;
  flex-wrap: wrap;
  background: #E4F1FF;
}

.growth-info-wrap ul li {
  display: flex;
  gap: 15px;
  color: #001B52;
  font-size: 18px;
  font-weight: 600;
}

.services-sec .title-wrapper {
  margin-bottom: 50px;
}

.services-sec .title-wrapper h2 {
  text-align: center;
}

.working-together-section {
  background-color: #F3F4F5;
  position: relative;
}

.working-together-section .title-wrapper {
  margin-bottom: 40px;
}

.working-together-wrapper {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  position: relative;
}

.working-together-wrapper .working-together-box {
  background-color: transparent;
  position: relative;
  border: 1px solid rgba(0, 27, 82, 0.2);
  padding: 40px 10px;
  border-radius: 10px;
  text-align: center;
}

.working-together-wrapper .working-together-box .icon {
  height: 60px;
  width: 60px;
  border-radius: 100%;
  margin: 0 auto;
  background: linear-gradient(90deg, #BD6C09 0%, #F0C862 96.68%);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}

.working-together-wrapper .working-together-box h3 {
  color: #001B52;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: -0.72px;
  margin-bottom: 16px;
}

.working-together-wrapper .working-together-box p {
  font-size: 16px;
  line-height: 137.5%;
  letter-spacing: -0.32px;
}

.working-together-section .buttonname {
  margin-top: 50px;
  padding: 16px 21px;
}

.type.industries-post-sec .innertwo {
  padding: 0;
}

.type.industries-post-sec {
  margin-top: -50px;
}

.type .innertwo .lsit .innerlist a:hover img {
  transform: scale(1.1);
}

.type .innertwo .lsit .innerlist a:hover h3 .icon-button_wrapper {
  transform: rotate(45deg);
}

/* common-inner-banner-section */
.common-inner-banner-section {
  padding: 60px 0px 60px 0px;
  background-color: #001b52;
}

.common-inner-banner-section h2 {
  color: #fff;
}

.common-content-section {
  padding: 60px 0px;
  position: relative;
}

.common-content-section .common-content-wrapper h1, .common-content-section .common-content-wrapper h2, .common-content-section .common-content-wrapper h3, .common-content-section .common-content-wrapper h4, .common-content-section .common-content-wrapper h5, .common-content-section .common-content-wrapper h6 {
  margin: 10px 0px;
  line-height: 130%;
  text-align: left;
  text-transform: capitalize;
  color: #001b52;
}

.common-content-section .common-content-wrapper ol {
  margin: 15px 0px;
  position: relative;
  padding-left: 30px;
}

.common-content-section .common-content-wrapper ol > li {
  color: var(--text);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  list-style: decimal !important;
}

.common-content-section .common-content-wrapper ul {
  position: relative;
  margin: 20px 0px;
}

.common-content-section .common-content-wrapper ul > li {
  position: relative;
  color: var(--text);
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  margin-bottom: 15px;
  padding-left: 20px;
}

.common-content-section .common-content-wrapper ul > li::before {
  content: "";
  height: 9px;
  width: 9px;
  display: block;
  position: absolute;
  left: 0px;
  top: 11px;
  border-radius: 50px;
  background: #001b52;
}

.common-content-section .common-content-wrapper h1 {
  font-size: 40px;
  font-weight: 700;
}

.common-content-section .common-content-wrapper h2 {
  font-size: 37px;
  font-weight: 700;
}

.common-content-section .common-content-wrapper h3 {
  font-size: 34px;
  font-weight: 700;
}

.common-content-section .common-content-wrapper h4 {
  font-size: 28px;
  font-weight: 700;
}

.common-content-section .common-content-wrapper h5 {
  font-size: 24px;
  font-weight: 700;
}

.common-content-section .common-content-wrapper h6 {
  font-size: 20px;
  font-weight: 700;
}

.common-content-section .common-content-wrapper a {
  color: #d2ac51;
  font-weight: 500;
}

.common-content-section .common-content-wrapper a:hover {
  color: #000;
}

.gform_wrapper .gfield input:focus, .gform_wrapper .gfield select:focus {
  border-color: #E9BB56 !important;
}

.industries-cta-sec {
  position: relative;
}

.industries-cta-sec .row-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  position: relative;
  align-items: center;
  gap: 10px;
}

.industries-cta-sec .row-wrapper .btn-group {
  margin-top: 30px;
}

.seo-result-box p {
  font-weight: 700;
}

.every-package-sec .title-wrapper p {
  font-weight: 300;
}

.concept-sprint-sec p b, .concept-sprint-sec p strong {
  color: #001B52;
  font-weight: 700;
}

.concept-sprint-sec ul.check-list li {
  font-weight: 700;
}

.cta {
  position: relative;
}
.cta:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #f5edde;
  width: 100%;
  height: 157px;
}
.cta .inner {
  border-radius: 25px;
  background: #001b52;
  padding: 97px;
  position: relative;
  overflow: hidden;
  z-index: 6;
}
.cta .inner:before {
  content: "";
  position: absolute;
  left: 50%;
  top: -120px;
  width: 675.938px;
  height: 350px;
  background: linear-gradient(45deg, #445f96 28.33%, #7ea7fb 51.95%);
  filter: blur(150px);
  transform: translate(-50%, -50%);
}
.cta .inner .innerbox {
  position: relative;
  z-index: 8;
}
.cta .inner h2 {
  color: white;
  padding-bottom: 21px;
  text-align: center;
}
.cta .inner p {
  color: rgba(255, 255, 255, 0.7);
  text-align: center;
  padding-bottom: 35px;
  font-weight: 400;
}
.cta .inner ul {
  display: flex;
  justify-content: center;
  -moz-column-gap: 30px;
       column-gap: 30px;
  padding-bottom: 40px;
}
.cta .inner ul li {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 293.556%; /* 155.556% */
  letter-spacing: -0.36px;
  padding-left: 59px;
  background-repeat: no-repeat;
  background-size: contain;
}
.cta .inner ul li:first-child {
  background-image: url("../images/check-icon.svg");
}
.cta .inner ul li:nth-child(2) {
  background-image: url("../images/date.svg");
}
.cta .inner ul li:last-child {
  background-image: url("../images/time.svg");
}
.cta .inner .btn-group {
  justify-content: center;
}

footer {
  display: flex;
  flex-direction: column;
  background: #f5edde;
}
footer .footerone {
  display: grid;
  grid-template-columns: 600px auto;
  padding-top: 98px;
  padding-bottom: 24px;
  border-bottom: 1px solid rgba(0, 27, 82, 0.1);
}
footer .footerone a.footerlogo {
  max-width: 271px;
}
footer .footerone .addresstext {
  display: flex;
  align-items: center;
  -moz-column-gap: 50px;
       column-gap: 50px;
}
footer .footerone .addresstext a {
  color: #475c85;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 137.5%; /* 137.5% */
  background-image: url("../images/address.svg");
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 23px;
}
footer .footerone .addresstext a:hover {
  color: #bd6c09;
}
footer .footertwo {
  display: grid;
  grid-template-columns: 600px auto;
  padding-top: 55px;
  padding-bottom: 50px;
  border-bottom: 1px solid rgba(0, 27, 82, 0.1);
}
footer .footertwo .divone .text {
  padding-bottom: 85px;
}
footer .footertwo .divone .text p {
  text-align: left;
  font-size: 16px;
  color: #475c85;
  max-width: 330px;
}
footer .footertwo .divone a {
  display: flex;
  background: linear-gradient(90deg, #bd6c09 0%, #f0c862 100%);
  padding: 14px 24px;
  border-radius: 10px;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  width: -moz-max-content;
  width: max-content;
  line-height: 138.889%; /* 138.889% */
}
footer .footertwo .divone a img {
  margin: 0;
  padding-right: 9px;
}
footer .footertwo .divtwo {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
footer .footertwo .divtwo .colone h3 {
  color: #001b52;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.4px;
  padding-bottom: 15px;
}
footer .footertwo .divtwo .colone ul {
  display: flex;
  flex-direction: column;
  gap: 12px;
}
footer .footertwo .divtwo .colone ul li a {
  color: #475c85;
  font-family: "Plus Jakarta Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}
footer .footertwo .divtwo .colone ul li a:hover {
  color: #bd6c09;
}
footer .footertwo .divtwo .colone:nth-child(2), footer .footertwo .divtwo .colone:last-child {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  align-content: flex-end;
  max-width: -moz-max-content;
  max-width: max-content;
  margin-left: auto;
}
footer .bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 0;
}
footer .bottom .links a {
  color: #475c85;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-right: 20px;
  margin-right: 20px;
  border-right: 1px solid rgba(0, 27, 82, 0.1);
}
footer .bottom .links a:last-child {
  border-right: 0;
}
footer .bottom .links a:hover {
  color: #bd6c09;
}
footer .bottom .copyright {
  color: #475c85;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0;
}

@media only screen and (min-width: 1600px) and (max-width: 1899px) {
  h1, .inner-banner-sec h1 {
    font-size: 60px;
  }
  h2, body.home h2 {
    font-size: 40px;
  }
  body p {
    font-size: 17px;
  }
  .herobanner .inner .text p {
    font-size: 18px;
  }
  .herobanner .inner .text {
    padding-bottom: 28px;
  }
  a.btn-main {
    padding: 14px 16px;
  }
  .pdtb120 {
    padding: 100px 0;
  }
  .about {
    padding-top: 147px;
    padding-bottom: 100px;
  }
  .type .inner .colone h3 {
    font-size: 30px;
    padding-top: 29px;
    padding-bottom: 19px;
    row-gap: 9px;
  }
  .type .inner .colone {
    padding: 37px;
  }
  .type .inner {
    gap: 30px;
  }
  .type .innertwo {
    padding-top: 84px;
  }
  .type .innertwo .lsit .innerlist a h3 {
    font-size: 24px;
  }
  .type .innertwo p.subtext {
    padding-top: 48px;
  }
  .about .inner .left .title {
    margin-bottom: 30px;
  }
  .about .inner .left .text {
    padding-bottom: 20px;
  }
  .list-icon-box-wrapper .box h3 {
    font-size: 40px;
  }
  .roi .inner .list .box .left h3 {
    font-size: 50px;
  }
  .roi .inner .list .box .left p.sub-heading {
    padding-bottom: 33px;
  }
  .roi .inner .list .box .left p.heading {
    font-size: 21px;
  }
  .roi .inner .list .box .right .title {
    font-size: 16px;
    padding: 10px 20px;
  }
  .homeowners .inner .left h2 {
    padding-bottom: 15px;
  }
  .ulli ul li {
    font-size: 17px;
  }
  span.buttonname {
    font-size: 16px;
  }
  .need .inner .box .right h2 {
    font-size: 60px;
  }
  .need .inner .box .right .sub-text p {
    font-size: 17px;
  }
  .need .inner .box .right .title {
    font-size: 30px;
    padding-bottom: 25px;
  }
  .faq li h3 {
    font-size: 22px;
  }
  .faq li .answer_faq p {
    font-size: 17px;
  }
  .cta .inner {
    padding: 87px;
  }
  .cta .inner p {
    padding-bottom: 25px;
  }
  .cta .inner ul {
    padding-bottom: 30px;
  }
  footer .footerone {
    padding-top: 78px;
  }
  footer .footertwo {
    padding-top: 45px;
    padding-bottom: 77px;
  }
  .contact-us-section .row-wrapper {
    grid-template-columns: auto 520px;
    grid-gap: 40px 100px;
  }
  .ptb-100 {
    padding: 90px 0px !important;
  }
  .process-section .process-listing-wrapper {
    gap: 45px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 18px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 18px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1350px) and (max-width: 1599px) {
  .container {
    width: 1300px;
  }
  h1, .inner-banner-sec h1 {
    font-size: 55px;
  }
  h2, body.home h2 {
    font-size: 36px;
  }
  body p {
    font-size: 17px;
  }
  a.main-btn-one,
  a.main-btn-two {
    font-size: 16px;
    padding: 16px 20px;
  }
  .herobanner .inner .text p {
    font-size: 18px;
  }
  .herobanner .inner .text {
    padding-bottom: 28px;
  }
  a.btn-main {
    padding: 14px 16px;
  }
  .pdtb120 {
    padding: 80px 0;
  }
  .about {
    padding-top: 147px;
    padding-bottom: 80px;
  }
  .type .innertwo .lsit .innerlist a img {
    height: 450px;
  }
  .type .inner .colone h3 {
    font-size: 30px;
    padding-top: 29px;
    padding-bottom: 19px;
    row-gap: 9px;
  }
  .type .inner .colone {
    padding: 37px;
  }
  .type .inner {
    gap: 30px;
  }
  .type .innertwo {
    padding-top: 64px;
  }
  .type .innertwo .lsit .innerlist a h3 {
    font-size: 22px;
    padding: 0 19px;
    bottom: 18px;
  }
  .type .innertwo .lsit {
    gap: 30px;
  }
  .type .inner .colone h3 span {
    font-size: 20px;
    letter-spacing: -0.72px;
  }
  .type .innertwo p.subtext {
    padding-top: 48px;
  }
  .about .inner .left .title {
    margin-bottom: 30px;
  }
  .about .inner .left .text {
    padding-bottom: 20px;
  }
  .list-icon-box-wrapper {
    gap: 20px;
  }
  .list-icon-box-wrapper .box h3 {
    font-size: 35px;
  }
  .roi .inner .list .box .left h3 {
    font-size: 50px;
  }
  .roi .inner .list .box .left p.sub-heading {
    padding-bottom: 33px;
  }
  .roi .inner .list .box .left p.heading {
    font-size: 21px;
  }
  .roi .inner .list .box .right .title {
    font-size: 16px;
    padding: 10px 20px;
  }
  .roi .inner .list .box .left {
    padding: 38px 40px;
  }
  .homeowners .inner .left h2 {
    padding-bottom: 15px;
  }
  .ulli ul li {
    font-size: 17px;
  }
  span.buttonname {
    font-size: 16px;
  }
  .need .inner .box .right h2 {
    font-size: 50px;
  }
  .need .inner .box .right h2:before {
    right: -50px;
    top: -26px;
  }
  .need .inner .box .right .sub-text p {
    font-size: 17px;
  }
  .need .inner .box .right .title {
    font-size: 30px;
    padding-bottom: 25px;
  }
  .faq li h3 {
    font-size: 20px;
  }
  .faq li .answer_faq p {
    font-size: 17px;
  }
  .cta .inner {
    padding: 87px;
  }
  .cta .inner p {
    padding-bottom: 25px;
  }
  .cta .inner ul {
    padding-bottom: 30px;
  }
  .cta .inner ul li {
    font-size: 17px;
  }
  footer .footertwo .divone a {
    font-size: 17px;
  }
  footer .footerone,
  footer .footertwo {
    grid-template-columns: 480px auto;
  }
  footer .footerone {
    padding-top: 78px;
  }
  footer .footertwo {
    padding-top: 30px;
    padding-bottom: 37px;
  }
  .cta .inner ul li {
    line-height: 323.556%;
  }
  .meet-the-team-sec {
    padding: 70px 0px;
  }
  .meet-the-team-sec .info-listing-wrap {
    max-width: 960px;
    gap: 45px;
  }
  .meet-the-team-sec .info-listing-wrap .info-icon-box p {
    font-size: 20px;
  }
  .meet-the-team-sec .top-wrapper {
    margin-bottom: 70px;
  }
  .team-info-wrap .team-info-box {
    grid-template-columns: 250px auto;
  }
  .team-info-wrap .team-info-box h4 span {
    font-size: 18px;
  }
  .team-info-wrap .team-info-box p {
    font-size: 17px;
  }
  ul.social-list li a {
    width: 40px;
    height: 40px;
  }
  .team-info-wrap .team-info-box ul.social-list {
    margin-top: 25px;
    gap: 10px;
  }
  .team-info-wrap .team-info-box .image {
    height: 310px;
  }
  .services-sec {
    padding: 80px 0px;
  }
  .services-two-sec {
    padding: 80px 0px;
  }
  .services-two-sec .services-listing-two .services-list-box-two {
    gap: 25px;
    padding: 45px 30px 45px 30px;
    width: 760px;
    margin-right: 25px;
  }
  .services-two-sec .services-listing-two .services-list-box-two h3 {
    font-size: 30px;
  }
  .services-two-sec .services-listing-two .services-list-box-two .icon {
    width: 35%;
  }
  .services-two-sec .top-main-wrapper {
    padding-bottom: 70px;
  }
  .roofing-business-sec {
    padding: 70px 0px 90px 0px;
  }
  .marketing-sec {
    padding-bottom: 70px;
  }
  .contractors-sec {
    padding: 70px 0px;
  }
  .contractors-box-listing .contractors-box p br {
    display: none;
  }
  .help-grow-sec {
    padding: 80px 0px;
  }
  .help-grow-sec .top-wrapper {
    grid-template-columns: 430px 550px;
  }
  .grow-info-box-track .grow-info-box .top p {
    font-size: 24px;
  }
  .grow-info-box-track .grow-info-box .value-info {
    font-size: 24px;
  }
  .grow-info-box-track .grow-info-box h3.name {
    font-size: 19px;
  }
  .grow-info-box-track .grow-info-box {
    padding: 35px 30px 30px 30px;
    width: 650px;
  }
  .contractors-box-listing .contractors-box {
    padding: 35px 30px;
  }
  .contact-us-section .row-wrapper {
    grid-template-columns: auto 520px;
    grid-gap: 40px 100px;
  }
  .contact-us-section {
    padding: 80px 0px 65px 0px;
  }
  .ptb-100 {
    padding: 80px 0px !important;
  }
  .concept-sprint-sec {
    padding: 50px 0px 65px 0px;
  }
  .launch-sec {
    padding: 80px 0px 60px 0px;
  }
  .launch-number-step-listing {
    gap: 50px;
  }
  .launch-number-step-listing .launch-number-step-box .number {
    height: 40px;
    width: 40px;
    font-size: 17px;
  }
  .launch-number-step-listing .launch-number-step-box {
    padding: 30px 20px 30px 25px;
  }
  .launch-number-step-listing .launch-number-step-box .icon {
    width: 60px;
    height: 60px;
    min-width: 60px;
    padding: 14px;
  }
  .launch-number-step-listing .launch-number-step-box .yellow {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .launch-number-step-listing .launch-number-step-box h4 {
    font-size: 22px;
  }
  .launch-sec .steps-image {
    margin-top: 40px;
  }
  .themed-websites-sec .row-wrapper:nth-child(1) {
    margin-bottom: 80px;
  }
  .themed-websites-sec .row-wrapper {
    gap: 70px;
  }
  .whats-included-sec .top-wrap {
    margin-bottom: 60px;
  }
  .whats-included-sec .bottom-wrap .row-wrapper {
    gap: 140px;
  }
  .process-section .process-listing-wrapper {
    gap: 45px;
  }
  .table-responsive table thead tr td {
    padding: 20px 20px 20px 30px;
    font-size: 16px;
  }
  .table-responsive table tbody tr:first-child td {
    padding: 10px 10px 10px 30px;
  }
  .table-responsive table tbody tr td {
    font-size: 16px;
    padding: 17px 17px 17px 30px;
  }
  .compare-packages-section {
    padding-bottom: 80px;
  }
  .work-together-section {
    padding-top: 80px;
  }
  .work-together-listing .work-together-box h3 {
    font-size: 26px;
  }
  .work-together-listing .work-together-box h4 {
    font-size: 21px;
  }
  .work-together-listing .work-together-box .number {
    width: 60px;
    height: 60px;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .seo-section .two-img-wrap {
    gap: 25px;
  }
  .business-show-platform .row-wrapper {
    grid-template-columns: 500px 500px;
  }
  .growth-wrapper .growth-box {
    padding: 40px 30px 40px 170px;
  }
  .growth-wrapper {
    gap: 30px;
  }
  .common-content-section .common-content-wrapper p {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 7px;
    width: 7px;
    top: 9px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1280px) and (max-width: 1349px) {
  .container {
    width: 1200px;
  }
  h1, .inner-banner-sec h1 {
    font-size: 50px;
  }
  h2, body.home h2 {
    font-size: 34px;
  }
  body p {
    font-size: 16px;
  }
  .booked,
  .type,
  .type:before {
    border-radius: 20px;
  }
  a.main-btn-one,
  a.main-btn-two {
    font-size: 16px;
    padding: 16px 20px;
  }
  .herobanner .inner .text p {
    font-size: 18px;
  }
  .herobanner .inner .text {
    padding-bottom: 28px;
  }
  a.btn-main {
    padding: 14px 16px;
  }
  .pdtb120 {
    padding: 70px 0;
  }
  .about {
    padding-top: 147px;
    padding-bottom: 70px;
  }
  .type .innertwo .lsit .innerlist a img {
    height: 420px;
  }
  .type .inner .colone h3 {
    font-size: 26px;
    padding-top: 29px;
    padding-bottom: 19px;
    row-gap: 9px;
  }
  .type .inner .colone {
    padding: 37px;
  }
  .type .inner {
    gap: 30px;
  }
  .type .innertwo {
    padding-top: 64px;
  }
  .type .innertwo .lsit .innerlist a h3 {
    font-size: 22px;
    padding: 0 19px;
    bottom: 18px;
  }
  .type .innertwo .lsit {
    gap: 30px;
  }
  .type .inner .colone h3 span {
    font-size: 20px;
    letter-spacing: -0.72px;
  }
  .type .innertwo p.subtext {
    padding-top: 48px;
  }
  .about .inner {
    gap: 61px;
  }
  .about .inner .left .title {
    margin-bottom: 30px;
  }
  .about .inner .left .text {
    padding-bottom: 20px;
  }
  .list-icon-box-wrapper {
    gap: 20px;
  }
  .list-icon-box-wrapper .box h3 {
    font-size: 35px;
  }
  .roi .inner .list .box .left h3 {
    font-size: 50px;
  }
  .roi .inner .list .box .left p.sub-heading {
    padding-bottom: 33px;
  }
  .roi .inner .list .box .left p.heading {
    font-size: 21px;
  }
  .roi .inner .list .box .right .title {
    font-size: 16px;
    padding: 10px 20px;
  }
  .roi .inner .list .box .left {
    padding: 38px 40px;
  }
  .homeowners .inner .left h2 {
    padding-bottom: 15px;
  }
  .ulli ul li {
    font-size: 16px;
  }
  .jobs .inner {
    gap: 40px;
  }
  span.buttonname {
    font-size: 16px;
  }
  .need .inner .box .right h2 {
    font-size: 50px;
  }
  .need .inner .box .right h2:before {
    right: -50px;
    top: -26px;
  }
  .need .inner .box .right .sub-text p {
    font-size: 16px;
  }
  .need .inner .box .right .title {
    font-size: 24px;
    padding-bottom: 17px;
  }
  footer .footertwo .divtwo .colone h3 {
    font-size: 18px;
  }
  .faq li h3 {
    font-size: 20px;
  }
  .faq li .answer_faq p {
    font-size: 16px;
  }
  .whats-included-sec ul.faq li:last-child {
    padding-bottom: 20px;
  }
  .faq li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .faq .inner .right {
    padding-left: 20px;
  }
  .cta .inner {
    padding: 87px;
  }
  .cta .inner p {
    padding-bottom: 25px;
  }
  .cta .inner ul {
    padding-bottom: 30px;
  }
  .cta .inner ul li {
    font-size: 16px;
  }
  .cta .inner ul li {
    line-height: 363.556%;
  }
  .booked .inner .left:before {
    width: 514px;
    height: 514px;
  }
  .need .inner .box .left:before {
    width: 514px;
    height: 514px;
  }
  .need .inner .box .right .ulli {
    padding-bottom: 31px;
  }
  .need:before {
    border-radius: 20px;
  }
  .need .inner .box .right .sub-text p {
    padding-right: 0;
  }
  footer .footertwo .divone a {
    font-size: 16px;
  }
  footer .footerone .addresstext {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  footer .footerone,
  footer .footertwo {
    grid-template-columns: 480px auto;
  }
  footer .footerone {
    padding-top: 78px;
  }
  footer .footertwo {
    padding-top: 30px;
    padding-bottom: 37px;
  }
  footer .footertwo .divtwo .colone ul li a {
    font-size: 15px;
  }
}
@media (max-width: 1349px) {
  .meet-the-team-sec {
    padding: 70px 0px;
  }
  .meet-the-team-sec .info-listing-wrap {
    max-width: 960px;
    gap: 45px;
  }
  .meet-the-team-sec .info-listing-wrap .info-icon-box p {
    font-size: 20px;
  }
  .meet-the-team-sec .top-wrapper {
    margin-bottom: 70px;
  }
  .team-info-wrap .team-info-box {
    grid-template-columns: 250px auto;
  }
  .team-info-wrap .team-info-box h4 span {
    font-size: 18px;
  }
  .team-info-wrap .team-info-box p {
    font-size: 17px;
  }
  ul.social-list li a {
    width: 40px;
    height: 40px;
  }
  .team-info-wrap .team-info-box ul.social-list {
    margin-top: 25px;
    gap: 10px;
  }
  .team-info-wrap .team-info-box .image {
    height: 310px;
  }
  .services-sec {
    padding: 80px 0px;
  }
  .services-two-sec {
    padding: 80px 0px;
  }
  .services-two-sec .services-listing-two .services-list-box-two {
    gap: 25px;
    padding: 45px 30px 45px 30px;
    width: 760px;
    margin-right: 25px;
  }
  .services-two-sec .services-listing-two .services-list-box-two h3 {
    font-size: 30px;
  }
  .services-two-sec .services-listing-two .services-list-box-two .icon {
    width: 35%;
  }
  .services-two-sec .top-main-wrapper {
    padding-bottom: 70px;
  }
  br {
    display: none;
  }
  .roofing-business-sec {
    padding: 60px 0px 70px 0px;
  }
  .marketing-sec {
    padding-bottom: 60px;
  }
  .contractors-sec {
    padding: 60px 0px;
  }
  .contractors-box-listing .contractors-box p br {
    display: none;
  }
  .help-grow-sec {
    padding: 70px 0px;
  }
  .help-grow-sec .top-wrapper {
    grid-template-columns: 400px 550px;
  }
  .grow-info-box-track .grow-info-box .top p {
    font-size: 24px;
  }
  .grow-info-box-track .grow-info-box .value-info {
    font-size: 22px;
  }
  .grow-info-box-track .grow-info-box h3.name {
    font-size: 19px;
  }
  .grow-info-box-track .grow-info-box {
    padding: 35px 30px 30px 30px;
    width: 600px;
  }
  .contractors-box-listing .contractors-box {
    padding: 30px 20px;
  }
  .icon-list-box-wrapper .icon-list-box {
    padding: 30px 30px 30px 30px;
  }
  .marketing-listing .marketing-box .info-wrap {
    padding: 30px 14px 25px 14px;
  }
  .marketing-listing .marketing-box .info-wrap {
    gap: 15px;
  }
  .contractors-sec .title-wrapper {
    margin-bottom: 35px;
  }
  .contact-us-section .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 30px 50px;
  }
  .contact-us-section {
    padding: 70px 0px 65px 0px;
  }
  .contact-us-section .row-wrapper .left-wrap {
    gap: 35px;
  }
  ul.check-list li {
    padding-left: 27px;
    background-size: 16px;
    font-size: 15px;
  }
  .contact-info-box {
    padding: 20px 20px 20px 20px;
    grid-template-columns: 100%;
  }
  .contact-info-box ul:nth-child(1) {
    padding-right: 0px;
    margin-right: 0;
    border-right: 0px;
    margin-bottom: 20px;
  }
  .ptb-100 {
    padding: 70px 0px !important;
  }
  .concept-sprint-sec {
    padding: 50px 0px 65px 0px;
  }
  .launch-sec {
    padding: 70px 0px 60px 0px;
  }
  .launch-number-step-listing {
    gap: 40px;
  }
  .launch-number-step-listing .launch-number-step-box .number {
    height: 35px;
    width: 35px;
    font-size: 15px;
  }
  .launch-number-step-listing .launch-number-step-box {
    padding: 30px 20px 30px 25px;
  }
  .launch-number-step-listing .launch-number-step-box .icon {
    width: 50px;
    height: 50px;
    min-width: 50px;
    padding: 10px;
  }
  .launch-number-step-listing .launch-number-step-box .yellow {
    font-size: 22px;
    margin-bottom: 15px;
  }
  .launch-number-step-listing .launch-number-step-box h4 {
    font-size: 20px;
  }
  .launch-sec .steps-image {
    margin-top: 40px;
  }
  .themed-websites-sec .row-wrapper:nth-child(1) {
    margin-bottom: 60px;
  }
  .themed-websites-sec .row-wrapper {
    gap: 30px;
  }
  .whats-included-sec .top-wrap {
    margin-bottom: 50px;
    grid-template-columns: repeat(2, 1fr);
  }
  .whats-included-sec .bottom-wrap .row-wrapper {
    gap: 110px;
  }
  .concept-sprint-sec .row-wrapper {
    gap: 70px;
  }
  .gform_wrapper.gravity-theme .gf_page_steps .gf_step {
    padding-right: 55px;
  }
  .contact-step-form h2 {
    font-size: 30px;
  }
  .gform_wrapper.gravity-theme .gfield_label {
    font-size: 15px;
  }
  .gform_wrapper .gfield input, .gform_wrapper .gfield select {
    height: 50px;
    line-height: 50px;
    font-size: 15px !important;
  }
  .gform_wrapper .gfield textarea {
    padding: 15px !important;
  }
  .process-section .process-listing-wrapper {
    gap: 45px;
  }
  .table-responsive table thead tr td {
    padding: 20px 20px 20px 30px;
    font-size: 16px;
  }
  .table-responsive table tbody tr:first-child td {
    padding: 10px 10px 10px 30px;
  }
  .table-responsive table tbody tr td {
    font-size: 16px;
    padding: 17px 17px 17px 30px;
  }
  .compare-packages-section {
    padding-bottom: 80px;
  }
  .work-together-section {
    padding-top: 80px;
  }
  .work-together-listing .work-together-box h3 {
    font-size: 26px;
  }
  .work-together-listing .work-together-box h4 {
    font-size: 21px;
  }
  .work-together-listing .work-together-box .number {
    width: 60px;
    height: 60px;
    font-size: 22px;
    margin-bottom: 20px;
  }
  .plan-price-box {
    padding: 40px 20px;
  }
  .table-responsive table tbody tr td b {
    font-size: 16px;
  }
  .table-responsive table thead tr td b {
    font-size: 16px;
  }
  .seo-section .two-img-wrap {
    gap: 25px;
  }
  .business-show-platform .row-wrapper {
    grid-template-columns: 500px 500px;
  }
  .growth-wrapper .growth-box {
    padding: 35px 30px 35px 140px;
  }
  .growth-wrapper {
    gap: 30px;
  }
  .growth-wrapper .growth-box .icon {
    left: -15px;
    height: 110px;
    width: 110px;
  }
  .growth-info-wrap ul li {
    font-size: 15px;
  }
  .growth-section .btn-wrapper {
    margin-top: 40px;
  }
  .working-together-section .buttonname {
    margin-top: 40px;
  }
  .working-together-wrapper .working-together-box h3 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper p {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 7px;
    width: 7px;
    top: 9px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 16px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 35px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 30px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 18px;
  }
}
@media only screen and (min-width: 1121px) and (max-width: 1279px) {
  .container {
    width: 1100px;
  }
  h1, .inner-banner-sec h1 {
    font-size: 45px;
  }
  h2, body.home h2 {
    font-size: 34px;
  }
  body p {
    font-size: 16px;
  }
  .booked,
  .type,
  .type:before {
    border-radius: 20px;
  }
  .header .header-right {
    padding-left: 50px;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 11px;
  }
  .header .header-right .nav-main ul.menu li.menu-item-has-children {
    margin-right: 11px;
  }
  a.main-btn-one,
  a.main-btn-two {
    font-size: 14px;
    padding: 16px 20px;
  }
  .herobanner .inner .text p {
    font-size: 17px;
  }
  .herobanner .inner .text {
    padding-bottom: 28px;
  }
  a.btn-main {
    padding: 14px 16px;
  }
  .pdtb120 {
    padding: 70px 0;
  }
  .about {
    padding-top: 127px;
    padding-bottom: 70px;
  }
  .type .innertwo .lsit .innerlist a img {
    height: auto;
  }
  .type .inner .colone h3 {
    font-size: 26px;
    padding-top: 29px;
    padding-bottom: 19px;
    row-gap: 9px;
  }
  .type .inner .colone {
    padding: 20px;
  }
  .type .inner {
    gap: 30px;
  }
  .type .innertwo {
    padding-top: 44px;
  }
  .type .innertwo .lsit .innerlist a h3 {
    font-size: 18px;
    padding: 0 19px;
    bottom: 18px;
  }
  .type .innertwo .lsit {
    gap: 20px;
  }
  .type .inner .colone h3 span {
    font-size: 20px;
    letter-spacing: -0.72px;
  }
  .type .innertwo p.subtext {
    padding-top: 28px;
    padding-bottom: 15px;
  }
  .about .inner {
    gap: 61px;
  }
  .about .inner .left .title {
    margin-bottom: 30px;
  }
  .about .inner .left .text {
    padding-bottom: 20px;
  }
  .list-icon-box-wrapper {
    gap: 20px;
  }
  .list-icon-box-wrapper .box h3 {
    font-size: 31px;
  }
  .roi .inner .list .box .left h3 {
    font-size: 40px;
  }
  .roi .inner .list .box .left p.sub-heading {
    padding-bottom: 33px;
  }
  .roi .inner .list .box .left p.heading {
    font-size: 20px;
  }
  .roi .inner .list .box .right .title {
    font-size: 16px;
    padding: 10px 20px;
  }
  .roi .inner .list .box .left {
    padding: 23px 20px;
  }
  .homeowners .inner .left .text {
    padding-right: 0;
  }
  .jobs .inner .left h2 br {
    display: none;
  }
  .jobs .inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .homeowners .inner .left h2 {
    padding-bottom: 15px;
  }
  .ulli ul li {
    font-size: 16px;
  }
  .jobs .inner {
    gap: 40px;
  }
  span.buttonname {
    font-size: 16px;
  }
  .need .inner .box .right h2 {
    font-size: 43px;
  }
  .need .inner .box .right h2:before {
    right: -50px;
    top: -26px;
  }
  .need .inner .box .right .sub-text p {
    font-size: 16px;
  }
  .need .inner .box .right .title {
    font-size: 24px;
    padding-bottom: 17px;
  }
  footer .footertwo .divtwo .colone h3 {
    font-size: 18px;
  }
  .faq li h3 {
    font-size: 20px;
  }
  .faq li .answer_faq p {
    font-size: 16px;
  }
  .faq li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .whats-included-sec ul.faq li:last-child {
    padding-bottom: 20px;
  }
  .faq .inner .right {
    padding-left: 20px;
  }
  .cta .inner {
    padding: 50px;
  }
  .cta .inner p {
    padding-bottom: 25px;
  }
  .cta .inner ul {
    padding-bottom: 30px;
  }
  .cta .inner ul li {
    font-size: 16px;
  }
  .cta .inner ul li {
    line-height: 363.556%;
  }
  .booked .inner .left:before {
    width: 514px;
    height: 514px;
  }
  .need .inner .box .left:before {
    width: 514px;
    height: 514px;
  }
  .need .inner .box .right .ulli {
    padding-bottom: 31px;
  }
  .need:before {
    border-radius: 20px;
  }
  .need .inner .box .right .sub-text p {
    padding-right: 0;
  }
  footer .footertwo .divone a {
    font-size: 16px;
  }
  footer .footerone .addresstext {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  footer .footerone,
  footer .footertwo {
    grid-template-columns: 480px auto;
  }
  footer .footerone {
    padding-top: 78px;
  }
  footer .footertwo {
    padding-top: 30px;
    padding-bottom: 37px;
  }
  footer .footertwo .divtwo .colone ul li a {
    font-size: 15px;
  }
  .inner-banner-sec .row-wrapper {
    grid-template-columns: auto 550px;
    gap: 50px;
  }
  .meet-the-team-sec .info-listing-wrap .info-icon-box {
    grid-template-columns: 70px auto;
    gap: 30px;
  }
  .meet-the-team-sec .info-listing-wrap .info-icon-box .icon {
    height: 70px;
    padding: 13px;
  }
  .meet-the-team-sec .info-listing-wrap .info-icon-box p {
    font-size: 16px;
  }
  .team-info-wrap .team-info-box {
    grid-template-columns: 200px auto;
  }
  .team-info-wrap .team-info-box .image {
    height: 300px;
  }
  .team-info-wrap .team-info-box h4 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .team-info-wrap .team-info-box h4 span {
    font-size: 15px;
  }
  .team-info-wrap .team-info-box p {
    font-size: 15px;
  }
  .team-info-wrap .team-info-box .image img {
    border-radius: 10px;
  }
  .service-listing .service-box h3 {
    margin-bottom: 15px;
  }
  .services-two-sec .bottom-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 1120px) {
  .container {
    width: 100%;
    padding: 0 25px;
  }
  h1, .inner-banner-sec h1 {
    font-size: 45px;
  }
  h2, body.home h2 {
    font-size: 30px;
  }
  body p {
    font-size: 16px;
  }
  .booked,
  .type,
  .type:before {
    border-radius: 20px;
  }
  .header .header-right {
    padding-left: 17px;
  }
  .header .header-right .nav-main ul.menu li {
    padding: 0 11px;
  }
  .header .header-right .nav-main ul.menu li.menu-item-has-children {
    margin-right: 11px;
  }
  .header .header-main .logo {
    width: 214px;
  }
  a.main-btn-one,
  a.main-btn-two {
    font-size: 14px;
    padding: 15px 15px;
  }
  html body {
    padding: 72px 0 0 0;
  }
  .herobanner .inner .text p {
    font-size: 17px;
  }
  .herobanner .inner .text {
    padding-bottom: 28px;
  }
  a.btn-main {
    padding: 14px 16px;
  }
  .pdtb120 {
    padding: 50px 0;
  }
  .about {
    padding-top: 127px;
    padding-bottom: 50px;
  }
  .need .inner .box {
    margin-top: 30px;
  }
  .need .inner .box .right {
    padding: 50px 10px;
  }
  .type .innertwo .lsit .innerlist a img {
    height: auto;
  }
  .type .inner .colone h3 {
    font-size: 26px;
    padding-top: 29px;
    padding-bottom: 19px;
    row-gap: 9px;
  }
  .type .inner .colone {
    padding: 20px;
  }
  .type .inner {
    gap: 15px;
  }
  .type .innertwo {
    padding-top: 44px;
  }
  .type .innertwo .lsit .innerlist a h3 {
    font-size: 18px;
    padding: 0 19px;
    bottom: 18px;
  }
  .type .innertwo .lsit {
    gap: 20px;
  }
  .type .inner .colone h3 span {
    font-size: 20px;
    letter-spacing: -0.72px;
  }
  .type .innertwo p.subtext {
    padding-top: 28px;
    padding-bottom: 15px;
  }
  .about .inner {
    gap: 21px;
  }
  .jobs .inner .left ul {
    margin-bottom: 32px;
  }
  .roi .inner .list {
    row-gap: 15px;
  }
  .roi .inner .list .box {
    grid-template-columns: 360px auto;
  }
  .roi .inner .list .box:nth-child(2) {
    grid-template-columns: auto 360px;
  }
  .about .inner .left .title {
    margin-bottom: 30px;
  }
  .about .inner .left .text {
    padding-bottom: 20px;
  }
  .list-icon-box-wrapper {
    gap: 20px;
  }
  .list-icon-box-wrapper .box h3 {
    font-size: 31px;
  }
  .roi .inner .list .box .left h3 {
    font-size: 40px;
  }
  .roi .inner .list .box .left p.sub-heading {
    padding-bottom: 33px;
  }
  .roi .inner .list .box .left p.heading {
    font-size: 20px;
  }
  .roi .inner .list .box .right .title {
    font-size: 16px;
    padding: 10px 20px;
  }
  .roi .inner .list .box .left {
    padding: 23px 20px;
  }
  .homeowners .inner .left .text {
    padding-right: 0;
  }
  .jobs .inner .left h2 br {
    display: none;
  }
  .jobs .inner {
    grid-template-columns: repeat(2, 1fr);
  }
  .homeowners .inner .left h2 {
    padding-bottom: 15px;
  }
  .ulli ul li {
    font-size: 16px;
  }
  .jobs .inner {
    gap: 40px;
  }
  span.buttonname {
    font-size: 16px;
  }
  .need .inner .box .right h2 {
    font-size: 43px;
  }
  .need .inner .box .right h2:before {
    right: -50px;
    top: -26px;
  }
  .need .inner .box .right .sub-text p {
    font-size: 16px;
  }
  .need .inner .box .right .title {
    font-size: 21px;
    padding-bottom: 17px;
  }
  .faq .inner {
    grid-template-columns: 361px auto;
  }
  footer .footertwo .divtwo .colone h3 {
    font-size: 18px;
  }
  .faq li h3 {
    font-size: 20px;
  }
  .faq li .answer_faq p {
    font-size: 16px;
  }
  .faq li {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .whats-included-sec ul.faq li:last-child {
    padding-bottom: 20px;
  }
  .faq .inner .right {
    padding-left: 20px;
  }
  .cta .inner {
    padding: 50px;
  }
  .cta .inner p {
    padding-bottom: 25px;
  }
  .cta .inner ul {
    padding-bottom: 30px;
  }
  .cta .inner ul li {
    font-size: 16px;
  }
  .cta .inner ul li {
    line-height: 363.556%;
  }
  .booked .inner .left:before {
    width: 514px;
    height: 514px;
  }
  .need .inner .box .left:before {
    width: 514px;
    height: 514px;
  }
  .need .inner .box .right .ulli {
    padding-bottom: 31px;
  }
  .need:before {
    border-radius: 20px;
  }
  .need .inner .box .right .sub-text p {
    padding-right: 0;
  }
  footer .footerone .addresstext a {
    background-position: top 3px left;
  }
  footer .footertwo .divone a {
    font-size: 16px;
  }
  footer .footerone .addresstext {
    -moz-column-gap: 20px;
         column-gap: 20px;
  }
  footer .footerone,
  footer .footertwo {
    grid-template-columns: 480px auto;
  }
  footer .footerone {
    padding-top: 48px;
  }
  footer .footertwo {
    padding-top: 30px;
    padding-bottom: 37px;
  }
  footer .footertwo .divtwo .colone ul li a {
    font-size: 15px;
  }
  .inner-banner-sec .row-wrapper {
    grid-template-columns: auto 550px;
    gap: 50px;
  }
  .meet-the-team-sec .info-listing-wrap .info-icon-box {
    grid-template-columns: 70px auto;
    gap: 30px;
  }
  .meet-the-team-sec .info-listing-wrap .info-icon-box .icon {
    height: 70px;
    padding: 13px;
  }
  .meet-the-team-sec .info-listing-wrap .info-icon-box p {
    font-size: 16px;
  }
  .team-info-wrap .team-info-box {
    grid-template-columns: 200px auto;
  }
  .team-info-wrap .team-info-box .image {
    height: 300px;
  }
  .team-info-wrap .team-info-box h4 {
    font-size: 25px;
    margin-bottom: 15px;
  }
  .team-info-wrap .team-info-box h4 span {
    font-size: 15px;
  }
  .team-info-wrap .team-info-box p {
    font-size: 15px;
  }
  .team-info-wrap .team-info-box .image img {
    border-radius: 10px;
  }
  .service-listing .service-box h3 {
    margin-bottom: 15px;
  }
  .services-two-sec .bottom-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .meet-the-team-sec {
    padding: 60px 0px;
  }
  .services-sec {
    padding: 60px 0px;
  }
  .services-two-sec {
    padding: 60px 0px;
  }
  .services-two-sec .services-listing-two .services-list-box-two h3 {
    font-size: 26px;
  }
  .services-two-sec .services-listing-two .services-list-box-two .icon {
    width: 30%;
  }
  .service-listing .service-box {
    width: 31%;
    padding: 30px 20px 35px 20px;
  }
  .inner-banner-sec.inner-two .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  .inner-banner-sec .image {
    height: 355px;
  }
  .help-grow-sec .top-wrapper {
    grid-template-columns: 350px 520px;
  }
  .grow-info-box-track .grow-info-box .top p br {
    display: none;
  }
  .icon-list-box-wrapper .icon-list-box .icon {
    width: 35px;
    min-width: 35px;
  }
  .btn-group {
    -moz-column-gap: 15px;
         column-gap: 15px;
  }
  .themed-websites-sec p {
    margin-bottom: 20px;
  }
  .themed-websites-sec ul.check-list {
    gap: 15px;
  }
  .whats-included-sec .bottom-wrap .row-wrapper {
    gap: 80px;
  }
  .contact-step-form {
    padding: 40px 30px;
  }
  .business-show-platform .row-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 110px;
  }
  .growth-wrapper .growth-box {
    padding: 30px 30px 30px 110px;
  }
  .growth-wrapper .growth-box .icon {
    left: -15px;
    height: 90px;
    width: 90px;
  }
  .growth-wrapper .growth-box h4 br {
    display: none;
  }
  .working-together-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
  html .wow {
    animation-name: none !important;
    visibility: visible !important;
  }
  .industries-cta-sec .row-wrapper .btn-group {
    margin-top: 20px;
  }
}
@media (max-width: 991px) {
  .container {
    padding: 0 15px;
  }
  .header .header-main .header-center {
    display: none;
  }
  .header .header-main .logo {
    top: 0px;
  }
  .header .header-right {
    order: 2;
    margin-right: 0;
  }
  .header .header-right .nav-main {
    width: 100%;
    height: 100vh !important;
    position: fixed;
    left: -100%;
    top: 0px;
    padding-right: 0;
    overflow-x: hidden;
    overflow-y: auto;
    transition: inherit;
    z-index: 9;
    display: none;
    transition: all 0.25s ease 0s;
    background-color: #fff;
    padding: 80px 15px 20px 15px;
  }
  .header .header-right .nav-main ul.menu li {
    float: none;
    display: inline-block;
    width: 100%;
    height: auto;
    padding: 18px 20px 18px 0px;
    border-bottom: 1px solid #ebe7e7;
  }
  .header .header-right .nav-main ul.menu li a {
    float: none;
    display: inline-block;
    height: auto;
    display: block;
    font-size: 16px;
    padding: 0;
    color: #001b52;
    transition: inherit;
  }
  .header .header-right .nav-main ul.menu li a::after {
    display: none;
  }
  .header .header-right .nav-main ul.menu li .hover {
    display: none;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu {
    width: 100% !important;
    padding: 10px 0px 0 10px;
    background-color: transparent;
    visibility: visible;
    opacity: 1;
    position: relative;
    box-shadow: none;
    transition: all 0s !important;
    top: 0;
    left: 0px;
    overflow-y: scroll;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu:before {
    display: none;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li a {
    border-bottom: unset;
    padding-left: 0;
    color: #001b52 !important;
    font-size: 14px;
    padding: 10px;
    text-transform: capitalize;
    font-weight: 700;
  }
  .header .header-right .nav-main ul.menu li span {
    display: inline-block;
    position: absolute;
    right: 0px;
    top: 12px;
    width: 30px;
    height: 30px;
    z-index: 111;
    background: url("../images/ic-menu-dropdown-arrow-black.svg") no-repeat;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 15px;
    cursor: pointer;
    border: none;
    padding-bottom: 0;
    filter: brightness(0);
    transition: all 0.5s;
  }
  .header .header-right .nav-main ul.menu li.menu-item-has-children {
    background-image: unset;
  }
  .header .header-right .nav-main ul.menu li.open span {
    transform: rotate(180deg);
    transition: all 0.5s;
  }
  .nav_open {
    overflow: hidden;
  }
  .res_navigation {
    width: 30px;
    display: block;
    position: relative;
    right: 0px;
    top: 0px;
    margin-left: auto;
  }
  .nav-toggle.active .bottom {
    transform: translateY(-7px) translateX(0) rotate(-45deg);
    background: #001b52;
    top: 15px;
  }
  .nav-toggle.active .top {
    transform: translateY(12px) translateX(0) rotate(45deg);
    background: #001b52;
    top: -4px;
  }
  .nav-toggle.active .middle {
    opacity: 0;
    background: #001b52;
  }
  .gform_wrapper ul li.gfield {
    width: 100% !important;
  }
  .type .inner .colone h3 {
    font-size: 21px;
  }
  .type .inner .colone h3 span {
    font-size: 17px;
  }
  .type .inner .colone p {
    font-size: 15px;
  }
  .type .innertwo .lsit {
    grid-template-columns: repeat(2, 1fr);
  }
  .about .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .roi .inner .list .box,
  .roi .inner .list .box:nth-child(2) {
    grid-template-columns: repeat(2, 1fr);
  }
  .roi .inner .list {
    padding-top: 24px;
  }
  .roi .inner .list .box .left p.heading {
    font-size: 16px;
  }
  .homeowners .inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .homeowners .inner .left .ulli {
    margin-bottom: 30px;
  }
  .homeowners .inner .right img {
    margin: 0;
  }
  h2 br {
    display: none;
  }
  .booked .inner {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .booked .inner .right {
    width: 100%;
  }
  .booked .inner .right .text {
    max-width: 100%;
  }
  .booked .inner .right .ulli {
    padding-bottom: 30px;
  }
  .jobs .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .jobs .inner .left .text br {
    display: none;
  }
  .need .inner .box {
    grid-template-columns: repeat(1, 1fr);
  }
  .need .inner .box .right {
    padding: 50px 20px;
    padding-top: 0;
  }
  .need .inner .box .left {
    padding: 0 15px;
  }
  .faq .inner {
    grid-template-columns: auto;
  }
  .faq .inner .right {
    padding-left: 0;
  }
  .faq .inner .left h2 {
    text-align: center;
    margin-bottom: 30px;
  }
  .cta .inner ul li {
    font-size: 13px;
  }
  .cta .inner:before {
    height: 250px;
  }
  .cta .inner p {
    padding-bottom: 15px;
  }
  .cta .inner ul {
    padding-bottom: 20px;
  }
  footer .footerone,
  footer .footertwo {
    grid-template-columns: auto;
  }
  footer .footerone .addresstext {
    margin-top: 20px;
  }
  footer .footertwo .divone .text p {
    max-width: 100%;
  }
  footer .footertwo .divone .text {
    padding-bottom: 15px;
  }
  footer .footerone {
    justify-items: center;
  }
  footer .footertwo .divone .text p {
    text-align: center;
    padding: 0 50px;
  }
  footer .footertwo .divone {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 26px;
  }
  footer .footertwo {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .type .innertwo .text {
    padding-bottom: 20px;
  }
  .cta .inner ul li {
    background-size: 45px;
  }
  .herobanner {
    padding-top: 50px;
  }
  .header .header-right .nav-main ul.menu li.menu-item-has-children {
    margin-right: 0px;
  }
  .header .header-right .nav-main ul.menu li ul.sub-menu li.current-menu-item a {
    color: #001b52 !important;
  }
}
@media (max-width: 991px) {
  .inner-banner-sec h1 br {
    display: none;
  }
  .inner-banner-sec .row-wrapper {
    grid-template-columns: 100%;
    gap: 40px;
  }
  .meet-the-team-sec, .roofing-business-sec, .seo-section {
    border-radius: 20px 20px 0px 0px;
  }
  .meet-the-team-sec::before, .roofing-business-sec::before, .concept-sprint-sec::before, .plan-prices-section::before, .work-together-section::before, .seo-section::before {
    border-radius: 20px 20px 0px 0px;
  }
  .meet-the-team-sec .info-listing-wrap .info-icon-box {
    gap: 20px;
  }
  .meet-the-team-sec .info-listing-wrap {
    gap: 25px;
  }
  .meet-the-team-sec .top-wrapper {
    margin-bottom: 40px;
  }
  .team-info-wrap {
    grid-template-columns: 100%;
  }
  .team-info-wrap .team-info-box .image {
    height: 250px;
  }
  .service-listing .service-box {
    width: 48%;
  }
  .services-two-sec .top-main-wrapper {
    padding-bottom: 50px;
  }
  .services-two-sec .bottom-wrapper .left-wrap p {
    padding-bottom: 5px;
  }
  .services-two-sec .bottom-wrapper .main-btn-one {
    margin-top: 15px;
  }
  .services-two-sec .bottom-wrapper h2 {
    margin-bottom: 15px;
  }
  .inner-banner-sec.inner-two .row-wrapper {
    grid-template-columns: 100%;
  }
  .roofing-business-sec {
    padding: 60px 0px 60px 0px;
  }
  .marketing-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .marketing-sec .top-wrapper {
    grid-gap: 20px 50px;
    margin-bottom: 40px;
  }
  .help-grow-sec {
    padding: 60px 0px;
  }
  .help-grow-sec .top-wrapper {
    grid-template-columns: 100%;
  }
  .contact-us-section {
    padding: 50px 0px 50px 0px;
  }
  .contact-step-form {
    padding: 30px 25px;
  }
  .contact-info-box ul li a, .contact-info-box ul li p {
    font-size: 16px;
  }
  .ptb-100 {
    padding: 60px 0px !important;
  }
  .concept-sprint-sec .row-wrapper {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .launch-sec {
    padding: 60px 0px 60px 0px;
  }
  .launch-number-step-listing {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .launch-number-step-listing .launch-number-step-box .number {
    left: -5px;
  }
  .themed-websites-sec .row-wrapper:nth-child(1) {
    margin-bottom: 40px;
  }
  .themed-websites-sec .row-wrapper {
    grid-template-columns: 100%;
  }
  .themed-websites-sec .row-wrapper:nth-child(1) .right-wrap {
    order: -1;
  }
  .whats-included-sec .top-wrap {
    grid-template-columns: 100%;
  }
  .whats-included-sec .bottom-wrap .row-wrapper {
    gap: 50px;
  }
  .contact-us-section .row-wrapper {
    grid-template-columns: 100%;
  }
  .plan-prices-listing {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .plan-price-box {
    width: 48%;
  }
  .process-section .process-listing-wrapper {
    gap: 25px;
  }
  .process-section .process-listing-wrapper .process-box {
    padding: 35px 20px;
  }
  .process-section .process-listing-wrapper .process-box .number {
    height: 37px;
    width: 37px;
    font-size: 15px;
    left: -10px;
    top: -10px;
  }
  .process-section .process-listing-wrapper .process-box h3 {
    margin-bottom: 15px;
  }
  .process-section .title-wrapper {
    margin-bottom: 40px;
  }
  .process-section .bottom-msg {
    margin-top: 30px;
  }
  .every-package-sec .package-listing .package-box {
    padding: 30px;
  }
  .every-package-sec .package-listing .package-box .content p.b {
    font-size: 16px;
    padding-bottom: 20px;
  }
  .every-package-sec .package-listing .package-box .content p {
    font-size: 15px;
  }
  .table-responsive table thead tr td {
    padding: 15px 15px 15px 20px;
    font-size: 15px;
  }
  .table-responsive table tbody tr:first-child td {
    padding: 10px 10px 10px 20px;
  }
  .table-responsive table tbody tr td {
    font-size: 15px;
    padding: 12px 12px 12px 20px;
  }
  .table-responsive table tbody tr td b {
    font-size: 15px;
  }
  .compare-packages-section {
    padding-bottom: 70px;
  }
  .work-together-section {
    padding-top: 70px;
  }
  .work-together-listing {
    grid-template-columns: repeat(2, 1fr);
  }
  .seo-section .two-img-wrap {
    gap: 15px;
  }
  .seo-result-box-wrapper {
    margin-top: 15px;
    gap: 15px;
  }
  .seo-result-box {
    padding: 20px 20px 20px 20px;
    gap: 15px;
    flex-direction: column;
    align-items: flex-start;
  }
  .business-show-platform .row-wrapper {
    grid-template-columns: 100%;
    gap: 50px;
  }
  .business-show-platform span.buttonname {
    margin-top: 25px;
    padding: 15px 20px;
  }
  .search-platform-list .search-platform-box span {
    font-size: 18px;
  }
  .search-platform-list .search-platform-box {
    margin-bottom: 25px;
    padding-bottom: 25px;
  }
  .growth-section .title-wrapper {
    margin-bottom: 40px;
  }
  .growth-wrapper {
    grid-template-columns: 100%;
    gap: 20px;
  }
  .growth-info-wrap {
    align-items: flex-start;
    flex-direction: column;
  }
  .growth-info-wrap ul {
    flex-direction: column;
    width: 100%;
  }
  .common-inner-banner-section {
    padding: 40px 0px 40px 0px;
  }
  .common-content-section {
    padding: 30px 0px 40px 0px;
  }
  .main-btn-one:hover .icon-button::after, .main-btn-two:hover .icon-button::after {
    transform: translate(-5px, 9px);
  }
}
@media (max-width: 767px) {
  .herobanner .inner h1 br,
  .herobanner .inner .text p br,
  .roi .inner .text p br, .inner-banner-sec h1 br {
    display: none;
  }
  .btn-group {
    -moz-column-gap: 10px;
         column-gap: 10px;
    flex-direction: column;
    row-gap: 10px;
  }
  h1, .inner-banner-sec h1 {
    font-size: 34px;
  }
  h2, body.home h2 {
    font-size: 28px;
  }
  .type .inner {
    grid-template-columns: repeat(1, 1fr);
  }
  .type .innertwo .lsit {
    grid-template-columns: repeat(1, 1fr);
  }
  .btn-group {
    align-items: center;
  }
  .list-icon-box-wrapper {
    gap: 10px;
  }
  .roi .inner .list .box,
  .roi .inner .list .box:nth-child(2) {
    grid-template-columns: repeat(1, 1fr);
  }
  .roi .inner .list .box .left {
    order: 2;
  }
  .roi .inner .list .box .right .title {
    font-size: 12px;
    padding: 10px 12px;
  }
  .roi .inner .list .box .left p.sub-heading {
    padding-bottom: 13px;
  }
  .roi .inner .list .box .left p.heading br {
    display: none;
  }
  .roi .inner .list {
    row-gap: 45px;
  }
  .booked .inner .right {
    width: 100%;
    position: relative;
    z-index: 5;
  }
  .cta .inner ul {
    row-gap: 10px;
    flex-direction: column;
  }
  footer .footerone .addresstext {
    row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }
  footer .footerone .addresstext a {
    background-position: top 0px left;
  }
  footer .footertwo .divone .text p {
    padding: 0;
  }
  footer .bottom {
    flex-direction: column;
    align-items: center;
    row-gap: 14px;
  }
  footer .bottom .copyright {
    text-align: center;
  }
  .cta .inner {
    padding: 35px 15px;
  }
  .cta .inner h2,
  .cta .inner p {
    text-align: left;
  }
  .need .btn-group {
    align-items: baseline;
  }
  .inner-banner-sec {
    padding: 41px 0px 100px 0px;
  }
  .inner-banner-sec .row-wrapper {
    gap: 20px;
  }
  .list-icon-box-wrapper .box {
    padding: 15px;
  }
  .list-icon-box-wrapper .box img {
    height: 50px;
    width: 50px;
  }
  .meet-the-team-sec {
    padding: 50px 0px;
  }
  .meet-the-team-sec .top-wrapper h2 {
    margin-bottom: 30px;
  }
  .meet-the-team-sec .info-listing-wrap .info-icon-box {
    gap: 15px;
  }
  .meet-the-team-sec .bottom-wrapper h2 {
    margin-bottom: 30px;
  }
  .team-info-wrap .team-info-box {
    grid-template-columns: 100%;
  }
  .team-info-wrap .team-info-box .image {
    height: 350px;
  }
  .services-sec {
    padding: 50px 0px;
  }
  .services-sec .top-wrapper {
    gap: 10px;
    margin-bottom: 30px;
    grid-template-columns: 100%;
  }
  .services-sec .btn-wrapper {
    margin-top: 30px;
  }
  .services-sec h2 {
    text-align: center;
  }
  .service-listing .service-box {
    width: 100%;
  }
  .services-sec p {
    text-align: center;
  }
  .services-two-sec {
    padding: 50px 0px;
  }
  .services-two-sec .top-main-wrapper .title-wrap {
    margin-bottom: 30px;
    padding: 0px 15px;
  }
  .services-two-sec .services-listing-two .services-list-box-two {
    gap: 15px;
    padding: 30px 20px 30px 20px;
    width: 350px;
    margin-right: 10px;
    flex-direction: column;
  }
  .services-two-sec .services-listing-two .services-list-box-two h3 {
    font-size: 21px;
  }
  .services-two-sec .services-listing-two .services-list-box-two p {
    font-size: 14px;
  }
  .services-two-sec .bottom-wrapper {
    grid-template-columns: 100%;
  }
  .inner-banner-sec h1 {
    text-align: center;
  }
  .inner-banner-sec p {
    text-align: center;
  }
  .inner-banner-sec .row-wrapper .left-col {
    text-align: center;
  }
  .inner-banner-sec .image {
    height: 250px;
  }
  .inner-banner-sec .image img {
    border-radius: 15px;
  }
  .roofing-business-sec {
    padding: 50px 0px 50px 0px;
  }
  body p {
    font-size: 15px;
  }
  .icon-list-box-wrapper {
    grid-template-columns: 100%;
  }
  .icon-list-box-wrapper .icon-list-box {
    padding: 25px 20px 25px 20px;
  }
  h3 {
    font-size: 20px;
  }
  .marketing-sec .top-wrapper {
    grid-template-columns: 100%;
    grid-gap: 20px 20px;
    margin-bottom: 30px;
  }
  .marketing-listing {
    grid-template-columns: 100%;
  }
  .marketing-sec .bottom-msg {
    font-size: 18px;
    margin-top: 20px;
  }
  .marketing-sec {
    padding-bottom: 50px;
  }
  .contractors-sec {
    padding: 50px 0px;
  }
  .contractors-box-listing {
    grid-template-columns: 100%;
  }
  .help-grow-sec {
    padding: 50px 0px;
  }
  .grow-box-listing {
    grid-template-columns: 100%;
  }
  .grow-box-listing .grow-box {
    border-radius: 10px;
    padding: 20px 15px 20px 20px;
  }
  .grow-info-box-track .grow-info-box .top p {
    font-size: 16px;
  }
  .grow-info-box-track .grow-info-box .top {
    margin-bottom: 40px;
  }
  .grow-info-box-track .grow-info-box .bottom {
    align-items: flex-start;
    gap: 10px;
    flex-direction: column;
  }
  .grow-info-box-track .grow-info-box h3.name {
    font-size: 17px;
  }
  .grow-info-box-track .grow-info-box .value-info {
    font-size: 18px;
  }
  .grow-info-box-track .grow-info-box {
    padding: 25px 20px 25px 20px;
    width: 280px;
    margin-right: 10px;
  }
  .contact-us-section .row-wrapper .left-wrap {
    gap: 25px;
  }
  .contact-step-form {
    padding: 25px 15px;
  }
  .ptb-100 {
    padding: 50px 0px !important;
  }
  html .subheading {
    font-size: 10px;
    padding: 8px 10px;
  }
  .inner-banner-sec .image.bg-color {
    border-radius: 10px;
    padding: 7px;
  }
  .concept-sprint-sec {
    border-radius: 20px 20px 0px 0px;
  }
  .concept-sprint-sec .btn-group {
    align-items: flex-start;
  }
  .concept-sprint-sec {
    padding: 50px 0px 50px 0px;
  }
  .launch-sec {
    padding: 50px 0px 50px 0px;
  }
  .launch-sec .title-wrapper {
    margin-bottom: 50px;
  }
  .launch-number-step-listing {
    grid-template-columns: 100%;
  }
  .launch-sec .steps-image {
    margin-top: 25px;
  }
  .launch-number-step-listing .launch-number-step-box .icon {
    width: 40px;
    height: 40px;
    min-width: 40px;
    padding: 8px;
  }
  .launch-number-step-listing .launch-number-step-box {
    padding: 30px 20px 20px 20px;
  }
  .launch-number-step-listing .launch-number-step-box .yellow {
    font-size: 20px;
  }
  .launch-number-step-listing .launch-number-step-box h4 {
    font-size: 18px;
  }
  .launch-number-step-listing .launch-number-step-box .number {
    height: 30px;
    width: 30px;
    font-size: 13px;
  }
  .themed-websites-sec .btn-group {
    align-items: flex-start;
  }
  .themed-websites-sec h3 {
    font-size: 20px;
  }
  .whats-included-sec .top-wrap {
    margin-bottom: 40px;
  }
  .whats-included-sec .bottom-wrap .row-wrapper {
    grid-template-columns: 100%;
  }
  .whats-included-sec .bottom-wrap .row-wrapper {
    gap: 40px;
  }
  .whats-included-sec ul.faq li:last-child {
    margin-bottom: 20px;
  }
  .gform_wrapper.gravity-theme .gf_page_steps .gf_step {
    padding-right: 35px;
    gap: 15px;
  }
  .gform_wrapper.gravity-theme .gf_page_steps .gf_step .gf_step_label {
    font-size: 15px;
  }
  .gform_wrapper.gravity-theme .gf_page_steps {
    margin-bottom: 30px !important;
  }
  .contact-step-form h2 {
    font-size: 25px;
    margin-bottom: 5px;
  }
  .gform_wrapper.gravity-theme .gform_page_footer {
    flex-direction: column;
  }
  .sub-head-wrapper {
    justify-content: center;
  }
  .inner-banner-sec .btn-group {
    margin: 25px 0px 15px 0px;
  }
  .plan-prices-section {
    border-radius: 20px 20px 0px 0px;
  }
  .plan-price-box {
    width: 100%;
  }
  .plan-price-box .highlight-msg {
    padding: 10px 15px;
    font-size: 13px;
  }
  .plan-price-box ul.price-listing li {
    padding-left: 30px;
    background-size: 18px;
    font-size: 15px;
  }
  .plan-prices-listing {
    gap: 35px;
  }
  .plan-prices-section .bottom-msg {
    margin-top: 25px;
  }
  .process-section .process-listing-wrapper {
    grid-template-columns: 100%;
  }
  .process-section .process-listing-wrapper .process-box .number {
    left: 0;
    top: -20px;
    right: 0;
    margin: 0 auto;
  }
  .every-package-sec .title-wrapper {
    margin-bottom: 30px;
  }
  .every-package-sec .package-listing .package-box {
    border-radius: 10px;
    grid-template-columns: 100%;
    padding: 25px;
    top: 60px;
  }
  .booked .inner .right p.subtext {
    text-align: left;
  }
  .compare-packages-section {
    padding-bottom: 50px;
  }
  .work-together-section {
    padding-top: 50px;
  }
  .work-together-section .title-wrapper {
    margin-bottom: 30px;
  }
  .work-together-listing {
    grid-template-columns: 100%;
  }
  .work-together-listing .work-together-box .number {
    width: 45px;
    height: 45px;
    font-size: 16px;
    margin-bottom: 10px;
  }
  .work-together-listing .work-together-box h4 {
    margin-bottom: 15px;
  }
  .plan-price-box:hover {
    transform: unset;
    box-shadow: unset;
  }
  table {
    border-radius: 10px;
  }
  .plan-price-box .btn-wrapper a {
    font-size: 16px;
    padding: 15px 15px 15px 15px;
  }
  .seo-section .two-img-wrap {
    grid-template-columns: 100%;
  }
  .seo-result-box-wrapper {
    grid-template-columns: 100%;
    gap: 10px;
  }
  .seo-result-box {
    gap: 10px;
  }
  .growth-section .btn-wrapper {
    margin-top: 30px;
  }
  .growth-wrapper .growth-box {
    padding: 25px 25px 25px 25px;
    flex-direction: column;
    display: flex;
    gap: 20px;
  }
  .growth-wrapper .growth-box .icon {
    height: 50px;
    width: 50px;
    position: unset;
  }
  .growth-section .title-wrapper {
    margin-bottom: 25px;
    text-align: left;
  }
  .working-together-section .title-wrapper {
    margin-bottom: 30px;
  }
  .working-together-wrapper {
    grid-template-columns: 100%;
  }
  .working-together-wrapper .working-together-box {
    padding: 30px 10px;
  }
  .working-together-wrapper .working-together-box .icon {
    height: 55px;
    width: 55px;
  }
  .working-together-section .buttonname {
    margin-top: 25px;
    text-align: left;
  }
  .services-sec .title-wrapper {
    margin-bottom: 30px;
  }
  .common-content-section .common-content-wrapper p {
    font-size: 15px;
  }
  .common-content-section .common-content-wrapper ul > li::before {
    height: 6px;
    width: 6px;
    top: 7px;
  }
  .common-content-section .common-content-wrapper ol > li {
    font-size: 15px;
    margin-bottom: 10px;
  }
  .common-content-section .common-content-wrapper ul > li {
    font-size: 15px;
    margin-bottom: 10px;
    padding-left: 15px;
  }
  .common-content-section .common-content-wrapper h1 {
    font-size: 26px;
  }
  .common-content-section .common-content-wrapper h2 {
    font-size: 24px;
  }
  .common-content-section .common-content-wrapper h3 {
    font-size: 22px;
  }
  .common-content-section .common-content-wrapper h4 {
    font-size: 20px;
  }
  .common-content-section .common-content-wrapper h5 {
    font-size: 17px;
  }
  .common-content-section .common-content-wrapper h6 {
    font-size: 15px;
  }
  .common-content-section .common-content-wrapper ol {
    padding-left: 20px;
  }
  .common-content-section .common-content-wrapper ul {
    margin: 10px 0px;
  }
  .industries-cta-sec .row-wrapper {
    grid-template-columns: 100%;
  }
  .industries-cta-sec h2, .industries-cta-sec p {
    text-align: center;
  }
  .herobanner .inner p.text {
    padding-bottom: 25px;
  }
}
@media (max-width: 340px) {
  footer .footertwo .divtwo {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  footer .footertwo .divtwo .colone:nth-child(2),
  footer .footertwo .divtwo .colone:last-child {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    align-content: flex-start;
    max-width: -moz-max-content;
    max-width: 100%;
    margin-left: 0;
  }
  footer .footertwo .divtwo .colone h3 {
    padding-bottom: 7px;
  }
  footer .footertwo .divtwo {
    row-gap: 20px;
  }
  footer .footertwo {
    padding-top: 20px;
    padding-bottom: 15px;
  }
  .list-icon-box-wrapper {
    grid-template-columns: repeat(1, 1fr);
    z-index: 5;
  }
  .plan-prices-section {
    border-radius: 20px 20px 0px 0px;
  }
  .work-together-section {
    border-radius: 20px 20px 0px 0px;
  }
  .herobanner .inner p.text {
    padding-bottom: 25px;
  }
  .herobanner .inner img {
    border-radius: 5px;
  }
}

/* Industry pages: scrolling-testimonials block removed, halve top/bottom padding */
.help-grow-sec--no-track { padding-top: 50px; padding-bottom: 50px; }
@media (max-width: 1200px) { .help-grow-sec--no-track { padding-top: 40px; padding-bottom: 40px; } }
@media (max-width: 991px)  { .help-grow-sec--no-track { padding-top: 35px; padding-bottom: 35px; } }
@media (max-width: 767px)  { .help-grow-sec--no-track { padding-top: 30px; padding-bottom: 30px; } }
@media (max-width: 480px)  { .help-grow-sec--no-track { padding-top: 25px; padding-bottom: 25px; } }

/* Breathing room between the previous section and the rounded "Ready to pick your package?" CTA */
.cta { padding-top: 80px; }
@media (max-width: 1200px) { .cta { padding-top: 70px; } }
@media (max-width: 991px)  { .cta { padding-top: 60px; } }
@media (max-width: 767px)  { .cta { padding-top: 50px; } }
@media (max-width: 480px)  { .cta { padding-top: 40px; } }
/*# sourceMappingURL=style.css.map */