/*
Theme Name: SDC NEW - 2025
Theme URI: https://www.sdcinternationalshipping.com
Author: Jim
Author URI: https://www.sdcinternationalshipping.com
Description: A WordPress theme frame work
Requires at least: WordPress 6.0.0
Version: 1.0.0
License: GNU General Public License v3
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: sdc
Tags: blog, news, photography, two-columns, left-sidebar, right-sidebar, flexible-header, custom-colors, custom-menu, editor-style, featured-images, footer-widgets, rtl-language-support, threaded-comments

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Typography
# Elements
# Forms
# Alignments
# Sidebars
# Widgets
# Preloader
# Header
# Navigation
	## Links
	## Menus
# Accessibility
# Content
    ## Posts and pages
	## Asides
	## Comments
# Media
	## Captions
	## Galleries
# Post Format
# Pagination
# Footer
# Social Share
# Load more
# Responsive
--------------------------------------------------------------*/
/* @font-face {
	font-family: 'Gilroy-Light';
	src: url(fonts/Gilroy-Light.eot);
	src: url(fonts/Gilroy-Light.eot?#iefix) format('embedded-opentype'),
		 url(fonts/Gilroy-Light.otf) format('otf'),
		 url(fonts/Gilroy-Light.svg#Gilroy-Light) format('svg'),
		 url(fonts/Gilroy-Light.ttf) format('truetype'),
		 url(fonts/Gilroy-Light.woff) format('woff'),
		 url(fonts/Gilroy-Light.woff2) format('woff2');
} */

/* .onest-<uniquifier> {
	font-family: "Onest", sans-serif;
	font-optical-sizing: auto;
	font-weight: <weight>;
	font-style: normal;
  } */

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,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*,
*:before,
*:after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
.clear {
  clear: both;
}
html,
body {
  font-size: 100%;
  height: 100%;
}
body {
  margin: 0;
  font-family: "Onest", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
  overflow-x: hidden;
}
body,
th,
td,
input,
textarea {
  color: #212529;
  font-family: "Onest", sans-serif;
  font-size: 16px;
}
input.text {
  background: #ffffff;
  border: none;
  padding: 1px;
}
input.button {
  background: #000000;
  border: 1px solid #000000;
  color: #ffffff;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Onest", sans-serif;
  color: #212529;
}
.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-bottom: 8px;
  font-weight: 500;
  line-height: 48px;
}
.h1,
h1 {
  font-size: 40px;
}
.h2,
h2 {
  font-size: 32px;
}
.h3,
h3 {
  font-size: 28px;
}
.h4,
h4 {
  font-size: 24px;
}
.h5,
h5 {
  font-size: 20px;
}
.h6,
h6 {
  font-size: 16px;
}
p,
ul,
ol {
  font-family: "Onest", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
p {
  margin-top: 0;
  margin-bottom: 1rem;
  color: #212529;
}
blockquote {
  margin-left: 36px;
  margin-right: 36px;
}
a {
  transition: all 0.5s ease;
}
a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
}
a:hover {
  color: #0056b3;
  border: none;
}
h1 a,
h2 a,
h3 a {
  border: none;
  color: #212529;
  text-decoration: none;
}
h1 a:hover,
h2 a:hover,
h3 a:hover {
  background: none;
  color: #371015;
}
hr {
  display: none;
}
#header {
  background-color: #9f9f9f;
  height: 38px;
  margin: 0 auto;
  width: 1200px;
  position: relative;
  z-index: 9999;
}
#search {
  float: right;
  width: 270px;
  padding-top: 10px;
}
#search fieldset {
  border: none;
}
#search #s {
  padding: 3px;
  width: 140px;
  vertical-align: top;
}
#search #x {
  width: 60px;
  vertical-align: top;
}
#logo-wrapper {
  height: 160px;
  margin: 0 auto;
  width: 1200px;
  background-color: #a8a8a8;
  background-repeat: no-repeat;
}
#page {
  background: #ffffff;
  width: 100%;
}
.contentmain {
  width: 490px;
  float: left;
}
#content {
  padding-top: 0px;
  padding-right: 10px;
  padding-bottom: 0px;
  padding-left: 10px;
}
.post .title {
  font-weight: normal;
  margin: 0;
}
h1.title {
  color: #333333;
  font-size: 26px;
  font-weight: normal;
}
h2.title {
  color: #371015;
  font-size: 16px;
}
.desctitle {
  font-size: 10px;
}
.post h1.title {
  font-size: 24px;
  height: auto;
}
.entry ul,
ol {
  padding-left: 20px;
}
.post .meta {
  border-bottom: 1px dotted #cccccc;
  color: #333333;
  font-size: 14px;
}
.navigation {
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  justify-content: center;
}
.wp-pagenavi a,
.wp-pagenavi span {
  text-decoration: none;
  border: 1px solid #bfbfbf;
  padding: 5px 15px;
  margin: 2px;
}
.navigation a {
  font-size: 14px;
  font-weight: bold;
}
.post .meta a {
  color: #333333;
}
.post .links {
  margin: 0;
}
.post .tags {
  font-size: 9px;
  font-weight: bold;
  margin: 0;
  text-transform: uppercase;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
}
.post .links a,
.post .tags a {
  border: none;
}
.leftsidebar {
  width: 245px;
  float: left;
}
.rightsidebar {
  width: 245px;
  float: right;
}
#sidebar ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar li {
  background-color: #c6c6c6;
  padding: 5px;
}
#sidebar li li {
  margin: 0;
}
#sidebar li h2 {
  margin: 0;
}
#sidebar li h2 {
  height: 30px;
  font-size: 14px;
  font-weight: bold;
  color: #ffffff;
  line-height: 30px;
  background-color: #333333;
  text-align: center;
}
#sidebar li ul {
  line-height: normal;
  padding-left: 5px;
  padding-right: 5px;
}
#sidebar li li {
  background-image: url(images/list.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
}
#sidebar li li li {
  background-image: url(images/list.jpg);
  background-repeat: no-repeat;
  background-position: left center;
  padding: 0px;
}
#calendar {
  margin: 0 auto;
}
#calendar caption {
  font-weight: bold;
}
#calendar table {
  border-collapse: collapse;
  text-align: center;
  width: 220px;
}
#calendar thead th {
  background: #cccccc;
  color: #ffffff;
}
#calendar tbody td {
  background: #eeeeee;
}
#calendar #today {
  background: #b8d03b;
  color: #ffffff;
  font-weight: bold;
}
#calendar a {
  font-weight: bold;
}
#calendar #prev {
  text-align: left;
}
#calendar #next {
  text-align: right;
}
#footer {
  background-color: #cccccc;
  color: #000000;
  font-size: 9px;
  width: 1200px;
  margin-right: auto;
  margin-left: auto;
  height: 50px;
}
#footer a {
  color: #000000;
}
.footer-copy {
  padding-top: 10px;
  padding-left: 10px;
  font-size: 12px;
}
.comlabel {
  color: #666666;
  font-size: 13px;
  font-weight: lighter;
}
.comtext {
  background-color: #371015;
  border: 5px solid #ffffff;
  color: #ffffff;
  padding: 5px;
}
.postlabel {
  color: #666666;
  font-size: 13px;
  font-weight: lighter;
}
.posttext {
  background-color: #371015;
  border: 5px solid #ffffff;
  color: #ffffff;
  padding: 5px;
}
.commentlist {
  list-style: none;
}
.authorcomment {
  background-color: #efefef;
  margin: 10px 0px 0px 0px;
  padding: 3px;
}
.odd {
  color: #333333;
  background-color: #eaeaea;
  padding-top: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  border-bottom-color: #666666;
}
.odd a:link {
  color: #000000;
}
.commenttext {
  color: #000000;
  color: #000000;
  font-size: 10px;
  margin: 0px 0px 10px 0px;
  padding: 5px 10px 5px 10px;
  background-color: #eaeaea;
}
#author,
#email,
#url {
  background: #fbfbfb;
  border: 1px solid #cbcbcb;
  padding: 3px;
  width: 100%;
  margin-bottom: 5px;
}
#comment {
  background: #fbfbfb;
  border: 1px solid #cbcbcb;
  margin-bottom: 0.6em;
  padding: 3px;
  width: 100%;
}
#submit {
  background-color: #efefef;
  border-bottom: 2px solid #cccccc;
  border-left: 1px solid #e4e4e4;
  border-right: 2px solid #cccccc;
  border-top: 1px solid #e4e4e4;
  padding: 3px;
}
blockquote {
  padding-left: 52px;
  background-image: url(images/qt.png);
  background-repeat: no-repeat;
  background-position: left top;
  margin-top: 15px;
  margin-right: 30px;
  margin-bottom: 0;
  margin-left: 10px;
  padding-top: 5px;
}
blockquote cite {
  display: block;
  margin: 5px 0 0;
}
.center {
  text-align: center;
}
.aligncenter {
  margin-right: auto;
  margin-left: auto;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
hr {
  display: none;
}
a img {
  border: none;
}
pre {
  background: #f3f2ed;
  border: solid 1px #9a9a9a;
  color: blue;
  margin: 10px;
  padding: 10px;
}
code {
  color: #000;
  font-size: 1em;
}
p img {
  padding: 0;
  max-width: 100%;
}
img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
img.alignright {
  padding: 4px;
  margin: 0 0 2px 7px;
  display: inline;
}
img.alignleft {
  padding: 4px;
  margin: 0 7px 2px 0;
  display: inline;
}
.alignright {
  float: right;
}
.alignleft {
  float: left;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}
.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}
.post-password-form input[type="password"] {
  border: 1px solid #f90;
  height: 30px;
  padding: 0 5px;
}
.post-password-form input[type="submit"] {
  background: #f90;
  border: none;
  height: 30px;
  cursor: pointer;
  color: #fff;
  transition: all 0.5s ease;
}
.post-password-form input[type="submit"]:hover {
  background: #e1921b;
  transition: all 0.5s ease;
}
.post-comment-block .comments-area {
  float: left;
  width: 100%;
}
.post-comment-block .comments-area ul {
  float: left;
  width: 100%;
  padding-left: 15px;
}
.post-comment-block .comments-area ul li {
  float: left;
  width: 100%;
  padding-left: 15px;
}
.post-comment-block .comments-area ul li.media {
  padding-bottom: 30px;
}
.post-comment-block .comments-area ul li .media-left-avatar {
  float: left;
  width: auto;
  border-radius: 50%;
}
.post-comment-block .comments-area ul li .media-left-avatar img {
  float: left;
  width: 50px;
  border-radius: 50%;
  height: 50px;
}
.post-comment-block .comments-area ul li .media-body {
  float: left;
  width: auto;
  padding-left: 30px;
}
.post-comment-block .comments-area ul li.media .children {
  padding-top: 30px;
}
.header-right-bottom-block {
  display: flex;
  width: 100%;
  justify-content: flex-end;
}
.contentmain_404 {
  text-align: center;
}
.center1 {
  text-align: center;
}
.swlogo {
  bottom: 15px;
  float: right;
  position: absolute;
  right: 10px;
  z-index: 999999999;
}
.bottom-to-top-arrow {
  bottom: 10%;
  display: none;
  height: 60px;
  position: fixed;
  right: 30px;
  transition: all 0.3s linear 0s;
  width: 60px;
  z-index: 9999;
  border-radius: 50%;
  outline: none;
  border: none;
  background-image: url("images/up-arrow-orange.png");
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
  line-height: 56px;
  color: #fff;
}
.bottom-to-top-arrow:hover {
  opacity: 0.8;
  transition: all 0.3s linear 0s;
}
.container {
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  width: 100%;
  max-width: 1320px;
}
.container-small {
  width: 100%;
  max-width: 1320px;
}
.full-width {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
header {
  padding: 0px;
  position: absolute;
  z-index: 999;
  width: 100%;
}
header .container {
  display: flex;
  justify-content: space-between;
  padding: 0 15px;
}
.site_logo {
  margin-top: -41px;
}
.site_logo a {
  display: flex;
}
.site_logo img {
  object-fit: contain;
  max-width: 107px;
}
.header-right-block {
  display: flex;
  padding: 27px 0;
}
.header-right-top-block {
  text-align: right;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.25);
}
.top-menu {
  width: 100%;
  display: flex;
  justify-content: end;
}
#mega-menu-wrap-top {
  background: transparent;
}
.top-menu
  #mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-item
  > a.mega-menu-link {
  color: #fff;
  text-align: right;
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.96px;
}
.top-menu
  #mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-item.mega-current-menu-ancestor
  > a.mega-menu-link,
