@charset "UTF-8";
@import "//cdnjs.cloudflare.com/ajax/libs/animate.css/4.1.1/animate.min.css";
@import "//cdn.jsdelivr.net/npm/select2@4.1.0-rc.0/dist/css/select2.min.css";
@import url("//fonts.googleapis.com/css2?family=Courier+Prime&display=swap");

html,
body {
  font-family: "Inter", sans-serif;
  line-height: normal;
  font-weight: 400;
  background: rgb(255, 255, 255);
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: rgb(255, 255, 255);
}

h1 {
  line-height: normal;
  font-size: 32px;
  margin: 0;
}

@media only screen and (min-width: 468px) {
  h1 {
    font-size: 36px;
  }
}

@media only screen and (min-width: 768px) {
  h1 {
    font-size: 40px;
  }
}

@media only screen and (min-width: 1441px) {
  h1 {
    font-size: 48px;
  }
}

h2 {
  margin-bottom: 10px;
  font-size: 28px;
}

@media only screen and (min-width: 468px) {
  h2 {
    font-size: 34px;
  }
}

@media only screen and (min-width: 768px) {
  h2 {
    font-size: 38px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1550px) {
  h2 {
    font-size: 45px;
    margin-bottom: 20px;
  }
}

h3,
h4,
h5 {
  font-size: 20px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {

  h3,
  h4,
  h5 {
    font-size: 24px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1550px) {

  h3,
  h4,
  h5 {
    font-size: 30px;
    margin-bottom: 25px;
  }
}

h6 {
  font-size: 18px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 768px) {
  h6 {
    font-size: 19px;
    margin-bottom: 15px;
  }
}

@media only screen and (min-width: 1550px) {
  h6 {
    font-size: 24px;
    margin-bottom: 18px;
  }
}

p {
  color: rgb(35, 44, 65);
  margin-bottom: 15px;
  font-size: 13px;
  line-height: 23px;
  font-weight: 400;
}

@media only screen and (min-width: 768px) {
  p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) {
  p {
    font-size: 15px;
    line-height: 25px;
  }
}

@media only screen and (min-width: 1441px) {
  p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 25px;
  }
}

p strong {
  font-weight: 600;
}

p a {
  color: rgb(255, 55, 108);
  display: inline;
}

a {
  text-decoration: none;
  transition: all 0.3s;
}

a:hover {
  color: inherit;
}

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

.form-group {
  position: relative;
  margin: 0;
  padding-right: 70px;
  width: 100%;
}

@media (max-width: 767px) {
  .form-group {
    padding-right: 0px;
  }
}

.form-group label {
  font-size: 12px;
  color: rgb(133, 133, 133);
  margin-bottom: 10px;
}

.form-group .showPass {
  position: absolute;
  z-index: 1;
  cursor: pointer;
  user-select: none;
  -webkit-user-select: none;
  transition: all 0.3s;
  opacity: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  bottom: 0px;
  height: 45px;
  right: 10px;
}

@media only screen and (min-width: 468px) {
  .form-group .showPass {
    right: 15px;
    height: 50px;
  }
}

.form-group .showPass svg {
  width: 19px;
  height: 19px;
  fill: rgb(160, 168, 188);
  transition: all 0.3s;
}

.form-group .showPass .hidden svg#show {
  display: none;
}

.form-group .showPass .show svg#hide {
  display: none;
}

.form-group .showPass:hover svg {
  fill: rgb(35, 44, 65);
}

.form-control {
  display: block;
  width: 100%;
  font-size: 13px;
  font-weight: 400;
  line-height: normal;
  color: #232c41;
  background-color: transparent;
  background-clip: padding-box;
  border-radius: 5px;
  transition: all 0.15s;
  outline: none;
  box-shadow: none !important;
  font-size: 13px;
  padding: 10px 0px;
  height: 48px;
  border: none;
  border-bottom: 1px solid rgb(35, 44, 65);
  border-radius: 0;
}

@media only screen and (min-width: 468px) {
  .form-control {
    height: 48px;
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) {
  .form-control {
    padding: 10px 0;
    height: 50px;
  }
}

.form-control:valid~.showPass {
  opacity: 1;
  pointer-events: all;
}

.form-control::placeholder {
  color: #232c41;
  text-transform: none;
  font-size: 16px;
}

.form-control:focus {
  background: none;
  border-color: rgb(35, 44, 65);
}

.form-control:-webkit-autofill,
.form-control:-webkit-autofill:hover,
.form-control:-webkit-autofill:focus,
.form-control :-webkit-autofill:active {
  -webkit-text-fill-color: rgb(0, 0, 0);
  -webkit-box-shadow: 0 0 0px 30px transparent inset;
  transition: background-color 5000s ease-in-out 0s;
}

.form-control:-internal-autofill-selected {
  background-color: -internal-light-dark(rgb(2, 142, 212), rgba(70, 90, 126, 0.4)) !important;
  -webkit-box-shadow: 0 0 0px 30px rgb(2, 142, 212) inset;
}

.form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}

@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
}

textarea.form-control {
  min-height: 80px;
  padding-top: 25px;
  resize: none;
  margin-bottom: 25px;
}

input[type=date].form-control,
input[type=datetime-local].form-control,
input[type=month].form-control,
input[type=time].form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button[type=submit] {
  border-radius: 5px;
  background-color: rgb(255, 55, 108);
  color: rgb(255, 255, 255);
  font-weight: 500;
  text-transform: uppercase;
  height: 44px;
  width: 100%;
  font-size: 12px;
}

@media only screen and (min-width: 468px) {
  button[type=submit] {
    font-size: 14px;
  }
}

@media only screen and (min-width: 1600px) {
  button[type=submit] {
    font-size: 15px;
  }
}

button[type=submit]:hover {
  background: rgb(35, 44, 65);
  color: rgb(255, 255, 255);
}

::selection,
::-moz-selection {
  background: rgb(35, 44, 65);
}

::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-thumb {
  background: rgb(255, 55, 108);
  border-radius: 30px;
}

::-webkit-scrollbar-track {
  box-shadow: inset 0 0 0 grey;
  border-radius: 0px;
  background: rgb(46, 46, 46);
}

svg {
  display: inline-block;
  position: relative;
  width: 100%;
  vertical-align: middle;
  overflow: hidden;
}

[data-ll-status=error] {
  background: url(../images/favicon.png) no-repeat center whitesmoke;
  width: 100%;
  height: 100%;
  object-fit: contain;
  min-height: 150px;
  display: block;
  background-size: 130px;
}

.btn-check:focus+.btn,
.btn:focus {
  outline: 0;
  box-shadow: none;
}

.btn {
  border-radius: 0;
  outline: none;
  box-shadow: none;
}

/* BASE STYLE */
.select2-dropdown {
  border: 1px solid rgba(136, 136, 136, 0.45) !important;
  border-radius: 0 !important;
}

.select2-results__option:not(:last-of-type) {
  border-bottom: 1px solid rgba(131, 131, 131, 0.45) !important;
}

.select2-results__option {
  color: #fff !important;
}

.AudioPlayer {
  position: fixed;
  z-index: 3;
  right: 4px;
  bottom: 20px;
}

@media only screen and (min-width: 576px) {
  .AudioPlayer {
    right: 25px;
  }
}

.AudioPlayer #playBtn {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  padding: 5px 5px;
  width: 35px;
}

@media only screen and (min-width: 468px) {
  .AudioPlayer #playBtn {
    width: 45px;
  }
}

.AudioPlayer #playBtn .icon svg {
  fill: rgb(255, 55, 108);
}

.AudioPlayer #playBtn .icon.unmute svg path {
  animation: pulse 1s infinite;
}

.AudioPlayer #playBtn .icon.unmute svg path#Line_1 {
  animation-delay: 0.15s;
}

.AudioPlayer #playBtn .icon.unmute svg path#Line_2 {
  animation-delay: 0.3s;
}

.AudioPlayer #playBtn .icon.unmute svg path#Line_3 {
  animation-delay: 0.45s;
}

.AudioPlayer #playBtn .icon.unmute svg path#Line_4 {
  animation-delay: 0.6s;
}

.AudioPlayer #playBtn .icon.unmute svg path#Line_5 {
  animation-delay: 0.75s;
}

.AudioPlayer #playBtn .icon.unmute svg path#Line_6 {
  animation-delay: 0.9s;
}

.AudioPlayer #playBtn .icon.unmute svg path#Line_7 {
  animation-delay: 1.05s;
}

.AudioPlayer #playBtn .icon.unmute svg path#Line_8 {
  animation-delay: 1.2s;
}

.AudioPlayer #playBtn .icon.unmute svg path#Line_9 {
  animation-delay: 1.35s;
}

@keyframes pulse {
  0% {
    transform: scaleY(1);
    transform-origin: 50% 50%;
  }

  50% {
    transform: scaleY(0.7);
    transform-origin: 50% 50%;
  }

  100% {
    transform: scaleY(1);
    transform-origin: 50% 50%;
  }
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(360deg);
  }
}

@keyframes spin1 {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
}

@keyframes slideShow {
  0% {
    transform: scale(1);
    -ms-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    transform: scale(1.1);
    -ms-transform: scale(1.1);
  }

  100% {
    transform: scale(1);
    -ms-transformm: scale(1);
  }
}

@-o-keyframes slideShow {
  0% {
    -o-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    -o-transform: scale(1.1);
  }

  100% {
    -o-transformm: scale(1);
  }
}

@-moz-keyframes slideShow {
  0% {
    -moz-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    -moz-transform: scale(1.1);
  }

  100% {
    -moz-transformm: scale(1);
  }
}

@-webkit-keyframes slideShow {
  0% {
    -webkit-transform: scale(1);
  }

  5% {
    opacity: 1;
  }

  25% {
    opacity: 1;
  }

  30% {
    -webkit-transform: scale(1.1);
  }

  100% {
    -webkit-transformm: scale(1);
  }
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media only screen and (min-width: 992px) {
  .container {
    max-width: 1050px;
  }
}

@media only screen and (min-width: 1200px) {
  .container {
    max-width: 1180px;
  }
}

@media only screen and (min-width: 1441px) {
  .container {
    max-width: 1260px;
  }
}

@media only screen and (min-width: 1560px) {
  .container {
    max-width: 1350px;
  }
}

@media (max-width: 992px) and (min-width: 768px) {
  .container {
    max-width: 95%;
  }
}

@media only screen and (max-width: 768px) {
  .container {
    max-width: none;
  }
}

.modal-backdrop {
  background: rgba(54, 54, 54, 0.8);
  z-index: 3;
}

.modal-backdrop.show {
  opacity: 1;
}

#Header {
  width: 100%;
  z-index: 999;
  top: 0px;
  left: 0px;
  animation-duration: 0.5s;
  background: transparent;
  position: absolute;
  padding: 15px 0;
}

@media only screen and (min-width: 468px) {
  #Header {
    padding: 20px 0;
  }
}

@media only screen and (min-width: 768px) {
  #Header {
    padding: 25px 0;
  }
}

#Header .Background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0;
  transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgb(35, 44, 65);
  transition: all 0.5s;
}

#Header .HeaderMenu {
  background: transparent;
  position: relative;
  z-index: 1;
}

#Header .HeaderMenu .FlexRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  padding-right: 60px;
}

@media only screen and (min-width: 992px) {
  #Header .HeaderMenu .FlexRow {
    padding-right: 0;
    position: unset;
  }
}

#Header .HeaderMenu .LogoSec {
  width: 145px;
}

@media only screen and (min-width: 468px) {
  #Header .HeaderMenu .LogoSec {
    width: 161px;
  }
}

@media only screen and (min-width: 992px) {
  #Header .HeaderMenu .LogoSec {
    width: 230px;
  }
}

#Header .HeaderMenu .LogoSec a {
  width: 100%;
  display: block;
}

#Header .HeaderMenu .LogoSec a img {
  max-width: 100%;
}

#Header .HeaderMenu .ritD {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#Header .HeaderMenu #HeaderPOP {
  min-height: 100vh;
}

#Header .HeaderMenu #HeaderPOP::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 1;
  transition: background-color 0.5s cubic-bezier(0.28, 0.11, 0.32, 1);
  -webkit-backdrop-filter: saturate(180%) blur(20px);
  backdrop-filter: saturate(180%) blur(20px);
  background-color: rgba(10, 11, 9, 0.55);
  transition: all 0.5s;
}

@media only screen and (min-width: 992px) {
  #Header .HeaderMenu #HeaderPOP::before {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  #Header .HeaderMenu #HeaderPOP {
    position: unset;
    display: block;
    opacity: 1;
    padding: 0px;
    overflow: visible;
    height: 100%;
    min-height: auto;
    width: fit-content;
    width: -moz-fit-content;
  }
}

#Header .HeaderMenu #HeaderPOP .modal-dialog {
  margin: 0;
  max-width: 100%;
  -webkit-transform: none;
  transform: none;
  background: none;
  height: 100%;
  left: -100%;
  transition: ease-in-out all 0.3s;
  position: unset;
}

@media only screen and (min-width: 992px) {
  #Header .HeaderMenu #HeaderPOP .modal-dialog {
    left: auto;
    max-width: 100%;
    background: none;
  }
}

#Header .HeaderMenu #HeaderPOP .modal-content {
  padding: 0px;
  width: 100%;
  height: 100%;
  background: transparent;
  border: none;
  height: 100%;
  position: unset;
}

#Header .HeaderMenu #HeaderPOP .modal-body {
  padding: 0px;
  background: none;
  position: unset;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}

@media only screen and (min-width: 992px) {
  #Header .HeaderMenu #HeaderPOP .modal-body {
    background: #f1f1f1;
  }
}

@media only screen and (min-width: 992px) {
  #Header .HeaderMenu #HeaderPOP .modal-body {
    flex-direction: row;
    justify-content: space-between;
    background: transparent;
  }
}

#Header .HeaderMenu #HeaderPOP .modal-body .btnClose {
  position: fixed;
  background: none;
  opacity: 1;
  border-radius: 5px;
  border: none;
  outline: none;
  box-shadow: none;
  width: 40px;
  height: 40px;
  z-index: 999;
  right: 9px;
  top: 17px;
  display: block;
}

@media only screen and (min-width: 468px) {
  #Header .HeaderMenu #HeaderPOP .modal-body .btnClose {
    width: 45px;
    height: 45px;
    right: 10px;
    top: 20px;
  }
}

@media only screen and (min-width: 468px) {
  #Header .HeaderMenu #HeaderPOP .modal-body .btnClose {
    display: none;
  }
}

#Header .HeaderMenu #HeaderPOP .modal-body .btnClose span {
  width: 100%;
  height: 2px;
  display: block;
  background: rgb(255, 55, 108);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

#Header .HeaderMenu #HeaderPOP .modal-body .btnClose span:nth-child(1) {
  transform: rotate(45deg) translate(0px, 0px);
}

#Header .HeaderMenu #HeaderPOP .modal-body .btnClose span:nth-child(2) {
  transform: rotate(-45deg) translate(2px, -2px);
}

@media only screen and (min-width: 992px) {
  #Header .HeaderMenu #HeaderPOP .modal-body .btnClose {
    display: none;
  }
}

#Header .HeaderMenu #HeaderPOP .accordion {
  padding-top: 30px;
}

@media only screen and (min-width: 992px) {
  #Header .HeaderMenu #HeaderPOP .accordion {
    padding: 0;
    display: flex;
    align-items: center;
  }
}

#Header .HeaderMenu #HeaderPOP .accordion .accordion-item {
  border-radius: 0px;
  border: none;
  background: none;
  position: relative;
}

#Header .HeaderMenu #HeaderPOP .accordion .accordion-item:hover .submenu {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}

@media only screen and (min-width: 992px) {
  #Header .HeaderMenu #HeaderPOP .accordion .accordion-item {
    margin-right: 46px;
  }
}

#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header a,
#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header button {
  color: rgb(255, 255, 255);
  border: none;
  background: none;
  outline: none;
  box-shadow: none;
  outline: none;
  padding: 0;
  position: relative;
  justify-content: center;
  padding: 15px 0;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
}

#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header a:hover,
#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header button:hover {
  color: #ff376c;
}

#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header a span,
#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header button span {
  text-transform: none;
}

@media only screen and (min-width: 992px) {

  #Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header a,
  #Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header button {
    font-size: 14px;
    font-weight: 500;
    color: #232c41;
  }
}

@media only screen and (min-width: 1200px) {

  #Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header a,
  #Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header button {
    padding: 15px 0;
  }
}

#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header a::after,
#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header button::after {
  display: none;
}

#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header a[aria-expanded=true],
#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header a.active,
#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header a:hover,
#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header button[aria-expanded=true],
#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header button.active,
#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header button:hover {
  color: rgb(255, 55, 108);
}

#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .submenu {
  position: absolute;
  top: 110%;
  width: 250px;
  background: rgb(255, 255, 255);
  opacity: 0;
  visibility: hidden;
  left: 0;
  transition: 0.3s;
  margin-top: -10px;
  border-top: 1px solid #ff376c;
}

@media (max-width: 992px) {
  #Header .HeaderMenu #HeaderPOP .accordion .accordion-item .submenu {
    display: none;
  }
}

#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .submenu li {
  display: block;
  margin: 0;
}

#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .submenu li a {
  display: block;
  padding: 15px;
  color: #232c41;
  font-weight: 500;
  color: #232c41;
  font-size: 14px;
  text-transform: uppercase;
}

#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .submenu li a:hover {
  color: #ff376c;
  background: rgba(0, 0, 0, 0.03);
}

#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-collapse {
  position: absolute;
  top: 100%;
  width: 250px;
}

@media only screen and (min-width: 992px) {
  #Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-collapse {
    display: none;
    background: rgb(255, 255, 255);
  }
}

@media only screen and (max-width: 992px) {
  #Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-collapse {
    position: relative;
    background: none;
    color: rgb(255, 255, 255);
  }
}

#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-body {
  color: #232c41;
  z-index: 2;
  color: #333;
}

#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-body ul li {
  display: block;
  margin: 0;
}

#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-body ul li a {
  display: block;
  padding: 15px 0;
  color: #232c41;
  font-size: 14px;
}

@media only screen and (max-width: 992px) {
  #Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-body ul li a {
    color: rgb(255, 255, 255);
  }
}

#Header .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-body ul li a:hover {
  color: #ff376c;
}

@media only screen and (min-width: 992px) {

  #Header .HeaderMenu #HeaderPOP .accordion .accordion-item:hover .accordion-header a::before,
  #Header .HeaderMenu #HeaderPOP .accordion .accordion-item:hover .accordion-header button::before {
    opacity: 1;
    bottom: -6px;
  }
}

@media only screen and (min-width: 992px) {
  #Header .HeaderMenu #HeaderPOP .accordion .accordion-item:hover .accordion-collapse {
    transform: translateY(0px);
    opacity: 1;
    visibility: visible;
  }
}

#Header .HeaderMenu #HeaderPOP.show .modal-dialog {
  left: 0px;
}

@media only screen and (min-width: 468px) {
  #Header .HeaderMenu .RiTSec {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  #Header .HeaderMenu .RiTSec {
    margin-left: 20px;
  }
}

#Header .HeaderMenu .RiTSec .login {
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: 0.4s all;
  background: #232c41;
  border-radius: 10px;
  width: 70px;
  height: 35px;
  font-size: 13px;
}

@media only screen and (min-width: 576px) {
  #Header .HeaderMenu .RiTSec .login {
    width: 110px;
    height: 45px;
    font-size: 15px;
  }
}

#Header .HeaderMenu .RiTSec .login::before {
  background: rgb(255, 55, 108);
}

#Header .HeaderMenu .RiTSec .login .icon {
  margin-right: 15px;
}

#Header .HeaderMenu .RiTSec .login .icon svg {
  max-width: 23px;
  min-width: 23px;
  fill: rgb(255, 55, 108);
}

#Header .HeaderMenu .MenuIcon {
  display: flex;
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  height: 100%;
  width: fit-content;
  width: -moz-fit-content;
  padding: 0px;
  z-index: 9991;
}

@media only screen and (min-width: 468px) {
  #Header .HeaderMenu .MenuIcon {
    height: auto;
  }
}

@media only screen and (min-width: 992px) {
  #Header .HeaderMenu .MenuIcon {
    display: none;
  }
}

#Header .HeaderMenu .MenuIcon button {
  display: block;
  border: none;
  width: 53px;
  height: 60px;
  font-size: 0;
  outline: none;
  padding: 10px 15px;
  margin-right: 0;
  margin-top: 0;
  box-shadow: none;
  border-radius: 0;
  background: none;
  height: 100%;
}

@media only screen and (min-width: 468px) {
  #Header .HeaderMenu .MenuIcon button {
    width: 60px;
  }
}

#Header .HeaderMenu .MenuIcon button span {
  width: 100%;
  height: 2px;
  display: block;
  background: rgb(0, 0, 0);
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

#Header .HeaderMenu .MenuIcon button span:nth-child(2) {
  width: 90%;
}

#Header .HeaderMenu .MenuIcon button span:nth-child(3) {
  width: 66%;
}

#Header .HeaderMenu .MenuIcon button span~span {
  margin-top: 6px;
}

#Header .HeaderMenu .MenuIcon button:hover span:nth-child(2),
#Header .HeaderMenu .MenuIcon button:focus span:nth-child(2) {
  width: 100%;
}

#Header .HeaderMenu .MenuIcon button:hover span:nth-child(3),
#Header .HeaderMenu .MenuIcon button:focus span:nth-child(3) {
  width: 100%;
}

#Header .HeaderMenu .MenuIcon.open button span {
  margin: 0;
  width: 100%;
  background: #fff;
}

#Header .HeaderMenu .MenuIcon.open button span:nth-child(1) {
  transform: rotate(45deg) translate(0px, 0px);
}

#Header .HeaderMenu .MenuIcon.open button span:nth-child(2) {
  transform: rotate(-45deg) translate(2px, -2px);
}

#Header .HeaderMenu .MenuIcon.open button span:nth-child(3) {
  display: none;
}

#Header .HeaderMenu .MenuIcon.close {
  opacity: 0;
  visibility: hidden;
}

#Header.hide {
  display: none;
}

#Header.sticky {
  position: fixed;
  width: 100%;
  animation-name: fadeInDown;
  animation-duration: 0.5s;
  animation-fill-mode: both;
  z-index: 9000;
  top: 0px;
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.1);
  padding: 10px 0;
}

#Header.sticky .Background {
  opacity: 1;
}

#Header.sticky .HeaderMenu .MenuIcon button span {
  background: #fff;
}

#Header.sticky .HeaderMenu #HeaderPOP::before {
  background: rgba(10, 11, 9, 0.7);
}

#Header.sticky .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header a,
#Header.sticky .HeaderMenu #HeaderPOP .accordion .accordion-item .accordion-header button {
  color: #fff;
}

#Header.sticky .HeaderMenu .RiTSec .login {
  background: rgb(255, 55, 108);
}

#Header.sticky .HeaderMenu .RiTSec .login::before {
  background: #fff;
}

#Header.sticky .HeaderMenu .RiTSec .login:hover span {
  color: rgb(255, 55, 108);
}

.headBx {
  margin-bottom: 25px;
}

.headBx.cntr {
  text-align: center;
}

.headBx .subT {
  font-weight: 600;
  color: #F04941;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin-bottom: 15px;
  font-size: 14px;
}

@media only screen and (min-width: 992px) {
  .headBx .subT {
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.headBx .mainT {
  color: #011423;
  font-weight: bold;
  font-size: 24px;
  line-height: 29px;
}

@media only screen and (min-width: 576px) {
  .headBx .mainT {
    font-size: 28px;
    line-height: 33px;
  }
}

@media only screen and (min-width: 768px) {
  .headBx .mainT {
    font-size: 32px;
    line-height: 37px;
  }
}

@media only screen and (min-width: 992px) {
  .headBx .mainT {
    font-size: 34px;
    line-height: 39px;
  }
}

@media only screen and (min-width: 1200px) {
  .headBx .mainT {
    font-size: 38px;
    line-height: 43px;
  }
}

@media only screen and (min-width: 1441px) {
  .headBx .mainT {
    font-size: 42px;
    line-height: 47px;
  }
}

.MainHead {
  position: relative;
  margin-bottom: 25px;
}

@media only screen and (min-width: 1600px) {
  .MainHead {
    margin-bottom: 30px;
  }
}

.MainHead .Head {
  color: rgb(255, 255, 255);
  font-weight: 600;
  font-size: 24px;
  margin-bottom: 15px;
  text-transform: uppercase;
}

@media only screen and (min-width: 468px) {
  .MainHead .Head {
    font-size: 34px;
  }
}

@media only screen and (min-width: 992px) {
  .MainHead .Head {
    font-size: 36px;
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1600px) {
  .MainHead .Head {
    font-size: 55px;
  }
}

.MainHead .Lead {
  color: rgb(255, 255, 255);
  font-size: 18px;
  line-height: 26px;
}

@media only screen and (min-width: 468px) {
  .MainHead .Lead {
    font-size: 24px;
    line-height: 32px;
  }
}

@media only screen and (min-width: 992px) {
  .MainHead .Lead {
    font-size: 26px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 1600px) {
  .MainHead .Lead {
    font-size: 45px;
  }
}

.Btn {
  border: 2px solid rgb(255, 255, 255);
  font-size: 12px;
  color: rgb(255, 255, 255);
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 150px;
  height: 40px;
}

@media only screen and (min-width: 1200px) {
  .Btn {
    width: 185px;
    height: 46px;
  }
}

.Btn::before {
  background: rgb(255, 255, 255);
}

.Btn:hover {
  color: rgb(0, 0, 0);
}

.hoveranim2 {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hoveranim2::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  width: 100%;
  background: #ff376c;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  left: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.hoveranim2 a {
  position: relative;
}

.hoveranim2:hover a {
  color: #fff;
}

.hoveranim2:hover::before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.hoveranim {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}

.hoveranim::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  background: rgb(35, 44, 65);
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  left: 0;
  -webkit-transform-origin: right;
  -ms-transform-origin: right;
  transform-origin: right;
}

.hoveranim span {
  position: relative;
}

.hoveranim:hover span {
  color: #fff;
}

.hoveranim:hover::before {
  -webkit-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}

.owl-dots {
  display: flex;
  align-items: center;
  margin-top: 30px;
}

.owl-dots button {
  background: rgba(233, 29, 78, 0.22) !important;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  transition: all 0.3s;
  position: relative;
}

.owl-dots button:not(:last-of-type) {
  margin-right: 8px;
}

.owl-dots button.active {
  background: rgb(255, 55, 108) !important;
}

.headSec {
  text-align: center;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .headSec {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .headSec {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 1560px) {
  .headSec {
    margin-bottom: 50px;
  }
}

.headSec .Title {
  color: #060911;
  font-weight: bold;
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 10px;
}

.headSec .Title br {
  display: none;
}

@media only screen and (min-width: 576px) {
  .headSec .Title {
    margin-bottom: 15px;
    font-size: 26px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 768px) {
  .headSec .Title {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 992px) {
  .headSec .Title {
    font-size: 32px;
    line-height: 42px;
  }

  .headSec .Title br {
    display: block;
  }
}

@media only screen and (min-width: 1441px) {
  .headSec .Title {
    font-size: 42px;
    line-height: 52px;
  }
}

@media only screen and (min-width: 1560px) {
  .headSec .Title {
    font-size: 55px;
    line-height: 65px;
  }
}

.headSec p {
  color: #7e7e7e;
  font-weight: 400;
  font-size: 14px;
}

@media only screen and (min-width: 768px) {
  .headSec p {
    font-size: 16px;
  }
}

@media only screen and (min-width: 1441px) {
  .headSec p {
    font-size: 21px;
  }
}

.headSec.wht .Title,
.headSec.wht p {
  color: #fff;
}

.custom_container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (max-width: 992px) and (min-width: 768px) {
  .custom_container {
    max-width: 95%;
  }
}

@media only screen and (min-width: 992px) {
  .custom_container {
    margin: 0 0 0 auto;
    padding-right: 0;
  }
}

@media only screen and (min-width: 992px) {
  .custom_container {
    width: calc(100% - (100% - 1050px) / 2);
  }
}

@media only screen and (min-width: 1200px) {
  .custom_container {
    width: calc(100% - (100% - 1180px) / 2);
  }
}

@media only screen and (min-width: 1441px) {
  .custom_container {
    width: calc(100% - (100% - 1260px) / 2);
  }
}

@media only screen and (min-width: 1560px) {
  .custom_container {
    width: calc(100% - (100% - 1350px) / 2);
  }
}

.select2-dropdown {
  border: 1px solid rgba(128, 128, 128, 0.3) !important;
  border-top: 0px !important;
  background-color: #606060 !important;
}

.select2-results__option {
  padding: 8px 15px !important;
  transition: all 0.3s;
  font-size: 12px;
}

.select2-results__option.select2-results__option--selected {
  background: rgb(255, 55, 108) !important;
}

.select2-results__option:hover {
  background: rgb(255, 55, 108) !important;
}

@media only screen and (min-width: 468px) {
  .select2-results__option {
    font-size: 14px;
  }
}

.select2-results__option--highlighted {
  background: rgb(255, 55, 108);
  color: #fff;
}

.select2-results__option--selected {
  background: rgb(255, 55, 108);
  color: #fff;
}

#PageBanner {
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
  height: 320px;
}

@media screen and (min-width: 468px) {
  #PageBanner {
    height: 340px;
  }
}

@media screen and (min-width: 768px) {
  #PageBanner {
    height: 380px;
  }
}

@media screen and (min-width: 992px) {
  #PageBanner {
    height: 425px;
  }
}

@media screen and (min-width: 1551px) {
  #PageBanner {
    height: 720px;
  }

  #PageBanner .BannerContent {
    text-align: center;
  }

  #PageBanner .BannerContent .container {
    justify-content: center;
  }

  #PageBanner .BannerContent .content-wrapper {
    text-align: center;
  }
}

