@charset "UTF-8";
@import "../css/bootstrap.css";
@import "../css/responsive.css";
@import "../css/developer.css";
@import "../css/font-awesome.min.css";
@import "../css/owl.carousel.min.css";
@import "../css/select2.min.css";
@import "../css/mobiscroll.jquery.min.css";
@import "../css/jquery-ui.css";
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-BoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-ExtraBold.woff2") format("woff2"), url("../fonts/OpenSans-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-Italic.woff2") format("woff2"), url("../fonts/OpenSans-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-LightItalic.woff2") format("woff2"), url("../fonts/OpenSans-LightItalic.woff") format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBoldItalic.woff2") format("woff2"), url("../fonts/OpenSans-SemiBoldItalic.woff") format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "Open Sans";
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?rky9ss");
  src: url("../fonts/icomoon.eot?rky9ss#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?rky9ss") format("truetype"), url("../fonts/icomoon.woff?rky9ss") format("woff"), url("../fonts/icomoon.svg?rky9ss#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-email:before {
  content: "";
  color: #f95262;
}

.icon-fb:before {
  content: "";
}

.icon-g-plus:before {
  content: "";
}

.icon-left-arrow:before {
  content: "";
  color: #fff;
}

.icon-linkedin:before {
  content: "";
}

.icon-music:before {
  content: "";
  color: #f95262;
}

.icon-phone-fill:before {
  content: "";
  color: #f95262;
}

.icon-quato:before {
  content: "";
  color: #e1e2e5;
}

.icon-right-arrow:before {
  content: "";
  color: #f95262;
}

.icon-twitter:before {
  content: "";
}

.datepicker td,
.datepicker th {
  width: 35px;
  height: 35px;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #34D086;
  background-image: none;
}

.cust_radio {
  display: block;
  position: relative;
  padding-left: 1.6875rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.cust_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
}

/* Create a custom radio button */
.cust_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  border: solid 1px #B4B4B4;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/* .cust_radio:hover input ~ .checkmark {
  background-color: #ccc;
} */
/* When the radio button is checked, add a blue background */
.cust_radio input:checked ~ .checkmark {
  border-color: #01C8E7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.cust_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cust_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cust_radio .checkmark:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #01C8E7;
}

.form-control {
  border-radius: 3px;
  border: solid 1px #ddd;
}

/* Remove default checkbox */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  overflow: inherit;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