.top-menu
  #mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-item.mega-current-menu-item
  > a.mega-menu-link,
.top-menu
  #mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-item
  > a.mega-menu-link:active,
.top-menu
  #mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-item
  > a.mega-menu-link:hover
  .top-menu
  #mega-menu-wrap-top
  #mega-menu-top
  > li.mega-menu-item
  > a.mega-menu-link:focus {
  color: #000;
}
.header-right-button-block a {
  border: 1px solid #fff;
  border-radius: 50px;
  width: 181px;
  height: 40px;
  font-family: "Onest", sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  padding: 6px 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.3s ease-in-out;
}
.header-right-button-block a:hover {
  background: #707070;
  color: #fff;
}
.header-right-button-block {
  margin-left: 138px;
}
.desktop-menu {
  display: flex !important;
}
.mobile-menu,
.only-for-mobile {
  display: none !important;
}
.common-banner {
  position: relative;
  padding-bottom: 100px;
  background-image: url("images/common-banner.jpg");
  background-repeat: no-repeat;
  background-position: left;
  height: 715px;
  width: 100%;
  background-size: cover;
}
.home .common-banner {
  position: relative;
  padding-bottom: 100px;
  background-image: url("images/common-banner.jpg");
  background-repeat: no-repeat;
  background-position: left;
  height: 960px;
  width: 100%;
  background-size: cover;
}
.common-banner.old-style .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: end;
}
.common-banner .container {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.common-banner .container::before {
  content: "";
  background: rgba(13, 58, 103, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 537px;
}
.home .common-banner .container::before {
  background: rgba(0, 0, 0, 0.3);
}
.award-block {
  position: absolute;
  bottom: 150px;
  left: 35px;
}
.award-block img {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: none !important;
}
.moving-form-wrapper {
  width: 700px;
  position: relative;
}
.common-banner .moving-form-wrapper.old-form-style {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.moving-form-wrapper.new-form-style {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: end;
}
.home .common-banner .moving-form-wrapper.old-form-style,
.home .moving-form-wrapper.new-form-style {
  align-items: center;
}
.moving-form-wrapper-left-block {
  width: 700px;
  margin-top: 85px;
}
.moving-form-wrapper-right-block {
  width: 550px;
}
.moving-form-wrapper-right-block .multi-step-form-title {
  color: #fff;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
}
.moving-form-wrapper-right-block .multi-step-form-wrapper {
  margin-top: 20px;
}
.moving-form-wrapper.new-form-style.header form#sdc-v2-form {
  margin: 0;
  padding: 40px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}
.moving-form-wrapper.new-form-style.header div#sdc-form-wrapper {
  max-width: 100%;
  width: 100%;
}
.moving-form-wrapper.new-form-style.header label {
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px;
}
.moving-form-wrapper.new-form-style.header .row.full {
  display: flex;
  gap: 16px;
}
.moving-form-wrapper.new-form-style.header .row.full .col-half {
  width: 50%;
}
.moving-form-wrapper.new-form-style form .row .col-md-12 input[type="submit"],
.moving-form-wrapper.new-form-style form .row .col-md-12 input[type="button"] {
  width: 180px;
  height: 46px;
  border-radius: 0;
  border: 0;
  background: #f5b927;
  margin-top: 25px;
  color: #fff;
  border: 1px solid #f5b927;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.5s ease;
}
.moving-form-wrapper.new-form-style.header
  form#sdc-v2-form
  .row
  .col-md-12
  input[type="submit"] {
  margin-top: 10px;
  width: 100%;
  cursor: pointer;
  max-width: 150px;
  height: 50px;
  color: #040404;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.01px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  transition: all 0.5s ease;
}
.moving-form-wrapper.new-form-style.header
  form#sdc-v2-form
  .row
  .col-md-12
  input[type="submit"]:hover {
  margin-left: 20px;
}
.moving-form-wrapper.new-form-style.header .button-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
}
.moving-form-wrapper.new-form-style.header .steps-content {
  text-align: center;
  width: 58%;
  margin: 5px auto 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.moving-form-wrapper.new-form-style.header .steps-content span {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 25px;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  background: #fff;
  color: #fff;
  border-radius: 100%;
  position: relative;
  z-index: 333;
  border: 2px solid #fff;
}
.moving-form-wrapper.new-form-style.header .steps-content span.current {
  border: 2.5px solid #1fac73;
  background: #000;
  color: #fff;
}
.moving-form-wrapper.new-form-style.header .steps-content::after {
  content: "";
  display: block;
  background: #fff;
  height: 5px;
  position: absolute;
  top: 43%;
  right: 5px;
  left: 5px;
}
.moving-form-wrapper h2 {
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 66px;
  font-style: normal;
  font-weight: 500;
  line-height: 72px;
  margin-bottom: 16px;
  margin-top: 12px;
  text-align: left;
}
.moving-form-subheading {
  width: 610px;
  margin-top: 24px;
}
.moving-form-wrapper p {
  color: #ececec;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px;
  margin-bottom: 16px;
  margin-top: 12px;
  text-align: left;
}
.our-service-btn {
  display: flex;
  width: 270px;
  height: 75px;
  justify-content: space-around;
  border-radius: 200px;
  background: #f4b725;
  color: #000;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  padding: 25px;
  transition: all 0.3s ease-in-out;
}
.our-service-btn:hover {
  background: #f4b725;
  color: #000;
}
.moving-form-wrapper-left-block .our-service-btn {
  margin-top: 50px;
}
.right-arrow {
  transition: all 0.3s ease-in-out;
}
.our-service-btn:hover .right-arrow {
  margin-left: 15px;
}
.multi-step-form-wrapper {
  display: flex;
  width: 100%;
  margin-top: 30px;
}
.img-fluid {
  max-width: 100%;
  height: auto;
}
.home-page-section1 {
  padding: 120px 0;
  background-color: #fff;
}
.home-page-section1 .container {
  display: flex;
}
.home-page-section1-half-left {
  width: 75%;
}
.home-page-section1-half-right {
  width: 35%;
}
.home-page-section1-subtitle {
  color: #2a5b8d;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.01px;
}
.home-page-section1-title {
  margin-top: 15px;
  max-width: 75%;
}
.home-page-section1-title h2 {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 112.5% */
}
.home-page-section1-image {
  margin-top: 60px;
}
.home-page-section1-image img {
  max-width: 100%;
}
.home-page-section1-image2 img {
  max-width: 100%;
}
.home-page-section1-description {
  margin-top: 30px;
}
.home-page-section1-description p {
  color: #666977;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px; /* 166.722% */
}
.home-page-section1-link {
  margin-top: 30px;
}
.home-page-section1-link a {
  color: #b82d2e;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease-in-out;
}
.home-page-section1-link a:hover {
  gap: 20px;
}
.right-arrow-icon {
  display: flex;
  width: 22.544px;
  height: 14.587px;
  background-image: url("images/right-arrow.svg");
  background-repeat: no-repeat;
}
.home-page-section2 {
  background-color: #f2f2f2;
  padding: 135px 0;
}
.home-page-section2 .container {
  display: flex;
}
.home-page-section2-half {
  width: 50%;
}
.home-page-section2-half.left {
  padding-right: 132px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.home-page-section2-half-subtitle {
  color: #2a5b8d;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.01px; /* 166.722% */
}
.home-page-section2-half-title {
  margin-top: 15px;
}
.home-page-section2-half-title h2 {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 112.5% */
}
.home-page-section2-half-description {
  margin-top: 15px;
}
.home-page-section2-half-description p {
  color: #666977;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px; /* 166.722% */
}
.home-page-section2-half-right-each-row {
  display: flex;
  border-bottom: 1px solid #cdcdcd;
  padding: 27px 0;
}
.home-page-section2-half-right-each-row-left {
  width: 30%;
  display: flex;
  gap: 30px;
}
.home-page-section2-half-right-each-row-left-icon img {
  width: 42px;
  height: 40px;
}
.home-page-section2-half-right-each-row-left-title {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 142.857% */
}
.home-page-section2-half-right-each-row-right {
  width: 70%;
  box-sizing: border-box;
  padding-left: 70px;
}
.home-page-section2-half-right-each-row-right-description p {
  color: #757575;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
  margin-bottom: 0;
}
.sdc-content {
  position: relative;
  background-image: url("images/MaskGroup18.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  padding: 50px 150px 30px 50px;
  margin-top: 100px;
  width: 58.333333%;
}
.review-content {
  padding-left: 50px;
  width: 41.666667%;
}
.sdc-content h2 {
  font-weight: 700;
  font-size: 41px;
}
.sdc-content .heading-lines {
  margin-left: 0px;
  margin-bottom: 30px;
  width: 242px;
}
.sdc-content p {
  font-size: 18px;
}
.sdc-content .list li,
.home-page-section2 .sdc-content ul li {
  position: relative;
  display: block;
  padding-left: 30px;
  margin-bottom: 15px;
  font-size: 18px;
}
.sdc-content .list li::before,
.home-page-section2 .sdc-content ul li::before {
  content: "\f192";
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 14px;
  font-size: 14px;
  font-size: inherit;
  text-rendering: auto;
  margin-right: 0px;
  position: absolute;
  left: 0px;
  top: 4px;
}
.review-content {
  padding-left: 50px;
  position: relative;
  z-index: 99;
}
.img-fluid.review-banner-content {
  width: 1020px;
  max-width: 1020px;
  margin-left: -150px;
}
.review-content ul {
  margin-top: 40px;
  margin-bottom: 20px;
}
.review-content ul li {
  display: inline-block;
  margin-right: 20px;
}
.review-content ul li h4,
.review-content ul li .h4 {
  font-size: 54px;
  font-weight: 700;
  color: #f5b927;
  margin-bottom: 10px;
}
.review-content ul li span {
  font-size: 18px;
  font-weight: 700;
}
.moving-form-wrapper-left-blue-block {
  margin-top: 125px;
  margin-bottom: 125px;
}
.moving-form-wrapper-left-blue-block {
  max-width: 615px;
}
.moving-form-wrapper-left-blue-block .multi-step-form-title {
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 27px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px;
  max-width: 250px;
  margin-bottom: 20px;
}
.moving-form-wrapper-left-blue-block div#sdc-form-wrapper {
  max-width: 100%;
  width: 100%;
}
.moving-form-wrapper-left-blue-block form#sdc-v2-form {
  margin: 0;
  padding: 40px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}
.moving-form-wrapper-left-blue-block .row.full {
  display: flex;
  gap: 16px;
}
.moving-form-wrapper-left-blue-block .steps-content {
  text-align: center;
  width: 58%;
  margin: 5px auto 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.moving-form-wrapper-left-blue-block .steps-content span {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 25px;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  background: #fff;
  color: #fff;
  border-radius: 100%;
  position: relative;
  z-index: 333;
  border: 2px solid #fff;
}
.moving-form-wrapper-left-blue-block .steps-content span.current {
  border: 2.5px solid #1fac73;
  background: #000;
  color: #fff;
}
.moving-form-wrapper-left-blue-block .steps-content::after {
  content: "";
  display: block;
  background: #fff;
  height: 5px;
  position: absolute;
  top: 43%;
  right: 5px;
  left: 5px;
}
.moving-form-wrapper-left-blue-block .row.full {
  display: flex;
  gap: 16px;
}
.moving-form-wrapper-left-blue-block .row.full .col-half {
  width: 50%;
}
.moving-form-wrapper-left-blue-block label {
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px;
}
.moving-form-wrapper-left-blue-block .button-wrapper {
  display: flex;
  width: 100%;
}
.moving-form-wrapper-left-blue-block
  form#sdc-v2-form
  .row
  .col-md-12
  input[type="submit"] {
  margin-top: 10px;
  width: 100%;
  cursor: pointer;
  max-width: 150px;
  height: 50px;
  color: #040404;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.01px;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}
.moving-form-wrapper-left-blue-block
  form#sdc-v2-form
  .row
  .col-md-12
  input[type="submit"]:hover {
  margin-left: 20px;
}
.moving-form-wrapper-left-blue-block form .row .col-md-12 input[type="submit"],
.moving-form-wrapper-left-blue-block form .row .col-md-12 input[type="button"] {
  width: 180px;
  height: 46px;
  border-radius: 0;
  border: 0;
  background: #f5b927;
  margin-top: 25px;
  color: #fff;
  border: 1px solid #f5b927;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.5s ease;
}
.p-4 {
  padding: 1.5rem;
}
.mb-4,
.my-4 {
  margin-bottom: 1.5rem;
}
.mt-4,
.my-4 {
  margin-top: 1.5rem;
}
.multi-step-form-wrapper.new-form-style form#sdc-v2-form {
  margin: 0;
  padding: 20px 30px;
  background: #fff;
}
.multi-step-form-wrapper.new-form-style
  form#sdc-v2-form
  .row
  .col-md-12
  input[type="submit"] {
  margin-top: 10px;
  width: 100%;
  cursor: pointer;
}
.multi-step-form-wrapper.new-form-style
  form
  .row
  .col-md-12
  input[type="submit"],
.multi-step-form-wrapper.new-form-style
  form
  .row
  .col-md-12
  input[type="button"] {
  width: 180px;
  height: 46px;
  border-radius: 0;
  border: 0;
  background: #f5b927;
  margin-top: 25px;
  color: #fff;
  border: 1px solid #f5b927;
  font-weight: 700;
  font-size: 18px;
  transition: all 0.5s ease;
}

.home-page-section3 {
  padding: 120px 0;
  background-color: #fff;
}
.home-page-section3-title h2 {
  color: #040404;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 112.5% */
  text-transform: capitalize;
  margin-bottom: 80px;
}
.home-page-section3-counter-wrapper {
  display: flex;
  justify-content: center;
}
.home-page-section3-counter-inner-wrapper {
  display: flex;
  width: 80%;
}
.home-page-section3-counter-half {
  width: 50%;
}
.home-page-section3-counter {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 90px;
  font-style: normal;
  font-weight: 600;
  line-height: 60px; /* 66.667% */
}
.home-page-section3-counter span {
  color: #f4b725;
  font-size: 42px;
}
.home-page-section3-counter-subtitle {
  color: #7899bb;
  font-family: "Onest", sans-serif;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.01px; /* 125.042% */
}
.home-page-section3-counter-half.left {
  display: flex;
  justify-content: end;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  gap: 24px;
  position: relative;
}
.home-page-section3-counter-half.left::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 2px;
  background-color: #d8e4f1;
}
.home-page-section3-counter-half.right {
  display: flex;
  justify-content: end;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  gap: 24px;
}

.home-page-section4 {
  padding: 0px;
  background-color: #fff;
}
.home-page-section4 .container {
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 95px 90px;
}
.home-page-section4-title h2 {
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 36px;
  font-style: normal;
  font-weight: 500;
  line-height: 42px; /* 116.667% */
}
.home-page-section4-form-wrapper {
  margin-top: 40px;
}
.home-page-section4-form-wrapper .moving-steps {
  background: transparent;
  border: none;
  padding: 0;
  min-height: 0;
}
.home-page-section4-form-wrapper .moving-steps form label {
  color: #fff;
}
.home-page-section4-form-wrapper .moving-steps form .steps-content {
  display: none;
}
.common-banner .moving-steps form .form-control,
.home-page-section4-form-wrapper .moving-steps form .form-control {
  color: #fff;
}
.common-banner .moving-steps form .form-control:focus,
.home-page-section4-form-wrapper .moving-steps form .form-control:focus {
  color: #040404;
}

.home-page-section5 {
  background: #fff;
  padding: 120px 0;
}
.home-page-section5 .container {
  display: flex;
}
.home-page-section5-half {
  width: 50%;
}
.home-page-section5-half-image-block img {
  max-width: 100%;
}
.home-page-section5-half-title h2 {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 112.5% */
}
.home-page-section5-half.right {
  padding-left: 85px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-page-section5-half-description p {
  color: #666977;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px; /* 166.722% */
}
.home-page-section5-half-link {
  margin-top: 30px;
}
.home-page-section5-half-link a {
  color: #b82d2e;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease-in-out;
}
.home-page-section5-half-link a:hover {
  gap: 20px;
}

.home-page-section6 {
  background-color: #fff;
  padding-bottom: 120px;
}
.home-page-section6 .container {
  display: flex;
}
.home-page-section6-half {
  width: 50%;
}
.home-page-section6-half-image-block img {
  max-width: 100%;
}
.home-page-section6-half-title h2 {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 112.5% */
}
.home-page-section6-half.left {
  padding-right: 85px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-page-section6-half-description p {
  color: #666977;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px; /* 166.722% */
}
.home-page-section6-half-link {
  margin-top: 30px;
}
.home-page-section6-half-link a {
  color: #b82d2e;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease-in-out;
}
.home-page-section6-half-link a:hover {
  gap: 20px;
}

.home-page-section7 {
  padding: 0px;
  background: #0d3a67;
}
.home-page-section7 .container-wide {
  display: flex;
  width: 100%;
}
.home-page-section7-half {
  width: 50%;
}
.home-page-section7-half.left {
  position: relative;
}
.home-page-section7-half.left img {
  max-width: 100%;
  display: flex;
}
.home-page-section7-title-wrapper h2 {
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 112.5% */
  margin-bottom: 30px;
}
.home-page-section7-half.right {
  padding: 175px 200px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.home-page-section7-content-wrapper p {
  color: #7899bb;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px; /* 166.722% */
  margin-bottom: 30px;
}
.home-page-section7-button-wrapper a {
  display: flex;
  width: 270px;
  height: 75px;
  justify-content: space-around;
  border-radius: 200px;
  background: #f4b725;
  color: #000;
  text-align: center;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
  cursor: pointer;
  align-items: center;
  padding: 25px;
  transition: all 0.3s ease-in-out;
}
.home-page-section7-button-wrapper a:hover {
  background: #f4b725;
  color: #000;
}
.home-page-section7-half.left .video-play-button {
  content: "";
  position: absolute;
  background-image: url("images/play-icon.png");
  background-repeat: no-repeat;
  background-position: center;
  height: 100px;
  width: 100px;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  left: 50%;
  top: 50%;
  right: 0;
  bottom: 0;
  margin-left: -50px;
  margin-top: -50px;
}
.home-page-section7-half.left .video-play-button:hover {
  scale: 1.1;
}

.home-page-section8 {
  background: #f2f2f2;
  padding: 120px 0;
}
.home-page-section8-service-title-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.home-page-section8-service-title-left-block {
  width: 50%;
}
.home-page-section8-service-title-right-block {
  width: 50%;
  display: flex;
  justify-content: end;
  align-items: center;
}
.home-page-section8-service-title-left-block-subtitle h3 {
  color: #2a5b8d;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.01px;
}
.home-page-section8-service-title-left-block-title h2 {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px;
}
.home-page-section8-service-block-bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
  justify-content: space-between;
  margin-top: 60px;
}
.home-page-section8-each-testimonial-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  background: #fff;
  padding: 50px;
}
.home-page-section8-testimonial-content-block p {
  color: #434343;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px; /* 166.722% */
}
.home-page-section8-testimonial-author-block {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px; /* 111.111% */
}
.home-page-section8-testimonial-designation-block {
  color: #2a5b8d;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px; /* 125% */
  margin-top: 7px;
}
.home-testi-slide-button-inner-wrapper {
  display: flex;
  width: 135px;
  gap: 10px;
}
.home-testi-slide-prev-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  width: 62px;
  background-color: #31567c;
  cursor: pointer;
  border-radius: 50%;
}
.home-testi-slide-next-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 62px;
  width: 62px;
  background-color: #31567c;
  cursor: pointer;
  border-radius: 50%;
}