#PageBanner .imgBx {
  width: 100%;
  height: 100%;
}

#PageBanner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#PageBanner .dsk {
  height: 100%;
  width: 100%;
}

@media only screen and (max-width: 768px) {
  #PageBanner .dsk {
    display: none;
  }
}

#PageBanner .mob {
  height: 100%;
  width: 100%;
}

@media only screen and (min-width: 768px) {
  #PageBanner .mob {
    display: none;
  }
}

#PageBanner .BannerContent {
  position: absolute;
  z-index: 1;
  left: 0px;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 100%;
  text-align: center;
}

#PageBanner .BannerContent .container {
  display: flex;
  align-items: flex-end;
  height: 100%;
  position: relative;
  justify-content: center;
}

#PageBanner .BannerContent .content-wrapper {
  margin-bottom: 50px;
}

@media screen and (min-width: 1551px) {
  #PageBanner .BannerContent .content-wrapper {
    margin-bottom: 150px;
  }
}

#PageBanner .BannerContent .MainTitle {
  color: rgb(255, 255, 255);
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
  font-size: 22px;
}

@media screen and (min-width: 468px) {
  #PageBanner .BannerContent .MainTitle {
    font-size: 28px;
    margin-bottom: 18px;
  }
}

@media screen and (min-width: 768px) {
  #PageBanner .BannerContent .MainTitle {
    margin-bottom: 25px;
    font-size: 34px;
  }
}

@media screen and (min-width: 992px) {
  #PageBanner .BannerContent .MainTitle {
    font-size: 38px;
  }
}

@media screen and (min-width: 1551px) {
  #PageBanner .BannerContent .MainTitle {
    font-size: 50px;
    line-height: 60px;
  }
}

#PageBanner .BannerContent .subT {
  color: rgb(255, 255, 255);
  font-size: 12px;
  line-height: 22px;
}

@media screen and (min-width: 468px) {
  #PageBanner .BannerContent .subT {
    padding: 0 40px;
  }
}

@media screen and (min-width: 768px) {
  #PageBanner .BannerContent .subT {
    line-height: 26px;
  }
}

@media screen and (min-width: 1551px) {
  #PageBanner .BannerContent .subT {
    font-size: 14px;
    line-height: 30px;
  }
}

/************** ******* **************/
/************* HOME_PAGE *************/
/************** ******* **************/
.homePage .mainT {
  font-size: 22px;
  line-height: 32px;
}

.homePage .mainT br {
  display: none;
}

@media only screen and (min-width: 468px) {
  .homePage .mainT {
    font-size: 24px;
    line-height: 34px;
  }
}

@media only screen and (min-width: 576px) {
  .homePage .mainT {
    font-size: 28px;
    line-height: 38px;
  }
}

@media only screen and (min-width: 768px) {
  .homePage .mainT {
    font-size: 32px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 992px) {
  .homePage .mainT {
    font-size: 36px;
    line-height: 46px;
  }

  .homePage .mainT br {
    display: block;
  }
}

@media only screen and (min-width: 1441px) {
  .homePage .mainT {
    font-size: 40px;
    line-height: 50px;
  }
}

.homePage #HmeFstSec {
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .homePage #HmeFstSec {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 992px) {
  .homePage #HmeFstSec {
    padding: 85px 0;
  }
}

.homePage #HmeFstSec .topHead {
  text-align: center;
  margin-bottom: 25px;
}

@media only screen and (min-width: 576px) {
  .homePage #HmeFstSec .topHead {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 768px) {
  .homePage #HmeFstSec .topHead {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 992px) {
  .homePage #HmeFstSec .topHead {
    margin-bottom: 45px;
  }
}

.homePage #HmeFstSec .topHead .mainT {
  color: #232c41;
  font-weight: bold;
}

.homePage #HmeFstSec .topHead .mainT span {
  color: rgb(255, 55, 108);
}

.homePage #HmeFstSec .cmnBx {
  transition: 0.4s all;
  background: #fff;
  text-align: center;
  border: solid 1px #e4e4e4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none;
  padding: 25px 20px;
}

@media only screen and (min-width: 576px) {
  .homePage #HmeFstSec .cmnBx {
    height: 338px;
    padding: 35px 25px;
  }
}

@media only screen and (min-width: 768px) {
  .homePage #HmeFstSec .cmnBx {
    padding: 50px 35px;
  }
}

.homePage #HmeFstSec .cmnBx .innrBx {
  transition: 0.4s all;
}

.homePage #HmeFstSec .cmnBx .icon {
  margin-bottom: 20px;
}

.homePage #HmeFstSec .cmnBx .icon svg {
  fill: #4d5362;
  transition: 0.4s all;
  max-width: 60px;
  min-width: 60px;
}

@media only screen and (min-width: 576px) {
  .homePage #HmeFstSec .cmnBx .icon svg {
    max-width: 70px;
    min-width: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .homePage #HmeFstSec .cmnBx .icon svg {
    max-width: 90px;
    min-width: 90px;
  }
}

.homePage #HmeFstSec .cmnBx .title {
  color: #4d5362;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  transition: 0.4s all;
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (min-width: 576px) {
  .homePage #HmeFstSec .cmnBx .title {
    font-size: 18px;
    line-height: 28px;
  }
}

.homePage #HmeFstSec .cmnBx .title::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 41px;
  background: rgb(255, 55, 108);
}

.homePage #HmeFstSec .cmnBx p {
  opacity: 0.55;
  transition: 0.4s all;
  margin-bottom: 0;
}

.homePage #HmeFstSec .cmnBx .mre {
  font-weight: 500;
  font-size: 0;
  visibility: hidden;
  opacity: 0;
  color: #ff376c;
  transition: 0.4s all;
  text-transform: uppercase;
}

.homePage #HmeFstSec .cmnBx:hover {
  box-shadow: 0px 0px 38px 0px #e4e4e4;
  border-color: #fff;
  border-bottom: solid 5px #ff1553;
}

.homePage #HmeFstSec .cmnBx:hover .innrBx {
  transform: translate(0, 15px);
}

@media only screen and (min-width: 576px) {
  .homePage #HmeFstSec .cmnBx:hover .innrBx {
    transform: translate(0, 30px);
  }
}

.homePage #HmeFstSec .cmnBx:hover .icon svg {
  fill: rgb(255, 55, 108);
}

.homePage #HmeFstSec .cmnBx:hover .title {
  color: #232c41;
}

.homePage #HmeFstSec .cmnBx:hover .title::after {
  display: none;
}

.homePage #HmeFstSec .cmnBx:hover p {
  opacity: 0;
  visibility: hidden;
}

.homePage #HmeFstSec .cmnBx:hover .mre {
  font-size: 12px;
  opacity: 1;
  visibility: visible;
  transform: translate(0, -50px);
}

@media only screen and (min-width: 576px) {
  .homePage #HmeFstSec .cmnBx:hover .mre {
    transform: translate(0, -60px);
  }
}

.homePage #FeatureSec {
  overflow: hidden;
  background: #f0f0f4;
}

.homePage #FeatureSec.isVisible .ritBx .imgBx::after,
.homePage #FeatureSec.isVisible .ritBx .imgBx::before {
  transform: none;
}

@media only screen and (min-width: 992px) {
  .homePage #FeatureSec .ltBx {
    padding-right: 0;
  }
}

.homePage #FeatureSec .lftBx {
  padding: 40px 0 0;
}

@media only screen and (min-width: 768px) {
  .homePage #FeatureSec .lftBx {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 992px) {
  .homePage #FeatureSec .lftBx {
    padding: 85px 0;
  }
}

@media only screen and (min-width: 992px) {
  .homePage #FeatureSec .lftBx .custom_container {
    width: calc(50% - (100% - 1050px) / 2);
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #FeatureSec .lftBx .custom_container {
    width: calc(50% - (100% - 1180px) / 2);
  }
}

@media only screen and (min-width: 1441px) {
  .homePage #FeatureSec .lftBx .custom_container {
    width: calc(50% - (100% - 1260px) / 2);
  }
}

@media only screen and (min-width: 1560px) {
  .homePage #FeatureSec .lftBx .custom_container {
    width: calc(50% - (100% - 1350px) / 2);
  }
}

@media only screen and (min-width: 992px) {
  .homePage #FeatureSec .lftBx .ltInBx {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #FeatureSec .lftBx .ltInBx {
    padding-right: 104px;
  }
}

.homePage #FeatureSec .lftBx .ltInBx .mainT {
  color: #232c41;
  font-weight: bold;
  margin-bottom: 15px;
}

.homePage #FeatureSec .lftBx .ltInBx .accordion {
  margin-top: 15px;
}

@media only screen and (min-width: 768px) {
  .homePage #FeatureSec .lftBx .ltInBx .accordion {
    margin-top: 35px;
  }
}

.homePage #FeatureSec .lftBx .ltInBx .accordion .accordion-item {
  background: none;
  border: none;
  border-radius: 0;
  border-bottom: 2px dashed #d4d4d7;
  padding: 20px 0;
}

.homePage #FeatureSec .lftBx .ltInBx .accordion .accordion-button {
  font-weight: bold;
  color: #232c41;
  background: none;
  border: none;
  border-radius: 0px;
  box-shadow: none;
  padding: 0;
  align-items: flex-start;
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  .homePage #FeatureSec .lftBx .ltInBx .accordion .accordion-button {
    font-size: 16px;
  }
}

@media only screen and (min-width: 992px) {
  .homePage #FeatureSec .lftBx .ltInBx .accordion .accordion-button {
    font-size: 20px;
  }
}

@media only screen and (min-width: 1441px) {
  .homePage #FeatureSec .lftBx .ltInBx .accordion .accordion-button {
    font-size: 25px;
  }
}

.homePage #FeatureSec .lftBx .ltInBx .accordion .accordion-button::after {
  background: none;
  content: "+";
  font-size: 25px;
  color: rgba(35, 44, 65, 0.55);
  font-weight: bold;
  transform: none;
  display: flex;
  align-items: center;
  transition: all 0.3s;
}

.homePage #FeatureSec .lftBx .ltInBx .accordion .accordion-button[aria-expanded=true] {
  color: rgb(255, 55, 108);
}

.homePage #FeatureSec .lftBx .ltInBx .accordion .accordion-button[aria-expanded=true]::after {
  content: "-";
  color: #fb7094;
}

.homePage #FeatureSec .lftBx .ltInBx .accordion .accordion-body {
  padding: 15px 0 0;
}

.homePage #FeatureSec .lftBx .ltInBx .accordion .accordion-body p {
  margin: 0;
}

.homePage #FeatureSec .lftBx .ltInBx .accordion .accordion-body code {
  color: rgb(35, 44, 65);
}

@media only screen and (min-width: 992px) {
  .homePage #FeatureSec .ritBx {
    height: 100%;
  }
}

.homePage #FeatureSec .ritBx .imgBx {
  position: relative;
  overflow: hidden;
  height: 100%;
}

@media only screen and (min-width: 1441px) {
  .homePage #FeatureSec .ritBx .imgBx {
    height: 639px;
  }
}

.homePage #FeatureSec .ritBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homePage #FeatureSec .ritBx .imgBx::before {
  content: "";
  position: absolute;
  top: -35px;
  background: url(../images/i1.png) no-repeat;
  background-size: contain;
  opacity: 0.33;
  transform: translate(-100%, 0);
  transition: 0.5s all;
  width: 150px;
  height: 243px;
  left: -21px;
}

@media only screen and (min-width: 768px) {
  .homePage #FeatureSec .ritBx .imgBx::before {
    left: -121px;
    width: 300px;
    height: 343px;
  }
}

@media only screen and (min-width: 992px) {
  .homePage #FeatureSec .ritBx .imgBx::before {
    left: -191px;
    width: 405px;
    height: 443px;
  }
}

.homePage #FeatureSec .ritBx .imgBx::after {
  content: "";
  position: absolute;
  background: url(../images/i2.png) no-repeat;
  background-size: contain;
  mix-blend-mode: multiply;
  transform: translate(100%, 0);
  transition: 0.5s all;
  right: -30px;
  bottom: -40px;
  width: 200px;
  height: 251px;
}

@media only screen and (min-width: 576px) {
  .homePage #FeatureSec .ritBx .imgBx::after {
    right: -30px;
    bottom: -80px;
    width: 300px;
    height: 351px;
  }
}

@media only screen and (min-width: 768px) {
  .homePage #FeatureSec .ritBx .imgBx::after {
    right: -60px;
    bottom: -180px;
    width: 400px;
    height: 451px;
  }
}

@media only screen and (min-width: 992px) {
  .homePage #FeatureSec .ritBx .imgBx::after {
    right: -100px;
    bottom: -250px;
    width: 503px;
    height: 551px;
  }
}

.homePage #securitySec {
  padding: 40px 0 0;
}

@media only screen and (min-width: 768px) {
  .homePage #securitySec {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 992px) {
  .homePage #securitySec {
    padding: 85px 0;
  }
}

@media only screen and (max-width: 992px) {
  .homePage #securitySec .b1 {
    order: 1;
  }
}

@media only screen and (max-width: 992px) {
  .homePage #securitySec .b2 {
    order: 0;
  }
}

@media only screen and (max-width: 992px) {
  .homePage #securitySec .lftBx .imgBx {
    height: 400px;
    width: fit-content;
    width: -moz-fit-content;
    margin: auto;
  }
}

.homePage #securitySec .lftBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homePage #securitySec .rtBx {
  display: flex;
  align-items: center;
}

@media only screen and (min-width: 992px) {
  .homePage #securitySec .ritBx {
    padding-left: 50px;
  }
}

.homePage #securitySec .ritBx .mainT {
  color: #232c41;
  font-weight: bold;
  margin-bottom: 10px;
}

.homePage #securitySec .ritBx .mainT br {
  display: none;
}

@media only screen and (min-width: 992px) {
  .homePage #securitySec .ritBx .mainT br {
    display: block;
  }
}

.homePage #securitySec .ritBx .cmnBlk .cmnBx {
  padding: 22px 0;
  padding-right: 25px;
  transition: 0.5s all;
  position: relative;
}

.homePage #securitySec .ritBx .cmnBlk .cmnBx::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 0;
  background: #ff1553;
  top: 0;
  transition: 0.4s all;
}

.homePage #securitySec .ritBx .cmnBlk .cmnBx .innBx {
  transition: 0.5s all;
}

.homePage #securitySec .ritBx .cmnBlk .cmnBx .title {
  color: #232c41;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
  padding-left: 17px;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 16px;
}

@media only screen and (min-width: 576px) {
  .homePage #securitySec .ritBx .cmnBlk .cmnBx .title {
    font-size: 18px;
  }
}

.homePage #securitySec .ritBx .cmnBlk .cmnBx .title::after {
  content: "";
  position: absolute;
  left: -4px;
  right: auto;
  top: 5px;
  bottom: 0;
  border-top: none;
  border-left: none;
  transition: 0.4s all;
  width: 0;
  height: 0;
  border-left: 11px solid #232c41;
  border-bottom: 11px solid transparent;
  transform: rotate(134deg);
}

.homePage #securitySec .ritBx .cmnBlk .cmnBx p {
  opacity: 0.55;
  margin-bottom: 0;
}

.homePage #securitySec .ritBx .cmnBlk .cmnBx:hover {
  background: #f0f0f4;
  padding-left: 15px;
}

@media only screen and (min-width: 992px) {
  .homePage #securitySec .ritBx .cmnBlk .cmnBx:hover {
    margin-left: -52px;
    padding-left: 35px;
  }
}

.homePage #securitySec .ritBx .cmnBlk .cmnBx:hover::after {
  width: 8px;
}

.homePage #securitySec .ritBx .cmnBlk .cmnBx:hover .title {
  padding-left: 0;
}

.homePage #securitySec .ritBx .cmnBlk .cmnBx:hover .title::after {
  left: auto;
  right: -20px;
  border-left: 8px solid #ff1553;
}

@media only screen and (min-width: 992px) {
  .homePage #securitySec .ritBx .cmnBlk .cmnBx:hover .title::after {
    border-left: 11px solid #ff1553;
  }
}

.homePage #securitySec .ritBx .cmnBlk .cmnBx:hover p {
  opacity: 0.88;
}

.homePage #powerdBySec {
  background: #f0f0f4;
  position: relative;
  overflow: hidden;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .homePage #powerdBySec {
    padding: 65px 0;
  }
}

.homePage #powerdBySec .iconStrch {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.homePage #powerdBySec .iconStrch .ico {
  position: absolute;
}

@media only screen and (max-width: 992px) {
  .homePage #powerdBySec .iconStrch .ico {
    max-width: 40px;
  }

  .homePage #powerdBySec .iconStrch .ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media only screen and (max-width: 768px) {
  .homePage #powerdBySec .iconStrch .ico {
    max-width: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .homePage #powerdBySec .iconStrch .ico {
    max-width: 25px;
  }
}

.homePage #powerdBySec .iconStrch .ico:nth-child(1) {
  top: 10%;
  left: 5%;
}

.homePage #powerdBySec .iconStrch .ico:nth-child(2) {
  top: 0;
  left: 30%;
}

.homePage #powerdBySec .iconStrch .ico:nth-child(3) {
  top: 5%;
  right: 30%;
}

.homePage #powerdBySec .iconStrch .ico:nth-child(4) {
  right: 3%;
  top: 3%;
}

.homePage #powerdBySec .iconStrch .ico:nth-child(5) {
  bottom: 5%;
  left: 3%;
}

.homePage #powerdBySec .iconStrch .ico:nth-child(6) {
  bottom: 7%;
  left: 15%;
}

.homePage #powerdBySec .iconStrch .ico:nth-child(7) {
  bottom: 7%;
  right: 15%;
}

.homePage #powerdBySec .iconStrch .ico:nth-child(8) {
  bottom: 3%;
  right: 5%;
}

.homePage #powerdBySec .container {
  position: relative;
  z-index: 20;
}

.homePage #powerdBySec .topHead {
  text-align: center;
  margin-bottom: 35px;
}

.homePage #powerdBySec .topHead .mainT {
  color: #232c41;
  font-weight: bold;
}

.homePage #powerdBySec .poweredSlide .cmnBx {
  display: block;
  background: #fff;
  height: 100%;
  overflow: hidden;
}

.homePage #powerdBySec .poweredSlide .cmnBx .imgBx {
  overflow: hidden;
  transition: 0.4s all;
  height: 180px;
}

@media only screen and (min-width: 992px) {
  .homePage #powerdBySec .poweredSlide .cmnBx .imgBx {
    height: 180px;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #powerdBySec .poweredSlide .cmnBx .imgBx {
    height: 234px;
  }
}

.homePage #powerdBySec .poweredSlide .cmnBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.7s;
  transition: opacity 0.4s, transform 0.7s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.homePage #powerdBySec .poweredSlide .cmnBx .txtBx {
  padding: 30px 15px 25px;
  position: relative;
}

.homePage #powerdBySec .poweredSlide .cmnBx .txtBx::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 0;
  transition: 0.5s all;
  background: rgb(255, 55, 108);
}

.homePage #powerdBySec .poweredSlide .cmnBx .txtBx .title {
  font-size: 16px;
  color: #4d5362;
  font-weight: bold;
  margin-bottom: 10px;
}

.homePage #powerdBySec .poweredSlide .cmnBx .txtBx p {
  margin-bottom: 0;
  color: #626875;
  opacity: 0.88;
  font-size: 15px;
  line-height: 25px;
}

.homePage #powerdBySec .poweredSlide .cmnBx .txtBx .mre {
  transition: 0.3s;
  color: #ff376c;
  font-weight: 500;
  font-size: 12px;
  padding-top: 25px;
  display: flex;
  align-items: center;
  text-transform: uppercase;
  color: rgba(35, 44, 65, 0.659);
}

.homePage #powerdBySec .poweredSlide .cmnBx .txtBx .mre span {
  width: 40px;
  height: 1px;
  background: #232c41;
  display: inline-block;
  transition: 0.3s;
  background: rgba(35, 44, 65, 0.65);
  margin-right: 5px;
}

.homePage #powerdBySec .poweredSlide .cmnBx:hover .imgBx img {
  img-webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.homePage #powerdBySec .poweredSlide .cmnBx:hover .txtBx::after {
  width: 100%;
}

.homePage #powerdBySec .poweredSlide .cmnBx:hover .mre {
  color: #ff376c;
}

.homePage #powerdBySec .poweredSlide .cmnBx:hover .mre span {
  width: 60px;
  background: #ff376c;
}

.homePage #powerdBySec .pwrd {
  text-align: center;
  margin-top: 35px;
}

.homePage #powerdBySec .pwrd .txt {
  font-size: 15px;
  color: #232c41;
  font-weight: 400;
}

.homePage #testiSec {
  overflow: hidden;
}

.homePage #testiSec .lftBx {
  position: relative;
}

@media only screen and (min-width: 992px) {
  .homePage #testiSec .lftBx {
    height: 100%;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #testiSec .lftBx {
    height: 594px;
  }
}

.homePage #testiSec .lftBx .imgBx {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.homePage #testiSec .lftBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (min-width: 992px) {
  .homePage #testiSec .lftBx .custom_container {
    width: calc(50% - (100% - 1050px) / 2);
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #testiSec .lftBx .custom_container {
    width: calc(50% - (100% - 1180px) / 2);
  }
}

@media only screen and (min-width: 1441px) {
  .homePage #testiSec .lftBx .custom_container {
    width: calc(50% - (100% - 1260px) / 2);
  }
}

@media only screen and (min-width: 1560px) {
  .homePage #testiSec .lftBx .custom_container {
    width: calc(50% - (100% - 1350px) / 2);
  }
}

.homePage #testiSec .lftBx .cntntBx {
  position: relative;
  z-index: 10;
  padding: 40px 0;
}

@media only screen and (max-width: 992px) {
  .homePage #testiSec .lftBx .cntntBx {
    text-align: center;
  }
}

@media only screen and (min-width: 992px) {
  .homePage #testiSec .lftBx .cntntBx {
    padding: 60px 35px;
    padding-right: 80px;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #testiSec .lftBx .cntntBx {
    padding: 90px 0;
    padding-right: 100px;
  }
}

.homePage #testiSec .lftBx .cntntBx .mainT {
  color: #fff !important;
  font-weight: bold;
  margin-bottom: 25px;
}

@media only screen and (min-width: 991px) {
  .homePage #testiSec .lftBx .cntntBx .mainT {
    margin-bottom: 35px;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #testiSec .lftBx .cntntBx .mainT {
    margin-bottom: 55px;
  }
}

.homePage #testiSec .lftBx .cntntBx .grdBx {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 10px;
  position: relative;
  width: fit-content;
}

@media only screen and (min-width: 992px) {
  .homePage #testiSec .lftBx .cntntBx .grdBx {
    transform: translate(-20px, 0);
  }
}

@media only screen and (max-width: 992px) {
  .homePage #testiSec .lftBx .cntntBx .grdBx {
    margin: auto;
  }
}

.homePage #testiSec .lftBx .cntntBx .grdBx::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  height: 141px;
  width: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.homePage #testiSec .lftBx .cntntBx .grdBx::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  width: 141px;
  height: 1px;
  background: rgba(255, 255, 255, 0.2);
}

.homePage #testiSec .lftBx .cntntBx .grdBx .txtBx {
  text-align: center;
}

.homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(1),
.homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(2) {
  padding-bottom: 20px;
}

@media only screen and (min-width: 1200px) {

  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(1),
  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(2) {
    padding-bottom: 40px;
  }
}

.homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(1),
.homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(3) {
  padding-right: 20px;
}

@media only screen and (min-width: 992px) {

  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(1),
  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(3) {
    padding-right: 40px;
  }
}

@media only screen and (min-width: 1200px) {

  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(1),
  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(3) {
    padding-right: 80px;
  }
}

.homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(3),
.homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(4) {
  padding-top: 20px;
}

@media only screen and (min-width: 1200px) {

  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(3),
  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(4) {
    padding-top: 40px;
  }
}

.homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(2),
.homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(4) {
  padding-left: 20px;
}

@media only screen and (min-width: 992px) {

  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(2),
  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(4) {
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1200px) {

  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(2),
  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx:nth-child(4) {
    padding-left: 80px;
  }
}

.homePage #testiSec .lftBx .cntntBx .grdBx .txtBx .flxB {
  display: flex;
  align-items: center;
  justify-content: center;
}

.homePage #testiSec .lftBx .cntntBx .grdBx .txtBx .flxB .count,
.homePage #testiSec .lftBx .cntntBx .grdBx .txtBx .flxB .plus {
  color: #ff376c;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 22px;
}

@media only screen and (min-width: 576px) {

  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx .flxB .count,
  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx .flxB .plus {
    font-size: 24px;
  }
}

@media only screen and (min-width: 768px) {

  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx .flxB .count,
  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx .flxB .plus {
    font-size: 26px;
  }
}

@media only screen and (min-width: 992px) {

  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx .flxB .count,
  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx .flxB .plus {
    font-size: 30px;
  }
}

