/*
========================
font-family: 'DM Sans', sans-serif;
========================
font-family: 'Cookie', cursive;
font-family: 'Dancing Script', cursive;
font-family: 'Montserrat', sans-serif;
font-family: 'DM Sans', sans-serif;
font-family: 'Style Script', cursive;
========================
*/
:root {
  --color-green: #118c4f;
  --color-red: #ee3028;
  --color-yellow: #ffe05f;
}
.red {
  color: var(--color-red);
}

body {
  hyphens: none;
}

body {
  font-size: 18px;
  color: #666666;
  font-family: "Poppins", sans-serif;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.6;
}
h1,
.h1 {
  font-size: 55px;
  font-family: "Poppins";
  font-weight: 500;
  line-height: 1.2;
  margin-bottom: 30px;
  color: #118c4f;
}
a {
  color: #118c4f;
  text-decoration: none;
}
a:hover {
  color: #ee3028;
  text-decoration: none;
}
h1 strong,
.h1 strong {
  font-weight: 600;
}
h1.big_heading,
.h1.big_heading {
  font-size: 60px;
}
img {
  max-width: 100%;
}
b,
strong {
  font-weight: 700;
}
.heading_text1 {
  margin: 0 0 30px;
  color: #ee3028;
  font-weight: bold;
}
.red_bold1 {
  color: #ee3028;
  font-weight: bold;
}

main#content {
  overflow: hidden;
}
/* ================ */
.form-control {
  font-size: 18px;
  font-weight: 300;
  line-height: 45px;
}

/*===============================================================*/
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="number"],
textarea,
select,
input[type="date"],
select {
  float: left;
  width: 100%;
  display: block;
  margin: 0;
  padding-left: 20px;
  padding-right: 20px;
  border-radius: 5px;
  line-height: 52px;
  border: 1px solid #ddd !important;
  height: 54px;
  outline: 0 solid transparent !important;
}
textarea {
  height: 150px;
}
.full_width.submit_wrapp {
  text-align: center;
  padding-top: 15px;
  clear: both;
  display: block;
  float: left;
}

/* ================ */
.row {
  --bs-gutter-x: 30px;
  --bs-gutter-y: 0;
}
.row.submit_row.text-center input[type="submit"] {
  width: auto !important;
  margin: 0 auto;
}

/* ================ */
.btn-primary {
  --bs-btn-color: #fff;
  --bs-btn-bg: #ee3028;
  --bs-btn-border-color: #ee3028;
  --bs-btn-hover-color: #fff;
  --bs-btn-hover-bg: #ee3028;
  --bs-btn-hover-border-color: #ee3028;
  --bs-btn-focus-shadow-rgb: 49, 132, 253;
  --bs-btn-active-color: #fff;
  --bs-btn-active-bg: #ee3028;
  --bs-btn-active-border-color: #ee3028;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
  --bs-btn-disabled-color: #fff;
  --bs-btn-disabled-bg: #ee3028;
  --bs-btn-disabled-border-color: #ee3028;
}

/* ================ */
.btn {
  padding: 0 22px;
  font-size: 18px;
  font-weight: 600 !important;
  white-space: nowrap;
  text-transform: uppercase;
  border: 0 solid; /*background-color: #ee3028;*/
  line-height:        /*54px*/ 48px;
  border-radius:        /*27px*/ 24px; /*min-width: 200px;*/
  text-align: center;
  background: linear-gradient(180deg, #118c4f, #37b070);
  letter-spacing: 0.05em;
}
.btn.btn-green {
  background-color: #119c4f;
}
.btn:hover {
  background: linear-gradient(180deg, #ee3028, #ff6c61);
}

/*.btn.btn-green:hover { background-color: #ee3028; }*/
.header_top_button .btn {
  background: linear-gradient(45deg, #118c4f, #37b070);
}
input[type="submit"] {
  padding: 0 25px;
  font-size: 22px;
  font-weight: 300 !important;
  white-space: nowrap;
  border: 0 solid;
  background-color: #ee3028;
  color: #fff;
  line-height:        /*54px*/ 48px;
  border-radius:        /*27px*/ 24px;
  min-width: 200px;
  text-align: center;
  display: inline-block;
}
input[type="submit"]:hover {
  background-color: #119c4f;
  color: #fff;
}
.header_top_button {
  width: auto !important;
  margin-left: 10px;
}
.trustpilot {
  position: absolute;
  bottom: -31px;
  left: 0;
  width: 100px;
  margin: 0 auto;
  display: block;
  right: 0;
  z-index: 5555;
}
.header_top_button {
  position: relative;
}
.btn_get_quote_wrapper {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 39%;
  z-index: 2222;
}
.btn_get_quote_wrapper a.btn.btn-primary {
  background: linear-gradient(45deg, #fc655a, #ff6b61);
}
.btn_get_quote_wrapper a.btn.btn-primary {
  background: linear-gradient(90deg, #fc655a, #ff6b61);
  border-radius: 0 44px 44px 0;
  line-height: 88px;
  width: 100%;
  text-align: right;
  transform: translateY(50%);
}
.btn_get_quote_wrapper a.btn.btn-primary:hover {
  background: linear-gradient(180deg, #118c4f, #37b070);
}

/* ================ */
header#header ul.navbar-nav > li:not(:first-child) {
  margin-left: 19px;
}
header#header ul.navbar-nav > li > a.nav-link {
  font-size: 18px;
  color: #333;
  padding-left: 0;
  padding-right: 0;
}

/* ===== */
header#header ul.navbar-nav > li > a.nav-link:hover {
  color: #ee3028;
}

/* ===== */
header#header ul.navbar-nav > li > a.nav-link {
  position: relative;
}
header#header ul.navbar-nav > li > a.nav-link.active:before {
  content: " ";
  display: block;
  width: 100%;
  height: 4px;
  background: #ee3028;
  position: absolute;
  bottom: 0;
}

/* header#header ul.navbar-nav>li>a.nav-link.active {
color: #ee3028;
} */

/* ================ */
@media (max-width: 1399px) {
  header#header ul.navbar-nav > li:not(:first-child) {
    margin-left: 24px;
  }
  ul.navbar-nav.justify-content-end.flex-grow-1.pe-3 {
    padding-right: 0 !important;
  }
}