.home-page-section9 {
  padding: 120px 0;
  background-color: #fff;
}
.home-page-section9-service-title-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.home-page-section9-service-title-left-block {
  width: 50%;
}
.home-page-section9-service-title-right-block {
  width: 50%;
  display: flex;
  justify-content: end;
}
.home-page-section9-service-title-left-block-subtitle h3 {
  color: #2a5b8d;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.01px;
}
.home-page-section9-service-title-left-block-title h2 {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px;
}
.home-page-section9-service-block-bottom {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  gap: 30px;
  justify-content: space-between;
  margin-top: 85px;
}
.home-page-section9-each-podcast-wrapper {
  width: 31%;
}
.home-page-section9-podcast-image-wrapper {
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.home-page-section9-podcast-image-wrapper a {
  display: flex;
  width: 100%;
  height: 100%;
}
.home-page-section9-podcast-image-wrapper img {
  max-width: 100%;
  height: auto;
  min-height: 300px;
  object-fit: cover;
  transition: all 0.3s ease-in-out;
}
.home-page-section9-podcast-image-wrapper img:hover {
  scale: 1.1;
}
.home-page-section9-podcast-title-wrapper {
  margin-top: 20px;
}
.home-page-section9-podcast-title-wrapper a h3 {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px; /* 166.667% */
}
.home-page-section9-podcast-title-link {
  margin-top: 20px;
}
.home-page-section9-podcast-title-link a {
  color: #b82d2e;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 18px;
  display: flex;
  align-items: center;
  gap: 15px;
  transition: all 0.3s ease-in-out;
}
.home-page-section9-podcast-title-link a:hover {
  gap: 20px;
}
.home-page-section10 {
  padding-bottom: 120px;
}
.home-page-section10 .container {
  display: flex;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 160px 0px;
}
.home-page-section10-half {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-page-section10-title {
  width: 80%;
}
.home-page-section10-title h2 {
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 60px; /* 125% */
}

.p-2 {
  padding: 0.5rem !important;
}
.pb-5,
.py-5 {
  padding-bottom: 3rem;
}
.pt-5,
.py-5 {
  padding-top: 3rem;
}
.pt-6,
.py-6 {
  padding-top: 5rem;
}
footer {
  background: #111;
  min-height: 300px;
  font-size: 15px;
}
.each-footer-columns {
  width: 25%;
  padding: 0 15px;
}
.each-footer-columns h5 {
  margin-bottom: 15px;
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 30.01px;
}
.each-footer-columns ul,
.footer-bottom-section ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}
.each-footer-columns ul li,
.footer-bottom-section ul li {
  list-style-type: none;
}
.each-footer-columns ul li a {
  padding: 0;
  display: block;
  color: #a5a5a5;
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px; /* 171.429% */
  transition: all 0.3s ease-in-out;
}
.each-footer-columns ul li a:hover {
  text-decoration: underline;
}
.each-footer-columns ul li a:hover {
  color: #a5a5a5;
  border: none;
}
#menu-footer-menu1,
#menu-footer-menu2,
#menu-footer-menu3,
#menu-footer-menu4,
#menu-footer-menu5,
#menu-footer-menu6 {
  margin-bottom: 35px;
}
.footer-column-one .custom-html-widget span {
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.footer-column-one .custom-html-widget {
  color: #aaa;
  font-family: "Onest", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}
.footer-bottom-section {
  text-align: center;
}
.sdc-footer-widget-bottom {
  padding-bottom: 55px;
  border-bottom: 1px solid #313131;
  margin-bottom: 70px;
}
.footer-top-each-block {
  width: 33.33%;
}
.footer-address {
  padding-left: 100px;
  height: 60px;
  background-image: url("images/location.svg");
  background-repeat: no-repeat;
  color: #a5a5a5;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px;
  text-align: left;
  max-width: 345px;
}
.footer-phone-wrapper {
  display: flex;
  justify-content: center;
}
.footer-phone {
  padding-left: 100px;
  height: 60px;
  background-image: url("images/phone.svg");
  background-repeat: no-repeat;
  display: flex;
  align-items: center;
  max-width: 260px;
}
.footer-phone a {
  color: #a5a5a5;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  text-align: left;
  font-weight: 400;
  line-height: 30.01px; /* 166.722% */
}
.footer-social-outer {
  display: flex;
  gap: 10px;
  justify-content: end;
}
.footer-social-outer a {
  transition: all 0.3s ease-in-out;
}
.footer-social-outer a:hover {
  scale: 1.1;
}
.footer-social-outer .fb {
  height: 60px;
  width: 60px;
  background-image: url("images/facebook.svg");
  background-repeat: no-repeat;
}
.footer-social-outer .insta {
  height: 60px;
  width: 60px;
  background-image: url("images/insta.svg");
  background-repeat: no-repeat;
}
.footer-social-outer .twitter {
  height: 60px;
  width: 60px;
  background-image: url("images/twitter.svg");
  background-repeat: no-repeat;
}
.footer-social-outer .linked {
  height: 60px;
  width: 60px;
  background-image: url("images/linked.svg");
  background-repeat: no-repeat;
}
.footer-social-outer .youtube {
  height: 60px;
  width: 60px;
  background-image: url("images/youtube.svg");
  background-repeat: no-repeat;
}
.footer-widget-area.footer-columns {
  padding-bottom: 50px;
}

.sis-address,
.sis-copyright {
  font-size: 15px;
}
iframe {
  max-width: 100%;
}
.sis-phone-number {
  position: fixed;
  z-index: 17;
  text-align: center;
  min-width: 190px;
  background: no-repeat url("images/green-button.png");
  border-radius: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #fff;
  left: 10px;
  bottom: 60px;
  display: none;
}
.sis-phone-number a,
.sis-free-quote a {
  color: #fff;
  display: block;
  padding: 5px 0;
}
.sis-free-quote {
  position: fixed;
  z-index: 16;
  left: 10px;
  bottom: 10px;
  text-align: center;
  min-width: 190px;
  background: no-repeat url("images/green-button.png");
  border-radius: 15px;
  font-family: "Barlow", sans-serif;
  font-weight: 600;
  color: #fff;
  display: none;
}
.contact-page-section1 {
  padding: 100px 0;
}
.contact-page-section1 .container {
  display: flex;
  flex-wrap: wrap;
}
.contact-page-section1-left-block {
  width: 41.666667%;
}
.contact-page-section1-right-block {
  width: 58.333333%;
}
.sis-contact-us .sis-item {
  padding: 35px 30px;
  margin: 0 15px;
  border: 1px solid #dbdbdb;
  background: #f8f8f8;
}
.sis-contact-us .sis-heading {
  border-bottom: 2px solid #000;
  text-align: center;
  font-size: 28px;
  margin-bottom: 30px;
}
.text-center {
  text-align: center;
}
.sis-contact-us .form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-weight: 400;
  line-height: 1.5;
  background-clip: padding-box;
  border-radius: 0;
  height: 40px;
  color: #040404;
  font-size: 14px;
  border: 1.5px solid #c4c4c4;
}
.wpcf7-form-control.wpcf7-textarea.border-0.form-control {
  height: 200px;
  resize: vertical;
}
.sis-contact-us .wpcf7-submit {
  background-color: #f4b725;
  color: #040404;
  text-transform: uppercase;
  padding: 16px 0;
  cursor: pointer;
  width: 100%;
  border: none;
  transition: all 0.3s ease-in-out;
  font-size: 16px;
  font-weight: 700;
  margin-top: 30px;
  max-width: 200px;
  transition: all 0.5s ease;
}
.sis-contact-us .wpcf7-submit:hover {
  background: #040404;
  color: #f4b725;
}