@media only screen and (min-width: 1200px) {

  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx .flxB .count,
  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx .flxB .plus {
    font-size: 34px;
  }
}

.homePage #testiSec .lftBx .cntntBx .grdBx .txtBx .txt {
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 12px;
}

@media only screen and (min-width: 468px) {
  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx .txt {
    font-size: 14px;
  }
}

@media only screen and (min-width: 576px) {
  .homePage #testiSec .lftBx .cntntBx .grdBx .txtBx .txt {
    font-size: 15px;
  }
}

.homePage #testiSec .ritBx .custom_container {
  margin: auto 0 0 0;
  padding-left: 0;
}

@media only screen and (min-width: 992px) {
  .homePage #testiSec .ritBx .custom_container {
    width: calc(50% - (100% - 1050px) / 2);
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #testiSec .ritBx .custom_container {
    width: calc(50% - (100% - 1180px) / 2);
  }
}

@media only screen and (min-width: 1441px) {
  .homePage #testiSec .ritBx .custom_container {
    width: calc(50% - (100% - 1260px) / 2);
  }
}

@media only screen and (min-width: 1560px) {
  .homePage #testiSec .ritBx .custom_container {
    width: calc(50% - (100% - 1350px) / 2);
  }
}

.homePage #testiSec .ritBx .ritCntnt {
  padding: 0 0 40px;
  padding-left: 20px;
}

@media only screen and (min-width: 768px) {
  .homePage #testiSec .ritBx .ritCntnt {
    padding: 30px 0;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 992px) {
  .homePage #testiSec .ritBx .ritCntnt {
    padding: 60px 0;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 1200px) {
  .homePage #testiSec .ritBx .ritCntnt {
    padding: 90px 0;
    padding-left: 40px;
  }
}

@media only screen and (min-width: 1360px) {
  .homePage #testiSec .ritBx .ritCntnt {
    padding-left: 75px;
  }
}

.homePage #testiSec .ritBx .ritCntnt .mainT {
  color: #232c41;
  font-weight: bold;
  margin-bottom: 15px;
}

@media only screen and (min-width: 992px) {
  .homePage #testiSec .ritBx .ritCntnt .mainT {
    margin-bottom: 30px;
  }
}

.homePage #testiSec .ritBx .ritCntnt .testiSlide .tstBx p {
  opacity: 0.88;
  color: #6c6c6c;
  margin-bottom: 10px;
}

@media only screen and (min-width: 992px) {
  .homePage #testiSec .ritBx .ritCntnt .testiSlide .tstBx p {
    font-size: 15px;
  }
}

.homePage #testiSec .ritBx .ritCntnt .testiSlide .tstBx .cntctInfo {
  display: flex;
  align-items: center;
}

.homePage #testiSec .ritBx .ritCntnt .testiSlide .tstBx .cntctInfo .imgBx {
  height: 70px;
  width: 70px;
  min-width: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
}

.homePage #testiSec .ritBx .ritCntnt .testiSlide .tstBx .cntctInfo .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.homePage #testiSec .ritBx .ritCntnt .testiSlide .tstBx .cntctInfo .txtBx .name {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}

.homePage #testiSec .ritBx .ritCntnt .testiSlide .tstBx .cntctInfo .txtBx .post {
  font-size: 15px;
  color: #4960bf;
  font-weight: 400;
}

.homePage #clientSec {
  background: #f0f0f4;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .homePage #clientSec {
    padding: 55px 0;
  }
}

.homePage #clientSec .title {
  font-size: 20px;
  color: #232c41;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .homePage #clientSec .title {
    margin-bottom: 40px;
  }
}

.homePage #clientSec .SliderBx {
  position: relative;
}

.homePage #clientSec .SliderBx::before {
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  left: 0;
  z-index: 5;
  background: -moz-linear-gradient(90deg, rgb(240, 240, 244) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(240, 240, 244) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgb(240, 240, 244) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 255, 255, .88)", endColorstr="#000000", GradientType=1);
}

.homePage #clientSec .SliderBx::after {
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  right: 0;
  z-index: 5;
  background: -moz-linear-gradient(-90deg, rgb(240, 240, 244) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(-90deg, rgb(240, 240, 244) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(-90deg, rgb(240, 240, 244) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="rgba(255, 255, 255, .88)", endColorstr="#000000", GradientType=1);
}

.homePage #clientSec .SliderBx .slick-track {
  display: flex;
}

.homePage #clientSec .SliderBx #btmSlide {
  margin-top: 25px;
}

.homePage #clientSec .SliderBx #btmSlide .slick-track {
  float: right;
}

.homePage #clientSec .SliderBx .imgBx {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.homePage #clientSec .SliderBx .imgBx img {
  max-width: 100%;
}

.homePage #clientSec .SliderBx .slider {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  cursor: default;
}

.homePage #trialSec {
  background: #ff376c;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .homePage #trialSec {
    padding: 60px 0;
  }
}

.homePage #trialSec .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.homePage #trialSec .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

.homePage #trialSec .container {
  position: relative;
  z-index: 10;
  text-align: center;
}

.homePage #trialSec .titleBx {
  text-align: center;
  margin-bottom: 20px;
}

.homePage #trialSec .titleBx .subT {
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
}

@media only screen and (min-width: 576px) {
  .homePage #trialSec .titleBx .subT {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .homePage #trialSec .titleBx .subT {
    font-size: 20px;
  }
}

.homePage #trialSec .titleBx .mainT {
  color: #fff;
  font-weight: bold;
}

@media only screen and (max-width: 576px) {
  .homePage #trialSec .titleBx .mainT {
    font-size: 18px;
  }
}

.homePage #trialSec .btnBx {
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

@media only screen and (min-width: 468px) {
  .homePage #trialSec .btnBx {
    display: flex;
  }
}

.homePage #trialSec .btnBx a {
  display: block;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  color: #232c41;
  text-transform: uppercase;
  background: #fff;
  padding: 10px 5px;
  height: 60px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 468px) {
  .homePage #trialSec .btnBx a {
    width: 150px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 576px) {
  .homePage #trialSec .btnBx a {
    width: 200px;
    height: 60px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .homePage #trialSec .btnBx a {
    width: 240px;
    height: 73px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 468px) {
  .homePage #trialSec .btnBx a:not(:last-of-type) {
    margin-right: 18px;
  }
}

.homePage #trialSec .btnBx a span {
  font-weight: 400;
  display: block;
  text-transform: none;
  margin-top: 5px;
}

.homePage #trialSec .btnBx a:hover {
  background: #232c41;
  color: #fff;
}

.homePage #trialSec .txt {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

@media only screen and (min-width: 576px) {
  .homePage #trialSec .txt {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .homePage #trialSec .txt {
    font-size: 15px;
  }
}

.homePage #trialSec .txt a {
  text-decoration: underline;
  text-underline-position: under;
  color: #fff;
}

#MainSlider {
  position: relative;
  overflow: hidden;
}

#MainSlider .redIcon {
  position: absolute;
  z-index: 10;
  filter: grayscale(1);
}

#MainSlider .redIcon.s1 {
  top: -25px;
  left: 40%;
}

#MainSlider .redIcon.s2 {
  top: 130px;
  left: -10%;
}

#MainSlider #HomeBanner {
  position: relative;
  z-index: 10;
}

@media (min-width: 768px) and (max-width: 991px) {
  #MainSlider #HomeBanner .lftBx {
    margin-bottom: 30px;
  }
}

@media only screen and (min-width: 992px) {
  #MainSlider #HomeBanner .lftBx {
    padding-top: 25px;
    padding-right: 35px;
  }
}

@media only screen and (min-width: 1441px) {
  #MainSlider #HomeBanner .lftBx {
    padding-top: 65px;
  }
}

@media (max-width: 767px) {
  #MainSlider #HomeBanner .lftBx {
    padding: 25px 0;
  }
}

#MainSlider #HomeBanner .lftBx .BannerTxt {
  color: #232c41;
  font-weight: 600;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 30px;
}

#MainSlider #HomeBanner .lftBx .BannerTxt span {
  color: #ff376c;
}

#MainSlider #HomeBanner .lftBx .BannerTxt br {
  display: none;
}

@media only screen and (min-width: 576px) {
  #MainSlider #HomeBanner .lftBx .BannerTxt {
    font-size: 28px;
    line-height: 36px;
  }
}

@media only screen and (min-width: 768px) {
  #MainSlider #HomeBanner .lftBx .BannerTxt {
    font-size: 32px;
    line-height: 42px;
  }
}

@media only screen and (min-width: 992px) {
  #MainSlider #HomeBanner .lftBx .BannerTxt {
    font-size: 34px;
    line-height: 45px;
  }

  #MainSlider #HomeBanner .lftBx .BannerTxt br {
    display: block;
  }
}

@media only screen and (min-width: 1200px) {
  #MainSlider #HomeBanner .lftBx .BannerTxt {
    font-size: 36px;
    line-height: 47px;
  }
}

@media only screen and (min-width: 1360px) {
  #MainSlider #HomeBanner .lftBx .BannerTxt {
    font-size: 38px;
    line-height: 49px;
  }
}

@media only screen and (min-width: 1441px) {
  #MainSlider #HomeBanner .lftBx .BannerTxt {
    font-size: 47px;
    line-height: 58px;
  }
}

#MainSlider #HomeBanner .lftBx p br {
  display: none;
}

@media only screen and (min-width: 1200px) {
  #MainSlider #HomeBanner .lftBx p br {
    display: block;
  }
}

#MainSlider #HomeBanner .lftBx .BtnBx {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

#MainSlider #HomeBanner .lftBx .BtnBx .BrBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: solid 1px #232c41;
  font-weight: 400;
  color: #232c41;
  position: relative;
  overflow: hidden;
  height: 42px;
  width: 120px;
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  #MainSlider #HomeBanner .lftBx .BtnBx .BrBtn {
    height: 48px;
    width: 150px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  #MainSlider #HomeBanner .lftBx .BtnBx .BrBtn {
    height: 53px;
    width: 160px;
    font-size: 18px;
  }
}

#MainSlider #HomeBanner .lftBx .BtnBx .BrBtn:not(:last-of-type) {
  margin-right: 19px;
}

#MainSlider #HomeBanner .lftBx .BtnBx .BrBtn::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: rgb(35, 44, 65);
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

#MainSlider #HomeBanner .lftBx .BtnBx .BrBtn span {
  position: relative;
}

#MainSlider #HomeBanner .lftBx .BtnBx .BrBtn:hover span {
  color: #fff;
}

#MainSlider #HomeBanner .lftBx .BtnBx .BrBtn:hover::before {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

#MainSlider #HomeBanner .lftBx .SliderFlx {
  border: solid 1px rgba(0, 0, 0, 0.22);
  display: none;
  align-items: center;
  height: 115px;
  margin-top: 35px;
}

@media only screen and (min-width: 576px) {
  #MainSlider #HomeBanner .lftBx .SliderFlx {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 1360px) {
  #MainSlider #HomeBanner .lftBx .SliderFlx {
    margin-top: 55px;
  }
}

@media only screen and (min-width: 1441px) {
  #MainSlider #HomeBanner .lftBx .SliderFlx {
    margin-top: 65px;
  }
}

#MainSlider #HomeBanner .lftBx .SliderFlx .TxtBx {
  border-right: solid 1px rgba(0, 0, 0, 0.22);
  height: 100%;
}

#MainSlider #HomeBanner .lftBx .SliderFlx .TxtBx .txt {
  transform: rotate(270deg) translate(-77px, 0);
  white-space: nowrap;
  width: 33px;
  font-size: 14px;
  color: #232c41;
  font-weight: 400;
  text-transform: uppercase;
}

#MainSlider #HomeBanner .lftBx .SliderFlx .SliderBx {
  width: calc(100% - 34px);
  padding: 15px 20px;
}

#MainSlider #HomeBanner .lftBx .SliderFlx .SliderBx .slick-track {
  display: flex;
}

#MainSlider #HomeBanner .lftBx .SliderFlx .SliderBx #ltrSlide {
  margin-top: 10px;
}

#MainSlider #HomeBanner .lftBx .SliderFlx .SliderBx #ltrSlide .slick-track {
  float: right;
}

#MainSlider #HomeBanner .lftBx .SliderFlx .SliderBx .imgBx {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
  min-width: 100px !important;
}

@media only screen and (min-width: 468px) {
  #MainSlider #HomeBanner .lftBx .SliderFlx .SliderBx .imgBx {
    min-width: 136px !important;
  }
}

#MainSlider #HomeBanner .lftBx .SliderFlx .SliderBx .imgBx img {
  max-width: 100%;
  mix-blend-mode: darken;
}

#MainSlider #HomeBanner .lftBx .SliderFlx .SliderBx .slider {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  cursor: default;
}

@media only screen and (min-width: 992px) {
  #MainSlider #HomeBanner .ritBx {
    height: 100%;
  }
}

#MainSlider #HomeBanner .ritBx .imgBx {
  position: relative;
}

@media only screen and (min-width: 992px) {
  #MainSlider #HomeBanner .ritBx .imgBx {
    height: 100%;
  }
}

@media only screen and (min-width: 1441px) {
  #MainSlider #HomeBanner .ritBx .imgBx {
    height: 660px;
  }
}

#MainSlider #HomeBanner .ritBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#MainSlider #HomeBanner .ritBx .imgBx .flXtpbx {
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.55);
  padding-left: 15px;
  width: 50%;
  height: 100%;
}

@media only screen and (max-width: 540px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx {
    display: flex;
    align-items: center;
  }
}

@media only screen and (min-width: 540px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx {
    height: auto;
    width: 100%;
  }
}

@media only screen and (min-width: 992px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx {
    padding-left: 30px;
  }
}

@media only screen and (min-width: 1200px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx {
    padding-left: 50px;
  }
}

@media only screen and (min-width: 1360px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx {
    padding-left: 78px;
  }
}

#MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .container {
  padding-left: 0;
}

@media only screen and (min-width: 540px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .flBx {
    display: flex;
    justify-content: space-between;
  }
}

@media only screen and (min-width: 992px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .flBx {
    width: calc(52% - (100% - 1050px) / 2);
  }
}

@media only screen and (min-width: 1200px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .flBx {
    width: calc(52% - (100% - 1180px) / 2);
  }
}

@media only screen and (min-width: 1441px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .flBx {
    width: calc(52% - (100% - 1260px) / 2);
  }
}

@media only screen and (min-width: 1560px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .flBx {
    width: calc(52% - (100% - 1350px) / 2);
  }
}

#MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx {
  position: relative;
  padding: 8px 0;
  padding-left: 25px;
}

@media only screen and (min-width: 468px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx {
    padding: 15px 0;
    padding-left: 30px;
  }
}

@media only screen and (min-width: 540px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx {
    padding: 30px 0;
    padding-left: 30px;
  }
}

#MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx::after {
  content: "";
  position: absolute;
  left: -5px;
  bottom: 0;
  border-top: none;
  border-left: none;
  transition: 0.4s all;
  width: 0;
  height: 0;
  transform: rotate(134deg);
  border-left: 13px solid rgb(255, 55, 108);
  border-bottom: 13px solid transparent;
  top: 20px;
}

@media only screen and (min-width: 540px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx::after {
    top: 50px;
  }
}

@media only screen and (min-width: 576px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx::after {
    border-left: 16px solid rgb(255, 55, 108);
    border-bottom: 16px solid transparent;
  }
}

#MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: none;
  border-left: none;
  transition: 0.4s all;
  width: 0;
  height: 0;
  opacity: 0.55;
  transform: rotate(134deg);
  border-left: 13px solid rgb(255, 55, 108);
  border-bottom: 13px solid transparent;
  top: 20px;
}

@media only screen and (min-width: 540px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx::before {
    top: 50px;
  }
}

@media only screen and (min-width: 576px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx::before {
    border-left: 16px solid rgb(255, 55, 108);
    border-bottom: 16px solid transparent;
  }
}

@media only screen and (min-width: 540px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx:not(:last-of-type) .txtBx {
    padding-right: 25px;
  }
}

@media only screen and (min-width: 576px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx:not(:last-of-type) .txtBx {
    padding-right: 45px;
  }
}

@media only screen and (min-width: 992px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx:not(:last-of-type) .txtBx {
    border-right: solid 1px rgba(255, 255, 255, 0.55);
  }
}

@media only screen and (min-width: 1360px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx:not(:last-of-type) .txtBx {
    padding-right: 65px;
  }
}

#MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx .txtBx .flxB {
  display: flex;
  align-items: center;
}

#MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx .txtBx .flxB .counting,
#MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx .txtBx .flxB .plus {
  font-weight: bold;
  color: #fff;
  font-size: 18px;
  line-height: 28px;
}

@media only screen and (min-width: 540px) {

  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx .txtBx .flxB .counting,
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx .txtBx .flxB .plus {
    font-size: 24px;
    line-height: 33px;
  }
}

@media only screen and (min-width: 576px) {

  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx .txtBx .flxB .counting,
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx .txtBx .flxB .plus {
    font-size: 28px;
    line-height: 37px;
  }
}

@media only screen and (min-width: 768px) {

  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx .txtBx .flxB .counting,
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx .txtBx .flxB .plus {
    font-size: 34px;
    line-height: 43px;
  }
}

@media only screen and (min-width: 1360px) {

  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx .txtBx .flxB .counting,
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx .txtBx .flxB .plus {
    font-size: 41px;
    line-height: 50px;
  }
}

#MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx .txtBx .txt {
  color: #fff;
  font-weight: 400;
  font-size: 12px;
}

@media only screen and (min-width: 540px) {
  #MainSlider #HomeBanner .ritBx .imgBx .flXtpbx .cmnBx .txtBx .txt {
    font-size: 14px;
  }
}

#pageWrapper {
  margin-top: 108px;
}

@media (max-width: 767px) {
  #pageWrapper {
    margin-top: 75px;
  }
}

.aboutPage .mainT {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: #232c41;
}

@media (max-width: 767px) {
  .aboutPage .mainT {
    font-size: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .aboutPage .mainT {
    font-size: 35px;
  }
}

.aboutarea {
  padding: 55px 0;
}

.aboutarea .topHead {
  text-align: center;
  width: 890px;
  margin: 0 auto;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .aboutarea .topHead {
    width: 100%;
  }
}

.aboutarea .topHead .mainT {
  font-size: 25px;
  font-weight: 600;
  line-height: 1.4;
}

@media (min-width: 480px) and (max-width: 767px) {
  .aboutarea .topHead .mainT {
    font-size: 20px !important;
  }
}

@media (max-width: 767px) {
  .aboutarea .topHead .mainT {
    font-size: 16px;
    font-weight: 600;
    line-height: 1.5;
  }
}

.aboutarea .about-content {
  background: #f0f0f4;
  border-bottom: 3px solid #ff376c;
}

.aboutarea .about-content .about-left {
  padding: 80px 70px 70px 80px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 600;
}

@media (min-width: 480px) and (max-width: 767px) {
  .aboutarea .about-content .about-left {
    padding: 25px !important;
    font-size: 16px !important;
  }
}

@media (max-width: 767px) {
  .aboutarea .about-content .about-left {
    padding: 20px;
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .aboutarea .about-content .about-left {
    line-height: 1.7;
    font-size: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .aboutarea .about-content .about-left {
    padding: 30px 70px 30px 80px;
    font-size: 15px;
    line-height: 1.7;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .aboutarea .about-content .about-left {
    padding: 45px 70px 45px 80px;
    font-size: 16px;
    line-height: 1.8;
  }
}

.aboutarea .about-content .about-right {
  height: 100%;
}

.aboutarea .about-content .about-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}

#ourmission {
  position: relative;
  background: #f0f0f4;
  overflow: hidden;
}

#ourmission .missionarea {
  position: relative;
}

#ourmission .missionarea:nth-of-type(2) .missiontext {
  padding: 60px 125px 90px 90px;
  padding-right: 0;
}

@media (max-width: 767px) {
  #ourmission .missionarea:nth-of-type(2) .missiontext {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-top: 30px;
    padding-left: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #ourmission .missionarea:nth-of-type(2) .missiontext {
    padding-right: 0px;
    padding: 60px 0 50px 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #ourmission .missionarea:nth-of-type(2) .missiontext {
    padding: 35px 60px 42px 60px;
  }
}

#ourmission .missiontext {
  padding-right: 125px;
  padding-bottom: 90px;
  padding-top: 60px;
}

@media (max-width: 767px) {
  #ourmission .missiontext {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-top: 30px;
    padding-left: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #ourmission .missiontext {
    padding-right: 0px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #ourmission .missiontext {
    padding-left: 60px;
    padding-bottom: 42px;
    padding-top: 35px;
    padding-right: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  #ourmission .missiontext {
    padding-bottom: 65px;
    padding-top: 60px;
  }
}

#ourmission .missiontext .mainT {
  color: #232c41;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #ourmission .missiontext .mainT {
    margin-bottom: 0px;
  }
}

#ourmission .missiontext .missionpara {
  font-size: 16px;
  line-height: 1.7rem;
  color: #232c41;
}

@media (max-width: 767px) {
  #ourmission .missiontext .missionpara {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #ourmission .missiontext .missionpara {
    font-size: 14px;
  }
}

#ourmission .missionimage,
#ourmission .missionimage2 {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

@media (max-width: 767px) {

  #ourmission .missionimage,
  #ourmission .missionimage2 {
    position: relative;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {

  #ourmission .missionimage,
  #ourmission .missionimage2 {
    position: relative;
    width: 100%;
  }
}

#ourmission .missionimage2 {
  left: 0;
}

#ourmission img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (max-width: 767px) {
  #ourmission img {
    height: 100%;
  }
}

#partnersarea {
  padding-top: 85px;
  padding-bottom: 45px;
}

@media (max-width: 767px) {
  #partnersarea {
    padding-top: 50px;
  }
}

#partnersarea .topHead {
  text-align: center;
}

#partnersarea .topHead .mainT {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  #partnersarea .topHead .mainT {
    margin-bottom: 15px;
  }
}

#partnersarea .topHead .subT {
  font-size: 18px;
  color: #232c41;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #partnersarea .topHead .subT {
    font-size: 14px;
  }
}

#partnersarea .clientBx {
  display: block;
  border: 1px solid rgb(240, 240, 244);
  text-align: center;
  margin: 0 auto;
}

#partnersarea .clientBx img {
  display: block;
  margin: 0 auto;
}

.customersquotes {
  margin-bottom: 70px;
}

@media (max-width: 767px) {
  .customersquotes {
    margin-bottom: 50px;
  }
}

.customersquotes .container {
  position: relative;
  z-index: 10;
  text-align: center;
}

.customersquotes .container .customerbg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.customersquotes .container .customerbg img {
  width: 100%;
  height: 533px;
  object-fit: cover;
}

@media (max-width: 767px) {
  .customersquotes .container .customerbg img {
    height: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .customersquotes .container .customerbg img {
    height: 100%;
  }
}

.customersquotes .container .quotesbox {
  position: relative;
  z-index: 10;
  color: rgb(255, 255, 255);
  text-align: left;
  font-size: 18px;
  padding: 115px 0 100px 70px;
  line-height: 1.944;
}

@media (max-width: 767px) {
  .customersquotes .container .quotesbox {
    padding: 25px 20px;
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .customersquotes .container .quotesbox {
    font-size: 16px;
    padding: 95px 0 100px 70px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .customersquotes .container .quotesbox {
    padding: 50px 0 18px 70px;
    font-size: 16px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .customersquotes .container .quotesbox {
    padding: 59px 0 100px 70px;
  }
}

.customersquotes .container .quotesbox .mainT {
  color: rgb(255, 255, 255);
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .customersquotes .container .quotesbox .mainT {
    line-height: 33px;
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media (max-width: 767px) {
  .customersquotes .container .quotesbox .mainT br {
    display: none;
  }
}

#newsletterSec {
  padding: 70px 0;
  text-align: center;
  background: #f0f0f4;
}

@media (max-width: 767px) {
  #newsletterSec {
    padding: 50px 0;
  }
}

#newsletterSec .subT {
  font-size: 20px;
  color: #232c41;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #newsletterSec .subT {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #newsletterSec .subT {
    margin-bottom: 15px;
  }
}

#newsletterSec .mainT {
  font-size: 40px;
  color: #232c41;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #newsletterSec .mainT {
    font-size: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #newsletterSec .mainT {
    font-size: 35px;
  }
}

#newsletterSec .txt {
  font-size: 16px;
  color: #6c6c6c;
  font-weight: normal;
  margin-bottom: 45px;
  line-height: 1.625;
  padding: 0 70px;
}

@media (max-width: 767px) {
  #newsletterSec .txt {
    padding: 0;
    font-size: 14px;
  }
}

#newsletterSec .txt a {
  color: #252b40;
  font-weight: 600;
}

#newsletterSec .subscriptionform {
  width: 500px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #newsletterSec .subscriptionform {
    width: 100%;
  }
}

#newsletterSec .subscriptionform input {
  width: 100%;
  border-radius: 10px;
  padding-left: 10px;
  height: 55px;
  border: 1px solid rgb(185, 187, 195);
}

#newsletterSec .subscriptionform input:focus {
  border: none;
  outline: none;
}

#newsletterSec .subscriptionform button {
  position: absolute;
  width: 140px;
  top: 0;
  right: 0;
  height: 55px;
  text-transform: capitalize;
  font-size: 18px;
  border: none;
  border-radius: 0 10px 10px 0;
  background: #232c41;
  transition: 0.3s;
}

@media (max-width: 767px) {
  #newsletterSec .subscriptionform button {
    position: relative;
    margin-top: 15px;
    width: 100%;
    border-radius: 10px;
  }
}

#newsletterSec .subscriptionform button:hover {
  background: rgb(255, 55, 108);
}

.contactPage #supportsection {
  padding: 0;
}

.contactPage .mainT {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: #232c41;
}

#ctasection {
  padding: 65px 0;
  /* padding-right: 5px; */
}

@media (max-width: 767px) {
  #ctasection {
    padding: 65px 0;
  }
}

@media (max-width: 767px) {
  #ctasection .addressbox {
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #ctasection .addressbox {
    margin-bottom: 20px;
  }
}

#ctasection .ctaphone {
  padding-left: 70px;
}

@media (max-width: 767px) {
  #ctasection .ctaphone {
    padding-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #ctasection .ctaphone {
    padding-left: 0px;
  }
}

#ctasection .ctasocial {
  padding-left: 80px;
}

@media (max-width: 767px) {
  #ctasection .ctasocial {
    padding-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #ctasection .ctasocial {
    padding-left: 0px;
  }
}

#ctasection .ctaemail {
  padding-left: 25px;
}

@media (max-width: 767px) {
  #ctasection .ctaemail {
    padding-left: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #ctasection .ctaemail {
    padding-left: 0px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #ctasection .ctaemail {
    padding-left: 0px;
  }
}

#ctasection .heading {
  font-size: 18px;
  color: #232c41;
  font-weight: 700;
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative;
}

@media (max-width: 767px) {
  #ctasection .heading {
    padding-left: 10px;
    font-size: 16px;
    margin-bottom: 5px;
  }
}

#ctasection .heading:before {
  position: absolute;
  left: 0;
  top: 50%;
  content: "";
  background: rgb(255, 21, 83);
  width: 3px;
  height: 14px;
  transform: translateY(-50%);
}

#ctasection .text {
  white-space: pre-line;
  margin: 0;
  line-height: 1.625;
  font-size: 16px;
}