/* ================ */
header#header {
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.search_input_001 {
  width: 60% !important;
}
.search_input_002 {
  width: 40% !important;
}
.search_box_left {
  text-align: left;
}
.circle_image00 {
  border-radius: 100%;
  aspect-ratio: 1/1;
  height: auto;
  width: 100%;
  object-fit: cover;
  max-width: 614px;
  background-position: center bottom;
  border: 40px solid #219a5c;
}
.col-lg-6.search_box_right {
  justify-content: flex-end;
  display: flex;
}
.row.search_box_row {
  align-items: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
.search_form00 {
  margin: 30px 0 35px !important;
}

/* ================ */
.row.search_box_row .search_box_left {
  flex: 1;
}
.row.search_box_row .search_box_right {
  flex: 0 0 710px;
}

/*========================================================================================================================
=====================================================================================================================*/
.services_wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 55px;
  padding-bottom: 81px;
}
.services_wrap a.service_block {
  background: #000;
  display: block;
  width: 18%;
  overflow: hidden;
  position: relative;
  border: 23px solid #ececec;
  border-radius: 100%;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.services_wrap a.service_block:nth-child(2n) {
  position: relative;
  top: 81px;
}

/*-------------------------------*/
.services_wrap a.service_block .service_name {
  position: absolute;
  left: 0;
  bottom: 40%;
  text-align: center;
  color: #fff;
  width: 100%;
  transform: translateY(100%);
  font-size: 24px;
  letter-spacing: 0.02em;
  font-weight: 600;
  line-height: 1.2;
}
.services_wrap a.service_block .service_image img {
  float: left;
  display: block;
  aspect-ratio: 1/1;
  width: 100%;
  object-fit: cover;
  opacity: 0.7;
  transition: all 0.3s ease-in-out;
}
.services_wrap a.service_block .service_image {
  float: left;
  display: block;
  width: 100%;
  transition: all 0.3s ease-in-out;
}

/*-------------------------------*/
.services_wrap a.service_block:hover {
  background: #ee3028;
  transition: all 0.3s ease-in-out;
}
.services_wrap a.service_block:hover img {
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

/*-------------------------------*/
.services_wrap .service_button_wrapp {
  margin-top: 35px;
}

/*-------------------------------*/

/*========================================================================================================================
=====================================================================================================================*/
section#services_section {
  margin: 50px 0;
}
.services_wrap2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-bottom: -50px;
}
.services_wrap2 a.service_block {
  width: 31%;
  text-align: center;
  color: #333333;
  text-decoration: none;
  font-size: 28px;
  font-weight: 500;
  margin-bottom: 45px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
}
.services_wrap2 a.service_block:not(:nth-child(3n + 1)) {
  margin-left: 3%;
}
.services_wrap2 a.service_block span.service_image {
  width: 100%;
  display: block;
  float: left;
  margin: 0 0 15px;
  border-radius: 25px;
  overflow: hidden;
  transition: all 0.3s ease-in-out;
}
.services_wrap2 a.service_block span.service_image img {
  width: 100%;
  float: left;
  display: block;
  aspect-ratio: 1/0.67;
  object-fit: cover;
  object-position: center center;
  opacity: 1;
  border-radius: 24px;
  filter: brightness(0.8);
  transition: all 0.3s ease-in-out;
}
.services_wrap2 a.service_block:hover span.service_image img {
  filter: brightness(0.9);
  transition: all 0.3s ease-in-out;
  transform: scale(1.08);
}
.services_wrap2 a.service_block:hover {
  color: #ee3028;
  transition: all 0.3s ease-in-out;
}
.services_wrap2 a.service_block .service_name {
  width: 100%;
  display: block;
  float: left;
  transform: translateY(0px);
  transition: all 0.3s ease-in-out;
  line-height: 1.2;
}
.services_wrap2 a.service_block:hover .service_name {
  transform: translateY(-0.02em);
  transition: all 0.3s ease-in-out;
}

