@charset "utf-8";
/* CSS Document */

body {
	padding: 0;
	margin: 0;
	color: #3F3F3F;
	font-size: 20px;
	font-family: "DM Sans", sans-serif;
	text-rendering: optimizeLegibility;
	-webkit-font-smoothing: subpixel-antialiased;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4 {
	font-family: "DM Sans", sans-serif;
	margin-top: 0;
	font-weight: 400;
}
* {
    box-sizing: border-box;
}
a:hover {
	color: #000000;
}
html, body {
    overflow-x: hidden;
}
.container {
  max-width: 1240px;
  margin: 0 auto;
  width: 100%;
  padding: 0 25px;
}
img {
    max-width: 100%;
    height: auto;
}
a {
    text-decoration: none;
}
ul {
    padding: 0;
    margin: 0;
}
.section {
    width: 100%;
    padding: 30px 0;
}
input , button , textarea {
	outline: none;
}
.clearfix {
  clear: both;
}
p {
  margin-top: 0;
  margin-bottom: 20px;
}


/***** Header Style ******/

.site_header {
  padding-top: 50px;
}
.site_logo {
  float: left;
  width: 30%;
}
.site_logo img {
  max-height: 44px;
  width: auto;
}
.header_right_area {
  float: left;
  width: 70%;
  text-align: right;
}
.header_right_phone {
  display: inline-block;
  vertical-align: middle;
  padding-right: 55px;
}
.header_right_phone a {
  display: inline-block;
  color: #2A2A2A;
  font-size: 20px;
  letter-spacing: 1px;
}
.header_right_phone a:hover {
  color: #FF5D02;
}
.header_right_phone img {
  max-height: 28px;
  width: auto;
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
}
.header_right_btn {
  display: inline-block;
  vertical-align: middle;
}
.header_right_btn a {
  display: inline-block;
  background: #FF5D02;
  color: #fff;
  border-radius: 10px;
  padding: 11px 44px;
}
.header_right_btn a:hover {
  background: #2A2A2A;
}

/***** Content Section Style ******/

.hm_banner_sec.section {
  padding-top: 70px;
  padding-bottom: 70px;
}
.hm_banner_left {
  display: inline-block;
  vertical-align: middle;
  width: 48%;
  padding-right: 25px;
}
.hm_banner_pretitle h4 {
  font-family: "Poppins", sans-serif;
  color: #FF6C02;
  font-size: 16px;
  line-height: 28px;
  margin-bottom: 20px;
}
.hm_banner_title h1 {
  color: #000;
  font-size: 54px;
  line-height: 60px;
  letter-spacing: -1.08px;
  margin-bottom: 40px;
}
.hm_banner_txt {
  color: #FF5D02;
  font-family: Poppins;
  font-weight: 600;
  letter-spacing: -0.4px;
  font-size: 20px;
}
.hm_banner_right {
  display: inline-block;
  vertical-align: middle;
  width: 51%;
}
.feature_rich_sec.section {
  padding: 0;
  background: #F4F1EB;
}
.feature_rich_inner {
  align-items: flex-start;
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  width: 100%;
}
.feature_rich_left {
  display: flex;
  width: 58%;
  align-self: stretch;
  position: relative;
  float: left;
  flex-direction: column;
  padding: 75px 130px 70px 0;
}
.feature_rich_title h2 {
  margin: 0 0 45px;
  font-size: 36px;
  line-height: 37px;
  color: #494949;
}
.feature_rich_txt {
  font-size: 18px;
  line-height: 26px;
  color: #3F3F3F;
}
.feature_rich_right::after {
  content: "";
  background: linear-gradient(180deg, rgba(255, 108, 2, 0.71) 0%, #FF6C02 100%);
  position: absolute;
  left: 0;
  right: -500px;
  top: 0;
  bottom: 0;
}
.feature_rich_right {
  display: flex;
  width: 42%;
  align-self: stretch;
  float: left;
  flex-direction: column;
  position: relative;
  padding: 75px 0 40px 85px;
}
.feature_rich_right div {
  position: relative;
  z-index: 9;
}
.feature_rich_boxes {
  padding-top: 45px;
}
.feature_rich_bx:first-child {
  text-align: left;
  padding-left: 0;
}
.feature_rich_bx {
  width: 33.3%;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 15px;
  position: relative;
}
.feature_rich_bx:last-child {
  text-align: center;
  padding-right: 0;
  padding-left: 30px;
}
.feature_rich_bx_img {
  padding-bottom: 25px;
}
.feature_rich_bx_img img {
  max-height: 83px;
  width: auto;
}
.feature_rich_bx_txt {
  color: #000;
  font-size: 14px;
  letter-spacing: -0.28px;
}
.feature_rich_bx::after {
  content: "";
  background-image: url(../images/arrow.png);
  width: 32px;
  height: 7px;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 36%;
  transform: translateY(-50%);
}
.feature_rich_bx:nth-child(2)::after {
  right: -15px;
}
.feature_rich_bx:last-child::after {
  content: none;
}
.feature_rich_right_title h3 {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #fff;
  margin-bottom: 35px;
}
.feature_rich_list ul {
  padding-left: 15px;
}
.feature_rich_list ul li:nth-child(2n+1) {
  clear: left;
}
.feature_rich_list ul li {
  font-size: 18px;
  color: #fff;
  line-height: 21px;
  padding-bottom: 25px;
  float: left;
  width: 56%;
  white-space: break-spaces;
  padding-right: 38px;
}
.feature_rich_list ul li:nth-child(2n+2) {
  padding-right: 0;
  width: 44%;
}
.feature_rich_link {
  text-align: center;
  padding-top: 22px;
}
.feature_rich_link a {
  color: #fff;
  text-align: center;
  display: inline-block;
  font-size: 16px;
  text-decoration: underline;
  letter-spacing: -0.32px;
}
.feature_rich_link a:hover {
  text-decoration: none;
}
.bryte_different_sec.section {
  padding-top: 75px;
  padding-bottom: 15px;
}
.bryte_different_sec.section .container {
  max-width: 1340px;
}
.bryte_different_title {
  padding: 0 50px;
}
.bryte_different_title h2 {
  font-size: 42px;
  color: #FF5D02;
  letter-spacing: -0.5px;
  line-height: 45px;
  margin-bottom: 50px;
}
.bryte_different_bx:nth-child(3n+1) {
  clear: left;
}
.bryte_different_bx {
  float: left;
  width: 33.3%;
  padding: 0 50px 70px;
}
.bryte_diff_bx_title h3 {
  color: #000;
  font-size: 24px;
  letter-spacing: -0.497px;
  font-weight: 500;
  line-height: 30px;
  margin-bottom: 35px;
}
.bryte_diff_bx_txt {
  font-size: 20px;
  line-height: 33px;
  letter-spacing: -0.4px;
}
.hm_sec_banner.section {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  padding: 100px 0 110px;
}
.hm_sec_banner_txt {
  text-align: center;
  color: #fff;
  font-weight: bold;
  font-size: 36px;
  letter-spacing: -0.72px;
  line-height: 42px;
}
.hm_form_section.section {
  background: linear-gradient(180deg, rgba(255, 108, 2, 0.71) 0%, #FF6C02 100%);
  padding-top: 65px;
  padding-bottom: 95px;
}
.hm_form_left {
  width: 63%;
  display: inline-block;
  vertical-align: top;
  padding-right: 25px;
}
.hm_form_title h2 {
  font-size: 42px;
  line-height: 54px;
  color: #fff;
  letter-spacing: -0.84px;
  margin-bottom: 40px;
}
.hm_form_txt {
  color: #fff;
  font-size: 20px;
  font-family: Poppins;
  line-height: 26px;
  max-width: 500px;
  width: 100%;
  padding-bottom: 25px;
}
.hm_form_phone a {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}
.hm_form_phone a:hover {
  text-decoration: underline;
}
.hm_form_right {
  display: inline-block;
  width: 36%;
  vertical-align: top;
  padding-top: 15px;
}
.hm_form_field {
  margin-bottom: 15px;
}
.hm_form_field input {
  width: 100%;
  border: none;
  height: 48px;
  padding: 0 18px;
  font-size: 18px;
  letter-spacing: -0.36px;
  font-family: "DM Sans", sans-serif;
}
.hm_form_textarea textarea {
  width: 100%;
  border: none;
  height: 115px;
  padding: 18px;
  font-size: 18px;
  letter-spacing: -0.36px;
  font-family: "DM Sans", sans-serif;
}
.hm_form_textarea {
  margin-bottom: 15px;
}
.hm_form_field ::-webkit-input-placeholder {
  color: #C2C2C2 !important;
  opacity: 1 !important;
}
.hm_form_field ::-moz-placeholder {
  color: #C2C2C2 !important; 
  opacity: 1 !important;
}
.hm_form_field :-ms-input-placeholder {
  color: #C2C2C2 !important;
  opacity: 1 !important;
}
.hm_form_field :-moz-placeholder {
  color: #C2C2C2 !important;
  opacity: 1 !important;
}
.hm_form_btn input[type="submit"] {
  border: none;
  background: #fff;
  color: #FF5D02;
  font-weight: bold;
  font-size: 22px;
  font-family: "DM Sans", sans-serif;
  padding: 10px 35px;
  border-radius: 10px;
  cursor: pointer;
}
.hm_form_btn input[type="submit"]:hover {
  background: #000;
}
.hm_form_field p {
  margin-bottom: 15px;
}
.mobile_header_phone img {
  max-height: 14px;
  margin-right: 0;
  width: auto;
  display: inline-block;
  vertical-align: middle;
}
.mobile_header_phone a {
  display: inline-block;
  color: #2A2A2A;
  font-size: 14px;
  letter-spacing: 1px;
}
.mobile_header_phone a:hover {
  color: #FF5D02;
}
.mobile_header_phone {
  display: none;
}
.hm_form_field span.wpcf7-not-valid-tip {
  font-size: 15px;
  display: block;
  margin-top: 4px;
}

/***** Footer Style ******/

.site_footer {
  background: #F0EDED;
  padding: 22px 0;
}
.footer_logo {
  display: inline-block;
}
.footer_logo img {
  max-height: 44px;
  width: auto;
}
.footer_copyright {
  float: right;
  padding-top: 10px;
  font-size: 16px;
  line-height: 26px;
  color: #4C4C4C;
}












/***** Responsiveness Style ******/

@media (max-width: 1100px) {
.header_right_phone {
  padding-right: 25px;
}
.feature_rich_right {
  padding: 75px 0 40px 25px;
}
.feature_rich_left {
  padding: 75px 35px 70px 0;
}
.feature_rich_title h2 {
  margin: 0 0 25px;
}
.feature_rich_list ul li {
  width: 50%;
  padding-right: 10px;
}
.feature_rich_list ul li:nth-child(2n+2) {
  width: 50%;
}
.bryte_different_bx {
  padding: 0 15px 20px;
}
.bryte_different_title {
  padding: 0 15px;
}
.bryte_different_title h2 {
  margin-bottom: 35px;
}
.bryte_different_sec.section {
  padding-top: 60px;
  padding-bottom: 30px;
}
.hm_banner_title h1 {
  font-size: 45px;
  line-height: 52px;
  margin-bottom: 30px;
}
.hm_sec_banner.section {
  padding: 75px 0 85px;
}
}
@media (max-width: 900px) {
.site_header {
  padding-top: 30px;
}
.feature_rich_list ul li {
  width: 100%;
  padding-right: 0;
  padding-bottom: 5px;
}
.feature_rich_list ul li:nth-child(2n+2) {
  width: 100%;
}
.feature_rich_right_title h3 {
  margin-bottom: 15px;
}
.feature_rich_title h2 {
  font-size: 28px;
  line-height: 33px;
}
.feature_rich_boxes {
  padding-top: 20px;
}
.bryte_diff_bx_title h3 {
  font-size: 20px;
  line-height: 26px;
  margin-bottom: 15px;
}
.bryte_diff_bx_txt {
  font-size: 18px;
  line-height: 26px;
}
}
@media (max-width: 800px) {
.hm_banner_title h1 {
  font-size: 34px;
  line-height: 41px;
  margin-bottom: 20px;
}
.hm_banner_pretitle h4 {
  margin-bottom: 10px;
}
.hm_sec_banner_txt {
  font-size: 26px;
  line-height: 33px;
}
.hm_form_title h2 {
  font-size: 30px;
  line-height: 42px;
  margin-bottom: 25px;
}
}
@media (max-width: 767px) {
.site_logo {
  float: left;
  width: 50%;
}
.header_right_area {
  width: 50%;
  text-align: right;
  padding-top: 0;
}
.site_header {
  padding-top: 20px;
}
.hm_banner_left {
  width: 100%;
  padding-right: 0;
}
.hm_banner_pretitle h4 {
  margin-bottom: 2px;
}
.hm_banner_title h1 {
  margin-bottom: 13px;
  max-width: 450px;
  width: 100%;
}
.hm_banner_sec.section {
  padding-top: 40px;
  padding-bottom: 55px;
}
.hm_banner_right {
  width: 100%;
  padding-top: 10px;
}
.feature_rich_left {
  width: 100%;
  padding: 45px 0;
}
.feature_rich_right {
  padding: 45px 0;
  width: 100%;
}
.feature_rich_right::after {
  left: -30px;
  right: -30px;
}
.bryte_different_bx {
  width: 100%;
  padding: 0 0 20px;
}
.bryte_different_title h2 {
  font-size: 30px;
  line-height: 35px;
  margin-bottom: 25px;
}
.bryte_different_sec.section {
  padding-top: 45px;
  padding-bottom: 25px;
}
.hm_sec_banner.section {
  padding: 55px 0 60px;
}
.hm_form_left {
  width: 100%;
  padding-right: 0;
}
.hm_form_section.section {
  padding-top: 40px;
  padding-bottom: 55px;
}
.hm_form_right {
  width: 100%;
  padding-top: 25px;
}
.hm_form_txt {
  font-size: 18px;
  line-height: 24px;
  padding-bottom: 10px;
}
.hm_form_phone a {
  font-size: 20px;
  line-height: 26px;
}
.header_right_phone {
  display: none;
}
.site_header {
  padding-top: 0;
}
.mobile_header_phone {
  display: block;
  background: #F4F1EB;
  text-align: center;
  padding: 7px 15px;
  margin-bottom: 20px;
}
.site_logo img {
  max-height: 36px;
}
}
@media (max-width: 640px) {
.header_right_btn a {
  padding: 8px 33px;
  font-size: 14px;
}
.header_right_phone img {
  max-height: 23px;
  margin-right: 0;
}
.header_right_phone {
  padding-right: 10px;
}
.hm_banner_txt {
  font-size: 14px;
}
.hm_banner_pretitle h4 {
  font-size: 13px;
}
}
@media (max-width: 500px) {
.feature_rich_bx_img img {
  max-height: 45px;
}
.feature_rich_bx::after {
  top: 20%;
}
.feature_rich_title h2 br {
  display: none;
}
.footer_logo img {
  max-height: 36px;
}
.footer_copyright {
  padding-top: 5px;
}
}
@media (max-width: 400px) {
.footer_logo {
  display: block;
  text-align: center;
}
.footer_copyright {
  text-align: center;
  width: 100%;
}
.hm_banner_title h1 {
  font-size: 35px;
  line-height: 39px;
}
}
@media (max-width: 370px) {
.header_right_btn a {
  padding: 8px 20px;
}
}
@media (max-width:430px){
.hm_banner_txt {
    font-size: 16px;
}
.hm_banner_title h1 {
    max-width: 340px;
}
.hm_banner_pretitle h4 {
    font-size: 15px;
}
}