/*SDC - Old MultiStep Form Start*/
.moving-steps {
  display: flex;
  width: 100%;
  padding: 60px 50px;
  min-height: 260px;
  border: 1px solid #dbdbdb;
  background: #f8f8f8;
}
.common-banner .moving-steps {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border: none;
}
.moving-steps form {
  display: flex;
  width: 100%;
}
.sis-step {
  width: 100%;
}
.moving-steps form .steps-content {
  text-align: center;
  width: 58%;
  margin: 5px auto 25px;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.moving-steps form .steps-content span {
  display: block;
  width: 28px;
  height: 28px;
  line-height: 25px;
  font-size: 18px;
  background: #fff;
  color: #fff;
  border-radius: 100%;
  position: relative;
  z-index: 333;
  border: 2px solid #fff;
}
.moving-steps form .steps-content span.current {
  border: 2px solid #00b67a;
  background: #fff;
  color: #000;
}
.moving-steps form .steps-content::after {
  content: "";
  display: block;
  background: #fff;
  height: 5px;
  position: absolute;
  top: 43%;
  right: 5px;
  left: 5px;
}
.form-block {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: space-between;
}
.form-column-half {
  width: 48%;
}
.form-column-full {
  width: 100%;
  display: flex;
  justify-content: center;
}
.moving-steps label {
  display: inline-block;
  margin-bottom: 0.5rem;
}
.moving-steps form label {
  font-size: 16px;
  font-weight: 400;
}
.common-banner .moving-steps form label,
.home-page-section6.inner .moving-steps form label {
  color: #fff;
}
.form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: "Onest", sans-serif;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px;
  background: transparent;
  border: 1.5px solid #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  color: #495057;
  background-color: #fff;
  border-color: #80bdff;
  outline: 0;
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}
.form-control:focus-visible {
  color: transparent;
  text-shadow: 0 0 0 #495057;
}
.moving-steps form .form-control {
  border-radius: 0;
  height: 40px;
  color: #040404;
  font-size: 14px;
  border: 1.5px solid #c4c4c4;
}
.common-banner .moving-steps form .form-control,
.home-page-section6.inner .moving-steps form .form-control {
  color: #fff;
}
.common-banner .moving-steps form .form-control:focus,
.home-page-section6.inner .moving-steps form .form-control:focus {
  color: #040404;
}
.moving-steps form .form-column-full input[type="submit"],
.moving-steps form .form-column-full input[type="button"] {
  width: 150px;
  height: 50px;
  border-radius: 0;
  background: #f4b725;
  margin-top: 25px;
  color: #040404;
  border: 1px solid #f4b725;
  font-weight: 700;
  font-size: 16px;
  transition: all 0.5s ease;
  cursor: pointer;
  text-transform: uppercase;
}
.moving-steps form .form-column-full input[type="submit"]:hover,
.moving-steps form .form-column-full input[type="button"]:hover {
  border: 1px solid #040404;
  background: #040404;
  color: #f4b725;
  transition: all 0.5s ease;
}
.s-f-bg-c {
  width: 100%;
  display: flex;
}
.quote-logo-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px;
}
.main-content-data {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.page-template-template-quotepage .common-banner .container::before {
  display: none;
}
.page-template-template-quotepage .common-banner {
  height: auto;
}
.main-content-data h5 {
  font-size: 36px;
  color: #fff;
}
.moving-steps .steps,
.moving-steps .actions {
  display: none;
}
.main-content-data a {
  color: #336699;
  text-decoration: underline;
}
.moving-steps form .content.clearfix {
  width: 100%;
  padding: 40px;
}
.thankyou-page-section1 {
  padding-top: 135px;
  padding-bottom: 50px;
}
.page-content-area-full {
  text-align: center;
}

/*SDC - Old MultiStep Form End*/
.fullwidth-page-section1 {
  padding: 50px 0;
}
.not-found-wrapper {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  width: 100%;
}
.blog-navigation-wrapper {
  display: flex;
  width: 100%;
  justify-content: center;
  padding-top: 50px;
}
.page-template-template-quote-v2 .s-f-bg-c {
  background: url("images/quote-background.jpg");
  background-size: cover;
  background-repeat: no-repeat;
}
.page-template-template-quote-v2 .row > div {
  margin-bottom: 30px;
}
.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}
.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}
.d-flex {
  display: -ms-flexbox !important;
  display: flex !important;
}
.page-template-template-quote-v2 .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}
.page-template-template-quote-v2 .col-md-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
  padding-left: 15px;
}
.page-template-template-quote-v2 .col-md-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}
.page-template-template-quote-v2 .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-template-template-quote-v2 header {
  display: none;
}
.legal {
  display: flex;
  width: 100%;
  padding: 15px 0;
}
.legal p,
.legal p a {
  color: #fff;
  font-size: 13px;
}
#get-a-quote-form input[type="submit"],
#get-a-quote-form input[type="button"] {
  cursor: pointer;
}
.home-page-section7-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.home-page-section7-inner-wrapper.common-page-botton {
  margin-top: 70px;
}
.home-page-section7-each-article-wrapper {
  width: 33.333333%;
}
.home-page-section6.inner {
  position: relative;
  background-color: #f4f4f4;
  background-image: url("images/Hero-Bottom-banner.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 100px;
}
.home-page-section6-form .moving-steps {
  display: flex;
  width: 100%;
  min-height: 260px;
  border: none;
  padding: 40px;
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
}
.home-page-section6.inner .container::before {
  content: "";
  background: rgba(13, 58, 103, 0.8);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-height: 537px;
}
.home-page-section6.inner .home-page-section6-inner-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}
.home-page-section6.inner
  .home-page-section6-moving-steps
  .for-color:first-child {
  font-size: 36px;
  line-height: 54px;
  color: #fff;
}
.home-page-section6.inner .home-page-section6-moving-steps .for-color {
  color: #fff;
  font-size: 21px;
}
.home-page-section7.inner {
  padding-top: 150px;
  padding-bottom: 300px;
  background: #f2f2f2;
}
.quote-old-style .moving-steps {
  background: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(10px);
  border: none;
  margin-top: 50px;
}
.quote-old-style .moving-steps form label {
  color: #fff;
  font-family: "Onest", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px;
}
.quote-old-style .moving-steps .form-control {
  display: block;
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-family: "Onest", sans-serif;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px;
  background: transparent;
  border: 1.5px solid #fff;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.page-template-template-quotepage #sis-size.form-control:focus {
  color: #495057;
}
.page-template-template-quotepage
  .quote-old-style
  .moving-steps
  .form-control:active,
.page-template-template-quotepage
  .quote-old-style
  .moving-steps
  .form-control:focus {
  color: #fff;
}
#sis-date::-webkit-calendar-picker-indicator {
  filter: invert(1); /* Inverts the color to white */
  opacity: 1;
}
.blog-navigation-wrapper .pages,
.blog-navigation-wrapper .wp-pagenavi a.last,
.search-results .pages,
.search-results .wp-pagenavi a.last {
  border-radius: 5px !important;
  padding: 10px 15px;
}
.blog-navigation-wrapper .wp-pagenavi a,
.blog-navigation-wrapper .wp-pagenavi span.current,
.blog-navigation-wrapper .wp-pagenavi span.extend,
.search-results .wp-pagenavi a,
.search-results .wp-pagenavi span.current,
.search-results .wp-pagenavi span.extend {
  padding: 10px 15px;
  border-radius: 50%;
}

