/*---------------------------  
	General CSS
---------------------------*/
html {
  scroll-behavior: smooth;
}

body {
  padding: 0px;
  margin: 0px;
  font-family: "Open Sans", sans-serif;
  overflow-x: hidden;
}

img {
  width: auto;
  height: auto;
  max-width: 100%;
}

a {
  display: inline-block;
  text-decoration: none;
}

a:hover, a:focus, button:hover, button:focus {
  outline: none;
  text-decoration: none;
  box-shadow: none !important;
  outline: none;
}

p {
  margin: 0px;
}

h1, h2, h3, h4, h5, h6, figure, ul {
  margin: 0;
  padding: 0px;
}

ul li {
  list-style: none;
}

.section-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 9px;
}

.section-subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #000000;
  margin-bottom: 30px;
}

.bodyblue {
  background: #0971CE;
}

/*---------------------------  
	Header Section CSS
---------------------------*/
.header-space {
  padding-top: 66px;
}

.header-section {
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.12);
  z-index: 9999;
}
.header-section .navbar-brand .header-logo {
  max-width: 165px;
}
.header-section .contact-top-wrp .wp-link-wrp {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #0971CE;
  padding: 0;
  position: relative;
}
.header-section .contact-top-wrp .wp-link-wrp:hover::after {
  width: 100%;
  left: 0;
}
.header-section .contact-top-wrp .wp-link-wrp::after {
  background: none repeat scroll 0 0 transparent;
  bottom: -9px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #0971CE;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.header-section .contact-top-wrp .wp-link-wrp img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.header-section .contact-top-wrp .hireusbtn {
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  color: #0971CE;
  background: #F1F8FF;
  padding: 6px 20px 7px;
  border-radius: 9px;
  margin-left: 15px;
}
.header-section .contact-top-wrp .hireusbtn:hover {
  color: #ffffff;
  background-color: #1FAF38;
  border-color: #1FAF38;
}
.header-section .contact-top-wrp .hireusbtn i.fa {
  font-size: 18px;
  font-weight: 900;
  margin-left: 5px;
  position: relative;
  top: 1px;
}
.header-section .hamburger-menu {
  position: relative;
  width: 26px;
  height: 24px;
  transition: 0.5s ease-in-out;
  cursor: pointer;
  margin-left: 147px;
  z-index: 99999999999;
}
.header-section .hamburger-menu span {
  display: block;
  position: absolute;
  height: 3px;
  width: 100%;
  background: #000000;
  border-radius: 10px;
  opacity: 1;
  left: 0;
  transition: 0.25s ease-in-out;
}
.header-section .hamburger-menu span:nth-child(1) {
  top: 2px;
}
.header-section .hamburger-menu span:nth-child(2) {
  top: 10px;
}
.header-section .hamburger-menu span:nth-child(3) {
  top: 10px;
}
.header-section .hamburger-menu span:nth-child(4) {
  top: 18px;
}
.header-section .hamburger-menu.open span:nth-child(1) {
  top: 18px;
  width: 0;
  left: 50%;
}
.header-section .hamburger-menu.open span:nth-child(2) {
  transform: rotate(45deg);
}
.header-section .hamburger-menu.open span:nth-child(3) {
  transform: rotate(-45deg);
}
.header-section .hamburger-menu.open span:nth-child(4) {
  top: 18px;
  width: 0;
  left: 50%;
}
.header-section .navbar-collapse .navbar-nav .nav-item {
  margin: 0 10px;
  padding: 26px 9px;
  position: relative;
}
.header-section .navbar-collapse .navbar-nav .nav-item:hover:after {
  width: 100%;
  left: 0;
}
.header-section .navbar-collapse .navbar-nav .nav-item:after {
  background: none repeat scroll 0 0 transparent;
  bottom: 0;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #0971CE;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.header-section .navbar-collapse .navbar-nav .nav-item .nav-link {
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  padding: 0;
  cursor: pointer;
  position: relative;
}
.header-section .navbar-collapse .navbar-nav .nav-item .nav-link:hover {
  color: #0971CE;
}
.header-section .navbar-collapse .navbar-nav .nav-item.dropdown .nav-link.have-arrow::after {
  content: "";
  position: absolute;
  right: -9px;
  top: 6px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  border-top: 4px solid #000000;
}
.header-section .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
  display: block !important;
  box-shadow: 0px 3px 6px 0px rgba(167, 167, 167, 0.3);
  position: absolute;
  padding: 15px 20px 15px 20px;
  transform: translateX(-40%);
  min-width: 650px;
  top: 150%;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transition: 0.5s;
}
.header-section .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.header-section .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu ul li {
  width: 50%;
}
.header-section .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu .nav-link {
  padding: 10px 0;
}
.header-section .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu.show {
  visibility: visible;
  top: 100%;
  transition: 0.5s;
  opacity: 1;
  display: block !important;
}
.header-section .navbar-collapse .navbar-nav .nav-item.active .nav-link {
  color: #0971CE;
}
.header-section .navbar-collapse .navbar-nav .nav-item.active::after {
  width: 100%;
  left: 0;
}
.header-section .navbar-collapse .navbar-nav .nav-item.active .dropdown-menu .nav-link {
  color: #000000;
}
.header-section .navbar-collapse .navbar-nav .nav-item.active .dropdown-menu .nav-link:hover {
  color: #0971CE;
}