/* ================ */
.home_clients_section {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 50px;
}
.row.clients_row11 {
  align-items: center;
}

/* ================ */
.home_client_image {
  aspect-ratio:        /*1/0.8*/ 1/0.7;
  object-fit: cover;
  object-position: center center;
  border-radius:        /*1.8em*/ 1.55em;
}
.home_vendor_image {
  aspect-ratio: 1/0.68;
  object-fit: cover;
  object-position: center center;
  border-radius:        /*1.8em*/ 1.55em;
}

/* ================ */
.home_client_image.client_page_image {
  aspect-ratio: 1/1.2;
}
.home_client_image.vender_page_image {
  aspect-ratio: 1/1;
}
.row.sitemap_section_row1 {
  border: 0px solid red;
  max-width: 760px;
  margin: 0 auto;
  position: relative;
  left: 2%;
}
.row.sitemap_section_row1 a {
  color: #333;
}
.row.sitemap_section_row1 a:hover {
  color: #ee3028;
}
.home_vendors_section {
  padding-top:        /*50px*/ 70px;
  padding-bottom: 50px;
  margin-top: 0px;
}
.row.vendors_row11 {
  align-items: center;
}

/* ================ */
main#content ul {
  list-style: none;
  padding-left: 0;
}
main#content ul > li {
  background-image: url(images/bullete.png);
  background-repeat: no-repeat;
  background-position: 0 7px;
  padding: 3px 0 10px 39px;
}
section#home_why_choose_section {
  aspect-ratio: 1/0.39;
  background-size: cover;
  background-position: center center;
}

/*=====================================================================================================================================*/

/* ================ */
.home_testimonials_section {
  padding-top: 50px;
  padding-bottom: 50px;
  margin-top: 0px;
}
.clients_testimonial.owl-theme .owl-nav {
  position: static;
}
.clients_testimonial.owl-theme .owl-nav [class*="owl-"] {
  width: 68px;
  background-color: transparent !important;
  height: 68px;
  background-image: url(images/left-arrow.png) !important;
  background-repeat: no-repeat !important;
  background-position: 0 0 !important;
  top: /*160px*/ 47%;
  transform: translateY(-50%);
  position: absolute;
  background-size: contain;
  opacity: 0.35;
}
.clients_testimonial.owl-theme .owl-nav .owl-next {
  background-image: url(images/right-arrow.png) !important;
  background-position: right center !important;
}
.clients_testimonial.owl-theme .owl-nav [class*="owl-"] > span {
  display: none;
}
.clients_testimonial.owl-carousel .owl-nav button.owl-prev {
  left: -75px !important;
}
.clients_testimonial.owl-carousel .owl-nav button.owl-next {
  right: -75px !important;
}
.clients_testimonial.owl-theme .owl-nav [class*="owl-"]:hover {
  opacity: 0.8;
}
.clients_testimonial.owl-theme .owl-dots {
  display: block !important;
}
body .owl-carousel .owl-nav.disabled button {
  display: none !important;
}
img.client_iamge1111 {
  width: auto;
  margin: 0 auto;
}
.testimonail_box_text {
  font-size: /*30px*/ 22px;
  font-weight: 400;
  margin-bottom: 30px;
}

.testimonail_box_author {
  font-size: /*30px*/ 22px;
  font-weight: 500;
  margin-bottom: 30px;
}
.testimonail_box_author img {
  width: 169px !important;
  height: auto !important;
  aspect-ratio: 1/1;
  border: 12px solid rgba(254, 189, 1, 0.5);
  border-radius: 100%;
  object-fit: cover;
  object-position: center center;
}
div#clients_testimonial {
  max-width: 1000px;
  margin: 0 auto;
  text-align: center;
}

/*==================*/
.clients_testimonial.owl-theme .owl-nav [class*="owl-"] {
  /*background-color: red !important;*/
  height: 100%;
  background-size: auto 68px !important;
  background-position: 0 50% !important;
}
.clients_testimonial.owl-theme .owl-nav [class*="owl-"].owl-next {
  background-position: right 50% !important;
}

/* ================ */
section#home_free_quote_section {
  padding: 50px 0;
  position: relative; /* background-position: center center; background-attachment: fixed; background-size: cover; */ /* color: #fff; */
  background-color: #f75951; /* background-image: url(images/content_image_rightside_white.png);
				background-size: 68.75% auto;  background-position: right 0;     background-repeat: no-repeat; */
}
section#home_free_quote_section:before {
  content: " ";
  display: block;
  position: absolute !important;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  left: 0;
  top: 0;
  z-index: 0;
  background-image: url(images/get_free_quote_bg.jpg);
  background-position: center center;
  background-attachment: fixed;
  background-size: cover;
  opacity: 0.29;
  filter: grayscale(1);
  mix-blend-mode: hard-light;
}
section#home_free_quote_section:after {
  content: " ";
  display: block;
  position: absolute !important;
  width: 100%;
  height: 100%;
  opacity: 1;
  left: 0;
  top: 0;
  z-index: 1;
  background-image: url(images/content_image_rightside_white.png);
  background-size: 72% 100%;
  background-position: right 0;
  background-repeat: no-repeat;
}
section#home_free_quote_section > .container {
  position: relative;
  z-index: 3;
}
.col-lg-8.home_free_quote_right {
  transform: translateX(4%);
  padding-top: 45px;
}

