/*-----------------------------------------------------------------------------------
    Template Name: Cipher - Creative Agency Portfolio HTML Template
    Author: DesignCurved 
    Author URI: https://themeforest.net/user/DesignCurved
    Version: 1.0
 -----------------------------------------------------------------------------------*/
/*---------------------------
	Fonts
----------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Rajdhani:wght@300;400;500;600;700&family=Rubik:ital,wght@0,300..900;1,300..900&display=swap");
/* 01. Common css   */
html {
  font-size: 15px;
}

:root {
  scroll-behavior: unset;
}

body {
  font-family: "Rubik", sans-serif;
  color: #2A2C30;
  background-color: #fff;
  font-size: 16px;
  font-size: calc-rem-value(16);
  overflow-x: hidden;
}
@media (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

p {
  font-size: 16px;
  color: #2A2C30;
  line-height: 1.8em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #1C3F39;
  font-family: "Rajdhani";
  font-weight: 400;
}

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

a {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}

a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
}

.ptb-120 {
  padding: 120px 0px;
}
@media (max-width: 991px) {
  .ptb-120 {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .ptb-120 {
    padding: 80px 0;
  }
}

@media (min-width: 1400px) {
  .container {
    max-width: 1290px;
  }
}

.hidden {
  display: none;
}

.sr-only {
  display: none !important;
  opacity: 0;
  visibility: hidden;
}

/* 1.2 Global Elements */
.page-wrapper {
  position: relative;
  overflow: hidden;
}

.wow {
  visibility: hidden;
}

.fi:before {
  margin: 0;
}

.section-bg {
  background: #F5F5F5 !important;
}

.section-padding {
  padding: 120px 0;
}
@media (max-width: 991px) {
  .section-padding {
    padding: 90px 0;
  }
}
@media (max-width: 767px) {
  .section-padding {
    padding: 80px 0;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 60px 0;
  }
}

.pt-120 {
  padding-top: 120px;
}
@media (max-width: 991px) {
  .pt-120 {
    padding-top: 90px;
  }
}
@media (max-width: 767px) {
  .pt-120 {
    padding-top: 80px;
  }
}
@media (max-width: 575px) {
  .pt-120 {
    padding-top: 60px;
  }
}

.pb-120 {
  padding-bottom: 120px;
}
@media (max-width: 991px) {
  .pb-120 {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .pb-120 {
    padding-bottom: 80px;
  }
}
@media (max-width: 575px) {
  .pb-120 {
    padding-bottom: 60px;
  }
}

/*** contact form error handling ***/
.contact-activation .error-handling-messages {
  width: 100% !important;
  margin-top: 15px !important;
}
.contact-activation label.error {
  color: red;
  font-size: 13px;
  font-weight: normal;
  margin: 5px 0 0 0;
  text-align: left;
  display: block;
  margin-bottom: 10px;
}
.contact-activation #c-loader,
.contact-activation #loader {
  display: none;
  margin-top: 10px;
}
.contact-activation #c-loader i,
.contact-activation #loader i {
  font-size: 30px;
  font-size: calc-rem-value(30);
  color: #F1F45D;
  display: inline-block;
  -webkit-animation: rotating linear 2s infinite;
  animation: rotating linear 2s infinite;
}
.contact-activation #success,
.contact-activation #c-success,
.contact-activation #c-error,
.contact-activation #error {
  width: 100%;
  color: #fff;
  padding: 5px 10px;
  font-size: 16px;
  text-align: center;
  display: none;
}
@media (max-width: 767px) {
  .contact-activation #success,
  .contact-activation #c-success,
  .contact-activation #c-error,
  .contact-activation #error {
    font-size: 15px;
  }
}
.contact-activation #c-success,
.contact-activation #success {
  background-color: #009a00;
  border-left: 5px solid green;
  margin-bottom: 5px;
}
.contact-activation #c-error,
.contact-activation #error {
  background-color: #ff1a1a;
  border-left: 5px solid red;
}

@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.rotating {
  -webkit-animation: rotating 5s alternate infinite;
  animation: rotating 5s alternate infinite;
}

