@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:wght@300;400;500;700&display=swap");

html {
  scroll-behavior: smooth;
}
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: #47464f;
  line-height: 1.8;
  font-family: "Open Sans", sans-serif;
  background: #fff;
}
p {
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: blue;
}
a:hover {
  color: blue;
  text-decoration: underline;
}
span, sub, sup, a {
  display: inline-block;
}
strong {
  font-weight: 700;
}
.text-accent {
  color: #395592 !important;
}
.section-bg {
  background-color: #f6f8fa !important;
}
.bg_img {
  background-position: center;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.richtext ul {
  list-style: disc;
  margin: 0;
  padding-left: 25px;
  margin-bottom: 25px;
}
.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: -999;
}
.pt-120 {
  padding-top: clamp(70px, 6vw, 120px);
}
.pb-120 {
  padding-bottom: clamp(70px, 6vw, 120px);
}
.pb-80 {
  padding-bottom: clamp(50px, 6vw, 80px);
}
.pb-60 {
  padding-bottom: clamp(35px, 6vw, 60px);
}
.banner-content h5 {
  color:#888!important;
}
.banner-content h1, h1.title span {
  color:#000!important;
}
.menu li a.active {
  font-weight: 700;
  color:#395592;
}
.banner-content .button-wrapper, .menu, .header-bottom-area {
  display: flex;
  flex-wrap: wrap;
}
.header, .btn, .common-button, a, img, .title, .name {
  transition: all 0.3s;
}
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: 700;
  line-height: 1.35;
  color: #000;
  font-family: "Poppins", sans-serif;
  word-break: break-word;
}
h1 > a, h2 > a, h3 > a, h4 > a, h5 > a, h6 > a {
  color: #000;
  word-break: break-word;
}
h1 {
  font-size: 56px;
}
@media (max-width: 1399px) {
  h1 {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  h1 {
    font-size: 42px;
  }
}
@media (max-width: 767px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 575px) {
  h1 {
    font-size: 28px;
  }
}
h2 {
  font-size: 28px;
}
@media (max-width: 1199px) {
  h2 {
    font-size: 28px;
  }
}
@media (max-width: 575px) {
  h2 {
    font-size: 22px;
  }
}
h3 {
  font-size: 26px;
}
@media (max-width: 1199px) {
  h3 {
    font-size: 26px;
  }
}
@media (max-width: 575px) {
  h3 {
    font-size: 20px;
  }
}
h4 {
  font-size: 24px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  h4 {
    font-size: 22px;
  }
}
@media (max-width: 575px) {
  h4 {
    font-size: 19px;
  }
}
h5 {
  font-size: 22px;
  font-weight: 500;
}
@media (max-width: 1199px) {
  h5 {
    font-size: 20px;
  }
}
h6 {
  font-weight: 500;
  font-size: 18px;
}
.btn, .common-button {
  color: #fff;
  padding: 12px 35px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  outline: none;
  background-color: #000;
  z-index: 1;
  border: 0;
  border-radius: 5px;
}
.btn:hover, .common-button:hover {
  background-color: #395592;
  color: #fff;
}
.btn.common-button2, .common-button.common-button2 {
  background-color: #395592;
}
.btn.common-button2:hover, .common-button.common-button2:hover {
  background-color: #000;
}
@media (max-width: 991px) {
  .btn, .common-button {
    padding: 13px 30px;
  }
}
@media (max-width: 575px) {
  .btn, .common-button {
    padding: 10px 20px;
  }
}
.form-control {
  height: 50px;
  border-radius: 5px;
  border: 1px solid #0e0e0e1a;
  outline: 0;
  box-shadow: none;
  color: #47464f;
}
.form-control:focus {
  color: #293858;
  border: 1px solid rgba(234, 84, 85, 0.6);
  outline: 0;
  box-shadow: none;
}
::-webkit-input-placeholder {
  font-size: 14px;
}
::-moz-placeholder {
  font-size: 14px;
}
textarea.form-control {
  height: unset;
}
.form-control[type=file] {
  line-height: 25px;
  padding: 12px 25px;
}
.form-control[readonly] {
  background: rgba(8, 32, 50, 0.05) !important;
}
.form-control[readonly]:focus {
  border-color: #0e0e0e1a;
}
input:autofill, input:autofill:hover, input:autofill:focus, input:-webkit-autofill, input:-webkit-autofill:hover, input:-webkit-autofill:focus {
  -webkit-text-fill-color: #293858;
  transition: background-color 5000s ease-in-out 0s;
}
.topnav {
  padding: 10px 0 10px;
  background: rgb(44,62,80);
  color:#fff;
}
.topnav .demo {
  text-align: right;
}
.topnav p {
  margin-top: 8px;
  margin-bottom: 5px;
  font-weight: 600;
}
.topnav a {
  color: #fff;
}
.topnav a:hover {
  color: #fff;
}
.topnav .common-button2 {
  color: #fff;
  padding: 10px 10px;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  cursor: pointer;
  outline: none;
  background-color: #395592;
  z-index: 1;
  border: 0;
  border-radius: 5px;
}
.topnav a.common-button{
  font-size: 14px;
}
@media (max-width: 991px) {
  .topnav .demo {
    text-align: center;
    margin-bottom: 5px;
  }
  .topnav p {
    margin-top: 0px;
    text-align: center;
  }
}
@media (max-width: 576px) {
  .topnav p {
    display: none;
  }
  .topnav .demo {
    margin-top: 5px;
  }
}
.header {
  position: sticky;
  width: 100%;
  top: 0;
  z-index: 11;
  background-color: #fff;
  border-bottom: 1px solid #0e0e0e1a;
}
.header.sticky {
  box-shadow: 0 2px 25px rgba(8, 32, 50, 0.1);
}
.header.sticky .logo img {
  max-height: 50px;
}
.header-bottom {
  width: 100%;
  padding: 10px 0;
  position: relative;
}
@media (min-width: 1200px) {
  .header-bottom {
    padding: 25px 0;
  }
.header.sticky .logo img {
  max-height: 65px;
}
}
@media (max-width: 991px) {
  .header-bottom {
    padding: 15px 0;
  }
}
.header-bottom-area {
  justify-content: space-between;
}
.logo img {
  max-width: 200px;
  max-height: 100px;
}
@media (max-width: 1199px) {
  .logo img {
    max-width: 160px;
  }
}
@media (max-width: 767px) {
  .logo img {
    max-width: 150px;
    max-height: 70px;
  }
}
.menu {
  align-items: center;
  margin: 0;
  position: relative;
}
.menu li {
  position: relative;
}
.menu li a {
  display: block;
  padding: 4px 15px;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  color: #47464f;
  position: relative;
  font-size: 18px;
}
.menu .btn-close {
  position: absolute;
  right: 20px;
  top: 20px;
}
@media (min-width: 992px) {
  .menu {
    display: flex !important;
  }
  .menu li > a.active {
    color: rgb(44,62,80);
  }
}
@media (max-width: 991px) {
  .menu > li:nth-last-child(1) {
    border-bottom: none;
  }
  .menu {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 30px;
    max-height: calc(100vh - 50px);
    min-width: 200px;
    width: 100%;
    transform-origin: top;
    overflow-y: auto;
    background: #1b2845;
    display: none;
  }
  .menu li {
    padding: 3px 0;
    width: 100%;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
  .menu li:nth-last-child(1) {
    border-bottom: none;
  }
  .menu li a {
    padding-left: 0;
    color: white;
  }
  .menu li a.active {
    color: #fff;
  }
}
.header-trigger {
  cursor: pointer;
  margin-top: -10px;
}
.header-trigger.active span {
  background: none !important;
}
.header-trigger.active span::before {
  width: 100%;
  transform: rotate(-45deg) translate(-11px, 0px);
}
.header-trigger.active span::after {
  width: 100%;
  transform: rotate(45deg) translate(-11px, 0px);
}
.header-trigger span {
  width: 25px;
  height: 2px;
  background: #1b2845;
  position: relative;
  transition: all ease 0.3s;
}
.header-trigger span::after, .header-trigger span::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  right: 0;
  background: #1b2845;
}
.header-trigger span::after {
  bottom: -8px;
  width: 30px;
}
.header-trigger span::before {
  top: -8px;
  width: 35px;
}
.footer-logo {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .footer-logo {
    margin-bottom: 7px;
  }
}
.footer-logo span {
  color: #ea5455;
}
.footer-widget .title {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .footer-widget .title {
    margin-bottom: 7px;
  }
  .footer-top .box {
    margin-bottom: 25px;
  }
}
.widget-links li {
  padding: 2.5px 0;
}
@media (max-width: 575px) {
  .widget-links li {
    padding: 1.7px 0;
  }
}
.widget-links li a {
  font-weight: 500;
  color: #293858;
}
.widget-links li a.active {
  font-weight: 700;
  color: #293858;
}
.widget-links li a:hover {
  color: #ea5455;
}
.widget-info p {
  margin-bottom: 15px;
}
@media (max-width: 575px) {
  .widget-info p {
    margin-bottom: 10px;
  }
}
.footer-bottom .container {
  border-top: 1px solid #0e0e0e1a;
}
.footer-bottom p {
  padding: 20px;
}
.footer-bottom p a {
  color: #000;
}
.footer-bottom p a:hover {
  color: #000;
  text-decoration: underline;
}
@media (max-width: 991px) {
  .footer-bottom p {
    padding: 15px;
    font-size: 15px;
  }
}
.footer-top-two .footer-logo a {
  color: #fff;
}
.footer-top-two .footer-logo a span {
  color: #395592;
}
.footer-top-two .footer-widget .title {
  color: #fff;
}
.footer-top-two .footer-widget p, .footer-top-two .footer-widget a {
  color: rgba(255, 255, 255, 0.9);
}
.footer-top-two .footer-widget a:hover {
  color: #395592;
}
.footer-top-two p {
  color: rgba(255, 255, 255, 0.9);
}
.footer-bottom-two .container {
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
.footer-bottom-two p {
  color: rgba(255, 255, 255, 0.9);
}
.sidebar {
  position: sticky;
  top: 100px;
  flex-flow: column;
  gap: 24px;
}
.sidebar-item {
  padding: 30px;
  border-top: 5px solid #ea5455;
  box-shadow: 0 3px 35px rgba(8, 32, 50, 0.1);
}
@media (max-width: 1199px) {
  .sidebar-item {
    padding: 25px;
  }
}
@media (max-width: 450px) {
  .sidebar-item {
    padding: 15px;
  }
}
.sidebar-item:not(:last-child) {
  margin-bottom: 30px;
}
.sidebar-item > .title {
  border-radius: 5px 5px 0 0;
  padding: 15px;
  background-color: #ea5455;
  color: #fff;
}
.sidebar-item > .content {
  padding: 25px;
}
@media (max-width: 450px) {
  .sidebar-item > .content {
    padding: 15px;
  }
}
.categories li {
  padding: 8px 0;
}
.categories li:not(:last-child) {
  border-bottom: 1px solid #0e0e0e1a;
}
.banner {
  padding: 150px 0;
  overflow: hidden;
  background: #f6f8fa;
}
@media (max-width: 1199px) {
  .banner {
    padding: 100px 0;
  }
}
@media (max-width: 767px) {
  .banner {
    padding: 80px 0;
  }
}
@media (max-width: 450px) {
  .banner {
    padding: 60px 0;
  }
}
.banner-content {
  position: relative;
  z-index: 1;
}
.banner-content::before {
  position: absolute;
  content: "";
  max-width: 500px;
  max-height: 450px;
  width: 100%;
  height: 100%;
  background: linear-gradient(160deg, #e4e5e6 0%, rgba(246, 248, 250, 0.3) 100%);
  border-radius: 34% 63% 60% 40%/56% 53% 45% 42%;
  z-index: -1;
  left: -25%;
  top: -25%;
}
@media (max-width: 991px) {
  .banner-content {
    text-align: center;
  }
}
.banner-content .subtitle {
  margin-bottom: 15px;
}
@media (max-width: 767px) {
  .banner-content .subtitle {
    font-size: 16px;
  }
}
.banner-content .title {
  margin-bottom: 25px;
}
@media (max-width: 767px) {
  .banner-content .title {
    margin-bottom: 20px;
  }
}
.banner-content p {
  font-size: 18px;
  margin-bottom: 40px;
}
.banner-content h1 {
  font-size: 50px;
  line-height: 50px;
  margin-bottom: 40px;
}
@media (max-width: 1399px) {
  .banner-content p {
    font-size: 16px;
    margin-bottom: 35px;
  }
}
@media (max-width: 575px) {
  .banner-content p {
    margin-bottom: 30px;
  }
  .banner-content h1 {
    font-size: 35px;
    line-height: 35px;
  }
}
@media (max-width: 991px) {
  .banner-thumb img {
    width: 100%;
  }
}
.banner-two .banner-thumb {
  position: relative;
}
.banner-two .banner-thumb .shape3 {
  position: absolute;
  right: 0;
  top: -10%;
  opacity: 0.7;
  z-index: -1;
}
.inner-banner {
  padding-top: 70px;
  padding-bottom: 70px;
  position: relative;
}
.inner-banner h2.title {
  font-size: 28px;
}
@media (max-width: 768px) {
  .inner-banner h2.title {
    display: none;
  }
}
.inner-banner .title {
  color: #293858;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
}
@media (max-width: 991px) {
  .inner-banner .title {
    font-size: 40px;
  }
}
@media (max-width: 575px) {
  .inner-banner .title {
    margin-bottom: 0px;
  }
}
@media (max-width: 575px) {
  .inner-banner .title {
    margin-bottom: 0px;
  }
}
.breadcrumbs {
  gap: 0px 5px;
}
.breadcrumbs a {
  color: #293858;
}
.breadcrumbs li {
  font-weight: 500;
}
.breadcrumbs li:last-child {
  color: #395592;
}
.section-header {
  margin-bottom: 20px;
}
.section-header h1 {
  font-size: 32px;
}
@media (max-width: 991px) {
  .section-header {
    margin-bottom: 20px;
  }
}
@media (max-width: 991px) {
  .section-header {
    margin-bottom: 20px;
  }
}
@media (max-width: 575px) {
  .section-header {
    margin-bottom: 20px;
  }
}
.section-header .subtitle {
  margin-bottom: 5px;
  font-weight: 500;
}
@media (max-width: 575px) {
  .section-header .subtitle {
    font-size: 16px;
  }
}
.about-content .about-title {
  color: #ea5455;
  margin-bottom: 20px;
}
@media (max-width: 575px) {
  .about-content .about-title {
    margin-bottom: 15px;
  }
}
.about-content p {
  margin-bottom: 30px;
}
@media (max-width: 1199px) {
  .about-content p {
    margin-bottom: 20px;
  }
}
.about-thumb img {
  width: 100%;
}
.about-wrapper {
  background-color: #fff;
  border-radius: 5px;
  padding: 80px 50px;
}
@media (max-width: 1199px) {
  .about-wrapper {
    padding: 40px 35px;
  }
}
@media (min-width: 992px) {
  .about-wrapper {
    box-shadow: 0px 0px 10px rgba(8, 32, 50, 0.1);
  }
}
@media (max-width: 991px) {
  .about-wrapper {
    padding: 0;
    box-sizing: 0;
  }
}
.about-content-title {
  margin-bottom: 15px;
}
.contacts h3 {
  font-size: 20px;
}
.contact-section .captcha {
  font-size:1em;
  padding-top:0.5em;
  padding-bottom:1em;
  margin-bottom:0em!important;
  width:100%;
}
.contact-section .captcha-input {
  font-size:0.8em;
  padding:0em;
  padding-bottom:4em;
}
.contact-section .captcha-input input{
  float:left;
  clear:right;
  margin-right:0.5em;
  height: 28px;
  color: #000!important;
  text-align: center!important;
}
.contact-section .captcha-input img{
  float:left;
  clear:right;
  margin-right:0.5em;
  margin-top:0em;
}
.screenshot {
  margin-top:15px;
  margin-bottom:15px;
  float:left;
  clear:both;
  width:100%;
}
.size-large {
  clear:both!important;
  width:100%;
  margin-top:15px;
  margin-bottom:15px;
  float:left;
}
.size-large img {
  width:100%;
  height:auto;
}
.size-large .img-content {
  margin:0.5em;
}
@media screen and (max-width: 576px) {
  .size-large {
  width:100%;
  }
}
.footer-social {
  margin-top: 25px;
  margin-bottom: 25px;
}
.icon-button {
  background-color: white;
  border-radius: 3.6rem;
  border: 1px solid #ddd;
  cursor: pointer;
  display: inline-block;
  font-size: 2.0rem;
  height: 3.6rem;
  line-height: 3.6rem;
  margin: 0 5px;
  position: relative;
  text-align: center;
  -webkit-user-select: none;
   -moz-user-select: none;
    -ms-user-select: none;
      user-select: none;
  width: 3.6rem;
}
.icon-button span {
  border-radius: 0;
  display: block;
  height: 0;
  left: 50%;
  margin: 0;
  position: absolute;
  top: 50%;
  -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
      transition: all 0.3s;
  width: 0;
}
.icon-button:hover span {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 3.6rem;
  margin: -1.8rem;
}
.linkedin span {
  background-color: #0077b5;
}
.icon-button i {
  background: none;
  color: white;
  height: 3.6rem;
  left: 0;
  line-height: 3.6rem;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.3s;
   -moz-transition: all 0.3s;
     -o-transition: all 0.3s;
      transition: all 0.3s;
  width: 3.6rem;
  z-index: 10;
}
.icon-button .la-linkedin {
  color: #0077b5;
}
.icon-button:hover .la-linkedin {
  color: white;
}
.thumb {
  cursor: zoom-in;
}
