* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}
a,
button:active,
button:focus,
input:active,
input:focus {
  outline: 0 !important;
}
a:hover {
  text-decoration: none;
}

/* 02. Default */
#formbox {
  max-width: 564px;
  width: 100%;
  margin: 0 auto;
  margin-top: 32px;
  border-radius: 6px;
  -webkit-box-shadow: 0px 14px 28px 0px #00000040;
  box-shadow: 0px 14px 28px 0px #00000040;
}
.formBoxTitleContainer {
  background: #bd2b22;
  padding: 26px 0;
  border-radius: 6px 6px 0px 0px;
}
.formBoxTitle {
  color: #fff;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 700;
  line-height: 36px;
  letter-spacing: 1px;
  text-align: center;
}
.filed_group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 32px 20px 24px 20px;
  position: relative;
}
.intl-tel-input {
  width: 100%;
}
#fname,
#lname,
#email,
#phone {
  display: block;
  color: #000;
  font-family: Arial;
  font-size: 16px;
  font-weight: 400;
  line-height: 18.4px;
  text-align: left;
  width: 100%;
  border-radius: 3px;
  border: 1px solid #dadada;
  padding: 10px 12px;
  margin-bottom: 24px;
}
#phone {
  padding-left: 60px;
  margin: 0;
}
#checklabel,
#check {
  display: none;
}
.submit {
  display: block;
  width: 100%;
  color: #fff;
  font-family: Arial;
  font-size: 20px;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1px;
  text-align: center;
  border: 0;
  border-radius: 6px;
  background: #e73323;
  padding: 18.5px 0;
  cursor: pointer;
  margin-top: 32px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.submit:hover {
  -webkit-box-shadow: 0 0 10px #e73323;
  box-shadow: 0 0 10px #e73323;
}
p#error-msg {
  display: block;
  margin-top: 20px;
  color: red;
  font-size: 20px;
}
.loadingView {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.loadingView img {
  max-width: 100%;
}

/* container */
.container {
  max-width: 1142px;
  margin: 0 auto;
}

/* header */
.header {
  background: #000;
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 10000;
}
.headerInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 12px 30px;
}
.headerLogo img {
  display: block;
  max-width: 100%;
}
.headerLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 30px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.headerLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  color: rgba(255, 255, 255, 0.86);
  font-family: Helvetica Neue;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerLink:hover {
  color: #3bccff;
}
.headerLink:hover svg path {
  fill: #3bccff;
}
.headerLinkActive {
  color: #3bccff;
}
.headerRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 30px;
}
.headerRightLink {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  color: rgba(255, 255, 255, 0.86);
  font-family: Helvetica Neue;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 44px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.headerRightLink:hover {
  color: #3bccff;
}
.headerRightLink:hover svg path {
  fill: #3bccff;
}
.headerRightLinkMiddle {
  padding: 0 17px;
  border-right: 1px solid #4f4f4f;
  border-left: 1px solid #4f4f4f;
}

/* hero */
.hero {
  margin-top: 80px;
}
.heroTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  padding-top: 34px;
}
.logo img {
  display: block;
  max-width: 100%;
}
.locationSub {
  color: #999;
  font-family: Helvetica Neue;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.5px;
}
.locationSub1 {
  color: #333;
  font-family: Helvetica Neue;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 20.625px; /* 147.321% */
  letter-spacing: 1px;
  text-transform: capitalize;
}
.heroBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
  border-bottom: 1px solid #ededed;
  padding-left: 124px;
  padding-right: 22px;
  padding-bottom: 7px;
}
.heroLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
}
.heroLink {
  color: #000;
  text-align: center;
  font-family: Helvetica Neue;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px;
}
.weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.weatherSub {
  color: #333;
  font-family: Helvetica Neue;
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 22px;
}