@media (max-width: 767px) {
  #ctasection .text {
    margin: 10px 0;
    font-size: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #ctasection .text {
    font-size: 14px;
    line-height: 1.8;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  #ctasection .text {
    font-size: 15px;
    line-height: 1.8;
  }
}

#ctasection .text a {
  color: #232c41;
}

#ctasection .text a:hover {
  color: #ff376c;
}

@media (max-width: 767px) {
  #ctasection .socialtext {
    margin-top: 10px;
  }
}

#ctasection .socialtext a {
  padding-right: 30px;
  display: inline-block;
}

#ctasection .socialtext a:hover svg {
  fill: #ff376c;
}

#ctasection .socialtext a svg {
  width: 15px;
}

@media (max-width: 767px) {
  #ctasection .socialtext a {
    padding-right: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #ctasection .socialtext a {
    padding-right: 20px;
  }
}

#ctasection .socialtext a:last-child {
  padding-right: 0px;
}

#supportsection:nth-of-type(odd) .col-md-6:first-child {
  border-right: 1px solid rgba(35, 44, 65, 0.11);
}

@media (max-width: 767px) {
  #supportsection:nth-of-type(odd) .col-md-6:first-child {
    border: none;
  }
}

#supportsection:nth-of-type(odd) .salesbox .col-md-6:first-child {
  border: none;
}

#supportsection:nth-of-type(odd) .supportbox .col-md-6:first-child {
  border: none;
}

#supportsection {
  background: #f0f0f4;
  color: #232c41;
}

@media (max-width: 767px) {

  #supportsection .container .salesbox .row,
  #supportsection .container .supportbox .row {
    flex-direction: column-reverse;
  }
}

#supportsection .salesbox,
#supportsection .supportbox {
  padding: 35px 0;
}

#supportsection .boxheader {
  text-align: left;
}

@media (max-width: 767px) {
  #supportsection .boxicon {
    text-align: center;
    margin-bottom: 20px;
  }

  #supportsection .boxicon img {
    width: 80px;
  }
}

#supportsection .title {
  font-size: 25px;
  margin-bottom: 13px;
  font-weight: 700;
  color: #232c41;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #supportsection .title {
    font-size: 21px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  #supportsection .title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  #supportsection .title {
    text-align: center;
    font-size: 22px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #supportsection .title {
    font-size: 20px;
  }
}

#supportsection .sub-title {
  font-size: 16px;
  margin-bottom: 13px;
}

@media (max-width: 767px) {
  #supportsection .sub-title {
    text-align: center;
    font-size: 14px;
  }
}

#supportsection a {
  width: 185px;
  text-transform: capitalize;
  height: 55px;
  border: none;
  border-radius: 10px;
  height: 54px;
  text-align: center;
  font-size: 18px;
  color: rgb(255, 255, 255);
  display: flex;
  transition: 0.3s;
  align-items: center;
  background: #232c41;
  justify-content: center;
}

#supportsection a:hover {
  background: #ff376c;
}

@media (max-width: 767px) {
  #supportsection a {
    margin: 0 auto;
    margin-bottom: 20px;
    width: 145px;
    height: 40px;
    font-size: 13px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #supportsection a {
    width: 156px;
    height: 45px;
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #supportsection a {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  #supportsection .salesbox {
    border: none;
  }
}

#supportsection .salesbox .row {
  align-items: center;
}

@media (max-width: 767px) {
  #supportsection .supportbox {
    padding-top: 0;
  }
}

#supportsection .supportbox .row {
  align-items: center;
  justify-content: space-around;
}

@media (min-width: 768px) and (max-width: 991px) {
  #supportsection .supportbox .row {
    justify-content: center;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #supportsection .supportbox .row {
    justify-content: center;
  }
}

#contactform {
  overflow: hidden;
}

#contactform .Item {
  display: flex;
  justify-content: flex-start;
}

#contactform .Item .Ccontainer {
  width: calc(100% - (100% - 1350px) / 2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #contactform .Item .Ccontainer {
    width: 100%;
    display: block;
  }
}

#contactform .Item .ImgBox {
  width: calc(100% - 675px);
}

@media (max-width: 767px) {
  #contactform .Item .ImgBox {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #contactform .Item .ImgBox {
    width: 100%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #contactform .Item .ImgBox {
    width: 50%;
  }
}

#contactform .Item .ImgBox iframe {
  width: 100%;
  height: 100%;
  filter: grayscale(100%);
}

#contactform .Item .CntnBox {
  padding: 105px 0 95px 90px;
  width: 675px;
}

@media (max-width: 767px) {
  #contactform .Item .CntnBox {
    width: 100%;
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #contactform .Item .CntnBox {
    width: 50%;
    padding: 105px 30px 95px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #contactform .Item .CntnBox {
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #contactform .Item .CntnBox {
    padding: 105px 20px 95px 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  #contactform .Item .CntnBox {
    padding: 105px 90px 95px 30px;
  }
}

#contactform .Item .CntnBox .mainT {
  font-size: 47px;
  line-height: 50px;
  font-weight: bold;
  color: #232c41;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  #contactform .Item .CntnBox .mainT {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #contactform .Item .CntnBox .mainT {
    font-size: 25px;
  }
}

#contactform .Item .CntnBox p {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #contactform .Item .CntnBox p {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #contactform .Item .CntnBox p {
    font-size: 14px;
  }
}

#contactform .Item .CntnBox p:last-child {
  margin-bottom: 0px;
}

#contactform .Item:nth-child(odd) {
  direction: rtl;
}

#contactform .Item:nth-child(odd) .CntnBox {
  padding: 85px 90px 95px 0;
  direction: ltr;
  width: 675px;
}

@media (max-width: 767px) {
  #contactform .Item:nth-child(odd) .CntnBox {
    padding: 20px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #contactform .Item:nth-child(odd) .CntnBox {
    padding: 105px 0 95px 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #contactform .Item:nth-child(odd) .CntnBox {
    padding: 105px 40px 95px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  #contactform .Item:nth-child(odd) .CntnBox {
    padding: 105px 30px 95px 90px;
  }
}

#contactform .Item:nth-child(odd) .CntnBox .maint {
  font-size: 47px;
  line-height: 50px;
  font-weight: bold;
  color: #232c41;
  margin-bottom: 25px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #contactform .Item:nth-child(odd) .CntnBox .maint {
    font-size: 45px;
  }
}

@media (max-width: 767px) {
  #contactform .Item:nth-child(odd) .CntnBox .maint {
    font-size: 25px;
    padding: 10px 0;
    margin-bottom: 0px;
  }
}

#contactform .Item:nth-child(odd) .CntnBox .formcontent {
  font-size: 16px;
  color: #232c41;
  max-width: 500px;
  margin-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #contactform .Item:nth-child(odd) .CntnBox .formcontent {
    font-size: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #contactform .Item:nth-child(odd) .CntnBox .formcontent {
    font-size: 15px;
    max-width: 85%;
    line-height: 25px;
  }
}

@media (max-width: 767px) {
  #contactform .Item:nth-child(odd) .CntnBox .formcontent {
    font-size: 14px;
    line-height: 25px;
  }
}

#contactform .Item:nth-child(odd) .CntnBox form .row {
  margin: -10px;
}

#contactform .Item:nth-child(odd) .CntnBox form .row>* {
  padding: 10px;
}

#contactform .Item:nth-child(odd) .CntnBox form .row>* .form-group {
  margin: 0;
}

#contactform .Item:nth-child(odd) .CntnBox button {
  border: 1px solid rgb(35, 44, 65);
  border-radius: 10px;
  background: #f7f8f8;
  font-size: 18px;
  border-radius: 10px;
  width: 120px;
  height: 53px;
  text-transform: capitalize;
  background: #f7f8f8;
  color: #232c41;
}

@media (max-width: 767px) {
  #contactform .Item:nth-child(odd) .CntnBox button {
    width: 110px;
    height: 40px;
    font-size: 13px;
  }
}

/******************ERROR_PAGE**********************/
.errorPage .row {
  margin: 0;
}

.errorPage .page_cntnt {
  padding: 40px 0 70px;
  text-align: center;
  margin: auto;
}

@media only screen and (min-width: 468px) {
  .errorPage .page_cntnt {
    padding: 80px 0 120px;
  }
}

.errorPage .head_one {
  font-size: 69px;
  font-weight: 700;
  color: rgb(255, 55, 108);
  letter-spacing: 1px;
}

@media only screen and (min-width: 468px) {
  .errorPage .head_one {
    font-size: 95px;
  }
}

.errorPage .head_two {
  font-size: 14px;
  font-weight: 600;
  color: #696868;
  margin-bottom: 30px;
  letter-spacing: 1px;
}

@media only screen and (min-width: 468px) {
  .errorPage .head_two {
    font-size: 20px;
    margin-bottom: 40px;
  }
}

.errorPage .head_three {
  font-size: 16px;
  line-height: normal;
  letter-spacing: 1px;
  font-weight: 600;
  color: #696868;
  margin-bottom: 15px;
}

@media only screen and (min-width: 468px) {
  .errorPage .head_three {
    font-size: 25px;
  }
}

.errorPage p {
  color: #696868;
  margin: 0px;
}

.errorPage .viewMore {
  padding: 13px 20px;
  color: #fff;
  margin-top: 35px;
  display: inline-block;
  text-transform: uppercase;
  font-weight: 500;
  background: rgb(255, 55, 108);
}

.errorPage .viewMore::before {
  background: rgb(35, 44, 65);
}

/************ ****** ************/
/************ FOOTER ************/
/************ ****** ************/
footer {
  overflow: hidden;
  background-color: #232c41;
  width: 100%;
  position: relative;
  z-index: 10;
}

footer .LogoSec {
  display: flex;
  align-items: center;
  height: 100%;
  margin-bottom: 30px;
  width: 145px;
}

@media only screen and (min-width: 468px) {
  footer .LogoSec {
    width: 161px;
  }
}

@media only screen and (min-width: 992px) {
  footer .LogoSec {
    width: 190px;
  }
}

footer .LogoSec a {
  width: 196px;
  display: block;
}

footer .LogoSec a img {
  max-width: 100%;
}

footer .FootTopSec {
  padding: 40px 0 0;
}

@media only screen and (min-width: 768px) {
  footer .FootTopSec {
    padding: 60px 0 0;
  }
}

@media only screen and (min-width: 992px) {
  footer .FootTopSec {
    padding: 95px 0 30px;
  }
}

footer .FootTopSec .social {
  display: flex;
  align-items: center;
  margin-top: 25px;
}

@media (max-width: 767px) {
  footer .FootTopSec .social {
    margin-bottom: 20px;
  }
}

footer .FootTopSec .social li:not(:last-of-type) {
  margin-right: 30px;
}

footer .FootTopSec .social li a {
  display: flex;
}

footer .FootTopSec .social li a:hover svg {
  fill: rgb(255, 55, 108);
}

footer .FootTopSec .social li a svg {
  max-width: 17px;
  fill: #fff;
  transition: 0.4s all;
  min-width: 17px;
}

footer .FootTopSec p {
  color: #fff;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 26px;
}

@media only screen and (min-width: 1441px) {
  footer .FootTopSec p {
    font-size: 16px;
    line-height: 30px;
  }
}

footer .FootTopSec .fTitle {
  font-size: 14px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  footer .FootTopSec .fTitle {
    font-size: 18px;
  }
}

@media only screen and (min-width: 992px) {
  footer .FootTopSec .fTitle {
    font-size: 22px;
  }
}

footer .FootTopSec a {
  display: block;
  font-size: 14px;
  transition: 0.4s all;
  color: #fff;
  line-height: 25px;
  font-weight: 500;
}

@media only screen and (min-width: 1441px) {
  footer .FootTopSec a {
    line-height: 30px;
    font-size: 16px;
  }
}

footer .FootTopSec a:hover {
  color: rgb(255, 55, 108);
}

footer .FootTopSec ul li a {
  display: block;
  transition: 0.4s all;
  color: #fff;
  font-weight: 500;
  font-size: 14px;
  line-height: 25px;
}

@media only screen and (min-width: 1441px) {
  footer .FootTopSec ul li a {
    font-size: 16px;
    line-height: 26px;
  }
}

footer .FootTopSec ul li a:hover {
  color: rgb(255, 55, 108);
}

footer .FootTopSec .ritBx {
  display: grid;
  justify-content: space-between;
  grid-template-columns: 1fr 1fr;
}

@media only screen and (min-width: 576px) {
  footer .FootTopSec .ritBx {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 0 10px;
  }
}

@media only screen and (max-width: 768px) {
  footer .FootTopSec .ritBx .cmnBx {
    margin-bottom: 20px;
  }
}

footer .FootTopSec .ritBx .cmnBx a span {
  color: rgb(255, 55, 108);
}

footer #copYRight {
  position: relative;
  z-index: 1;
  border-top: 1px solid #35405a;
  padding: 20px 0;
}

@media only screen and (min-width: 768px) {
  footer #copYRight {
    margin-top: 30px;
  }
}

footer #copYRight .flexRow {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

@media only screen and (max-width: 992px) {
  footer #copYRight .flexRow {
    flex-wrap: wrap;
  }
}

@media only screen and (max-width: 700px) {
  footer #copYRight .flexRow {
    justify-content: center;
  }
}

footer #copYRight .lftSec {
  width: 100%;
}

@media only screen and (min-width: 768px) {
  footer #copYRight .lftSec {
    display: flex;
    align-items: center;
    width: fit-content;
    width: -moz-fit-content;
  }
}

@media only screen and (max-width: 768px) {
  footer #copYRight .lftSec {
    text-align: center;
  }
}

footer #copYRight .lftSec span {
  color: rgb(255, 255, 255);
}

footer #copYRight .lftSec p {
  color: rgb(255, 255, 255);
  margin: 0px;
  font-weight: 400;
  text-align: center;
  font-size: 13px;
}

@media only screen and (min-width: 576px) {
  footer #copYRight .lftSec p {
    font-size: 14px;
  }
}

@media only screen and (min-width: 992px) {
  footer #copYRight .lftSec p {
    font-size: 16px;
    text-align: inherit;
  }
}

@media only screen and (max-width: 700px) {
  footer #copYRight .lftSec {
    width: 100% !important;
    margin-bottom: 10px;
  }
}

footer #copYRight .ritSec {
  width: 100%;
  margin-top: 5px;
}

@media only screen and (min-width: 680px) {
  footer #copYRight .ritSec {
    display: block;
    width: fit-content;
    width: -moz-fit-content;
    margin-top: 0;
  }
}

@media only screen and (max-width: 768px) {
  footer #copYRight .ritSec {
    margin: auto;
  }
}

footer #copYRight .designed {
  font-size: 11px;
  font-family: "Courier Prime", monospace;
  color: rgb(211, 181, 7);
  text-transform: capitalize;
  letter-spacing: 1px;
  justify-content: center;
  display: flex;
  align-items: center;
  margin-top: 5px;
}

@media only screen and (min-width: 468px) {
  footer #copYRight .designed {
    font-size: 13px;
  }
}

@media only screen and (min-width: 680px) {
  footer #copYRight .designed {
    margin-top: 0px;
    justify-content: normal;
  }
}

footer #copYRight .designed a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding-left: 0px;
}

@media only screen and (min-width: 468px) {
  footer #copYRight .designed a {
    padding-left: 5px;
  }
}

footer #copYRight .designed a svg {
  max-width: 110px;
  transition: all 0.3s;
}

footer #copYRight .designed a svg .st0 {
  fill: #F7D909;
}

footer #copYRight .designed a svg .st1 {
  fill: url(#FootSVGID_1_);
}

footer #copYRight .designed a svg .st2 {
  fill: rgb(147, 147, 147);
}

footer #copYRight .designed a svg .st3 {
  fill: url(#FootSVGID_2_);
}

footer #copYRight .designed a svg .st4 {
  fill: url(#FootSVGID_3_);
}

footer #copYRight .designed a svg .st5 {
  fill: url(#FootSVGID_4_);
}

footer #copYRight .designed a svg .st6 {
  fill: rgb(147, 147, 147);
}

footer #copYRight .designed a svg .st7 {
  fill: #F6D808;
}

footer #copYRight .txt {
  font-family: "Courier Prime", monospace;
  letter-spacing: 1px;
  color: rgb(149, 149, 149);
  text-transform: capitalize;
  transition: all 0.3s;
  position: relative;
  z-index: 1;
  margin-top: 5px;
  display: block;
  font-size: 10px;
  text-align: center;
}

@media only screen and (min-width: 468px) {
  footer #copYRight .txt {
    font-size: 12px;
  }
}

@media only screen and (min-width: 680px) {
  footer #copYRight .txt {
    text-align: left;
  }
}

footer #copYRight .txt:hover {
  color: rgb(255, 255, 255);
}

#newssection .rows {
  display: flex;
}

@media (max-width: 767px) {
  #newssection .rows {
    display: block;
  }
}

#newssection .rows .leftnewsbox {
  width: calc(100% - 320px);
  padding-right: 28px;
  padding-top: 85px;
  border-right: 1px solid rgb(218, 218, 218);
}

@media (max-width: 767px) {
  #newssection .rows .leftnewsbox {
    width: 100%;
    padding-right: 0;
    padding-top: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #newssection .rows .leftnewsbox {
    width: 100%;
  }
}

#newssection .news-boxes .big-news {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #newssection .news-boxes .big-news {
    margin-bottom: 100px;
  }
}

#newssection .news-boxes .blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#newssection .news-boxes .news-details {
  background-color: #fff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid #fff;
  margin: 0 20px;
  position: relative;
  margin-top: -95px;
  padding: 30px;
}

@media (max-width: 767px) {
  #newssection .news-boxes .news-details {
    padding: 22px;
    margin-bottom: -50px;
  }
}

#newssection .news-boxes .news-heading {
  font-size: 25px;
  font-weight: 700;
  padding-right: 90px;
  padding-bottom: 20px;
  color: #232c41;
}

@media (max-width: 767px) {
  #newssection .news-boxes .news-heading {
    font-size: 18px;
    padding-right: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #newssection .news-boxes .news-heading {
    padding-right: 75px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #newssection .news-boxes .news-heading {
    padding-right: 0;
    font-size: 20px;
  }
}

#newssection .news-boxes .news-heading a {
  color: #232c41;
}

#newssection .news-boxes .news-heading a:hover {
  color: #ff376c;
}

#newssection .news-boxes .news-meta {
  margin-bottom: 15px;
}

#newssection .news-boxes .news-meta ul li {
  display: inline-block;
  margin-right: 5px;
}

@media (max-width: 767px) {
  #newssection .news-boxes .news-meta ul li {
    margin-right: 0;
  }
}

#newssection .news-boxes .news-meta ul li a {
  display: block;
  background: #ff376c;
  border-radius: 2px;
  color: rgb(255, 255, 255);
  font-size: 14px;
  padding: 6px;
  font-weight: normal;
  font-size: 12px;
}

#newssection .news-boxes .news-content {
  font-size: 16px;
  color: #232c41;
  font-weight: normal;
  line-height: 1.625;
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  #newssection .news-boxes .news-content {
    font-size: 14px;
  }
}

#newssection .news-boxes .small-news .news-box {
  margin-bottom: 28px;
}

#newssection .news-boxes .small-news .news-box .blog-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#newssection .news-boxes .small-news .news-box .news-details {
  background-color: #fff;
  box-shadow: 0px 0px 27px 0px rgba(0, 0, 0, 0.09);
  border: 1px solid #fff;
  margin: 0 12px;
  position: relative;
  margin-top: -20px;
  height: 148px;
  padding: 20px 15px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #newssection .news-boxes .small-news .news-box .news-details {
    font-size: 16px;
  }
}

#newssection .news-boxes .small-news .news-box .news-heading {
  font-size: 14px;
  font-weight: 700;
  padding-right: 30px;
  color: #232c41;
  padding-bottom: 0;
}

@media (max-width: 767px) {
  #newssection .news-boxes .small-news .news-box .news-heading {
    text-align: center;
    padding-right: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  #newssection .news-boxes .small-news .news-box .news-heading {
    font-size: 12px;
    padding-right: 0;
  }
}

#newssection .news-boxes .small-news .news-box .news-meta {
  margin-bottom: 15px;
}

#newssection .news-boxes .small-news .news-box .news-meta ul li {
  display: inline-block;
  margin-right: 5px;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  #newssection .news-boxes .small-news .news-box .news-meta ul li {
    margin-right: 0px;
  }
}

#newssection .news-boxes .small-news .news-box .news-meta ul li a {
  display: block;
  background: #f0f0f4;
  border-radius: 2px;
  color: #232c41;
  font-size: 12px;
  padding: 5px;
  font-weight: normal;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  #newssection .news-boxes .small-news .news-box .news-meta ul li a {
    font-size: 10px;
  }
}

#newssection .news-boxes .small-news .news-box .news-content {
  font-size: 16px;
  color: #232c41;
  font-weight: normal;
  line-height: 1.625;
  padding-bottom: 35px;
}

.rightnews {
  padding-top: 85px;
  width: 320px;
}

@media (max-width: 767px) {
  .rightnews {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .rightnews {
    width: 400px;
  }
}

.rightnews .blogsidebar {
  padding-left: 43px;
  padding-top: 10px;
}

@media (max-width: 767px) {
  .rightnews .blogsidebar {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .rightnews .blogsidebar {
    padding-left: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .rightnews .blogsidebar {
    padding-left: 25px;
  }
}

.rightnews .blogsidebar .heading {
  font-size: 30px;
  color: #232c41;
  font-weight: 700;
  margin-bottom: 40px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .rightnews .blogsidebar .heading {
    margin-bottom: 30px;
  }
}

.rightnews .blogsidebar .sidebar-meta {
  padding: 27px 0;
  border-bottom: 1px solid rgb(218, 218, 218);
}

.rightnews .blogsidebar .sidebar-meta:hover {
  cursor: pointer;
}

.rightnews .blogsidebar .sidebar-meta:hover .news-meta a {
  background: #ff376c;
  color: rgb(255, 255, 255);
}

.rightnews .blogsidebar .sidebar-meta .news-meta {
  margin-bottom: 15px;
}

.rightnews .blogsidebar .sidebar-meta .news-meta ul li {
  display: inline-block;
  margin-right: 5px;
}

.rightnews .blogsidebar .sidebar-meta .news-meta ul li a {
  display: block;
  background: #f0f0f4;
  border-radius: 2px;
  color: #232c41;
  font-size: 12px;
  padding: 5px;
  font-weight: normal;
}

.rightnews .blogsidebar .sidebar-meta .news-heading {
  font-size: 14px;
  font-weight: 700;
  padding-right: 0px;
  color: #232c41;
  padding-bottom: 0;
  line-height: 23px;
}

.rightnews .blogsidebar .sidebar-meta .news-heading a {
  color: #232c41;
}

.rightnews .blogsidebar .sidebar-meta .news-heading a:hover {
  color: #ff376c;
}

.careersPage #careersboxSec {
  overflow: hidden;
  background: #f0f0f4;
}

.careersPage #careersboxSec .Item {
  display: flex;
  justify-content: flex-start;
}

.careersPage #careersboxSec .Item .Ccontainer {
  width: calc(100% - (100% - 1350px) / 2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

@media (max-width: 767px) {
  .careersPage #careersboxSec .Item .Ccontainer {
    width: 100%;
    display: block;
  }
}

.careersPage #careersboxSec .Item .ImgBox {
  width: calc(100% - 677px);
  height: 100%;
}

@media (max-width: 767px) {
  .careersPage #careersboxSec .Item .ImgBox {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .careersPage #careersboxSec .Item .ImgBox {
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .careersPage #careersboxSec .Item .ImgBox {
    width: 50%;
  }
}

.careersPage #careersboxSec .Item .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careersPage #careersboxSec .Item .CntnBox {
  padding: 105px 0 95px 90px;
  width: 677px;
}

@media (max-width: 767px) {
  .careersPage #careersboxSec .Item .CntnBox {
    width: 100%;
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .careersPage #careersboxSec .Item .CntnBox {
    width: 50%;
    padding: 105px 30px 95px 20px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .careersPage #careersboxSec .Item .CntnBox {
    width: 50%;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .careersPage #careersboxSec .Item .CntnBox {
    padding: 105px 20px 95px 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .careersPage #careersboxSec .Item .CntnBox {
    padding: 105px 90px 95px 30px;
  }
}

.careersPage #careersboxSec .Item .CntnBox .mainT {
  color: #232c41;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 40px;
}

@media (max-width: 767px) {
  .careersPage #careersboxSec .Item .CntnBox .mainT {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .careersPage #careersboxSec .Item .CntnBox .mainT {
    font-size: 25px;
  }
}

.careersPage #careersboxSec .Item .CntnBox p {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .careersPage #careersboxSec .Item .CntnBox p {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .careersPage #careersboxSec .Item .CntnBox p {
    font-size: 14px;
  }
}

.careersPage #careersboxSec .Item .CntnBox p:last-child {
  margin-bottom: 0px;
}

.careersPage #careersboxSec .Item:nth-child(odd) {
  direction: rtl;
}

.careersPage #careersboxSec .Item:nth-child(odd) .CntnBox {
  padding: 105px 163px 95px 0;
  direction: ltr;
}

@media (max-width: 767px) {
  .careersPage #careersboxSec .Item:nth-child(odd) .CntnBox {
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .careersPage #careersboxSec .Item:nth-child(odd) .CntnBox {
    padding: 105px 20px 95px 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .careersPage #careersboxSec .Item:nth-child(odd) .CntnBox {
    padding: 105px 40px 95px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .careersPage #careersboxSec .Item:nth-child(odd) .CntnBox {
    padding: 105px 30px 95px 90px;
  }
}

.careersPage #advantagesSec {
  padding: 40px 0 0;
}

@media only screen and (min-width: 768px) {
  .careersPage #advantagesSec {
    padding: 60px 0;
  }
}

@media only screen and (min-width: 768px) and (min-width: 992px) {
  .careersPage #advantagesSec {
    padding: 85px 0;
  }
}

.careersPage #advantagesSec .lftBx .contentbox {
  background: #232c41;
  color: rgb(255, 255, 255);
  min-height: 400px;
  padding: 85px 85px 80px 90px;
}

@media (max-width: 767px) {
  .careersPage #advantagesSec .lftBx .contentbox {
    min-height: auto;
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .careersPage #advantagesSec .lftBx .contentbox {
    min-height: 100%;
    padding: 45px 85px 45px 90px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .careersPage #advantagesSec .lftBx .contentbox {
    padding: 85px 55px 80px 55px;
  }
}

.careersPage #advantagesSec .lftBx .contentbox .title {
  font-size: 35px;
  font-weight: bold;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .careersPage #advantagesSec .lftBx .contentbox .title {
    font-size: 25px;
  }
}

.careersPage #advantagesSec .lftBx .contentbox p {
  font-size: 20px;
  color: rgb(255, 255, 255);
  line-height: 32px;
}

@media (max-width: 767px) {
  .careersPage #advantagesSec .lftBx .contentbox p {
    font-size: 14px;
  }
}

.careersPage #advantagesSec .lftBx .imgBx {
  width: 100%;
  margin: auto;
}

.careersPage #advantagesSec .lftBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.careersPage #advantagesSec .rtBx {
  display: flex;
}

.careersPage #advantagesSec .ritBx {
  padding-left: 50px;
}