/*---------------------------  
	Banner Section CSS
---------------------------*/
.banner-section {
  padding: 80px 0 170px;
  background: url(../images/banner-home.svg);
  background-repeat: no-repeat;
  background-size: cover;
}
.banner-section .banner-box-wrp .title {
  font-size: 45px;
  font-weight: 700;
  color: #000000;
  line-height: 60px;
  letter-spacing: -0.5px;
  margin-bottom: 30px;
}
.banner-section .banner-box-wrp .hire-us-box {
  background: rgba(255, 255, 255, 0.5);
  padding: 25px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 535px;
  margin: auto;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.12);
}
.banner-section .banner-box-wrp .hire-us-box .hireus-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: #1FAF38;
  border-color: #1FAF38;
  border-radius: 12px;
  padding: 15px 15px;
  min-width: 193px;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.12);
  min-width: 208px;
  padding: 16px 15px;
}
.banner-section .banner-box-wrp .hire-us-box .hireus-btn i {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 600;
}
.banner-section .banner-box-wrp .hire-us-box .hireus-btn:hover, .banner-section .banner-box-wrp .hire-us-box .hireus-btn:focus, .banner-section .banner-box-wrp .hire-us-box .hireus-btn:active {
  background: #0971CE;
  border-color: #0971CE;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.12);
}
.banner-section .banner-box-wrp .hire-us-box .separator {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #000000;
}
.banner-section .banner-box-wrp .hire-us-box .form-control {
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #DBDBDB;
  background: #ffffff url(../images/arrow.png) no-repeat center right 15px;
  border-radius: 12px;
  padding: 13px 40px 13px 25px;
  height: 50px;
  max-width: 213px;
  cursor: pointer;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.12);
}
.banner-section .banner-box-wrp .hire-us-box .form-control:hover, .banner-section .banner-box-wrp .hire-us-box .form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #0971CE;
}

/*---------------------------  
	Services Section CSS
---------------------------*/
.services-section {
  margin-top: -95px;
}
.services-section .service-box {
  background: #FFFFFF;
  border-radius: 21px;
  padding: 25px 30px 15px;
  height: calc(100% - 24px);
  margin-bottom: 24px;
}
.services-section .service-box .service-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  margin-top: 50px;
}
.services-section .service-box .service-title i {
  color: #1FAF38;
  margin-right: 5px;
}

/*---------------------------  
	How it Works Section CSS
---------------------------*/
.how-it-works-section {
  padding: 20px 0px 110px;
}
.how-it-works-section .section-subtitle {
  margin-bottom: 45px;
}
.how-it-works-section .work-col .works-box {
  position: relative;
}
.how-it-works-section .work-col .works-box:after {
  content: "";
  position: absolute;
  top: 40px;
  left: 190px;
  height: 1px;
  width: 65%;
  border: 1px dashed #D3D3D3;
}
.how-it-works-section .work-col .works-box .works-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #0971CE;
  margin-top: 30px;
  margin-bottom: 12px;
}
.how-it-works-section .work-col .works-box .work-subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  color: #333333;
}
.how-it-works-section .work-col:last-child .works-box::after {
  content: none;
}

/*---------------------------  
	Services Provide Section CSS
---------------------------*/
.services-provide-section {
  padding: 90px 0 80px;
  background: #F8F8F8 url(../images/banner-services-provide.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
}
.services-provide-section .section-subtitle {
  margin-bottom: 40px;
}
.services-provide-section .hireus-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: #1FAF38;
  border-color: #1FAF38;
  border-radius: 12px;
  padding: 15px 15px;
  min-width: 193px;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.12);
  font-size: 16px;
  background: #ffffff;
  border-color: #EBEBEB;
  color: #0971CE;
  min-width: 222px;
  margin-top: 15px;
}
.services-provide-section .hireus-btn i {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 600;
}
.services-provide-section .hireus-btn:hover, .services-provide-section .hireus-btn:focus, .services-provide-section .hireus-btn:active {
  background: #0971CE;
  border-color: #0971CE;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.12);
}
.services-provide-section .hireus-btn:hover, .services-provide-section .hireus-btn:focus {
  background: #1FAF38;
  border-color: #1FAF38;
  color: #ffffff;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.12) !important;
}
.services-provide-section .provide-box {
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 21px;
  padding: 30px 28px;
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.03);
  height: calc(100% - 24px);
  margin-bottom: 24px;
  position: relative;
}
.services-provide-section .provide-box:hover {
  border-color: #0971CE;
  background: #F1F8FF;
}
.services-provide-section .provide-box .img {
  width: 100%;
  max-width: 84px;
  margin-right: 25px;
}
.services-provide-section .provide-box .content .provide-title {
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  color: #0971CE;
  margin-bottom: 10px;
}
.services-provide-section .provide-box .content .provide-title i {
  font-weight: 900;
  margin-left: 10px;
}
.services-provide-section .provide-box .content .provide-subtitle {
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #000000;
}
.services-provide-section .provide-box .provide-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 21px;
}