/* content */
.content {
  margin-top: 24px;
}
.contentInner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contentLeft {
  width: 63%;
  margin-left: 5%;
}
.contentLeftTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.breaking {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #bd3231;
  padding: 5.5px 12px 5.5px 0;
  height: 30px;
}
.breaking img {
  display: block;
}
.breakingSub {
  color: #fff;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
}
.contentLeftTopSub {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #fff;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  background: #9d292a;
  padding: 5.5px 16px 5.5px 16px;
  height: 30px;
}
.contentLeftSub {
  color: #6b6b6b;
  font-family: Helvetica Neue;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.25px;
  text-align: left;
  margin-top: 8px;
}
.contentLeftTitle {
  color: #000;
  font-family: 'Times New Roman', Times, serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 42px;
  text-align: left;
  margin-top: 8px;
}
.aaron {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
  margin-top: 8px;
}
.aaronSub {
  color: #333333;
  font-family: Helvetica Neue;
  font-size: 13px;
  font-weight: 700;
  line-height: 19.25px;
  text-align: left;
}
.aaronTime {
  color: #6b6b6b;
  font-family: Helvetica Neue;
  font-size: 14px;
  font-weight: 400;
  line-height: 19.25px;
  text-align: left;
  border-left: 1px solid #d01b27;
  padding-left: 24px;
}
.contentLeftBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 25px;
  margin-top: 16px;
}
.contentLeftBoxImg img {
  display: block;
  max-width: 100%;
  width: 100%;
}
.contentLeftBoxSubs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
  margin-top: 24px;
}
.contentLeftBoxSub {
  color: #222222;
  font-family: Helvetica;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}
.contentLeftBoxSub a {
  color: #0000ee;
}
.contentLeftBoxImgLink {
  display: block;
  color: #000;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  padding: 10px 0;
  border-bottom: 1px solid #d8d8d8;
}
.italic {
  font-style: italic;
}
.contentLeftBoxSubWithBorder {
  padding: 10px 0 10px 16px;
  border-left: 4px solid #bd3130;
}
.contentLeftBoxImg1 img {
  width: auto;
  margin: 0 auto;
}
.contentLeftBoxTitle {
  color: #222222;
  font-family: Helvetica;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  text-align: center;
}