@media (max-width: 767px) {
  .careersPage #advantagesSec .ritBx {
    padding-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .careersPage #advantagesSec .ritBx {
    padding-left: 0;
    margin-top: 20px;
  }
}

.careersPage #advantagesSec .ritBx .mainT {
  color: #232c41;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .careersPage #advantagesSec .ritBx .mainT {
    font-size: 25px;
    margin-top: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .careersPage #advantagesSec .ritBx .mainT {
    font-size: 25px;
  }
}

.careersPage #advantagesSec .ritBx .mainT br {
  display: none;
}

.careersPage #advantagesSec .ritBx p {
  opacity: 0.8;
}

.careersPage #advantagesSec .ritBx .cmnBlk .cmnBx {
  padding: 22px 0;
  padding-right: 40px;
  transition: 0.5s all;
  position: relative;
}

.careersPage #advantagesSec .ritBx .cmnBlk .cmnBx::after {
  content: "";
  position: absolute;
  left: 0;
  height: 100%;
  width: 0;
  background: #ff1553;
  top: 0;
  transition: 0.4s all;
}

.careersPage #advantagesSec .ritBx .cmnBlk .cmnBx .innBx {
  transition: 0.5s all;
}

.careersPage #advantagesSec .ritBx .cmnBlk .cmnBx .title {
  color: #232c41;
  font-weight: bold;
  margin-bottom: 5px;
  position: relative;
  padding-left: 17px;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 16px;
}

.careersPage #advantagesSec .ritBx .cmnBlk .cmnBx .title::after {
  content: "";
  position: absolute;
  left: -4px;
  right: auto;
  top: 5px;
  bottom: 0;
  border-top: none;
  border-left: none;
  transition: 0.4s all;
  width: 0;
  height: 0;
  border-left: 11px solid #232c41;
  border-bottom: 11px solid transparent;
  transform: rotate(134deg);
}

.careersPage #advantagesSec .ritBx .cmnBlk .cmnBx p {
  opacity: 0.55;
  margin-bottom: 0;
}

.careersPage #advantagesSec .ritBx .cmnBlk .cmnBx:hover {
  background: #f0f0f4;
  padding-left: 15px;
}

@media only screen and (min-width: 992px) {
  .careersPage #advantagesSec .ritBx .cmnBlk .cmnBx:hover {
    margin-left: -52px;
    padding-left: 35px;
  }
}

.careersPage #advantagesSec .ritBx .cmnBlk .cmnBx:hover::after {
  width: 8px;
}

.careersPage #advantagesSec .ritBx .cmnBlk .cmnBx:hover .title {
  padding-left: 0;
}

.careersPage #advantagesSec .ritBx .cmnBlk .cmnBx:hover .title::after {
  left: auto;
  right: -20px;
  border-left: 8px solid #ff1553;
}

@media only screen and (min-width: 992px) {
  .careersPage #advantagesSec .ritBx .cmnBlk .cmnBx:hover .title::after {
    border-left: 11px solid #ff1553;
  }
}

.careersPage #advantagesSec .ritBx .cmnBlk .cmnBx:hover p {
  opacity: 0.88;
}

#vacancies {
  background: #f0f0f4;
  padding-top: 75px;
}

@media (max-width: 767px) {
  #vacancies {
    padding-top: 45px;
  }
}

#vacancies .vacancytext .maint {
  font-size: 40px;
  color: #232c41;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #vacancies .vacancytext .maint {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #vacancies .vacancytext .maint {
    font-size: 25px;
  }
}

#vacancies .vacancytext p {
  color: #232c41;
  font-weight: 600;
}

#vacancies .vacancieslists {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  padding: 35px 0;
}

#vacancies .vacancieslists .vacancytitle {
  font-size: 24px;
  font-weight: 600;
  color: #232c41;
}

@media (max-width: 767px) {
  #vacancies .vacancieslists .vacancytitle {
    font-size: 16px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #vacancies .vacancieslists .vacancytitle {
    font-size: 20px;
  }
}

#vacancies .vacancieslists .vacancylink a {
  width: 120px;
  height: 40px;
  background: #232c41;
  display: flex;
  font-size: 13px;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  font-weight: normal;
  transition: 0.3s;
  color: rgb(255, 255, 255);
}

#vacancies .vacancieslists .vacancylink a:hover {
  background: #ff376c;
}

#applicationform {
  padding: 65px 0;
  background: #f0f0f4;
}

#applicationform .maint {
  font-size: 47px;
  font-weight: 600;
  color: #232c41;
  text-align: center;
}

#applicationform .applyform {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
}

#applicationform .applyform .inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#applicationform .applyform .inputbox {
  width: 33.33%;
}

#applicationform .applyform .inputboxfull {
  width: 66.67%;
}

#applicationform .applyform .inputbtn {
  margin-top: 30px;
  width: 100%;
}

#applicationform .applyform button {
  border: 1px solid rgb(35, 44, 65);
  border-radius: 10px;
  background: #f7f8f8;
  font-size: 18px;
  border-radius: 10px;
  width: 120px;
  height: 53px;
  text-transform: capitalize;
  background: #f7f8f8;
  color: #232c41;
  text-align: center;
}

.captchaPage .mainT {
  font-size: 40px;
  line-height: 50px;
  font-weight: bold;
  color: #232c41;
}

@media (max-width: 767px) {
  .captchaPage .mainT {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .captchaPage .mainT {
    font-size: 30px;
  }
}

@media (max-width: 767px) {
  .captchaPage .subtext {
    font-size: 14px;
    line-height: 25px;
  }
}

.processarea {
  position: relative;
}

.processarea .processtext {
  padding-right: 125px;
  padding-bottom: 90px;
  padding-top: 60px;
}

@media (max-width: 767px) {
  .processarea .processtext {
    padding-right: 0px;
    padding-bottom: 25px;
    padding-top: 30px;
    padding-left: 8px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .processarea .processtext {
    padding-right: 0px;
    padding-bottom: 50px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .processarea .processtext {
    padding-left: 60px;
    padding-bottom: 42px;
    padding-top: 35px;
    padding-right: 60px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .processarea .processtext {
    padding-bottom: 65px;
    padding-top: 60px;
  }
}

.processarea .processtext .mainT {
  color: #232c41;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .processarea .processtext .mainT {
    margin-bottom: 0px;
  }
}

.processarea .processtext .processpara {
  font-size: 16px;
  line-height: 1.7rem;
}

@media (max-width: 767px) {
  .processarea .processtext .processpara {
    font-size: 14px;
    line-height: 1.7;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .processarea .processtext .processpara {
    font-size: 14px;
  }
}

.processarea .processbg {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

@media (max-width: 767px) {
  .processarea .processbg {
    position: relative;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .processarea .processbg {
    position: relative;
    width: 100%;
  }
}

#processSec {
  overflow: hidden;
  background: #232c41;
}

#processSec .processbox {
  background: #f0f0f4;
  display: flex;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  #processSec .processbox {
    padding: 40px 0;
  }
}

@media only screen and (min-width: 992px) {
  #processSec {
    padding-right: 0;
  }
}

#processSec .lftcontent {
  padding: 40px 0 0;
}

@media (max-width: 767px) {
  #processSec .lftcontent {
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #processSec .lftcontent {
    padding: 40px 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #processSec .lftcontent {
    padding: 15px 0 0 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  #processSec .lftcontent {
    padding: 0;
  }
}

@media only screen and (min-width: 992px) {
  #processSec .lftcontent .custom_container {
    width: calc(50% - (100% - 1050px) / 2);
  }
}

@media only screen and (min-width: 1200px) {
  #processSec .lftcontent .custom_container {
    width: calc(50% - (100% - 1180px) / 2);
  }
}

@media only screen and (min-width: 1441px) {
  #processSec .lftcontent .custom_container {
    width: calc(50% - (100% - 1260px) / 2);
  }
}

@media only screen and (min-width: 1560px) {
  #processSec .lftcontent .custom_container {
    width: calc(50% - (100% - 1350px) / 2);
  }
}

@media only screen and (min-width: 992px) {
  #processSec .lftcontent .processtext {
    padding-right: 25px;
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  #processSec .lftcontent .processtext {
    padding-right: 100px;
  }
}

#processSec .lftcontent .processtext .mainT {
  color: #232c41;
  font-weight: bold;
  margin-bottom: 25px;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  #processSec .lftcontent .processtext .mainT {
    padding-top: 36px;
  }
}

#processSec .lftcontent .processtext .subtext {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 30px;
}

@media (min-width: 768px) and (max-width: 991px) {
  #processSec .lftcontent .processtext .subtext {
    margin: 20px 0;
    font-size: 12px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #processSec .lftcontent .processtext .subtext {
    font-size: 12px;
  }
}

#processSec .lftcontent .processtext .subtext:last-child {
  margin-bottom: 0px;
}

#processSec .rightprocess {
  background: #232c41;
  padding: 60px;
}

@media (max-width: 767px) {
  #processSec .rightprocess {
    padding: 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #processSec .rightprocess {
    padding: 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #processSec .rightprocess {
    background: #232c41;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #processSec .rightprocess {
    padding: 45px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  #processSec .rightprocess {
    height: auto;
  }
}

#processSec .rightprocess .processslider {
  position: relative;
  overflow: hidden;
  background: #232c41;
  height: 100%;
}

@media (min-width: 1200px) and (max-width: 1499px) {
  #processSec .rightprocess .processslider {
    height: auto;
  }
}

@media only screen and (min-width: 1441px) {
  #processSec .rightprocess .processslider {
    height: 100%;
  }
}

#processSec .rightprocess .processslider .slide-txt {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  padding-top: 30px;
  text-transform: uppercase;
  text-align: center;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #processSec .rightprocess .processslider .slide-txt {
    font-size: 16px;
  }
}

#whysection .captchacontent {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 85px 35px 70px 35px;
  max-width: 1045px;
}

@media (max-width: 767px) {
  #whysection .captchacontent {
    max-width: 100%;
    padding: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #whysection .captchacontent {
    padding: 50px 0;
  }
}

#whysection .captchacontent .mainT {
  color: #232c41;
  font-weight: bold;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  #whysection .captchacontent .mainT {
    margin-bottom: 0;
  }
}

#whysection .captchacontent .para {
  font-size: 16px;
  color: #232c41;
  line-height: 1.625;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  #whysection .captchacontent .para {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #whysection .captchacontent .para {
    font-size: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #whysection .captchacontent .para {
    font-size: 14px;
  }
}

#whysection .captchacontent .subhead {
  text-align: center;
  margin-bottom: 60px;
}

#whysection .captchacontent .subhead .title {
  font-size: 20px;
  font-weight: 600;
  color: #232c41;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  #whysection .captchacontent .subhead .title {
    font-size: 18px;
  }
}

#whysection .captchacontent .subhead .content {
  font-size: 16px;
  color: #232c41;
  line-height: 1.625;
}

@media (max-width: 767px) {
  #whysection .captchacontent .subhead .content {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #whysection .captchacontent .subhead .content {
    font-size: 15px;
  }
}

#whysection .captchacontent .cmnBx {
  transition: 0.4s all;
  background: #fff;
  text-align: center;
  border: solid 1px #e4e4e4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none;
  padding: 25px 20px;
}

@media only screen and (min-width: 576px) {
  #whysection .captchacontent .cmnBx {
    height: 338px;
    padding: 35px 25px;
  }
}

@media only screen and (min-width: 768px) {
  #whysection .captchacontent .cmnBx {
    padding: 50px 25px;
  }
}

#whysection .captchacontent .cmnBx .innrBx {
  transition: 0.4s all;
}

#whysection .captchacontent .cmnBx .innrBx:hover .icon img {
  -webkit-filter: invert(46%) sepia(51%) saturate(6999%) hue-rotate(324deg) brightness(102%) contrast(104%);
  filter: invert(46%) sepia(51%) saturate(6999%) hue-rotate(324deg) brightness(102%) contrast(104%);
}

#whysection .captchacontent .cmnBx .icon {
  margin-bottom: 20px;
}

#whysection .captchacontent .cmnBx .icon svg {
  fill: #4d5362;
  transition: 0.4s all;
  max-width: 60px;
  min-width: 60px;
}

@media only screen and (min-width: 576px) {
  #whysection .captchacontent .cmnBx .icon svg {
    max-width: 70px;
    min-width: 70px;
  }
}

@media only screen and (min-width: 768px) {
  #whysection .captchacontent .cmnBx .icon svg {
    max-width: 90px;
    min-width: 90px;
  }
}

#whysection .captchacontent .cmnBx .title {
  color: #4d5362;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  transition: 0.4s all;
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (min-width: 576px) {
  #whysection .captchacontent .cmnBx .title {
    font-size: 18px;
    line-height: 28px;
  }
}

#whysection .captchacontent .cmnBx p {
  transition: 0.4s all;
  margin-bottom: 0;
  color: #232c41;
}

#whysection .captchacontent .cmnBx:hover {
  box-shadow: 0px 0px 38px 0px #e4e4e4;
  border-color: #fff;
  border-bottom: solid 5px #ff1553;
  transform: translateY(-20px);
}

#whysection .captchacontent .cmnBx:hover .icon svg {
  fill: rgb(255, 55, 108);
}

#whysection .captchacontent .cmnBx:hover .title {
  color: #232c41;
}

#demoSec {
  background: #ff376c;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  #demoSec {
    padding: 60px 0;
  }
}

#demoSec .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

@media (max-width: 767px) {
  #demoSec .bg {
    display: none;
  }
}

#demoSec .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

#demoSec .container {
  position: relative;
  z-index: 10;
  text-align: left;
  align-items: center;
  color: rgb(255, 255, 255);
  display: flex;
  justify-content: space-between;
}

@media (max-width: 767px) {
  #demoSec .container {
    display: block;
  }
}

#demoSec .demodetails {
  width: calc(100% - 417px);
  padding-right: 50px;
  color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
  #demoSec .demodetails {
    width: 100%;
    padding: 0;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #demoSec .demodetails {
    width: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #demoSec .demodetails {
    padding-right: 0px;
  }
}

#demoSec .demodetails .demotitle {
  text-align: left;
  color: rgb(255, 255, 255);
  margin-bottom: 20px;
}

#demoSec .demodetails .demotitle .subT {
  font-weight: 500;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 15px;
  font-size: 16px;
}

@media only screen and (min-width: 576px) {
  #demoSec .demodetails .demotitle .subT {
    font-size: 18px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #demoSec .demodetails .demotitle .subT {
    font-size: 15px;
  }
}

#demoSec .demodetails .demotitle .mainT {
  color: rgb(255, 255, 255);
  font-weight: bold;
  margin-bottom: 25px;
}

@media only screen and (max-width: 576px) {
  #demoSec .demodetails .demotitle .mainT {
    font-size: 18px;
  }
}

#demoSec .demodetails .demobtn {
  align-items: center;
  justify-content: left;
}

#demoSec .demodetails .demobtn a {
  background: #232c41;
  display: flex;
  width: 150px;
  color: rgb(255, 255, 255);
  height: 60px;
  text-align: center;
  border-radius: 10px;
  font-size: 14px;
  align-items: center;
  justify-content: center;
}

#single-details .blogtitle {
  max-width: 1115px;
  text-align: center;
  margin: 0 auto;
  font-size: 25px;
  font-weight: 700;
  color: #232c41;
  border: 1px solid rgb(240, 240, 244);
  padding: 45px 45px 25px 105px;
}

@media (max-width: 767px) {
  #single-details .blogtitle {
    max-width: 100%;
    border: none;
    font-size: 18px;
    padding: 0;
    padding-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #single-details .blogtitle {
    padding: 40px;
    font-size: 22px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #single-details .blogtitle {
    font-size: 20px;
  }
}

#single-details .news-meta {
  margin-top: 25px;
}

@media (max-width: 767px) {
  #single-details .news-meta {
    margin: 25px 0;
  }
}

#single-details .news-meta ul li {
  display: inline-block;
  margin-right: 5px;
}

#single-details .news-meta ul li a {
  display: block;
  background: #f0f0f4;
  border-radius: 2px;
  color: #232c41;
  font-size: 12px;
  padding: 5px;
  font-weight: normal;
}

#single-details .blog-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#single-details .blog-content {
  max-width: 1115px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  color: #232c41;
  line-height: 1.625;
  border: 1px solid rgb(240, 240, 244);
  padding: 60px 45px 60px 40px;
  border-top: 8px solid #ff376c;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  #single-details .blog-content {
    max-width: 100%;
    font-size: 14px;
    border-top: 8px solid #ff376c;
    padding: 10px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #single-details .blog-content {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #single-details .blog-content {
    font-size: 15px;
  }
}

#single-details .blog-content .para {
  padding-bottom: 35px;
}

@media (max-width: 767px) {
  #single-details .blog-content .para {
    padding-bottom: 25px;
  }
}

#single-details .blog-content .para:nth-child(3) {
  padding-bottom: 25px;
}

#single-details .blog-pagination {
  background: #f0f0f4;
  padding: 30px;
}

@media (max-width: 767px) {
  #single-details .blog-pagination {
    padding: 14px;
  }
}

#single-details .blog-pagination .container {
  display: flex;
  justify-content: space-between;
}

#single-details .blog-pagination a {
  width: 155px;
  height: 55px;
  border: 1px solid rgb(35, 44, 65);
  border-radius: 10px;
  background: rgb(247, 248, 248);
  font-size: 15px;
  color: #232c41;
  text-align: center;
  display: block;
  line-height: 55px;
}

@media (max-width: 767px) {
  #single-details .blog-pagination a {
    width: 129px;
    height: 40px;
    line-height: 40px;
  }
}

@media (min-width: 768px) and (max-width: 992px) {
  #single-details .blog-pagination a {
    width: 140px;
    height: 45px;
    line-height: 45px;
  }
}

#single-details .blog-pagination .prev-link img {
  transform: rotate(180deg);
  margin-top: -3px;
  line-height: 10px;
  margin-right: 5px;
  display: inline-block;
}

#careerdetails {
  padding-top: 80px;
  color: #232c41;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  #careerdetails {
    padding-top: 40px;
  }
}

#careerdetails .jobtitle {
  font-size: 30px;
  font-weight: 600;
  color: #232c41;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #careerdetails .jobtitle {
    font-size: 25px;
  }
}

#careerdetails p {
  color: #232c41;
  margin-bottom: 20px;
}

#careerdetails .requirmentlist strong {
  color: #232c41;
}

#careerdetails .requirmentlist ul {
  margin-top: 15px;
  margin-bottom: 45px;
}

#careerdetails .requirmentlist ul li {
  font-size: 16px;
  color: #232c41;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  #careerdetails .requirmentlist ul li {
    font-size: 14px;
  }
}

#careerdetails .requirmentlist ul li::before {
  content: "•";
  color: #868b97;
  font-weight: bold;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}

#careerdetails .optionallist ul {
  margin-top: 10px;
}

@media (max-width: 767px) {
  #careerdetails .optionallist ul li {
    font-size: 14px;
  }
}

#careerdetails .optionallist ul li::before {
  content: "•";
  color: #868b97;
  font-weight: bold;
  display: inline-block;
  width: 8px;
  height: 8px;
  margin-right: 8px;
}

#applicationform {
  padding: 65px 0;
  background: #f0f0f4;
}

#applicationform .maint {
  font-size: 47px;
  font-weight: 600;
  color: #232c41;
  text-align: center;
}

@media (max-width: 767px) {
  #applicationform .maint {
    font-size: 25px;
  }
}

#applicationform .applyform {
  width: 100%;
  max-width: 890px;
  margin: 0 auto;
  padding-top: 60px;
  text-align: center;
}

#applicationform .applyform .form-group:nth-last-child(2n) {
  background: red;
}

#applicationform .applyform .filelabel {
  width: 100%;
  border: none;
  border-bottom: 1px solid rgb(35, 44, 65);
  display: block;
  padding: 10px 0;
  height: 50px;
  transition: 0.3s;
  cursor: pointer;
  text-align: left;
  margin: 0;
}

#applicationform .applyform .filelabel i {
  display: block;
  font-size: 30px;
  padding-bottom: 5px;
}

#applicationform .applyform .filelabel i,
#applicationform .applyform .filelabel .title {
  color: #232c41;
  transition: 200ms color;
  font-size: 16px;
}

#applicationform .applyform .filelabel:hover i,
#applicationform .applyform .filelabel:hover .title {
  color: #ff376c;
}

#applicationform .applyform #FileInput {
  display: none;
}

#applicationform .applyform .inputs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

#applicationform .applyform .inputbox {
  width: 33.33%;
}

@media (max-width: 767px) {
  #applicationform .applyform .inputbox {
    width: 100%;
  }
}

#applicationform .applyform .inputboxfull {
  width: 66.67%;
}

@media (max-width: 767px) {
  #applicationform .applyform .inputboxfull {
    width: 100%;
  }
}

#applicationform .applyform .inputbtn {
  margin-top: 30px;
  width: 100%;
}

#applicationform .applyform button {
  border: 1px solid rgb(35, 44, 65);
  border-radius: 10px;
  background: #f7f8f8;
  font-size: 18px;
  border-radius: 10px;
  width: 120px;
  height: 53px;
  text-transform: capitalize;
  background: #f7f8f8;
  color: #232c41;
  text-align: center;
}

.featurespage .mainT {
  font-size: 40px;
  font-weight: 700;
  color: #232c41;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .featurespage .mainT {
    font-size: 25px;
  }
}

.featurespage .maint {
  font-size: 35px;
  font-weight: 700;
  color: #232c41;
  margin-bottom: 25px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .featurespage .maint {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .featurespage .maint {
    font-size: 20px;
    margin-top: 20px;
  }
}

.featurespage p {
  font-size: 15px;
}

@media (max-width: 767px) {
  .featurespage p {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .featurespage p {
    font-size: 14px;
  }
}

.featurespage #productinfosection {
  padding: 65px 0 70px 0;
}

@media (max-width: 767px) {
  .featurespage #productinfosection {
    padding: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .featurespage #productinfosection {
    padding: 55px 0 50px 0;
  }
}

.featurespage #productinfosection .infocontent {
  display: flex;
}

@media (max-width: 767px) {
  .featurespage #productinfosection .infocontent {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .featurespage #productinfosection .infocontent {
    flex-direction: column;
  }
}

.featurespage #productinfosection .infocontent .leftcontent {
  width: calc(100% - 750px);
  padding: 35px 90px 0 0;
}

@media (max-width: 767px) {
  .featurespage #productinfosection .infocontent .leftcontent {
    width: 100%;
    padding: 0px 0 25px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .featurespage #productinfosection .infocontent .leftcontent {
    width: 100%;
    margin-bottom: 50px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .featurespage #productinfosection .infocontent .leftcontent {
    padding: 35px 50px 0 0;
    width: calc(100% - 700px);
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .featurespage #productinfosection .infocontent .leftcontent {
    width: calc(100% - 550px);
    padding: 35px 60px 0 0;
  }
}

.featurespage #productinfosection .infocontent .leftcontent .maint {
  font-size: 35px;
  font-weight: 600;
  color: #232c41;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .featurespage #productinfosection .infocontent .leftcontent .maint {
    font-size: 25px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .featurespage #productinfosection .infocontent .leftcontent .maint {
    font-size: 30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .featurespage #productinfosection .infocontent .leftcontent .maint {
    font-size: 28px;
  }
}

.featurespage #productinfosection .infocontent .leftcontent p {
  color: #232c41;
}

.featurespage #productinfosection .infocontent .leftcontent a {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: solid 1px #232c41;
  font-weight: 400;
  color: #232c41;
  position: relative;
  overflow: hidden;
  height: 54px;
  width: 168px;
  font-size: 18px;
}

.featurespage #productinfosection .infocontent .rightimg {
  width: 750px;
}

@media (max-width: 767px) {
  .featurespage #productinfosection .infocontent .rightimg {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .featurespage #productinfosection .infocontent .rightimg {
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .featurespage #productinfosection .infocontent .rightimg {
    width: 700px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .featurespage #productinfosection .infocontent .rightimg {
    width: 550px;
  }
}

.featurespage #productinfosection .infocontent .rightimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featurespage #scannerftrarea {
  background: #f0f0f4;
  text-align: center;
  padding: 55px 0 70px 0;
}

.featurespage #scannerftrarea .row>* {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.featurespage #scannerftrarea .cmnBx {
  transition: 0.4s all;
  text-align: left;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none;
  padding: 25px 20px;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .featurespage #scannerftrarea .cmnBx {
    padding: 35px 20px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .featurespage #scannerftrarea .cmnBx {
    padding: 50px 20px;
  }
}

.featurespage #scannerftrarea .cmnBx .innrBx {
  transition: 0.4s all;
}

.featurespage #scannerftrarea .cmnBx .innrBx:hover .icon img {
  -webkit-filter: invert(46%) sepia(51%) saturate(6999%) hue-rotate(324deg) brightness(102%) contrast(104%);
  filter: invert(46%) sepia(51%) saturate(6999%) hue-rotate(324deg) brightness(102%) contrast(104%);
}

.featurespage #scannerftrarea .cmnBx .icon {
  margin-bottom: 20px;
}

.featurespage #scannerftrarea .cmnBx .icon svg {
  fill: #4d5362;
  transition: 0.4s all;
  max-width: 60px;
  min-width: 60px;
}

@media only screen and (min-width: 576px) {
  .featurespage #scannerftrarea .cmnBx .icon svg {
    max-width: 70px;
    min-width: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .featurespage #scannerftrarea .cmnBx .icon svg {
    max-width: 90px;
    min-width: 90px;
  }
}

.featurespage #scannerftrarea .cmnBx .title {
  color: #4d5362;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  transition: 0.4s all;
  font-size: 16px;
  line-height: 26px;
}

@media only screen and (min-width: 576px) {
  .featurespage #scannerftrarea .cmnBx .title {
    font-size: 18px;
    line-height: 28px;
  }
}

.featurespage #scannerftrarea .cmnBx p {
  transition: 0.4s all;
  margin-bottom: 0;
  color: #232c41;
}

.featurespage #scannerftrarea .cmnBx:hover {
  border-color: #fff;
  border-left: 1px solid #ff1553;
}

.featurespage #scannerftrarea .cmnBx:hover .icon svg {
  fill: rgb(255, 55, 108);
}

.featurespage #scannerftrarea .cmnBx:hover .title {
  color: #ff376c;
}

.featurespage #hostinginfo {
  padding: 70px 0;
}

.featurespage #hostinginfo .lftimgbox {
  position: relative;
}

.featurespage #hostinginfo .lftimgbox .imgbox {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.featurespage #hostinginfo .lftimgbox .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featurespage #hostinginfo .lftimgbox .imgcontent {
  position: relative;
  z-index: 10;
  padding: 210px 0;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .featurespage #hostinginfo .hostingfaq {
    margin-top: 40px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .featurespage #hostinginfo .hostingfaq {
    padding-left: 30px;
  }
}

.featurespage #hostinginfo .hostingfaq .topHead {
  text-align: center;
  margin-bottom: 35px;
  max-width: 890px;
  margin: 0 auto;
}

.featurespage #hostinginfo .hostingfaq .topHead .mainT {
  color: #232c41;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}

.featurespage #hostinginfo .hostingfaq .topHead p {
  margin-bottom: 0;
}

.featurespage #hostinginfo #sale-accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.featurespage #hostinginfo .accordion-item {
  border: none;
}

.featurespage #hostinginfo .hostingfaq .accordion-item {
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  background: none;
}