/*---------------------------  
	Achievement Section CSS
---------------------------*/
.achievement-section {
  padding: 50px 0 30px;
}
.achievement-section .section-subtitle {
  margin-bottom: 40px;
}
.achievement-section .achievement-col {
  margin-bottom: 30px;
}
.achievement-section .achievement-col .achievement-box {
  position: relative;
}
.achievement-section .achievement-col .achievement-box::after {
  content: "";
  position: absolute;
  top: 0;
  right: -13px;
  height: 100%;
  width: 1px;
  background: url(../images/achivement-line.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.achievement-section .achievement-col .achievement-box .works-title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 8px;
}
.achievement-section .achievement-col .achievement-box .work-subtitle {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.4;
  color: #333333;
}
.achievement-section .achievement-col:last-child .achievement-box::after {
  content: none;
}

/*---------------------------  
	Movers Location Section CSS
---------------------------*/
.movers-location-section {
  padding: 60px 0 160px;
  background: #F8F8F8 url(../images/banner-movers-location.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: bottom right;
}
.movers-location-section .section-subtitle {
  margin-bottom: 40px;
}
.movers-location-section .location-row {
  max-width: 780px;
  margin: auto;
}
.movers-location-section .location-row .movers-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: #0971CE;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 9px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  height: calc(100% - 10px);
  margin-bottom: 10px;
}
.movers-location-section .location-row .movers-link:hover {
  border-color: #0971CE;
  background: #F1F8FF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) !important;
}
.movers-location-section .location-row .movers-link .fa-map-marker {
  font-size: 13px;
  font-weight: 900;
  margin-right: 10px;
}
.movers-location-section .location-row .movers-link .fa-angle-right {
  font-size: 18px;
  font-weight: 900;
  margin-left: 10px;
}

/*---------------------------  
	About Us Section CSS
---------------------------*/
.about-section {
  padding: 125px 0 60px;
  background: url(../images/banner-about.svg);
  background-repeat: no-repeat;
  background-position: top right;
  background-size: cover;
}
.about-section .section-title {
  margin-bottom: 15px;
}
.about-section .section-subtitle {
  line-height: 1.74;
  margin-bottom: 12px;
}
.about-section .content-box {
  max-width: 530px;
}
.about-section .content-box ul {
  margin-left: 40px;
  margin-top: 20px;
}
.about-section .content-box ul li {
  list-style: disc;
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 10px;
}
.about-section .content-box .more-link {
  font-size: 15px;
  font-weight: 400;
  margin-bottom: 0px;
  margin-top: 10px;
  color: #0971CE;
}
.about-section .content-box .more-link:hover {
  color: #1FAF38;
}

/*---------------------------  
	FAQ's Section CSS
---------------------------*/
.faqs-section {
  padding: 100px 0 90px;
}
.faqs-section .section-subtitle {
  margin-bottom: 30px;
}
.faqs-section .accordion .accordion-item .accordion-header {
  border-bottom: 1px solid #E6E6E6;
}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  padding: 21px 40px;
  border: 2px solid #ffffff;
  border-radius: 12px 12px 0 0;
}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #0971CE;
  background-color: #F1F8FF;
}
.faqs-section .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.faqs-section .accordion .accordion-item:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}
.faqs-section .accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
}
.faqs-section .accordion .accordion-item .accordion-body {
  padding: 21px 40px;
}
.faqs-section .accordion .accordion-item .accordion-body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 12px;
}
.faqs-section .accordion .accordion-item .accordion-body a {
  color: #0971CE;
}
.faqs-section .accordion .accordion-item .accordion-body a:hover {
  color: #333333;
}
.faqs-section .accordion .accordion-item .accordion-body ul {
  margin-left: 40px;
}
.faqs-section .accordion .accordion-item .accordion-body ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #333333;
  list-style: disc;
  padding: 6px 0;
}
.faqs-section.faqs-page {
  padding: 90px 0 90px;
}

/*---------------------------  
	CTA Section CSS
---------------------------*/
.cta-section {
  margin: -56px 0;
  position: relative;
}
.cta-section .cta-row {
  background: #ffffff;
  border: 1px dashed #ADADAD;
  padding: 30px 25px;
  border-radius: 21px;
  margin: 0;
}
.cta-section .cta-row .left-col .cta-title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
  color: #000000;
  margin-bottom: 10px;
}
.cta-section .cta-row .left-col .cta-sub {
  font-size: 15px;
  font-weight: 400;
  line-height: 1;
  color: #000000;
  margin-bottom: 0;
}
.cta-section .cta-row .left-col .cta-sub .wp-link-wrp {
  margin-left: 5px;
}
.cta-section .cta-row .left-col .cta-sub .wp-link-wrp {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #0971CE;
  padding: 0;
  position: relative;
}
.cta-section .cta-row .left-col .cta-sub .wp-link-wrp:hover::after {
  width: 100%;
  left: 0;
}
.cta-section .cta-row .left-col .cta-sub .wp-link-wrp::after {
  background: none repeat scroll 0 0 transparent;
  bottom: -9px;
  content: "";
  display: block;
  height: 2px;
  left: 50%;
  position: absolute;
  background: #0971CE;
  transition: width 0.3s ease 0s, left 0.3s ease 0s;
  width: 0;
}
.cta-section .cta-row .left-col .cta-sub .wp-link-wrp img {
  margin-right: 8px;
  position: relative;
  top: -1px;
}
.cta-section .cta-row .right-col .hireus-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: #1FAF38;
  border-color: #1FAF38;
  border-radius: 12px;
  padding: 15px 15px;
  min-width: 193px;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.12);
}
.cta-section .cta-row .right-col .hireus-btn i {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 600;
}
.cta-section .cta-row .right-col .hireus-btn:hover, .cta-section .cta-row .right-col .hireus-btn:focus, .cta-section .cta-row .right-col .hireus-btn:active {
  background: #0971CE;
  border-color: #0971CE;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.12);
}