/*** back to top **/
.back-btn {
  background-color: #F1F45D;
  width: 45px;
  height: 45px;
  line-height: 45px;
  border: 4px solid #f0f353;
  border-radius: 3px;
  text-align: center;
  display: none;
  position: fixed;
  z-index: 999;
  right: 15px;
  bottom: 15px;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -ms-transition: all 0.2s;
  transition: all 0.2s;
}
@media (max-width: 991px) {
  .back-btn {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
.back-btn:hover {
  background-color: #F1F45D;
}

.back-btn i {
  font-size: 18px;
  font-size: calc-rem-value(18);
  color: #1C3F39;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/** for popup image ***/
.mfp-wrap {
  background-color: rgba(0, 0, 0, 0.9);
  z-index: 99999;
}

.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
  opacity: 1;
}

.mfp-with-zoom.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}

/*** for fancybox video ***/
.fancybox-overlay {
  background: rgba(0, 0, 0, 0.9);
  z-index: 9999 !important;
}

.fancybox-wrap {
  z-index: 99999 !important;
}

.ui-widget.ui-widget-content {
  box-shadow: 0px 1px 13.5px 1.5px rgba(46, 49, 108, 0.08);
  border: none;
  padding: 10px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #e3e3e3;
  background: #f9f9f9;
  font-weight: normal;
  color: #454545;
  text-align: center;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #e3d9d9;
  background: #7f91a6;
  color: #ffffff;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #F1F45D;
  background: #F1F45D;
  font-weight: normal;
  color: #ffffff;
}

/*** mouse design***/
.mouse-circle-mover {
  position: fixed;
  background-color: #a5a743;
  width: 10px;
  height: 10px;
  left: -10px;
  top: -10px;
  border-radius: 100%;
  z-index: 1;
  z-index: 10000;
  transform: scale(1);
}
.mouse-circle-mover.active {
  opacity: 1;
  transform: scale(0);
}

.mouse-circle-mover-follow {
  position: fixed;
  border: 1px solid #a5a743;
  width: 40px;
  height: 40px;
  left: -25px;
  top: -25px;
  border-radius: 100%;
  z-index: 1;
  user-select: none;
  pointer-events: none;
  z-index: 10000;
  transform: scale(1);
}
.mouse-circle-mover-follow.active {
  transform: scale(3);
}

body.dark-page .mouse-circle-mover {
  background-color: #fff;
}
body.dark-page .mouse-circle-mover-follow {
  border-color: #fff;
}

.sticky {
  position: fixed;
  background: #0f2622;
  top: 0;
  left: 0;
  width: 100%;
  transition: all 0.5s ease;
  animation: smoothScroll 1s forwards;
  box-shadow: 0 -5px 15px rgba(8, 106, 216, 0.2901960784);
}
@media (min-width: 991px) {
  .sticky {
    padding: 0 65px;
  }
}
@media (max-width: 991px) {
  .sticky {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .sticky {
    padding: 15px 0;
  }
}

@keyframes smoothScroll {
  0% {
    transform: translateY(-142px);
  }
  100% {
    transform: translateY(0px);
  }
}
.ch-top-title,
.ch-top-title-s2,
.ch-top-title-s3 {
  margin-bottom: 60px;
}
@media (max-width: 991px) {
  .ch-top-title,
  .ch-top-title-s2,
  .ch-top-title-s3 {
    margin-bottom: 40px;
    text-align: center;
  }
}
@media (max-width: 575px) {
  .ch-top-title,
  .ch-top-title-s2,
  .ch-top-title-s3 {
    margin-bottom: 20px;
    text-align: center;
  }
}
.ch-top-title span,
.ch-top-title-s2 span,
.ch-top-title-s3 span {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 4px;
  text-transform: uppercase;
  color: #F1F45D;
  font-family: "Rajdhani";
}
@media (max-width: 767px) {
  .ch-top-title span,
  .ch-top-title-s2 span,
  .ch-top-title-s3 span {
    font-size: 15px;
    letter-spacing: 4px;
  }
}
.ch-top-title h2,
.ch-top-title-s2 h2,
.ch-top-title-s3 h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
  margin-top: 5px;
}
@media (max-width: 1199px) {
  .ch-top-title h2,
  .ch-top-title-s2 h2,
  .ch-top-title-s3 h2 {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 991px) {
  .ch-top-title h2,
  .ch-top-title-s2 h2,
  .ch-top-title-s3 h2 {
    font-size: 35px;
    line-height: 40px;
  }
}
.ch-top-title h2 small,
.ch-top-title-s2 h2 small,
.ch-top-title-s3 h2 small {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #1F212D;
}
.ch-top-title p,
.ch-top-title-s2 p,
.ch-top-title-s3 p {
  font-size: 18px;
}

.ch-top-title-s2 {
  text-align: center;
}
.ch-top-title-s2 span {
  color: #1C3F39;
}
.ch-top-title-s2 h2 {
  color: #1C3F39;
}

.ch-top-title-s3 span {
  color: #1C3F39;
}
.ch-top-title-s3 h2 {
  color: #1C3F39;
}

.ch-btn-style-1,
.ch-btn-style-2,
.ch-btn-style-3 {
  background: transparent;
  color: #fff;
  display: inline-block;
  font-weight: 500;
  padding: 12px 35px;
  padding-right: 55px;
  border: 0;
  z-index: 11;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  font-family: "Rajdhani";
  border: 1px solid #F1F45D;
  border-radius: 5px;
  position: relative;
  overflow: hidden;
}
.ch-btn-style-1:after,
.ch-btn-style-2:after,
.ch-btn-style-3:after {
  position: absolute;
  top: 11px;
  right: 25px;
  content: "\e914";
  font-family: "icomoon";
  font-size: 10px;
}
@media (max-width: 767px) {
  .ch-btn-style-1:after,
  .ch-btn-style-2:after,
  .ch-btn-style-3:after {
    top: 5px;
  }
}
.ch-btn-style-1:hover, .ch-btn-style-1:focus, .ch-btn-style-1:active,
.ch-btn-style-2:hover,
.ch-btn-style-2:focus,
.ch-btn-style-2:active,
.ch-btn-style-3:hover,
.ch-btn-style-3:focus,
.ch-btn-style-3:active {
  color: #1C3F39;
}
@media (max-width: 991px) {
  .ch-btn-style-1,
  .ch-btn-style-2,
  .ch-btn-style-3 {
    font-size: 18px;
    font-size: calc-rem-value(18);
  }
}
@media (max-width: 767px) {
  .ch-btn-style-1,
  .ch-btn-style-2,
  .ch-btn-style-3 {
    padding: 5px 18px;
    font-size: 14px;
    padding-right: 45px;
  }
}

.ch-btn-animated span {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  left: 50%;
  top: 50%;
  z-index: -1;
  -webkit-transition: all 1s;
  transition: all 1s;
  background-color: #F1F45D;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 50%;
}

.ch-btn-animated:hover span {
  width: 650px;
  height: 650px;
}

.ch-btn-style-2 {
  color: #fff;
  background: #F1F45D;
  color: #1C3F39;
  margin-right: 20px;
}
.ch-btn-style-2:hover {
  background: #1C3F39;
  color: #fff;
}

.ch-btn-style-3 {
  border-color: #E3E3E3;
  color: #1C3F39;
}

.form input,
.form textarea,
.form select {
  border-color: #bfbfbf;
  border-radius: 0;
  outline: 0;
  box-shadow: none;
  color: #595959;
  font-style: normal;
}
.form input:focus,
.form textarea:focus,
.form select:focus {
  border-color: #F1F45D;
  -webkit-box-shadow: 0 0 5px 0 #f5f78d;
  -moz-box-shadow: 0 0 5px 0 #f5f78d;
  -o-box-shadow: 0 0 5px 0 #f5f78d;
  -ms-box-shadow: 0 0 5px 0 #f5f78d;
  box-shadow: 0 0 5px 0 #f5f78d;
}
.form ::-webkit-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form ::-moz-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form :-ms-input-placeholder {
  font-style: 14px;
  font-style: italic;
  color: #595959;
}
.form select {
  font-style: normal;
  background: url(../images/select-icon.png) no-repeat right center;
  display: inline-block;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  cursor: pointer;
}
.form select::-ms-expand { /* for IE 11 */
  display: none;
}
.form ::-webkit-input-placeholder { /* Edge */
  font-style: normal;
}
.form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  font-style: normal;
}
.form ::placeholder {
  font-style: normal;
}

.social-links {
  overflow: hidden;
}
.social-links li {
  float: left;
  width: 35px;
  height: 35px;
  margin-right: 1px;
}
.social-links li a {
  background-color: #f5f78d;
  width: 35px;
  height: 35px;
  line-height: 35px;
  display: block;
  color: #fff;
  text-align: center;
}
.social-links li a:hover {
  background-color: #F1F45D;
}

.cp-header-search-form {
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  z-index: 99999;
  margin-top: -540px;
  transform: translateY(-100%);
  background-color: rgba(0, 0, 0, 0.9);
  -webkit-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 500ms cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1500ms cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  transition-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}
.cp-header-search-form .close-cp-header-search {
  position: absolute;
  right: 25px;
  left: auto;
  color: #ffffff;
  width: auto;
  height: auto;
  top: 25px;
  margin: 0px;
  border: none;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  width: 50px;
  height: 50px;
  background: #F1F45D;
  opacity: 0;
  visibility: hidden;
  border-radius: 50%;
}
.cp-header-search-form .close-cp-header-search i {
  position: relative;
  display: block;
  color: #ffffff;
  font-size: 20px;
}
.cp-header-search-form form {
  position: absolute;
  max-width: 700px;
  top: 50%;
  left: 15px;
  right: 15px;
  margin: -35px auto 0;
  transform: scaleX(0);
  transform-origin: center;
  background-color: transparent;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}
.cp-header-search-form .form-group {
  position: relative;
  margin: 0px;
  overflow: hidden;
  border-radius: 40px;
}
.cp-header-search-form .form-group input[type=text],
.cp-header-search-form .form-group input[type=search] {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 50px;
  color: #000000;
  height: 70px;
  width: 100%;
  padding: 10px 30px;
  background: #ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  font-weight: 500;
  text-transform: capitalize;
  border-radius: 40px;
  border: 0;
}
.cp-header-search-form .form-group input[type=text]:focus,
.cp-header-search-form .form-group input[type=search]:focus {
  outline: none;
  border-color: #F1F45D;
}
.cp-header-search-form .form-group input[type=submit] {
  position: absolute;
  right: 30px;
  top: 0px;
  height: 70px;
  line-height: 70px;
  background: transparent;
  text-align: center;
  font-size: 24px;
  color: #000000;
  padding: 0;
  cursor: pointer;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
.cp-header-search-form .form-group input[type=submit]:hover,
.cp-header-search-form .form-group button:hover {
  color: #000000;
}
.cp-header-search-form .form-group .search-btn {
  width: 60px;
  height: 70px;
  background: #F1F45D;
  color: #fff;
  position: absolute;
  right: 0;
  top: 0;
  border: 0;
}
.cp-header-search-form input::placeholder,
.cp-header-search-form textarea::placeholder {
  color: #000000;
}
.cp-header-search-form.active {
  transform: translateY(0%);
  margin-top: 0;
}
.cp-header-search-form.active .close-cp-header-search {
  visibility: visible;
  opacity: 1;
  -webkit-transition-delay: 1500ms;
  -moz-transition-delay: 1500ms;
  -ms-transition-delay: 1500ms;
  -o-transition-delay: 1500ms;
  transition-delay: 1500ms;
}
.cp-header-search-form.active form {
  transform: scaleX(1);
  -webkit-transition-delay: 1200ms;
  -moz-transition-delay: 1200ms;
  -ms-transition-delay: 1200ms;
  -o-transition-delay: 1200ms;
  transition-delay: 1200ms;
}

.page-title {
  background: #1C3F39;
  min-height: 450px;
  position: relative;
  display: flex;
  justify-content: center;
  flex-direction: column;
  z-index: 1;
}
.page-title:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: url(../images/page-title.png);
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 991px) {
  .page-title {
    min-height: 350px;
  }
}
@media (max-width: 575px) {
  .page-title {
    min-height: 250px;
  }
}
.page-title .breadcumb-wrap {
  padding-top: 80px;
  text-align: center;
}
@media (max-width: 575px) {
  .page-title .breadcumb-wrap {
    text-align: center;
    padding-top: 60px;
  }
}
.page-title .breadcumb-wrap h2 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 58px;
  color: #fff;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .page-title .breadcumb-wrap h2 {
    font-size: 30px;
    line-height: 40px;
  }
}
.page-title .breadcumb-wrap ol {
  padding-left: 0;
  margin-bottom: 0;
  display: flex;
  justify-content: center;
}
.page-title .breadcumb-wrap ol li {
  display: inline-block;
  padding: 0px 15px;
  color: #F1F45D;
  position: relative;
  font-size: 16px;
}
.page-title .breadcumb-wrap ol li i {
  color: #5C5C5C;
  margin-right: 5px;
}
.page-title .breadcumb-wrap ol li:first-child {
  padding-left: 0;
}
@media (max-width: 767px) {
  .page-title .breadcumb-wrap ol li {
    font-size: 18px;
  }
}
@media (max-width: 575px) {
  .page-title .breadcumb-wrap ol li {
    font-size: 16px;
    padding: 0 10px;
  }
  .page-title .breadcumb-wrap ol li:first-child {
    padding-left: 0;
  }
}
.page-title .breadcumb-wrap ol li:after {
  content: "/";
  position: absolute;
  right: -5px;
  top: 50%;
  transform: translateY(-50%);
  color: #fff;
}
.page-title .breadcumb-wrap ol li:last-child span {
  color: #cbd4fd;
}
.page-title .breadcumb-wrap ol li:last-child:after {
  display: none;
}
.page-title .breadcumb-wrap ol li a {
  color: #fff;
  font-size: 16px;
  transition: all 0.3s;
}
.page-title .breadcumb-wrap ol li a:hover {
  color: #F1F45D;
}

@keyframes loader {
  0%, 10%, 100% {
    width: 80px;
    height: 80px;
  }
  65% {
    width: 150px;
    height: 150px;
  }
}
@keyframes loaderBlock {
  0%, 30% {
    transform: rotate(0);
  }
  55% {
    background-color: #F1F45D;
  }
  100% {
    transform: rotate(90deg);
  }
}
@keyframes loaderBlockInverse {
  0%, 20% {
    transform: rotate(0);
  }
  55% {
    background-color: #F1F45D;
  }
  100% {
    transform: rotate(-90deg);
  }
}
.loader {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80px;
  height: 80px;
  transform: translate(-50%, -50%) rotate(45deg) translate3d(0, 0, 0);
  animation: loader 1.2s infinite ease-in-out;
}
.loader span {
  position: absolute;
  display: block;
  width: 40px;
  height: 40px;
  background-color: #F1F45D;
  animation: loaderBlock 1.2s infinite ease-in-out both;
}
.loader span:nth-child(1) {
  top: 0;
  left: 0;
}
.loader span:nth-child(2) {
  top: 0;
  right: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(3) {
  bottom: 0;
  left: 0;
  animation: loaderBlockInverse 1.2s infinite ease-in-out both;
}
.loader span:nth-child(4) {
  bottom: 0;
  right: 0;
}

.preloader {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: #1C3F39;
}

/**** pagination ****/
.pagination-wrapper {
  text-align: center;
  margin-top: 60px;
}
@media (max-width: 991px) {
  .pagination-wrapper {
    text-align: left;
    margin-top: 40px;
  }
}
.pagination-wrapper .pg-pagination {
  display: inline-block;
  overflow: hidden;
  list-style-type: none;
  text-align: center;
}
.pagination-wrapper .pg-pagination li {
  float: left;
  margin-right: 10px;
}
@media (max-width: 767px) {
  .pagination-wrapper .pg-pagination li {
    margin-right: 5px;
  }
}
.pagination-wrapper .pg-pagination li:last-child {
  margin-right: 0;
}
.pagination-wrapper .pg-pagination li a {
  background-color: transparent;
  width: 50px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: calc-rem-value(16);
  font-weight: 600;
  color: #1C3F39;
  background: #f9f7f6;
  display: block;
}
@media (max-width: 991px) {
  .pagination-wrapper .pg-pagination li a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 15px;
    font-size: calc-rem-value(15);
  }
}
.pagination-wrapper .pg-pagination .active a,
.pagination-wrapper .pg-pagination li a:hover {
  background: #1C3F39;
  border-color: #1C3F39;
  color: #fff;
}
.pagination-wrapper .pg-pagination .fi:before {
  font-size: 15px;
  font-size: calc-rem-value(15);
}

.pagination-wrapper-left {
  text-align: left;
}