/* ================ */
ul.footer_navbar {
  list-style: none;
  margin: 20px 0;
  text-align: center;
  display: block;
  padding-left: 0 !important;
}
ul.footer_navbar li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 10px;
}
ul.footer_navbar li a {
  color: #333;
  font-size: 19px;
  text-decoration: none;
  font-family: "DM Sans";
  font-weight: 300;
}
ul.footer_navbar li a:hover {
  color: #ee3028;
}

/* ================ */
ul.social_links {
  list-style: none;
  margin: 20px 0;
  text-align: center;
  display: block;
}
ul.social_links li {
  display: inline-block;
  list-style: none;
  padding: 0;
  margin: 0 14px;
}
ul.social_links li a {
  color: #333;
  font-size: 22px;
  text-decoration: none;
  font-family: "DM Sans";
  font-weight: 300;
}
ul.social_links li a:hover {
  color: #ee3028;
  opacity: 0.7;
  transform: translateY(1px);
}

/* ================ */
.footer_links2 {
  margin-bottom: 35px;
}
.footer_links2 a {
  color: #666;
  font-size: 16px;
  text-decoration: none;
  font-family: "DM Sans";
  font-weight: 400;
}
.footer_links2 a:hover {
  color: #ee3028;
  opacity: 0.7;
  transform: translateY(1px);
}

/* ================ */
.footer_copyright {
  color: #666;
  font-size: 16px;
  text-decoration: none;
  font-family: "DM Sans";
  font-weight: 400;
}
.footer_copyright a {
  color: #666;
  font-size: 16px;
  text-decoration: none;
  font-family: "DM Sans";
  font-weight: 400;
}
.footer_copyright a:hover {
  color: #ee3028;
  opacity: 0.7;
  transform: translateY(1px);
}

/* ================ */
.footer_webhost {
  color: #666;
  font-size: 16px;
  text-decoration: none;
  font-family: "DM Sans";
  font-weight: 400;
}
.footer_webhost a {
  color: #666;
  font-size: 16px;
  text-decoration: none;
  font-family: "DM Sans";
  font-weight: 400;
}
.footer_webhost a:hover {
  color: #ee3028;
  opacity: 0.7;
  transform: translateY(1px);
}
footer#footer {
  padding-top: 30px; /* background-image: url(images/footer_top_bg.png); background-repeat: repeat-x; background-position: 0 0;*/
}
.free_quote_form_wrapp {
  clear: both;
  max-width: 1012px;
  margin: 0 auto;
  display: block;
}
.form_col {
  margin-bottom: 30px;
}
.free_quote_form_wrapp {
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0.06em !important;
}
.free_quote_form_wrapp .form-outline .form-control {
  background: #fff !important;
}
.row.fcertificate_row .col.mb-4.certi_left_fix > div {
  margin-right: -50px;
}

/* ================ */
.coming_soon_section {
  padding: 60px 0 60px;
}
.row.coming_soon_row h1.big_heading {
  font-size: 48px;
}
section#about_top_section {
  padding-top: 50px;
  position: relative;
}
.privacy_section {
  padding: 50px 0;
  clear: both;
}

/* ================ */
section#inner_top_header {
  /* padding-top: 25px;
				background-image: url(images/inner_header_border2.png);
				background-repeat: repeat-x;
				background-position: 0 calc(100% - 9px);
				padding-bottom:     68px;
				font-size: 24px;   
				background-color: #ffc443; */
  background-size: cover;
  background-position: center center;
  aspect-ratio: 1/0.25;
  position: relative;
}
section#inner_top_header:before {
  content: " ";
  display: block;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0.2;
}
section#inner_top_header h1 {
  margin-bottom: 0;
}
.inner_top_section {
  padding-top: 50px;
  padding-bottom: 50px;
  text-align: center;
  font-size: 20px;
}
.col-lg-6.why_choose_row2_left {
  width: 44%;
}
.col-lg-6.why_choose_row2_right {
  flex: 1;
}
.why_choose_left_image_wrapp {
  max-width: 606px !important;
}
.clear.about_image.text-center {
  margin-top: 40px;
}
.about_image img {
  width: 750px;
  object-fit: cover;
  object-position: center bottom;
  aspect-ratio: 1/0.623;
  border-radius: 40px;
}
.row.the_story_content1_row {
  padding: 10px 0 50px;
}
.why_choose_section {
  background-color: #ffc443;
  padding: 60px 0 /*60px*/ 50px;
}
main#content .why_choose_row2_right ul > li {
  background-image: url(images/bullete1_white.png);
  background-position: 0 10px;
}
p.why_choose_quote_text.text-center {
  padding: 0 10%;
  font-weight: 500;
  font-style: italic;
  font-size: 22px;
}
.col-lg-6.why_choose_row2_right {
  padding-left: 0;
  font-weight: 400;
}
.row.why_choose_row1 h1.big_heading {
  font-weight: 600;
}
.why_choose_left_image_wrapp {
  width: 100%;
  display: flex;
  margin: 0 auto;
  max-width: 526px;
  border-radius: 100%;
  border: 20px solid #ffffff;
}
.why_choose_left_image_wrapp img {
  float: left;
  width: 100%;
  display: block;
  aspect-ratio: 1/1;
  border-radius: 100%;
  border: 20px solid #ffc443;
  object-fit: cover;
  object-position: center center;
}
section#home_service_section {
  overflow: HIDDEN;
}
header.service_header {
  margin-bottom: 10px;
}
header.service_header .service_header_image {
  width: 100%;
  height: 140px;
  object-fit: cover;
  object-position: center center;
}
h1.service_title {
  font-weight: 500;
  font-size: 20px;
  margin: 0;
  line-height: 1.2;
  text-align: center;
  color: #666;
}
h2.service_subtitle {
  font-weight: 500;
  font-size: 20px;
  margin: 0px 0 0px 0;
  line-height: 1.2;
  text-align: center;
}
h1.service_main_title {
  text-align: center;
  font-weight: 700;
  margin: 20px 0 25px 0;
}
.fp-box_content h1.service_main_title {
  font-size: 32px !important;
  letter-spacing: -0.02em !important;
}