/* checkbox aspect */
[type=checkbox] + label:before,
[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* Unchecked styles */
[type=checkbox]:not(:checked) + label:before {
  top: 4px;
  width: 19px;
  height: 19px;
  border: 2px solid #B3B5BB;
  border-radius: 2px;
}
@media screen and (max-width: 992px) {
  [type=checkbox]:not(:checked) + label:before {
    top: 2px;
  }
}

[type=checkbox]:not(:checked) + label:after {
  top: 4px;
  width: 19px;
  height: 19px;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  [type=checkbox]:not(:checked) + label:after {
    top: 2px;
  }
}

/* Checked styles */
[type=checkbox]:checked + label:before {
  top: 2px;
  width: 6px;
  height: 12px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type=checkbox]:checked + label:after {
  top: 4px;
  width: 19px;
  height: 19px;
  border: 1px solid #DC1937;
  z-index: 0;
  background: #DC1937;
  border-radius: 2px;
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #444;
  width: 19px;
  height: 19px;
  border: 3px solid #444;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}

[type=checkbox]:disabled + label {
  color: #555;
}

[type=checkbox]:disabled:not(:checked) + label:hover:before {
  border-color: #01C8E7;
}

[type=checkbox]:checked + label:before {
  top: 7px;
  left: 2px;
  width: 6px;
  height: 12px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

/* White */
/* Black */
/* Gray */
/* Blue */
/* Yellow */
/* Green  */
/* Red */
/* Text Color Class */
/* White */
.white {
  color: #fff;
}

/* Black */
.black {
  color: #000000;
}

.black-31 {
  color: #212121;
}

/* Gray */
.pink {
  color: #F95262;
}

.gray-B4 {
  color: #B3B5BB;
}

.gray-63 {
  color: #636363;
}

.gray-7D {
  color: #7D7D7D;
}

.gray-7B {
  color: #7B7B7B;
}

.gray-60 {
  color: #606060;
}

/* Blue */
.blue-E7 {
  color: #3790BF;
}

.blue-D2 {
  color: #00B6D2;
}

/* Yellow */
.yellow-38 {
  color: #E6BE38;
}

/* Green */
.green-6B {
  color: #82B440;
}

/* Red */
.red-19 {
  color: #DC1937;
}

/* Background Color Class */
/* White */
.bg-white {
  background-color: #fff;
}

/* Black */
.bg-black {
  background-color: #000000;
}

.bg-black-31 {
  background-color: #212121;
}

/* Gray */
.bg-gray-B4 {
  background-color: #B3B5BB;
}

/* Blue */
.bg-blue-E7 {
  background-color: #3790BF;
}

.bg-blue-D2 {
  background-color: #00B6D2;
}

.w-20 {
  width: 20%;
}

.form-group {
  margin-bottom: 1.25rem;
  position: relative;
}

.form-control {
  border: 1px solid #B3B5BB;
  color: #212121;
  font-size: 1rem;
  font-weight: 400;
  color: #B4B4B4;
  height: 3.25rem;
  border-radius: 0.625rem;
  padding: 0.9375rem 1.25rem;
}
@media screen and (max-width: 1439px) {
  .form-control {
    height: 3.577rem;
  }
}
.form-control::-webkit-input-placeholder {
  color: #B3B5BB;
  opacity: 1;
}
.form-control::-moz-placeholder {
  color: #B3B5BB;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #B3B5BB;
  opacity: 1;
}
.form-control:-moz-placeholder {
  color: #B3B5BB;
  opacity: 1;
}
.form-control:focus {
  -webkit-box-shadow: none;
          box-shadow: none;
  border-color: #3790BF;
}

textarea {
  min-height: 89px;
  resize: none;
}

/* Roboto Font */
.fr {
  font-family: "Open Sans";
  font-weight: normal;
}

.fm {
  font-family: "Open Sans";
  font-weight: 600;
}

.fb {
  font-family: "Open Sans";
  font-weight: bold;
}

.fblack {
  font-family: "Open Sans";
  font-weight: 900;
}

.font-60 {
  font-size: 3.75rem;
}

.font-47 {
  font-size: 2.9375rem;
}

.font-40 {
  font-size: 2.5rem;
}
@media screen and (max-width: 1630px) {
  .font-40 {
    font-size: 1.75rem;
  }
}

.font-26 {
  font-size: 1.625rem;
}

.font-25 {
  font-size: 1.5625rem;
}

.font-30 {
  font-size: 1.875rem;
}
@media screen and (max-width: 1630px) {
  .font-30 {
    font-size: 1.5rem;
  }
}

.font-24 {
  font-size: 1.5rem;
}
@media screen and (max-width: 1630px) {
  .font-24 {
    font-size: 1rem;
  }
}

.font-22 {
  font-size: 1.375rem;
}

.font-20 {
  font-size: 1.25rem;
}

.font-18 {
  font-size: 1.125rem;
  line-height: 22px;
}

.font-16 {
  font-size: 1rem;
}

.font-14 {
  font-size: 0.875rem;
}

.font-13 {
  font-size: 0.8125rem;
}

.font-12 {
  font-size: 0.75rem;
}

.font-48 {
  font-size: 3rem;
}
@media screen and (max-width: 1630px) {
  .font-48 {
    font-size: 2.7rem;
  }
}
@media screen and (max-width: 991px) {
  .font-48 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 330px) {
  .font-48 {
    font-size: 1.7rem;
  }
}

.font-50 {
  font-size: 3.125rem;
}
@media screen and (max-width: 1630px) {
  .font-50 {
    font-size: 1.875rem;
  }
}
@media screen and (max-width: 767px) {
  .font-50 {
    font-size: 2.125rem;
  }
}

.font-106 {
  font-size: 6.625rem;
}
@media screen and (max-width: 1630px) {
  .font-106 {
    font-size: 3.625rem;
  }
}
@media screen and (max-width: 767px) {
  .font-106 {
    font-size: 3.625rem;
  }
}

.font-67 {
  font-size: 4.1875rem;
}
@media screen and (max-width: 1630px) {
  .font-67 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 767px) {
  .font-67 {
    font-size: 2.1875rem;
  }
}

.font-36 {
  font-size: 2.25rem;
}
@media screen and (max-width: 1630px) {
  .font-36 {
    font-size: 1.875rem;
  }
}

.font-35 {
  font-size: 2.1875rem;
}
@media screen and (max-width: 1630px) {
  .font-35 {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 767px) {
  .font-35 {
    font-size: 1.4rem;
  }
}

.datepicker td,
.datepicker th {
  width: 35px;
  height: 35px;
}

.datepicker table tr td.active:hover, .datepicker table tr td.active:hover:hover, .datepicker table tr td.active.disabled:hover, .datepicker table tr td.active.disabled:hover:hover, .datepicker table tr td.active:active, .datepicker table tr td.active:hover:active, .datepicker table tr td.active.disabled:active, .datepicker table tr td.active.disabled:hover:active, .datepicker table tr td.active.active, .datepicker table tr td.active:hover.active, .datepicker table tr td.active.disabled.active, .datepicker table tr td.active.disabled:hover.active, .datepicker table tr td.active.disabled, .datepicker table tr td.active:hover.disabled, .datepicker table tr td.active.disabled.disabled, .datepicker table tr td.active.disabled:hover.disabled, .datepicker table tr td.active[disabled], .datepicker table tr td.active:hover[disabled], .datepicker table tr td.active.disabled[disabled], .datepicker table tr td.active.disabled:hover[disabled] {
  background-color: #34D086;
  background-image: none;
}

.cust_radio {
  display: block;
  position: relative;
  padding-left: 1.6875rem;
  margin-bottom: 0.75rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.cust_radio input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
}

/* Create a custom radio button */
.cust_radio .checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 1rem;
  width: 1rem;
  background-color: #fff;
  border: solid 1px #B4B4B4;
  border-radius: 50%;
}

/* On mouse-over, add a grey background color */
/* .cust_radio:hover input ~ .checkmark {
  background-color: #ccc;
} */
/* When the radio button is checked, add a blue background */
.cust_radio input:checked ~ .checkmark {
  border-color: #01C8E7;
}

/* Create the indicator (the dot/circle - hidden when not checked) */
.cust_radio .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the indicator (dot/circle) when checked */
.cust_radio input:checked ~ .checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.cust_radio .checkmark:after {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 0.5rem;
  height: 0.5rem;
  border-radius: 50%;
  background-color: #01C8E7;
}

.form-control {
  border-radius: 3px;
  border: solid 1px #ddd;
}

/* Remove default checkbox */
[type=checkbox]:not(:checked),
[type=checkbox]:checked {
  position: absolute;
  left: -9999px;
}

[type=checkbox]:not(:checked) + label,
[type=checkbox]:checked + label {
  position: relative;
  overflow: inherit;
  padding-left: 25px;
  cursor: pointer;
  display: inline-block;
  height: 25px;
  line-height: 25px;
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
}

/* checkbox aspect */
[type=checkbox] + label:before,
[type=checkbox] + label:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 1;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}

/* Unchecked styles */
[type=checkbox]:not(:checked) + label:before {
  top: 4px;
  width: 19px;
  height: 19px;
  border: 2px solid #B3B5BB;
  border-radius: 2px;
}
@media screen and (max-width: 992px) {
  [type=checkbox]:not(:checked) + label:before {
    top: 2px;
  }
}

[type=checkbox]:not(:checked) + label:after {
  top: 4px;
  width: 19px;
  height: 19px;
  z-index: 0;
}
@media screen and (max-width: 992px) {
  [type=checkbox]:not(:checked) + label:after {
    top: 2px;
  }
}

/* Checked styles */
[type=checkbox]:checked + label:before {
  top: 2px;
  width: 6px;
  height: 12px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 1px solid #1a1a1a;
  border-bottom: 1px solid #1a1a1a;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

[type=checkbox]:checked + label:after {
  top: 4px;
  width: 19px;
  height: 19px;
  border: 1px solid #DC1937;
  z-index: 0;
  background: #DC1937;
  border-radius: 2px;
}

/* disabled checkbox */
[type=checkbox]:disabled:not(:checked) + label:before,
[type=checkbox]:disabled:checked + label:before {
  top: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: #444;
  width: 19px;
  height: 19px;
  border: 3px solid #444;
  -webkit-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
}

[type=checkbox]:disabled + label {
  color: #555;
}

[type=checkbox]:disabled:not(:checked) + label:hover:before {
  border-color: #01C8E7;
}

[type=checkbox]:checked + label:before {
  top: 7px;
  left: 2px;
  width: 6px;
  height: 12px;
  border-top: 1px solid transparent;
  border-left: 1px solid transparent;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  -webkit-transform: rotateZ(37deg);
  transform: rotateZ(37deg);
  -webkit-transform-origin: 20% 40%;
  transform-origin: 100% 100%;
}

body {
  font-family: "Open Sans";
  font-weight: normal;
}

html {
  font-family: "Open Sans";
  font-size: 16px;
}
@media screen and (max-width: 1599px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1439px) {
  html {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  html {
    font-size: 13px;
  }
}
@media screen and (max-width: 991px) {
  html {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 11px;
  }
}

body {
  font-family: "Open Sans";
  font-size: 1rem;
  font-weight: normal;
  color: #636363;
  line-height: normal;
  position: relative;
}

p {
  line-height: 1.5rem;
}

.dropdown-toggle {
  -webkit-appearance: none;
}

a[type=button] {
  -webkit-appearance: none;
}

a:hover {
  text-decoration: none;
  color: initial;
}

.cus_btn {
  font-size: 1rem;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  display: inline-block;
  padding: 10px 15px;
  border-radius: 5px;
}
@media screen and (max-width: 992px) {
  .cus_btn {
    padding: 10px 15px;
  }
}
.cus_btn.cus_btn_red {
  background: #ff426a;
}
.cus_btn.cus_btn_blue {
  background: #3790bf;
}
.cus_btn:hover {
  color: white;
}
.cus_btn span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.cus_btn span i {
  display: block;
  font-size: 24px;
}

/* width */
::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 5px grey;
          box-shadow: inset 0 0 5px grey;
  border-radius: 5px;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #DC1937;
  border-radius: 5px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #DC1937;
}

.container-fluid {
  padding: 0 10%;
}
@media screen and (max-width: 1030px) {
  .container-fluid {
    padding: 0 5%;
  }
}
@media screen and (max-width: 992px) {
  .container-fluid {
    padding: 0 15px;
  }
}

.btn-pink {
  background: #ff6a4b;
  background: -webkit-gradient(linear, left top, right top, color-stop(27%, #ff6a4b), color-stop(75%, #ff416a));
  background: linear-gradient(90deg, #ff6a4b 27%, #ff416a 75%);
  color: white;
  border-radius: 10px;
  padding: 8px 20px;
  font-size: 1.125rem;
  font-weight: 600;
}
.btn-pink span {
  font-size: 12px;
}

.btn-white {
  background: #fff;
  color: #F95262;
  border-radius: 10px;
  padding: 8px 20px;
}

@media screen and (max-width: 992px) {
  .collapse {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  .collapse {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .collapse.show {
    display: block !important;
  }
}

.menu_btn {
  position: absolute;
  outline: none;
  right: 25px;
  top: 27px;
  display: none;
}
.menu_btn span {
  display: block;
  margin-bottom: 4px;
  background: black;
  width: 20px;
  height: 3px;
  border-radius: 2px;
}
@media screen and (max-width: 480px) {
  .menu_btn span {
    background: white;
  }
}
@media screen and (max-width: 767px) {
  .menu_btn {
    display: block;
    top: 20px;
  }
}
@media screen and (max-width: 480px) {
  .menu_btn {
    right: 24px;
    top: 24px;
  }
}
@media screen and (max-width: 330px) {
  .menu_btn {
    right: 5px;
    top: 20px;
  }
}

.main-header {
  position: relative;
  background: url(../images/banner.png);
  background-position: inherit;
  background-size: 65%;
  background-repeat: no-repeat;
  padding: 15px 0;
}
@media screen and (max-width: 992px) {
  .main-header .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media screen and (max-width: 767px) {
  .main-header .navbar-nav {
    margin-top: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important;
  }
}
@media screen and (max-width: 480px) {
  .main-header {
    background-size: cover;
    z-index: 0;
  }
}
.main-header .navbar .logo img {
  width: 100%;
}
.main-header .navbar .menu_list ul li {
  padding: 0 15px;
}
@media screen and (max-width: 991px) {
  .main-header .navbar .menu_list ul li {
    padding: 0 8px;
  }
}
@media screen and (max-width: 480px) {
  .main-header .navbar .menu_list ul li {
    padding: 0 10px;
  }
}
.main-header .navbar .btn-groups {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media screen and (max-width: 767px) {
  .main-header .navbar .btn-groups {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.main-header .navbar .btn-groups a {
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  .main-header .navbar .btn-groups a {
    font-size: 12px;
  }
}
@media screen and (max-width: 767px) {
  .main-header .navbar .btn-groups a.btn-pink {
    padding: 6px;
  }
}
@media screen and (max-width: 480px) {
  .main-header .navbar .btn-groups a.btn-pink {
    background: white;
    color: #F95262;
  }
}
@media screen and (max-width: 480px) {
  .main-header .navbar .btn-groups a.pink {
    color: white;
    padding: 0 5px 0 0;
  }
}
.main-header .navbar .btn-groups span {
  font-size: 12px;
}
@media screen and (max-width: 767px) {
  .main-header .navbar .btn-groups span {
    font-size: 9px;
  }
}
@media screen and (max-width: 480px) {
  .main-header .navbar .btn-groups span:before {
    color: #F95262;
  }
}
.main-header .banner_section {
  padding: 160px 0 280px;
}
@media screen and (max-width: 1700px) {
  .main-header .banner_section {
    padding: 130px 0 220px;
  }
}
@media screen and (max-width: 1200px) {
  .main-header .banner_section {
    padding: 90px 0;
  }
}
@media screen and (max-width: 991px) {
  .main-header .banner_section {
    padding: 55px 0;
  }
}
@media screen and (max-width: 770px) {
  .main-header .banner_section {
    padding: 50px 0;
  }
}
@media screen and (max-width: 767px) {
  .main-header .banner_section {
    padding: 30px 0;
  }
}
@media screen and (max-width: 1370px) {
  .main-header .banner_section .banner_text .font-60 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .main-header .banner_section .banner_text .font-60 {
    font-size: 2rem;
  }
}
@media screen and (max-width: 991px) {
  .main-header .banner_section .banner_text .font-36 {
    font-size: 1.8rem;
  }
}
@media screen and (max-width: 480px) {
  .main-header .banner_section .banner_img {
    margin-top: 20px;
  }
}
.main-header .banner_section .banner_img span {
  display: block;
}
.main-header .banner_section .banner_img .img1 {
  width: 65%;
}
.main-header .banner_section .banner_img .img2 {
  width: 50%;
  margin-left: -100px;
  position: absolute;
  top: 30px;
  right: 64px;
  z-index: -1;
}
@media screen and (max-width: 991px) {
  .main-header .banner_section .banner_img .img2 {
    top: 12px;
  }
}
@media screen and (max-width: 480px) {
  .main-header .banner_section .banner_img .img2 {
    top: 30px;
  }
}

.main_heading h2 {
  position: relative;
  padding-top: 20px;
}
.main_heading h2::before {
  position: absolute;
  content: "";
  background: #f95262;
  width: 40px;
  height: 5px;
  top: 0;
}

.about_section {
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .about_section {
    padding: 40px 0 0;
  }
}
.about_section .about_left {
  padding-right: 40px;
}
.about_section .about_left p {
  line-height: 27px;
}
.about_section .about_left .icon-left-arrow:before {
  color: #f95262;
}
@media screen and (max-width: 480px) {
  .about_section .about_right {
    margin-top: 30px;
  }
}
.about_section .about_right .about_right_sec .counts {
  background: red;
  width: 50px;
  margin-bottom: 15px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: white;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: bold;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.16);
}
.about_section .about_right .about_right_sec .counts.c_1 {
  background: #b888f8;
}
.about_section .about_right .about_right_sec .counts.c_2 {
  background: #c7d460;
}
.about_section .about_right .about_right_sec .counts.c_3 {
  background: #85c2fe;
}
.about_section .about_right .about_right_sec .counts.c_4 {
  background: #ff9655;
}

.counter_sec .counter_box {
  text-align: center;
  border-radius: 3px;
}
@media screen and (max-width: 480px) {
  .counter_sec .counter_box {
    margin-bottom: 20px;
  }
}

.service_section {
  position: relative;
  padding: 80px 0;
}
@media screen and (max-width: 991px) {
  .service_section {
    padding: 40px 0 0;
  }
}
.service_section::before {
  position: absolute;
  content: "";
  background: url(../images/about-shape.png);
  background-size: 64%;
  left: -100px;
  width: 50%;
  height: 90%;
  background-repeat: no-repeat;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1700px) {
  .service_section::before {
    height: 85%;
  }
}
@media screen and (max-width: 480px) {
  .service_section::before {
    left: -20px;
    width: 85%;
  }
}
.service_section .service_left {
  position: relative;
}
.service_section .service_left img {
  width: 100%;
}
.service_section .service_right .stpes {
  margin: 30px 0 0 0;
  padding: 0;
}
.service_section .service_right .stpes li {
  list-style: none;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.service_section .service_right .stpes li span {
  margin-right: 10px;
}

.video_steam_sec {
  padding: 80px 0;
  position: relative;
}
@media screen and (max-width: 991px) {
  .video_steam_sec {
    padding: 40px 0 0;
  }
}
.video_steam_sec p {
  line-height: 27px;
}
.video_steam_sec .video_stream_right {
  position: absolute;
  right: 0px;
  text-align: right;
  top: 0px;
}
@media screen and (max-width: 1700px) {
  .video_steam_sec .video_stream_right {
    top: 80px;
  }
}
@media screen and (max-width: 480px) {
  .video_steam_sec .video_stream_right {
    position: unset;
    margin-top: 20px;
  }
}
.video_steam_sec .video_stream_right img {
  width: 80%;
}
@media screen and (max-width: 1700px) {
  .video_steam_sec .video_stream_right img {
    width: 65%;
  }
}
@media screen and (max-width: 1200px) {
  .video_steam_sec .video_stream_right img {
    width: 50%;
  }
}
@media screen and (max-width: 480px) {
  .video_steam_sec .video_stream_right img {
    width: 100%;
    padding: 0 15px;
  }
}

.channel_listing {
  padding: 40px 0 0;
  background: #f9f9f9;
}
.channel_listing .owl-stage-outer {
  padding: 0px 0 60px;
}
.channel_listing .channel_slider .channel_details {
  padding-left: 30px;
}
@media screen and (max-width: 480px) {
  .channel_listing .channel_slider .channel_img {
    margin-bottom: 20px;
  }
}
.channel_listing .channel_slider .channel_img img {
  width: 70%;
  height: 400px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 auto;
}
@media screen and (max-width: 480px) {
  .channel_listing .channel_slider .channel_img img {
    width: 65%;
    height: auto;
  }
}
.channel_listing .channel_slider .in_pack {
  margin: 15px 0 0 0;
  padding: 0;
}
.channel_listing .channel_slider .in_pack li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 16px;
  font-weight: 600;
  color: black;
  list-style: none;
  margin-bottom: 20px;
}
.channel_listing .channel_slider .in_pack li span {
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 55px;
  font-size: 16px;
  margin-right: 15px;
  color: #fff;
  border-radius: 100%;
  background: #dc1937;
  background: -webkit-gradient(linear, left top, right top, color-stop(27%, #ff6a4b), color-stop(75%, #ff416a));
  background: linear-gradient(90deg, #ff6a4b 27%, #ff416a 75%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.channel_listing .channel_slider .owl-nav {
  position: absolute;
  bottom: 24px;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.channel_listing .channel_slider .owl-nav button {
  background: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(27%, #ff6a4b), color-stop(75%, #ff2d7a)) !important;
  background: linear-gradient(90deg, #ff6a4b 27%, #ff2d7a 75%) !important;
  border: solid 2px #ff6a4b !important;
  display: inline-block;
  width: 35px;
  outline: none;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  margin: 0 0px 0 15px;
}
.channel_listing .channel_slider .owl-nav button.disabled {
  background: transparent !important;
}
.channel_listing .channel_slider .owl-nav button.disabled span:before {
  color: #f95262;
}
.channel_listing .channel_slider .owl-nav button span {
  font-size: 10px;
}
.channel_listing .channel_slider .owl-nav button span::before {
  color: #fff;
}

.hera_artist_sec {
  padding: 80px 0;
  padding-left: 10%;
  position: relative;
}
@media screen and (max-width: 1030px) {
  .hera_artist_sec {
    padding-left: 5%;
  }
}
@media screen and (max-width: 991px) {
  .hera_artist_sec {
    padding: 40px 15px;
  }
}
.hera_artist_sec .owl-stage-outer {
  padding: 60px 0 30px;
}
.hera_artist_sec .owl-stage {
  margin-left: -100px;
}
@media screen and (max-width: 480px) {
  .hera_artist_sec .owl-stage {
    margin-left: 0;
  }
}
.hera_artist_sec .item {
  background: white;
  -webkit-box-shadow: 0 3px 20px -3px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 20px -3px rgba(0, 0, 0, 0.16);
  border-radius: 40px;
}
@media screen and (max-width: 480px) {
  .hera_artist_sec .item {
    margin: 10px;
  }
}
.hera_artist_sec .item .hera_1 {
  padding-bottom: 15px;
}
.hera_artist_sec .item .hera_1 span {
  float: left;
  font-size: 34px;
  padding-right: 10px;
  margin-top: -14px;
  padding-left: 16px;
}
.hera_artist_sec .item .hera_1 p {
  padding: 15px;
  line-height: 27px;
}
.hera_artist_sec .item .hera_1 .user_deatils {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.hera_artist_sec .item .hera_1 .user_deatils span {
  display: block;
  padding-right: 10px;
}
.hera_artist_sec .item .hera_1 .user_deatils h5 {
  color: #f95262;
}
.hera_artist_sec .owl-nav {
  position: absolute;
  top: -26%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  right: 11%;
}
@media screen and (max-width: 1200px) {
  .hera_artist_sec .owl-nav {
    top: -20%;
  }
}
@media screen and (max-width: 991px) {
  .hera_artist_sec .owl-nav {
    right: 0px;
  }
}
@media screen and (max-width: 480px) {
  .hera_artist_sec .owl-nav {
    right: 0px;
    top: -20%;
  }
}
.hera_artist_sec .owl-nav button {
  background: white;
  background: -webkit-gradient(linear, left top, right top, color-stop(27%, #ff6a4b), color-stop(75%, #ff2d7a)) !important;
  background: linear-gradient(90deg, #ff6a4b 27%, #ff2d7a 75%) !important;
  border: solid 2px #ff6a4b !important;
  display: inline-block;
  width: 35px;
  outline: none;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 4px;
  margin: 0 0px 0 15px;
}
@media screen and (max-width: 991px) {
  .hera_artist_sec .owl-nav button {
    width: 25px;
    outline: none;
    height: 25px;
    border-radius: 4px;
    margin: 0 0px 0 6px;
  }
}
.hera_artist_sec .owl-nav button.disabled {
  background: transparent !important;
}
.hera_artist_sec .owl-nav button.disabled span:before {
  color: #f95262;
}
.hera_artist_sec .owl-nav button span {
  font-size: 10px;
}
.hera_artist_sec .owl-nav button span::before {
  color: #fff;
}

.our_stores_sec {
  padding: 80px 0;
  position: relative;
}
.our_stores_sec:before {
  position: absolute;
  content: "";
  background: url(../images/our-store-shape.png);
  background-size: contain;
  height: 100%;
  width: 50%;
  left: 0;
  background-repeat: no-repeat;
}
@media screen and (max-width: 1200px) {
  .our_stores_sec:before {
    display: none;
  }
}
.our_stores_sec:after {
  position: absolute;
  content: "";
  background: url(../images/store-l.png);
  background-size: 100%;
  height: 67%;
  width: 174px;
  left: 0;
  background-repeat: no-repeat;
  top: 45%;
}
@media screen and (max-width: 1200px) {
  .our_stores_sec:after {
    display: none;
  }
}
@media screen and (max-width: 991px) {
  .our_stores_sec {
    padding: 40px 15px 0;
  }
}
.our_stores_sec .our_stores p {
  line-height: 27px;
}
.our_stores_sec .icon-left-arrow:before {
  color: #f95262;
}
.our_stores_sec .store_right {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
@media screen and (max-width: 480px) {
  .our_stores_sec .store_right {
    position: inherit;
    text-align: center;
    margin-top: 20px;
  }
}
.our_stores_sec .store_right img {
  width: 65%;
}
@media screen and (max-width: 1200px) {
  .our_stores_sec .store_right img {
    width: 45%;
  }
}
@media screen and (max-width: 991px) {
  .our_stores_sec .store_right img {
    width: 35%;
  }
}
@media screen and (max-width: 480px) {
  .our_stores_sec .store_right img {
    width: 70%;
  }
}

.footer_sec {
  padding: 90px 0 10px;
  background: url(../images/footer-bg.png);
  background-size: cover;
  margin-top: 15%;
  background-repeat: no-repeat;
  background-position: center;
}
@media screen and (max-width: 1200px) {
  .footer_sec {
    margin-top: 5%;
  }
}
@media screen and (max-width: 480px) {
  .footer_sec {
    margin-top: 0;
  }
}
.footer_sec .footer_left .foot_logo img {
  width: 25%;
}
.footer_sec .footer_left ul {
  padding: 0;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 480px) {
  .footer_sec .footer_left ul {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.footer_sec .footer_left ul li {
  list-style: none;
  padding: 0 15px 0 0;
}
@media screen and (max-width: 992px) {
  .footer_sec .footer_left ul li {
    padding-bottom: 10px;
  }
}
.footer_sec .footer_left ul li a {
  color: #212121;
  font-size: 13px;
}
.footer_sec .footer_right ul {
  padding: 0;
  margin: 0;
}
.footer_sec .footer_right ul li {
  list-style: none;
  padding: 0 0px 15px 0;
}
.footer_sec .footer_right ul li span {
  margin-right: 10px;
}
.footer_sec .footer_right ul li a {
  color: #212121;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 13px;
}
.footer_sec .foot_bootm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-top: solid 1px #b3b5bb;
  padding-top: 20px;
}
.footer_sec .foot_bootm p {
  margin: 0;
  font-size: 13px;
  color: #212121;
}
.footer_sec .foot_bootm ul {
  padding: 0;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.footer_sec .foot_bootm ul li {
  list-style: none;
  font-size: 24px;
  padding: 0 15px 0px 0;
}
@media screen and (max-width: 767px) {
  .footer_sec .foot_bootm ul li {
    font-size: 18px;
    padding: 0 10px 0px 0;
  }
}
.footer_sec .foot_bootm ul li a {
  color: #212121;
}

.service_section {
  padding-top: 80px;
  margin-bottom: 30px;
}
.service_section .masonry-grid-item {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 1680px) {
  .service_section .masonry-grid-item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
}
.service_section .masonry-grid-item .card {
  background: white;
  -webkit-box-shadow: 0 0 23px -10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 23px -10px rgba(0, 0, 0, 0.08);
  border: none;
  width: 100%;
  color: #b3b5bb;
  border-radius: 5px;
}
.service_section .masonry-grid-item .card .card-body .img-responsive {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .service_section .masonry-grid-item .card .card-body .img-responsive {
    width: 50%;
    margin: 0 auto;
    display: block;
  }
}
.service_section .masonry-grid-item .card .card-body a.small {
  color: #868686;
  font-size: 12px;
  text-decoration: underline;
  margin-top: 16px;
  display: block;
}
.service_section .masonry-grid-item .card .card-body .card-title {
  font-size: 1.5rem;
  color: #ff426a;
  font-weight: 600;
}
.service_section .masonry-grid-item .card .card-body .card_sub_head {
  font-size: 1rem;
  line-height: 1.6875rem;
  font-weight: 400;
  color: #b3b5bb;
}
.service_section .masonry-grid-item .card .card-body h4 {
  color: #b3b5bb;
}

.contact-box {
  padding: 80px 0 50px;
}
@media screen and (max-width: 480px) {
  .contact-box .left-contact {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .contact-box .left-contact .media {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.contact-box .left-contact .media .icon-b {
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact-box .left-contact .media .icon-b {
    margin: 0 auto 20px;
  }
}
.contact-box .left-contact h2 {
  font-size: 22px;
  font-weight: 500;
  padding-bottom: 30px;
}
.contact-box .cont-line {
  margin-bottom: 30px;
  background: white;
  -webkit-box-shadow: 0 0 23px -10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 23px -10px rgba(0, 0, 0, 0.08);
  padding: 15px;
  border-radius: 5px;
}
.contact-box .contact-block {
  background: white;
  -webkit-box-shadow: 0 0 23px -10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 23px -10px rgba(0, 0, 0, 0.08);
  padding: 20px;
  border-radius: 5px;
}
.contact-box .icon-b i {
  width: 55px;
  height: 55px;
  text-align: center;
  line-height: 55px;
  font-size: 25px;
  margin-right: 15px;
  color: #fff;
  border-radius: 100%;
  background: #DC1937;
  background: -webkit-gradient(linear, left top, right top, color-stop(27%, #ff6a4b), color-stop(75%, #ff416a));
  background: linear-gradient(90deg, #ff6a4b 27%, #ff416a 75%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.contact-box .icon-b i.icon-email:before {
  color: white;
}
.contact-box .icon-b i.icon-phone-fill:before {
  color: white;
}
@media screen and (max-width: 992px) {
  .contact-box .icon-b i {
    width: 40px;
    height: 40px;
    font-size: 20px;
  }
}
.contact-box .dit-right h4 {
  font-size: 1.25rem;
  color: #DC1937;
  font-weight: 500;
  margin: 0px 0 10px;
  padding: 0;
}
.contact-box .dit-right p {
  font-size: 14px;
  margin-top: 0;
}
.contact-box .dit-right a {
  font-size: 1rem;
  color: #868686;
  font-weight: 300;
  line-height: normal;
  margin: 0 0 7px;
  display: inline-block;
  line-height: 27px;
}
@media screen and (max-width: 767px) {
  .contact-box .dit-right a {
    line-height: 20px;
    margin: 0;
  }
}
.contact-box .dit-right a:hover {
  color: #868686;
}

.about_us_page {
  padding: 60px 0 0px;
  background: #fff;
}
.about_us_page .ab_des {
  padding-bottom: 70px;
}
@media screen and (max-width: 480px) {
  .about_us_page .ab_des .abous_text {
    margin-top: 20px;
  }
}
.about_us_page .ab_des .abous_text h2 {
  position: relative;
}
.about_us_page .ab_des .abous_text p {
  font-size: 1rem;
  line-height: 27px;
  text-align: justify;
  color: #868686;
}
.about_us_page .ab_des .about_img img {
  width: 100%;
  max-height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
          box-shadow: 0 0 7px rgba(0, 0, 0, 0.16);
}
.about_us_page .video_stream {
  background: url("../images/v-bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-attachment: fixed;
}
.about_us_page .video_stream .video_stream_bgcolor {
  background: rgba(0, 0, 0, 0.84);
  padding: 80px 0;
}
.about_us_page .video_stream .video_s_text {
  text-align: center;
}
.about_us_page .video_stream .video_s_text h4 {
  font-size: 1.875rem;
  color: white;
  margin-bottom: 16px;
}
.about_us_page .video_stream .video_s_text p {
  font-size: 1rem;
  color: rgba(255, 255, 255, 0.71);
  line-height: 27px;
}
.about_us_page .pro_service {
  padding: 70px 0;
  background: url("../images/music-pattern.png");
  background-attachment: fixed;
}
.about_us_page .pro_service .pro_ser_left h3 {
  padding-top: 10px;
}
.about_us_page .pro_service .pro_ser_left p {
  font-size: 1rem;
  padding: 10px 0 0;
  color: #000;
}
.about_us_page .pro_service .pro_ser_left ul {
  padding: 0;
  margin: 0;
}
.about_us_page .pro_service .pro_ser_left ul li {
  font-size: 1rem;
  padding: 10px 0 0 0;
  margin: 0;
  list-style: none;
  color: #868686;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  line-height: 27px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.about_us_page .pro_service .pro_ser_left ul li span {
  padding-right: 10px;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .about_us_page .pro_service .pro_ser_right {
    line-height: 20px;
    margin: 20px 0 0;
  }
}
.about_us_page .pro_service .pro_ser_right span {
  margin: 0 0 15px 0;
  width: 50%;
  display: block;
}
@media screen and (max-width: 480px) {
  .about_us_page .pro_service .pro_ser_right span {
    width: 70%;
  }
}
.about_us_page .pro_service .pro_ser_right span img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 10px;
}

.faq_page .faq_sec {
  padding: 60px 0 30px;
  background: #fafafa;
}
.faq_page .faq_sec .faq_details {
  background: white;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 23px -10px rgba(0, 0, 0, 0.08);
          box-shadow: 0 0 23px -10px rgba(0, 0, 0, 0.08);
}
.faq_page .faq_sec .faq_details .card {
  border: none;
  border-bottom: solid 1px #ddd;
  /* padding-bottom: 20px; */
  padding: 15px;
  padding-bottom: 20px;
  border-radius: 0;
}
.faq_page .faq_sec .faq_details .card .card-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background: white;
  cursor: pointer;
  border: none;
}
.faq_page .faq_sec .faq_details .card .card-header h5 {
  color: black;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 27px;
  position: relative;
}
.faq_page .faq_sec .faq_details .card .card-header span {
  color: #DC1937;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  font-size: 20px;
}
.faq_page .faq_sec .faq_details .card .card-header.collapsed span {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq_page .faq_sec .faq_details .card .card-body {
  padding: 0;
  padding-top: 15px;
}
.faq_page .faq_sec .faq_details .card .card-body p {
  margin: 0;
}

.sign_up_section .sign_up_left {
  height: 100%;
  position: fixed;
  width: 50%;
  top: 0;
}
@media screen and (max-width: 480px) {
  .sign_up_section .sign_up_left {
    width: 100%;
    height: 100%;
  }
}
.sign_up_section .sign_up_left img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .sign_up_section .sign_up_left img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}
.sign_up_section .sign_up_form {
  padding-top: 65px;
  padding-bottom: 20px;
  padding-right: 10%;
}
@media screen and (max-width: 991px) {
  .sign_up_section .sign_up_form {
    padding-right: 5%;
  }
}
@media screen and (max-width: 480px) {
  .sign_up_section .sign_up_form {
    background: white;
    padding: 10px;
    margin: 40px 0 10px;
    border-radius: 4px;
  }
}
.sign_up_section .sign_up_form .sign_up_top {
  text-align: center;
}
.sign_up_section .sign_up_form .sign_up_top .form_logo {
  width: 150px;
}
.sign_up_section .sign_up_form form {
  padding-top: 40px;
}
.sign_up_section .sign_up_form form .form-group {
  margin-bottom: 30px;
}
.sign_up_section .sign_up_form form .form-group label {
  color: #212121;
  font-weight: 500;
  font-family: "roboto";
  font-size: 1rem;
}
.sign_up_section .sign_up_form form .form-group .form-control {
  border: solid 1px #e0e0e0;
  color: #cfcfcf;
  margin-top: 8px;
}
.sign_up_section .sign_up_form form .form-group .form-control::-webkit-input-placeholder {
  color: #cfcfcf;
}
.sign_up_section .sign_up_form form .form-group .form-control::-moz-placeholder {
  color: #cfcfcf;
}
.sign_up_section .sign_up_form form .form-group .form-control:-ms-input-placeholder {
  color: #cfcfcf;
}
.sign_up_section .sign_up_form form .form-group .form-control::-ms-input-placeholder {
  color: #cfcfcf;
}
.sign_up_section .sign_up_form form .form-group .form-control::placeholder {
  color: #cfcfcf;
}
.sign_up_section .sign_up_form form .form-group span {
  position: absolute;
  right: 10px;
  top: 36px;
}
.sign_up_section .sign_up_form form .form-group .phn_nub {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0;
}
.sign_up_section .sign_up_form form .form-group .phn_nub select,
.sign_up_section .sign_up_form form .form-group .phn_nub input {
  border: none;
  padding: 8px;
  background: white;
}
.sign_up_section .sign_up_form form .form-group .phn_nub select {
  width: 20%;
  outline: none;
  border-right: solid 1px #cfcfcf;
  color: #cfcfcf;
  -webkit-appearance: none;
}
.sign_up_section .sign_up_form form .form-group .phn_nub input {
  width: 70%;
  color: #cfcfcf;
}
.sign_up_section .sign_up_form form .form-group .phn_nub input::-webkit-input-placeholder {
  color: #cfcfcf;
}
.sign_up_section .sign_up_form form .form-group .phn_nub input::-moz-placeholder {
  color: #cfcfcf;
}
.sign_up_section .sign_up_form form .form-group .phn_nub input:-ms-input-placeholder {
  color: #cfcfcf;
}
.sign_up_section .sign_up_form form .form-group .phn_nub input::-ms-input-placeholder {
  color: #cfcfcf;
}
.sign_up_section .sign_up_form form .form-group .phn_nub input::placeholder {
  color: #cfcfcf;
}
.sign_up_section .sign_up_form form .form-group .btn-pink {
  border-radius: 4px;
  margin-top: 15px;
  padding: 10px 20px;
}

.privacy_policy .row {
  margin-bottom: 50px;
}
.privacy_policy .pri_img {
  text-align: center;
}
.privacy_policy .pri_img img {
  width: 50%;
}