.pagination-wrapper-right {
  text-align: right;
}
@media screen and (min-width: 1200px) {
  .pagination-wrapper-right {
    padding-right: 50px;
  }
}
@media (max-width: 991px) {
  .pagination-wrapper-right {
    margin-top: 45px;
    text-align: left;
  }
}

/*--------------------------------------------------------------
02. header section
--------------------------------------------------------------*/
.cp-header-area .logo a {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}
@media (min-width: 991px) {
  .cp-header-area {
    padding: 0 65px;
  }
}
@media (max-width: 991px) {
  .cp-header-area {
    padding: 30px;
  }
}
@media (max-width: 575px) {
  .cp-header-area {
    padding: 15px 0;
  }
}
.cp-header-area .main-menu .row {
  width: 100%;
}
.cp-header-area ul.nav {
  list-style: none;
  justify-content: center;
}
.cp-header-area .main-menu > ul {
  display: flex;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .cp-header-area .main-menu #navbar li {
    position: relative;
  }
  .cp-header-area .main-menu ul li.has-submenu {
    position: relative;
  }
  .cp-header-area .main-menu ul > li > a {
    font-size: 16px;
    padding: 35px 20px;
    display: block;
    color: #fff;
    font-weight: 400;
    position: relative;
  }
  .cp-header-area .main-menu ul > li > a:hover,
  .cp-header-area .main-menu ul > li > a .active {
    color: #F1F45D;
  }
  .cp-header-area .main-menu ul > li > a:hover:before,
  .cp-header-area .main-menu ul > li > a.active:before {
    opacity: 1;
    visibility: visible;
  }
  .cp-header-area .main-menu ul .sub-menu {
    background-color: #fff;
    box-shadow: 0px 2px 20px 0px rgba(62, 65, 159, 0.09);
    width: 230px;
    position: absolute;
    padding: 20px 0;
    left: 0;
    top: 110%;
    z-index: 10;
    transform: scaleY(0);
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform-origin: center top 0;
    -webkit-transform-origin: center top 0;
    -moz-transform-origin: center top 0;
    -ms-transform-origin: center top 0;
    -o-transform-origin: center top 0;
    transition: all 0.3s ease-in-out 0s;
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    -ms-transition: all 0.3s ease-in-out 0s;
    -o-transition: all 0.3s ease-in-out 0s;
    visibility: hidden;
  }
  .cp-header-area .main-menu ul > li .sub-menu a {
    font-size: 16px;
    font-size: calc-rem-value(16);
    display: block;
    padding: 12px 20px;
    color: #1C3F39;
    position: relative;
    overflow: hidden;
  }
  .cp-header-area .main-menu ul > li .sub-menu a:hover,
  .cp-header-area .main-menu ul > li .sub-menu a .active {
    color: #1C3F39;
  }
  .cp-header-area .main-menu ul > li > .sub-menu .sub-menu {
    left: 110%;
    top: 0;
  }
  .cp-header-area .main-menu ul > li > .sub-menu > .menu-item-has-children > a {
    position: relative;
  }
  .cp-header-area .main-menu ul > li > .sub-menu > .menu-item-has-children > a:before {
    font-family: "themify";
    content: "\e649";
    font-size: 11px;
    font-size: 0.73333rem;
    position: absolute;
    right: 15px;
    top: 58%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .cp-header-area .main-menu ul > li:hover > .sub-menu {
    opacity: 1;
    top: 100%;
    transform: scaleY(100%);
    -webkit-transform: scaleY(100%);
    -moz-transform: scaleY(100%);
    -ms-transform: scaleY(100%);
    -o-transform: scaleY(100%);
    visibility: visible;
  }
  .cp-header-area .main-menu #navbar .sub-menu > li:hover > .sub-menu {
    left: 100%;
    visibility: visible;
    opacity: 1;
  }
}
.cp-header-area .cp-header-area-right > ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 991px) {
  .cp-header-area .main-menu .navigation {
    padding: 20px 0;
  }
}
@media (max-width: 1399px) {
  .cp-header-area .main-menu ul > li > a {
    padding: 35px 12px;
  }
}
@media (max-width: 1199px) {
  .cp-header-area .main-menu ul > li > a {
    padding: 35px 8px;
    font-size: 15px;
  }
}
.cp-header-area .cp-header-area-right .call-btn {
  border: 1px solid #E9D275;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 32px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  color: #fff;
  font-family: "Rajdhani";
  padding: 8px 30px;
  text-align: center;
  border-radius: 5px;
  position: relative;
}
.cp-header-area .cp-header-area-right .call-btn i {
  display: none;
}
@media (max-width: 1500px) {
  .cp-header-area .cp-header-area-right .call-btn {
    padding: 8px 20px;
    font-size: 14px;
  }
}
@media (max-width: 1199px) {
  .cp-header-area .cp-header-area-right .call-btn {
    padding: 5px 10px;
    font-size: 12px;
  }
}
@media (max-width: 991px) {
  .cp-header-area .cp-header-area-right .call-btn {
    width: 50px;
    margin-left: auto;
    margin-right: 80px;
  }
  .cp-header-area .cp-header-area-right .call-btn span {
    display: none;
  }
  .cp-header-area .cp-header-area-right .call-btn i {
    display: block;
  }
}
@media (max-width: 450px) {
  .cp-header-area .cp-header-area-right .call-btn {
    position: relative;
    right: 30px;
  }
}
.cp-header-area .cp-header-area-right .call-btn:before {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 0px;
  z-index: -1;
  content: "";
  border-radius: 5px;
  background: #F1F45D;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1) 0s;
}
.cp-header-area .cp-header-area-right .call-btn:hover, .cp-header-area .cp-header-area-right .call-btn:focus, .cp-header-area .cp-header-area-right .call-btn:active {
  color: #1C3F39;
}
.cp-header-area .cp-header-area-right .call-btn:hover:before, .cp-header-area .cp-header-area-right .call-btn:focus:before, .cp-header-area .cp-header-area-right .call-btn:active:before {
  left: 0%;
  right: auto;
  width: 100%;
}

.cp-header-style-1,
.cp-header-style-2 {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 99;
}

@media (max-width: 575px) {
  .cp-header-style-2 {
    padding: 25px 0;
  }
}
.cp-header-style-2 .mean-container a.meanmenu-reveal {
  margin-top: -65px;
}
@media (max-width: 767px) {
  .cp-header-style-2 .mean-container a.meanmenu-reveal {
    margin-top: -55px;
  }
}
@media (max-width: 450px) {
  .cp-header-style-2 .mean-container a.meanmenu-reveal {
    margin-top: -50px;
  }
}
.cp-header-style-2 .cp-header-area-right {
  text-align: right;
}
@media (max-width: 991px) {
  .cp-header-style-2 .cp-header-area-right {
    text-align: left;
  }
}
.cp-header-style-2 .cp-header-area-right .ch-btn-style-2 {
  margin-right: 0;
}
@media (max-width: 450px) {
  .cp-header-style-2 .cp-header-area-right .ch-btn-style-2 {
    display: none;
  }
}

.cp-header-style-3 .main-menu ul > li > a {
  color: #000;
}
.cp-header-style-3 .main-menu ul > li > a:hover {
  color: #A66EFF;
}