/* ================ */

/* ================ */
section#contact_offices_section {
  padding: 50px 0;
}
.address_box {
  display: block;
  border: 13px solid #ddd;
  padding: 20px;
  border-radius: 25px;
  min-height: 130px;
}
.row.contact_offices_row1 h1 span {
  display: inline-block;
  position: relative;
}
.row.contact_offices_row1 h1 span:before {
  content: " ";
  display: inline-block;
  width: 48px;
  height: 48px;
  margin-right: 13px;
  position: relative;
  background: url(images/location_icon1.png);
  top: 8px;
  background-repeat: no-repeat;
  background-position: 0 0;
}

/* ================ */

/* ================ */

/* ================ */

/* Popup Css Start Here ***************************************************************/

/**************************************************************/
.grayBox {
  background: rgba(181, 181, 181, 0.8);
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1001;
  margin: 0.5rem !important;
}
.fp-box_content {
  margin: 0.5rem auto !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  overflow-y: auto;
  max-height: 90vh;
  overflow: auto;
}
.box_content {
  left: 0;
  right: 0;
  bottom: auto;
  top: 0;
  margin: 30px auto;
  padding: 30px;
  position: fixed;
  width: 55%;
  z-index: 10000;
  border-radius: 10px;
  -moz-transform: translate3d(0px, -25%, 0px);
  -webkit-transform: translate3d(0px, -25%, 0px);
  transform: translate3d(0px, -25%, 0px);
  -moz-transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
  background-color: #fff;
  border: 3px solid #f26522;
  max-width: 90%;
}
.box_content.fade-in {
  -moz-transform: translate3d(0px, 0%, 0px);
  -webkit-transform: translate3d(0px, 0%, 0px);
  transform: translate3d(0px, 0%, 0px);
  -moz-transition: transform 0.3s ease-out 0s;
  -webkit-transition: transform 0.3s ease-out 0s;
  transition: transform 0.3s ease-out 0s;
}
.popfix {
  margin-left: 155px;
}
.box_content .row {
  --bs-gutter-x: 30px !important;
}
.box_content .close-btn img {
  width: auto;
  float: right;
  margin: -15px -15px 15px -15px;
}
.box_content .close-btn {
  float: left;
  width: 100%;
}
.box_content .form-outline .form-control:focus ~ .form-label {
  color: #666 !important;
}
.success {
  float: left;
  display: block;
  font-size: 12pt;
  color: #258206;
  line-height: 150%;
  font-size: 10pt;
  line-height: 145%;
  margin: 3px 0 10px;
  padding: 0 1% 0 24px;
  width: 100%;
  background: #dff0d8 url(images/success.png) no-repeat scroll 0 center;
  background-position-x: 0px;
  background-position-y: center;
  border: 0 solid #ff0000;
  border-radius: 4px;
  clear: both;
  background-color: #dff0d8;
  border-color: #d6e9c6;
  color: #3c763d;
  border-radius: 4px;
  margin-bottom: 20px;
  margin-top: 20px;
  padding-left: 40px;
  margin-bottom: 10px;
  margin-top: 10px;
  padding-left: 35px;
  background-position: 10px center;
  padding-top: 2px;
  padding-bottom: 2px;
}

/* ================ */
@media (max-width: 744px) {
  .popfix {
    margin-left: 20%;
  }
}
@media (max-width: 600px) {
  .popfix {
    margin-left: 10%;
  }
}
@media (max-width: 500px) {
  .popfix {
    margin-left: 3%;
  }
}
@media (max-width: 350px) {
  .popfix {
    margin-left: 2%;
  }
}

/* ================ */
.fp-box_content {
  border-radius: 0px;
  width: 550px !important;
  max-width: 90%;
}
@media (max-width: 600px) {
  .fp-box_content {
    /*margin: 40% auto !important;*/
  }
}

