* {
  margin: 0;
  padding: 0;
  outline: none;
}

html {
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  overflow-x: hidden;
  height: 100%;
  width: 100%;
  position: relative;
  font-size: 14px;
  line-height: 17px;
  color: #526166;
  font-family: "TT Commons", sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
}

a {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
}

ul,
ol,
li {
  margin: 0;
  padding: 0;
  list-style: none;
}

ul, ol {
  font-size: 0;
}
ul li, ol li {
  font-size: 14px;
  line-height: 17px;
}
ul li:last-child, ol li:last-child {
  margin: 0;
}

.jumbo-heading {
  margin: 0 0 13px 0;
  padding: 0;
  position: relative;
  color: black;
  font-family: "TT Commons", sans-serif;
  font-weight: 600;
  font-size: 70px;
  line-height: 76px;
  letter-spacing: -0.028em;
}
@media all and (max-width: 767px) {
  .jumbo-heading {
    font-size: 65px;
    line-height: 75px;
  }
}
@media all and (max-width: 575px) {
  .jumbo-heading {
    font-size: 55px;
    line-height: 65px;
  }
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 13px 0;
  padding: 0;
  position: relative;
  color: black;
  font-family: "TT Commons", sans-serif;
}

h1 {
  font-weight: 500;
  font-size: 56px;
  line-height: 72px;
  letter-spacing: -0.015em;
}
@media all and (max-width: 1200px) {
  h1 {
    font-size: 46px;
    line-height: 62px;
  }
}
@media all and (max-width: 991px) {
  h1 {
    font-size: 42px;
    line-height: 58px;
  }
}
@media all and (max-width: 767px) {
  h1 {
    font-size: 40px;
    line-height: 56px;
  }
}
@media all and (max-width: 575px) {
  h1 {
    font-size: 36px;
    line-height: 45px;
  }
}

h2 {
  font-weight: 400;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.01em;
}
@media all and (max-width: 1200px) {
  h2 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media all and (max-width: 991px) {
  h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media all and (max-width: 767px) {
  h2 {
    font-size: 30px;
    line-height: 33px;
  }
}
@media all and (max-width: 575px) {
  h2 {
    font-size: 28px;
    line-height: 33px;
  }
}

h3 {
  font-weight: 500;
  font-size: 30px;
  line-height: 34px;
  letter-spacing: -0.01em;
}
@media all and (max-width: 575px) {
  h3 {
    font-size: 24px;
    line-height: 30px;
  }
}

h4 {
  font-weight: 300;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.068em;
}

h5 {
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.046em;
}

h6 {
  font-weight: 500;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.046em;
}

p {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.045em;
  font-family: "TT Commons", sans-serif;
  color: #526166;
}
@media all and (max-width: 1200px) {
  p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  p {
    font-size: 16px;
    line-height: 26px;
  }
}
p:last-child {
  margin: 0;
}

p a {
  color: black;
}
p a:hover {
  text-decoration: underline;
  color: black;
}

table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent;
  border-collapse: collapse;
  border: 0;
}
table tr th {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 20px;
  font-weight: 500;
}
table tr td {
  padding: 0.75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6;
  font-size: 20px;
  line-height: 25px;
}

/* ========== Blog Styles ============ */
.blog-hd {
  margin: 0 0 13px 0;
  padding: 0;
  position: relative;
  color: black;
  font-family: "TT Commons", sans-serif;
  font-style: normal;
  font-weight: 300;
  font-size: 34px;
  line-height: 34px;
  letter-spacing: -0.038em;
}

.blog-para {
  font-style: normal;
  font-weight: 300;
  font-size: 17px;
  line-height: 26px;
  letter-spacing: -0.062em;
  font-family: "TT Commons", sans-serif;
}

.post-hd {
  margin: 0 0 13px 0;
  padding: 0;
  position: relative;
  color: black;
  font-family: "TT Commons", sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 22px;
  line-height: 26px;
  letter-spacing: -0.046em;
}

label {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  letter-spacing: -0.02em;
  color: black;
}

strong {
  font-weight: 700;
}

figure {
  margin: 0;
}
figure img {
  width: 100%;
  height: auto;
}

.btn.focus, .single-comment .focus.comment-edit-link, .header .secondary-nav li a.focus, .focus.btn-big,
.btn:focus,
.single-comment .comment-edit-link:focus,
.header .secondary-nav li a:focus,
.btn-big:focus {
  outline: 0;
  box-shadow: none;
}

::placeholder {
  color: #A8B0B3;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #A8B0B3;
}

::-ms-input-placeholder {
  color: #A8B0B3;
}

section {
  padding: 90px 0;
}
@media all and (max-width: 575px) {
  section {
    padding: 40px 0;
  }
}

.main-wrapper {
  margin: 94px auto 0;
}
@media all and (max-width: 1200px) {
  .main-wrapper {
    margin: 80px auto 0;
  }
}
@media all and (max-width: 991px) {
  .main-wrapper {
    margin: 80px auto 0;
  }
}
@media all and (max-width: 575px) {
  .main-wrapper {
    margin: 66px auto 0;
  }
}

.outer-wrapper {
  padding: 0 80px;
}
@media all and (max-width: 1200px) {
  .outer-wrapper {
    padding: 0 60px;
  }
}
@media all and (max-width: 767px) {
  .outer-wrapper {
    padding: 0 40px;
  }
}
@media all and (max-width: 575px) {
  .outer-wrapper {
    padding: 0 20px;
  }
}

img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

a img.alignright {
  float: right;
  margin: 0 0 1em 1em;
}

a img.alignleft {
  float: left;
  margin: 0 1em 1em 0;
}

a img.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.logged-in header {
  top: 32px !important;
}

@media all and (max-width: 782px) {
  .logged-in header {
    top: 46px !important;
  }
}
@media all and (max-width: 601px) {
  #wpadminbar {
    position: fixed;
  }

  .logged-in {
    margin-top: -46px !important;
  }

  .logged-in .main-wrapper {
    margin: 126px auto 0;
  }
}
@media all and (max-width: 575px) {
  .logged-in .main-wrapper {
    margin: 112px auto 0;
  }
}
.btn, .single-comment .comment-edit-link, .header .secondary-nav li a, .btn-big {
  display: inline-block;
  transition: 0.3s;
  height: 48px;
  line-height: 48px;
  border-radius: 0;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 20px;
  padding: 0px 30px;
  font-family: "TT Commons", sans-serif;
  color: white;
  background: #E97430;
  border-radius: 0;
}
@media all and (max-width: 575px) {
  .btn, .single-comment .comment-edit-link, .header .secondary-nav li a, .btn-big {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
.btn:hover, .single-comment .comment-edit-link:hover, .header .secondary-nav li a:hover, .btn-big:hover {
  background-color: #4AC2BB;
  border: 1px solid #4AC2BB;
  color: white;
}
.btn-big {
  height: 52px;
  line-height: 52px;
  background: #E15B24;
  border: 1px solid #E15B24;
  letter-spacing: -0.005em;
  padding: 0 40px;
  font-size: 22px;
}
.btn-orange {
  background: #E97430;
  border: 1px solid #E97430;
}

.btn.disabled, .single-comment .disabled.comment-edit-link, .header .secondary-nav li a.disabled, .disabled.btn-big, .btn:disabled, .single-comment .comment-edit-link:disabled, .header .secondary-nav li a:disabled, .btn-big:disabled {
  height: 43px;
  line-height: 43px;
  display: block;
}

input[type=submit] {
  display: inline-block;
  transition: 0.3s;
  height: 48px;
  line-height: 48px;
  border-radius: 0;
  letter-spacing: 0.02em;
  font-weight: 500;
  font-size: 20px;
  padding: 0px 30px;
  font-family: "TT Commons", sans-serif;
  color: white;
  background: #E97430;
  border-radius: 0;
  height: 50px;
  line-height: 50px;
  letter-spacing: 0.7px;
  padding: 0px 18px;
  border: 1px solid #E97430;
}
@media all and (max-width: 575px) {
  input[type=submit] {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
  }
}
input[type=submit]:hover {
  background-color: #4AC2BB;
  border: 1px solid #4AC2BB;
  color: white;
}

textarea, select, input[type=week], input[type=time], input[type=month], input[type=datetime-local], input[type=datetime], input[type=date], input[type=color], input[type=url], input[type=text], input[type=tel], input[type=search], input[type=password], input[type=select], input[type=number], input[type=email] {
  width: 100%;
  height: 47px;
  border-radius: 0;
  padding: 16px 13px;
  font-size: 16px;
  line-height: 19px;
  color: black;
  font-family: "TT Commons", sans-serif;
  font-weight: normal;
  outline: none;
  background: white;
  border: 1px solid #DEE3E4;
  transition: 0.3s ease-in-out;
}

textarea:focus, select:focus, input[type=week]:focus, input[type=time]:focus, input[type=month]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=date]:focus, input[type=color]:focus, input[type=url]:focus, input[type=text]:focus, input[type=tel]:focus, input[type=search]:focus, input[type=password]:focus, input[type=select]:focus, input[type=number]:focus, input[type=email]:focus {
  color: black;
}

select {
  background: url(../images/product/down-arrow.svg) no-repeat 95% center #FCFCFC;
  box-sizing: border-box;
  appearance: none;
  border: 1px solid rgba(75, 71, 86, 0.2);
}
select:focus {
  background: url(../images/product/down-arrow.svg) no-repeat 95% center #FCFCFC;
}

textarea {
  height: 172px;
  resize: none;
}
input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=checkbox] + label {
  padding: 0 0 0 20px !important;
  padding-left: 30px !important;
  color: white !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  position: relative !important;
  letter-spacing: 0 !important;
}
input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #DBDCE4;
  background: #F4F5FF;
  left: 0;
  top: 0px;
  border-radius: 0;
}
input[type=checkbox] + label:after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background: blue url(../images/checkbox-check.svg) center center no-repeat;
  opacity: 1;
  left: 0;
  top: 0;
  border-radius: 0;
  display: none;
}
input[type=checkbox]:checked + label {
  color: white !important;
  font-weight: 500 !important;
  user-select: none;
}
input[type=checkbox]:checked + label:after {
  display: block;
}

input[type=radio] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: -9999px !important;
}
input[type=radio] + label {
  padding: 0 0 0 20px !important;
  padding-left: 35px !important;
  color: white !important;
  display: inline-block !important;
  max-width: inherit !important;
  margin: 0px !important;
  font-weight: 500 !important;
  line-height: 20px !important;
  position: relative !important;
  letter-spacing: 0 !important;
}
input[type=radio] + label:before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  border: 1px solid #DBDCE4;
  background: #F4F5FF;
  left: 0;
  top: 0px;
  border-radius: 55%;
}
input[type=radio] + label:after {
  content: "";
  position: absolute;
  width: 7.5px;
  height: 7.5px;
  background: blue;
  left: 6.25px;
  top: 6.25px;
  border-radius: 55%;
  display: none;
}
input[type=radio]:checked + label {
  color: white !important;
  font-weight: 500 !important;
  user-select: none;
}
input[type=radio]:checked + label:after {
  display: block;
}