.featurespage #hostinginfo .hostingfaq .accordion-item .accordion-header .accordion-button {
  background: none;
  font-size: 18px;
  font-weight: 600;
  padding: 25px;
  padding-bottom: 25px;
  border: 0px;
  position: relative;
  color: #232c41;
}

.featurespage #hostinginfo .hostingfaq .accordion-item .accordion-header .accordion-button span {
  font-size: 10px;
  margin-right: 10px;
}

.featurespage #hostinginfo .hostingfaq .accordion-item .accordion-header .accordion-button::after {
  position: absolute;
  content: " ↑";
  background-image: none;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  color: #232c41;
  opacity: 1;
  width: auto;
  height: auto;
  font-weight: 500;
}

.featurespage #hostinginfo .accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ff376c;
}

.featurespage #hostinginfo .accordion-item .accordion-header .accordion-button.collapsed::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  opacity: 0.6;
}

.featurespage #hostinginfo .hostingfaq .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.featurespage #hostinginfo .hostingfaq .accordion-item .accordion-header .accordion-button:hover {
  color: #ff376c;
}

.featurespage #hostinginfo .hostingfaq .accordion-item .accordion-header .accordion-button:hover::after {
  color: #ff376c;
}

.featurespage #hostinginfo .hostingfaq .accordion-item .accordion-body {
  padding: 25px;
  padding-top: 0;
}

.featurespage #hostinginfo .hostingfaq .accordion-item .accordion-body p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
}

.featurespage #hostinginfo .hostingfaq .accordion-item .accordion-collapse {
  border: none;
  border-bottom: 0px;
}

.featurespage #hostinginfo .accordion-button.collapsed,
.featurespage #hostinginfo .accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.featurespage #protectioninfo {
  padding: 70px 0 80px 0;
  background: #f0f0f4;
}

@media (max-width: 767px) {
  .featurespage #protectioninfo {
    padding: 40px 0;
  }
}

.featurespage #protectioninfo .protectionboxes {
  display: flex;
}

@media (max-width: 767px) {
  .featurespage #protectioninfo .protectionboxes {
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .featurespage #protectioninfo .protectionboxes {
    flex-direction: column;
  }
}

.featurespage #protectioninfo .protectionboxes .infocontent {
  padding: 40px 120px 40px 0;
  width: calc(100% - 827px);
}

@media (max-width: 767px) {
  .featurespage #protectioninfo .protectionboxes .infocontent {
    width: 100%;
    padding: 0;
    margin-bottom: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .featurespage #protectioninfo .protectionboxes .infocontent {
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .featurespage #protectioninfo .protectionboxes .infocontent {
    width: calc(100% - 750px);
    padding: 40px 80px 40px 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .featurespage #protectioninfo .protectionboxes .infocontent {
    padding: 40px 60px 40px 0;
    width: calc(100% - 550px);
  }
}

.featurespage #protectioninfo .protectionboxes .infocontent .maint {
  font-size: 30px;
  font-weight: 600;
  color: #232c41;
}

@media (max-width: 767px) {
  .featurespage #protectioninfo .protectionboxes .infocontent .maint {
    font-style: 20px;
  }
}

.featurespage #protectioninfo .protectionboxes .infocontent p {
  margin-bottom: 0;
  color: #232c41;
}

@media (max-width: 767px) {
  .featurespage #protectioninfo .protectionboxes .infocontent p {
    font-style: 14px;
  }
}

.featurespage #protectioninfo .protectionboxes .rightboxes {
  display: flex;
  max-width: 827px;
  gap: 35px;
  height: 100%;
}

@media (max-width: 767px) {
  .featurespage #protectioninfo .protectionboxes .rightboxes {
    display: block;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .featurespage #protectioninfo .protectionboxes .rightboxes {
    width: 750px;
    gap: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .featurespage #protectioninfo .protectionboxes .rightboxes {
    max-width: 550px;
    gap: 25px;
  }
}

.featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox {
  max-width: 400px;
  background: #fff;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding: 83px 55px 50px 55px;
  justify-content: center;
  transition: 0.3s;
  border-bottom: 8px solid transparent;
}

@media (max-width: 767px) {
  .featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox {
    width: 100%;
    padding: 40px;
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox {
    max-width: 300px;
    padding: 30px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox {
    max-width: 350px;
    padding: 70px 45px 50px 45px;
  }
}

.featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox img {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox img {
    width: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox img {
    width: 50px;
  }
}

.featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox .protectiontext {
  text-align: center;
  color: #232c41;
}

.featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox .protectiontext .maintitle {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox .protectiontext .maintitle {
    font-size: 17px;
    margin-bottom: 12px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox .protectiontext .maintitle {
    font-size: 18px;
    margin-bottom: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox .protectiontext .maintitle {
    font-size: 18px;
    margin-bottom: 20px;
  }
}

.featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox .protectiontext p {
  color: #232c41;
  margin-bottom: 0;
  font-size: 16px;
}

@media (max-width: 767px) {
  .featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox .protectiontext p {
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox .protectiontext p {
    font-size: 14px;
  }
}

.featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox:hover {
  background: #232c41;
  border-bottom: 8px solid #ff376c;
}

.featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox:hover .protectiontext {
  color: #fff;
}

.featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox:hover .protectiontext .maintitle {
  color: #fff;
}

.featurespage #protectioninfo .protectionboxes .rightboxes .protectionbox:hover .protectiontext p {
  color: #fff;
}

.featurespage #careersSec {
  overflow: hidden;
  background: #fff;
}

.featurespage #careersSec .Item {
  display: flex;
  justify-content: flex-start;
}

.featurespage #careersSec .Item .Ccontainer {
  width: calc(100% - (100% - 1350px) / 2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.featurespage #careersSec .Item .ImgBox {
  width: calc(100% - 628px);
}

.featurespage #careersSec .Item .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.featurespage #careersSec .Item .CntnBox {
  padding: 105px 0 95px 90px;
  width: 620px;
}

.featurespage #careersSec .Item .CntnBox .mainT {
  color: #232c41;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 40px;
}

.featurespage #careersSec .Item .CntnBox p {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 30px;
}

.featurespage #careersSec .Item .CntnBox p:last-child {
  margin-bottom: 0px;
}

.featurespage #installinfo {
  background: #fff;
  padding-bottom: 95px;
  position: relative;
}

@media (max-width: 767px) {
  .featurespage #installinfo {
    padding-bottom: 20px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .featurespage #installinfo {
    padding-bottom: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .featurespage #installinfo {
    margin-bottom: 0px;
    padding-bottom: 0;
  }
}

.featurespage #installinfo .container {
  position: relative;
  z-index: 2;
}

.featurespage #installinfo .ImgBox img {
  position: absolute;
  width: 55%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}

@media (max-width: 767px) {
  .featurespage #installinfo .ImgBox img {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .featurespage #installinfo .ImgBox img {
    width: 100%;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .featurespage #installinfo .ImgBox img {
    width: 61%;
  }
}

.featurespage #installinfo .installcontent {
  margin-left: 327px;
  display: flex;
  justify-content: end;
  align-items: center;
}

@media (max-width: 767px) {
  .featurespage #installinfo .installcontent {
    display: block;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .featurespage #installinfo .installcontent {
    margin-left: 0;
    flex-direction: column;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .featurespage #installinfo .installcontent {
    margin-left: 0;
  }
}

.featurespage #installinfo .installcontent .installbox {
  margin-top: 95px;
  background: #fff;
  max-width: 431px;
  height: 100%;
  padding: 70px 47px;
}

@media (max-width: 767px) {
  .featurespage #installinfo .installcontent .installbox {
    margin-top: 0;
    margin-bottom: 20px;
    padding: 20px 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .featurespage #installinfo .installcontent .installbox {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .featurespage #installinfo .installcontent .installbox {
    margin-bottom: 0;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .featurespage #installinfo .installcontent .installbox {
    margin-top: 0;
  }
}

.featurespage #installinfo .installcontent .installbox .maint {
  font-size: 30px;
}

.featurespage #installinfo .installcontent .installbox p {
  margin-bottom: 0;
  white-space: pre-line;
}

.featurespage #installinfo .installcontent .installlist {
  background: #fff;
  height: 100%;
  padding: 117px 0 0 65px;
}

@media (max-width: 767px) {
  .featurespage #installinfo .installcontent .installlist {
    padding: 20px 30px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .featurespage #installinfo .installcontent .installlist {
    padding: 35px 0 0 45px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .featurespage #installinfo .installcontent .installlist {
    padding: 50px 0 0 65px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .featurespage #installinfo .installcontent .installlist {
    padding: 85px 0 0 0;
  }
}

.featurespage #installinfo .installcontent .installlist .innBx {
  margin-bottom: 30px;
}

.featurespage #installinfo .installcontent .installlist .innBx .title {
  font-size: 20px;
  font-weight: bold;
  color: #232c41;
  padding-left: 12px;
  border-left: 1px solid #ff376c;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .featurespage #installinfo .installcontent .installlist .innBx .title {
    font-size: 17px;
  }
}

.featurespage #installinfo .installcontent .installlist .innBx p {
  padding-left: 12px;
  margin-bottom: 0;
}

.featurespage #featureboxes {
  background: #f0f0f4;
  padding: 90px 0;
  text-align: center;
}

.featurespage #featureboxes .subtext {
  margin-bottom: 40px;
}

.featurespage #featureboxes .row {
  margin-left: 0;
  margin-right: 0;
}

.featurespage #featureboxes .row [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.featurespage #featureboxes .row .col-md-3:last-child {
  background: #f7f8f8;
}

.featurespage #featureboxes .row .col-md-3:last-child .cmnBx:hover {
  background: #232c41;
  transform: none;
  border: none;
}

.featurespage #featureboxes .row .col-md-3:last-child .cmnBx:hover button {
  background: #ff376c;
  color: #fff;
}

.featurespage #featureboxes .cmnBx {
  transition: 0.4s all;
  text-align: center;
  border: solid 1px #e4e4e4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none;
  padding: 25px 20px;
}

@media (max-width: 767px) {
  .featurespage #featureboxes .cmnBx {
    margin-bottom: 20px;
  }
}

.featurespage #featureboxes .cmnBx:hover {
  background: #fff;
}

.featurespage #featureboxes .cmnBx .innrBx {
  transition: 0.4s all;
}

.featurespage #featureboxes .cmnBx .innrBx:hover .icon img {
  -webkit-filter: invert(46%) sepia(51%) saturate(6999%) hue-rotate(324deg) brightness(102%) contrast(104%);
  filter: invert(46%) sepia(51%) saturate(6999%) hue-rotate(324deg) brightness(102%) contrast(104%);
}

.featurespage #featureboxes .cmnBx .icon {
  margin-bottom: 20px;
}

.featurespage #featureboxes .cmnBx .icon svg {
  fill: #4d5362;
  transition: 0.4s all;
  max-width: 60px;
  min-width: 60px;
}

@media only screen and (min-width: 576px) {
  .featurespage #featureboxes .cmnBx .icon svg {
    max-width: 70px;
    min-width: 70px;
  }
}

@media only screen and (min-width: 768px) {
  .featurespage #featureboxes .cmnBx .icon svg {
    max-width: 90px;
    min-width: 90px;
  }
}

.featurespage #featureboxes .cmnBx button {
  width: 160px;
  height: 55px;
  background: #f7f8f8;
  border-radius: 10px;
  font-size: 18px;
  border: 1px solid rgb(35, 44, 65);
}

.featurespage #featureboxes .cmnBx .title {
  color: #232c41;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  transition: 0.4s all;
  font-size: 16px;
  line-height: 26px;
}

@media (max-width: 767px) {
  .featurespage #featureboxes .cmnBx .title {
    font-size: 16px;
    line-height: 28px;
    margin-bottom: 0;
  }
}

.featurespage #featureboxes .cmnBx p {
  transition: 0.4s all;
  margin-bottom: 0;
  color: #232c41;
}

.featurespage #featureboxes .cmnBx img {
  transition: 0.3s;
}

.featurespage #featureboxes .cmnBx:hover {
  box-shadow: 0px 0px 38px 0px #e4e4e4;
  border-color: #fff;
  border-bottom: solid 5px #ff1553;
  transform: translateY(-20px);
}

.featurespage #featureboxes .cmnBx:hover .icon img {
  transform: scale(1.2);
}

.featurespage #featureboxes .cmnBx:hover .title {
  color: #232c41;
}

.featurespage #clientSec {
  background: #fff;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .featurespage #clientSec {
    padding: 55px 0;
  }
}

.featurespage #clientSec .title {
  font-size: 20px;
  color: #232c41;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .featurespage #clientSec .title {
    margin-bottom: 40px;
  }
}

.featurespage #clientSec .SliderBx {
  position: relative;
}

.featurespage #clientSec .SliderBx::before {
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  left: 0;
  z-index: 5;
}

.featurespage #clientSec .SliderBx::after {
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  right: 0;
  z-index: 5;
}

.featurespage #clientSec .SliderBx .slick-track {
  display: flex;
}

.featurespage #clientSec .SliderBx #btmSlide {
  margin-top: 25px;
}

.featurespage #clientSec .SliderBx #btmSlide .slick-track {
  float: right;
}

.featurespage #clientSec .SliderBx .imgBx {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.featurespage #clientSec .SliderBx .imgBx img {
  max-width: 100%;
}

.featurespage #clientSec .SliderBx .slider {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  cursor: default;
}

.pricingpage #pricingsection {
  padding: 80px 0;
}
/*
.pricingpage .pageheader {
  min-height: 500px;
  text-align: center;
  padding: 25px 0;
}*/

.pricingpage .pageheader .pagetitle hr {
  height: 2px; 
  width: 360px;
  color:rgb(0 163 181);
  margin: 1rem 0 0;
  opacity: 1;
}
  .pricingpage .pageheader .pagetitle .pricingspan {
  position: relative;
  font-size: 44px;
}

.xmas-title {
  max-width: 590px;
  width:45%;

}
#pagetitle {
  font-size:35px;text-shadow: 1px 3px 4px rgb(125 207 216);max-width:500px;width:40%;
}
.bottom-right img{
  width:170px;
  height:170px;
}
.bottom-right {
  display:block;
  top: 112px;
  right: 178px;
  z-index:3000;
  position: fixed;
}
.coupon{
  display:inline-flex;align-items:center;
}
.coupon-text{
  color:rgb(0 163 181);font-size: 18px; padding: 6px;
}
.coupon-code{
  color:rgb(0 163 181);font-size: 24px;
}
@media (max-width: 767px) {
  .bottom-right {
    display:none;
  }
  .pricingpage #pricingsection {
    padding: 40px 0;
  }
  #pagetitle {
    font-size:18px;text-shadow: 1px 3px 4px rgb(125 207 216);max-width:369px;width: 97%;
  }
    .pricingpage .pageheader .pagetitle hr {
    width: 200px;
  }
  .coupon-code{
    color:rgb(0 163 181);font-size: 20px;
  }
  .coupon-text{
    color:rgb(0 163 181);font-size: 16px; padding: 6px;
  }
  .xmas-title {
    width:90%;
  
  }
  .pricingpage .pageheader {
    min-height: 300px;
  }
}

.pricingpage #pricingsection .pricingtitle p{
  text-align: center;
  font-size: 40px;
  color: #232c41;
  font-weight: bold;
  line-height: 1.5;
  font-weight: 500;
}
.pricingpage #pricingsection .pricingtitle{
  padding-bottom: 80px;
}
.pricingpage #pricingsection .pricingtitle ul{
  float:right;
  margin-bottom:40px;
  border:#ff376c solid 0px;
}
.pricingpage #pricingsection .pricingtitle .nav-pills .nav-link {
  border-radius: 0;
  cursor: pointer;
  color:#fff;
  background-color: #232c41;
  font-weight:bold;
}
  .pricingpage #pricingsection .pricingtitle .nav-pills .nav-link a{
  text-decoration:none;
}
.pricingpage #pricingsection .pricingtitle .nav-pills .nav-link.active{
  background-color: #ff376c;
  color:#fff;

}

.pricingpage #pricingsection .single-plan {
  text-align: center;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.06);
  padding: 55px 25px;
  background: #232c41;
  height: 100%;
  transition: 0.3s;
}

@media (max-width: 767px) {
  .pricingpage #pricingsection .single-plan {
    margin-bottom: 15px;
    height: auto;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pricingpage #pricingsection .single-plan {
    margin-bottom: 15px;
    height: auto;
  }
  .bottom-right {
    right: 102px;
    
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pricingpage #pricingsection .single-plan {
    padding: 55px 25px;
  }
  .bottom-right {
    right: 148px;
    
  }
}

.pricingpage #pricingsection .single-plan.default {
  transform: translateY(-20px);
  box-shadow: 0px 0px 38px 0px #e4e4e4;
  background: #ff376c;
}

@media (max-width: 767px) {
  .pricingpage #pricingsection .single-plan.default {
    transform: translateY(0px);
  }
}

.pricingpage #pricingsection .single-plan:hover {
  background: #ff376c;
  transform: translateY(-20px);
  box-shadow: 0px 0px 38px 0px #e4e4e4;
}

.pricingpage #pricingsection .single-plan img {
  margin-bottom: 45px;
  height: 67px;
}

.pricingpage #pricingsection .single-plan span {
  font-size: 25px;
  display: block;
  color: rgb(255, 255, 255);
  margin-bottom: 15px;
  letter-spacing: 1px;
}

@media (max-width: 767px) {
  .pricingpage #pricingsection .single-plan span {
    font-size: 18px;
    margin-bottom: 5px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pricingpage #pricingsection .single-plan span {
    font-size: 18px;
  }
}

.pricingpage #pricingsection .single-plan .plan-price {
  font-size: 35px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 10px;
  text-decoration: line-through;
  text-decoration-color: rgb(255, 255, 255);
}

@media (max-width: 767px) {
  .pricingpage #pricingsection .single-plan .plan-price {
    margin-bottom: 5px;
  }
}

.pricingpage #pricingsection .single-plan .month {
  font-size: 25px;
  margin-bottom: 20px;
  color: #fff;
  font-weight: 600;
}

@media (max-width: 767px) {
  .pricingpage #pricingsection .single-plan .month {
    font-size: 18px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pricingpage #pricingsection .single-plan .month {
    font-size: 18px;
  }
}

.pricingpage #pricingsection .single-plan .plan_lists {
  margin-bottom: 35px;
}

@media (min-width: 1500px) {
  .pricingpage #pricingsection .single-plan .plan_lists {
    padding: 0 30px;
  }
}

.pricingpage #pricingsection .single-plan .plan_lists li {
  margin-bottom: 15px;
}

.pricingpage #pricingsection .single-plan .plan_lists li a {
  font-size: 16px;
  color: #fff;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pricingpage #pricingsection .single-plan .plan_lists li a {
    font-size: 14px;
  }
}

.pricingpage #pricingsection .single-plan .price-btn {
  display: inline-block;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #fff;
  font-weight: 400;
  color: #232c41;
  position: relative;
  overflow: hidden;
  height: 42px;
  width: 120px;
  line-height: 42px;
}

.pricingpage #pricingsection .single-plan .price-btn a {
  text-align: center;
  color: #232c41;
  font-size: 18px;
}

.pricingpage #pricingsection .single-plan .single-plan-middle {
  padding: 60px 55px;
  transform: translateY(-45px);
}

.pricingpage #pricingsection .single-plan .single-plan-middle {
  padding: 55px 55px;
  transform: translateY(0);
}

.pricingpage #pricingboxSec {
  overflow: hidden;
  background: #f0f0f4;
}

.pricingpage #pricingboxSec .Item {
  display: flex;
  justify-content: flex-start;
}

.pricingpage #pricingboxSec .Item .Ccontainer {
  width: calc(100% - (100% - 1350px) / 2);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  align-items: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pricingpage #pricingboxSec .Item .Ccontainer {
    width: 97.5%;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .pricingpage #pricingboxSec .Item .Ccontainer {
    width: calc(100% - (100% - 1180px) / 2);
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pricingpage #pricingboxSec .Item .Ccontainer {
    width: calc(100% - (100% - 1050px) / 2);
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pricingpage #pricingboxSec .Item .Ccontainer {
    align-items: inherit;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pricingpage #pricingboxSec .Item .Ccontainer {
    align-items: inherit;
  }
}

@media (max-width: 767px) {
  .pricingpage #pricingboxSec .Item .Ccontainer {
    width: 100%;
    display: block;
  }
}

.pricingpage #pricingboxSec .Item .ImgBox {
  width: calc(100% - 816px);
  height: 100%;
}

@media (max-width: 767px) {
  .pricingpage #pricingboxSec .Item .ImgBox {
    width: 100%;
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pricingpage #pricingboxSec .Item .ImgBox {
    width: calc(100% - 420px);
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pricingpage #pricingboxSec .Item .ImgBox {
    width: calc(100% - 650px);
  }
}

.pricingpage #pricingboxSec .Item .ImgBox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricingpage #pricingboxSec .Item .CntnBox {
  padding: 95px 0 70px 120px;
  width: 816px;
  direction: ltl;
}

@media (max-width: 767px) {
  .pricingpage #pricingboxSec .Item .CntnBox {
    width: 100%;
    padding: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pricingpage #pricingboxSec .Item .CntnBox {
    width: 420px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pricingpage #pricingboxSec .Item .CntnBox {
    width: 650px;
  }
}

.pricingpage #pricingboxSec .Item .CntnBox .owl-dots {
  justify-content: end;
}

.pricingpage #pricingboxSec .Item .CntnBox .mainT {
  color: #232c41;
  font-weight: 600;
  margin-bottom: 25px;
  font-size: 40px;
}

.pricingpage #pricingboxSec .Item .CntnBox .mainT {
  color: #232c41;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 767px) {
  .pricingpage #pricingboxSec .Item .CntnBox .mainT {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pricingpage #pricingboxSec .Item .CntnBox .mainT {
    font-size: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .pricingpage #pricingboxSec .Item .CntnBox .mainT {
    margin-bottom: 30px;
  }
}

.pricingpage #pricingboxSec .Item .CntnBox .testiSlide .tstBx p {
  opacity: 0.88;
  color: #6c6c6c;
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .pricingpage #pricingboxSec .Item .CntnBox .testiSlide .tstBx p {
    font-size: 14px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pricingpage #pricingboxSec .Item .CntnBox .testiSlide .tstBx p {
    font-size: 14px;
  }
}

@media (min-width: 992px) {
  .pricingpage #pricingboxSec .Item .CntnBox .testiSlide .tstBx p {
    font-size: 15px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .pricingpage #pricingboxSec .Item .CntnBox .testiSlide .tstBx p {
    max-width: 565px;
  }
}

.pricingpage #pricingboxSec .Item .CntnBox .testiSlide .tstBx .cntctInfo {
  display: flex;
  align-items: center;
}

.pricingpage #pricingboxSec .Item .CntnBox .testiSlide .tstBx .cntctInfo .imgBx {
  height: 70px;
  width: 70px;
  min-width: 70px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 25px;
}

.pricingpage #pricingboxSec .Item .CntnBox .testiSlide .tstBx .cntctInfo .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pricingpage #pricingboxSec .Item .CntnBox .testiSlide .tstBx .cntctInfo .txtBx .name {
  font-size: 18px;
  color: #000;
  font-weight: 400;
  margin-bottom: 10px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .pricingpage #pricingboxSec .Item .CntnBox .testiSlide .tstBx .cntctInfo .txtBx .name {
    margin-bottom: 5px;
  }
}

.pricingpage #pricingboxSec .Item .CntnBox .testiSlide .tstBx .cntctInfo .txtBx .post {
  font-size: 15px;
  color: #4960bf;
  font-weight: 400;
}

.pricingpage #pricingboxSec .Item .CntnBox p {
  font-size: 16px;
  line-height: 1.625;
  margin-bottom: 30px;
}

.pricingpage #pricingboxSec .Item .CntnBox p:last-child {
  margin-bottom: 0px;
}

.pricingpage #pricingboxSec .Item:nth-child(odd) {
  direction: rtl;
}

.pricingpage #pricingboxSec .Item:nth-child(odd) .CntnBox {
  padding: 105px 120px 95px 0px;
  direction: ltr;
  width: 816px;
}

@media (max-width: 767px) {
  .pricingpage #pricingboxSec .Item:nth-child(odd) .CntnBox {
    padding: 30px;
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .pricingpage #pricingboxSec .Item:nth-child(odd) .CntnBox {
    padding: 30px;
    width: 420px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pricingpage #pricingboxSec .Item:nth-child(odd) .CntnBox {
    padding: 105px 60px 95px 0px;
    width: 650px;
  }
}

.pricingpage #clientSec {
  background: #fff;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .pricingpage #clientSec {
    padding: 55px 0;
  }
}

.pricingpage #clientSec .title {
  font-size: 20px;
  color: #232c41;
  font-weight: bold;
  text-align: center;
  margin-bottom: 20px;
}

@media only screen and (min-width: 768px) {
  .pricingpage #clientSec .title {
    margin-bottom: 40px;
  }
}

.pricingpage #clientSec .SliderBx {
  position: relative;
}

.pricingpage #clientSec .SliderBx::before {
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  left: 0;
  z-index: 5;
}

.pricingpage #clientSec .SliderBx::after {
  content: "";
  width: 10%;
  height: 100%;
  position: absolute;
  top: 0;
  opacity: 1;
  right: 0;
  z-index: 5;
}

.pricingpage #clientSec .SliderBx .slick-track {
  display: flex;
}

.pricingpage #clientSec .SliderBx #btmSlide {
  margin-top: 25px;
}

.pricingpage #clientSec .SliderBx #btmSlide .slick-track {
  float: right;
}

.pricingpage #clientSec .SliderBx .imgBx {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 30px;
}

.pricingpage #clientSec .SliderBx .imgBx img {
  max-width: 100%;
}

.pricingpage #clientSec .SliderBx .slider {
  margin: 0 auto;
  overflow: hidden;
  position: relative;
  cursor: default;
}

#newsletterSec {
  padding: 70px 0;
  text-align: center;
  background: #f0f0f4;
}

@media (max-width: 767px) {
  #newsletterSec {
    padding: 50px 0;
  }
}

#newsletterSec .subT {
  font-size: 20px;
  color: #232c41;
  font-weight: 700;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #newsletterSec .subT {
    font-size: 15px;
    margin-bottom: 15px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #newsletterSec .subT {
    margin-bottom: 15px;
  }
}

#newsletterSec .mainT {
  font-size: 40px;
  color: #232c41;
  font-weight: 700;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #newsletterSec .mainT {
    font-size: 25px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #newsletterSec .mainT {
    font-size: 35px;
  }
}

#newsletterSec .txt {
  font-size: 16px;
  color: #6c6c6c;
  font-weight: normal;
  margin-bottom: 45px;
  line-height: 1.625;
  padding: 0 70px;
}

@media (max-width: 767px) {
  #newsletterSec .txt {
    padding: 0;
    font-size: 14px;
  }
}

#newsletterSec .txt a {
  color: #252b40;
  font-weight: 600;
}

#newsletterSec .subscriptionform {
  width: 500px;
  position: relative;
  margin: 0 auto;
}

@media (max-width: 767px) {
  #newsletterSec .subscriptionform {
    width: 100%;
  }
}

#newsletterSec .subscriptionform input {
  width: 100%;
  border-radius: 10px;
  padding-left: 10px;
  height: 55px;
  border: 1px solid rgb(185, 187, 195);
}