/*---------------------------  
	Footer Section CSS
---------------------------*/
.footer-section {
  padding: 85px 0 0px;
  background: #3B4146;
  color: #ffffff;
}
.footer-section .container-fluid {
  background: #2D3032;
  margin-top: 50px;
}
.footer-section .usefullinks {
  padding-left: 40px;
}
.footer-section .main-title {
  font-size: 16px;
  font-weight: 700;
  line-height: 30px;
  color: #ffffff;
  margin-bottom: 10px;
}
.footer-section .contect-title {
  font-size: 13px;
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 5px;
}
.footer-section .footer-nav-links {
  font-size: 13px;
  font-weight: 400;
  line-height: 30px;
  color: #ffffff;
}
.footer-section .footer-nav-links:hover {
  color: #1FAF38;
}
.footer-section .footer-nav-links.contact {
  line-height: 1.4;
  margin-bottom: 10px;
  display: block;
}
.footer-section .copyright {
  font-size: 12px;
  font-weight: 300;
  line-height: 30px;
  color: #ffffff;
  opacity: 0.6;
}

/*---------------------------  
	Model Popup CSS
---------------------------*/
#hireusmodal {
  margin-top: 66px;
  overflow-y: hidden;
  padding-right: 0 !important;
}
#hireusmodal .modal-dialog {
  max-width: 100%;
  margin: 0;
  position: unset;
  height: 100%;
}
#hireusmodal .modal-dialog .modal-content {
  background-color: #0971CE;
  border: 0;
  border-radius: 0;
  height: 100%;
}
#hireusmodal .modal-dialog .modal-content .modal-body {
  padding: 85px 50px 120px;
  height: 100%;
}
#hireusmodal .modal-dialog .modal-content .modal-body .main-row {
  max-width: 710px;
  margin: auto;
}
#hireusmodal .modal-dialog .modal-content .modal-body .btn-close {
  position: absolute;
  top: 30px;
  right: 90px;
  background: url(../images/btn-close.png) no-repeat;
  width: 33px;
  height: 33px;
  opacity: 1;
}
#hireusmodal .modal-dialog .modal-content .modal-body .section-title {
  color: #ffffff;
}
#hireusmodal .modal-dialog .modal-content .modal-body .section-subtitle {
  color: #ffffff;
}
#hireusmodal .modal-dialog .modal-content .modal-body .section-subtitle .wp-link-wrp {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #ffffff;
}
#hireusmodal .modal-dialog .modal-content .modal-body .section-subtitle .wp-link-wrp img {
  position: relative;
  margin: 0 5px;
  top: -2px;
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box {
  margin-bottom: 6px;
  position: relative;
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .form-control {
  font-size: 16px;
  font-weight: 600;
  color: #0971CE !important;
  background: #CBE6FF;
  height: 54px;
  padding: 15px 25px 15px 45px;
  border-radius: 10px;
  border: 1px solid #CBE6FF;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.03);
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .form-control::-moz-placeholder {
  color: #0971CE;
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .form-control:-ms-input-placeholder {
  color: #0971CE;
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .form-control::placeholder {
  color: #0971CE;
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .form-control:-ms-input-placeholder {
  color: #0971CE;
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .form-control::-webkit-input-placeholder {
  color: #0971CE;
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .form-control:focus {
  background: #ffffff;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.12);
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .form-control.help-block {
  border-color: red !important;
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .form-control.bluearrow {
  background: #CBE6FF url(../images/arrow-blue.png) no-repeat center right 25px;
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .form-control.bluearrow:focus {
  background: #ffffff url(../images/arrow-blue.png) no-repeat center right 25px;
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .fa {
  position: absolute;
  top: 20px;
  left: 20px;
  font-weight: 900;
  color: #0971CE;
  font-size: 14px;
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .hireus-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: #1FAF38;
  border-color: #1FAF38;
  border-radius: 12px;
  padding: 15px 15px;
  min-width: 193px;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.12);
  min-width: 149px;
  font-weight: 500;
  text-transform: unset;
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .hireus-btn i {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 600;
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .hireus-btn:hover, #hireusmodal .modal-dialog .modal-content .modal-body .form-box .hireus-btn:focus, #hireusmodal .modal-dialog .modal-content .modal-body .form-box .hireus-btn:active {
  background: #0971CE;
  border-color: #0971CE;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.12);
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .hireus-btn i {
  position: relative;
  top: 0;
  left: 0;
  font-weight: 500;
  color: #ffffff;
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .hireus-btn:hover, #hireusmodal .modal-dialog .modal-content .modal-body .form-box .hireus-btn:focus {
  color: #0971CE;
  background: #ffffff;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.12) !important;
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box .hireus-btn:hover i, #hireusmodal .modal-dialog .modal-content .modal-body .form-box .hireus-btn:focus i {
  color: #0971CE;
}
#hireusmodal .modal-dialog .modal-content .modal-body .form-box span.help-block {
  display: none !important;
}
#hireusmodal .modal-dialog .modal-content .modal-body .popup-points {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
  border-bottom: 1px solid rgba(255, 255, 255, 0.12);
  padding: 18px 0;
  margin-top: 35px;
}
#hireusmodal .modal-dialog .modal-content .modal-body .popup-points li {
  color: #ffffff;
}
#hireusmodal .modal-dialog .modal-content .modal-body .popup-points li i {
  color: #1FAF38;
  margin-right: 5px;
}

.modal-open {
  padding-right: 0px !important;
}

/*---------------------------  
	Thank You CSS
---------------------------*/
.thankyou-section {
  padding: 76px 0 75px;
  background: #0971CE;
}
.thankyou-section .section-title {
  color: #ffffff;
  margin-top: 25px;
  margin-bottom: 15px;
}
.thankyou-section .section-subtitle {
  font-weight: 500;
  line-height: 1.6;
  color: #ffffff;
  margin-bottom: 30px;
}
.thankyou-section .whatsappbox {
  max-width: 340px;
  margin: auto;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 10px;
  padding: 13px 20px;
}
.thankyou-section .whatsappbox .section-subtitle {
  margin-bottom: 0px;
}
.thankyou-section .whatsappbox .wp-link-wrp {
  font-size: 28px;
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 5px;
}
.thankyou-section .whatsappbox .wp-link-wrp img {
  margin-right: 5px;
}
.thankyou-section .hireus-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: #1FAF38;
  border-color: #1FAF38;
  border-radius: 12px;
  padding: 15px 15px;
  min-width: 193px;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.12);
  font-size: 16px;
  background: #ffffff;
  border-color: #EBEBEB;
  color: #0971CE;
  min-width: 222px;
  margin-top: 30px;
}
.thankyou-section .hireus-btn i {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 600;
}
.thankyou-section .hireus-btn:hover {
  background: #1FAF38;
  border-color: #1FAF38;
  color: #ffffff;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.12);
}

/*---------------------------  
	Inner Page Section CSS
---------------------------*/
.inner-banner-section {
  padding: 65px 0 0px;
  background: url(../images/banner-inner.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.inner-banner-section .banner-box-wrp .title {
  font-size: 30px;
  font-weight: 700;
  color: #000000;
  line-height: 1;
  letter-spacing: -0.5px;
  margin-bottom: 0px;
}
.inner-banner-section .banner-box-wrp .banner-points {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 25px 0 50px;
}
.inner-banner-section .banner-box-wrp .banner-points li {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  color: #000000;
  padding: 0 20px;
}
.inner-banner-section .banner-box-wrp .banner-points li i {
  color: #1FAF38;
}
.inner-banner-section .banner-box-wrp .hire-us-box {
  background: rgba(255, 255, 255, 0.5);
  padding: 25px;
  border-radius: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 535px;
  margin: auto;
  box-shadow: 0px 2px 3px 0px rgba(0, 0, 0, 0.12);
  margin-bottom: -51px;
}
.inner-banner-section .banner-box-wrp .hire-us-box .hireus-btn {
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  text-transform: uppercase;
  background: #1FAF38;
  border-color: #1FAF38;
  border-radius: 12px;
  padding: 15px 15px;
  min-width: 193px;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.12);
  min-width: 208px;
  padding: 16px 15px;
}
.inner-banner-section .banner-box-wrp .hire-us-box .hireus-btn i {
  margin-left: 5px;
  font-size: 18px;
  font-weight: 600;
}
.inner-banner-section .banner-box-wrp .hire-us-box .hireus-btn:hover, .inner-banner-section .banner-box-wrp .hire-us-box .hireus-btn:focus, .inner-banner-section .banner-box-wrp .hire-us-box .hireus-btn:active {
  background: #0971CE;
  border-color: #0971CE;
  box-shadow: inset 0px -3px 3px 0px rgba(0, 0, 0, 0.12);
}
.inner-banner-section .banner-box-wrp .hire-us-box .separator {
  font-size: 15px;
  font-weight: 600;
  line-height: 1;
  color: #000000;
}
.inner-banner-section .banner-box-wrp .hire-us-box .form-control {
  font-size: 15px;
  font-weight: 600;
  border: 1px solid #DBDBDB;
  background: #ffffff url(../images/arrow.png) no-repeat center right 15px;
  border-radius: 12px;
  padding: 13px 40px 13px 25px;
  height: 50px;
  max-width: 213px;
  cursor: pointer;
  box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.12);
}
.inner-banner-section .banner-box-wrp .hire-us-box .form-control:hover, .inner-banner-section .banner-box-wrp .hire-us-box .form-control:focus {
  box-shadow: none;
  outline: none;
  border-color: #0971CE;
}

/*---------------------------  
	About Us Section CSS
---------------------------*/
.about-us-section {
  padding: 100px 0 80px;
}
.about-us-section img {
  margin-bottom: 15px;
  width: 100%;
}
.about-us-section .section-title {
  font-size: 24px;
  margin-bottom: 15px;
}
.about-us-section .section-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.93;
  color: #333333;
  margin-bottom: 20px;
}

/*---------------------------  
	Services Page Section CSS
---------------------------*/
.services-page-section {
  padding: 90px 0 90px;
}
.services-page-section .section-title {
  font-size: 24px;
  margin-bottom: 13px;
}
.services-page-section .section-subtitle {
  font-size: 14px;
  line-height: 1.93;
  color: #333333;
  margin-bottom: 10px;
}
.services-page-section ul {
  margin-left: 20px;
  margin-bottom: 10px;
}
.services-page-section ul li {
  font-size: 14px;
  line-height: 1.93;
  color: #333333;
  margin-bottom: 0px;
  list-style-type: disc;
}
.services-page-section .services-row {
  margin-top: 30px;
}
.services-page-section .services-row .movers-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: #0971CE;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 9px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  height: calc(100% - 10px);
  margin-bottom: 10px;
}
.services-page-section .services-row .movers-link i {
  font-size: 18px;
  font-weight: 900;
  margin-left: 10px;
}
.services-page-section .services-row .movers-link:hover, .services-page-section .services-row .movers-link:focus {
  border-color: #0971CE;
  background: #F1F8FF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) !important;
}

/*---------------------------  
	Locations Section CSS
---------------------------*/
.locations-section {
  padding: 100px 0 100px;
}
.locations-section .sidebar-wrp ul li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  padding-bottom: 15px;
  margin-bottom: 15px;
}
.locations-section .sidebar-wrp ul li a {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.5;
  color: #333333;
}
.locations-section .sidebar-wrp ul li a:hover {
  color: #0971CE;
}
.locations-section .sidebar-wrp ul li a i {
  font-size: 21px;
  position: relative;
  margin-left: 5px;
  top: 2px;
  font-weight: 600;
}
.locations-section .content-wrp .locations-content-wrp .section-title {
  font-size: 24px;
  margin-bottom: 15px;
}
.locations-section .content-wrp .locations-content-wrp .section-subtitle {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.93;
  color: #333333;
  margin-bottom: 20px;
}
.locations-section .content-wrp .locations-content-wrp img {
  margin-bottom: 15px;
  width: 100%;
}
.locations-section .content-wrp .locations-accordion-wrp {
  margin-bottom: 40px;
}
.locations-section .content-wrp .locations-accordion-wrp .accordion-item {
  border-radius: 0 !important;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.locations-section .content-wrp .locations-accordion-wrp .accordion-item .accordion-header .accordion-button {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.4;
  color: #0971CE;
  padding: 20px 0;
  border: 0px;
  border-radius: 0;
}
.locations-section .content-wrp .locations-accordion-wrp .accordion-item .accordion-header .accordion-button::after {
  content: none;
}
.locations-section .content-wrp .locations-accordion-wrp .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  background: transparent;
  box-shadow: none;
}
.locations-section .content-wrp .locations-accordion-wrp .accordion-item .accordion-body {
  padding: 10px 0 20px;
}
.locations-section .content-wrp .locations-accordion-wrp .accordion-item .accordion-body .movers-link {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.375;
  color: #0971CE;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 9px;
  padding: 15px 25px;
  display: flex;
  align-items: center;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25);
  height: calc(100% - 10px);
  margin-bottom: 10px;
}
.locations-section .content-wrp .locations-accordion-wrp .accordion-item .accordion-body .movers-link .fa-map-marker {
  font-size: 13px;
  font-weight: 900;
  margin-right: 10px;
}
.locations-section .content-wrp .locations-accordion-wrp .accordion-item .accordion-body .movers-link .fa-angle-right {
  font-size: 18px;
  font-weight: 900;
  margin-left: 10px;
}
.locations-section .content-wrp .locations-accordion-wrp .accordion-item .accordion-body .movers-link:hover {
  border-color: #0971CE;
  background: #F1F8FF;
  box-shadow: 0px 2px 4px 0px rgba(0, 0, 0, 0.25) !important;
}
.locations-section .content-wrp .locations-faqs-wrp .section-title {
  font-size: 24px;
  margin-bottom: 15px;
}
.locations-section .content-wrp .locations-faqs-wrp .accordion .accordion-item .accordion-header {
  border-bottom: 1px solid #E6E6E6;
}
.locations-section .content-wrp .locations-faqs-wrp .accordion .accordion-item .accordion-header .accordion-button {
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
  color: #333333;
  padding: 21px 25px;
  border: 2px solid #ffffff;
  border-radius: 12px 12px 0 0;
}
.locations-section .content-wrp .locations-faqs-wrp .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  box-shadow: none;
  color: #0971CE;
  background-color: #F1F8FF;
}
.locations-section .content-wrp .locations-faqs-wrp .accordion .accordion-item .accordion-header .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  width: 30px;
  height: 30px;
  background-size: 30px;
}
.locations-section .content-wrp .locations-faqs-wrp .accordion .accordion-item:first-of-type {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  overflow: hidden;
}
.locations-section .content-wrp .locations-faqs-wrp .accordion .accordion-item:last-of-type {
  border-bottom-right-radius: 12px;
  border-bottom-left-radius: 12px;
  overflow: hidden;
}
.locations-section .content-wrp .locations-faqs-wrp .accordion .accordion-item .accordion-body {
  padding: 21px 25px;
}
.locations-section .content-wrp .locations-faqs-wrp .accordion .accordion-item .accordion-body p {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #333333;
  margin-bottom: 12px;
}
.locations-section .content-wrp .locations-faqs-wrp .accordion .accordion-item .accordion-body ul {
  margin-left: 40px;
}
.locations-section .content-wrp .locations-faqs-wrp .accordion .accordion-item .accordion-body ul li {
  font-size: 15px;
  font-weight: 400;
  line-height: 1.2;
  color: #333333;
  list-style: disc;
  padding: 6px 0;
}

