/** media query css **/
/** media query css end **/
/**************** common css start ****************/
body {
  font-family: "Futura";
  padding: 0;
  margin: 0;
  font-size: 18px;
}

@media (min-width: 991px) {
  .coro_container {
    max-width: 1490px;
  }
}
a:hover {
  text-decoration: none;
}

input:hover, input:focus {
  outline: none !important;
  -webkit-box-shadow: 0px 0px 0px 0px transparent;
          box-shadow: 0px 0px 0px 0px transparent;
}

:focus {
  outline: -webkit-focus-ring-color auto 0;
}

.custom-file-input:focus ~ .custom-file-label {
  border-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.form-control:focus {
  -webkit-box-shadow: 0 0 0 0rem transparent !important;
          box-shadow: 0 0 0 0rem transparent !important;
  border-color: rgb(21, 26, 34);
}

.section_padding {
  padding: 120px 0px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .section_padding {
    padding: 100px 0px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .section_padding {
    padding: 80px 0px;
  }
}
@media (max-width: 767.98px) {
  .section_padding {
    padding: 80px 0px;
  }
}

.padding_top {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .padding_top {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_top {
    padding-top: 100px;
  }
}

.padding_bottom {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .padding_bottom {
    padding-bottom: 70px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .padding_bottom {
    padding-bottom: 100px;
  }
}

a {
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
a:hover {
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
  color: #1A191E;
  font-family: "Futura";
  margin-top: 0;
  margin-bottom: 15px;
}

h2 {
  font-size: 40px;
  line-height: 50px;
}

p {
  line-height: 30px;
  font-size: 18px;
  margin-bottom: 0px;
  margin-top: 0;
  color: #6F6F6F;
  font-family: "Futura";
}
@media (max-width: 991px) {
  p {
    line-height: 26px;
  }
}

a:focus, .button:focus, button:focus, .btn:focus {
  text-decoration: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transition: 1s;
  transition: 1s;
}

.p_30 {
  padding: 30px;
}
@media (max-width: 991px) {
  .p_30 {
    padding: 20px;
  }
}

.p_20 {
  padding: 20px;
}

.p_15 {
  padding: 20px 20px 15px;
}

.pt_80 {
  padding-top: 80px;
}

.pb_20 {
  padding-bottom: 20px;
}

.pb_155 {
  padding-bottom: 150px;
}

.mt_25 {
  margin-top: 25px;
}

.mt_30 {
  margin-top: 30px;
}
@media (max-width: 991px) {
  .mt_30 {
    margin-top: 15px;
  }
}

.mt_10 {
  margin-top: 10px;
}

.mb_15 {
  margin-bottom: 15px;
}

.mb_20 {
  margin-bottom: 20px;
}

.mb_25 {
  margin-bottom: 20px;
}

.mt_50 {
  margin-top: 50px;
}
@media (max-width: 767.98px) {
  .mt_50 {
    margin-top: 25px;
  }
}

.mt_25 {
  margin-top: 25px !important;
}
@media (max-width: 991px) {
  .mt_25 {
    margin-top: 15px !important;
  }
}

.mt_20 {
  margin-top: 20px;
}

.mb_10 {
  margin-bottom: 10px !important;
}

.mt_40 {
  margin-top: 40px;
}

.coro_pb_180 {
  padding-bottom: 180px;
}
@media (max-width: 991px) {
  .coro_pb_180 {
    padding-bottom: 70px;
  }
}

.coro_pb_80 {
  padding-bottom: 80px;
}
@media (max-width: 991px) {
  .coro_pb_80 {
    padding-bottom: 50px;
  }
}

.margin_bottom_120 {
  margin-bottom: 120px;
}
@media (max-width: 991px) {
  .margin_bottom_120 {
    margin-bottom: 70px;
  }
}

@media (max-width: 991px) {
  .coro_md_padding {
    padding-top: 80px;
  }
}
.position_relative {
  position: relative;
}

.coro_section_title {
  text-align: center;
  margin-bottom: 62px;
}
@media (max-width: 767.98px) {
  .coro_section_title {
    margin-bottom: 45px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coro_section_title {
    margin-bottom: 50px;
  }
}
.coro_section_title .coro_sub_title {
  font-size: 16px;
  font-family: "Futura";
  color: rgb(106, 65, 238);
  font-weight: bold;
  text-transform: uppercase;
}
.coro_section_title .coro_title {
  font-weight: 500;
  margin-bottom: 12px;
  font-size: 48px;
  line-height: 1.2;
}
@media (max-width: 767.98px) {
  .coro_section_title .coro_title {
    font-size: 28px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coro_section_title .coro_title {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_section_title .coro_title {
    font-size: 40px;
    line-height: 1.2;
  }
}
.coro_section_title .coro_title span {
  position: relative;
  color: #6a41ee;
}
.coro_section_title .coro_title .line_shape {
  position: absolute;
  bottom: -12px;
  left: 0;
}
.coro_section_title .coro_title.fs_40 {
  font-size: 40px;
  font-weight: 500;
}
@media (max-width: 767.98px) {
  .coro_section_title .coro_title.fs_40 {
    font-size: 35px;
    line-height: 32px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coro_section_title .coro_title.fs_40 {
    font-size: 35px;
    line-height: 1.3;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_section_title .coro_title.fs_40 {
    font-size: 40px;
    line-height: 1.2;
  }
}
.coro_section_title .coro_desc, .coro_section_title .coro_title_desc {
  line-height: 28px;
  font-weight: 400;
  font-size: 18px;
}

.base_color {
  color: #f4b54f;
}

@media (min-width: 1200px) {
  .custom_container {
    max-width: 1200px;
  }
}

.page_pageination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 40px;
}
.page_pageination a {
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 2px solid rgb(21, 26, 34);
  text-align: center;
  color: #9198a4;
  font-size: 18px;
  display: inline-block;
  border-radius: 50px;
  margin: 0px 5px;
}
.page_pageination a:hover {
  background-color: #f4b54f;
  border: 2px solid #f4b54f;
  color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(89, 149, 253, 0.4);
          box-shadow: 0px 10px 20px 0px rgba(89, 149, 253, 0.4);
}
.page_pageination a i {
  font-size: 20px;
  line-height: 50px;
}
.page_pageination .active {
  background-color: #f4b54f;
  border: 1px solid #f4b54f;
  color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(89, 149, 253, 0.4);
          box-shadow: 0px 10px 20px 0px rgba(89, 149, 253, 0.4);
}

.progress-bar {
  border-radius: 4px;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  background-color: #fbfcfd;
}

.common-checkbox {
  display: none;
}

.common-checkbox + label {
  display: block;
  cursor: pointer;
  color: #6F6F6F;
}

.common-checkbox + label:before {
  content: "";
  border: 2px solid #a8aeb6;
  border-radius: 2px;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  width: 14px;
  height: 14px;
  line-height: 15px;
  padding-left: 0px;
  margin-right: 14px;
  vertical-align: bottom;
  color: transparent;
  position: relative;
  top: -6px;
}

.common-checkbox:checked + label:before {
  content: "Z";
  border: 0px;
  font-family: "eleganticons";
  border-radius: 2px;
  display: inline-block;
  font-size: 17px;
  font-weight: 600;
  width: 14px;
  height: 14px;
  line-height: 15px;
  padding-left: 0px;
  margin-right: 14px;
  vertical-align: bottom;
  color: #f4b54f;
  position: relative;
  top: -6px;
}

.check_icon .common-checkbox + label:before {
  border-radius: 50px;
}
.check_icon .common-checkbox:checked + label:before {
  content: "\\";
}

.coro_position_relative {
  position: relative;
}

.splitting .char {
  -webkit-animation: slide-in 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
          animation: slide-in 0.6s cubic-bezier(0.5, 0, 0.5, 1) both;
  -webkit-animation-delay: calc(3ms * var(--char-index) + 1000ms);
          animation-delay: calc(3ms * var(--char-index) + 1000ms);
}

@-webkit-keyframes slide-in {
  from {
    -webkit-transform: translateY(1.5em);
            transform: translateY(1.5em);
    opacity: 0;
  }
}

@keyframes slide-in {
  from {
    -webkit-transform: translateY(1.5em);
            transform: translateY(1.5em);
    opacity: 0;
  }
}
input:-internal-autofill-selected {
  -webkit-appearance: menulist-button;
     -moz-appearance: menulist-button;
          appearance: menulist-button;
  background-color: transparent !important;
  background-image: none !important;
  color: -internal-light-dark(black, white) !important;
}

/* preloader css */
.preloder_part {
  width: 100%;
  height: 100vh;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  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;
  z-index: 999;
  background-color: #fff;
}

.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}

.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.sk-circle .sk-child:before {
  content: "";
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
  animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}

.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
  transform: rotate(30deg);
}

.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg);
}

.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg);
}

.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
  transform: rotate(150deg);
}

.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
  transform: rotate(210deg);
}

.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg);
}