#newsletterSec .subscriptionform input:focus {
  border: none;
  outline: none;
}

#newsletterSec .subscriptionform button {
  position: absolute;
  width: 140px;
  top: 0;
  right: 0;
  height: 55px;
  text-transform: capitalize;
  font-size: 18px;
  border: none;
  border-radius: 0 10px 10px 0;
  background: #232c41;
  transition: 0.3s;
}

@media (max-width: 767px) {
  #newsletterSec .subscriptionform button {
    position: relative;
    margin-top: 15px;
    width: 100%;
    border-radius: 10px;
  }
}

#newsletterSec .subscriptionform button:hover {
  background: rgb(255, 55, 108);
}

.trialboxes {
  display: flex;
  padding: 48px 0;
}

@media (max-width: 992px) {
  .trialboxes {
    display: block;
  }
}

.trialboxes .trialcontent {
  width: calc(100% - 545px);
  position: relative;
  height: 449px;
  display: flex;
  align-items: center;
}

@media (max-width: 992px) {
  .trialboxes .trialcontent {
    width: 100%;
    height: 100%;
    display: block;
  }
}

.trialboxes .trialcontent .trialimg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.trialboxes .trialcontent .trialimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.trialboxes .trialcontent .trialcontainer {
  position: relative;
  z-index: 10;
  text-align: left;
}

.trialboxes .trialcontent .trialcontainer .trialtitle {
  padding: 140px 110px;
  color: #fff;
  font-weight: 600;
  font-size: 30px;
}

@media (max-width: 767px) {
  .trialboxes .trialcontent .trialcontainer .trialtitle {
    padding: 20px;
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .trialboxes .trialcontent .trialcontainer .trialtitle {
    padding: 80px;
    font-size: 25px;
  }
}

@media (min-width: 1200px) and (max-width: 1499px) {
  .trialboxes .trialcontent .trialcontainer .trialtitle {
    padding: 80px;
    font-size: 25px;
    line-height: 34px;
  }
}

.trialboxes .trialdownload {
  background: #ddd;
  width: 545px;
  padding: 65px;
  height: 449px;
}

@media (max-width: 992px) {
  .trialboxes .trialdownload {
    width: 100%;
    height: 100%;
    padding: 20px;
    display: block;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .trialboxes .trialdownload {
    width: 100%;
  }
}

.trialboxes .trialdownload img {
  margin-bottom: 20px;
}

.trialboxes .trialdownload .heading {
  font-size: 45px;
  margin-bottom: 20px;
  font-weight: bold;
  color: #232c41;
}

@media (max-width: 767px) {
  .trialboxes .trialdownload .heading {
    font-size: 30px;
  }
}

.trialboxes .trialdownload .subtext {
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 20px;
  color: #232c41;
}

@media (max-width: 767px) {
  .trialboxes .trialdownload .subtext {
    font-size: 18px;
  }
}

.trialboxes .trialdownload a {
  width: 208px;
  background: #242c41;
  height: 50px;
  display: inline-block;
  line-height: 50px;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
}

.trialboxes .trialdownload a:hover {
  background: #ff376c;
  color: #fff;
}

.trialboxes .trialdownload a.smallbtn {
  width: 125px;
  margin-left: 15px;
  background: #fff;
  border: 1px solid #242c41;
  color: #232c41;
}

.trialboxes .trialdownload a.smallbtn:hover {
  background: #ff376c;
  color: #fff;
  border: 1px solid transparent;
}

.req-box {

  background-color: #eff1f1;
  border-radius: 4px;
  padding-left: 20px;
  padding-top: 20px;
  margin-right: 3vw;
}

.req-box i {
  font-size: 30px;
  float: left;
  margin-right: 2px;
}

.req-box h4 {
  margin: 0px;
  color: #000;
  font-size: 21px;
  font-weight: 300;
  padding-top: 4px;
  padding-left: 2px;
}

.req-box ul {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 20px;
  padding-top: 20px;
  padding-bottom: 10px;
  line-height: 1.7rem;
  font-size: 14px;

}

@media (max-width: 767px) {
  .trialboxes .trialdownload a.smallbtn {
    margin-left: 0;
  }
}

.trialboxes .trialdownload p {
  color: #232c41;
}

#requirementarea .require-list {
  display: table;
  border-bottom: solid 1px #ccc;
  height: 100px;
}

#requirementarea .require-list p {
  display: table-cell;
  width: 60%;
  vertical-align: middle;
}

#featuresarea.bg {
  background-color: #fff;
}

#featuresarea.bg .featurebox .singlebox .cmnBx {
  background-color: #f0f0f4
}

#requirementarea .require-list h3 {
  color: #000;
  display: table-cell;
  width: 40%;
  vertical-align: middle;
  font-size: 21px;
}

#requirementarea {
  padding-top: 75px;
  padding-bottom: 25px;
}

#right-content h2 {
  color: black;
  padding-top: 5rem;
  padding-left: 3rem;
  font-weight: 600;
}

#left-content h2 {
  color: black;
  font-weight: 600;
}

#right-content p {
  color: black;
  padding-left: 3rem;
  font-size: 1.2rem;
}

#left-content p {
  color: black;
  padding-left: 3rem;
  font-size: 1.2rem;
}

#requirementarea a {
  color: rgb(255, 55, 108);
  display: inline;
  margin: 0;
  font-size: 16px;
}

#right-content a {
  color: #fff;
  margin-left: 3rem;
  font-size: 1.2rem;
}

@media (max-width: 767px) {
  #requirementarea {
    padding-top: 45px;
  }

  #right-content {
    padding-right: 0px;
  }

  #requirementarea a,
  #right-content a {
    margin-left: 1rem;
  }

  #right-content p {
    padding-left: 1rem;
  }

  #left-content p {
    padding-left: 1rem;
  }

  #right-content h2 {
    padding-top: 1rem;
    padding-left: 1rem;
  }

  #left-content h2 {
    padding-top: 1rem;
    padding-left: 1rem;
  }

  .col-6 {
    width: 100%;
  }

  #right-content {
    margin-bottom: 8vh;
  }
}

#requirementarea .title {
  color: #000;
  font-size: 35px;
  font-weight: 600;
}

#requirementarea .left-header {
  font-size: 35px;
  font-weight: 600;
  padding-right: 60px;
}

@media (max-width: 767px) {

  #requirementarea .left-header {
    font-size: 25px;
    padding-bottom: 30px;
    padding-right: 0px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #requirementarea .left-header {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

#featuresarea {
  padding-top: 75px;
  background: #f0f0f4;
  padding-bottom: 55px;
}

@media (max-width: 767px) {
  #featuresarea {
    padding-top: 45px;
  }
}

#featuresarea .left-header {
  font-size: 35px;
  font-weight: 600;
  padding-right: 60px;
}

@media (max-width: 767px) {
  #featuresarea .left-header {
    font-size: 25px;
    margin-bottom: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #featuresarea .left-header {
    margin-bottom: 20px;
    font-size: 30px;
  }
}

#featuresarea .featurebox {
  display: flex;
  gap: 20px;
  justify-content: space-between;
}

@media (max-width: 767px) {
  #featuresarea .featurebox {
    flex-wrap: wrap;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #featuresarea .featurebox {
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }
}

#featuresarea .featurebox .singlebox {
  width: 215px;
  height: 215px;
}

@media (max-width: 767px) {
  #featuresarea .featurebox .singlebox {
    width: 100%;
  }
}

#featuresarea .featurebox .singlebox .cmnBx {
  transition: 0.4s all;
  background: #fff;
  text-align: center;
  border: solid 1px #e4e4e4;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  outline: none;
  box-shadow: none;
  padding: 25px 20px;
}

@media only screen and (min-width: 576px) {
  #featuresarea .featurebox .singlebox .cmnBx {
    padding: 35px 25px;
  }
}

@media only screen and (min-width: 768px) {
  #featuresarea .featurebox .singlebox .cmnBx {
    padding: 50px 25px;
  }
}

#featuresarea .featurebox .singlebox .cmnBx .innrBx {
  transition: 0.4s all;
}

#featuresarea .featurebox .singlebox .cmnBx .innrBx:hover .title {
  color: #ff376c;
}

#featuresarea .featurebox .singlebox .cmnBx .icon {
  margin-bottom: 20px;
}

#featuresarea .featurebox .singlebox .cmnBx .icon svg {
  fill: #4d5362;
  transition: 0.4s all;
  max-width: 60px;
  min-width: 60px;
}

@media only screen and (min-width: 576px) {
  #featuresarea .featurebox .singlebox .cmnBx .icon svg {
    max-width: 70px;
    min-width: 70px;
  }
}

@media only screen and (min-width: 768px) {
  #featuresarea .featurebox .singlebox .cmnBx .icon svg {
    max-width: 90px;
    min-width: 90px;
  }
}

#featuresarea .featurebox .singlebox .cmnBx .title {
  color: #4d5362;
  font-weight: bold;
  padding-bottom: 15px;
  margin-bottom: 15px;
  position: relative;
  transition: 0.4s all;
  font-size: 16px;
  line-height: 26px;
}

#featuresarea .featurebox .singlebox .cmnBx .title:hover {
  color: #ff376c;
}

@media only screen and (min-width: 576px) {
  #featuresarea .featurebox .singlebox .cmnBx .title {
    font-size: 18px;
    line-height: 28px;
  }
}

#featuresarea .featurebox .singlebox .cmnBx p {
  transition: 0.4s all;
  margin-bottom: 0;
  color: #232c41;
}

#featuresarea .featurebox .singlebox .cmnBx:hover {
  box-shadow: 0px 0px 38px 0px #e4e4e4;
  border-color: #fff;
  border-bottom: solid 5px #ff1553;
  transform: translateY(-20px);
}

#featuresarea .featurebox .singlebox .cmnBx:hover .title {
  color: #ff376c;
}

#featuresarea .featurebox .singlebox .cmnBx:hover .icon svg {
  fill: rgb(255, 55, 108);
}

#featuresarea .featurebox .singlebox .cmnBx:hover .title {
  color: #ff376c;
}

#powerdBySec {
  background: rgb(255, 255, 255);
  position: relative;
  overflow: hidden;
  padding: 65px 0;
}

#powerdBySec .container {
  position: relative;
  z-index: 20;
}

#powerdBySec .container .topHead {
  text-align: center;
  margin-bottom: 35px;
  max-width: 890px;
  margin: 0 auto;
}

#powerdBySec .container .topHead .mainT {
  color: #232c41;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  #powerdBySec .container .topHead .mainT {
    font-size: 25px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #powerdBySec .container .topHead .mainT {
    font-size: 29px;
  }
}

#powerdBySec .container .poweredSlide .cmnBx {
  display: block;
  background: #fff;
  height: 100%;
}

#powerdBySec .container .poweredSlide .cmnBx .imgBx {
  overflow: hidden;
  transition: 0.4s all;
  height: 180px;
}

@media only screen and (min-width: 992px) {
  #powerdBySec .container .poweredSlide .cmnBx .imgBx {
    height: 180px;
  }
}

@media only screen and (min-width: 1200px) {
  #powerdBySec .container .poweredSlide .cmnBx .imgBx {
    height: 234px;
  }
}

#powerdBySec .container .poweredSlide .cmnBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.7s;
  transition: opacity 0.4s, transform 0.7s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

#powerdBySec .container .poweredSlide .cmnBx .txtBx {
  padding: 30px 15px 25px;
  position: relative;
}

#powerdBySec .container .poweredSlide .cmnBx .txtBx::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 0;
  transition: 0.5s all;
  background: rgb(255, 55, 108);
}

#powerdBySec .container .poweredSlide .cmnBx .txtBx .title {
  font-size: 16px;
  color: #4d5362;
  font-weight: bold;
  margin-bottom: 10px;
}

#powerdBySec .container .poweredSlide .cmnBx .txtBx p {
  min-height: 100px;
  margin-bottom: 0;
  color: #626875;
  opacity: 0.88;
  font-size: 15px;
  line-height: 25px;
}

#powerdBySec .container .poweredSlide .cmnBx:hover .imgBx img {
  img-webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

#powerdBySec .container .poweredSlide .cmnBx:hover .txtBx::after {
  width: 100%;
}

#powerdBySec .container .pwrd {
  text-align: center;
  margin-top: 35px;
}

#powerdBySec .container .pwrd .txt {
  font-size: 15px;
  color: #232c41;
  font-weight: 400;
}

.faqarea {
  background: #f0f0f4;
  padding: 65px 0;
}

.faqarea .topHead {
  text-align: center;
  margin-bottom: 35px;
  max-width: 890px;
  margin: 0 auto;
}

.faqarea .topHead .mainT {
  color: #232c41;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .faqarea .topHead .mainT {
    font-size: 25px;
  }
}

@media (max-width: 767px) {
  .faqarea .topHead p br {
    display: none;
  }
}

#sale-accordion {
  border-top: 1px solid rgba(0, 0, 0, 0.22);
}

.accordion-item {
  border: none;
}

.faqarea .accordion-item {
  margin-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.22);
  background: none;
}

.faqarea .accordion-item .accordion-header .accordion-button {
  background: none;
  font-size: 18px;
  font-weight: 600;
  padding: 25px;
  padding-bottom: 25px;
  border: 0px;
  position: relative;
  color: #232c41;
}

@media (max-width: 767px) {
  .faqarea .accordion-item .accordion-header .accordion-button {
    font-size: 13px;
  }
}

.faqarea .accordion-item .accordion-header .accordion-button span {
  font-size: 10px;
  margin-right: 10px;
}

#faqSec .container {
  width: 1140px;
}

@media (max-width: 767px) {
  #faqSec .container {
    width: 100%;
  }
}

.faqarea .accordion-item .accordion-header .accordion-button::after {
  position: absolute;
  content: " ↑";
  background-image: none;
  top: 50%;
  right: 30px;
  -webkit-transform: translateY(-50%) rotate(0deg);
  -moz-transform: translateY(-50%) rotate(0deg);
  -ms-transform: translateY(-50%) rotate(0deg);
  transform: translateY(-50%) rotate(0deg);
  color: #232c41;
  opacity: 1;
  width: auto;
  height: auto;
  font-weight: 500;
}

.accordion-item .accordion-header .accordion-button:not(.collapsed) {
  color: #ff376c;
}

.faqarea .accordion-item .accordion-header .accordion-button.collapsed::after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -moz-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
  opacity: 0.6;
}

.faqarea .accordion-item .accordion-header .accordion-button:focus {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  outline: none;
}

.faqarea .accordion-item .accordion-header .accordion-button:hover {
  color: #ff376c;
}

.faqarea .accordion-item .accordion-header .accordion-button:hover::after {
  color: #ff376c;
}

.faqarea .accordion-item .accordion-body {
  padding: 25px;
  padding-top: 0;
}

.faqarea .accordion-item .accordion-body ul li {
  list-style: auto;
  padding: 10px;
}

.faqarea .accordion-item .accordion-body p {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 0;
  white-space: pre-line;
}

@media (max-width: 767px) {
  .faqarea .accordion-item .accordion-body p {
    font-size: 14px;
  }
}

.faqarea .accordion-item .accordion-collapse {
  border: none;
  border-bottom: 0px;
}

.accordion-button:not(.collapsed) {
  background-color: transparent;
  box-shadow: none;
}

.trialpage .downloadcontent {
  max-width: 850px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 auto;
  padding: 80px 0;
  align-items: center;
}

@media (max-width: 767px) {
  .trialpage .downloadcontent {
    padding: 40px 0;
  }
}

.trialpage .downloadcontent .dwnldtext {
  font-size: 45px;
  font-weight: bold;
  color: #232c41;
  padding-right: 45px;
}

@media (max-width: 767px) {
  .trialpage .downloadcontent .dwnldtext {
    font-size: 25px;
    padding-right: 0;
    margin-bottom: 15px;
  }
}

.trialpage .downloadcontent .dwnldtext span {
  color: #ff376c;
}

.trialpage .downloadcontent .BtnBx {
  margin-top: 0;
}

@media (max-width: 767px) {
  .trialpage .downloadcontent .dwnldbtns {
    margin-top: 25px;
  }
}

.trialpage .downloadcontent .dwnldbtns a {
  padding: 20px 28px;
  background: #232c41;
  color: rgb(255, 255, 255);
  font-size: 14px;
  text-transform: uppercase;
  border-radius: 10px;
}

@media (max-width: 767px) {
  .trialpage .downloadcontent .dwnldbtns a {
    padding: 15px;
  }
}

.trialpage .downloadcontent .dwnldbtns a:first-child {
  margin-right: 25px;
}

.trialpage #cpguardsection {
  background: #f0f0f4;
  position: relative;
  overflow: hidden;
  padding: 40px 0 0 0;
}

@media only screen and (min-width: 768px) {
  .trialpage #cpguardsection {
    padding: 65px 0 0 0;
  }
}

.trialpage #cpguardsection .iconStrch {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.trialpage #cpguardsection .iconStrch .ico {
  position: absolute;
}

@media only screen and (max-width: 992px) {
  .trialpage #cpguardsection .iconStrch .ico {
    max-width: 40px;
  }

  .trialpage #cpguardsection .iconStrch .ico img {
    width: 100%;
    height: 100%;
    object-fit: contain;
  }
}

@media only screen and (max-width: 768px) {
  .trialpage #cpguardsection .iconStrch .ico {
    max-width: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .trialpage #cpguardsection .iconStrch .ico {
    max-width: 25px;
  }
}

.trialpage #cpguardsection .iconStrch .ico:nth-child(1) {
  top: 10%;
  left: 5%;
}

.trialpage #cpguardsection .iconStrch .ico:nth-child(2) {
  top: 0;
  left: 30%;
}

.trialpage #cpguardsection .iconStrch .ico:nth-child(3) {
  top: 5%;
  right: 30%;
}

.trialpage #cpguardsection .iconStrch .ico:nth-child(4) {
  right: 3%;
  top: 3%;
}

.trialpage #cpguardsection .iconStrch .ico:nth-child(5) {
  bottom: 5%;
  left: 3%;
}

.trialpage #cpguardsection .iconStrch .ico:nth-child(6) {
  bottom: 7%;
  left: 15%;
}

.trialpage #cpguardsection .iconStrch .ico:nth-child(7) {
  bottom: 7%;
  right: 15%;
}

.trialpage #cpguardsection .iconStrch .ico:nth-child(8) {
  bottom: 3%;
  right: 5%;
}

.trialpage #cpguardsection .container {
  position: relative;
  z-index: 20;
}

.trialpage #cpguardsection .topHead {
  text-align: center;
  margin-bottom: 35px;
  max-width: 646px;
  margin: 0 auto;
}

.trialpage #cpguardsection .topHead .mainT {
  color: #232c41;
  font-size: 40px;
  margin-bottom: 25px;
  font-weight: bold;
}

@media (max-width: 767px) {
  .trialpage #cpguardsection .topHead .mainT {
    font-size: 25px;
  }
}

.trialpage #cpguardsection .topHead .subt {
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .trialpage #cpguardsection .topHead .subt {
    font-size: 14px;
  }
}

.trialpage #cpguardsection .cpguardSlide .cmnBx {
  display: block;
  background: #fff;
  height: 100%;
}

.trialpage #cpguardsection .cpguardSlide .cmnBx .imgBx {
  overflow: hidden;
  transition: 0.4s all;
  height: 180px;
}

@media only screen and (min-width: 992px) {
  .trialpage #cpguardsection .cpguardSlide .cmnBx .imgBx {
    height: 180px;
  }
}

.trialpage #cpguardsection .cpguardSlide .cmnBx .imgBx img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: opacity 0.4s, -webkit-transform 0.7s;
  transition: opacity 0.4s, transform 0.7s;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.trialpage #cpguardsection .cpguardSlide .cmnBx .txtBx {
  padding: 30px 15px 25px;
  position: relative;
}

.trialpage #cpguardsection .cpguardSlide .cmnBx .txtBx::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 5px;
  width: 0;
  transition: 0.5s all;
  background: rgb(255, 55, 108);
}

.trialpage #cpguardsection .cpguardSlide .cmnBx .txtBx .title {
  font-size: 16px;
  color: #4d5362;
  font-weight: bold;
  margin-bottom: 10px;
  min-height: 60px;
}

.trialpage #cpguardsection .cpguardSlide .cmnBx .txtBx p {
  margin-bottom: 0;
  color: #626875;
  opacity: 0.88;
  font-size: 15px;
  line-height: 25px;
}

.trialpage #cpguardsection .cpguardSlide .cmnBx:hover .imgBx img {
  img-webkit-transform: scale3d(1.05, 1.05, 1);
  transform: scale3d(1.05, 1.05, 1);
}

.trialpage #cpguardsection .cpguardSlide .cmnBx:hover .txtBx::after {
  width: 100%;
}

.trialpage #cpguardsection .pwrd {
  text-align: center;
  margin-top: 35px;
}

.trialpage #cpguardsection .pwrd .txt {
  font-size: 15px;
  color: #232c41;
  font-weight: 400;
}

.trialpage #trialalert {
  background: #283041;
}

.trialpage #trialalert .alerttext {
  font-size: 22px;
  text-align: center;
  color: rgb(255, 255, 255);
  padding: 40px 0;
}

@media (max-width: 767px) {
  .trialpage #trialalert .alerttext {
    font-size: 15px;
  }
}

.trialpage #trialSec {
  background: #ff376c;
  overflow: hidden;
  position: relative;
  padding: 40px 0;
}

@media only screen and (min-width: 768px) {
  .trialpage #trialSec {
    padding: 60px 0;
  }
}

.trialpage #trialSec .bg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.trialpage #trialSec .bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  animation: slideShow 24s linear infinite 0s;
  -o-animation: slideShow 24s linear infinite 0s;
  -moz-animation: slideShow 24s linear infinite 0s;
  -webkit-animation: slideShow 24s linear infinite 0s;
}

.trialpage #trialSec .container {
  position: relative;
  z-index: 10;
  text-align: center;
}

.trialpage #trialSec .titleBx {
  text-align: center;
  margin-bottom: 20px;
}

.trialpage #trialSec .titleBx .subT {
  font-weight: 500;
  color: #fff;
  margin-bottom: 15px;
  font-size: 16px;
}

@media only screen and (min-width: 576px) {
  .trialpage #trialSec .titleBx .subT {
    font-size: 18px;
  }
}

@media only screen and (min-width: 768px) {
  .trialpage #trialSec .titleBx .subT {
    font-size: 20px;
  }
}

.trialpage #trialSec .titleBx .mainT {
  color: #fff;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 25px;
}

@media only screen and (max-width: 576px) {
  .trialpage #trialSec .titleBx .mainT {
    font-size: 18px;
  }
}

.trialpage #trialSec .btnBx {
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

@media only screen and (min-width: 468px) {
  .trialpage #trialSec .btnBx {
    display: flex;
  }
}

.trialpage #trialSec .btnBx a {
  display: block;
  border-radius: 10px;
  text-align: center;
  font-weight: bold;
  color: #232c41;
  line-height: 50px;
  text-transform: uppercase;
  background: #fff;
  padding: 10px 5px;
  height: 60px;
  width: 100%;
  font-size: 14px;
  margin-bottom: 10px;
}

@media only screen and (min-width: 468px) {
  .trialpage #trialSec .btnBx a {
    width: 150px;
    margin-bottom: 0;
  }
}

@media only screen and (min-width: 576px) {
  .trialpage #trialSec .btnBx a {
    width: 200px;
    height: 60px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .trialpage #trialSec .btnBx a {
    width: 240px;
    height: 73px;
    font-size: 18px;
  }
}

@media only screen and (min-width: 468px) {
  .trialpage #trialSec .btnBx a:not(:last-of-type) {
    margin-right: 18px;
  }
}

.trialpage #trialSec .btnBx a span {
  font-weight: 400;
  display: block;
  text-transform: none;
  margin-top: 5px;
}

.trialpage #trialSec .btnBx a:hover {
  background: #232c41;
  color: #fff;
}

.trialpage #trialSec .txt {
  color: #fff;
  font-weight: 400;
  font-size: 13px;
}

@media only screen and (min-width: 576px) {
  .trialpage #trialSec .txt {
    font-size: 14px;
  }
}

@media only screen and (min-width: 768px) {
  .trialpage #trialSec .txt {
    font-size: 15px;
  }
}

.trialpage #trialSec .txt a {
  text-decoration: underline;
  text-underline-position: under;
  color: #fff;
}

.trialpage #screenshotsection {
  padding: 80px 0;
}

@media (max-width: 767px) {
  .trialpage #screenshotsection {
    padding: 40px 0;
  }
}

.trialpage #screenshotsection .screenshotslider img {
  display: inline-block !important;
  width: inherit !important;
  position: relative;
}

.trialpage #screenshotsection .screenshot {
  text-align: center;
  margin: 0 auto;
  width: 1046px;
}

@media (min-width: 768px) {
  .trialpage #screenshotsection .screenshot {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .trialpage #screenshotsection .screenshot {
    width: 100%;
    padding-bottom: 20px;
  }
}

@media (min-width: 768px) {
  .trialpage #screenshotsection .screenshot .singlescreenshot {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .trialpage #screenshotsection .screenshot .singlescreenshot {
    width: 100%;
  }
}

.trialpage #screenshotsection .screenshot .singlescreenshot a {
  position: relative;
  display: inline-block;
}

.trialpage #screenshotsection .screenshot .singlescreenshot a:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.trialpage #screenshotsection .screenshot .singlescreenshot a:hover::after {
  opacity: 1;
  visibility: visible;
}

.trialpage #screenshotsection .screenshot .singlescreenshot a::before {
  position: absolute;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  left: 0;
  top: 0;
  content: "";
  width: 100%;
  height: 100%;
  transition: all 0.3s;
  z-index: 3;
}

.trialpage #screenshotsection .screenshot .singlescreenshot a::after {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  opacity: 1;
  left: 0;
  color: #fff;
  top: 50%;
  font-size: 30px;
  transform: translateY(-50%);
  content: "+";
  width: 100%;
  height: 50px;
  transition: all 0.3s;
  z-index: 3;
}

.trialpage #screenshotsection .screenshot .singlescreenshot a img {
  position: relative;
}

.trialpage #screenshotsection .screenshot .slidetext {
  font-size: 25px;
  font-weight: 600;
  color: #232c41;
}

@media (max-width: 767px) {
  .trialpage #screenshotsection .screenshot .slidetext {
    font-size: 18px;
  }
}

.trialpage #screenshotsection .screenshot .maint {
  font-size: 40px;
  font-weight: bold;
  color: #232c41;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  .trialpage #screenshotsection .screenshot .maint {
    font-size: 25px;
  }
}

.trialpage #screenshotsection .screenshot .subt {
  color: #232c41;
  font-size: 16px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .trialpage #screenshotsection .screenshot .subt {
    font-size: 14px;
  }
}

.SliderSec {
  position: relative;
}

.SliderSec .overflow-x-hidden {
  overflow-x: hidden;
}

@media (max-width: 767px) {
  .SliderSec .Navigation {
    display: none;
  }
}

.SliderSec .Navigation .arrows {
  position: absolute;
  top: 50%;
  width: 50px;
  height: 50px;
  transform: translateY(-50%);
  border-radius: 12px;
  z-index: 2;
  cursor: pointer;
}

.SliderSec .Navigation .arrows svg {
  width: 20px;
  height: 20px;
  display: inline-block;
}