/* ---------------- menu -----------------*/
.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  padding: 0 80px;
  transition: 0.3s;
  height: 94px;
  background: white;
}
@media all and (max-width: 1200px) {
  .header {
    padding: 0 60px;
    height: 80px;
  }
}
@media all and (max-width: 767px) {
  .header {
    padding: 0 40px;
  }
}
@media all and (max-width: 575px) {
  .header {
    height: 66px;
    padding: 0 20px;
  }
}
.header .navbar {
  padding: 23px 0;
  transition: 0.3s;
}
@media all and (max-width: 1200px) {
  .header .navbar {
    padding: 27px 0;
  }
}
@media all and (max-width: 575px) {
  .header .navbar {
    padding: 20px 0;
  }
}
.header.sticky {
  background: white;
  box-shadow: 0 5px 8px rgba(35, 35, 35, 0.22);
  height: 80px;
  transition: 0.3s;
}
@media all and (max-width: 1200px) {
  .header.sticky {
    height: 66px;
  }
}
.header.sticky .navbar {
  padding: 16px 0;
}
@media all and (max-width: 1200px) {
  .header.sticky .navbar {
    padding: 20px 0;
  }
}

.header .navbar-brand {
  padding: 0;
  max-width: 210px;
}
.header .navbar-brand img {
  width: 100%;
  height: max-content;
}

.header .primary-nav ul {
  display: inline-block;
}
@media all and (max-width: 1200px) {
  .header .primary-nav ul {
    display: block;
  }
}
.header .primary-nav ul li {
  display: inline-block;
  transition: 0.3s;
}
@media all and (max-width: 1200px) {
  .header .primary-nav ul li {
    display: block;
  }
}
.header .primary-nav ul li a {
  font-style: normal;
  font-size: 14px;
  line-height: 14px;
  font-weight: bold;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  color: #23414C;
  display: block;
  text-align: center;
  padding: 10px 20px;
  transition: 0.3s;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .header .primary-nav ul li a {
    padding: 10px;
  }
}
@media all and (max-width: 1200px) {
  .header .primary-nav ul li a {
    text-align: left;
    padding: 0;
    font-size: 20px;
    line-height: 45px;
    letter-spacing: 1px;
  }
}
.header .primary-nav ul li a:hover {
  color: #E97430;
}
.header .primary-nav ul li.active ul.dropdown-menu li a {
  color: #E97430 !important;
  background-color: #f8f9fa !important;
}
.header .primary-nav ul.dropdown-menu {
  display: none;
  position: absolute;
  border-radius: 0;
  border: 1px solid #eaeaea;
  padding: 0 !important;
  margin: 0 !important;
}
@media all and (max-width: 1200px) {
  .header .primary-nav ul.dropdown-menu {
    position: relative;
    padding: 0 0 0 15px;
    border: 0;
  }
}
.header .primary-nav ul.dropdown-menu li a.dropdown-item {
  padding: 15px;
}
@media all and (max-width: 1200px) {
  .header .primary-nav ul.dropdown-menu li a.dropdown-item {
    line-height: 20px;
  }
}

.header .secondary-nav {
  margin: 0 0 0 30px;
  flex-direction: row;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .header .secondary-nav {
    margin: 0 0 0 18px;
  }
}
@media all and (max-width: 1200px) {
  .header .secondary-nav {
    display: inline-block;
    margin: 25px 0 0 0;
    flex-direction: column;
  }
}
@media all and (max-width: 410px) {
  .header .secondary-nav {
    right: 45px;
  }
}
@media all and (max-width: 1200px) {
  .header .secondary-nav li {
    display: inline-block;
  }
}
.header .secondary-nav li a {
  font-size: 18px;
  background: #E15B24;
  border: 1px solid #E15B24;
}
.header .secondary-nav li a:hover {
  background-color: #4AC2BB;
  border: 1px solid #4AC2BB;
  color: white;
}
@media all and (max-width: 1200px) {
  .header .secondary-nav li a {
    font-size: 16px;
  }
}
.header .secondary-nav li.nav_blue_btn {
  margin-right: 10px;
}
@media all and (max-width: 1200px) {
  .header .secondary-nav li.nav_blue_btn {
    margin-right: 0px;
    margin-bottom: 20px;
  }
}
.header .secondary-nav li.nav_blue_btn a {
  background-color: #4AC2BB;
  border: 1px solid #4AC2BB;
}
.header .secondary-nav li.nav_blue_btn:hover a {
  background: #E15B24;
  border: 1px solid #E15B24;
}

/* ---------------- menu -----------------*/
/* ---------------- dorpdown menu -----------------*/
#myUL {
  padding: 0;
  list-style-type: none;
  line-height: 0;
}
@media all and (max-width: 1200px) {
  #myUL {
    width: 100%;
  }
}
#myUL .sub-menu {
  position: absolute;
  background: white;
  border-radius: 0;
  padding: 10px 20px 15px;
  width: 170px;
  display: none;
}
@media all and (max-width: 1200px) {
  #myUL .sub-menu {
    background: none;
    position: relative;
    padding: 7px 0 7px 15px;
    width: 100%;
    border: none;
    margin: 10px 0;
  }
}
#myUL .sub-menu li {
  margin-bottom: 0px;
  display: block;
}
@media all and (max-width: 1200px) {
  #myUL .sub-menu li {
    margin: 5px 0;
  }
}
#myUL .sub-menu li a {
  padding: 0;
  line-height: 42px;
  display: block;
  text-align: left;
  color: black;
}
@media all and (max-width: 1200px) {
  #myUL .sub-menu li a {
    font-size: 18px;
    line-height: 28px;
  }
}
#myUL .sub-menu .sub-menu {
  left: 100%;
  top: 0;
}
@media all and (max-width: 1200px) {
  #myUL .sub-menu .sub-menu {
    left: 0;
  }
}
#myUL .dropdown-toggle::after {
  display: none;
}

.header .primary-nav ul li.menu-item-has-children a {
  padding: 10px 40px 10px 20px;
}
@media all and (max-width: 1200px) {
  .header .primary-nav ul li.menu-item-has-children a {
    padding: 0;
  }
}

.menu-item-has-children {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: relative;
  margin: 0;
}
.menu-item-has-children::before {
  content: "";
  background: url(../images/chevron-down-black.svg) no-repeat;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 8px;
  right: 20px;
}
@media all and (max-width: 1200px) {
  .menu-item-has-children::before {
    background: url(../images/chevron-down-black.svg) no-repeat;
    top: 13px;
    right: 7px;
    color: black;
  }
}

/* ---------------- dorpdown menu -----------------*/
/* ---------------- hamburger -----------------*/
.hamburger-menu {
  display: none;
}
@media all and (max-width: 1200px) {
  .hamburger-menu {
    display: block;
  }
}
.hamburger-menu span {
  background: #E15B24;
  height: 2px;
  width: 31px;
  display: block;
  border-radius: 3px;
  margin-bottom: 7px;
  transition: 0.3s;
}
.hamburger-menu span:nth-child(2) {
  width: 23px;
  margin-left: 8px;
}
.hamburger-menu span:nth-child(3) {
  margin-bottom: 0px;
}