/*About Start Here*/
.about-section1 {
  background: #fff;
  padding: 120px 0;
}
.about-section1 .container {
  display: flex;
}
.about-section1-half {
  width: 50%;
}
.about-section1-half-title1 {
  color: #2a5b8d;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 30.01px; /* 166.722% */
}
.about-section1-half-title2 {
  margin-top: 10px;
  padding-bottom: 30px;
  position: relative;
  max-width: 450px;
}
.about-section1-half-title2::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  height: 5px;
  width: 45px;
  background-color: #b82d2e;
}
.about-section1-half-title2 h2 {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 112.5% */
}
.about-section1-half-description {
  padding-left: 150px;
  margin-top: 140px;
}
.about-section1-half-description p {
  color: #040404;
  text-align: right;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 166.667% */
}
.about-section1-half.right {
  padding-left: 60px;
}
.about-section1-half-right-inner img {
  max-width: 100%;
}
.about-section2 {
  background: #f2f2f2;
  padding: 120px 0;
}
.about-section2-title-wrapper {
  display: flex;
  margin-bottom: 65px;
  width: 100%;
  align-items: end;
}
.about-section2-title-half {
  width: 50%;
}
.about-section2-title-half h2 {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 112.5% */
}
.about-section2-title-half p {
  color: #666977;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px; /* 166.722% */
}
.about-section2-content-wrapper {
  gap: 50px;
  justify-content: space-between;
}
.about-section2-content-item-wrapper {
  width: 30%;
  padding: 0;
  box-sizing: border-box;
}
.about-section2-content-icon-wrapper {
  display: flex;
  gap: 18px;
  margin-bottom: 10px;
}
.about-section2-content-item-icon img {
  width: 27px;
  height: 26px;
}
.about-section2-content-item-title {
  max-width: 170px;
}
.about-section2-content-item-title h3 {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 21px;
  font-style: normal;
  font-weight: 500;
  line-height: 30px;
}
.about-section2-content-item-content {
  width: 100%;
}
.about-section2-content-item-content p {
  color: #757575;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.about-section3 {
  background-color: #fff;
  padding: 120px 0;
}
.about-section3 .container {
  display: flex;
}
.about-section3-half {
  width: 50%;
}
.about-section3-title-wrapper {
  margin-bottom: 30px;
  max-width: 390px;
}
.about-section3-title-wrapper h2 {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 112.5% */
}
.about-section3-content-wrapper {
  margin-bottom: 35px;
  justify-content: center;
  display: flex;
}
.about-section3-content-wrapper p {
  color: #666977;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px; /* 166.722% */
  max-width: 775px;
}
.about-section3-bottom-content-wrapper {
  gap: 20px;
  flex-direction: column;
}
.about-section3-image-wrapper {
  padding-left: 60px;
}
.about-section3-image-wrapper img {
  max-width: 100%;
}
.about-section3-bottom-each-block {
  width: 100%;
}
.about-section3-bottom-image-wrapper {
  display: flex;
  gap: 25px;
}
.about-section3-bottom-image-block img {
  max-width: 100%;
}
.about-section3-bottom-content-block {
  box-sizing: border-box;
  padding-left: 70px;
}
.about-section3-bottom-title-block h3 {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 180% */
}
.about-section3-bottom-content-block p {
  color: #666977;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px; /* 166.722% */
}
.about-section4 {
  padding: 0;
  background-color: #f2f2f2;
}
.about-section4 .container-wide {
  display: flex;
}
.about-section4-banner-wrapper img {
  max-width: 100%;
  display: flex;
}
.about-section4-content-wrapper {
  margin-top: 70px;
  display: flex;
  width: 100%;
}
.about-section4-content-half {
  width: 50%;
  box-sizing: border-box;
}
.about-section4-content-half.left {
  padding-right: 60px;
}
.about-section4-content-half-title {
  padding-top: 130px;
}
.about-section4-content-half-title h2 {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px; /* 112.5% */
  margin-bottom: 20px;
}
.about-section4-content-half-content p {
  color: #666977;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px; /* 166.722% */
}
.about-section4-content-half.right {
  padding-left: 60px;
  padding-right: 300px;
}
.about-section4-content-half.right ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.about-section4-content-half.right ul li {
  color: #666977;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px;
}
.about-section4-content-half.right ul li::marker {
  color: #f4b725;
}
.about-section4-content-half.right ul li strong {
  color: #040404;
  font-weight: 700;
}
.about-section5 {
  background: #fff;
  padding-top: 120px;
}
.about-section5 .container {
  display: flex;
  border-bottom: 1px solid #e7e7e7;
  padding-bottom: 120px;
}
.about-section5-inner-half {
  width: 50%;
}
.about-section5-inner-half.left {
  padding-right: 170px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.about-section5-image-block {
  display: flex;
  width: 750px;
  height: 497px;
  position: relative;
  justify-content: center;
  align-items: center;
  margin-left: -170px;
  background-repeat: no-repeat;
}
.about-section5-inner-half.right {
  align-items: baseline;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}
.about-section5-inner-half.right img {
  max-width: 100%;
}
.about-section5-title-wrapper {
  max-width: 500px;
  margin-bottom: 30px;
}
.about-section5-title-wrapper h2 {
  color: #040404;
  font-family: "Onest", sans-serif;
  font-size: 48px;
  font-style: normal;
  font-weight: 500;
  line-height: 54px;
}
.about-section5-content-wrapper p {
  color: #666977;
  font-family: "Onest", sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 30.01px; /* 166.722% */
}
.about-section5-content-wrapper p strong {
  color: #040404;
  font-weight: 500;
}
.page-sidebar-area .moving-steps form .steps-content span {
  background: #369;
  border: 2px solid #369;
}
.page-sidebar-area .moving-steps form .steps-content::after {
  background: #369;
}
.page-sidebar-area .moving-steps form .steps-content span.current {
  border: 2px solid #00b67a;
  background: #fff;
  color: #000;
}
.page-content-area.archive-post.home-page-section9-service-block-bottom {
  margin-top: 0;
}
.wp-block-separator,
.wp-block-separator.is-style-default {
  border: 1px solid #000;
  display: block;
  margin: 30px 0;
}
.entry img {
  margin-bottom: 25px;
}
.thankyou-page-section1 .blog-details-title {
  margin-bottom: 75px;
  margin-top: 75px;
}
.thankyou-page-section1 .blog-details-title h1 {
  color: #212529;
}
.page-template-template-thankyoupage header {
  background-color: #002a37;
}
.home-banner-mobile{
  display: none;
}


@media only screen and (min-width: 769px) {
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-item
    > a.mega-menu-link:hover,
  #mega-menu-wrap-top
    #mega-menu-top
    > li.mega-menu-item
    > a.mega-menu-link:focus {
    color: #000 !important;
  }
}

@media only screen and (max-width: 1700px) {
  .moving-form-wrapper h2 {
    font-size: 50px;
    line-height: 60px;
    margin-top: 0;
  }
  .moving-form-wrapper p {
    font-size: 16px;
  }
  .moving-form-wrapper-right-block .multi-step-form-title {
    font-size: 22px;
  }
  .our-service-btn,
  .home-page-section7-button-wrapper a {
    width: 260px;
    height: 60px;
    font-size: 14px;
  }
  .home-page-section1-blue-block-title1 h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .home-page-section1-blue-block-title2 .blue-block-count,
  .home-page-section1-blue-block-title3 .blue-block-count {
    font-size: 70px;
    line-height: 70px;
  }
  .home-page-section1-blue-block-title2 .blue-block-sub-title,
  .home-page-section1-blue-block-title3 .blue-block-sub-title {
    font-size: 20px;
  }
  .home-page-section2-title h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .home-page-section2-content p {
    font-size: 16px;
  }
  .home-page-section2-white-block {
    max-width: 650px;
    height: 500px;
    padding: 70px 70px;
  }
  .home-page-section2-service-title-left-block-subtitle h3 {
    font-size: 16px;
  }
  .home-page-section2-service-title-left-block-title h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .home-page-section2-service-block-bottom {
    margin-top: 50px;
    gap: 35px;
  }
  .home-page-section2-each-service-block {
    height: 350px;
    padding: 50px;
    width: 31.5%;
  }
  .home-page-section2-each-service-block-title {
    font-size: 20px;
    line-height: 28px;
  }
  .home-page-section2-each-service-block-content p {
    font-size: 16px;
    line-height: 28px;
  }
  .each-service-btn {
    width: 50px;
    height: 25px;
  }
  .home-page-section3-blue-block {
    width: 90%;
  }
  .home-page-section3-blue-block-half.left {
    padding-left: 6%;
  }
  .home-page-section3-blue-block-half.right img {
    right: -105px;
  }
  .home-page-section4-each-blog-title h3 {
    font-size: 35px;
    line-height: 40px;
  }
  .home-page-section4-each-blog-excerpt p {
    font-size: 16px;
    line-height: 28px;
  }
  .home-page-section5-inner-wrapper {
    width: 80%;
  }
  .home-page-section5-video-block {
    width: 650px;
    height: 400px;
  }
  .home-page-section5-video-block .video-play-button {
    height: 75px;
    width: 75px;
    border-radius: 50%;
    background-size: contain;
  }
  .home-page-section5-title-wrapper h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .home-page-section5-button-wrapper a {
    width: 215px;
    height: 60px;
    font-size: 14px;
  }
  .home-page-section5-content-wrapper p {
    font-size: 16px;
    line-height: 28px;
  }
  .home-page-section4-each-blog-title h3 {
    font-size: 30px;
    line-height: 35px;
  }
  .home-page-section7-service-title-left-block-title h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .home-page-section8-service-title-left-block-subtitle h3 {
    font-size: 16px;
  }
  .home-page-section8-service-title-left-block-title h2 {
    font-size: 40px;
    line-height: 40px;
  }
  .home-page-section8-each-testimonial-block {
    padding: 40px;
  }
  .home-page-section8-testimonial-content-block p {
    font-size: 16px;
    line-height: 28px;
  }
  .home-page-section8-testimonial-author-block {
    font-size: 16px;
  }
  .home-page-section8-testimonial-designation-block {
    font-size: 14px;
  }
  .home-page-section7-podcast-title-wrapper a h3 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-page-section9-blue-block-title h2 {
    font-size: 40px;
    line-height: 50px;
  }
  .home-page-section9-blue-block-button a {
    width: 200px;
    height: 60px;
    font-size: 14px;
  }
  .footer-address {
    font-size: 16px;
    line-height: 28px;
    max-width: 345px;
  }
  .footer-phone a {
    font-size: 16px;
    line-height: 28px;
  }
  .about-section1-half-right-inner {
    padding: 140px 200px 160px 100px;
  }
  .about-section1-half-right-inner p {
    font-size: 20px;
    line-height: 38px;
  }
  .about-section2-title-half h2,
  .about-section3-title-wrapper h2,
  .about-section4-content-half-title h2,
  .about-section5-title-wrapper h2,
  .home-page-section1-title h2,
  .home-page-section2-half-title h2,
  .home-page-section3-title h2,
  .home-page-section5-half-title h2,
  .home-page-section6-half-title h2,
  .home-page-section7-title-wrapper h2,
  .home-page-section9-service-title-left-block-title h2,
  .home-page-section10-title h2,
  .about-section1-half-title2 h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .about-section2-title-half p {
    font-size: 16px;
  }
  .about-section2-content-item-title {
    min-height: 65px;
  }
  .about-section2-content-item-title h3,
  .about-section3-bottom-title-block h3,
  .home-page-section2-half-right-each-row-left-title {
    font-size: 20px;
    line-height: 28px;
  }
  .about-section2-content-item-content p,
  .about-section3-content-wrapper p,
  .about-section3-bottom-content-block p,
  .about-section4-content-half-content p,
  .about-section4-content-half.right ul li,
  .about-section5-content-wrapper p,
  .home-page-section1-description p,
  .home-page-section1-link a,
  .home-page-section2-half-description p,
  .home-page-section2-half-right-each-row-right-description p,
  .home-page-section5-half-description p,
  .home-page-section5-half-link a,
  .home-page-section6-half-description p,
  .home-page-section6-half-link a,
  .home-page-section7-content-wrapper p,
  .home-page-section9-podcast-title-wrapper a h3,
  .home-page-section9-podcast-title-link a,
  .about-section1-half-description p {
    font-size: 16px;
    line-height: 28px;
  }
  .about-section2-content-item-wrapper {
    width: 31.5%;
  }
  .about-section2-content-wrapper {
    gap: 35px;
  }
  .about-section3-bottom-content-wrapper {
    gap: 30px;
  }
  .about-section4-content-half.right ul {
    gap: 20px;
  }
  .home-page-section3-counter {
    font-size: 75px;
    line-height: 60px;
  }
  .home-page-section3-counter-subtitle {
    font-size: 20px;
  }
  .home-page-section3-counter-half.left,
  .home-page-section3-counter-half.right {
    gap: 10px;
  }
  .home-page-section4-title h2 {
    font-size: 30px;
  }
  .about-section1-half-description {
    margin-top: 100px;
  }
  .about-section4-content-half-title {
    padding-top: 80px;
  }
  .about-section4-content-half-content {
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 1440px) {
  .container {
    width: 100%;
    max-width: 90%;
  }
  .moving-form-wrapper h2 {
    font-size: 40px;
    line-height: 55px;
  }
  .moving-form-wrapper-right-block .multi-step-form-title {
    font-size: 20px;
  }
  .home-page-section1-blue-block-title1 h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .home-page-section1-blue-block-title2 .blue-block-count,
  .home-page-section1-blue-block-title3 .blue-block-count {
    font-size: 60px;
    line-height: 60px;
  }
  .home-page-section1-blue-block-title2 .blue-block-sub-title,
  .home-page-section1-blue-block-title3 .blue-block-sub-title {
    font-size: 18px;
  }
  .home-page-section2-each-service-block {
    width: 30%;
  }
  .home-page-section2-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .home-page-section2-service-title-left-block-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .moving-form-wrapper-left-blue-block .multi-step-form-title {
    font-size: 22px;
    line-height: 30px;
  }
  .home-page-section4-each-blog-title h3 {
    font-size: 25px;
    line-height: 30px;
  }
  .home-page-section5-title-wrapper h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .home-page-section5-inner-wrapper .container-small {
    gap: 10px;
  }
  .home-page-section7-service-title-left-block-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .home-page-section8-service-title-left-block-title h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .home-page-section9-blue-block-title h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .home-page-section3-blue-block-half.right img {
    right: -65px;
    width: 90%;
    margin: 0;
    top: 30%;
  }
  .home-page-section5-inner-half.right {
    padding-right: 5%;
  }
  .home-page-section7-podcast-image-wrapper img {
    max-width: 100%;
    transition: all 0.3s ease-in-out;
    height: 300px;
    width: 100%;
    object-fit: cover;
  }
  .home-page-section6 {
    padding: 100px 0;
  }
  .home-page-section7.inner {
    padding-top: 100px;
    padding-bottom: 250px;
  }
  .about-section2-title-half h2,
  .about-section3-title-wrapper h2,
  .about-section4-content-half-title h2,
  .about-section5-title-wrapper h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .about-section2-content-item-wrapper {
    width: 31%;
  }
  .about-section1-half-right-inner p {
    font-size: 18px;
    line-height: 38px;
  }
  .about-section1-half-right-inner {
    padding: 100px 160px 100px 100px;
  }
  .about-section5-inner-half.right {
    padding-right: 5%;
  }
  .about-section5-inner-wrapper {
    width: 80%;
  }
  .about-section5-image-block {
    width: 630px;
    height: 430px;
    margin-left: -200px;
  }
  .about-section5-inner-half.left {
    width: 40%;
  }
  .about-section5-inner-half.right {
    width: 60%;
  }
  .about-section2-title-half h2,
  .about-section3-title-wrapper h2,
  .about-section4-content-half-title h2,
  .about-section5-title-wrapper h2,
  .home-page-section1-title h2,
  .home-page-section2-half-title h2,
  .home-page-section3-title h2,
  .home-page-section5-half-title h2,
  .home-page-section6-half-title h2,
  .home-page-section7-title-wrapper h2,
  .home-page-section9-service-title-left-block-title h2,
  .home-page-section10-title h2,
  .about-section1-half-title2 h2 {
    font-size: 35px;
    line-height: 40px;
  }
  .home-page-section7-half.right {
    padding: 110px 110px;
  }
}
@media only screen and (max-width: 1366px) {
  .h1,
  h1 {
    font-size: 35px;
  }
  .h2,
  h2 {
    font-size: 30px;
  }
  .h3,
  h3 {
    font-size: 25px;
  }
  .h4,
  h4 {
    font-size: 22px;
  }
  .h5,
  h5 {
    font-size: 18px;
  }
  .h6,
  h6 {
    font-size: 16px;
  }
  .home-page-section1-blue-block-title1 {
    padding-left: 10%;
    width: 350px;
  }
  .home-page-section2-service-block-bottom {
    margin-top: 50px;
    gap: 55px;
  }
  .header-right-block {
    justify-content: space-between;
    gap: 50px;
  }
  .header-right-button-block {
    margin-left: 0px;
  }
  .moving-form-wrapper-left-block {
    width: 500px;
    padding-right: 30px;
  }
  .moving-form-subheading {
    width: 100%;
  }
  .moving-form-wrapper h2 {
    font-size: 35px;
    line-height: 45px;
  }
  .moving-form-wrapper p,
  .moving-form-wrapper.new-form-style.header label,
  .home-page-section2-content p,
  .home-page-section2-each-service-block-content p,
  .moving-form-wrapper-left-blue-block label,
  .home-page-section4-each-blog-excerpt p,
  .home-page-section5-content-wrapper p,
  .home-page-section8-service-title-left-block-subtitle h3,
  .home-page-section8-testimonial-content-block p,
  .home-page-section8-testimonial-author-block,
  .footer-address,
  .footer-phone a {
    font-size: 14px;
    line-height: 28px;
  }
  .about-section2-content-item-content p,
  .about-section3-content-wrapper p,
  .about-section3-bottom-content-block p,
  .about-section4-content-half-content p,
  .about-section4-content-half.right ul li,
  .about-section5-content-wrapper p,
  .home-page-section1-description p,
  .home-page-section1-link a,
  .home-page-section2-half-description p,
  .home-page-section2-half-right-each-row-right-description p,
  .home-page-section5-half-description p,
  .home-page-section5-half-link a,
  .home-page-section6-half-description p,
  .home-page-section6-half-link a,
  .home-page-section7-content-wrapper p,
  .home-page-section9-podcast-title-wrapper a h3,
  .home-page-section9-podcast-title-link a {
    font-size: 14px;
    line-height: 28px;
  }
  .home-page-section1-blue-block-title1 h2,
  .home-page-section2-title h2,
  .home-page-section2-service-title-left-block-title h2,
  .home-page-section5-title-wrapper h2,
  .home-page-section7-service-title-left-block-title h2,
  .home-page-section8-service-title-left-block-title h2,
  .home-page-section9-blue-block-title h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .about-section2-title-half h2,
  .about-section3-title-wrapper h2,
  .about-section4-content-half-title h2,
  .about-section5-title-wrapper h2,
  .home-page-section1-title h2,
  .home-page-section2-half-title h2,
  .home-page-section3-title h2,
  .home-page-section5-half-title h2,
  .home-page-section6-half-title h2,
  .home-page-section7-title-wrapper h2,
  .home-page-section9-service-title-left-block-title h2,
  .home-page-section10-title h2,
  .about-section1-half-title2 h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .home-page-section2-sub-title h3,
  .home-page-section2-service-title-left-block-subtitle h3,
  .home-page-section7-service-title-left-block-subtitle h3,
  .each-footer-columns h5 {
    font-size: 16px;
  }
  .about-section2-content-item-title h3,
  .about-section3-bottom-title-block h3,
  .home-page-section2-half-right-each-row-left-title {
    font-size: 18px;
    line-height: 28px;
  }
  .home-page-section2-each-service-block-title {
    font-size: 18px;
    line-height: 28px;
  }
  .home-page-section1-blue-block-title2 .blue-block-count,
  .home-page-section1-blue-block-title3 .blue-block-count {
    font-size: 50px;
    line-height: 50px;
  }
  .home-page-section1-blue-block-title2 .blue-block-sub-title,
  .home-page-section1-blue-block-title3 .blue-block-sub-title {
    font-size: 16px;
    margin-top: 0;
  }
  .award-block {
    left: 85px;
  }
  .award-block img {
    height: 70px;
    width: 70px;
  }
  .home-page-section2-white-block {
    max-width: 550px;
    height: 400px;
    padding: 50px;
  }
  .moving-form-wrapper-left-blue-block .multi-step-form-title {
    font-size: 20px;
    line-height: 30px;
  }
  .home-page-section7-service-block-bottom,
  .home-page-section8-service-block-bottom {
    margin-top: 50px;
  }
  .home-page-section8-testimonial-designation-block {
    font-size: 12px;
  }
  .home-page-section6.inner
    .home-page-section6-moving-steps
    .for-color:first-child {
    font-size: 28px;
    line-height: 38px;
  }
  .home-page-section6.inner .home-page-section6-moving-steps .for-color {
    font-size: 18px;
  }
  .home-page-section7-inner-wrapper.common-page-botton {
    margin-top: 30px;
  }
  .home-page-section6.inner .home-page-section6-inner-wrapper {
    justify-content: space-between;
  }
  .home-page-section6-moving-steps {
    width: 50%;
  }
  .about-section1-half-right-inner p {
    font-size: 16px;
    line-height: 34px;
  }
  .about-section2-title-half h2,
  .about-section3-title-wrapper h2,
  .about-section4-content-half-title h2,
  .about-section5-title-wrapper h2 {
    font-size: 30px;
    line-height: 35px;
  }
  .about-section2-content-item-title h3,
  .about-section3-bottom-title-block h3 {
    font-size: 18px;
    line-height: 28px;
  }
  .about-section2-content-item-content p,
  .about-section3-content-wrapper p,
  .about-section3-bottom-content-block p,
  .about-section4-content-half-content p,
  .about-section4-content-half.right ul li,
  .about-section5-content-wrapper p,
  .about-section2-title-half p,
  .about-section1-half-description p {
    font-size: 14px;
    line-height: 28px;
  }
  .inner-crousel-content h4,
  .inner-crousel-content .h4,
  .inner-crousel-content h2,
  .inner-crousel-content .h2 {
    font-size: 16px;
    line-height: 28px;
  }
  .home-page-section3-counter {
    font-size: 60px;
    line-height: 60px;
  }
  .home-page-section3-counter-subtitle {
    font-size: 18px;
  }
  .about-section1-half-description {
    margin-top: 50px;
  }
  .about-section4-content-half.right {
    padding-left: 50px;
    padding-right: 200px;
  }
}
@media only screen and (max-width: 1280px) {
  .home-page-section3-blue-block-half.right img {
    right: -57px;
  }
  .home-page-section2-service-block-bottom {
    gap: 30px;
  }
  .home-page-section2-each-service-block {
    width: 31%;
  }
  .home-page-section5-video-block {
    width: 500px;
    height: 350px;
  }
  .about-section1-half-right-inner p {
    font-size: 14px;
    line-height: 28px;
  }
  .about-section1-half-right-inner {
    padding: 80px 130px 80px 80px;
  }
  .home-page-section1-half-left {
    width: 60%;
    padding-right: 40px;
  }
  .home-page-section1-half-right {
    width: 40%;
  }
  .home-page-section7-half.right {
    padding: 90px 90px;
  }
  .about-section5-inner-half.left {
    padding-right: 100px;
  }
  .about-section1-half-description {
    padding-left: 100px;
  }
}
@media only screen and (max-width: 1199px) {
  .award-block {
    display: none;
  }
  .moving-form-wrapper.old-form-style {
    width: 100%;
  }
  .header-right-block {
    gap: 20px;
  }
  .header-right-bottom-block {
    padding-left: 50px;
  }
  .home-page-section1-blue-block-title3 {
    padding-right: 0;
  }
  .home-page-section4 .container,
  .home-page-section6 .container {
    gap: 30px;
  }
  .about-section2-content-wrapper {
    row-gap: 30px;
  }
  .about-section2-content-item-wrapper {
    width: 30%;
  }
  .home-page-section2-half.left {
    padding-right: 60px;
  }
  .home-page-section7-half.right {
    padding: 80px 90px;
  }
}
@media only screen and (max-width: 1024px) {
  .home-page-section3-blue-block-half.right img {
    right: -46px;
  }
  .home-page-section6 {
    padding: 50px 0;
  }
  .home-page-section9-blue-block {
    width: 100%;
    padding: 50px 0;
    margin-top: 0;
  }
  .home-page-section6.inner .container::before {
    min-height: 0;
  }
  .home-page-section7.inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-page-section7-half.right {
    padding: 35px 60px;
  }
  .about-section4-content-half.right {
    padding-left: 50px;
    padding-right: 100px;
  }
}
@media only screen and (max-width: 992px) {
  p,
  ul,
  ol {
    font-size: 15px;
    line-height: 24px;
  }
  .site_logo {
    display: flex;
    align-items: center;
    margin-right: 16px;
  }
  .site_logo img {
    max-width: 66px;
  }
  .moving-form-wrapper-left-block {
    margin-top: 0;
  }
  .moving-form-wrapper h2,
  .moving-form-wrapper p {
    color: #000;
    text-align: center;
  }
  .moving-form-wrapper {
    width: 100%;
    position: relative;
    display: flex;
    align-items: flex-end;
    flex-direction: column;
    background-color: #fff;
    margin-top: 200px;
    padding: 30px;
  }
  .moving-form-heading,
  .moving-form-subheading {
    display: block;
    width: 100%;
  }
  .moving-form-wrapper h2 {
    color: #000;
    margin-top: 0;
  }
  .moving-form-wrapper p {
    color: #000;
  }
  .multi-step-form-wrapper {
    margin-top: 0;
  }
  .moving-form-wrapper-left-block {
    width: 100%;
  }
  .moving-form-wrapper.new-form-style {
    width: 100%;
    align-items: center;
  }
  .moving-form-wrapper.new-form-style form#sdc-v2-form {
    background: #e8e5e5b0;
  }
  .home-page-section1-each-service {
    width: 50%;
  }
  .home-page-section1-blue-block {
    padding: 50px 0;
    width: 100%;
    margin-top: 0;
  }
  .common-banner {
    height: auto;
  }
  .moving-form-wrapper.new-form-style.header form#sdc-v2-form {
    background: #0d3a67;
  }
  .home-page-section2-service-block-top {
    margin-top: 100px;
  }
  .home-page-section2-service-block-bottom {
    margin-bottom: 100px;
  }
  .home-page-section3-blue-block {
    width: 100%;
  }
  .moving-form-wrapper-left-blue-block {
    margin-top: 100px;
    margin-bottom: 100px;
  }
  .home-page-section4 {
    padding: 100px 0;
  }
  .home-page-section5-inner-wrapper {
    width: 100%;
    padding: 100px 0;
  }
  .container-small {
    width: 100%;
    max-width: 90%;
    margin: 0 auto;
  }
  .home-page-section2-inner-block {
    height: 500px;
    width: 100%;
    margin-top: -500px;
  }
  .home-page-section2-inner-block .container-small {
    align-items: center;
    justify-content: center;
  }
  .home-page-section5-video-block {
    max-width: 90%;
    height: 300px;
    margin: 0;
    width: 100%;
    background-size: cover;
  }
  .home-page-section5-inner-half.right {
    padding-right: 0;
  }
  .sdc-content {
    background-image: none;
    padding: 30px;
    margin-top: 0;
    width: 100%;
    margin-bottom: 50px;
  }
  .review-content {
    padding-left: 0;
    width: 100%;
  }
  .img-fluid.review-banner-content {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
  .home-page-section6-moving-steps {
    display: block;
    width: 100%;
    padding: 30px;
  }
  .home-page-section7.inner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .home-page-section6-moving-steps .for-color {
    color: #000;
  }
  .home-page-section6-form {
    width: 100%;
  }
  .each-footer-columns h5 {
    line-height: 24px;
  }
  .home-page-section3-each-block {
    width: 100%;
    margin-bottom: 48px;
  }
  .each-footer-columns {
    width: 50%;
    margin-bottom: 24px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item.mega-menu-megamenu
    ul.mega-sub-menu
    ul.mega-sub-menu
    .mega-sub-menu
    .mega-menu-item.mega-mega-block-title
    a.mega-menu-link {
    font-size: 17px;
  }
  #mega-menu-wrap-primary
    #mega-menu-primary
    li.mega-menu-item.mega-menu-megamenu
    ul.mega-sub-menu
    ul.mega-sub-menu
    .mega-sub-menu
    .mega-menu-item
    a.mega-menu-link {
    padding: 3px 0px;
    font-size: 13px;
  }
  .common-banner .container {
    flex-direction: column;
  }
  .award-block {
    order: 2;
    margin-top: 20px;
    justify-content: center;
  }
  .moving-form-wrapper {
    order: 1;
  }
  .home-page-section7 {
    padding: 0px;
  }
  .home-page-section9-blue-block {
    width: 100%;
    padding: 50px 0;
  }
  .home-page-section9-blue-block-half.left {
    padding-left: 0;
  }
  .home-page-section9-blue-block-half.right img {
    max-width: 100%;
    margin-right: -50px;
  }
  .moving-form-wrapper-right-block .multi-step-form-title {
    font-size: 20px;
    color: #000;
    margin-top: 50px;
    line-height: 28px;
  }
  .common-banner .moving-form-wrapper.old-form-style {
    align-items: center;
  }
  .moving-form-wrapper-left-block .our-service-btn {
    margin: 50px auto 0;
  }
  .common-banner .moving-steps {
    background: #0d3a67;
    backdrop-filter: blur(0px);
  }
  .about-section2-content-wrapper {
    row-gap: 40px;
    column-gap: 25px;
  }
  .about-section5-image-block {
    width: 500px;
    height: 400px;
    margin-left: -150px;
  }
  .about-section1,
  .about-section2,
  .about-section3,
  .about-section5-inner-wrapper {
    padding: 100px 0;
  }
  .about-section4 {
    padding-bottom: 100px;
  }
  .about-section5 {
    padding-bottom: 0px;
  }
  .about-section5-image-block {
    width: 435px;
    height: 330px;
  }
  .about-section2-content-item-wrapper {
    width: 31%;
  }
  .home .common-banner {
    height: auto;
  }
  .home-page-section1,
  .home-page-section2,
  .home-page-section3,
  .home-page-section4,
  .home-page-section5,
  .home-page-section6,
  .home-page-section8,
  .home-page-section9 {
    padding: 100px 0;
  }
  .home-page-section10 {
    padding-bottom: 100px;
  }
  .about-section1-half-description {
    padding-left: 0;
  }
  .about-section4-content-half.left {
    padding-right: 0;
  }
  .about-section4-content-half.right {
    padding-left: 50px;
    padding-right: 50px;
  }
  .about-section4-content-half-content {
    padding-bottom: 0;
  }
  .about-section5-inner-half.left {
    padding-right: 0;
    width: 50%;
  }
  .about-section5-inner-half.right {
    width: 50%;
    padding-right: 0;
    padding-left: 35px;
  }
  .about-section5 .container {
    padding-bottom: 60px;
  }
  .home-page-section9-service-block-bottom {
    margin-top: 30px;
  }
  .about-section1-half-right-inner {
    padding: 0;
  }
}
@media only screen and (max-width: 991px) {
  .page-content-area,
  .page-sidebar-area,
  .contact-page-section1-left-block,
  .contact-page-section1-right-block {
    width: 100% !important;
  }
  .contact-page-section1-left-block {
    margin-bottom: 30px;
  }
  .sis-contact-us .sis-item {
    margin: 0;
  }
  .home-page-section7-service-block-bottom {
    gap: 0;
  }
  .home-page-section9-each-podcast-wrapper {
    width: 30%;
  }
  .about-section1-half-description {
    margin-top: 30px;
  }
  .home-page-section10 .container {
    padding: 100px 0px;
  }
  .home-page-section9-service-title-left-block-subtitle h3 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 900px) {
  .home-page-section9-blue-block-half.right img {
    max-width: 100%;
    margin-right: 0;
  }
  .home-page-section2-each-service-block {
    width: 47%;
  }
  .home-page-section1-blue-block-title1 {
    padding-left: 0;
    width: 235px;
  }
}
@media only screen and (max-width: 768px) {
  .header-right-top-block .mega-toggle-blocks-right,
  .desktop-menu,
  .header-right-top-block {
    display: none !important;
  }
  .mobile-menu,
  .only-for-mobile {
    display: flex !important;
  }
  .header-right-bottom-block {
    order: 1;
  }
  .mega-toggle-blocks-right {
    border-radius: 5px;
  }
  .moving-form-wrapper {
    margin-top: 170px;
  }
  .site_logo {
    margin-top: 25px;
  }
  #mega-menu-wrap-mobile:has(.mega-menu-open)
    #mega-menu-mobile[data-effect-mobile^="slide_"]
    + button.mega-close::before {
    border: 1px solid;
    border-radius: 50%;
    margin-top: 5px;
    color: #000;
  }
  .footer-top-each-block {
    width: 50%;
  }
  .footer-social-outer {
    justify-content: flex-start;
    margin-top: 25px;
  }
  .home-page-section1,
  .home-page-section2,
  .home-page-section3,
  .home-page-section4,
  .home-page-section5,
  .home-page-section6,
  .home-page-section8,
  .home-page-section9,
  .about-section1,
  .about-section2,
  .about-section3,
  .about-section5-inner-wrapper {
    padding: 50px 0;
  }
  .about-section4 {
    padding-bottom: 50px;
  }
  .home-page-section10 {
    padding-bottom: 50px;
  }
  .home-page-section5-half.right {
    padding-left: 50px;
  }
  .home-page-section10 .container {
    padding: 100px 0px;
  }
  .moving-form-wrapper-right-block .multi-step-form-title {
    margin-top: 30px;
  }
  .about-section2-content-item-wrapper {
    width: 45%;
  }
  .about-section4-content-half-title {
    padding-top: 40px;
  }
  .about-section5 {
    padding-top: 50px;
  }
  .about-section5 .container {
    padding-bottom: 50px;
  }
  .home-page-section10 .container {
    padding: 50px 0px;
  }
  .common-banner {
    padding-bottom: 50px;
  }
  .common-banner.old-style .container {
    flex-direction: column;
  }
  .moving-form-wrapper {
    margin-top: 0;
  }
  .home-banner-mobile{
    display: flex;
    margin-top: 170px;
  }
  .home-banner-mobile img{
    max-width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .site_logo img {
    max-width: 91px;
  }
  .header-right-top-block {
    display: none;
  }
  .header-right-block {
    display: flex;
    align-items: center;
  }
  .home-page-section1-blue-block .container {
    justify-content: center;
    flex-direction: column;
  }
  .sis-phone-number,
  .sis-free-quote {
    display: block;
  }
  .moving-form-wrapper-right-block {
    width: 100%;
  }
  .home-page-section5 h2 {
    margin-bottom: 30px;
  }
  .home-page-section2-each-service-block {
    width: 100%;
  }
  .testimonial-box {
    width: 100%;
    padding: 20px 10px;
    border-right: none;
    border-bottom: 1px solid #707070;
    margin-bottom: 30px;
  }
  .testimonial-box:last-child {
    border-bottom: none;
  }
  .testimonial-box h4,
  .testimonial-box .h4 {
    padding-top: 28px;
    border-top: none;
    margin-top: 0;
    font-weight: 600;
  }
  .home-page-section7-each-article-wrapper {
    width: 100%;
    margin-bottom: 10px;
  }
  .each-footer-columns {
    width: 100%;
    margin-bottom: 24px;
  }
  .sdc-footer-widget-bottom {
    margin-bottom: 30px;
  }
  .sis-contact-us .sis-item {
    padding: 20px 20px;
  }
  .form-column-half {
    width: 100%;
    margin-bottom: 15px;
  }
  .about-section1-half,
  .about-section2-title-half,
  .about-section2-content-item-wrapper,
  .about-section3-bottom-each-block,
  .about-section4-content-half,
  .about-section5-inner-wrapper,
  .about-section5-inner-half.left,
  .about-section5-inner-half.right {
    width: 100%;
  }
  .about-section2-title-wrapper,
  .about-section4-content-wrapper {
    margin-bottom: 30px;
    flex-direction: column;
  }
  .about-section4-content-half.left {
    border: none;
    padding-right: 0;
  }
  .about-section4-content-half.right {
    padding-left: 15px;
  }
  .about-section5-image-block {
    margin-left: 0;
  }
  .about-section5-inner-wrapper .container-small {
    gap: 30px;
    flex-direction: column;
  }
  .about-section5-image-block {
    width: 100%;
    height: 330px;
    background-size: cover;
  }
  .about-section5 {
    padding-bottom: 0;
  }
  .home .common-banner {
    padding-bottom: 50px;
  }
  .home-page-section1-half-left,
  .home-page-section2-half.left,
  .home-page-section6-half.left {
    width: 100%;
    padding-right: 0;
  }
  .home-page-section1-half-right,
  .home-page-section2-half,
  .home-page-section5-half,
  .home-page-section6-half,
  .home-page-section7-half,
  .home-page-section7-half.right {
    width: 100%;
  }
  .home-page-section5-half.right {
    padding-left: 0;
    width: 100%;
  }
  .home-page-section1 .container,
  .home-page-section2 .container,
  .home-page-section5 .container,
  .home-page-section6 .container,
  .home-page-section7 .container-wide,
  .about-section3 .container {
    display: flex;
    flex-direction: column;
  }
  .home-page-section1-image {
    margin-top: 30px;
  }
  .home-page-section3-title h2 {
    margin-bottom: 30px;
  }
  .about-section2-title-half h2,
  .about-section3-title-wrapper h2,
  .about-section4-content-half-title h2,
  .about-section5-title-wrapper h2,
  .home-page-section1-title h2,
  .home-page-section2-half-title h2,
  .home-page-section3-title h2,
  .home-page-section5-half-title h2,
  .home-page-section6-half-title h2,
  .home-page-section7-title-wrapper h2,
  .home-page-section9-service-title-left-block-title h2,
  .home-page-section10-title h2,
  .home-page-section4-title h2 {
    font-size: 25px;
    line-height: 35px;
  }
  .home-page-section2-half-left-bottom {
    margin-bottom: 50px;
  }
  .home-page-section3-counter {
    font-size: 50px;
    line-height: 55px;
  }
  .home-page-section4 .container {
    padding: 50px 50px;
  }
  .moving-form-wrapper-left-block .our-service-btn {
    margin: 30px auto 0;
  }
  .home-page-section1-link,
  .home-page-section5-half-link,
  .home-page-section6-half-link {
    margin-top: 0;
  }
  .home-page-section2-half-right-each-row-left,
  .about-section3-half,
  .home-page-section9-service-title-left-block,
  .home-page-section9-service-title-right-block,
  .home-page-section9-each-podcast-wrapper,
  .home-page-section10-half {
    width: 100%;
  }
  .home-page-section2-half-right-each-row-right {
    width: 100%;
    padding-left: 0;
  }
  .home-page-section2-half-right-each-row,
  .about-section1 .container,
  .about-section4 .container-wide,
  .about-section5 .container,
  .home-page-section9-service-title-block,
  .home-page-section10 .container {
    flex-direction: column;
  }
  .home-page-section5 h2 {
    margin-bottom: 5px;
  }
  .home-page-section7-half.left .video-play-button {
    height: 50px;
    width: 50px;
    margin-left: -25px;
    margin-top: -25px;
    background-size: contain;
  }
  .about-section1-half.right {
    padding-left: 0;
  }
  .about-section2-content-item-title {
    min-height: 0;
    max-width: 100%;
  }
  .about-section2-content-wrapper {
    row-gap: 20px;
    column-gap: 20px;
  }
  .about-section3-image-wrapper {
    padding-left: 0;
  }
  .about-section4-content-half-title {
    text-align: center;
  }
  .about-section4-content-half.right {
    padding-left: 50px;
    padding-right: 50px;
  }
  .about-section5-inner-half.right {
    padding-right: 0;
    padding-left: 0;
  }
  .home-page-section9-service-title-right-block {
    justify-content: center;
  }
  .home-page-section9-podcast-image-wrapper img {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  #mega-menu-wrap-mobile
    #mega-menu-mobile
    > li.mega-menu-item.mega-toggle-on
    .mega-sub-menu
    .mega-menu-item
    .mega-menu-link {
    line-height: 24px !important;
  }
  .home-page-section1-blue-block-title1,
  .home-page-section1-blue-block-title2,
  .home-page-section1-blue-block-title3,
  .home-page-section2-service-title-left-block,
  .home-page-section2-service-title-right-block {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
  }
  .home-page-section2-service-block-top {
    margin-top: 50px;
  }
  .home-page-section2-each-service-block {
    width: 100%;
    height: auto;
  }
  .home-page-section3-blue-block-half.left {
    padding-left: 0;
    width: 100%;
  }
  .moving-form-wrapper-left-blue-block {
    margin-top: 50px;
    margin-bottom: 50px;
  }
  .home-page-section3-blue-block-half.right {
    display: none;
  }
  .home-page-section4 {
    padding: 50px 0;
  }
  .home-page-section4-half {
    width: 100%;
  }
  .home-page-section5-inner-half {
    width: 100%;
  }
  .home-page-section5-inner-wrapper {
    width: 100%;
    padding: 50px 0;
  }
  .home-page-section5-inner-wrapper .container-small {
    flex-direction: column;
    gap: 30px;
  }
  .home-page-section5 h2 {
    margin-bottom: 0;
  }
  .home-page-section6 {
    padding: 50px 0px;
  }
  .home-page-section7-service-title-block,
  .home-page-section4 .container {
    flex-direction: column;
  }
  .home-page-section7-service-title-left-block,
  .home-page-section7-service-title-right-block,
  .home-page-section8-service-title-left-block,
  .home-page-section8-service-title-right-block,
  .home-page-section9-blue-block-half.left,
  .footer-top-each-block,
  .home-page-section1-title {
    width: 100%;
    max-width: 100%;
  }
  .moving-form-wrapper-left-blue-block .multi-step-form-title {
    max-width: 100%;
  }
  .home-page-section7-service-title-right-block {
    justify-content: flex-start;
    margin-top: 20px;
  }
  .home-page-section7-each-podcast-wrapper {
    width: 100%;
  }
  .home-page-section8-service-title-block {
    flex-direction: column;
  }
  .home-page-section9-blue-block-half.right {
    display: none;
  }
  .footer-top-section-wrapper.full-width {
    flex-direction: column;
    gap: 20px;
  }
  .footer-address {
    max-width: 100%;
    padding-left: 75px;
    display: flex;
    align-items: center;
  }
  .footer-phone-wrapper {
    justify-content: flex-start;
  }
  .footer-phone {
    padding-left: 75px;
    max-width: 100%;
  }
  .home-testi-slide-prev-btn,
  .home-testi-slide-next-btn {
    height: 50px;
    width: 50px;
  }
  .home-page-section5-video-block .video-play-button {
    height: 60px;
    width: 60px;
  }
  .common-banner {
    padding-bottom: 50px;
  }
  .about-section2,
  .about-section3,
  .about-section5-inner-wrapper {
    padding: 50px 0;
  }
  .about-section4-content-wrapper {
    margin-top: 50px;
  }
  .about-section4 {
    padding-bottom: 50px;
  }
  .home-page-section2-half-right-each-row-left {
    width: 100%;
    flex-direction: column;
    gap: 0;
    align-items: center;
    text-align: center;
    justify-content: center;
  }
  .home-page-section2-half-right-each-row-right-description {
    text-align: center;
  }
  .home-page-section3-counter-inner-wrapper {
    display: flex;
    width: 100%;
    flex-direction: column;
    align-items: center;
    gap: 15px;
  }
  .home-page-section3-counter-half.left::after {
    display: none;
  }
  .home-page-section9-service-block-bottom {
    margin-top: 30px;
    flex-direction: column;
  }
  .home-page-section9-each-podcast-wrapper,
  .home-page-section10-half,
  .home-page-section9-service-title-left-block,
  .home-page-section9-service-title-right-block {
    width: 100%;
  }
  .home-page-section10 .container,
  .home-page-section9-service-title-block {
    flex-direction: column;
  }
}
@media only screen and (max-width: 500px) {
  .site_logo {
    margin-top: 0px;
  }
  #mega-menu-wrap-mobile .mega-menu-toggle + #mega-menu-mobile {
    width: 300px !important;
  }
  .header-right-block {
    gap: 0;
  }
  .header-right-block {
    gap: 20px;
    flex-direction: column;
  }
  .header-right-button-block {
    order: 2;
  }
  .home-page-section1-each-service {
    width: 100%;
  }
  .common-banner {
    padding-bottom: 50px;
  }
  .moving-steps {
    padding: 25px 25px;
  }
  .moving-form-wrapper h2 {
    font-size: 30px;
    line-height: 40px;
  }
  .home-page-section1-blue-block-title1 h2,
  .home-page-section2-title h2,
  .home-page-section2-service-title-left-block-title h2,
  .home-page-section5-title-wrapper h2,
  .home-page-section7-service-title-left-block-title h2,
  .home-page-section8-service-title-left-block-title h2,
  .home-page-section9-blue-block-title h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .home-page-section2-each-service-block {
    padding: 40px;
  }
  .moving-form-wrapper-left-blue-block .multi-step-form-title {
    font-size: 18px;
    line-height: 28px;
  }
  .home-page-section4-each-blog-title h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .home-page-section4-each-blog-link a {
    font-size: 14px;
  }
  .home-page-section1-blue-block-title1 h2,
  .home-page-section2-title h2,
  .home-page-section2-service-title-left-block-title h2,
  .home-page-section5-title-wrapper h2,
  .home-page-section7-service-title-left-block-title h2,
  .home-page-section8-service-title-left-block-title h2,
  .home-page-section9-blue-block-title h2 {
    font-size: 22px;
    line-height: 28px;
  }
  .home-page-section2-sub-title h3,
  .home-page-section2-service-title-left-block-subtitle h3,
  .home-page-section7-service-title-left-block-subtitle h3,
  .each-footer-columns h5 {
    font-size: 14px;
  }
  .home-page-section2-service-block-bottom {
    margin-bottom: 50px;
  }
  .pt-6,
  .py-6 {
    padding-top: 3rem;
  }
  .moving-form-wrapper.new-form-style.header .steps-content {
    width: 100%;
  }
  .moving-form-wrapper.new-form-style.header .row.full .col-half {
    width: 100%;
  }
  .moving-form-wrapper.new-form-style.header .row.full {
    flex-direction: column;
  }
  .moving-form-wrapper.new-form-style.header form#sdc-v2-form {
    padding: 25px;
  }
  .home-page-section2-white-block {
    padding: 25px;
  }
  .home-page-section2-each-service-block {
    padding: 25px;
  }
  .moving-form-wrapper-left-blue-block form#sdc-v2-form {
    padding: 25px;
  }
  .moving-form-wrapper-left-blue-block .row.full .col-half {
    width: 100%;
  }
  .moving-form-wrapper-left-blue-block .row.full {
    flex-direction: column;
  }
  .home-page-section5-video-block {
    max-width: 100%;
    height: 250px;
    width: 100%;
  }
  .moving-form-wrapper-left-block .our-service-btn {
    margin-top: 20px;
  }
  .our-service-btn {
    width: 215px;
    height: 50px;
    font-size: 12px;
  }
  .moving-form-wrapper-right-block .multi-step-form-title {
    font-size: 18px;
  }
  .about-section2-title-half h2,
  .about-section3-title-wrapper h2,
  .about-section4-content-half-title h2,
  .about-section5-title-wrapper h2 {
    font-size: 25px;
    line-height: 30px;
  }
  .about-section2-title-half p {
    font-size: 14px;
    line-height: 28px;
  }
  .about-section1-half-right-inner {
    padding: 0px;
  }
  .about-section3-title-wrapper {
    margin-bottom: 10px;
  }
  .home-page-section7-half.right {
    padding: 35px 30px;
  }
  .about-section3-bottom-content-wrapper {
    gap: 10px;
  }
}