/*--------------------------------------------------------------
03. Hero Style
--------------------------------------------------------------*/
/*1.2.1 ch-main-hero */
.ch-main-hero,
.ch-main-hero-s2 {
  padding: 120px 70px;
  padding-bottom: 100px;
  background: #1C3F39;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.ch-main-hero::before,
.ch-main-hero-s2::before {
  position: absolute;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  content: "";
  background: url(../images/hero/left-line.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  z-index: -1;
}
@media (max-width: 991px) {
  .ch-main-hero,
  .ch-main-hero-s2 {
    padding: 100px 0;
  }
}
@media (max-width: 575px) {
  .ch-main-hero,
  .ch-main-hero-s2 {
    padding: 100px 0;
  }
}
.ch-main-hero .ch-main-hero-wrap,
.ch-main-hero-s2 .ch-main-hero-wrap {
  position: relative;
}
.ch-main-hero .ch-main-hero-text,
.ch-main-hero-s2 .ch-main-hero-text {
  position: relative;
  padding-top: 60px;
}
@media (max-width: 991px) {
  .ch-main-hero .ch-main-hero-text,
  .ch-main-hero-s2 .ch-main-hero-text {
    text-align: center;
    padding-top: 0;
  }
}
.ch-main-hero .ch-main-hero-text h2,
.ch-main-hero-s2 .ch-main-hero-text h2 {
  font-size: 151.76px;
  font-style: normal;
  font-weight: 700;
  line-height: 82%;
  color: #fff;
  margin-top: 20px;
  margin-bottom: 30px;
}
@media (max-width: 1500px) {
  .ch-main-hero .ch-main-hero-text h2,
  .ch-main-hero-s2 .ch-main-hero-text h2 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .ch-main-hero .ch-main-hero-text h2,
  .ch-main-hero-s2 .ch-main-hero-text h2 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .ch-main-hero .ch-main-hero-text h2,
  .ch-main-hero-s2 .ch-main-hero-text h2 {
    font-size: 44px;
    line-height: 44px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.ch-main-hero .ch-main-hero-text p,
.ch-main-hero-s2 .ch-main-hero-text p {
  max-width: 615px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  letter-spacing: 0.64px;
  color: #fff;
  display: flex;
  color: #fff;
}
@media (max-width: 991px) {
  .ch-main-hero .ch-main-hero-text p,
  .ch-main-hero-s2 .ch-main-hero-text p {
    margin: 0 auto;
  }
}
@media (max-width: 575px) {
  .ch-main-hero .ch-main-hero-text p,
  .ch-main-hero-s2 .ch-main-hero-text p {
    font-size: 14px;
  }
}
.ch-main-hero .ch-main-hero-text p i,
.ch-main-hero-s2 .ch-main-hero-text p i {
  width: 65px;
  margin-right: 10px;
}
.ch-main-hero .ch-main-hero-text p i img,
.ch-main-hero-s2 .ch-main-hero-text p i img {
  animation: circle 15s linear infinite;
}
.ch-main-hero .right-image,
.ch-main-hero-s2 .right-image {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .ch-main-hero .right-image,
  .ch-main-hero-s2 .right-image {
    max-width: 450px;
    margin: 0 auto;
    margin-top: 30px;
    justify-content: flex-start;
  }
}
@media (max-width: 575px) {
  .ch-main-hero .right-image,
  .ch-main-hero-s2 .right-image {
    justify-content: center;
  }
}
.ch-main-hero .right-image .right-image-mask,
.ch-main-hero-s2 .right-image .right-image-mask {
  max-width: 535px;
  margin-top: -230px;
}
@media (max-width: 1399px) {
  .ch-main-hero .right-image .right-image-mask,
  .ch-main-hero-s2 .right-image .right-image-mask {
    max-width: 450px;
    padding-top: 50px;
  }
}
@media (max-width: 1199px) {
  .ch-main-hero .right-image .right-image-mask,
  .ch-main-hero-s2 .right-image .right-image-mask {
    max-width: 380px;
    padding-top: 100px;
  }
}
@media (max-width: 991px) {
  .ch-main-hero .right-image .right-image-mask,
  .ch-main-hero-s2 .right-image .right-image-mask {
    margin-top: 0;
    padding-top: 30px;
  }
}
@media (max-width: 575px) {
  .ch-main-hero .right-image .right-image-mask,
  .ch-main-hero-s2 .right-image .right-image-mask {
    padding-top: 0;
  }
}
.ch-main-hero .right-image .right-image-mask img,
.ch-main-hero-s2 .right-image .right-image-mask img {
  width: 100%;
}
.ch-main-hero .hero-btn,
.ch-main-hero-s2 .hero-btn {
  margin-top: 40px;
}
.ch-main-hero .poligon-wrap,
.ch-main-hero-s2 .poligon-wrap {
  position: absolute;
  max-width: 198px;
  right: 0;
  bottom: 150px;
}
@media (max-width: 575px) {
  .ch-main-hero .poligon-wrap,
  .ch-main-hero-s2 .poligon-wrap {
    display: none;
  }
}
.ch-main-hero .poligon-wrap .poligon-text,
.ch-main-hero-s2 .poligon-wrap .poligon-text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin: 0 auto;
  justify-content: center;
  width: 130px;
  display: flex;
  align-items: center;
}
.ch-main-hero .poligon-wrap .poligon-text i,
.ch-main-hero-s2 .poligon-wrap .poligon-text i {
  margin-right: 10px;
  flex-basis: 50%;
  font-size: 45px;
}
.ch-main-hero .poligon-wrap .poligon-text .poligon-text-right,
.ch-main-hero-s2 .poligon-wrap .poligon-text .poligon-text-right {
  overflow: hidden;
}
.ch-main-hero .poligon-wrap .poligon-text .poligon-text-right h3,
.ch-main-hero-s2 .poligon-wrap .poligon-text .poligon-text-right h3 {
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%;
  text-transform: capitalize;
  margin-bottom: 0;
}
.ch-main-hero .poligon-wrap .poligon-text .poligon-text-right span,
.ch-main-hero-s2 .poligon-wrap .poligon-text .poligon-text-right span {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%;
}

@media (max-width: 991px) {
  .ch-main-hero-s2 {
    padding-top: 150px;
  }
}
@media (max-width: 450px) {
  .ch-main-hero-s2 {
    padding-top: 80px;
    padding-bottom: 70px;
  }
}
.ch-main-hero-s2:before {
  display: none;
}
.ch-main-hero-s2 .ch-main-hero-wrap .right-link {
  position: absolute;
  right: 0;
  top: 0;
  text-align: right;
}
@media (max-width: 991px) {
  .ch-main-hero-s2 .ch-main-hero-wrap .right-link {
    display: none;
  }
}
.ch-main-hero-s2 .ch-main-hero-wrap .right-link ul li {
  margin-bottom: 30px;
  max-width: 458px;
  margin-left: auto;
}
.ch-main-hero-s2 .ch-main-hero-wrap .right-link ul li a {
  font-size: 61.33px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  color: #fff;
  opacity: 0.1;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .ch-main-hero-s2 .ch-main-hero-wrap .right-link ul li a {
    font-size: 50px;
  }
}
.ch-main-hero-s2 .ch-main-hero-wrap .right-link ul li a:hover {
  opacity: 0.5;
  color: #F1F45D;
}
.ch-main-hero-s2 .ch-main-hero-text span.title-sub {
  font-family: "Rajdhani";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  color: #F1F45D;
}
.ch-main-hero-s2 .ch-main-hero-text h2 {
  font-size: 110px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1500px) {
  .ch-main-hero-s2 .ch-main-hero-text h2 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .ch-main-hero-s2 .ch-main-hero-text h2 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 575px) {
  .ch-main-hero-s2 .ch-main-hero-text h2 {
    font-size: 44px;
    line-height: 44px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.ch-main-hero-s2 .ch-main-hero-text p {
  max-width: 530px;
}
.ch-main-hero-s2 .ch-main-hero-text .hero-funfact {
  display: flex;
  max-width: 335px;
  margin-top: 30px;
}
@media (max-width: 991px) {
  .ch-main-hero-s2 .ch-main-hero-text .hero-funfact {
    margin: 0 auto;
    margin-top: 30px;
  }
}
.ch-main-hero-s2 .ch-main-hero-text .hero-funfact .funfact-item {
  flex-basis: 50%;
}
.ch-main-hero-s2 .ch-main-hero-text .hero-funfact .funfact-item h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  color: #fff;
}
@media (max-width: 991px) {
  .ch-main-hero-s2 .ch-main-hero-text .hero-funfact .funfact-item h3 {
    text-align: center;
  }
}
@media (max-width: 450px) {
  .ch-main-hero-s2 .ch-main-hero-text .hero-funfact .funfact-item h3 {
    font-size: 35px;
    line-height: 40px;
  }
}
@media (max-width: 991px) {
  .ch-main-hero-s2 .ch-main-hero-text .hero-funfact .funfact-item p {
    justify-content: center;
  }
}
.ch-main-hero-s2 .right-image {
  justify-content: flex-start;
  left: -40px;
}
@media (max-width: 1399px) {
  .ch-main-hero-s2 .right-image {
    max-width: 360px;
    left: -20px;
  }
}
@media (max-width: 1199px) {
  .ch-main-hero-s2 .right-image {
    max-width: 300px;
  }
}
@media (max-width: 575px) {
  .ch-main-hero-s2 .right-image {
    max-width: 250px;
    left: 0px;
  }
}
.ch-main-hero-s2 .right-image .right-image-mask {
  position: relative;
  margin-top: 0;
  z-index: 1;
  clip-path: polygon(0 0, 200% 0, 100% 50%, 16% 93%, 0 100%, 0% 50%);
}
.ch-main-hero-s2 .right-image .right-image-mask:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 680px;
  height: 680px;
  background: #E9D275;
  content: "";
  z-index: -1;
  clip-path: polygon(0 0, 0% 100%, 100% 50%);
}
.ch-main-hero-s2 .right-image .line {
  position: absolute;
  left: -60px;
  top: 40px;
}
@media (max-width: 575px) {
  .ch-main-hero-s2 .right-image .line {
    left: -25px;
    top: 40px;
  }
}
.ch-main-hero-s2 .right-image .rotate-text-wrap {
  position: absolute;
  right: 120px;
  bottom: 15px;
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 50%;
  z-index: 11;
  border: 2px solid rgba(255, 255, 255, 0.3);
}
@media (max-width: 1500px) {
  .ch-main-hero-s2 .right-image .rotate-text-wrap {
    right: 100px;
  }
}
@media (max-width: 1400px) {
  .ch-main-hero-s2 .right-image .rotate-text-wrap {
    right: 40px;
  }
}
@media (max-width: 575px) {
  .ch-main-hero-s2 .right-image .rotate-text-wrap {
    right: 0;
    bottom: 0;
  }
}
.ch-main-hero-s2 .right-image .rotate-text-wrap .rotate-text {
  position: relative;
  top: 0px;
  animation: circle 30s linear infinite;
  max-width: 200px;
}
.ch-main-hero-s2 .right-image .rotate-text-wrap .rotate-text svg path {
  fill: transparent;
}
.ch-main-hero-s2 .right-image .rotate-text-wrap .rotate-text text {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  font-family: "Rajdhani";
  letter-spacing: 15px;
}
.ch-main-hero-s2 .right-image .rotate-text-wrap .icon {
  position: absolute;
  left: 20%;
  top: 15px;
}
.ch-main-hero-s2 .right-image .rotate-text-wrap .icon i {
  display: inline-block;
  font-size: 50px;
  color: #F1F45D;
  width: 120px;
  height: 120px;
  line-height: 120px;
  text-align: center;
  border-radius: 50%;
}

.ch-main-hero-s3 {
  padding-top: 90px;
  position: relative;
}
.ch-main-hero-s3 .ch-main-hero-text span.title-sub {
  color: #fff;
  font-family: "Rajdhani";
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding-left: 90px;
  position: relative;
}
@media (max-width: 1399px) {
  .ch-main-hero-s3 .ch-main-hero-text span.title-sub {
    margin-bottom: 20px;
    display: block;
  }
}
@media (max-width: 575px) {
  .ch-main-hero-s3 .ch-main-hero-text span.title-sub {
    font-size: 18px;
  }
}
.ch-main-hero-s3 .ch-main-hero-text span.title-sub:before {
  position: absolute;
  left: 0;
  bottom: 7px;
  content: "";
  background: #fff;
  height: 1px;
  width: 70px;
}
.ch-main-hero-s3 .ch-main-hero-text h2 {
  font-size: 128px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 0px;
}
@media (max-width: 1500px) {
  .ch-main-hero-s3 .ch-main-hero-text h2 {
    font-size: 100px;
    line-height: 100px;
  }
}
@media (max-width: 1199px) {
  .ch-main-hero-s3 .ch-main-hero-text h2 {
    font-size: 70px;
    line-height: 70px;
  }
}
@media (max-width: 991px) {
  .ch-main-hero-s3 .ch-main-hero-text h2 {
    font-size: 55px;
    line-height: 60px;
  }
}
@media (max-width: 575px) {
  .ch-main-hero-s3 .ch-main-hero-text h2 {
    font-size: 35px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.ch-main-hero-s3 .ch-main-hero-text h2 small {
  display: inline-block;
  padding: 5px 50px;
  background: #FFA903;
  border-radius: 100px;
  line-height: 100%;
}
@media (max-width: 575px) {
  .ch-main-hero-s3 .ch-main-hero-text h2 small {
    padding: 2px 25px;
  }
}
.ch-main-hero-s3 .ch-main-hero-text h2 small i img {
  animation: circle 30s linear infinite;
}
.ch-main-hero-s3 .ch-main-hero-text .hero-img {
  margin-top: 60px;
  position: relative;
}
.ch-main-hero-s3 .ch-main-hero-text .hero-img img {
  border-radius: 30px;
}
@media (max-width: 575px) {
  .ch-main-hero-s3 .ch-main-hero-text .hero-img img {
    min-height: 180px;
    object-fit: cover;
  }
}
.ch-main-hero-s3 .ch-main-hero-text .hero-img .star2 {
  position: absolute;
  right: -95px;
  top: -50px;
}
.ch-main-hero-s3 .ch-main-hero-text .hero-img .star2 img {
  animation: zoom-in-zoom-out 5s ease infinite;
}
@media (max-width: 575px) {
  .ch-main-hero-s3 .ch-main-hero-text .hero-img .star2 img {
    min-height: 100%;
  }
}
.ch-main-hero-s3 .ch-main-hero-text .hero-img .hero-btn {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 10px;
  background: #131514;
  border-top-right-radius: 10px;
  padding-bottom: 0;
}
.ch-main-hero-s3 .rotate-star {
  position: absolute;
  right: 96px;
  top: 60px;
  z-index: -1;
}
.ch-main-hero-s3 .rotate-star img {
  animation: circle 30s linear infinite;
}
.ch-main-hero-s3 .line-shape {
  position: absolute;
  top: 20%;
  z-index: -1;
}
.ch-main-hero-s3 .dot-shape-1 {
  position: absolute;
  left: 0;
  top: 50px;
  z-index: -1;
}
@media (max-width: 991px) {
  .ch-main-hero-s3 .dot-shape-1 {
    display: none;
  }
}
.ch-main-hero-s3 .dot-shape-2 {
  position: absolute;
  left: 0;
  top: 40%;
  z-index: -1;
}
@media (max-width: 1199px) {
  .ch-main-hero-s3 .dot-shape-2 {
    top: 50%;
  }
}
@media (max-width: 991px) {
  .ch-main-hero-s3 .dot-shape-2 {
    display: none;
  }
}

.ch-main-hero-s4 {
  position: relative;
  padding-top: 115px;
}
@media (max-width: 1199px) {
  .ch-main-hero-s4 {
    padding-top: 50px;
  }
}
@media (max-width: 991px) {
  .ch-main-hero-s4 {
    padding-top: 20px;
  }
}
@media (max-width: 1199px) {
  .ch-main-hero-s4 .row {
    align-items: center;
  }
}
.ch-main-hero-s4 .ch-main-hero-text {
  padding-top: 40px;
}
@media (max-width: 991px) {
  .ch-main-hero-s4 .ch-main-hero-text {
    text-align: center;
  }
}
.ch-main-hero-s4 h2 {
  font-size: 70.815px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  color: #fff;
  margin-top: 0px;
  margin-bottom: 30px;
}
@media (max-width: 1500px) {
  .ch-main-hero-s4 h2 {
    font-size: 65px;
  }
}
@media (max-width: 1199px) {
  .ch-main-hero-s4 h2 {
    font-size: 50px;
  }
}
@media (max-width: 575px) {
  .ch-main-hero-s4 h2 {
    font-size: 35px;
    line-height: 40px;
    margin-top: 10px;
    margin-bottom: 20px;
  }
}
.ch-main-hero-s4 .right-image {
  position: relative;
  z-index: 1;
}
.ch-main-hero-s4 .right-image .back-bg {
  position: absolute;
  right: 30px;
  bottom: 0;
  z-index: -11;
  width: 614px;
}
@media (max-width: 1199px) {
  .ch-main-hero-s4 .right-image .back-bg {
    display: none;
  }
}
.ch-main-hero-s4 .right-image .right-image-mask {
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .ch-main-hero-s4 .right-image .right-image-mask {
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
  }
}
.ch-main-hero-s4 .right-image .right-image-mask::before {
  position: absolute;
  left: 45%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 80%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  border-radius: 10px;
  z-index: -1;
  max-width: 316px;
}
.ch-main-hero-s4 .right-image .right-image-mask::after {
  position: absolute;
  left: 45%;
  transform: translateX(-50%);
  bottom: 0;
  width: 100%;
  height: 85%;
  border: 1px solid rgba(255, 255, 255, 0.1);
  content: "";
  border-radius: 10px;
  z-index: -1;
  max-width: 260px;
}
.ch-main-hero-s4 .right-rating {
  background: #1A1A1C;
  padding: 20px;
  width: 278px;
}
@media (max-width: 1500px) {
  .ch-main-hero-s4 .right-rating {
    width: 230px;
  }
}
@media (max-width: 991px) {
  .ch-main-hero-s4 .right-rating {
    margin: 0 auto;
  }
}
.ch-main-hero-s4 .right-rating span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #ddd;
}
.ch-main-hero-s4 .right-rating h3 {
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 60px;
  text-transform: capitalize;
  color: #FFA903;
}
.ch-main-hero-s4 .right-rating h3 small {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #ddd;
}
.ch-main-hero-s4 .video-wrap {
  display: flex;
  align-items: center;
  margin-top: 220px;
  margin-left: 50px;
  justify-content: center;
  width: 100%;
}
@media (max-width: 1199px) {
  .ch-main-hero-s4 .video-wrap {
    margin-top: 120px;
    margin-left: 0px;
  }
}
@media (max-width: 767px) {
  .ch-main-hero-s4 .video-wrap {
    margin-top: 20px;
  }
}
.ch-main-hero-s4 .video-wrap .video-btn {
  position: relative;
  display: block;
  width: 78px;
  height: 78px;
  line-height: 78px;
  background: #131514;
  border: 1px solid #fff;
  border-radius: 50%;
  z-index: 1;
  margin-right: 10px;
}
.ch-main-hero-s4 .video-wrap .video-btn:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 15px solid #fff;
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.ch-main-hero-s4 .video-wrap span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #ddd;
}
.ch-main-hero-s4 .line-shape {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: -1;
}
.ch-main-hero-s4 .visible-text {
  text-align: center;
}
.ch-main-hero-s4 .visible-text h2 {
  font-size: 251px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  font-family: "Rubik", sans-serif;
  color: rgba(255, 255, 255, 0.02);
}
@media (max-width: 1399px) {
  .ch-main-hero-s4 .visible-text h2 {
    font-size: 200px;
  }
}
@media (max-width: 1199px) {
  .ch-main-hero-s4 .visible-text h2 {
    font-size: 170px;
  }
}
@media (max-width: 991px) {
  .ch-main-hero-s4 .visible-text h2 {
    font-size: 120px;
  }
}
@media (max-width: 767px) {
  .ch-main-hero-s4 .visible-text h2 {
    font-size: 100px;
  }
}
@media (max-width: 575px) {
  .ch-main-hero-s4 .visible-text h2 {
    font-size: 70px;
    margin-top: 20px;
  }
}
@media (max-width: 375px) {
  .ch-main-hero-s4 .visible-text h2 {
    font-size: 50px;
    margin-top: 30px;
  }
}

.ch-main-hero-s5 {
  background: linear-gradient(254deg, #FFC7F5 21.57%, #A66EFF 84.65%);
}
.ch-main-hero-s5 .ch-main-hero-wrap {
  padding: 100px;
}
@media (max-width: 1500px) {
  .ch-main-hero-s5 .ch-main-hero-wrap {
    padding: 100px 40px;
  }
}
@media (max-width: 991px) {
  .ch-main-hero-s5 .ch-main-hero-wrap {
    text-align: center;
    padding: 80px 0px;
  }
}
.ch-main-hero-s5 .ch-main-hero-wrap h2 {
  color: #000;
  font-size: 89px;
  font-style: normal;
  font-weight: 700;
  line-height: 110px;
  text-transform: uppercase;
}
@media (max-width: 1500px) {
  .ch-main-hero-s5 .ch-main-hero-wrap h2 {
    font-size: 80px;
    line-height: 90px;
  }
}
@media (max-width: 1399px) {
  .ch-main-hero-s5 .ch-main-hero-wrap h2 {
    font-size: 70px;
    line-height: 80px;
  }
}
@media (max-width: 1199px) {
  .ch-main-hero-s5 .ch-main-hero-wrap h2 {
    font-size: 60px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .ch-main-hero-s5 .ch-main-hero-wrap h2 {
    font-size: 40px;
    line-height: 60px;
  }
}
.ch-main-hero-s5 .ch-main-hero-wrap h2 span {
  display: block;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
}
.ch-main-hero-s5 .ch-main-hero-wrap .hero-img {
  position: relative;
  margin-top: 40px;
  padding-top: 10px;
}
@media (max-width: 991px) {
  .ch-main-hero-s5 .ch-main-hero-wrap .hero-img {
    margin-bottom: 40px;
  }
}
.ch-main-hero-s5 .ch-main-hero-wrap .hero-img img {
  max-width: 425px;
  border-radius: 100px 100px 100px 0px;
  width: 100%;
}
.ch-main-hero-s5 .ch-main-hero-wrap .hero-img .award {
  position: absolute;
  top: 0;
  left: 100px;
  max-width: 228px;
  background: #000;
  padding: 15px 0;
  z-index: 1;
}
@media (max-width: 991px) {
  .ch-main-hero-s5 .ch-main-hero-wrap .hero-img .award {
    left: 50%;
    transform: translateX(-50%);
  }
}
.ch-main-hero-s5 .ch-main-hero-wrap .hero-img .award p {
  color: #000;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  letter-spacing: 1.28px;
  text-transform: uppercase;
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .ch-main-hero-s5 .ch-main-hero-wrap .hero-img .award p {
    font-size: 14px;
  }
}
.ch-main-hero-s5 .ch-main-hero-wrap .hero-img .award:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #F1F45D;
  right: 5px;
  bottom: 5px;
  z-index: -1;
  transition: all 0.3s;
}
.ch-main-hero-s5 .ch-main-hero-wrap .hero-img .shape {
  position: absolute;
  right: 30px;
  top: 0;
}
@media (max-width: 1399px) {
  .ch-main-hero-s5 .ch-main-hero-wrap .hero-img .shape {
    display: none;
  }
}
.ch-main-hero-s5 .ch-main-hero-wrap .hero-img .shape img {
  border-radius: 0;
  animation: bounceLeftToRight 4s infinite;
}
.ch-main-hero-s5 .ch-main-hero-wrap .ch-main-right-wrap p {
  max-width: 455px;
  margin: 0 auto;
  margin-bottom: 70px;
}
.ch-main-hero-s5 .ch-main-hero-wrap .ch-main-right-wrap .ch-main-himg {
  border-radius: 183px 192.5px 174px 0px;
  border: 1px solid #000;
  position: relative;
  z-index: 1;
}
.ch-main-hero-s5 .ch-main-hero-wrap .ch-main-right-wrap .ch-main-himg:before {
  position: absolute;
  width: 100%;
  height: 100%;
  content: "";
  background: #000;
  right: -12px;
  bottom: -12px;
  z-index: -1;
  transition: all 0.3s;
  border-radius: 183px 192.5px 174px 0px;
}
.ch-main-hero-s5 .ch-main-hero-wrap .ch-main-right-wrap .ch-main-himg img {
  border-radius: 183px 192.5px 174px 0px;
}
.ch-main-hero-s5 .ch-main-hero-wrap .ch-main-right-wrap .ch-main-himg .shape {
  position: absolute;
  right: 0;
  top: -50px;
}
.ch-main-hero-s5 .ch-main-hero-wrap .ch-main-right-wrap .ch-main-himg .shape img {
  animation: zoom-in-zoom-out 5s ease infinite;
}
@media (max-width: 575px) {
  .ch-main-hero-s5 .ch-main-hero-wrap .ch-main-right-wrap .ch-main-himg .shape img {
    max-width: 60%;
  }
}

/*--------------------------------------------------------------
04. footer Style
--------------------------------------------------------------*/
.footer-section {
  background: #fff;
  position: relative;
  font-size: 15px;
  overflow: hidden;
  z-index: 1;
}
.footer-section .footer-right-img {
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: -1;
}
@media (max-width: 1600px) {
  .footer-section .footer-right-img {
    display: none;
  }
}
.footer-section ul {
  list-style: none;
}
.footer-section p {
  color: #5C5C5C;
  margin-top: 30px;
}
.footer-section li {
  color: #5C5C5C;
}
.footer-section .container {
  position: relative;
}
.footer-section .upper-footer {
  padding: 80px 0;
}
@media (max-width: 991px) {
  .footer-section .upper-footer {
    padding: 80px 0 0px;
  }
}
@media (max-width: 767px) {
  .footer-section .upper-footer {
    padding: 60px 0 30px;
  }
}
@media (max-width: 991px) {
  .footer-section .upper-footer .col {
    min-height: 235px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .footer-section .upper-footer .col {
    min-height: auto;
  }
}
.footer-section .widget-title {
  margin-bottom: 30px;
}
@media (max-width: 767px) {
  .footer-section .widget-title {
    margin-bottom: 20px;
  }
}
.footer-section .widget-title h3 {
  color: #1C3F39;
  margin: 0;
  position: relative;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.footer-section .about-widget .logo {
  max-width: 180px;
  margin-bottom: 30px;
}
.footer-section .about-widget .widget-title {
  margin-bottom: 0;
}
.footer-section .about-widget p {
  margin-bottom: 0.8em;
  line-height: 1.9em;
}
.footer-section .about-widget p:last-child {
  margin-bottom: 0;
}
.footer-section .link-widget {
  overflow: hidden;
  padding-left: 50px;
}
@media (max-width: 1199px) {
  .footer-section .link-widget {
    padding-left: 0;
  }
}
.footer-section .link-widget ul li {
  position: relative;
}
.footer-section .link-widget ul li a {
  color: #5C5C5C;
  font-size: 16px;
  line-height: 30px;
  display: block;
  position: relative;
  padding-left: 30px;
  text-transform: capitalize;
}
.footer-section .link-widget ul li a::after {
  position: absolute;
  left: 0;
  top: 0;
  content: "\e649";
  font-family: "themify";
  font-size: 14px;
}
.footer-section .link-widget ul li a:hover {
  color: #1C3F39;
}
.footer-section .link-widget ul li + li {
  margin-top: 5px;
}
.footer-section .social-widget {
  padding-left: 30px;
}
@media (max-width: 1199px) {
  .footer-section .social-widget {
    padding-left: 0;
  }
}
.footer-section .social-widget ul {
  display: flex;
}
.footer-section .social-widget ul li a {
  color: #1C3F39;
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
}
.footer-section .social-widget ul li a:hover {
  background: #1C3F39;
  color: #fff;
}
.footer-section .social-widget ul li + li {
  margin-left: 10px;
}
.footer-section .contact-ft {
  margin-top: 20px;
}
.footer-section .contact-ft ul li {
  padding-bottom: 20px;
  position: relative;
  padding-left: 35px;
  color: #1C3F39;
  font-size: 16px;
}
.footer-section .contact-ft ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.footer-section .contact-ft ul li .fi:before {
  font-size: 20px;
  margin-right: 15px;
}
.footer-section .subscribe .form-field {
  position: relative;
}
.footer-section .subscribe .form-field input {
  width: 100%;
  height: 60px;
  border-radius: 5px;
  border: 1px solid #E3E3E3;
  padding: 15px;
  padding-right: 70px;
  background: none;
  color: #fff;
}
.footer-section .subscribe .form-field input:focus {
  outline: none;
  border-color: #1C3F39;
}
.footer-section .subscribe .form-field button {
  position: absolute;
  right: 10px;
  top: 10px;
  height: 40px;
  width: 40px;
  background: none;
  border: 0;
  color: #1C3F39;
  background: #E3E3E3;
  border-radius: 5px;
}
.footer-section .instagram ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -3px;
}
.footer-section .instagram ul li {
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  margin-bottom: 5px;
  padding: 0px 3px;
}
.footer-section .instagram ul li img {
  width: 100%;
  border-radius: 5px;
}
.footer-section .instagram ul li a {
  position: relative;
  display: block;
}
.footer-section .instagram ul li a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "\e73d";
  border-radius: 5px;
  background: rgba(38, 38, 38, 0.6);
  font-family: "themify";
  color: #fff;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
}
.footer-section .instagram ul li a:hover:before {
  opacity: 1;
  visibility: visible;
}
.footer-section .lower-footer {
  text-align: center;
  position: relative;
}
.footer-section .lower-footer .row {
  padding: 20px 0px;
  border-top: 1px solid #E3E3E3;
}
@media (max-width: 991px) {
  .footer-section .lower-footer .row {
    padding: 20px 0px;
  }
}
.footer-section .lower-footer .lower-footer-link {
  display: flex;
  justify-content: flex-end;
}
@media (max-width: 991px) {
  .footer-section .lower-footer .lower-footer-link {
    justify-content: center;
    flex-wrap: wrap;
  }
}
.footer-section .lower-footer .lower-footer-link li a {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #5C5C5C;
}
.footer-section .lower-footer .lower-footer-link li a:hover {
  color: #1C3F39;
}
.footer-section .lower-footer .lower-footer-link li + li {
  padding-left: 20px;
}
.footer-section .lower-footer .copy-right {
  text-align: left;
}
@media (max-width: 991px) {
  .footer-section .lower-footer .copy-right {
    text-align: center;
    margin-top: 10px;
  }
}
.footer-section .lower-footer .copyright {
  display: inline-block;
  font-size: 14px;
  margin: 0;
}
.footer-section .lower-footer .copyright a {
  color: #1C3F39;
  text-decoration: none;
}
@media (max-width: 991px) {
  .footer-section .lower-footer .copyright {
    float: none;
    display: block;
  }
}
.footer-section.style-2 {
  background: #FBF3F2;
}

.sticky-header {
  width: 100%;
  position: fixed;
  left: 0;
  top: -200px;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: all 0.7s;
  -moz-transition: all 0.7s;
  -o-transition: all 0.7s;
  -ms-transition: all 0.7s;
  transition: all 0.7s;
}

.sticky-on {
  opacity: 1;
  top: 0;
}

/*--------------------------------------------------------------
05. Home-style-1
--------------------------------------------------------------*/
/* 3.3 wpo-about-section */
.wpo-about-section {
  padding: 80px 0 120px;
}
@media (max-width: 767px) {
  .wpo-about-section {
    padding: 60px 0 90px;
  }
}
.wpo-about-section .about-wrap {
  max-width: 1456px;
  margin: 0 auto;
}
.wpo-about-section .about-content {
  max-width: 401px;
}
@media (max-width: 991px) {
  .wpo-about-section .about-content {
    max-width: 560px;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 50px;
  }
}
.wpo-about-section .about-content p::first-letter {
  color: #CAC3B4;
  font-size: 50px;
  font-style: normal;
  font-weight: 400;
}
.wpo-about-section .about-content .about-info {
  margin-bottom: 20px;
  margin-top: 30px;
}
.wpo-about-section .about-content .about-info h4 {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 50px;
  margin-bottom: 0;
}
.wpo-about-section .about-content .about-info span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
}
.wpo-about-section .about-img {
  border-radius: 350px;
  position: relative;
  text-align: right;
  padding: 20px;
  margin-left: auto;
  z-index: 1;
  border-radius: 370px;
  border: 1px solid #BBB7AF;
}
@media (max-width: 991px) {
  .wpo-about-section .about-img {
    margin: 0 auto;
    max-width: 600px;
    margin-bottom: 50px;
  }
}
.wpo-about-section .about-img img {
  border-radius: 350px;
  width: 100%;
}
.wpo-about-section .about-img .rotate-text {
  position: absolute;
  left: 0;
  bottom: 0;
  background: #FCFDFA;
  width: 200px;
  height: 200px;
  line-height: 200px;
  border-radius: 50%;
}
.wpo-about-section .about-img .rotate-text .circular-text {
  position: relative;
  animation: circle 30s linear infinite;
}
.wpo-about-section .about-img .rotate-text .circular-text text {
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  color: #000;
  text-transform: uppercase;
  letter-spacing: 7px;
}
.wpo-about-section .about-img .rotate-text .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.wpo-about-section .about-img .rotate-text .icon i {
  font-size: 40px;
  color: #fff;
  display: block;
  width: 120px;
  height: 120px;
  background: #0f2622;
  text-align: center;
  line-height: 120px;
  border-radius: 50%;
}
.wpo-about-section .wpo-service-area {
  padding-left: 60px;
}
@media (max-width: 1399px) {
  .wpo-about-section .wpo-service-area {
    padding-left: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-about-section .wpo-service-area {
    padding-left: 0px;
  }
}
@media (max-width: 991px) {
  .wpo-about-section .wpo-service-area {
    margin: 0 auto;
    max-width: 600px;
  }
}

/* 3.4 wpo-service-area */
.wpo-service-area .wpo-service-item,
.wpo-service-area-s2 .wpo-service-item {
  padding: 20px 30px;
  border-radius: 10px;
  border: 1px solid #A8A8A8;
  background: #FFF;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
@media (max-width: 1399px) {
  .wpo-service-area .wpo-service-item,
  .wpo-service-area-s2 .wpo-service-item {
    padding: 20px;
  }
}
@media (max-width: 1199px) {
  .wpo-service-area .wpo-service-item,
  .wpo-service-area-s2 .wpo-service-item {
    padding: 20px 10px;
  }
}
.wpo-service-area .wpo-service-item .icon i,
.wpo-service-area-s2 .wpo-service-item .icon i {
  display: block;
  width: 80px;
  height: 80px;
  background: #f0f9f7;
  text-align: center;
  line-height: 80px;
  border-radius: 50%;
  margin-right: 20px;
}
.wpo-service-area .wpo-service-item .wpo-service-text h3,
.wpo-service-area-s2 .wpo-service-item .wpo-service-text h3 {
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 0px;
}
@media (max-width: 575px) {
  .wpo-service-area .wpo-service-item .wpo-service-text h3,
  .wpo-service-area-s2 .wpo-service-item .wpo-service-text h3 {
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}
.wpo-service-area .wpo-service-item .wpo-service-text h3 a,
.wpo-service-area-s2 .wpo-service-item .wpo-service-text h3 a {
  color: #000;
}
.wpo-service-area .wpo-service-item .wpo-service-text p,
.wpo-service-area-s2 .wpo-service-item .wpo-service-text p {
  margin-bottom: 0;
}
@media (max-width: 575px) {
  .wpo-service-area .wpo-service-item .wpo-service-text p,
  .wpo-service-area-s2 .wpo-service-item .wpo-service-text p {
    font-size: 15px;
  }
}

/* 2.2 animate-marque-sec */
.animate-marque-sec {
  background: #fafafa;
  position: relative;
  z-index: -1;
  padding: 50px 0 30px;
}
.animate-marque-sec:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
}
.animate-marque-sec .animate-marque {
  position: relative;
  left: -10%;
  width: 120%;
  z-index: -1;
}
.animate-marque-sec .animate-marque .track {
  animation: marquee 200s linear infinite;
}
@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.animate-marque-sec .animate-marque h1 {
  font-size: 150px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 30px;
  text-transform: uppercase;
  line-height: 120px;
  white-space: nowrap;
  will-change: transform;
  animation: marquee 20s linear infinite;
  margin-bottom: 0;
  color: #1C3F39;
}
@media (max-width: 991px) {
  .animate-marque-sec .animate-marque h1 {
    font-size: 50px;
    line-height: 80px;
  }
}
@media (max-width: 575px) {
  .animate-marque-sec .animate-marque h1 {
    font-size: 30px;
    animation: marquee 10s linear infinite;
  }
}
@media (max-width: 575px) {
  .animate-marque-sec .animate-marque h1 img {
    max-width: 40px;
  }
}

/* 3.5 project-section */
.project-section {
  position: relative;
  z-index: 1;
}
.project-section .project-img {
  border-radius: 10px;
}
.project-section .project-img .simpleParallax {
  border-radius: 10px;
}
.project-section .project-img img {
  border-radius: 10px;
}
.project-section .project-text {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.project-section .project-text h2 a {
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  color: #000;
}
.project-section .project-text h2 a:hover {
  color: #1C3F39;
}
.project-section .project-text span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 29px;
  color: #1C3F39;
}
.project-section .project-text .arrow-btn a {
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #1C3F39;
  text-align: center;
  border-radius: 5px;
  transition: all 0.3s;
}
.project-section .project-text .arrow-btn a:hover {
  transform: rotate(90deg);
}
.project-section .project-text .arrow-btn a i {
  font-size: 20px;
  color: #fff;
  line-height: unset;
  position: relative;
  left: -3px;
}
.project-section .project-text .arrow-btn a:hover {
  background: #1C3F39;
}
.project-section .portfolio-filters {
  max-width: 856px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  margin: 0 auto;
  margin-bottom: 60px;
}
.project-section .portfolio-filters ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.project-section .portfolio-filters ul li {
  margin: 10px;
}
.project-section .portfolio-filters ul li a {
  padding: 10px 20px;
  background: #1C3F39;
  display: block;
  border-radius: 10px;
  background: transparent;
  color: #1C3F39;
}
.project-section .portfolio-filters ul li a.current {
  background: #1C3F39;
  color: #fff;
}
.project-section .project-btn {
  text-align: center;
  margin-top: 30px;
}
.project-section .left-arrow {
  position: absolute;
  left: 50px;
  bottom: 50px;
}
.project-section .left-arrow img {
  animation: bounceLeftToRight 4s infinite;
}
@media (max-width: 991px) {
  .project-section .left-arrow img {
    max-width: 180px;
  }
}
@media (max-width: 767px) {
  .project-section .left-arrow img {
    display: none;
  }
}

/*===================================
 06. team-area
 ====================================*/
.team-area {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .team-area {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .team-area {
    padding-bottom: 50px;
  }
}
.team-area .team-item {
  padding: 30px;
  padding-top: 0;
  position: relative;
  z-index: 1;
  margin-bottom: 30px;
}
.team-area .team-item:before {
  position: absolute;
  left: 0;
  bottom: 0;
  height: 80%;
  width: 100%;
  content: "";
  background: #FBF3F2;
  z-index: -1;
  border-radius: 5px;
}
.team-area .team-item .team-img {
  overflow: hidden;
}
.team-area .team-item .team-img img {
  transform: scale(1);
  transition: all 0.6s;
  width: 100%;
}
.team-area .team-item:hover .team-img img {
  transform: scale(1.2);
}
.team-area .team-item .team-text {
  text-align: center;
  padding-top: 25px;
}
.team-area .team-item .team-text h3 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
}
.team-area .team-item .team-text h3 a {
  color: #1C3F39;
}

/*===================================
 06. funfact-area
 ====================================*/
.funfact-area {
  background: #1C3F39;
  position: relative;
  z-index: 1;
}
.funfact-area:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: url(../images/page-title.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.funfact-area .info {
  background: #012620;
  border: 0;
  border-radius: 5px;
  text-align: center;
  padding: 25px 0 10px;
}
@media (max-width: 991px) {
  .funfact-area .info {
    text-align: center;
    padding: 30px 10px 20px;
  }
}
@media (max-width: 575px) {
  .funfact-area .info {
    padding: 10px 10px 0px;
    border: 0;
  }
}
.funfact-area .info p {
  color: #fff;
  margin-bottom: 5px;
}
.funfact-area .info h3 {
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke: 1px #fff;
  font-size: 68px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%;
  margin-bottom: 0;
}
@media (max-width: 1199px) {
  .funfact-area .info h3 {
    font-size: 50px;
  }
}
.funfact-area .info h3 span {
  font-family: "Rajdhani";
}
.funfact-area .col:last-child .info {
  border: 0;
}
@media (max-width: 991px) {
  .funfact-area .col:nth-child(2) .info {
    border: 0;
  }
}

/*===================================
 06. about-event-area
 ====================================*/
.about-event-area .event-wrap {
  background: #1C3F39;
  padding: 80px 30px;
  position: relative;
  z-index: 1;
  margin-bottom: -200px;
}
@media (max-width: 575px) {
  .about-event-area .event-wrap {
    padding: 50px 15px;
  }
}
.about-event-area .event-wrap:before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  content: "";
  z-index: -1;
  background: url(../images/event-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  opacity: 0.3;
}
.about-event-area .event-wrap .ch-top-title {
  text-align: center;
  margin-bottom: 0;
}
.about-event-area .event-wrap .ch-top-title h2 {
  margin-bottom: 30px;
}
.about-event-area .event-wrap .ch-top-title h2 small {
  -webkit-text-stroke: 1px #fff;
}
.about-event-area .event-wrap .ch-top-title .ch-btn-style-1 {
  border-color: #E3E3E3;
}

/*===================================
 06. video-area
 ====================================*/
.video-area .video-img {
  position: relative;
}
.video-area .video-img .video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: block;
  width: 124px;
  height: 124px;
  line-height: 124px;
  background: #1C3F39;
  border-radius: 50%;
  z-index: 1;
}
.video-area .video-img .video-btn:before {
  content: "";
  width: 0px;
  height: 0px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 25px solid #fff;
  position: absolute;
  left: 52%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .video-area .video-img img {
    min-height: 350px;
    object-fit: cover;
  }
}

/*==============================
 11. company-area
 ===============================*/
.company-area {
  background: #DCE8E4;
  padding-top: 327px;
}
@media (max-width: 991px) {
  .company-area {
    padding-top: 300px;
  }
}
@media (max-width: 575px) {
  .company-area {
    padding-top: 260px;
  }
}
.company-area .company-wrap .ch-top-title-s3 {
  max-width: 520px;
}
@media (max-width: 991px) {
  .company-area .company-wrap .ch-top-title-s3 {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}
.company-area .company-wrap .ch-top-title-s3 p {
  font-size: 16px;
  margin-bottom: 30px;
}
.company-area .company-wrap .ch-top-title-s3 .ch-btn-style-2 {
  background-color: #1C3F39;
  color: #fff;
  border-color: #1C3F39;
}
.company-area .company-wrap .ch-top-title-s3 .ch-btn-style-2:hover {
  background: none;
  color: #1C3F39;
}
.company-area .company-wrap .comapny-item {
  background: #fff;
  padding: 30px 30px;
  border-radius: 5px;
  position: relative;
  display: block;
  margin-bottom: 30px;
  z-index: 1;
}
.company-area .company-wrap .comapny-item::before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #1C3F39;
  z-index: -1;
  border-radius: 5px;
  transform: scale(0.9);
  transition: all 0.3s;
  opacity: 0;
}
@media (max-width: 991px) {
  .company-area .company-wrap .comapny-item:last-child {
    margin-bottom: 0;
  }
}
.company-area .company-wrap .comapny-item .comapny-item-info {
  padding-right: 60px;
}
.company-area .company-wrap .comapny-item .comapny-item-info h4 {
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 27px;
  transition: all 0.3s;
}
.company-area .company-wrap .comapny-item .comapny-item-info span {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px;
  color: #1C3F39;
  transition: all 0.3s;
}
.company-area .company-wrap .comapny-item small {
  position: absolute;
  right: 40px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  color: #1C3F39;
  transition: all 0.6s;
  width: 20px;
  height: 20px;
  transition: all 0.3s;
}
.company-area .company-wrap .comapny-item:hover small {
  transform: rotate(-40deg);
  margin-top: -10px;
}
.company-area .company-wrap .comapny-item:hover::before {
  transform: scale(1);
  opacity: 1;
}
.company-area .company-wrap .comapny-item:hover .comapny-item-info {
  padding-right: 60px;
}
.company-area .company-wrap .comapny-item:hover .comapny-item-info h4 {
  color: #fff;
}
.company-area .company-wrap .comapny-item:hover .comapny-item-info span {
  color: #fff;
}
.company-area .company-wrap .comapny-item:hover small {
  color: #fff;
}

/*=================================
 14. ch-blog-area 
 ==================================*/
.ch-blog-area,
.ch-blog-area-s2 {
  padding-bottom: 90px;
}
@media (max-width: 991px) {
  .ch-blog-area,
  .ch-blog-area-s2 {
    padding-bottom: 60px;
  }
}
@media (max-width: 767px) {
  .ch-blog-area,
  .ch-blog-area-s2 {
    padding-bottom: 50px;
  }
}
.ch-blog-area .blog-items .blog-item,
.ch-blog-area-s2 .blog-items .blog-item {
  display: flex;
  border-radius: 5px;
  background: #fff;
  padding: 40px 30px;
  align-items: center;
  margin-bottom: 30px;
  border: 1px solid #E3E3E3;
  margin-left: 40px;
  padding-left: 0;
}
@media (max-width: 1199px) {
  .ch-blog-area .blog-items .blog-item,
  .ch-blog-area-s2 .blog-items .blog-item {
    padding: 20px;
  }
}
@media (max-width: 575px) {
  .ch-blog-area .blog-items .blog-item,
  .ch-blog-area-s2 .blog-items .blog-item {
    display: block;
    text-align: center;
    margin-left: 0;
  }
}
.ch-blog-area .blog-items .blog-item .blog-img-left,
.ch-blog-area-s2 .blog-items .blog-item .blog-img-left {
  flex-basis: 45%;
  margin-left: -40px;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .ch-blog-area .blog-items .blog-item .blog-img-left,
  .ch-blog-area-s2 .blog-items .blog-item .blog-img-left {
    flex-basis: 50%;
  }
}
@media (max-width: 575px) {
  .ch-blog-area .blog-items .blog-item .blog-img-left,
  .ch-blog-area-s2 .blog-items .blog-item .blog-img-left {
    margin: 0;
  }
}
.ch-blog-area .blog-items .blog-item .blog-img-left .blog-img,
.ch-blog-area-s2 .blog-items .blog-item .blog-img-left .blog-img {
  overflow: hidden;
  margin-bottom: 30px;
}
.ch-blog-area .blog-items .blog-item .blog-img-left img,
.ch-blog-area-s2 .blog-items .blog-item .blog-img-left img {
  width: 100%;
  transform: scale(1);
  transition: all 0.6s;
}
@media (max-width: 575px) {
  .ch-blog-area .blog-items .blog-item .blog-img-left img,
  .ch-blog-area-s2 .blog-items .blog-item .blog-img-left img {
    width: 100%;
  }
}
.ch-blog-area .blog-items .blog-item:hover .blog-img-left img,
.ch-blog-area-s2 .blog-items .blog-item:hover .blog-img-left img {
  transform: scale(1.2);
}
.ch-blog-area .blog-items .blog-item .blog-content,
.ch-blog-area-s2 .blog-items .blog-item .blog-content {
  padding-left: 25px;
  flex-basis: 65%;
}
@media (max-width: 575px) {
  .ch-blog-area .blog-items .blog-item .blog-content,
  .ch-blog-area-s2 .blog-items .blog-item .blog-content {
    padding-left: 0;
    margin-top: 20px;
  }
}
.ch-blog-area .blog-items .blog-item .blog-content ul,
.ch-blog-area-s2 .blog-items .blog-item .blog-content ul {
  display: flex;
  align-items: center;
}
@media (max-width: 575px) {
  .ch-blog-area .blog-items .blog-item .blog-content ul,
  .ch-blog-area-s2 .blog-items .blog-item .blog-content ul {
    justify-content: center;
  }
}
.ch-blog-area .blog-items .blog-item .blog-content ul li,
.ch-blog-area-s2 .blog-items .blog-item .blog-content ul li {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.ch-blog-area .blog-items .blog-item .blog-content ul li + li,
.ch-blog-area-s2 .blog-items .blog-item .blog-content ul li + li {
  margin-left: 20px;
}
.ch-blog-area .blog-items .blog-item .blog-content ul li strong,
.ch-blog-area-s2 .blog-items .blog-item .blog-content ul li strong {
  color: #1C3F39;
  font-family: "Rajdhani";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 28px;
}
.ch-blog-area .blog-items .blog-item .blog-content h2,
.ch-blog-area-s2 .blog-items .blog-item .blog-content h2 {
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  margin-top: 15px;
  margin-bottom: 15px;
}
@media (max-width: 1399px) {
  .ch-blog-area .blog-items .blog-item .blog-content h2,
  .ch-blog-area-s2 .blog-items .blog-item .blog-content h2 {
    font-size: 25px;
  }
}
@media (max-width: 1199px) {
  .ch-blog-area .blog-items .blog-item .blog-content h2,
  .ch-blog-area-s2 .blog-items .blog-item .blog-content h2 {
    font-size: 22px;
    line-height: 30px;
  }
}
@media (max-width: 575px) {
  .ch-blog-area .blog-items .blog-item .blog-content h2,
  .ch-blog-area-s2 .blog-items .blog-item .blog-content h2 {
    margin-top: 10px;
  }
}
.ch-blog-area .blog-items .blog-item .blog-content h2 a,
.ch-blog-area-s2 .blog-items .blog-item .blog-content h2 a {
  color: #1C3F39;
}
.ch-blog-area .blog-items .blog-item .blog-content h2 a:hover,
.ch-blog-area-s2 .blog-items .blog-item .blog-content h2 a:hover {
  color: #1C3F39;
}

.ch-blog-area-s2 {
  position: relative;
  z-index: 1;
}
.ch-blog-area-s2 .left-shape {
  position: absolute;
  left: -30px;
  bottom: 20%;
  opacity: 0.5;
}
@media (max-width: 1199px) {
  .ch-blog-area-s2 .left-shape {
    max-width: 200px;
  }
}
.ch-blog-area-s2 .left-shape img {
  animation: bounceLeftToRight 4s infinite;
}
.ch-blog-area-s2 .blog-items .blog-item {
  display: block;
  margin-left: 0;
  padding: 10px;
}
.ch-blog-area-s2 .blog-items .blog-item .blog-img-left {
  margin-left: 0;
  padding-left: 0px;
}
.ch-blog-area-s2 .blog-items .blog-item .blog-img-left img {
  border-radius: 5px;
}
.ch-blog-area-s2 .blog-items .blog-item .blog-content {
  padding-bottom: 10px;
}

/*--------------------------------------------------------------
23. Service Page
--------------------------------------------------------------*/
.contact-pg-section {
  padding-bottom: 0px;
}
.contact-pg-section .contact-title {
  max-width: 440px;
}
@media (max-width: 991px) {
  .contact-pg-section .contact-title {
    margin: 0 auto;
  }
}
.contact-pg-section .form-field {
  margin-bottom: 30px;
}
.contact-pg-section form input,
.contact-pg-section form select,
.contact-pg-section form textarea {
  background: transparent;
  width: 100%;
  height: 50px;
  border: 1px solid transparent;
  border-radius: 5px;
  box-shadow: none !important;
  padding-left: 25px;
  border: 1px solid #ebebeb;
}
@media (max-width: 991px) {
  .contact-pg-section form input,
  .contact-pg-section form select,
  .contact-pg-section form textarea {
    height: 45px;
  }
}
.contact-pg-section form input:focus,
.contact-pg-section form select:focus,
.contact-pg-section form textarea:focus {
  border-color: #F1F45D;
  background: transparent;
}
.contact-pg-section form textarea {
  height: 180px;
  padding-top: 15px;
}
.contact-pg-section form {
  margin: 0 -15px;
  overflow: hidden;
}
.contact-pg-section form ::-webkit-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.contact-pg-section form :-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.contact-pg-section form ::-moz-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.contact-pg-section form :-ms-input-placeholder {
  font-style: 15px;
  font-style: normal;
  color: #9d9c9c;
}
.contact-pg-section form select {
  display: inline-block;
  color: #a9a9a9;
  cursor: pointer;
  opacity: 1;
  padding: 6px 25px;
  font-size: 15px;
  font-size: calc-rem-value(15);
  -webkit-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  -moz-appearance: none;
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
  position: relative;
}
.contact-pg-section form select:focus {
  background: transparent url(../images/select-icon2.png) no-repeat calc(100% - 15px) center;
}
.contact-pg-section form .submit-area {
  width: 100%;
  margin-bottom: 10px;
  margin-left: 0;
}
@media (max-width: 767px) {
  .contact-pg-section form .submit-area {
    margin-bottom: 0;
  }
}
.contact-pg-section form .submit-area .theme-btn {
  border-radius: 0px;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
}
.contact-pg-section form .submit-area .theme-btn:after {
  border-radius: 0px;
}
.contact-pg-section form > div {
  margin: 0 15px 25px;
}
@media (max-width: 600px) {
  .contact-pg-section form > div {
    width: calc(100% - 25px);
    float: none;
  }
}
.contact-pg-section form .fullwidth {
  width: calc(100% - 25px);
  float: none;
  clear: both;
}
.contact-pg-section .office-info {
  padding-bottom: 100px;
}
@media (max-width: 767px) {
  .contact-pg-section .office-info {
    padding-bottom: 60px;
  }
}
@media (max-width: 1200px) {
  .contact-pg-section .office-info .col .office-info-item {
    margin-bottom: 30px;
  }
}
@media (max-width: 1200px) {
  .contact-pg-section .office-info .col:last-child .office-info-item {
    margin-bottom: 0px;
  }
}
.contact-pg-section .office-info .office-info-item {
  text-align: center;
  border: 1px solid #e4ebf2;
  padding: 40px;
  border-radius: 5px;
}
.contact-pg-section .office-info .office-info-item .office-info-icon {
  width: 85px;
  height: 85px;
  background: #1C3F39;
  line-height: 85px;
  text-align: center;
  margin: 0 auto;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -o-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.contact-pg-section .office-info .office-info-item .office-info-icon .icon i {
  font-size: 30px;
  color: #F1F45D;
}
.contact-pg-section .office-info .office-info-item .office-info-text h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 20px 0;
}
.contact-pg-section .office-info .office-info-item .office-info-text p {
  margin-bottom: 0;
  max-width: 250px;
  margin: 0 auto;
}/*# sourceMappingURL=style.css.map */