.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}

.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg);
}

.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
  transform: rotate(330deg);
}

.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s;
}

.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
  animation-delay: -1s;
}

.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
  animation-delay: -0.9s;
}

.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
  animation-delay: -0.8s;
}

.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
  animation-delay: -0.7s;
}

.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
  animation-delay: -0.6s;
}

.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
  animation-delay: -0.4s;
}

.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}

.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}

.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/**************** common css end ****************/
*,
::after,
::before {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.coro_container {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .coro_container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .coro_container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .coro_container {
    max-width: 960px;
  }
}
@media (min-width: 1440px) {
  .coro_container {
    width: 1200px;
    max-width: 100%;
  }
}
@media (min-width: 1650px) {
  .coro_container {
    width: 1430px;
    max-width: 100%;
  }
}
.coro_container_fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.coro_row {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

[class^=coro_col_],
[class*=coro_col_] {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.coro_col_2 {
  -ms-flex: 0 0 16.66%;
  -webkit-box-flex: 0;
          flex: 0 0 16.66%;
  max-width: 16.66%;
}

.coro_col_3 {
  -ms-flex: 0 0 25%;
  -webkit-box-flex: 0;
          flex: 0 0 25%;
  max-width: 25%;
}

.coro_col_4 {
  -ms-flex: 0 0 33.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.coro_col_5 {
  -ms-flex: 0 0 41.66%;
  -webkit-box-flex: 0;
          flex: 0 0 41.66%;
  max-width: 41.66%;
}

.coro_col_6 {
  -ms-flex: 0 0 50%;
  -webkit-box-flex: 0;
          flex: 0 0 50%;
  max-width: 50%;
}

.coro_col_7 {
  -ms-flex: 0 0 58.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.coro_col_8 {
  -ms-flex: 0 0 66.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.coro_col_9 {
  -ms-flex: 0 0 75%;
  -webkit-box-flex: 0;
          flex: 0 0 75%;
  max-width: 75%;
}

.coro_col_10 {
  -ms-flex: 0 0 83.333333%;
  -webkit-box-flex: 0;
          flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.coro_col_11 {
  -ms-flex: 0 0 91.666667%;
  -webkit-box-flex: 0;
          flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.coro_col_12 {
  -ms-flex: 0 0 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .coro_col_sm_2 {
    -ms-flex: 0 0 16.66%;
    -webkit-box-flex: 0;
            flex: 0 0 16.66%;
    max-width: 16.66%;
  }
  .coro_col_sm_3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .coro_col_sm_4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .coro_col_sm_5 {
    -ms-flex: 0 0 41.66%;
    -webkit-box-flex: 0;
            flex: 0 0 41.66%;
    max-width: 41.66%;
  }
  .coro_col_sm_6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .coro_col_sm_7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .coro_col_sm_8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .coro_col_sm_9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .coro_col_sm_10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .coro_col_sm_11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .coro_col_sm_12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .coro_col_lg_2 {
    -ms-flex: 0 0 16.66%;
    -webkit-box-flex: 0;
            flex: 0 0 16.66%;
    max-width: 16.66%;
  }
  .coro_col_lg_3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .coro_col_lg_4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .coro_col_lg_5 {
    -ms-flex: 0 0 41.66%;
    -webkit-box-flex: 0;
            flex: 0 0 41.66%;
    max-width: 41.66%;
  }
  .coro_col_lg_6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .coro_col_lg_7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .coro_col_lg_8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .coro_col_lg_9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .coro_col_lg_10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.333333%;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .coro_col_lg_11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .coro_col_lg_12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 1200px) {
  .coro_col_xl_1 {
    -ms-flex: 0 0 8.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .coro_col_xl_2 {
    -ms-flex: 0 0 16.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .coro_col_xl_3 {
    -ms-flex: 0 0 25%;
    -webkit-box-flex: 0;
            flex: 0 0 25%;
    max-width: 25%;
  }
  .coro_col_xl_4 {
    -ms-flex: 0 0 33.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .coro_col_xl_5 {
    -ms-flex: 0 0 41.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .coro_col_xl_6 {
    -ms-flex: 0 0 50%;
    -webkit-box-flex: 0;
            flex: 0 0 50%;
    max-width: 50%;
  }
  .coro_col_xl_7 {
    -ms-flex: 0 0 58.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .coro_col_xl_8 {
    -ms-flex: 0 0 66.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .coro_col_xl_9 {
    -ms-flex: 0 0 75%;
    -webkit-box-flex: 0;
            flex: 0 0 75%;
    max-width: 75%;
  }
  .coro_col_xl_10 {
    -ms-flex: 0 0 83.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .coro_col_xl_11 {
    -ms-flex: 0 0 91.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .coro_col_xl_12 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
            flex: 0 0 100%;
    max-width: 100%;
  }
}
.coro_justify_content_start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
          justify-content: flex-start;
}

.coro_justify_content_end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.coro_justify_content_center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.coro_justify_content_between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.coro_justify_content_around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.coro_align_items_start {
  -ms-flex-align: start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.coro_align_items_end {
  -ms-flex-align: end;
  -webkit-box-align: end;
          align-items: flex-end;
}

.coro_align_items_center {
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
}

.coro_align_items_baseline {
  -ms-flex-align: baseline;
  -webkit-box-align: baseline;
          align-items: baseline;
}

.coro_align_items_stretch {
  -ms-flex-align: stretch;
  -webkit-box-align: stretch;
          align-items: stretch;
}

/******** base color css ********/
.cu_btn {
  display: inline-block;
  padding: 18px 50px;
  line-height: 18px;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  font-family: "Futura";
}
@media (max-width: 767.98px) {
  .cu_btn {
    padding: 15px 27px;
    font-size: 15px;
  }
}
.cu_btn.btn_1 {
  background-color: transparent;
  border: 1px solid #f4b54f;
  color: #f4b54f;
}
.cu_btn.btn_1:hover {
  background-color: #f4b54f;
  border: 1px solid #f4b54f;
  color: #fff;
}
.cu_btn.btn_2 {
  background-color: #f4b54f;
  border: 1px solid #f4b54f;
  color: #fff;
}
.cu_btn.btn_2:hover {
  background-color: transparent;
  border: 1px solid #f4b54f;
  color: #f4b54f;
}
.cu_btn.white_btn {
  background-color: transparent;
  border: 1px solid #fff;
  color: #fff;
}
.cu_btn.white_btn:hover {
  background-color: transparent;
  border: 1px solid #f4b54f;
  color: #fff;
  background-color: #f4b54f;
}
.cu_btn.white_bg {
  background-color: #fff;
  border: 1px solid #fff;
  color: #090051;
}
.cu_btn.white_bg:hover {
  border: 1px solid #000;
  background-color: transparent;
  color: #fff;
  background-color: #000;
}
.cu_btn.btn_3 {
  background-color: #f9ae15;
  border: 1px solid #f9ae15;
  color: #fff;
}
.cu_btn.btn_3:hover {
  background-color: transparent;
  border: 1px solid #f9ae15;
  color: #f9ae15;
}
.cu_btn.sm_btn {
  padding: 16px 35px;
}

.coro_banner_part {
  height: 970px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  overflow: hidden;
  padding: 150px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_banner_part {
    height: 768px;
  }
}
@media (max-width: 991px) {
  .coro_banner_part {
    min-height: 500px;
    height: auto;
  }
}
@media (max-width: 576px) {
  .coro_banner_part {
    min-height: 500px;
    height: auto;
  }
}
.coro_banner_part .banner_part_content_wrapper {
  margin-top: 40px;
}
.coro_banner_part .banner_title {
  font-size: 55px;
  font-weight: 500;
  line-height: 1.179;
  margin-bottom: 65px;
}
@media (max-width: 576px) {
  .coro_banner_part .banner_title {
    font-size: 30px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .coro_banner_part .banner_title {
    font-size: 40px;
    margin-bottom: 20px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coro_banner_part .banner_title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_banner_part .banner_title {
    font-size: 40px;
    margin-bottom: 40px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .coro_banner_part .banner_title {
    font-size: 45px;
    margin-bottom: 10px;
  }
}
.coro_banner_part .banner_img_title {
  background: url(../img/text_bg.png);
  background-position: bottom;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 159px;
  font-weight: 700;
  line-height: 130px;
  padding-right: 53px;
  margin-bottom: 0;
}
@media (max-width: 991px) {
  .coro_banner_part .banner_img_title {
    font-size: 90px;
    line-height: 1.2;
    padding-right: 20px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_banner_part .banner_img_title {
    font-size: 110px;
    line-height: 1.2;
    padding-right: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .coro_banner_part .banner_img_title {
    font-size: 150px;
    line-height: 1.2;
    padding-right: 30px;
  }
}
.coro_banner_part .banner_desc {
  font-size: 32px;
  font-weight: 500;
  display: block;
  color: #6F6F6F;
  line-height: 1;
  margin-top: 12px;
}
@media (max-width: 991px) {
  .coro_banner_part .banner_desc {
    font-size: 24px;
    margin-top: 0;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_banner_part .banner_desc {
    font-size: 24px;
    margin-top: 0;
  }
}
.coro_banner_part .banner_page_counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .coro_banner_part .banner_page_counter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_banner_part .banner_page_counter {
    margin-top: 30px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .coro_banner_part .banner_page_counter {
    margin-top: 30px;
  }
}
.coro_banner_part .page_counter_wrapper {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 40px 1fr;
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}
@media (max-width: 767.98px) {
  .coro_banner_part .page_counter_wrapper {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    margin-top: 40px;
  }
}
.coro_banner_part .page_counter_wrapper .page_counter_inner {
  margin: 17px 0;
}
@media (max-width: 991px) {
  .coro_banner_part .page_counter_wrapper .page_counter_inner {
    margin: 13px 0;
  }
}
.coro_banner_part .page_counter_wrapper .page_counter_inner .number {
  font-size: 40px;
  font-weight: 600;
  margin-bottom: 0;
  line-height: 1;
}
@media (max-width: 991px) {
  .coro_banner_part .page_counter_wrapper .page_counter_inner .number {
    font-size: 30px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_banner_part .page_counter_wrapper .page_counter_inner .number {
    font-size: 30px;
  }
}
.coro_banner_part .page_counter_wrapper .page_counter_inner .desc {
  font-size: 20px;
  font-weight: 500;
  color: #7E7E7E;
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coro_banner_part .page_counter_wrapper .page_counter_inner .desc {
    font-size: 16px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_banner_part .page_counter_wrapper .page_counter_inner .desc {
    font-size: 16px;
  }
}
.coro_banner_part .banner_btn_list {
  margin-top: 85px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 991px) {
  .coro_banner_part .banner_btn_list {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_banner_part .banner_btn_list {
    margin-top: 35px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .coro_banner_part .banner_btn_list {
    margin-top: 35px;
  }
}
.coro_banner_part .banner_btn_list .banner_btn {
  margin-left: 21px;
  padding-left: 21px;
  font-size: 22px;
  color: #1A191E;
  border-left: 1px solid #C4C4C4;
  line-height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (max-width: 767.98px) {
  .coro_banner_part .banner_btn_list .banner_btn {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 18px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coro_banner_part .banner_btn_list .banner_btn {
    font-size: 18px;
  }
}
.coro_banner_part .banner_btn_list .banner_btn img, .coro_banner_part .banner_btn_list .banner_btn i {
  margin-right: 15px;
}
@media (max-width: 767.98px) {
  .coro_banner_part .banner_btn_list .banner_btn img, .coro_banner_part .banner_btn_list .banner_btn i {
    max-width: 40px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coro_banner_part .banner_btn_list .banner_btn img, .coro_banner_part .banner_btn_list .banner_btn i {
    max-width: 50px;
  }
}
.coro_banner_part .banner_btn_list .banner_btn:first-child {
  margin-left: 0;
  padding-left: 0;
  border-left: 0px solid transparent;
}
.coro_banner_part .coro_parallax_img_01, .coro_banner_part .coro_parallax_img_02, .coro_banner_part .coro_parallax_img_03 {
  position: absolute;
}
@media (max-width: 576px) {
  .coro_banner_part .coro_parallax_img_01, .coro_banner_part .coro_parallax_img_02, .coro_banner_part .coro_parallax_img_03 {
    display: none;
  }
}
.coro_banner_part .coro_parallax_img_01 .layer, .coro_banner_part .coro_parallax_img_02 .layer, .coro_banner_part .coro_parallax_img_03 .layer {
  position: relative !important;
  z-index: -1;
}
.coro_banner_part .coro_parallax_img_01 {
  right: 144px;
  top: 203px;
  z-index: -2;
}
.coro_banner_part .coro_parallax_img_02 {
  left: -84px;
  top: 303px;
  z-index: -2;
}
.coro_banner_part .coro_parallax_img_03 {
  right: 50%;
  bottom: 20px;
  z-index: -2;
  max-width: 120px;
}
.coro_banner_part .coro_parallax_img_03 img {
  max-width: 100%;
}

.mouse_move_animation {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

.coro_banner_box_shape {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
}
@media (max-width: 576px) {
  .coro_banner_box_shape {
    right: -262%;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .coro_banner_box_shape {
    right: -107%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coro_banner_box_shape {
    right: -84%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_banner_box_shape {
    right: -48%;
    bottom: -116px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .coro_banner_box_shape {
    right: -25%;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .coro_banner_box_shape {
    right: -15%;
  }
}
.coro_banner_box_shape .coro_parallax_img .layer {
  position: relative !important;
  z-index: -1;
}
.coro_banner_box_shape .coro_parallax_img {
  position: absolute !important;
  z-index: -1;
}
.coro_banner_box_shape .coro_parallax_img:nth-child(1) {
  right: 314px;
  bottom: 252px;
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .coro_banner_box_shape .coro_parallax_img:nth-child(1) {
    right: 314px;
    bottom: 249px;
  }
}
.coro_banner_box_shape .coro_parallax_img:nth-child(2) {
  right: 174px;
  top: 8px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_banner_box_shape .coro_parallax_img:nth-child(2) {
    right: -63px;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .coro_banner_box_shape .coro_parallax_img:nth-child(2) {
    right: 48px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .coro_banner_box_shape .coro_parallax_img:nth-child(2) {
    right: 48px;
  }
}
.coro_banner_box_shape .coro_parallax_img:nth-child(3) {
  right: 608px;
  bottom: -129px;
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .coro_banner_box_shape .coro_parallax_img:nth-child(3) {
    right: 452px;
    bottom: -399px;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .coro_banner_box_shape .coro_parallax_img:nth-child(3) {
    right: 460px;
    bottom: -402px;
  }
}
.coro_banner_box_shape .coro_parallax_img:nth-child(4) {
  right: 172px;
  bottom: -44px;
}
.coro_banner_box_shape .coro_parallax_img:nth-child(5) {
  right: -270px;
  bottom: 211px;
}
.coro_banner_box_shape .coro_parallax_img:nth-child(6) {
  right: 50px;
  bottom: -320px;
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .coro_banner_box_shape .coro_parallax_img:nth-child(6) {
    right: 50px;
    bottom: -320px;
  }
}
.coro_banner_box_shape .coro_parallax_img:nth-child(7) {
  right: -389px;
  bottom: -63px;
}
.coro_banner_box_shape .coro_parallax_img:nth-child(8) {
  right: 356px;
  bottom: 101px;
  z-index: -2;
}
.coro_banner_box_shape .coro_parallax_img:nth-child(9) {
  right: 50px;
  top: 200px;
  z-index: -3;
}
.coro_banner_box_shape .coro_parallax_img:nth-child(10) {
  left: 50px;
  top: 200px;
}

.coro_fearure_part_wrapper {
  text-align: center;
}
@media (max-width: 991px) {
  .coro_fearure_part_wrapper {
    margin-top: 30px;
  }
}
.coro_fearure_part_wrapper .coro_fearure_icon_wrapper {
  position: relative;
  margin-bottom: 32px;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (max-width: 991px) {
  .coro_fearure_part_wrapper .coro_fearure_icon_wrapper {
    margin-bottom: 20px;
  }
}
.coro_fearure_part_wrapper .coro_fearure_icon_wrapper img.coro_fearure_icon {
  max-width: 64px;
}
.coro_fearure_part_wrapper .coro_fearure_icon_wrapper .coro_fearure_shape {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.coro_fearure_part_wrapper .coro_title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}
.coro_fearure_part_wrapper .coro_description {
  font-size: 16px;
}

.feature_part .coro_parallax_img {
  position: absolute;
}
.feature_part .coro_parallax_img .layer {
  position: relative !important;
}
.feature_part .coro_parallax_img:nth-child(1) {
  left: -95px;
  top: 40%;
}
@media (max-width: 991px) {
  .feature_part .coro_parallax_img:nth-child(1) {
    display: none;
  }
}
.feature_part .coro_parallax_img:nth-child(2) {
  right: 2%;
  top: 20%;
}
@media (max-width: 991px) {
  .feature_part .coro_parallax_img:nth-child(2) {
    display: none;
  }
}
.feature_part .coro_parallax_img:nth-child(3) {
  right: -5%;
  top: 60%;
}
@media (max-width: 991px) {
  .feature_part .coro_parallax_img:nth-child(3) {
    display: none;
  }
}

.coro_section {
  overflow: hidden;
}

.coro_parallax_img_02 {
  position: absolute;
}
.coro_parallax_img_02 .layer {
  position: relative !important;
}
.coro_parallax_img_02:nth-child(1) {
  right: -20px;
  bottom: 15%;
}
@media (max-width: 991px) {
  .coro_parallax_img_02 {
    display: none;
  }
}

.coro_parallax_img_03 {
  position: absolute;
}
.coro_parallax_img_03 .layer {
  position: relative !important;
}
.coro_parallax_img_03:nth-child(1) {
  right: -20px;
  bottom: 30%;
}
@media (max-width: 767.98px) {
  .coro_parallax_img_03:nth-child(1) {
    display: none;
  }
}

.coro_img_box {
  position: relative;
}
.coro_img_box [class^=img_box_shape_],
.coro_img_box [class*=img_box_shape_] {
  position: absolute;
}
.coro_img_box [class^=img_box_shape_] .layer,
.coro_img_box [class*=img_box_shape_] .layer {
  position: relative !important;
}
@media (max-width: 991px) {
  .coro_img_box [class^=img_box_shape_] img,
.coro_img_box [class*=img_box_shape_] img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coro_img_box [class^=img_box_shape_] img,
.coro_img_box [class*=img_box_shape_] img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_img_box [class^=img_box_shape_] img,
.coro_img_box [class*=img_box_shape_] img {
    max-width: 100%;
  }
}
.coro_img_box.coro_image_box_style_01 .img_box_shape_01 {
  position: relative;
}
.coro_img_box.coro_image_box_style_01 .img_box_shape_01 img {
  width: 100%;
  -webkit-box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.1);
}
.coro_img_box.coro_image_box_style_01 .img_box_shape_02 {
  left: -10%;
  top: 15%;
}
.coro_img_box.coro_image_box_style_01 .img_box_shape_02 img {
  -webkit-box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .coro_img_box.coro_image_box_style_01 .img_box_shape_02 {
    max-width: 40%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coro_img_box.coro_image_box_style_01 .img_box_shape_02 {
    max-width: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_img_box.coro_image_box_style_01 .img_box_shape_02 {
    max-width: 20%;
  }
}
.coro_img_box.coro_image_box_style_01 .img_box_shape_04 {
  top: -5%;
  right: -5%;
}
.coro_img_box.coro_image_box_style_01 .img_box_shape_04 img {
  -webkit-box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
@media (max-width: 767.98px) {
  .coro_img_box.coro_image_box_style_01 .img_box_shape_04 {
    max-width: 15%;
    right: -3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coro_img_box.coro_image_box_style_01 .img_box_shape_04 {
    max-width: 15%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_img_box.coro_image_box_style_01 .img_box_shape_04 {
    max-width: 15%;
  }
}
.coro_img_box.coro_image_box_style_01 .img_box_shape_03 {
  top: 25%;
  right: -11%;
}
.coro_img_box.coro_image_box_style_01 .img_box_shape_03 img {
  -webkit-box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.1);
}
@media (max-width: 767.98px) {
  .coro_img_box.coro_image_box_style_01 .img_box_shape_03 {
    max-width: 30%;
    right: 3%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coro_img_box.coro_image_box_style_01 .img_box_shape_03 {
    max-width: 20%;
    right: 3%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_img_box.coro_image_box_style_01 .img_box_shape_03 {
    max-width: 20%;
  }
}
.coro_img_box.coro_image_box_style_02 .img_box_shape_01 {
  position: relative;
}
.coro_img_box.coro_image_box_style_02 .img_box_shape_01 img {
  width: 100%;
}
.coro_img_box.coro_image_box_style_02 .img_box_shape_02 {
  left: -3%;
  top: 19%;
}
@media (max-width: 767.98px) {
  .coro_img_box.coro_image_box_style_02 .img_box_shape_02 {
    max-width: 30%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coro_img_box.coro_image_box_style_02 .img_box_shape_02 {
    max-width: 20%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_img_box.coro_image_box_style_02 .img_box_shape_02 {
    max-width: 20%;
  }
}
.coro_img_box.coro_image_box_style_02 .img_box_shape_04 {
  top: -10%;
  left: 3%;
}
.coro_img_box.coro_image_box_style_02 .img_box_shape_04 img {
  -webkit-box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
@media (max-width: 991px) {
  .coro_img_box.coro_image_box_style_02 .img_box_shape_04 {
    display: none;
  }
}
.coro_img_box.coro_image_box_style_02 .img_box_shape_03 {
  top: 12%;
  right: -8%;
}
@media (max-width: 767.98px) {
  .coro_img_box.coro_image_box_style_02 .img_box_shape_03 {
    max-width: 30%;
    right: 0%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coro_img_box.coro_image_box_style_02 .img_box_shape_03 {
    max-width: 20%;
    top: 12%;
    right: 21%;
    right: -2%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_img_box.coro_image_box_style_02 .img_box_shape_03 {
    max-width: 20%;
  }
}
.coro_img_box.coro_image_box_style_03 .img_box_shape_01 {
  position: relative;
}
.coro_img_box.coro_image_box_style_03 .img_box_shape_01 img {
  width: 100%;
  -webkit-box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
}
.coro_img_box.coro_image_box_style_03 .img_box_shape_02 {
  left: 54%;
  top: -8%;
}
@media (max-width: 767.98px) {
  .coro_img_box.coro_image_box_style_03 .img_box_shape_02 {
    max-width: 70%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .coro_img_box.coro_image_box_style_03 .img_box_shape_02 {
    max-width: 60%;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .coro_img_box.coro_image_box_style_03 .img_box_shape_02 {
    max-width: 40%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1439px) {
  .coro_img_box.coro_image_box_style_03 .img_box_shape_02 {
    max-width: 70%;
  }
  .coro_img_box.coro_image_box_style_03 .img_box_shape_02 img {
    max-width: 100%;
  }
}
@media only screen and (min-width: 1440px) and (max-width: 1679px) {
  .coro_img_box.coro_image_box_style_03 .img_box_shape_02 {
    max-width: 80%;
  }
  .coro_img_box.coro_image_box_style_03 .img_box_shape_02 img {
    max-width: 100%;
  }
}

.coro_mega_menu_wrapper .coro_mega_menu_inner {
  margin-bottom: 30px;
}
.coro_mega_menu_wrapper .coro_mega_menu_inner a {
  display: block;
}
.coro_mega_menu_wrapper .coro_mega_menu_inner img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.05);
}
.coro_mega_menu_wrapper .coro_mega_menu_inner img:hover {
  -webkit-box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.09);
}

.blog_section_item_wrapper {
  text-align: center;
  display: inline-block;
  width: 100%;
}
@media (max-width: 991px) {
  .blog_section_item_wrapper {
    margin-bottom: 40px;
  }
}
.blog_section_item_wrapper .special_section_item_thumb img {
  margin: 0 auto;
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.05);
}
.blog_section_item_wrapper .special_section_item_thumb img:hover {
  -webkit-box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.09);
}
.blog_section_item_wrapper .title {
  font-size: 22px;
  font-weight: 500;
  margin-top: 27px;
}

@media (min-width: 1200px) {
  .bloging_row {
    margin-right: -60px;
    margin-left: -60px;
  }
  .bloging_row [class^=coro_col_], .bloging_row [class*=coro_col_] {
    padding-right: 60px;
    padding-left: 60px;
  }
}

.feature_section_wrapper {
  margin: 0 25px 70px;
  text-align: center;
}
@media (max-width: 991px) {
  .feature_section_wrapper {
    margin: 0 5px 40px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .feature_section_wrapper {
    margin: 0 5px 40px;
  }
}
.feature_section_wrapper .feature_section_icon {
  width: 70px;
  height: 70px;
  -webkit-box-shadow: 0px 14px 74px rgba(0, 0, 0, 0.16);
          box-shadow: 0px 14px 74px rgba(0, 0, 0, 0.16);
  border-radius: 20px;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  margin-bottom: 29px;
}
.feature_section_wrapper .title {
  font-weight: 500;
  color: #051441;
  font-size: 22px;
  margin-bottom: 15px;
}
.feature_section_wrapper .description {
  font-weight: 400;
  font-size: 18px;
  line-height: 30px;
}

.feature_item_wrapper_list {
  padding: 63px 40px;
  text-align: center;
  margin-bottom: 34px;
}
.feature_item_wrapper_list .feature_item_icon {
  margin-bottom: 45px;
  height: 116px;
  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;
}
.feature_item_wrapper_list .title {
  font-size: 20px;
  color: #333333;
  margin-bottom: 20px;
  font-weight: 600;
}
.feature_item_wrapper_list .title.text_white {
  color: #fff;
}
.feature_item_wrapper_list .description {
  color: #666666;
  font-size: 15px;
  line-height: 24px;
}
.feature_item_wrapper_list .description.text_white {
  color: #fff;
}

.feature_item_wrapper_list_style_02 {
  padding: 63px 40px;
  text-align: left;
  margin-bottom: 34px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}
@media (max-width: 991px) {
  .feature_item_wrapper_list_style_02 {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px;
  }
}
.feature_item_wrapper_list_style_02 .feature_content_thumb {
  position: relative;
  z-index: 2;
}
.feature_item_wrapper_list_style_02 .feature_shape_01 {
  position: absolute;
  left: 0;
  bottom: 0;
}
.feature_item_wrapper_list_style_02 .feature_shape_02 {
  position: absolute;
  right: 0;
  top: 0;
}
.feature_item_wrapper_list_style_02 .feature_content_inner {
  -webkit-box-flex: 45%;
      -ms-flex: 45% 0 0px;
          flex: 45% 0 0;
}
@media (max-width: 991px) {
  .feature_item_wrapper_list_style_02 .feature_content_inner {
    -webkit-box-flex: 100%;
        -ms-flex: 100% 0 0px;
            flex: 100% 0 0;
  }
}
.feature_item_wrapper_list_style_02 .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 42px;
  margin-bottom: 19px;
}
@media (max-width: 991px) {
  .feature_item_wrapper_list_style_02 .title {
    font-size: 24px;
    line-height: 1.3;
  }
}
.feature_item_wrapper_list_style_02 .description {
  font-size: 15px;
  line-height: 24px;
}

.coro_gradient_bg {
  background: linear-gradient(138.82deg, #FAC02C 7.79%, #FE6948 97.08%);
}

.item {
  margin-bottom: 20px;
}

.main_demo_item_wrapper {
  margin-bottom: 18px;
  display: inline-block;
}
.main_demo_item_wrapper .demo_thumb {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 100%;
  border-radius: 5px;
  position: relative;
}
.badge{
  background: #FE6948;
  padding: 2px 10px;
  border-radius: 5px;
  display: inline-block;
  position: absolute;
  font-size: 16px;
  color: #fff;
  right: -8px;
  top: -8px;
}
.main_demo_item_wrapper .demo_thumb img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.05);
  width: 100%;
  border-radius: 5px;
}
.main_demo_item_wrapper .title {
  color: #1A191E;
  font-size: 16px;
  margin-top: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.main_demo_item_wrapper .title .demo_category {
  padding: 5px 15px;
  border-radius: 5px;
  color: #fff;
  display: inline-block;
  margin-left: 8px;
  background-color: #FFBB72;
  letter-spacing: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.main_demo_item_wrapper .title .demo_category:hover {
  background-color: #1A191E !important;
}
.main_demo_item_wrapper:hover .demo_thumb {
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}
.main_demo_item_wrapper:hover .demo_thumb img {
  -webkit-box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.09);
}
.main_demo_item_wrapper:hover .title .demo_category {
  background-color: #1A191E !important;
}
.main_demo_item_wrapper.upcoming .demo_thumb {
  position: relative;
  z-index: 1;
}
.main_demo_item_wrapper.upcoming .demo_thumb .coming_soon {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 auto;
  text-align: center;
  z-index: 9;
  color: #1A191E;
  font-size: 28px;
}
.main_demo_item_wrapper.upcoming .demo_thumb:after {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 242, 235, 0.6);
  color: #1A191E;
  z-index: 2;
}

.title {
  text-align: center;
}
.title a {
  font-size: 16px;
  color: #1A191E;
  font-weight: 500;
  display: inline-block;
  padding: 8px 18px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.title a + a {
  padding: 8px 18px;
  background: #eb451a;
  color: #fff;
  font-weight: 500;
  display: inline-block;
}
.title a + a:hover {
  background: transparent;
  color: #eb451a;
  border-color: #eb451a;
}
.title a:hover {
  background: #eb451a;
  color: #fff;
}

@media (min-width: 991px) {
  .coro_main_demo_section_wrapper [class^=coro_col_], .coro_main_demo_section_wrapper [class*=coro_col_] {
    padding-right: 34px;
    padding-left: 34px;
  }
  .coro_main_demo_section_wrapper .coro_container {
    padding-right: 34px;
    padding-left: 34px;
  }
  .coro_main_demo_section_wrapper .coro_row {
    margin-right: -34px;
    margin-left: -34px;
  }
}
.coro_main_demo_section_wrapper .pc_button_group, .coro_main_demo_section_wrapper .coro_shop_filters_group, .coro_shop_section_wrapper .pc_button_group, .coro_shop_section_wrapper .coro_shop_filters_group {
  text-align: center;
  margin-bottom: 55px;
}
.coro_main_demo_section_wrapper .filter_button, .coro_main_demo_section_wrapper .coro_shop_filter_button, .coro_shop_section_wrapper .filter_button, .coro_shop_section_wrapper .coro_shop_filter_button {
  background-color: transparent;
  border: 0px solid transparent;
  color: #000;
  font-size: 20px;
  font-weight: 500;
  cursor: pointer;
  font-family: "Futura";
  margin: 0 25px;
  padding: 10px 10px;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.5;
}
@media (max-width: 767.98px) {
  .coro_main_demo_section_wrapper .filter_button, .coro_main_demo_section_wrapper .coro_shop_filter_button, .coro_shop_section_wrapper .filter_button, .coro_shop_section_wrapper .coro_shop_filter_button {
    margin: 0 10px 5px;
    padding: 5px;
    font-size: 16px;
  }
}
.coro_main_demo_section_wrapper .filter_button.is-checked, .coro_main_demo_section_wrapper .filter_button:hover, .coro_main_demo_section_wrapper .coro_shop_filter_button.is-checked, .coro_main_demo_section_wrapper .coro_shop_filter_button:hover, .coro_shop_section_wrapper .filter_button.is-checked, .coro_shop_section_wrapper .filter_button:hover, .coro_shop_section_wrapper .coro_shop_filter_button.is-checked, .coro_shop_section_wrapper .coro_shop_filter_button:hover {
  opacity: 1;
}
.coro_main_demo_section_wrapper .filter_button:after, .coro_main_demo_section_wrapper .coro_shop_filter_button:after, .coro_shop_section_wrapper .filter_button:after, .coro_shop_section_wrapper .coro_shop_filter_button:after {
  position: absolute;
  content: "";
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #000;
}
.coro_main_demo_section_wrapper .filter_button .pc_filter_count, .coro_main_demo_section_wrapper .coro_shop_filter_button .pc_filter_count, .coro_shop_section_wrapper .filter_button .pc_filter_count, .coro_shop_section_wrapper .coro_shop_filter_button .pc_filter_count {
  width: 30px;
  height: 18px;
  background-color: #000000;
  border-radius: 2px;
  line-height: 18px;
  font-size: 12px;
  color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  right: -21px;
}
@media (max-width: 767.98px) {
  .coro_main_demo_section_wrapper .filter_button .pc_filter_count, .coro_main_demo_section_wrapper .coro_shop_filter_button .pc_filter_count, .coro_shop_section_wrapper .filter_button .pc_filter_count, .coro_shop_section_wrapper .coro_shop_filter_button .pc_filter_count {
    top: -10px;
  }
}

.coro_video_popup_section {
  position: relative;
  text-align: center;
}
.coro_video_popup_section img {
  max-width: 100%;
  -webkit-box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.1);
}
.coro_video_popup_section .banner_play_btn img {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.coro_video_popup_section .banner_play_btn {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  text-align: center;
}

.gallery .gallery_item {
  display: inline-block;
  width: 100%;
}

.gallery.sec_padding {
  padding: 120px 0 400px;
}
@media (max-width: 576px) {
  .gallery.sec_padding {
    padding: 70px 0;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .gallery.sec_padding {
    padding: 70px 0 140px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .gallery.sec_padding {
    padding: 100px 0 200px;
  }
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .gallery.sec_padding {
    padding: 100px 0 250px;
  }
}

.slick-slider .slick-track, .slick-slider .slick-list {
  margin-bottom: 70px;
}

.ytvideo_background {
  position: relative;
  height: 619px;
}
@media only screen and (min-width: 992px) and (max-width: 1199.98px) {
  .ytvideo_background {
    height: 500px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991.98px) {
  .ytvideo_background {
    height: 441px;
  }
}
@media (max-width: 767.98px) {
  .ytvideo_background {
    height: 441px;
  }
}

.ytvideobg1, .ytvideobg2 {
  overflow: hidden;
}

.coro_img_slider_wrapper {
  height: 1000px;
  background: url(../img/img_slider.jpg) repeat scroll center 0;
  -webkit-animation: animated-bg 1000000s linear infinite alternate;
          animation: animated-bg 1000000s linear infinite alternate;
  background-size: cover;
}

@-webkit-keyframes animated-bg {
  to {
    background-position: -100000000px 0px;
  }
  from {
    background-position: 0px 0px;
  }
}
@keyframes animated-bg {
  to {
    background-position: -100000000px 0px;
  }
  from {
    background-position: 0px 0px;
  }
}
/** news tricker css end **/
.fearure_list_wrapper {
  margin-bottom: 43px;
  text-align: center;
}
.fearure_list_wrapper .coro_feature_thumb {
  -webkit-box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.1);
  max-width: 100%;
}
.fearure_list_wrapper .title {
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
}
@media (max-width: 767.98px) {
  .fearure_list_wrapper .title {
    font-size: 18px;
    line-height: 26px;
  }
}

.special_section_item_wrapper {
  display: block;
  width: 100%;
}
.special_section_item_wrapper .special_section_item_thumb {
  margin-bottom: 31px;
}
.special_section_item_wrapper .special_section_item_thumb img {
  width: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.05);
}
.special_section_item_wrapper .special_section_item_thumb img:hover {
  -webkit-box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.09);
          box-shadow: 0px 24px 74px 10px rgba(0, 0, 0, 0.09);
}
.special_section_item_wrapper .title {
  font-size: 20px;
  margin-top: 18px;
  font-weight: 400;
}

.cta_section.sec_padding {
  padding: 140px 0 120px;
}

.coro_cta_section_wrapper {
  text-align: center;
}
.coro_cta_section_wrapper .footer_logo {
  margin-bottom: 38px;
}
.coro_cta_section_wrapper .footer_logo.white_img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.coro_cta_section_wrapper .coro_title {
  color: #fff;
  font-size: 45px;
  font-weight: 500;
  line-height: 1.25;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .coro_cta_section_wrapper .coro_title {
    font-size: 30px;
  }
}
.coro_cta_section_wrapper .coro_title a {
  color: #fff;
  text-decoration: underline;
}
.coro_cta_section_wrapper .cu_btn {
  border-radius: 0;
  text-transform: uppercase;
  font-size: 16px;
}

.header_part {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 3;
}

/** expend menu css **/
.pc_navbar {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
          justify-content: space-between;
  padding: 20px 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.pc_navbar .logo_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pc_navbar .logo_wrapper .pc_sticky_logo {
  display: none;
}
.pc_navbar .cu_btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pc_navbar .cu_btn img, .pc_navbar .cu_btn i, .pc_navbar .cu_btn span {
  margin-right: 5px;
}

.menu_fixed .logo_wrapper .pc_sticky_logo {
  display: block;
}
.menu_fixed .logo_wrapper .pc_main_logo {
  display: none;
}

@media (min-width: 991px) {
  .menu_fixed .pc_navbar {
    padding: 0;
  }
}
@media (min-width: 991px) {
  .pc_mobile_nav_meta {
    display: none;
  }
  .pc_navbar_wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pc_navbar_wrapper .pc_navbar_nav {
    margin: 0;
    padding: 0;
  }
  .pc_navbar_wrapper .pc_navbar_nav .menu_item {
    display: inline-block;
  }
  .pc_navbar_wrapper .pc_navbar_nav .menu_link {
    color: #1A191E;
    padding: 5px 0px;
    margin: 25px 15px;
    display: inline-block;
    font-size: 18px;
    position: relative;
    font-weight: 400;
  }
  .pc_navbar_wrapper .pc_navbar_nav .menu_link:before {
    content: "";
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    height: 1px;
    width: 0;
    -webkit-transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    transition: width 0.6s cubic-bezier(0.25, 0.8, 0.25, 1) 0s;
    background: #1A191E;
  }
  .pc_navbar_wrapper .pc_navbar_nav .menu_link:hover:before {
    width: 100%;
    left: 0;
    right: auto;
  }
  .pc_navbar_wrapper .pc_navbar_nav .pc_dropdown_menu_item .menu_link {
    color: #1b1a33;
  }
  .pc_navbar_wrapper .pc_dropdown_item {
    position: relative;
  }
  .pc_navbar_wrapper .pc_dropdown_menu_item {
    background-color: #fff;
    padding: 10px 0;
    margin: 0;
    position: absolute;
    left: 0;
    top: 105px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  .pc_navbar_wrapper .pc_dropdown_menu_item .menu_item {
    white-space: nowrap;
  }
  .pc_navbar_wrapper .pc_dropdown_menu_item .menu_link {
    padding: 10px 27px;
  }
  .pc_navbar_wrapper .pc_dropdown_item:hover > .pc_dropdown_menu_item {
    top: 99px;
    opacity: 1;
    visibility: visible;
    -webkit-box-shadow: 0px 2px 4px 0px rgba(0, 4, 26, 0.08);
            box-shadow: 0px 2px 4px 0px rgba(0, 4, 26, 0.08);
  }
  .pc_navbar_wrapper .pc_dropdown_item .pc_dropdown_item > .pc_dropdown_menu_item {
    left: 100%;
    top: 6px;
  }
  .pc_navbar_wrapper .pc_dropdown_item .pc_dropdown_item > .pc_dropdown_menu_item .menu_item {
    display: block;
  }
  .pc_navbar_wrapper .pc_dropdown_item .pc_dropdown_item:hover > .pc_dropdown_menu_item {
    top: 0;
    left: 100%;
  }
  .pc_navbar_wrapper .navbar_meta_item {
    margin-left: 25px;
  }
}
.header_part .cu_btn.btn_2 {
  background-color: #000000;
  border-color: #000000;
  color: #fff;
  font-size: 14px;
  text-transform: uppercase;
  padding: 10px 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 600;
  border-radius: 0;
}
.header_part .cu_btn.btn_2 img {
  margin-right: 8px;
}

/** expend menu end **/
/** mobile menu css **/
@media (max-width: 991px) {
  .pc_collaps_menu_icon img, .pc_collaps_menu_icon i {
    margin-right: 0 !important;
    margin-left: 15px;
  }
  .header_part .cu_btn {
    padding: 10px 16px;
    font-size: 15px;
  }
  .pc_navbar {
    padding: 15px 0;
  }
  .pc_navbar_wrapper {
    display: none;
  }
  .pc_mobile_nav_meta {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  .pc_navbar_nav {
    margin: 0;
    padding: 0;
    display: block;
    width: 100%;
  }
  .pc_navbar_nav .menu_item {
    list-style: none;
  }
  .pc_navbar_nav .menu_item .menu_link {
    color: #fff;
    padding: 10px 0;
    display: block;
    width: 100%;
    font-size: 16px;
  }
  .pc_dropdown_menu_item {
    margin: 0;
    padding: 0;
    list-style: none;
    margin-bottom: 20px;
    display: none;
  }
  .off_canvus_menu .pc_navbar_nav {
    padding: 0 40px;
  }
  .cu_btn.btn_1 {
    background-color: transparent;
    border: 1px solid #fff;
    color: #fff;
  }
  .menu_fixed .cu_btn.btn_1 {
    background-color: #3664f0;
    border: 1px solid #3664f0;
    color: #fff;
  }
  .menu_fixed .pc_collaps_menu_icon i {
    font-size: 32px;
    color: #1b1a33;
    margin-right: 15px;
    cursor: pointer;
  }
  .menu_fixed .pc_collaps_menu_icon img {
    -webkit-filter: brightness(1) invert(0);
    filter: brightness(1) invert(0);
  }
  .navbar_meta_item {
    display: none;
  }
}
@media (max-width: 576px) {
  .pc_navbar .logo_wrapper {
    max-width: 125px;
  }
  .pc_navbar .logo_wrapper img {
    max-width: 100%;
  }
}
/** mobile menu css end **/
@media (min-width: 991px) and (max-width: 1200px) {
  .pc_navbar_wrapper .pc_navbar_nav .menu_link {
    margin: 25px 10px;
  }
}
/** menu barger icon **/
/** menu barger icon end **/
.pc_collaps_menu_icon i {
  font-size: 32px;
  color: #fff;
  margin-right: 15px;
  cursor: pointer;
}

.header_part.menu_fixed {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 26;
  background-color: #fff;
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 4, 26, 0.08);
          box-shadow: 0px 10px 20px 0px rgba(0, 4, 26, 0.08);
}
.header_part.menu_fixed .pc_navbar_wrapper .pc_navbar_nav .menu_link {
  color: #1b1a33;
}
/*# sourceMappingURL=style.css.map */