/* ================ */
.fp-box_content .row {
  margin-bottom: 10px;
}
.fp-title {
  display: block;
  float: left;
  margin: 10px 0 5px;
  width: 100%;
}
.fp-title h1 {
  color: #3096dd;
  display: block;
  float: left;
  font-size: 17px;
  font-weight: 700;
  margin: 0 0 15px;
  width: 100%;
}
.fp-col1 {
  display: block;
  float: left;
  min-height: 10px;
  padding-top: 3px;
  width: 30%;
  font-size: 85%;
}
.fp-col2 {
  display: block;
  float: left;
  min-height: 10px;
  width: 70%;
}

/* ================ */
section#home_search_section {
  background: #f1f4f5 url(images/home_search_section_bg.jpg) no-repeat 0 0;
  position: relative;
}
section#home_search_section:before {
  content: " ";
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: #f1f4f5;
  opacity: 0.92;
  position: absolute;
}
section#home_search_section .container.text-center {
  position: relative;
  z-index: 1;
}

/* section#home_company_info { padding: 75px 0 50px; } */
section#home_company_info {
  padding: 85px 0 50px;
}

/* ================ */
section#why_choose111 {
  background-image: url(images/content_image_h1.jpg); /*min-height: 900px;*/
  aspect-ratio: 1/0.45;
  background-size: 68.75% auto;
  background-position: right 0;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
}
.yellow_band_left11 {
  border-left: 7px solid #ffe05f;
  padding-left: 10px;
}
.blue_bg_point {
  width: 237px;
  height: 136px;
  background: linear-gradient(180deg, #128d50, #37af6f);
  color: #fff;
  text-transform: uppercase;
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
  border-radius: 68px;
  width: 289px;
  padding: 0 15px;
  font-weight: 500;
  font-family: "Poppins";
  margin: 0 0 40px;
}
.blue_bg_point.blue_bg_point4 {
  margin-bottom: 0;
}
.blue_bg_point:before {
  /* width: 32px; height: 37px; border: 1px solid red; content: " "; margin: 0 auto; left: 0;*/
}
span.blue_bg_point_icon {
  display: block;
  float: left;
  width: 100%;
  background-image: url(images/blue_bg_point_icon.png);
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 42px;
  margin: 10px 0 0 0;
}
.col-lg-4.why_choose111_col2 {
  padding-left: 0;
  margin-left: -30px;
}
.row.why_choose111_row1 {
  display: flex;
  align-items: center;
}

/*==================*/
.circle_box00 {
  width: 100%;
  aspect-ratio: 1/1;
  border-radius: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  color: #fff;
  justify-content: center;
  padding: 20px;
  background: linear-gradient(90deg, #1b9557, #36ae6e);
  /*	background: radial-gradient(#ffefad, #ffefad, #ffe05f); */
}
.circle_box00_subheading {
  /*color: #333;*/
}
.circle_box00_title {
  font-family: "Poppins";
  font-size: 40px;
  font-weight: 600;
}
.circle_box00_subheading {
  font-size: 20px;
  font-family: "Poppins";
  font-weight: 500;
}
section#why_choose112 {
  position: relative;
}
span.white_bg_half_overlay {
  background: #fff;
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 0;
  height: 50%;
  z-index: 0;
}
section#why_choose112 .container {
  position: relative;
  z-index: 1;
}

/* ================ */
.block_title {
  float: left;
  color: #f6584f;
  font-size: 200px;
  font-family: "Poppins";
  font-weight: 600;
  line-height: 1;
  aspect-ratio: 1/1;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 100%;
  display: flex;
  width: 205px;
  height: auto;
  overflow: hidden;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
}
.how_it_work_block {
  position: relative;
  padding-left: 175px;
}
.how_it_work_block.how_it_work_block1 {
  padding-left: 170px;
}
.how_it_work_block.how_it_work_block2 {
  padding-left: 170px;
}
.how_it_work_block.how_it_work_block3 {
  padding-left: 170px;
}
.how_it_work_block.how_it_work_block1 {
  padding-right: 0;
  display: flex;
  align-items: center;
  width: 30%;
  padding-left: 150px;
}
.how_it_work_block.how_it_work_block2 {
  padding-right: 0;
  display: flex;
  align-items: center;
  width: 35%;
  margin-left: 1.5%;
  margin-right: 1.5%;
  padding-left: 174px;
  padding-right: 10px;
}
.how_it_work_block.how_it_work_block3 {
  padding-right: 0;
  display: flex;
  align-items: center;
  width: 30%;
  padding-left: 174px;
}
.how_it_work_block {
  min-height: 210px;
}
.how_it_work_block.how_it_work_block1,
.how_it_work_block.how_it_work_block3 {
  margin-bottom: 100px;
}
.how_it_work_block.how_it_work_block2 {
  margin-top: 100px;
}
section#why_choose113 a.btn.btn-primary {
  line-height: 70px;
  border-radius: 34px;
  letter-spacing: 2px;
  padding: 0 35px;
}