/* ---------------- hamburger -----------------*/
/* ---------------- menu overlay -----------------*/
.menu-overlay {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1000;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.menu-overlay.collapse-overlay {
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s;
}

/* ---------------- menu overlay -----------------*/
/* ---------------- collapse menu -----------------*/
.collapse-menu {
  display: flex;
  align-items: center;
}
@media all and (max-width: 1200px) {
  .collapse-menu {
    background: white;
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1050;
    transition: 0.3s;
    transform: translateX(-100%);
    width: 330px;
    padding: 120px 70px;
    display: block;
  }
}
@media all and (max-width: 1200px) and (max-width: 767px) {
  .collapse-menu {
    padding: 120px 50px;
  }
}
@media all and (max-width: 1200px) and (max-width: 575px) {
  .collapse-menu {
    width: 100%;
  }
}
@media all and (max-width: 1200px) {
  .collapse-menu.collapse-menu-open {
    transform: translateX(0%);
    transition: 0.3s;
  }
}
@media all and (max-width: 575px) {
  .collapse-menu {
    width: 300px;
    opacity: 0;
    pointer-events: none;
  }
  .collapse-menu.collapse-menu-open {
    opacity: 1;
    pointer-events: auto;
  }
}

.colapse-close {
  position: absolute;
  right: 30px;
  top: 30px;
  display: none;
}
@media all and (max-width: 1200px) {
  .colapse-close {
    display: block;
  }
}
@media all and (max-width: 575px) {
  .colapse-close {
    position: absolute;
    right: 25px;
    top: 30px;
  }
}
.colapse-close span {
  background: black;
  height: 2px;
  width: 31px;
  display: block;
  border-radius: 3px;
  margin-bottom: 7px;
  transition: 0.3s;
}

.collapse-menu.collapse-menu-open .colapse-close span:nth-child(1) {
  -webkit-transform: rotate(45deg) translateX(6px);
  -moz-transform: rotate(45deg) translateX(6px);
  -o-transform: rotate(45deg) translateX(6px);
  -ms-transform: rotate(45deg) translateX(6px);
  transform: rotate(45deg) translateX(6px);
  transition: 0.5s;
}
.collapse-menu.collapse-menu-open .colapse-close span:nth-child(2) {
  -webkit-transform: rotate(-45deg) translateX(6px);
  -moz-transform: rotate(-45deg translateX(6px));
  -o-transform: rotate(-45deg) translateX(6px);
  -ms-transform: rotate(-45deg) translateX(6px);
  transform: rotate(-45deg) translateX(6px);
  transition: 0.5s;
}

/* ---------------- collapse menu -----------------*/
.fixed-side-content ul {
  position: fixed;
  right: 30px;
  top: 95px;
}
.fixed-side-content ul li {
  display: block;
  text-align: center;
  margin: 0 0 30px 0;
}
.fixed-side-content ul li a {
  color: #23404A;
}
@media all and (max-width: 1200px) {
  .fixed-side-content ul {
    right: 23px;
  }
}
@media all and (max-width: 767px) {
  .fixed-side-content ul {
    right: 12px;
  }
}
@media all and (max-width: 575px) {
  .fixed-side-content ul {
    display: none;
  }
}
.fixed-side-content .scroll-text {
  transform: rotate(90deg);
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 0.45em;
  text-transform: uppercase;
  color: #23404A;
  position: fixed;
  right: -23px;
  bottom: 18%;
  z-index: 5;
  transition: all 0.3s ease;
}
.fixed-side-content .scroll-text a {
  color: #23404A;
  transition: all 0.3s ease;
}
.fixed-side-content .scroll-text.remove_class {
  opacity: 0;
  transition: all 0.3s ease;
}
.fixed-side-content .scroll-text::after {
  content: "";
  background: url(../images/arrow-down.svg);
  width: 24px;
  height: 24px;
  position: absolute;
  transform: rotate(270deg);
  top: -5px;
  right: -35px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .fixed-side-content .scroll-text {
    right: -21px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .fixed-side-content .scroll-text {
    right: -21px;
  }
}
@media all and (max-width: 1200px) {
  .fixed-side-content .scroll-text {
    right: -31px;
  }
}
@media all and (max-width: 767px) {
  .fixed-side-content .scroll-text {
    right: -42px;
  }
}
@media all and (max-width: 575px) {
  .fixed-side-content .scroll-text {
    display: none;
  }
}

.logged-in .fixed-side-content ul {
  top: 150px;
}

footer {
  padding-bottom: 75px;
}
@media all and (max-width: 767px) {
  footer {
    padding-bottom: 35px;
  }
}
footer .footer-top {
  background: #132C34;
  padding: 60px 0;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  footer .footer-top {
    padding: 60px 30px;
  }
}
@media all and (max-width: 1200px) {
  footer .footer-top {
    padding: 40px;
  }
}
@media all and (max-width: 575px) {
  footer .footer-top {
    padding: 40px 20px;
  }
}
@media all and (max-width: 1200px) {
  footer .newsletter-heading {
    margin: 0 100px 0 0;
  }
}
@media all and (max-width: 991px) {
  footer .newsletter-heading {
    margin: 0 0 30px 0;
    text-align: center;
  }
}
footer .newsletter-block {
  padding: 0 0 37px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
footer .newsletter-block h4 {
  color: white;
  font-size: 30px;
  letter-spacing: -0.01em;
  margin: 0 0 8px 0;
}
footer .newsletter-block p {
  color: #526166;
  font-size: 18px;
  line-height: 34px;
  letter-spacing: -0.02em;
  margin: 0;
}
@media all and (max-width: 1200px) {
  footer .newsletter-block p {
    line-height: 25px;
  }
}
footer .newsletter-block form {
  display: flex;
}
@media all and (max-width: 991px) {
  footer .newsletter-block form {
    justify-content: center;
  }
}
@media all and (max-width: 575px) {
  footer .newsletter-block form {
    display: block;
  }
}
footer .newsletter-block form input[type=email] {
  width: 343px;
  height: 50px;
  background: white url(../images/footer/subscribe-icon.svg) 17px center no-repeat;
  padding: 16px 13px 16px 50px;
  color: black;
}
@media all and (max-width: 1200px) {
  footer .newsletter-block form input[type=email] {
    width: 250px;
  }
}
@media all and (max-width: 575px) {
  footer .newsletter-block form input[type=email] {
    width: 100%;
    margin: 0 0 15px 0;
  }
}
footer .newsletter-block form input[type=submit] {
  width: 126px;
  height: 50px;
  font-size: 18px;
}
@media all and (max-width: 575px) {
  footer .newsletter-block form input[type=submit] {
    width: 100%;
  }
}
footer .footer-component {
  padding: 26px 0 0 0;
}
footer .footer-component .footer-content figure {
  max-width: 210px;
  margin: 0 0 30px 0;
}
footer .footer-component .footer-content p {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.02em;
  color: #526166;
}
@media all and (max-width: 1200px) {
  footer .footer-component .footer-link {
    margin: 30px 0 0 0;
  }
}
@media all and (max-width: 767px) {
  footer .footer-component .footer-link {
    margin-top: 15px;
  }
}
footer .footer-component .footer-link .link {
  margin: 0 0 0 88px;
}
footer .footer-component .footer-link .link:first-child {
  margin: 0 0 0 70px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  footer .footer-component .footer-link .link {
    margin: 0 0 0 60px;
  }
  footer .footer-component .footer-link .link:first-child {
    margin: 0 0 0 60px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  footer .footer-component .footer-link .link {
    margin: 0 0 0 60px;
  }
  footer .footer-component .footer-link .link:first-child {
    margin: 0 0 0 60px;
  }
}
@media all and (max-width: 1200px) {
  footer .footer-component .footer-link .link {
    margin: 0 60px 0 0;
  }
  footer .footer-component .footer-link .link:first-child {
    margin: 0 60px 0 0;
  }
  footer .footer-component .footer-link .link:last-child {
    margin: 0;
  }
}
@media all and (max-width: 991px) {
  footer .footer-component .footer-link .link {
    margin: 0 30px 0 0;
  }
  footer .footer-component .footer-link .link:first-child {
    margin: 0 30px 0 0;
  }
}
@media all and (max-width: 767px) {
  footer .footer-component .footer-link .link {
    margin: 0;
    width: 100%;
  }
  footer .footer-component .footer-link .link:first-child {
    margin: 0;
  }
  footer .footer-component .footer-link .link:last-child {
    margin: 15px 0 0 0;
  }
}
@media all and (max-width: 575px) {
  footer .footer-component .footer-link .link {
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  footer .footer-component .footer-link .link ul {
    text-align: left;
  }
}
footer .footer-component .footer-link .link ul li {
  margin: 0 0 19px 0;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.01em;
  color: white;
  position: relative;
}
@media all and (max-width: 1200px) {
  footer .footer-component .footer-link .link ul li {
    font-size: 16px;
  }
}
footer .footer-component .footer-link .link ul li a {
  font-size: 18px;
  line-height: 26px;
  letter-spacing: -0.01em;
  color: white;
}
footer .footer-component .footer-link .link ul li a:hover {
  color: #4AC2BB;
}
footer .footer-component .footer-link .link ul li:last-child {
  margin: 0;
}
@media all and (max-width: 1200px) {
  footer .footer-component .footer-link .link ul li {
    margin: 0 0 10px 0;
  }
  footer .footer-component .footer-link .link ul li a {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  footer .footer-component .footer-link .link ul li {
    display: inline-block;
    margin-right: 20px;
    position: relative;
  }
  footer .footer-component .footer-link .link ul li:after {
    content: "";
    position: absolute;
    display: block;
    background: rgba(255, 255, 255, 0.6);
    height: 10px;
    width: 2px;
    right: -11px;
    top: 54%;
    transform: translateY(-50%);
  }
  footer .footer-component .footer-link .link ul li:last-child::after {
    display: none;
  }
}
footer .footer-component .footer-link .link.contact-details ul li {
  margin: 0 0 24px 0;
  padding: 0 0 0 30px;
  display: block;
}
@media all and (max-width: 1200px) {
  footer .footer-component .footer-link .link.contact-details ul li {
    margin: 0 20px 20px 0;
  }
}
footer .footer-component .footer-link .link.contact-details ul li:last-child {
  margin: 0;
}
footer .footer-component .footer-link .link.contact-details ul li:nth-child(1) {
  background: url(../images/footer/phone-icon.svg) 0 center no-repeat;
  display: inline-block;
}
footer .footer-component .footer-link .link.contact-details ul li:nth-child(2) {
  background: url(../images/footer/mail-icon.svg) 0 center no-repeat;
  display: inline-block;
}
footer .footer-component .footer-link .link.contact-details ul li:nth-child(3) {
  background: url(../images/footer/location-icon.svg) 0 4px no-repeat;
  display: inline-block;
  line-height: 26px;
}
footer .footer-component .footer-link .link.contact-details ul li:after {
  display: none;
}
footer .footer-bottom {
  background: #1A323A;
  min-height: 85px;
  display: flex;
  align-items: center;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  footer .footer-bottom {
    padding: 0 30px;
  }
}
@media all and (max-width: 1200px) {
  footer .footer-bottom {
    padding: 40px;
  }
}
@media all and (max-width: 991px) {
  footer .footer-bottom {
    padding: 20px;
  }
}
footer .footer-bottom .copyright {
  font-weight: normal;
  font-size: 16px;
  line-height: 23px;
  color: #BCBCBC;
}
@media all and (max-width: 991px) {
  footer .footer-bottom .copyright {
    margin: 0 0 20px 0;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  footer .footer-bottom .copyright {
    margin-bottom: 10px;
  }
}
footer .footer-bottom .copyright a {
  color: #BCBCBC;
}
footer .footer-bottom .copyright a:hover {
  color: white;
}
footer .footer-bottom .footer-social {
  text-align: right;
}
@media all and (max-width: 991px) {
  footer .footer-bottom .footer-social {
    margin: 0 0 20px 0;
    text-align: center;
  }
}
@media all and (max-width: 767px) {
  footer .footer-bottom .footer-social {
    margin-bottom: 14px;
  }
}
footer .footer-bottom .footer-social ul {
  display: inline-flex;
}
footer .footer-bottom .footer-social ul li {
  display: inline-block;
}
footer .footer-bottom .footer-social ul li a {
  display: flex;
  width: 36px;
  height: 36px;
  border: 1px solid #1F4047;
  margin: 0 0 0 16px;
  justify-content: space-around;
  align-items: center;
  border-radius: 50%;
}
@media all and (max-width: 991px) {
  footer .footer-bottom .footer-social ul li a {
    margin: 0 8px;
  }
}
footer .footer-bottom .footer-social ul li a:hover {
  background: #132C34;
}

.footer-logo {
  max-width: 210px;
  margin-bottom: 30px;
  display: block;
}
.footer-logo img {
  width: 100%;
  height: max-content;
}

@media all and (max-width: 575px) {
  .design-by {
    display: none;
  }
}

.hero {
  position: relative;
  height: 740px;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero {
    height: auto;
  }
}
@media all and (max-width: 1200px) {
  .hero {
    height: auto;
  }
}
.hero figure {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.hero figure::before {
  content: "";
  background: radial-gradient(120.79% 182.24% at 76.66% 23.01%, rgba(8, 105, 99, 0.77) 0%, rgba(42, 164, 157, 0.3465) 100%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}
.hero figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero .hero-content {
  width: 650px;
  z-index: 3;
  position: relative;
  padding: 200px 0;
}
.hero .hero-content h1 {
  font-weight: 500;
  font-size: 56px;
  line-height: 102%;
  letter-spacing: -0.015em;
  color: white;
  margin: 0 0 8px 0;
}
.hero .hero-content p {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.8);
  margin: 0 0 40px 0;
  width: 497px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero .hero-content {
    width: 500px;
  }
  .hero .hero-content h1 {
    font-size: 45px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero .hero-content {
    padding: 120px 0 120px 45px;
    width: 500px;
  }
  .hero .hero-content h1 {
    font-size: 40px;
  }
}
@media all and (max-width: 1200px) {
  .hero .hero-content {
    padding: 100px 0 100px 55px;
    width: 500px;
  }
  .hero .hero-content h1 {
    font-size: 35px;
    line-height: 38px;
  }
  .hero .hero-content p {
    line-height: 30px;
    margin: 0 0 25px 0;
  }
}
@media all and (max-width: 991px) {
  .hero .hero-content {
    width: 100%;
  }
  .hero .hero-content h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media all and (max-width: 767px) {
  .hero .hero-content {
    width: 100%;
    padding: 100px 40px;
  }
  .hero .hero-content h1 {
    font-size: 30px;
    line-height: 33px;
  }
  .hero .hero-content p {
    width: 100%;
    line-height: 24px;
    margin: 0 0 25px 0;
  }
}
@media all and (max-width: 575px) {
  .hero .hero-content {
    width: 100%;
    padding: 70px 0px;
    text-align: center;
  }
  .hero .hero-content h1 {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
  }
  .hero .hero-content p {
    width: 100%;
    line-height: 24px;
    font-size: 18px;
    text-align: center;
    margin: 0 0 25px 0;
  }
  .hero .hero-content a {
    font-size: 16px;
    height: 45px;
    line-height: 45px;
  }
}

.hero.common-hero {
  height: auto;
  padding: 220px 0;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero.common-hero {
    height: auto;
  }
}
@media all and (max-width: 1200px) {
  .hero.common-hero {
    padding: 110px 0;
  }
}
@media all and (max-width: 991px) {
  .hero.common-hero {
    padding: 85px 0;
  }
}
.hero.common-hero figure::before {
  content: "";
  background: linear-gradient(180deg, #23414C 0%, rgba(35, 65, 76, 0.55) 99.95%);
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}
.hero.common-hero .hero-content {
  padding: 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero.common-hero .hero-content {
    padding-left: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero.common-hero .hero-content {
    padding-left: 20px;
  }
}
@media all and (max-width: 1200px) {
  .hero.common-hero .hero-content {
    padding-left: 20px;
  }
}
@media all and (max-width: 575px) {
  .hero.common-hero .hero-content {
    padding-left: 0;
  }
}
.hero.common-hero .hero-content p:last-child {
  margin: 0;
}
.hero.solid-hero {
  height: auto;
  background: #23404A;
  padding: 0;
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero.solid-hero {
    height: auto;
  }
}
@media all and (max-width: 1200px) {
  .hero.solid-hero {
    height: auto;
  }
}
.hero.solid-hero .hero-content {
  padding: 108px 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero.solid-hero .hero-content {
    padding-left: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero.solid-hero .hero-content {
    padding-left: 20px;
  }
}
@media all and (max-width: 1200px) {
  .hero.solid-hero .hero-content {
    padding-left: 20px;
  }
}
@media all and (max-width: 575px) {
  .hero.solid-hero .hero-content {
    padding-left: 0;
  }
}
.hero.solid-hero .hero-content p {
  width: 100%;
}
.hero.solid-hero .hero-content p:last-child {
  margin: 0;
}

.how-it-works {
  position: relative;
  margin-top: -90px;
}
@media all and (max-width: 1200px) {
  .how-it-works {
    margin-top: -40px;
  }
}
@media all and (max-width: 991px) {
  .how-it-works {
    margin-top: -40px;
  }
}
.how-it-works .how-it-work-content h2 {
  margin: 0 0 10px 0;
}
.how-it-works .how-it-work-content p {
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.02em;
  margin: 0 0 30px 0;
}
@media all and (max-width: 1200px) {
  .how-it-works .how-it-work-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
@media all and (max-width: 991px) {
  .how-it-works .how-it-work-content p {
    font-size: 18px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  .how-it-works .how-it-work-content p {
    font-size: 16px;
    line-height: 24px;
  }
}
.how-it-works figure {
  margin: 0 0 0 40px;
  position: relative;
  z-index: 5;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
@media all and (max-width: 991px) {
  .how-it-works figure {
    margin: 0 auto 40px;
    width: 85%;
  }
}
.how-it-works figure img.play-icon {
  width: 74px;
  height: 74px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 575px) {
  .how-it-works figure img.play-icon {
    width: 40px;
    height: 40px;
  }
}

.common-heading h2 {
  margin: 0 0 10px 0;
}
.common-heading p {
  font-size: 22px;
  line-height: 34px;
  font-weight: 400;
  letter-spacing: -0.02em;
  color: #526166;
}
@media all and (max-width: 1200px) {
  .common-heading p {
    font-size: 20px;
    line-height: 24px;
  }
}
@media all and (max-width: 991px) {
  .common-heading p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  .common-heading p {
    font-size: 16px;
    line-height: 24px;
  }
}
.common-heading.center-text {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.dark-bg {
  background: #23404A;
}
@media all and (max-width: 575px) {
  .dark-bg .common-heading {
    padding: 0 20px;
  }
}
.dark-bg .common-heading h2 {
  color: white;
}
.dark-bg .common-heading p {
  color: rgba(255, 255, 255, 0.5);
}

@media all and (max-width: 991px) {
  .platform-slider-navigation,
.testimonial-slider-navigation,
.update-slider-navigation {
    display: none;
  }
}

.platform-slider {
  position: relative;
  margin-left: -15px;
  margin-right: -15px;
  margin-top: 46px;
}
@media all and (max-width: 575px) {
  .platform-slider {
    margin-left: 0;
    margin-right: 0;
  }
}
.platform-slider .platform-slide-content {
  height: 240px;
  min-width: 270px;
  background: white;
  border: 1px solid rgba(35, 64, 74, 0.15);
  display: flex;
  justify-content: center;
  align-items: center;
}
@media all and (max-width: 991px) {
  .platform-slider .platform-slide-content {
    min-width: auto;
  }
}
@media all and (max-width: 575px) {
  .platform-slider .platform-slide-content {
    height: 170px;
  }
}
.platform-slider .platform-slide-content figure span {
  width: 90px;
  height: 90px;
  background: #4AC2BB;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 25px 0;
}
@media all and (max-width: 575px) {
  .platform-slider .platform-slide-content figure span {
    width: 80px;
    height: 80px;
    margin: 0 0 20px 0;
  }
}
.platform-slider .platform-slide-content figure img {
  max-width: 50px;
  height: auto;
  max-height: 50px;
  width: auto;
}
.platform-slider .platform-slide-content figure figcaption {
  font-weight: 500;
  font-size: 26px;
  line-height: 30px;
  color: #23404A;
  text-align: center;
  letter-spacing: -0.015em;
}
@media all and (max-width: 575px) {
  .platform-slider .platform-slide-content figure figcaption {
    font-size: 22px;
    line-height: 26px;
  }
}
.platform-slider .articles-card {
  margin: 0 15px;
}

.feature-section {
  padding: 90px 0 25px;
}

.all-features {
  margin: 40px 0 0 0;
}
@media all and (max-width: 1200px) {
  .all-features {
    padding: 0 30px;
  }
}
@media all and (max-width: 575px) {
  .all-features {
    padding: 0 20px;
  }
}

.single-feature {
  margin: 0 0 65px 0;
}
@media all and (max-width: 575px) {
  .single-feature {
    text-align: center;
  }
}
.single-feature figure {
  width: 82px;
  height: 82px;
  margin: 0 0 20px 0;
}
@media all and (max-width: 575px) {
  .single-feature figure {
    margin-left: auto;
    margin-right: auto;
  }
}
.single-feature figure img {
  width: 100%;
  height: auto;
}
.single-feature h3 {
  margin: 0 0 13px 0;
}
.single-feature h3 a {
  color: white;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  letter-spacing: -0.01em;
  text-decoration: none;
}
.single-feature p {
  font-size: 20px;
  line-height: 30px;
  color: rgba(255, 255, 255, 0.3);
  letter-spacing: normal;
  margin: 0 0 13px 0;
}
@media all and (max-width: 1200px) {
  .single-feature p {
    font-size: 18px;
    line-height: 25px;
  }
}
.single-feature a {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  letter-spacing: -0.005em;
  color: white;
  text-decoration: underline;
}
.single-feature a:hover {
  color: #4AC2BB;
}

.cta-section-content {
  max-width: 580px;
  margin: 0 auto;
  text-align: center;
}
.cta-section-content h2 {
  color: white;
  margin: 0 0 30px 0;
  font-weight: 500;
  font-size: 36px;
  line-height: 41px;
  letter-spacing: -0.01em;
}
@media all and (max-width: 575px) {
  .cta-section-content h2 {
    font-size: 22px;
    line-height: 25px;
    margin: 0 0 20px 0;
  }
}
.cta-section-content a {
  margin: 0 0 30px 0;
}
@media all and (max-width: 575px) {
  .cta-section-content a {
    margin: 0 0 20px 0;
  }
}
.cta-section-content p {
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.02em;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 400;
}
@media all and (max-width: 575px) {
  .cta-section-content p {
    font-size: 20px;
  }
}

.latest-update .update-slider {
  position: relative;
  margin-top: 46px;
}
.latest-update .update-slider .blog-card {
  margin: 0;
}
@media all and (max-width: 991px) {
  .latest-update .update-slider .blog-card {
    padding: 12px;
  }
  .latest-update .update-slider .blog-card .blog-card-footer div {
    padding: 0px 5px;
  }
  .latest-update .update-slider .blog-card .blog-card-footer div::before {
    margin-right: 6px;
  }
  .latest-update .update-slider .blog-card .blog-card-footer div.blog-tag-name {
    font-size: 12px;
  }
}
@media all and (max-width: 767px) {
  .latest-update .update-slider .blog-card {
    padding: 20px;
  }
  .latest-update .update-slider .blog-card .blog-card-footer div {
    padding: 0px 10px;
  }
  .latest-update .update-slider .blog-card .blog-card-footer div::before {
    margin-right: 10px;
  }
  .latest-update .update-slider .blog-card .blog-card-footer div.blog-tag-name {
    font-size: 14px;
  }
}
.latest-update .update-slider-navigation {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}
.latest-update .update-slider-navigation .swiper-button-prev {
  background-color: #4AC2BB;
}
.latest-update .update-slider-navigation .swiper-button-prev:hover {
  transition: 0.3s;
  background-color: #E97430;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .latest-update .update-slider-navigation .swiper-button-prev {
    left: -80px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .latest-update .update-slider-navigation .swiper-button-prev {
    left: -50px;
  }
}
@media all and (max-width: 1200px) {
  .latest-update .update-slider-navigation .swiper-button-prev {
    left: -25px;
  }
}
.latest-update .update-slider-navigation .swiper-button-next {
  background-color: #4AC2BB;
}
.latest-update .update-slider-navigation .swiper-button-next:hover {
  transition: 0.3s;
  background-color: #E97430;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .latest-update .update-slider-navigation .swiper-button-next {
    right: -80px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .latest-update .update-slider-navigation .swiper-button-next {
    right: -50px;
  }
}
@media all and (max-width: 1200px) {
  .latest-update .update-slider-navigation .swiper-button-next {
    right: -25px;
  }
}

.modal-open .modal {
  background: rgba(0, 0, 0, 0.5);
}

.modal-dialog {
  max-width: 980px;
}
@media all and (max-width: 991px) {
  .modal-dialog {
    max-width: 80%;
  }
}
@media all and (max-width: 575px) {
  .modal-dialog {
    max-width: 90%;
    margin: 0 auto;
  }
}
.modal-dialog .model-body {
  padding: 10px;
}
@media all and (max-width: 991px) {
  .modal-dialog .model-body {
    padding: 10px;
  }
}
@media all and (max-width: 575px) {
  .modal-dialog .model-body {
    padding: 0;
  }
}
.modal-dialog .model-body .embed-responsive {
  border-radius: 0px;
}
@media all and (max-width: 575px) {
  .modal-dialog .model-body .embed-responsive {
    border-radius: 0px;
  }
}
.modal-dialog .modal-content {
  border: none;
  border-radius: 0px;
}
@media all and (max-width: 575px) {
  .modal-dialog .modal-content {
    border-radius: 0px;
    background: none;
  }
}
.modal-dialog .modal-content button.close {
  position: absolute;
  width: 46px;
  height: 46px;
  right: -22px;
  top: -22px;
  opacity: 1;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background: white;
  border: 0;
  z-index: 999;
  outline: none;
}
.modal-dialog .modal-content button.close:hover {
  opacity: 1;
}
.modal-dialog .modal-content button.close img {
  max-width: 30px;
}
@media all and (max-width: 575px) {
  .modal-dialog .modal-content button.close {
    right: 50%;
    top: auto;
    bottom: -70px;
    transform: translateX(50%);
  }
}

.video-section {
  height: 570px;
  position: relative;
  padding: 0;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .video-section {
    width: 80%;
    margin: 0 auto;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .video-section {
    width: 80%;
    margin: 0 auto;
  }
}
@media all and (max-width: 1200px) {
  .video-section {
    width: 80%;
    margin: 0 auto;
    max-height: 400px;
  }
}
@media all and (max-width: 991px) {
  .video-section {
    max-height: 350px;
    width: 80%;
    margin: 0 auto;
  }
}
@media all and (max-width: 767px) {
  .video-section {
    max-height: 300px;
  }
}
@media all and (max-width: 575px) {
  .video-section {
    max-height: 155px;
  }
}
.video-section figure {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid rgba(0, 0, 0, 0.1);
}
.video-section figure img {
  height: 100%;
  object-fit: cover;
}
.video-section .video-section-info {
  align-self: center;
  z-index: 4;
  text-align: left;
  margin-bottom: 0;
  max-width: 630px;
}
@media all and (max-width: 991px) {
  .video-section .video-section-info {
    text-align: center;
    max-width: 100%;
    margin-bottom: 60px;
  }
}
.video-section .video-section-info h2 {
  color: white;
  margin-bottom: 15px;
  font-size: 62px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .video-section .video-section-info h2 {
    font-size: 52px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .video-section .video-section-info h2 {
    font-size: 52px;
  }
}
@media all and (max-width: 1200px) {
  .video-section .video-section-info h2 {
    font-size: 52px;
  }
}
@media all and (max-width: 991px) {
  .video-section .video-section-info h2 {
    font-size: 44px;
  }
}
@media all and (max-width: 575px) {
  .video-section .video-section-info h2 {
    font-size: 34px;
  }
}
.video-section .video-section-info p {
  font-size: 20px;
  line-height: 28px;
  color: white;
  margin-bottom: 50px;
  font-weight: 400;
}
@media all and (max-width: 1200px) {
  .video-section .video-section-info p {
    font-size: 16px;
    line-height: 28px;
  }
}
@media all and (max-width: 767px) {
  .video-section .video-section-info p {
    margin-bottom: 30px;
  }
}
.video-section .video-section-info .btn-white {
  height: 50px;
  line-height: 50px;
}

.video-play-btn img {
  width: 85px;
  height: 85px;
  margin-right: 20px;
  border-radius: 50%;
  animation: pulse 2s infinite;
}
@media all and (max-width: 1200px) {
  .video-play-btn img {
    width: 70px;
    height: 70px;
  }
}
@media all and (max-width: 991px) {
  .video-play-btn img {
    margin: 0;
  }
}
@media all and (max-width: 767px) {
  .video-play-btn img {
    width: 65px;
    height: 65px;
  }
}
.video-play-btn span {
  font-weight: 500;
  font-size: 22px;
  line-height: 25px;
  letter-spacing: -0.01em;
  color: white;
  white-space: nowrap;
}
@media all and (max-width: 1200px) {
  .video-play-btn span {
    font-size: 20px;
  }
}
@media all and (max-width: 991px) {
  .video-play-btn span {
    display: none;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(35, 64, 74, 0.4);
  }
  70% {
    -webkit-box-shadow: 0 0 0 20px rgba(35, 64, 74, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(35, 64, 74, 0);
  }
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(35, 64, 74, 0.4);
    box-shadow: 0 0 0 0 rgba(35, 64, 74, 0.4);
  }
  70% {
    -moz-box-shadow: 0 0 0 20px rgba(35, 64, 74, 0);
    box-shadow: 0 0 0 20px rgba(35, 64, 74, 0);
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(35, 64, 74, 0);
    box-shadow: 0 0 0 0 rgba(35, 64, 74, 0);
  }
}
.product-listing .common-heading {
  max-width: 760px;
  margin: 0 auto 40px;
  text-align: center;
}
.product-listing .product-card {
  display: flex;
  margin-bottom: 80px;
  align-items: center;
}
.product-listing .product-card:nth-last-child(1) {
  margin-bottom: 0px;
}
@media all and (max-width: 991px) {
  .product-listing .product-card {
    display: block;
  }
}
.product-listing .product-card h2 {
  text-align: left;
  color: #23404A;
}
.product-listing .product-card .product-card-image {
  width: 600px;
  flex: none;
}
@media all and (max-width: 1200px) {
  .product-listing .product-card .product-card-image {
    width: 400px;
  }
}
@media all and (max-width: 991px) {
  .product-listing .product-card .product-card-image {
    width: 100%;
    margin-bottom: 30px;
  }
}
.product-listing .product-card .product-card-image img {
  width: 100%;
}
.product-listing .product-card .product-card-content {
  width: 100%;
  padding-right: 70px;
}
@media all and (max-width: 1200px) {
  .product-listing .product-card .product-card-content {
    padding-right: 50px;
  }
}
@media all and (max-width: 991px) {
  .product-listing .product-card .product-card-content {
    padding-right: 0px;
  }
}
.product-listing .product-card .product-card-content.even-item {
  padding-right: 0px;
  padding-left: 70px;
}
@media all and (max-width: 1200px) {
  .product-listing .product-card .product-card-content.even-item {
    padding-left: 50px;
  }
}
@media all and (max-width: 991px) {
  .product-listing .product-card .product-card-content.even-item {
    padding-left: 0px;
  }
}
.product-listing .product-card .product-card-content ul {
  list-style-type: none;
  margin-bottom: 30px;
}
.product-listing .product-card .product-card-content ul li {
  position: relative;
  font-size: 22px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 10px;
  padding-left: 23px;
}
@media all and (max-width: 1200px) {
  .product-listing .product-card .product-card-content ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0px;
  }
}
.product-listing .product-card .product-card-content ul li::before {
  content: "";
  position: absolute;
  display: inline-block;
  background: url(../images/product/bullet-icon.png) no-repeat;
  left: 0;
  height: 9px;
  width: 9px;
  top: 10px;
}
.product-listing .product-card .product-card-content ul li:last-child {
  margin: 0;
}

.feature-section {
  position: relative;
}
.feature-section .video-section {
  position: relative;
  z-index: 2;
}
.feature-section .video-section a .play-icon {
  width: 74px;
  height: 74px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media all and (max-width: 1200px) {
  .feature-section .video-section a .play-icon {
    width: 60px;
    height: 60px;
  }
}
@media all and (max-width: 575px) {
  .feature-section .video-section a .play-icon {
    width: 40px;
    height: 40px;
  }
}
.feature-section .dark-bg {
  position: relative;
  padding: 330px 0px 90px 0px;
  margin-top: -250px;
  z-index: 1;
}
@media all and (max-width: 767px) {
  .feature-section .dark-bg {
    padding: 245px 0px 90px 0px;
    margin-top: -165px;
  }
}
@media all and (max-width: 575px) {
  .feature-section .dark-bg {
    padding: 140px 0px 90px 0px;
    margin-top: -80px;
  }
}

.testimonial-section {
  position: relative;
}
.testimonial-section .testimonial-slider {
  position: relative;
  margin-top: 46px;
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-content {
  border: 1px solid rgba(47, 57, 150, 0.1);
  padding: 30px;
  text-align: center;
  position: relative;
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-content::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  border-top: 20px solid white;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: -20px;
  filter: drop-shadow(0 1px 0 #dadada);
  -webkit-filter: drop-shadow(0 1px 0 #dadada);
}
@media all and (max-width: 1200px) {
  .testimonial-section .testimonial-slider .testimonial-card .testimonial-content {
    padding: 15px;
  }
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-content .quote-icon {
  text-align: center;
  padding-bottom: 20px;
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-content .content-part {
  text-align: center;
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-content .content-part p {
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #50555A;
  font-weight: 400;
  letter-spacing: -0.015em;
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-author {
  margin-top: 30px;
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-author h4 {
  font-size: 18px;
  line-height: 21px;
  font-weight: 500;
  text-align: center;
  padding-top: 10px;
  color: #0D162E;
  letter-spacing: -0.01em;
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-author h4 span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: -0.01em;
  color: #526166;
}
.testimonial-section .testimonial-slider .testimonial-card .testimonial-author .circle-item {
  height: 65px;
  width: 65px;
  border-radius: 50%;
  margin: 0 auto;
}

/* -- swiper common button --*/
.swiper-button {
  width: 47px;
  height: 47px;
}

.testimonial-slider-navigation {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  margin: 0 auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: -84px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -22px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: -22px;
  }
}
@media all and (max-width: 1200px) {
  .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
    right: 0;
  }
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: -84px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -22px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: -22px;
  }
}
@media all and (max-width: 1200px) {
  .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
    left: 0;
  }
}

.swiper-button-prev {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  background: url(../images/prev-arrow.svg) no-repeat center;
  transition: 0.3s;
  background-size: 10px;
  background-color: #E97430;
}
.swiper-button-prev:hover {
  transition: 0.3s;
  background-color: #4AC2BB;
}

.swiper-button-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 47px;
  height: 47px;
  border-radius: 50%;
  margin: 0;
  cursor: pointer;
  background: url(../images/next-arrow.svg) no-repeat center;
  transition: 0.3s;
  background-size: 10px;
  background-color: #E97430;
}
.swiper-button-next:hover {
  transition: 0.3s;
  background-color: #4AC2BB;
}

/* -- swiper common button --*/
.contact-content-section .content-text {
  padding-top: 40px;
}
@media all and (max-width: 575px) {
  .contact-content-section .content-text {
    padding-top: 30px;
  }
}
.contact-content-section .content-text .content-area {
  position: relative;
  padding-right: 73px;
}
@media all and (max-width: 1200px) {
  .contact-content-section .content-text .content-area {
    padding-right: 0px;
  }
}
@media all and (max-width: 767px) {
  .contact-content-section .content-text .content-image {
    margin-bottom: 30px;
  }
}
.contact-content-section .content-text .content-image img {
  width: 100%;
  height: auto;
}

.form-section {
  background-color: #EAEDF0;
  padding: 90px 0px;
}
@media all and (max-width: 991px) {
  .form-section .form-content {
    margin-bottom: 30px;
  }
}
.form-section .form-content ul {
  margin-top: 20px;
}
.form-section .form-content ul li {
  display: flex;
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  margin-bottom: 14px;
}
@media all and (max-width: 1200px) {
  .form-section .form-content ul li {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .form-section .form-content ul li {
    font-size: 16px;
    line-height: 26px;
  }
}
.form-section .form-content ul li a {
  font-size: 22px;
  line-height: 26px;
  font-weight: 400;
  color: #526166;
}
@media all and (max-width: 1200px) {
  .form-section .form-content ul li a {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  .form-section .form-content ul li a {
    font-size: 16px;
    line-height: 26px;
  }
}
.form-section .form-content ul li a:hover {
  text-decoration: none;
}
.form-section .form-content ul li strong {
  font-weight: 500;
  color: #2d4049;
  padding-right: 15px;
}
.form-section .form-wrapper {
  box-sizing: border-box;
}
.form-section .form-wrapper input[type=submit] {
  padding-left: 30px;
  padding-right: 30px;
}
.form-section .form-wrapper .input-wrapper {
  position: relative;
  padding-left: 36px;
  margin-bottom: 30px;
  background: #FFFFFF;
  border: 1px solid #DEE3E4;
}
.form-section .form-wrapper .input-wrapper input {
  border: none;
  padding-left: 0px;
  padding-right: 0px;
}
.form-section .form-wrapper .input-wrapper input:focus {
  color: black;
}
.form-section .form-wrapper .input-wrapper textarea {
  height: 133px;
  border: none;
  padding-left: 0px;
  padding-right: 0px;
}
.form-section .form-wrapper .input-wrapper textarea:focus {
  color: black;
}
.form-section .form-wrapper .input-wrapper::before {
  content: "";
  position: absolute;
  left: 16px;
  top: 54%;
  transform: translateY(-50%);
  height: 14px;
  width: 14px;
}
.form-section .form-wrapper .input-wrapper.name-icon::before {
  background: url(../images/contact/name-icon.svg) no-repeat;
}
.form-section .form-wrapper .input-wrapper.call-icon::before {
  background: url(../images/contact/call-icon.svg) no-repeat;
}
.form-section .form-wrapper .input-wrapper.email-icon::before {
  background: url(../images/contact/email-icon.svg) no-repeat;
}
.form-section .form-wrapper .input-wrapper.website-icon::before {
  background: url(../images/contact/website-icon.svg) no-repeat;
}
.form-section .form-wrapper .input-wrapper.message-icon::before {
  top: 20px;
  transform: none;
  background: url(../images/contact/message-icon.svg) no-repeat;
}
.form-section .form-wrapper .input-wrapper .wpcf7-not-valid-tip {
  color: #ff1919;
  position: absolute;
  right: 0;
  bottom: -40px;
  font-weight: 500;
}
.form-section .wpcf7 form.invalid .wpcf7-response-output {
  border: 1px solid rgba(255, 25, 25, 0.18);
  padding: 7px 10px;
  color: #ff1919;
  font-weight: 500;
  background: rgba(255, 0, 0, 0.08);
  margin: 25px 0 10px;
  line-height: 26px;
}

.google-map {
  font-size: 0;
  line-height: 0;
}
.google-map iframe {
  width: 100%;
  height: 556px;
}
@media all and (max-width: 991px) {
  .google-map iframe {
    height: 450px;
  }
}

.hero.pricing-hero {
  height: auto;
  padding: 0;
}
@media all and (max-width: 1200px) {
  .hero.pricing-hero {
    min-height: 325px;
  }
}
@media all and (max-width: 991px) {
  .hero.pricing-hero {
    min-height: 260px;
  }
}
.hero.pricing-hero:before {
  content: "";
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background: #23404A;
  opacity: 0.2;
}
.hero.pricing-hero .hero-content {
  padding: 62px 0;
  max-width: 665px;
  width: auto;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .hero.pricing-hero .hero-content {
    padding-left: 20px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .hero.pricing-hero .hero-content {
    padding-left: 20px;
  }
}
@media all and (max-width: 1200px) {
  .hero.pricing-hero .hero-content {
    padding-left: 20px;
  }
}
@media all and (max-width: 991px) {
  .hero.pricing-hero .hero-content {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media all and (max-width: 575px) {
  .hero.pricing-hero .hero-content {
    padding-left: 0;
    padding-right: 0;
  }
}
.hero.pricing-hero .hero-content p {
  width: auto;
  font-weight: normal;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.02em;
}
@media all and (max-width: 767px) {
  .hero.pricing-hero .hero-content p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  .hero.pricing-hero .hero-content p {
    line-height: 24px;
    font-size: 20px;
  }
}
.hero.pricing-hero .hero-content p:last-child {
  margin-bottom: 0;
}
.hero.pricing-hero figure:before {
  display: none;
}
.hero.pricing-hero figure img {
  object-fit: inherit;
}

/* ======================== pricing ========================= */
.pricing-area {
  padding-bottom: 110px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .pricing-area {
    padding-bottom: 60px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .pricing-area {
    padding-bottom: 60px;
  }
}
@media all and (max-width: 1200px) {
  .pricing-area {
    padding-bottom: 90px;
  }
}
@media all and (max-width: 575px) {
  .pricing-area {
    padding-bottom: 40px;
  }
}

.pricing-wrapper {
  text-align: center;
  font-size: 0;
  padding-top: 80px;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .pricing-wrapper {
    transform: scale(0.9);
    padding-top: 50px;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .pricing-wrapper {
    transform: scale(0.9);
    padding-top: 50px;
  }
}
@media all and (max-width: 1200px) {
  .pricing-wrapper {
    margin-left: -15px;
    margin-right: -15px;
    padding-top: 40px;
  }
}
@media all and (max-width: 991px) {
  .pricing-wrapper {
    padding-top: 30px;
  }
}

.pricing-block {
  background: white;
  border: 1px solid #DEE2E4;
  padding: 40px;
  text-align: left;
  position: relative;
  display: inline-block;
  width: 25%;
  vertical-align: top;
}
@media all and (max-width: 1200px) {
  .pricing-block {
    padding: 16px;
    width: 25%;
  }
}
@media all and (max-width: 991px) {
  .pricing-block {
    width: 45%;
    margin: 10px;
  }
}
@media all and (max-width: 767px) {
  .pricing-block {
    width: 48%;
    margin: 5px;
  }
}
@media all and (max-width: 575px) {
  .pricing-block {
    width: 100%;
    margin: 10px 0;
    padding: 30px;
  }
}
.pricing-block .pricing-header {
  padding-bottom: 30px;
}
@media all and (max-width: 1200px) {
  .pricing-block .pricing-header {
    padding-bottom: 10px;
  }
}
.pricing-block .pricing-header .pricing-icon-block {
  width: 70px;
  height: 70px;
  background: #4AC2BB;
  text-align: center;
  line-height: 70px;
  margin-bottom: 17px;
}
@media all and (max-width: 1200px) {
  .pricing-block .pricing-header .pricing-icon-block {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
}
@media all and (max-width: 575px) {
  .pricing-block .pricing-header .pricing-icon-block {
    width: 60px;
    height: 60px;
    line-height: 60px;
  }
}
.pricing-block .pricing-header .pricing-icon-block img {
  max-width: 33px;
  max-height: 33px;
}
@media all and (max-width: 1200px) {
  .pricing-block .pricing-header .pricing-icon-block img {
    max-width: 25px;
    max-height: 25px;
  }
}
.pricing-block .pricing-header p {
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #4AC2BB;
}
.pricing-block .pricing-body h3 {
  font-style: normal;
  font-weight: bold;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.01em;
  color: #23404A;
  margin-bottom: 4px;
}
@media all and (max-width: 1200px) {
  .pricing-block .pricing-body h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
@media all and (max-width: 575px) {
  .pricing-block .pricing-body h3 {
    font-size: 36px;
    line-height: 44px;
  }
}
.pricing-block .pricing-body p {
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 26px;
  letter-spacing: -0.02em;
  color: #526166;
}
@media all and (max-width: 1200px) {
  .pricing-block .pricing-body p {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 991px) {
  .pricing-block .pricing-body p {
    margin-bottom: 10px;
  }
}
.pricing-block .pricing-body ul {
  padding-bottom: 40px;
}
@media all and (max-width: 1200px) {
  .pricing-block .pricing-body ul {
    padding-bottom: 14px;
  }
}
.pricing-block .pricing-body ul li {
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  letter-spacing: -0.02em;
  color: #23404A;
  position: relative;
  margin-bottom: 20px;
  padding-left: 25px;
}
@media all and (max-width: 1200px) {
  .pricing-block .pricing-body ul li {
    margin-bottom: 10px;
  }
}
.pricing-block .pricing-body ul li:before {
  content: "";
  background: url(../images/pricing/tick.svg) 0 0 no-repeat;
  background-size: 13px;
  position: absolute;
  left: 0;
  width: 13px;
  height: 13px;
  top: 4px;
}
.pricing-block .pricing-body ul li:last-child {
  margin-bottom: 0;
}
.pricing-block .pricing-body .btn, .pricing-block .pricing-body .single-comment .comment-edit-link, .single-comment .pricing-block .pricing-body .comment-edit-link, .pricing-block .pricing-body .btn-big, .pricing-block .pricing-body .header .secondary-nav li a, .header .secondary-nav li .pricing-block .pricing-body a {
  font-size: 18px;
  text-transform: capitalize;
  display: block;
}

.pricing-block.special-pricing-block {
  background: #23404A;
  z-index: 1;
  top: -7px;
  transform: scale(1.06);
  border: none;
}
@media all and (max-width: 1200px) {
  .pricing-block.special-pricing-block {
    transform: scale(1.04);
    top: 0px;
  }
}
@media all and (max-width: 991px) {
  .pricing-block.special-pricing-block {
    transform: initial;
  }
}
.pricing-block.special-pricing-block .pricing-body h3 {
  color: white;
}
.pricing-block.special-pricing-block .pricing-body p {
  color: #7B8C92;
}
.pricing-block.special-pricing-block .pricing-body ul {
  padding-bottom: 55px;
}
@media all and (max-width: 1200px) {
  .pricing-block.special-pricing-block .pricing-body ul {
    padding-bottom: 14px;
  }
}
.pricing-block.special-pricing-block .pricing-body ul li {
  color: white;
}

.get-started-area {
  background: #23404A;
  text-align: center;
}

.get-started-info {
  max-width: 580px;
  margin: 0 auto;
}
.get-started-info h3 {
  font-weight: 500;
  font-size: 36px;
  line-height: 41px;
  text-align: center;
  letter-spacing: -0.01em;
  color: white;
  margin-bottom: 30px;
}
@media all and (max-width: 767px) {
  .get-started-info h3 {
    font-size: 30px;
    line-height: 36px;
  }
}
.get-started-info a {
  margin-bottom: 30px;
}
.get-started-info p {
  font-weight: normal;
  font-size: 22px;
  line-height: 34px;
  text-align: center;
  letter-spacing: -0.02em;
  color: #A7B3B7;
}

.blog-card {
  padding: 23px;
  background: #FFFFFF;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0px 4px 10px rgba(59, 177, 0, 0.05);
  margin-bottom: 40px;
}
@media all and (max-width: 575px) {
  .blog-card {
    padding: 20px;
    margin-bottom: 30px;
  }
}
.blog-card figure {
  margin-bottom: 20px;
}
.blog-card figure a {
  display: block;
}
.blog-card h2,
.blog-card h3 {
  font-size: 20px;
  line-height: 26px;
  font-weight: 500;
  letter-spacing: -0.01em;
  margin-bottom: 8px;
}
.blog-card h2 a,
.blog-card h3 a {
  display: block;
  color: #23404A;
  transition: 0.3s;
}
.blog-card h2 a:hover,
.blog-card h3 a:hover {
  color: #E15B24;
  transition: 0.3s;
}
.blog-card p {
  font-weight: normal;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: -0.02em;
  margin-bottom: 12px;
}
.blog-card .blog-card-footer {
  border-top: 1px solid #F8F8F8;
  padding-top: 22px;
  display: flex;
  justify-content: space-between;
}
@media all and (max-width: 575px) {
  .blog-card .blog-card-footer {
    display: block;
  }
}
.blog-card .blog-card-footer div {
  height: 30px;
  line-height: 32px;
  padding: 0 10px;
  background: rgba(233, 116, 48, 0.2);
  font-size: 14px;
  font-weight: 500;
  text-transform: capitalize;
  color: #E97430;
}
.blog-card .blog-card-footer div a {
  color: #E97430;
}
@media all and (max-width: 575px) {
  .blog-card .blog-card-footer div {
    margin-bottom: 12px;
    height: 40px;
    line-height: 40px;
    width: max-content;
    padding: 0 15px;
  }
}
.blog-card .blog-card-footer div::before {
  content: "";
  display: inline-block;
  height: 13px;
  width: 13px;
  margin-right: 10px;
  position: relative;
  top: 2px;
}
.blog-card .blog-card-footer div.blog-tag-name {
  letter-spacing: 0.1em;
}
.blog-card .blog-card-footer div.blog-tag-name::before {
  background: url(../images//blog/blog-tag-icon.svg) no-repeat center;
  background-size: 14px;
}
.blog-card .blog-card-footer div.blog-tag-date {
  background: rgba(33, 182, 171, 0.1);
  color: #21B6AB;
  letter-spacing: 0;
}
.blog-card .blog-card-footer div.blog-tag-date::before {
  background: url(../images//blog/blog-calendar-icon.svg) no-repeat center;
}
.blog-card .blog-card-footer div:last-child {
  margin-bottom: 0;
}

.pagination {
  text-align: center;
  margin: 50px 0 0 0;
}
@media all and (max-width: 1200px) {
  .pagination {
    margin-top: 25px;
  }
}
@media all and (max-width: 575px) {
  .pagination {
    margin-top: 5px;
    display: inline-block;
    width: 100%;
    padding: 0 20px;
  }
}
.pagination ul {
  display: flex;
}
@media all and (max-width: 767px) {
  .pagination ul {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .pagination li {
    display: inline-block;
    margin-bottom: 14px;
  }
}
@media all and (max-width: 575px) {
  .pagination li {
    margin-bottom: 14px;
  }
}
.pagination .page-item span.btn.disabled, .pagination .page-item .single-comment span.disabled.comment-edit-link, .single-comment .pagination .page-item span.disabled.comment-edit-link, .pagination .page-item span.disabled.btn-big {
  margin: 0 7.5px;
}
.pagination .page-link {
  min-width: 50px;
  height: 43px;
  line-height: 43px;
  background: white;
  border: 1px solid #DEE3E4;
  border-radius: 0px;
  font-weight: 500;
  font-size: 16px;
  font-family: "TT Commons", sans-serif;
  letter-spacing: 0.005em;
  color: #526166;
  text-align: center;
  margin: 0 7.5px;
  transition: 0.3s;
  padding: 0;
}
.pagination .page-link:hover {
  background: #E97430;
  border: 1px solid #E97430;
  color: white;
  transition: 0.3s;
}
.pagination .active .page-link {
  background: #E97430;
  border: #E97430;
  color: white;
}
.pagination .next .page-link {
  padding: 0px 30px;
  border-radius: 0;
  background: #E97430;
  color: white;
  border: 1px solid #E97430;
}
@media all and (max-width: 991px) {
  .pagination .next .page-link {
    padding: 0 15px;
  }
}
.pagination .prev .page-link {
  padding: 0px 30px;
  border-radius: 0;
}
@media all and (max-width: 991px) {
  .pagination .prev .page-link {
    padding: 0 15px;
  }
}
.pagination .previous.page-numbers {
  padding: 0px 30px;
}

.posted-by {
  display: flex;
  align-items: center;
  margin: 8px 0 0 0;
}
@media all and (max-width: 767px) {
  .posted-by {
    margin-top: 16px;
  }
}
.posted-by figure {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 18px 0 0;
  position: relative;
  left: inherit;
  top: inherit;
  flex: none;
}
@media all and (max-width: 767px) {
  .posted-by figure {
    width: 40px;
    height: 40px;
  }
}
@media all and (max-width: 575px) {
  .posted-by figure {
    margin-right: 10px;
  }
}
.posted-by figure:before {
  display: none;
}
.posted-by figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.posted-by p {
  color: white !important;
  margin: 0 !important;
  font-weight: normal;
  font-size: 18px !important;
  line-height: 21px !important;
  letter-spacing: -0.01em !important;
}
@media all and (max-width: 575px) {
  .posted-by p {
    text-align: left !important;
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.posted-by p a {
  color: white !important;
}
.posted-by p a:hover {
  color: white !important;
}

.single-article-content h1,
.single-article-content h2,
.single-article-content h3,
.single-article-content h4,
.single-article-content h5,
.single-article-content h6 {
  color: #23404A;
  font-weight: 400;
}

.left-column-content {
  width: calc(100% - 400px);
  flex: none;
}
@media all and (max-width: 1200px) {
  .left-column-content {
    width: calc(100% - 340px);
  }
}
@media all and (max-width: 991px) {
  .left-column-content {
    width: 100%;
  }
}
.left-column-content form input[type=text],
.left-column-content form input[type=email] {
  background: #F9F9FC;
  border: 1px solid #DEE3E4;
  height: 52px;
  font-weight: 500;
  font-size: 18px;
  line-height: 21px;
  color: black;
}
.left-column-content form textarea {
  background: #F9F9FC;
  border: 1px solid #DEE3E4;
  font-size: 18px;
  line-height: 21px;
  color: black;
  height: 154px;
}
.left-column-content form .form-group {
  margin: 0 0 30px 0;
}
.left-column-content input[type=submit] {
  padding-left: 30px;
  padding-right: 30px;
}

.standard-content {
  margin-bottom: 45px;
}
.standard-content h3 {
  font-weight: 400;
}
.standard-content blockquote {
  background: #F9FAFB;
  border: 1px solid #DEE3E4;
  padding: 20px 90px 20px 64px;
  font-size: 20px;
  line-height: 26px;
  font-family: "TT Commons", sans-serif;
  font-style: italic;
  font-weight: normal;
  color: #526166;
  position: relative;
  margin-bottom: 20px;
}
@media all and (max-width: 1200px) {
  .standard-content blockquote {
    padding-right: 40px;
  }
}
@media all and (max-width: 767px) {
  .standard-content blockquote {
    padding: 20px 20px 20px 40px;
  }
}
.standard-content blockquote::before {
  content: "";
  position: absolute;
  top: 22px;
  bottom: 22px;
  left: 30px;
  width: 5px;
  background: #4AC2BB;
}
@media all and (max-width: 767px) {
  .standard-content blockquote::before {
    left: 20px;
  }
}
.standard-content figure {
  margin-bottom: 20px;
}
.standard-content ul {
  margin-bottom: 25px;
}
.standard-content ul li {
  font-size: 22px;
  line-height: 34px;
  font-weight: normal;
  font-family: "TT Commons", sans-serif;
  color: #526166;
  letter-spacing: -0.02em;
  margin-bottom: 5px;
  padding-left: 30px;
  position: relative;
}
.standard-content ul li:last-child {
  margin-bottom: 0;
}
.standard-content ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 9px;
  width: 9px;
  border-radius: 50%;
  background: #4AC2BB;
}

.standard-social {
  display: flex;
  justify-content: space-between;
  margin-top: 25px;
  margin-bottom: 40px;
  padding: 26px 0;
  border-top: 1px solid #DEE3E4;
  border-bottom: 1px solid #DEE3E4;
}
@media all and (max-width: 767px) {
  .standard-social {
    margin-bottom: 20px;
    padding: 15px 0;
  }
}
.standard-social p {
  font-size: 30px;
  line-height: 34px;
  font-weight: normal;
  font-family: "TT Commons", sans-serif;
  letter-spacing: -0.01em;
  color: #23404A;
  margin: 0;
}
.standard-social .standard-social-links li {
  display: inline-block;
  margin-right: 17px;
}
@media all and (max-width: 575px) {
  .standard-social .standard-social-links li {
    margin-right: 10px;
  }
}
.standard-social .standard-social-links li a {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #4AC2BB;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
  font-size: 14px;
  transition: 0.3s;
}
.standard-social .standard-social-links li a:hover {
  background: #E15B24;
  transition: 0.3s;
}
.standard-social .standard-social-links li:last-child {
  margin-right: 0;
}

.sub-feedback {
  border-top: 1px solid #DEE3E4;
  padding-top: 10px;
}
.sub-feedback .single-comment {
  border: none;
  padding: 10px;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .sub-feedback .single-comment {
    padding: 0 0 0 40px;
    margin-bottom: 10px;
  }
}
@media all and (max-width: 575px) {
  .sub-feedback .single-comment {
    padding: 0;
  }
}
.sub-feedback .single-comment figure {
  width: 60px;
  height: 60px;
  margin: 0 20px 0 0;
}

.tag-section {
  display: flex;
  align-items: start;
  padding: 40px 0 23px;
  border-bottom: 2px solid #E4E4E4;
}
.tag-section span {
  font-size: 28px;
  line-height: 114%;
  letter-spacing: -0.02em;
  color: black;
  margin: 0 28px 0 0;
}
@media all and (max-width: 575px) {
  .tag-section {
    flex-wrap: wrap;
  }
  .tag-section span {
    margin: 0 0 15px 0;
  }
}
.tag-section ul li {
  display: inline-block;
  margin: 0 15px 17px 0;
}
.tag-section ul li a {
  padding: 0 14px;
  border-radius: 6px;
  background: #F6F6F7;
  border-radius: 6px;
  font-size: 12px;
  line-height: 28px;
  color: #526166;
  height: 40px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.tag-section ul li a:hover {
  background: #E15B24;
  color: white;
  transition: 0.3s;
}

.all-comments {
  margin: 38px 0 40px 0;
}
.all-comments h3 {
  font-weight: 400;
}

.single-author {
  display: flex;
}

.comment-section {
  margin-bottom: 40px;
}

.single-comment {
  background: #F9F9FC;
  border: 1px solid #DEE3E4;
  padding: 25px;
  margin-bottom: 30px;
}
.single-comment.light-green {
  display: flex;
  background: rgba(74, 194, 187, 0.05);
  border: 1px solid rgba(74, 194, 187, 0.1);
}
@media all and (max-width: 767px) {
  .single-comment.light-green {
    display: block;
  }
}
.single-comment figure {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  overflow: hidden;
  flex: none;
  margin: 0 30px 0 0;
}
@media all and (max-width: 767px) {
  .single-comment figure {
    margin: 0 0 20px 0;
  }
}
.single-comment .comment-content h4 {
  margin: 0 0 5px 0;
  color: #E15B24;
  font-family: "TT Commons", sans-serif;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  letter-spacing: 0;
  color: #4AC2BB;
}
.single-comment .comment-content time {
  margin: 0 0 10px 0;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #23404A;
}
.single-comment .comment-content .designation {
  margin: 0 0 10px 0;
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 18px;
  color: #23404A;
}
.single-comment .comment-content p {
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.01em;
  color: #526166;
}
.single-comment .comment-reply-link {
  border-color: #E15B24;
  height: 34px;
  line-height: 32px;
  font-size: 16px;
  padding: 0 20px;
}
.single-comment .comment-reply-link:hover {
  border-color: #4AC2BB;
}
.single-comment .comment-edit-link {
  height: 34px;
  line-height: 32px;
  background: none;
  border: 1px solid #E15B24;
  color: #E15B24;
  margin-right: 10px;
  font-size: 16px;
  padding: 0 20px;
}
.single-comment:last-child {
  margin: 0;
}

.comment-group {
  display: flex;
}
@media all and (max-width: 767px) {
  .comment-group {
    display: block;
  }
}

.depth-1 > .comment-group {
  margin-bottom: 25px;
}
.depth-1 > .comment-group:last-child {
  margin-bottom: 0;
}

.depth-2 {
  border: none;
  border-radius: 0;
  padding: 0;
  padding-left: 110px;
  margin-bottom: 0;
}
@media all and (max-width: 767px) {
  .depth-2 {
    padding-left: 0;
  }
}
.depth-2 .comment-group {
  border-top: 1px solid #dad9d9;
  padding-top: 25px;
}
.depth-2 .comment-group figure {
  width: 50px;
  height: 50px;
}

.depth-3 {
  border: none;
  padding-left: 0;
  padding-right: 0;
}

.list-inline li.edit-link.list-inline-item {
  vertical-align: top;
}

aside {
  width: 342px;
  margin-left: 58px;
}
@media all and (max-width: 1200px) {
  aside {
    width: 300px;
    margin-left: 40px;
  }
}
@media all and (max-width: 991px) {
  aside {
    width: 100%;
    margin: 40px 0 0 0;
  }
}

.widget {
  margin-bottom: 30px;
}
.widget h3 {
  margin-bottom: 10px;
  font-weight: 400;
  color: #23404A;
}

.search-sidebar form {
  display: flex;
}
.search-sidebar form input[type=search] {
  height: 50px;
  background: #FCFDFF;
}
.search-sidebar form input[type=search]:focus {
  color: black;
}
.search-sidebar form input[type=submit] {
  height: 50px;
}
.search-sidebar form input[type=submit]:hover {
  background: #4AC2BB;
}

.aside-card {
  padding: 24px 20px;
  background: white;
  border: 1px solid #DEE3E4;
}

.widget .rpwwt-widget ul li {
  margin: 0;
}

.aside-card li {
  padding: 16px 0;
  border-bottom: 1px solid #DEE3E4;
}
.aside-card li img {
  width: 114px;
  margin-right: 17px;
  flex: none;
}
.aside-card li .rpwwt-post-title {
  font-size: 16px;
  line-height: 23px;
  font-weight: 500;
  font-family: "TT Commons", sans-serif;
  color: #23404A;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  margin-bottom: 7px;
  color: #23404A;
  transition: 0.3s;
  display: block;
}
.aside-card li .rpwwt-post-title:hover {
  color: #E15B24;
  transition: 0.3s;
}
.aside-card li .rpwwt-post-date {
  font-size: 14px;
  line-height: 23px;
  font-weight: normal;
  font-family: "TT Commons", sans-serif;
  color: #526166;
  letter-spacing: -0.01em;
}
.aside-card li:first-child {
  padding-top: 0;
}
.aside-card li:last-child {
  margin: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.aside-card ul li.cat-item {
  padding: 16px 0;
  border-bottom: 1px solid #DEE3E4;
}
.aside-card ul li.cat-item a {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  font-family: "TT Commons", sans-serif;
  color: #23404A;
  letter-spacing: -0.01em;
  text-transform: capitalize;
  padding-left: 15px;
  display: block;
  position: relative;
  transition: 0.3s;
}
.aside-card ul li.cat-item a::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  height: 12px;
  width: 6px;
  background: url(../images/blog/blog-categories-icon.svg) no-repeat center;
  background-size: contain;
}
.aside-card ul li.cat-item a:hover {
  color: #4AC2BB;
  transition: 0.3s;
}
.aside-card ul li.cat-item:first-child {
  padding-top: 0;
}
.aside-card ul li.cat-item:last-child {
  margin: 0;
  border-bottom: 0;
  padding-bottom: 0;
}

.tagcloud {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: -12px;
}
.tagcloud a {
  padding: 10px;
  font-size: 14px;
  line-height: 16px;
  font-weight: 500;
  font-family: "TT Commons", sans-serif;
  color: #526166;
  background: #F6F6F7;
  margin: 0 11px 12px 0;
}
.tagcloud a:hover, .tagcloud a.active {
  background: #E15B24;
  color: white;
}

.ads-block a {
  display: block;
}
.ads-block a img {
  height: auto;
  width: 100%;
}

.standard-content {
  border-radius: 0;
  width: 100%;
  margin: 0 auto;
}
.standard-content hr {
  margin: 30px 0 60px;
  display: inline-block;
  width: 100%;
}
@media all and (max-width: 1200px) {
  .standard-content {
    width: 100%;
    padding: 55px 0;
  }
}
@media all and (max-width: 767px) {
  .standard-content {
    margin: 0 auto;
    padding: 45px 0;
  }
}
.standard-content ul {
  margin: 10px 0 22px;
}
.standard-content ul li {
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  font-family: "TT Commons", sans-serif;
  letter-spacing: -0.02em;
  color: #526166;
  position: relative;
  margin-bottom: 5px;
  padding-left: 29px;
}
.standard-content ul li::before {
  content: "";
  position: absolute;
  top: 9px;
  left: 0;
  height: 11px;
  width: 11px;
  border-radius: 50%;
  background: #E15B24;
}
.standard-content ol {
  margin: 10px 0 22px 15px;
}
.standard-content ol li {
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  font-family: "TT Commons", sans-serif;
  letter-spacing: -0.02em;
  color: #526166;
  position: relative;
  margin-bottom: 5px;
  padding-left: 10px;
  list-style: decimal;
}

blockquote {
  font-family: "TT Commons", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
  padding: 40px 50px;
  margin: 20px auto;
  max-width: 100%;
  color: #585858;
  position: relative;
  background: rgba(247, 68, 8, 0.06);
  border-radius: 6px;
}
@media all and (max-width: 991px) {
  blockquote {
    max-width: 100%;
    padding: 30px;
    font-size: 18px;
    line-height: 24px;
  }
}
@media all and (max-width: 575px) {
  blockquote {
    margin: 30px auto;
    padding: 20px;
  }
}
blockquote small {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 26px;
  color: #4AC2BB;
  margin: 14px 0 0 0;
}

.standard-content h2, .standard-content h1 {
  margin: 0 0 15px 0;
  font-weight: 400;
  font-size: 42px;
  line-height: 48px;
  letter-spacing: -0.01em;
}
@media all and (max-width: 1200px) {
  .standard-content h2, .standard-content h1 {
    font-size: 35px;
    line-height: 42px;
  }
}
@media all and (max-width: 991px) {
  .standard-content h2, .standard-content h1 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media all and (max-width: 767px) {
  .standard-content h2, .standard-content h1 {
    font-size: 30px;
    line-height: 33px;
  }
}
@media all and (max-width: 575px) {
  .standard-content h2, .standard-content h1 {
    font-size: 28px;
    line-height: 33px;
  }
}
.standard-content p {
  margin: 0 0 20px 0;
  font-weight: 400;
  font-size: 22px;
  line-height: 34px;
  letter-spacing: -0.045em;
  font-family: "TT Commons", sans-serif;
  color: #526166;
}
@media all and (max-width: 1200px) {
  .standard-content p {
    font-size: 20px;
    line-height: 30px;
  }
}
@media all and (max-width: 575px) {
  .standard-content p {
    font-size: 16px;
    line-height: 26px;
  }
}
.standard-content p:last-child {
  margin: 0;
}
.standard-content figure {
  margin: 0 0 35px 0;
  border-radius: 16px;
  overflow: hidden;
}

.standard-content iframe {
  width: 100% !important;
  margin: 0 0 25px 0;
  height: 670px;
}
@media all and (max-width: 1200px) {
  .standard-content iframe {
    height: 600px;
  }
}
@media all and (max-width: 991px) {
  .standard-content iframe {
    height: 347px;
  }
}
@media all and (max-width: 767px) {
  .standard-content iframe {
    height: 275px;
  }
}
@media all and (max-width: 575px) {
  .standard-content iframe {
    height: 173px;
  }
}

.four-zero-four {
  height: 100vh;
  background: white;
  display: flex;
}
@media all and (min-width: 1367px) and (max-width: 1600px) {
  .four-zero-four {
    padding: 146px 0 0;
  }
}
@media all and (min-width: 1201px) and (max-width: 1366px) {
  .four-zero-four {
    padding: 100px 0 0;
  }
}
@media all and (max-width: 1200px) {
  .four-zero-four {
    padding: 115px 0 0;
  }
}

.message-container {
  max-width: 928px;
  margin: 0 auto;
  text-align: center;
  align-self: center;
}
@media all and (max-width: 1200px) {
  .message-container {
    max-width: 800px;
  }
}
@media all and (max-width: 991px) {
  .message-container {
    max-width: 650px;
  }
}
@media all and (max-width: 767px) {
  .message-container {
    max-width: 80%;
  }
}
@media all and (max-width: 575px) {
  .message-container {
    max-width: 90%;
  }
}
.message-container h1 {
  font-weight: 500;
  font-size: 200px;
  letter-spacing: 0;
  color: #4AC2BB;
  margin-bottom: 40px;
}
@media all and (max-width: 767px) {
  .message-container h1 {
    font-size: 160px;
  }
}
@media all and (max-width: 575px) {
  .message-container h1 {
    font-size: 140px;
  }
}
.message-container h1 span {
  color: black;
}
.message-container h1 span img {
  width: 150px;
  margin: 0 20px;
}
@media all and (max-width: 1200px) {
  .message-container h1 span img {
    width: 100px;
  }
}
.message-container p {
  font-size: 25px;
  color: black;
  letter-spacing: 0;
  margin-bottom: 70px;
}
@media all and (max-width: 991px) {
  .message-container p {
    margin-bottom: 50px;
  }
}
@media all and (max-width: 575px) {
  .message-container p {
    font-size: 18px;
  }
}

/*# sourceMappingURL=style.css.map */