/* comments */
.comments {
  margin-top: 40px;
}
.commentsText {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 1px 24px 20px 0;
  border-bottom: 3px solid #e9ebee;
}
.commentsTitle {
  color: #1d1d1d;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-align: left;
}
.commentsTextRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.commentsTextRightSub {
  color: #4b4f56;
  font-family: Helvetica Neue;
  font-size: 12px;
  font-weight: 400;
  line-height: 25px;
  letter-spacing: 0.5px;
  text-align: left;
}
.commentsTextRightBtn {
  display: inline-block;
  color: #4b4f56;
  font-family: Helvetica Neue;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0.5px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #ced0d4;
  background: #f6f7f9;
  padding: 1px 21.757px 1px 11.693px;
}
.commentsTopText {
  margin-top: 24px;
}
.commentsTopImg img {
  display: block;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.commentsTopText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
textarea {
  display: block;
  color: #000;
  font-family: Helvetica;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  width: 100%;
  border: 1px solid #d3d6db;
  background: #fff;
  padding: 13px 9px;
  min-height: 64px;
  resize: none;
}
.commentsTopTextBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #f6f7f9;
  padding: 8px;
  border-right: 1px solid #d3d6db;
  border-bottom: 1px solid #d3d6db;
  border-left: 1px solid #d3d6db;
}
.commentsTopTextBottomBtn {
  display: inline-block;
  color: #fff;
  text-align: center;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 700;
  line-height: 22px;
  text-align: center;
  border-radius: 2px;
  border: 1px solid #9cb4d8;
  background: #9cb4d8;
  padding: 1px 8.33px 1px 8.66px;
}
.commentsBlocks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 12px;
  margin-top: 45px;
}
.commentBlock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
}
.commentBlockImg img {
  display: block;
  width: 48px;
  height: 48px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.commentBlockText {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.commentBlockName {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #676c79;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 700;
  line-height: 19px; /* 135.714% */
  letter-spacing: 0.5px;
}
.commentBlockName1 {
  border-bottom: 1px solid #676c79;
}
.commentBlockSub {
  color: #1d1d1d;
  font-family: 'Helvetica Neue';
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 19px; /* 135.714% */
  letter-spacing: 0.5px;
  margin-top: 8px;
}
.commentBlockSub a {
  color: #0000ee;
}
.commentBlockTextImg {
  margin-top: 8px;
}
.commentBlockTextImg img {
  display: block;
  max-width: 100%;
}
.commentBlockTextBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}
.commentBlockLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.7px;
}
.commentBlockLink {
  color: #676c79;
  font-family: Helvetica Neue;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.3px;
  letter-spacing: 0.5px;
  text-align: left;
}
.commentBlockTime {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 2.7px;
}
.commentBlockTimeSub {
  color: #90949c;
  font-family: Helvetica Neue;
  font-size: 12px;
  font-weight: 400;
  line-height: 16.3px;
  letter-spacing: 0.5px;
  text-align: left;
}
.commentBlockAnswers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 11px;
  margin-left: 80px;
  padding-left: 4px;
  border-left: 1px solid #d3d6db;
}
.commentBlockAnswer img {
  width: 36px;
  height: 36px;
}
.commentBlockAnsewrsBtn {
  display: block;
  color: #365899;
  font-family: 'Helvetica Neue';
  font-size: 12px;
  font-style: normal;
  font-weight: 700;
  line-height: 16px; /* 133.333% */
  letter-spacing: 0.5px;
  padding: 10px 8px;
  background: #f6f7f9;
}
.facebookBtn {
  display: block;
  color: #365899;
  font-family: 'Helvetica Neue';
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 14.94px; /* 135.818% */
  letter-spacing: 0.5px;
  padding: 10px 19px;
  border-top: 1px solid #e9ebee;
  margin-top: 12px;
}
.goBtn {
  display: block;
  color: #fff;
  text-align: center;
  font-family: 'Helvetica Neue';
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px; /* 150% */
  letter-spacing: 0.5px;
  border-radius: 8px;
  background: #e90e0e;
  padding: 16px;
  margin-top: 24px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.goBtn:hover {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/* about */
.about {
  margin-top: 32px;
}
.aboutLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
.aboutLink {
  color: #6b6b6b;
  font-family: Inter;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 169.231% */
  text-transform: capitalize;
  padding: 0 7px;
  border: 1px solid #6b6b6b;
}
.aboutContact {
  background: #9d292a;
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
  padding: 5.5px 16px;
}
.aboutContactSub {
  color: #fff;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
}
.aboutContactSub1 {
  color: #fff;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 700;
  line-height: 19px;
  text-align: left;
}
.aboutNews {
  color: #2175ff;
  font-family: Helvetica;
  font-size: 12px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  background: #f5f5f5;
  margin-top: 16px;
  padding: 5.5px 16px;
}

/* footer */
.footer {
  margin-top: 120px;
  background: #141414;
}
.footerContainer {
  max-width: 1360px;
  margin: 0 auto;
}
.footerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 33px 0;
  border-bottom: 1px solid #4f4f4f;
}
.footerLogo img {
  display: block;
  max-width: 100%;
}
.footerTopRight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 42px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footerTopSocial {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 50px;
}
.footerTopLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 33px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.footerTopLink {
  color: rgba(255, 255, 255, 0.75);
  font-family: Helvetica Neue;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px;
}
.footerMiddleBoxs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 24px 0;
  border-bottom: 1px solid #4f4f4f;
}
.footerMiddleBoxtitle {
  color: #fff;
  font-family: Helvetica Neue;
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: 22.286px;
}
.footerMiddleBoxLinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 3.4px;
  margin-top: 9px;
}
.footerMiddleBoxLink {
  color: rgba(255, 255, 255, 0.75);
  font-family: Helvetica Neue;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 22.4px;
}
.footerBottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 0;
}
.footerBottomlinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 25px;
}
.footerBottomLink {
  color: rgba(255, 255, 255, 0.75);
  text-align: center;
  font-family: Helvetica Neue;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}
.footerBottomSub {
  color: #8c8c8c;
  text-align: center;
  font-family: Helvetica Neue;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}