/* ================ */
section#why_choose113 {
  margin-top: 50px;
  margin-bottom: -32px !important;
}
body#why-choose-dealpoint section#why_choose113 {
  margin-bottom: 50px !important;
}
.benifits_of_clients1 {
  background-image: url(images/content_image_leftside_h1.jpg);
  background-repeat: no-repeat;
  background-position: left bottom;
  aspect-ratio: 1/0.42;
  background-size: 68.75% auto;
  background-repeat: no-repeat;
  align-items: center;
  display: flex;
  background-color: #f8f9fa;
}
main#content ul.benifits_list1 li {
  min-height: 70px;
  padding-left: 75px;
  background-image: url(images/benifits_list.png);
  background-position: 0 0;
}
main#content ul.benifits_list1 {
  margin-top: 60px;
}

/*main#content ul.benifits_list1 > li:nth-child(1) {
margin: 0px -41px 30px;
}

main#content ul.benifits_list1 > li:nth-child(2) {
margin: 0 -18px 30px;
}

main#content ul.benifits_list1 > li:nth-child(3) {
margin: 0px -19px 30px;
}

main#content ul.benifits_list1 >:nth-child(4) {
margin: 0 -55px 19px;
}
*/
@media (min-width: 1280px) {
  /*main#content ul.benifits_list1 li:first-child, main#content ul.benifits_list1 li:last-child { margin-left: -20px; }
main#content ul.benifits_list1 li:nth-child(2), main#content ul.benifits_list1 li:nth-child(5) { margin-left: -10px; }*/
}

section#h_our_trusted_clients {
  padding-top: 60px;
  padding-bottom: 50px;
  background: #f8f9fa;
}
.home section#h_our_trusted_clients.fixxxx {
  background-color: #fff;
}

section#h_our_trusted_clients.high_profile_clients {
  padding-top: 85px;
}
section#h_our_trusted_clients.preferred_clients {
  padding-top: 90px;
}

.logoMarqueeSection {
  padding-top: 0;
  padding-bottom: 0;
}
#logoMarqueeSection {
  max-width: 1920px !important;
  margin: 0 auto;
}
.default-content-container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5rem;
  padding-right: 5rem;
  padding-top: 4.5rem;
  padding-bottom: 4.5rem;
  width: 100%;
  min-height: 100vh;
}
#logoMarqueeSection .default-content-container {
  overflow: hidden;
}
div.marquee > a > img {
  /*	height: 120px;*/
}
.logoMarqueeSection > div > div {
  padding-top: 0;
  padding-bottom: 0;
  min-height: 0;
}
.marquee-wrapper {
  display: inline-block;
  white-space: nowrap;
}
.marquee {
  display: inline-block;
  white-space: nowrap;
  position: relative;
  transform: translate3d(0%, 0, 0);
  animation-name: marquee;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
.marquee a {
  display: inline-block;
  white-space: nowrap;
  padding-right: 5.4rem;
}

/*===========================================================*/

/*.marquee-wrapper:hover .marquee {
animation-play-state: paused !important;
}*/
@keyframes marquee {
  0% {
    transform: translate3d(0%, 0, 0);
  }
  100% {
    transform: translate3d(-100%, 0, 0);
  }
}

/*===========================================================*/
.gfq_text_block {
  color: #fff;
  font-size: 30px;
  text-align: center;
  font-weight: 500;
  font-family: "Poppins";
  position: relative;
  max-width: 420px;
}
.gfq_text_block:not(:last-child) {
  margin-bottom: 88px;
  position: relative;
}
.col-lg-4.home_free_quote_left {
  transform: translateX(-5%);
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.gfq_text_block:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -15px;
  width: 180px;
  height: 7px;
  background: #ffe05f;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.inner_right_image_section1 {
  background: #f1f4f5;
  padding-top: 50px;
  padding-bottom: 50px;
  background-image: url(images/inner_content_rightside_wc1.jpg);
  background-repeat: no-repeat;
  background-position: right center;
  background-size: 52% auto;
}
.inner_right_image_section1.ind_deal_makers {
  background-image: url(images/inner_content_rightside_ind.jpg);
}

/*===========================================================*/
section#about_top_section:before {
  content: " ";
  display: block;
  background: url(images/the_story_bg.jpg);
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.12;
  filter: grayscale(1);
  mix-blend-mode: darken;
  background-attachment: fixed;
  background-position: center center;
}
section#about_top_section > .container {
  z-index: 1;
  position: relative;
}

/*----------------------------------*/
.client_leftside_image_section1 {
  background-color: #f8f9fa;
  padding: 50px 0;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: 52% auto;
}

/*----------------------------------*/
section#sitemap_section {
  padding-top: 0 !important;
  margin-top: -30px;
  padding-bottom: 20px !important;
}
section#privacy_section {
  padding-top: 0 !important;
  margin-top: -30px;
  padding-bottom: 20px !important;
}