/*---------------------------  
	Media Section CSS
---------------------------*/
/*---------------------------  
	Min Media Queries
---------------------------*/
@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .small-container {
    max-width: 980px;
  }
}
/*---------------------------  
	Max Media Queries
---------------------------*/
@media only screen and (max-width: 1199px) {
  .header-section .navbar-collapse .navbar-nav .nav-item {
    margin: 0 5px;
  }
  .how-it-works-section .work-col .works-box:after {
    left: 161px;
    width: 60%;
  }
  .how-it-works-section .work-col .works-box .works-title {
    min-height: 42px;
  }
  .about-section {
    background-position: bottom right 70%;
  }
}
@media only screen and (max-width: 991px) {
  .menuopen {
    position: fixed;
    width: 100%;
  }
  .header-space {
    padding-top: 83px;
  }
  .header-section {
    padding: 19px 0 20px !important;
  }
  .header-section .container {
    max-width: 100%;
    position: relative;
  }
  .header-section .navbar-collapse {
    position: fixed;
    right: -375px;
    bottom: 0;
    width: 100%;
    height: 100vh !important;
    max-width: 320px;
    z-index: 1025;
    background-color: #ffffff;
    display: block;
    transition: all 0.35s;
    padding-top: 55px;
    padding-bottom: 20px;
    overflow-x: auto;
  }
  .header-section .navbar-collapse .navbar-nav {
    margin: 0 !important;
    padding: 0 25px;
  }
  .header-section .navbar-collapse .navbar-nav .nav-item {
    padding: 10px 0;
    display: inline-block;
  }
  .header-section .navbar-collapse .navbar-nav .nav-item.dropdown {
    padding: 5px 0;
  }
  .header-section .navbar-collapse .navbar-nav .nav-item:after {
    content: none !important;
  }
  .header-section .navbar-collapse .navbar-nav .nav-item .nav-link {
    display: inline-block;
  }
  .header-section .navbar-collapse .navbar-nav .nav-item .nav-link.have-arrow::after {
    content: none !important;
  }
  .header-section .navbar-collapse .navbar-nav .nav-item .dropdown-toggle {
    display: inline-block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    border: 0;
    box-shadow: none;
    background-color: #f1f1f1;
    vertical-align: middle;
  }
  .header-section .navbar-collapse .navbar-nav .nav-item .dropdown-menu {
    padding: 0 0 0 15px !important;
    margin: 0;
    box-shadow: none !important;
    border: unset;
    min-width: 270px !important;
    position: relative !important;
    height: 0;
    transition: unset !important;
  }
  .header-section .navbar-collapse .navbar-nav .nav-item .dropdown-menu ul li {
    width: 100% !important;
  }
  .header-section .navbar-collapse .navbar-nav .nav-item.dropdown .dropdown-menu {
    display: none !important;
  }
  .header-section .navbar-collapse .navbar-nav .nav-item .dropdown-menu.show {
    transition: unset !important;
    height: 100% !important;
    min-width: 270px !important;
    transform: unset;
  }
  .header-section .navbar-collapse.show {
    right: 0;
  }
  .header-section .hamburger-menu {
    position: absolute;
    right: 15px;
  }
  .header-section .navbar-overlay {
    display: block;
    opacity: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.6);
    transition: opacity 0.35s 0.1s;
    pointer-events: none;
  }
  .header-section .navbar-overlay.show {
    pointer-events: all;
    opacity: 1;
    z-index: 50;
    transition: opacity 0.35s 0.1s;
  }
  .banner-section {
    padding: 60px 0 160px;
  }
  .banner-section .banner-box-wrp .title {
    font-size: 40px;
  }
  .services-section {
    padding-bottom: 30px;
  }
  .services-section .service-box {
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.12);
    padding: 25px 30px;
  }
  .how-it-works-section {
    padding: 20px 0px 80px;
  }
  .how-it-works-section .work-col .works-box:after {
    left: 228px;
    width: 70%;
  }
  .how-it-works-section .work-col .works-box .works-title {
    min-height: 100%;
  }
  .how-it-works-section .work-col .works-box .work-subtitle {
    margin-bottom: 30px;
  }
  .how-it-works-section .work-col:nth-child(2) .works-box::after {
    content: none;
  }
  .achievement-section .achievement-col:nth-child(2) .achievement-box::after {
    content: none;
  }
  .about-section {
    background-position: bottom right 0%;
    position: relative;
  }
  .about-section .container {
    position: relative;
    z-index: 1;
  }
  .about-section:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
    z-index: 0;
  }
  .cta-section.long-cta {
    margin: -67px 0;
    position: relative;
    z-index: 3;
  }
  .footer-section .usefullinks {
    padding-left: calc(var(--bs-gutter-x) * 0.5);
  }
  .faqs-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 17px;
    padding: 15px 20px;
  }
  .faqs-section .accordion .accordion-item .accordion-body {
    padding: 15px 20px;
  }
  #hireusmodal {
    margin-top: 83px;
  }
  .locations-section .sidebar-wrp {
    margin-bottom: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .banner-section {
    padding: 50px 0 140px;
  }
  .banner-section .banner-box-wrp .title {
    font-size: 35px;
    line-height: 45px;
  }
  .how-it-works-section {
    padding: 20px 0px 100px;
  }
  .how-it-works-section .work-col .works-box:after {
    left: 177px;
    width: 65%;
  }
  .services-provide-section {
    padding: 120px 0 40px;
  }
  .footer-section {
    padding: 110px 0 0px;
  }
  .footer-section .contactus {
    padding-top: 20px;
  }
  .footer-section .usefullinks {
    padding-top: 20px;
  }
  .cta-section {
    margin: -92px 0;
  }
  .cta-section.long-cta {
    margin: -104px 0;
  }
  .faqs-section {
    padding: 140px 0 120px;
  }
  .faqs-section .accordion .accordion-item .accordion-header .accordion-button {
    font-size: 15px;
    padding: 15px;
  }
  .faqs-section .accordion .accordion-item .accordion-header .accordion-button::after {
    width: 25px;
    height: 25px;
    background-size: 25px;
  }
  .faqs-section .accordion .accordion-item .accordion-body {
    padding: 15px;
  }
  .faqs-section.faqs-page {
    padding: 90px 0 120px;
  }
  #hireusmodal .modal-dialog .modal-content .modal-body {
    padding: 85px 0px 120px;
  }
  .inner-banner-section {
    padding: 40px 0 0px;
  }
  .inner-banner-section .banner-box-wrp .banner-points {
    flex-wrap: wrap;
    margin: 25px 0 30px;
  }
  .inner-banner-section .banner-box-wrp .banner-points li {
    width: 50%;
    padding: 7px 20px;
  }
  .about-us-section {
    padding: 90px 0 100px;
  }
  .services-page-section {
    padding: 90px 0 120px;
  }
  .locations-section {
    padding: 100px 0 130px;
  }
}
@media only screen and (max-width: 575px) {
  .section-title {
    font-size: 26px !important;
  }
  .banner-section .banner-box-wrp .title {
    font-size: 29px;
    line-height: 40px;
  }
  .banner-section .banner-box-wrp .hire-us-box {
    max-width: 100%;
    display: block;
  }
  .banner-section .banner-box-wrp .hire-us-box .hireus-btn {
    min-width: 100%;
    margin-bottom: 10px;
  }
  .banner-section .banner-box-wrp .hire-us-box .form-control {
    max-width: 100%;
    margin-top: 10px;
  }
  .services-section {
    padding-bottom: 0 !important;
  }
  .how-it-works-section {
    padding: 20px 0px 120px;
  }
  .how-it-works-section .work-col .works-box:after {
    content: none;
  }
  .services-provide-section {
    padding: 140px 0 40px;
  }
  .services-provide-section .provide-box {
    display: block;
    text-align: center;
    max-width: 300px;
    margin: 0 auto 24px;
  }
  .services-provide-section .provide-box .img {
    margin: 0 auto 20px;
  }
  .services-provide-section .provide-box .content .provide-title {
    font-size: 19px;
  }
  .achievement-section .achievement-col .achievement-box::after {
    content: none;
  }
  .about-section {
    padding: 150px 0 60px;
    background-position: bottom right 15%;
  }
  .footer-section {
    padding: 110px 0 0px;
  }
  .footer-section [class*=col-] {
    padding-top: 20px;
    text-align: center;
  }
  .footer-section .main-title {
    margin-bottom: 5px;
  }
  .footer-section .container-fluid {
    margin-top: 25px;
  }
  .footer-section .container-fluid [class*=col-] {
    padding: 0px;
  }
  .footer-section .copyright {
    font-size: 11px;
    text-align: center;
  }
  .cta-section {
    margin: -107px 0;
  }
  .cta-section .cta-row {
    margin: 0;
  }
  .cta-section .cta-row .wp-link-wrp {
    display: block;
    margin-top: 15px;
  }
  .cta-section.long-cta {
    margin: -120px 0;
  }
  .faqs-section {
    padding: 50px 0 135px;
  }
  .faqs-section.faqs-page {
    padding: 130px 0 130px;
  }
  #hireusmodal .modal-dialog .modal-content .modal-body {
    padding: 60px 0px 120px;
  }
  #hireusmodal .modal-dialog .modal-content .modal-body .btn-close {
    right: 15px;
    top: 15px;
    height: 15px;
    width: 15px;
    background-size: cover;
  }
  #hireusmodal .modal-dialog .modal-content .modal-body .popup-points {
    flex-wrap: wrap;
  }
  #hireusmodal .modal-dialog .modal-content .modal-body .popup-points li {
    width: 100%;
  }
  .inner-banner-section .banner-box-wrp .banner-points li {
    padding: 7px 0px;
    text-align: left;
  }
  .inner-banner-section .banner-box-wrp .hire-us-box {
    max-width: 100%;
    display: block;
    margin-bottom: -95px;
  }
  .inner-banner-section .banner-box-wrp .hire-us-box .hireus-btn {
    min-width: 100%;
    margin-bottom: 10px;
  }
  .inner-banner-section .banner-box-wrp .hire-us-box .form-control {
    max-width: 100%;
    margin-top: 10px;
  }
  .about-us-section {
    padding: 140px 0 115px;
  }
  .services-page-section {
    padding: 125px 0 140px;
  }
  .locations-section {
    padding: 140px 0 150px;
  }
}/*# sourceMappingURL=style.css.map */