.SliderSec .Navigation .arrows.OwlPrev {
  left: 0px;
}

.SliderSec .Navigation .arrows.OwlNext {
  right: 0px;
}

#supportsection {
  padding: 50px 0;
  text-align: center;
}

#supportsection .maint {
  font-size: 40px;
  color: #232c41;
  font-weight: bold;
  margin-bottom: 25px;
}

@media (max-width: 767px) {
  #supportsection .maint {
    font-size: 25px;
  }
}

#supportsection .foottext {
  font-size: 17px;
  color: #232c41;
  font-weight: bold;
}

@media (min-width: 992px) and (max-width: 1200px) {
  #supportsection .foottext {
    font-size: 14px;
  }
}

#supportsection .foottext span {
  color: #ff376c;
}

#supportsection .foottext span a {
  color: #ff376c;
  display: inline-block;
  background: none;
}

#supportsection .osbox {
  padding: 40px 0;
  background: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #232c41;
  margin: 20px 0;
}

#supportsection .osbox .imgbox img {
  min-height: 40px;
}

#supportsection .osbox .imgbox {
  display: flex;
  gap: 30px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 30px;
}

@media (max-width: 767px) {
  /* #supportsection .osbox .imgbox img {
    width: inherit;
  }*/
}

@media (min-width: 992px) and (max-width: 1200px) {
  /*#supportsection .osbox .imgbox img {
    /*width: 18%;
  }*/
}

#supportsection .controlbox {
  padding: 40px 0;
  background: #fff;
  text-align: center;
  font-size: 25px;
  font-weight: 600;
  color: #232c41;
  margin: 20px 0;
}

#supportsection .controlbox .imgbox {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}
#supportsection .osbox .imgbox {
  display: flex;
  flex-wrap: wrap;
  gap: 34px;
  justify-content: center;
  align-items: center;
  margin-top: 30px;
}

#controlpanel_sec {
  padding: 30px;
}

#support_text {
  padding-left: 5vw;
  padding-right: 5vw;
}

#support_text p {
  text-align: center;
  font-size: 17px;
}

#support_text h3 {
  text-align: center;
  color: #000;
  font-size: 37px;
  font-weight: 500;
  /* margin-bottom: 15px;*/
}

#support_panel {
  display: flex;
  justify-content: center;
  gap: 25px;
  padding-bottom: 2vw;
}

#support_panel .imgBx {
  display: inline-flex;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  #supportsection .controlbox .imgbox img {
    width: inherit;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #supportsection .controlbox .imgbox img {
    width: 23%;
  }
}

section#trialinfo {
  padding: 50px 0;
  background: #282f41;
  margin-top: 50px;
}

@media (max-width: 767px) {
  section#trialinfo {
    padding: 25px 0;
    margin-top: 25px;
  }
}

section#trialinfo .infotext {
  color: #fff;
  font-size: 22px;
  font-weight: 500;
  text-align: center;
}

@media (max-width: 767px) {
  section#trialinfo .infotext {
    font-size: 16px;
  }
}

#licensedetails .privacytext {
  padding: 45px 0;
}

@media (max-width: 767px) {
  #licensedetails .privacytext {
    padding: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #licensedetails .privacytext {
    padding: 65px 0;
  }
}

#licensedetails .privacytext .para-title {
  font-size: 25px;
  font-weight: bold;
  color: #232c41;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #licensedetails .privacytext .para-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

#licensedetails .privacytext .sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #232c41;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  #licensedetails .privacytext .sub-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

#licensedetails .privacytext p {
  font-size: 16px;
  color: #232c41;
}

@media (max-width: 767px) {
  #licensedetails .privacytext p {
    font-size: 14px;
  }
}

@media (max-width: 767px) {
  .gettingstartedPage .pageheader .BtnBx2 {
    justify-content: center;
  }
}

@media (max-width: 767px) {
  .gettingstartedPage .pageheader .BtnBx2 .BrBtn {
    width: 145px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .gettingstartedPage .pageheader .BtnBx2 .BrBtn2 {
    margin-left: 10px;
    width: 145px;
  }
}

.gettingstartedPage .pageheader .BtnBx2 .BrBtn2 {
  background: transparent;
  border: 1px solid #ff376c;
  color: #fff;
}

.gettingstartedPage #Installationdetails .installationtext {
  padding: 45px 0;
}

@media (max-width: 767px) {
  .gettingstartedPage #Installationdetails .installationtext {
    padding: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .gettingstartedPage #Installationdetails .installationtext {
    padding: 65px 0;
  }
}

.gettingstartedPage #Installationdetails .installationtext .para-title {
  font-size: 25px;
  font-weight: bold;
  color: #232c41;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .gettingstartedPage #Installationdetails .installationtext .para-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

.gettingstartedPage #Installationdetails .installationtext .sub-title {
  font-size: 16px;
  font-weight: bold;
  color: #232c41;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .gettingstartedPage #Installationdetails .installationtext .sub-title {
    font-size: 14px;
    margin-bottom: 15px;
  }
}

.gettingstartedPage #Installationdetails .installationtext p {
  font-size: 16px;
  color: #232c41;
}

@media (max-width: 767px) {
  .gettingstartedPage #Installationdetails .installationtext p {
    font-size: 14px;
  }
}

.gettingstartedPage #Installationdetails .installationtext .code {
  font-weight: 300;
  padding-left: 20px;
  border-left: 2px solid #ff376c;
}

@media (max-width: 767px) {
  .gettingstartedPage #Installationdetails .installationtext .BrBtn {
    width: 145px;
    margin-right: 10px;
  }
}

@media (max-width: 767px) {
  .gettingstartedPage #Installationdetails .installationtext .BrBtn2 {
    margin-left: 10px;
    width: 145px;
  }
}

#licensedetails .licencetext {
  padding: 45px 0;
}

@media (max-width: 767px) {
  #licensedetails .licencetext {
    padding: 40px 0;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  #licensedetails .licencetext {
    padding: 65px 0;
  }
}

#licensedetails .licencetext .para-title {
  font-size: 25px;
  font-weight: bold;
  color: #232c41;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  #licensedetails .licencetext .para-title {
    font-size: 18px;
    margin-bottom: 15px;
  }
}

#licensedetails .licencetext p {
  font-size: 16px;
  color: #232c41;
}

@media (max-width: 767px) {
  #licensedetails .licencetext p {
    font-size: 14px;
  }
}

/*******SCROLL_UP_BTN*******/
.pageheader {
  position: relative;
  padding: 80px 0;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pageheader {
    padding: 60px 0;
  }
}

@media (max-width: 767px) {
  .pageheader {
    padding: 50px 0;
  }
}

.pageheader .headerimg {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

.pageheader .headerimg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.pageheader .container {
  position: relative;
  z-index: 10;
  text-align: left;
}

.pageheader .container .pagetitle {
  font-size: 48px;
  color: rgb(255, 255, 255);
  font-weight: 600;
}

@media (min-width: 992px) and (max-width: 1200px) {
  .pageheader .container .pagetitle {
    font-size: 40px;
  }
}

@media (max-width: 767px) {
  .pageheader .container .pagetitle {
    font-size: 25px;
    text-align: center;
  }
}

.pageheader .container .pagetitle.nobg {
  color: #232c41 !important;
}

.pageheader .container .pagetitle.nobg .mainsub {
  color: #232c41;
}

.pageheader .container .mainsub {
  color: #232c41;
  font-size: 35px;
  font-weight: 600;
  margin-top: 45px;
  padding-right: 195px;
}

@media (max-width: 767px) {
  .pageheader .container .mainsub {
    font-size: 18px;
    margin-top: 14px;
    padding-right: 0;
    text-align: center;
  }
}

.pageheader .container .subhead {
  font-size: 16px;
  color: rgb(255, 255, 255);
  font-weight: normal;
  margin-top: 25px;
}

@media (max-width: 767px) {
  .pageheader .container .subhead {
    font-size: 12px;
    margin-top: 8px;
    text-align: center;
  }
}

.pageheader .container .subhead.theme {
  color: #232c41;
}

.cookiesection {
  display: flex;
  justify-content: center;
}

.cookiesection .cookie-container {
  display: flex;
  align-content: center;
  align-items: center;
  background: #232c41 !important;
  color: white;
  position: fixed;
  bottom: 100px;
  font-size: 16px;
  padding: 20px 35px;
  z-index: 10000;
  gap: 2rem;
  border-radius: 0 !important;
  opacity: 1;
  visibility: visible;
  max-width: 958px;
}

@media (max-width: 767px) {
  .cookiesection .cookie-container {
    display: block;
  }
}

@media (max-width: 767px) {
  .cookiesection .cookie-container {
    max-width: 100%;
    font-size: 12px;
    padding: 20px 40px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cookiesection .cookie-container {
    padding: 20px 50px;
    max-width: 800px;
    font-size: 14px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .cookiesection .cookie-container {
    padding: 15px 55px;
    max-width: 930px;
  }
}

.cookiesection .cookie-container.hide {
  opacity: 0;
  visibility: hidden;
}

@media (min-width: 768px) and (max-width: 991px) {
  .cookiesection .cookie-container p {
    font-size: 14px;
  }
}

.cookiesection .cookie-container a {
  color: rgb(255, 255, 255);
  right: 10px;
  position: absolute;
  top: 5px;
}

.cookiesection .cookie-container:hover {
  color: var(--hover-text);
}

.cookiesection .cookie-container .cookie-text {
  color: rgb(255, 255, 255);
  font-size: 16px;
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .cookiesection .cookie-container .cookie-text {
    font-size: 14px;
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cookiesection .cookie-container .cookie-text {
    font-size: 14px;
  }
}

.cookiesection .cookie-container .agree {
  text-align: center;
}

.cookiesection .cookie-container button {
  background: rgb(255, 255, 255);
  color: #232c41;
  border: none;
  cursor: pointer;
  border-radius: 10px;
  font-size: 18px;
  width: 85px;
  height: 50px;
}

@media (max-width: 767px) {
  .cookiesection .cookie-container button {
    width: 100%;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .cookiesection .cookie-container button {
    width: 75px;
    height: 45px;
  }
}

.ico {
  transform: rotate(180deg);
  margin-left: 5px;
  margin-top: 7px;
  font-size: 14px;
}

.scrollup {
  width: 35px;
  position: fixed;
  right: 4px;
  bottom: 55px;
  display: none;
  z-index: 12;
  color: rgb(255, 55, 108);
  text-transform: uppercase;
  text-align: center;
  font-size: 10px;
}

@media only screen and (min-width: 468px) {
  .scrollup {
    font-size: 12px;
    bottom: 75px;
  }
}

@media only screen and (min-width: 576px) {
  .scrollup {
    width: 40px;
    right: 27px;
  }
}

.scrollup svg {
  fill: rgb(255, 55, 108);
  margin-bottom: 10px;
  width: 28px;
  height: 28px;
  transition: all 0.3s;
}

@media only screen and (min-width: 468px) {
  .scrollup svg {
    width: 37px;
    height: 37px;
  }
}

.scrollup:hover {
  color: rgb(255, 255, 255);
}

.scrollup:hover svg {
  fill: rgb(255, 255, 255);
}

/*******FIXED*******/
.fixedRit {
  position: fixed;
  z-index: 100;
  display: block;
  height: fit-content;
}

@media only screen and (min-width: 992px) {
  .fixedRit {
    left: 40px;
    bottom: 40px;
  }
}

@media only screen and (max-width: 992px) {
  .fixedRit {
    right: 10px;
    bottom: 0;
    top: 0;
    margin: auto;
  }
}

.fixedRit .Txt {
  font-size: 8px;
  letter-spacing: 3px;
  color: #818181;
  text-transform: uppercase;
  transform: rotate(270deg) translate(30px, 5px);
  transform-origin: 0 0;
  position: absolute;
  width: max-content;
  width: -moz-max-content;
}

.fixedRit ul {
  margin: 0px;
}

.fixedRit ul li:not(:last-of-type) {
  margin-bottom: 20px;
}

.fixedRit ul a {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding: 5px;
  transition: all 0.3s;
}

.fixedRit ul a:hover {
  filter: none;
}

.fixedRit ul a svg {
  display: block;
  fill: rgb(255, 55, 108);
  transition: all 0.3s;
  max-width: 15px;
  min-width: 15px;
}

#filterAccodion {
  padding: 0;
}

#filterAccodion .noSub {
  padding-left: 30px !important;
  margin: 0;
  font-size: 13px;
  color: #fff;
  font-weight: 500;
  display: flex;
  align-items: center;
  cursor: pointer;
  position: relative;
  padding: 18px 20px;
  transition: 0.4s all;
  border-bottom: solid 1px rgba(255, 255, 255, 0.33);
}

#filterAccodion .noSub.active,
#filterAccodion .noSub:hover {
  background: #003447;
}

#filterAccodion .accordion-item {
  background: transparent;
  border: none;
  margin-bottom: 0;
  border-bottom: 1px solid rgba(235, 234, 234, 0.33);
}

#filterAccodion .accordion-item .accordion-button {
  background: transparent;
  border: none;
  box-shadow: none;
  outline: none;
  color: #fff;
  padding: 17px 0;
  padding-left: 25px;
  padding-right: 15px;
  font-size: 13px;
  font-weight: 500;
  display: flex;
  margin-bottom: 0;
  justify-content: space-between;
  font-family: "Inter", sans-serif;
  transition: 0.4s all;
}

#filterAccodion .accordion-item .accordion-button:hover {
  background: #003447;
}

#filterAccodion .accordion-item .accordion-button::after {
  display: none;
}

#filterAccodion .accordion-item .accordion-button .close {
  position: absolute;
  right: 0px;
  top: 0px;
  bottom: 0px;
  margin: auto;
  transition: all 0.3s;
  background: rgb(255, 55, 108);
  width: 9px;
  height: 1px;
  display: none;
}

#filterAccodion .accordion-item .accordion-button .icon {
  height: 11px;
  width: 11px;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

#filterAccodion .accordion-item .accordion-button .icon #arrow {
  transition: all 0.3s;
  width: 10px;
  height: 10px;
  fill: #fff;
  transform: rotate(90deg);
  display: block;
}

#filterAccodion .accordion-item .accordion-button[aria-expanded=true] #arrow {
  transform: rotate(270deg);
}

#filterAccodion .accordion-item .accordion-body {
  padding: 10px 30px;
}

#filterAccodion .accordion-item .accordion-body a {
  font-size: 14px;
  color: #7e7e7e;
  font-weight: 400;
  line-height: 20px;
  padding-left: 10px;
  margin-bottom: 5px;
  display: block;
}

#filterAccodion .accordion-item .accordion-body ul li {
  display: flex;
  align-items: center;
  position: relative;
  margin-bottom: 9px;
}

#filterAccodion .accordion-item .accordion-body ul li a {
  font-size: 13px;
  color: #fff;
  font-weight: 400;
  display: flex;
  align-items: center;
  transition: 0.4s all;
}

#filterAccodion .accordion-item .accordion-body ul li a.active,
#filterAccodion .accordion-item .accordion-body ul li a:hover {
  color: #003447;
}

#filterAccodionModal {
  z-index: 99999999;
}

@media only screen and (min-width: 992px) {
  #filterAccodionModal {
    display: none;
    padding-right: 0;
    position: relative;
    border: none;
    opacity: 1;
    z-index: 2;
  }
}

@media only screen and (max-width: 992px) {
  #filterAccodionModal {
    background: #fff;
  }
}

#filterAccodionModal .modal-dialog {
  max-width: none;
  margin: 0;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  height: 100%;
}

#filterAccodionModal .modal-content {
  border: none;
  background: none;
  height: 100%;
}

@media only screen and (max-width: 992px) {
  #filterAccodionModal .modal-content {
    height: 100vh;
    border-radius: 0px;
  }
}

#filterAccodionModal .ModalHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  border-bottom: solid 1px #e5e5e5;
  background: #fff;
}

@media only screen and (max-width: 992px) {
  #filterAccodionModal .ModalHeader {
    padding: 15px;
  }
}

@media only screen and (min-width: 992px) {
  #filterAccodionModal .ModalHeader {
    background: transparent;
    padding: 30px 0 18px;
    padding-right: 20px;
    display: none;
  }
}

#filterAccodionModal .ModalHeader svg {
  width: 15px;
  height: 15px;
  fill: rgb(255, 55, 108);
  margin-right: 10px;
}

#filterAccodionModal .ModalHeader .title {
  color: #282828;
  font-weight: 600;
  font-size: 16px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}

#filterAccodionModal .ModalHeader .title .icon {
  width: 19px;
  height: 14px;
  margin-right: 13px;
}

@media only screen and (min-width: 992px) {
  #filterAccodionModal .ModalHeader .title .icon {
    display: none;
  }
}

#filterAccodionModal .ModalHeader .title .icon span {
  height: 3px;
  display: block;
  background: rgb(255, 55, 108);
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: relative;
}

#filterAccodionModal .ModalHeader .title .icon span:nth-child(1) {
  width: 100%;
}

#filterAccodionModal .ModalHeader .title .icon span:nth-child(2) {
  width: 65%;
}

#filterAccodionModal .ModalHeader .title .icon span:nth-child(3) {
  width: 100%;
}

#filterAccodionModal .ModalHeader .title .icon span~span {
  margin-top: 3px;
}

#filterAccodionModal .ModalHeader .clear {
  background: transparent;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 12px;
  color: #F04941;
  font-weight: 400;
  text-transform: uppercase;
}

@media only screen and (max-width: 992px) {
  #filterAccodionModal .ModalHeader .clear {
    display: none;
  }
}

#filterAccodionModal .ModalHeader .close {
  border-radius: 0px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 23px;
  padding: 0;
  width: 45px;
  position: absolute;
  right: 0;
  color: #fff;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(255, 55, 108);
}

@media only screen and (min-width: 992px) {
  #filterAccodionModal .ModalHeader .close {
    display: none;
  }
}

#filterAccodionModal .modal-body {
  padding: 0px 15px 0;
  background: rgb(255, 55, 108);
}

@media only screen and (min-width: 992px) {
  #filterAccodionModal .modal-body {
    padding: 0px;
  }
}

#filterAccodionModal .modal-footer {
  padding: 0;
  background: rgb(232, 235, 240);
}

@media only screen and (min-width: 992px) {
  #filterAccodionModal .modal-footer {
    display: none;
    border: none;
  }
}

#filterAccodionModal .modal-footer .btn {
  background: #003447;
  border-radius: 0px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 12px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  width: 50%;
  margin: 0;
  height: 40px;
}

#filterAccodionModal .modal-footer .btn.clear {
  background: transparent;
  color: rgb(255, 55, 108);
}

.LftMenu {
  background: #00afef;
  border-radius: 5px;
  height: 100%;
  overflow: hidden;
}

@media only screen and (min-width: 992px) {
  .LftMenu {
    padding-bottom: 290px;
    min-width: 268px;
    width: 268px;
  }
}

.LftMenu li {
  border-bottom: solid 1px rgba(255, 255, 255, 0.33);
}

.LftMenu li.active a,
.LftMenu li:hover a {
  background: #003447;
}

.LftMenu li a {
  padding: 15px 30px;
  transition: 0.4s all;
  display: block;
  color: #fff;
  font-size: 13px;
  font-weight: 500;
}

/*********************** SORT_POP ***********************/
#sortPop {
  height: auto;
  top: auto;
  bottom: 0px;
}

#sortPop .modal-dialog {
  padding: 0px;
  margin: 0px;
  max-width: 100%;
}

#sortPop .modal-content {
  border-radius: 0px;
  margin: 0px;
  border: none;
}

#sortPop .modal-content .ModalHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 19px 15px;
  position: relative;
  border-bottom: 1px solid rgb(232, 235, 240);
  background: rgba(26, 57, 106, 0.1);
}

@media only screen and (min-width: 992px) {
  #sortPop .modal-content .ModalHeader {
    background: transparent;
    border: none;
    padding: 5px 15px 25px 0;
  }
}

#sortPop .modal-content .ModalHeader .title {
  color: rgb(26, 57, 106);
  font-weight: 600;
  font-size: 15px;
  text-transform: uppercase;
}

@media only screen and (min-width: 1441px) {
  #sortPop .modal-content .ModalHeader .title {
    font-size: 16px;
  }
}

#sortPop .modal-content .ModalHeader .close {
  border-radius: 0px;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 23px;
  padding: 0;
  width: 45px;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(26, 57, 106, 0.1);
}

@media only screen and (min-width: 992px) {
  #sortPop .modal-content .ModalHeader .close {
    display: none;
  }
}

#sortPop .modal-content .modal-body {
  padding: 15px;
}

#sortPop .modal-content .modal-body #Categories .label {
  font-size: 13px;
  padding: 10px 0;
  color: rgb(48, 48, 48);
  position: relative;
}

#sortPop .modal-content .modal-body #Categories .label input[type=checkbox],
#sortPop .modal-content .modal-body #Categories .label input[type=radio] {
  opacity: 0;
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
}

#sortPop .modal-content .modal-body #Categories .label input[type=checkbox]:checked+label,
#sortPop .modal-content .modal-body #Categories .label input[type=radio]:checked+label {
  color: rgb(255, 55, 108);
}

.BtnBx {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.BtnBx .BrBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: solid 1px #232c41;
  font-weight: 400;
  color: #232c41;
  position: relative;
  overflow: hidden;
  height: 42px;
  width: 120px;
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  .BtnBx .BrBtn {
    height: 48px;
    width: 150px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (min-width: 768px) {
  .BtnBx .BrBtn {
    height: 53px;
    width: 160px;
    font-size: 18px;
  }

  .BtnBx .BrBtn:not(:last-of-type) {
    margin-right: 19px;
  }
}

.BtnBx .BrBtn::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #232c41;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.BtnBx .BrBtn span {
  position: relative;
}

.BtnBx .BrBtn:hover span {
  color: #fff;
}

.BtnBx .BrBtn:hover::before {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.BtnBx3 {
  display: flex;
  align-items: center;
}

.BtnBx3 .BrBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #232c41;
  font-weight: 400;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 42px;
  width: 120px;
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  .BtnBx3 .BrBtn {
    height: 48px;
    width: 150px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .BtnBx3 .BrBtn {
    height: 53px;
    width: 160px;
    font-size: 18px;
  }

  .BtnBx3 .BrBtn:not(:last-of-type) {
    margin-right: 19px;
  }
}

@media only screen and (min-width: 992px) {
  .BtnBx3 .BrBtn {
    height: 53px;
    width: 136px;
  }
}

.BtnBx3 .BrBtn::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #ff376c;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.BtnBx3 .BrBtn span {
  position: relative;
}

.BtnBx3 .BrBtn:hover span {
  color: #fff;
}

.BtnBx3 .BrBtn:hover::before {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.BtnBx3 .BrBtn3 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ff376c;
  font-weight: 400;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 42px;
  width: 120px;
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  .BtnBx3 .BrBtn3 {
    height: 48px;
    width: 150px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .BtnBx3 .BrBtn3 {
    height: 53px;
    width: 160px;
    font-size: 18px;
  }

  .BtnBx3 .BrBtn3:not(:last-of-type) {
    margin-right: 19px;
  }
}

@media only screen and (min-width: 992px) {
  .BtnBx3 .BrBtn3 {
    height: 53px;
    width: 105px;
  }
}

.BtnBx3 .BrBtn3::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #232c41;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.BtnBx3 .BrBtn3 span {
  position: relative;
}

.BtnBx3 .BrBtn3:hover span {
  color: #fff;
}

.BtnBx3 .BrBtn3:hover::before {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.BtnBx3 .BrBtn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ff376c;
  font-weight: 400;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 42px;
  width: 120px;
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  .BtnBx3 .BrBtn2 {
    height: 48px;
    width: 150px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 576px) and (min-width: 768px) {
  .BtnBx3 .BrBtn2 {
    height: 53px;
    width: 160px;
    font-size: 18px;
  }

  .BtnBx3 .BrBtn2:not(:last-of-type) {
    margin-right: 19px;
  }
}

.BtnBx3 .BrBtn2::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #232c41;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.BtnBx3 .BrBtn2 span {
  position: relative;
}

.BtnBx3 .BrBtn2:hover span {
  color: #fff;
}

.BtnBx3 .BrBtn2:hover::before {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.BtnBx2 {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.BtnBx2 .BrBtn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: #ff376c;
  font-weight: 400;
  color: #fff;
  position: relative;
  overflow: hidden;
  height: 42px;
  width: 120px;
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  .BtnBx2 .BrBtn {
    height: 48px;
    width: 150px;
    font-size: 16px;
  }
}

.standalone .BtnBx2 .BrBtn {
  height: 53px;
  width: 180px;
  font-size: 16px;
}

@media only screen and (min-width: 576px) and (min-width: 768px) {
  .BtnBx2 .BrBtn {
    height: 53px;
    width: 160px;
    font-size: 18px;
  }

  .BtnBx2 .BrBtn:not(:last-of-type) {
    margin-right: 19px;
  }
}

.BtnBx2 .BrBtn::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #232c41;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.BtnBx2 .BrBtn span {
  position: relative;
}

.BtnBx2 .BrBtn:hover span {
  color: #fff;
}

.BtnBx2 .BrBtn:hover::before {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

.BtnBx2 .BrBtn2 {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  background: rgb(255, 255, 255);
  font-weight: 400;
  color: #232c41;
  position: relative;
  overflow: hidden;
  border: 1px solid rgb(35, 44, 65);
  height: 42px;
  width: 120px;
  font-size: 14px;
}

@media only screen and (min-width: 576px) {
  .BtnBx2 .BrBtn2 {
    height: 48px;
    width: 150px;
    font-size: 16px;
  }
}

@media only screen and (min-width: 768px) {
  .BtnBx2 .BrBtn2 {
    height: 53px;
    width: 160px;
    font-size: 18px;
  }

  .BtnBx2 .BrBtn2:not(:last-of-type) {
    margin-right: 19px;
  }
}

.BtnBx2 .BrBtn2::before {
  content: "";
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  background: #ff376c;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}

.BtnBx2 .BrBtn2 span {
  position: relative;
}

.BtnBx2 .BrBtn2:hover span {
  color: #fff;
}

.BtnBx2 .BrBtn2:hover::before {
  -webkit-transform-origin: bottom;
  -ms-transform-origin: bottom;
  transform-origin: bottom;
  -webkit-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}

@media (max-width: 767px) {
  .rightprocess {
    background: #232c41;
    padding: 30px;
    color: rgb(255, 255, 255);
    text-align: center;
    margin-top: 15px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .slide-txt {
    margin-top: 10px;
  }
}

@media (max-width: 767px) {
  .slide-txt {
    background: #232c41;
    padding: 20px 0;
    color: rgb(255, 255, 255);
    text-align: center;
  }
}

.singlescreenshot.owl-carousel .owl-item img {
  display: inline-block;
  width: inherit;
}

@media only screen and (min-width: 992px) {
  .Ccontainer {
    width: calc(100% - (100% - 1050px) / 2);
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) {
  .Ccontainer {
    width: calc(100% - (100% - 1180px) / 2);
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) and (min-width: 1441px) {
  .Ccontainer {
    width: calc(100% - (100% - 1260px) / 2);
  }
}

@media only screen and (min-width: 992px) and (min-width: 1200px) and (min-width: 1441px) and (min-width: 1560px) {
  .Ccontainer {
    width: calc(100% - (100% - 1350px) / 2);
  }
}

/*# sourceMappingURL=app.min.css.map */