/*===========================================================*/
.row.wow.addresses_row {
  max-width: 1203px;
  margin: 20px auto 0;
  display: flex;
  justify-content: space-between;
}
.add_col00 {
  background: #f2f2f2;
  width: 30%;
  padding: 15px 15px 6px;
  text-align: center;
  border-radius: 2px;
}
.row.addresses_row2 {
  /*	margin-top: 65px;*/
  font-size: 24px;
}
.big_text11 {
  font-size: 24px;
}
.registration_form {
  max-width: 1000px;
  margin: 10px auto 0;
}
.row.addresses_row2 {
  /*	max-width: 100%;*/
}
body#register section#inner_top_section {
  padding-bottom: 0;
}
section#home_search_section h1 {
  font-size: 44px;
  line-height: 1.4;
}
.home_banenr_heading_text111 {
  color: #444445 !important;
  font-size: 24px;
  line-height: 1.75;
}
.circle_box00_title {
  /*color: #ee3028 !important;*/
}
.blue_bg_point.blue_bg_point1 {
  font-size: 0.735em;
  padding-left: 10px;
  padding-right: 10px;
}
.aigusa_offices_header {
  margin-top: 30px;
  margin-bottom: 30px;
}
.aigusa_offices_header h1 {
  margin: 0 0 8px 0;
}

.office_block {
  background: #f2f2f2;
  margin: 0;
  padding: 0;
  float: left;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 20px 15px 13px 30px;
  transition: all 0.3s ease-in-out;
  margin: 0 0 35px;
  font-size: 18px;
  text-align: left;
  min-height: 162px;
}
.office_block:hover {
  background: var(--color-green);
  transition: all 0.3s ease-in-out;
  color: #fff;
}
.office_block:hover h2 {
  color: #fff;
}

hr.hr1 {
  margin: 3px 0 1.75rem 0;
}
h2.contact_title2 {
  margin: 0 0 30px;
  text-align: left;
  padding: 0 0 0 30px;
}

.row.wow.aigusa_offices {
  --bs-gutter-x: 30px !important;
}
.usa_map {
  max-width: 500px;
  margin: 30px auto 0px;
}
.row.why_choose_title_row {
  /*position: relative; top: -15px;*/
}

.logo_column00 {
  display: flex;
  justify-content: space-around;
}
.logo_column01 {
  display: flex;
  justify-content: space-around;
  margin-top: 15px;
}

img.marqueelogo {
  max-height: 180px;
  width: auto;
}
p.box_heading_label strong {
  font-weight: 600;
}

.world_offices_map {
  width: 860px;
  margin: 40px auto 0;
}

span.browse_btn_style input {
  display: block;
  float: left;
  width: 100%;
  border: 1px solid #ddd;
  padding: 10px 10px 10px 15px;
  height: 54px;
}

input[type="file"] {
  border: 1px solid #ddd;
  padding: 10px 10px 10px 18px;
  min-height: 54px;
  width: 100%;
  border-radius: 5px;
}
/*=========================================================================================================================================
=====================================================================================================================================*/
@media (min-width: 1682px) {
  .blue_bg_point.blue_bg_point1 {
    font-size: 16px;
  }
}

/*===========================================================*/
@media (max-width: 991px) {
  /*--------------------------------------------------------------------------*/
  header#header .offcanvas-body ul.navbar-nav > li > a.nav-link {
    color: #fff !important;
    background: rgba(255, 255, 255, 0.1);
    margin: 0 0 1px !important;
    padding: 0 15px;
    line-height: 52px;
  }

  /*--------------------------------------------------------------------------*/
  header#header .offcanvas-body ul.navbar-nav > li {
    width: 100%;
    margin: 0 !important;
    padding: 0 !important;
  }
  header#header .offcanvas-body ul.navbar-nav {
    margin: 0 -16px 35px !important;
  }
  header#header ul.navbar-nav > li > a.nav-link.active:before {
    width: 100%;
    left: 0;
    height: 100%;
    z-index: -1;
    background: /*#ee3028*/ linear-gradient(180deg, #118c4f, #37b070);
  }

  /*--------------------------------------------------------------------------*/
  .header_top_button {
    margin: 0;
    text-align: center;
  }

  /*--------------------------------------------------------------------------*/
}

/*=========================================================================================================================================
=====================================================================================================================================*/
.row.methods_row {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
}
.row.methods_row .col {
  width: auto !important;
  flex: 0 0 auto !important;
  padding-right: 0;
}

p.menu_bottom_tagline {
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  width: auto;
  text-align: center;
  position: absolute;
  left: 515px;
  bottom: 26px;
  padding-right: 15px;
}
span.tagline_block {
  display: inline-block;
  background: #ee3028;
  padding: 0px 20px;
  border-radius: 19px;
  line-height: 40px;
  color: #fff;
  font-weight: 500;
  font-weight: 500;
  font-size: 20px;
}

@media (max-width: 1681px) {
  p.menu_bottom_tagline {
    left: 348px;
    bottom: 11px;
  }
  span.tagline_block {
    font-size: 18px;
    line-height: 34px;
  }
}
@media (max-width: 1400px) {
  p.menu_bottom_tagline {
    left: 320px;
    bottom: -4px;
    font-size: 16px;
  }
  span.tagline_block {
    font-size: 16px;
    line-height: 32px;
  }
}
