@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,500;1,400&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap);
/*font-awesome*/
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'gidoleregular';
  src: url("../fonts/gidole-regular-webfont.eot");
  src: url("../fonts/gidole-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/gidole-regular-webfont.woff2") format("woff2"), url("../fonts/gidole-regular-webfont.woff") format("woff"), url("../fonts/gidole-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Helvetica';
  src: url("../fonts/Helvetica-Bold.eot");
  src: url("../fonts/Helvetica-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Helvetica-Bold.woff2") format("woff2"), url("../fonts/Helvetica-Bold.woff") format("woff"), url("../fonts/Helvetica-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

/***hdr fix ****/
@-webkit-keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}
@keyframes slide-down {
  0% {
    opacity: 0;
    transform: translateY(-100%);
    -moz-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
  }
  100% {
    opacity: 0.9;
    transform: translateY(0);
    -moz-transform: translateY(0);
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
  }
}

body {
  overflow-x: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
  font-family: "Gilroy";
  font-weight: 400;
  color: #6e6e6e;
  font-size: 20px;
  line-height: 1.5;
}

html {
  overflow-x: hidden;
}

b {
  font-weight: 700;
}

strong {
  font-weight: 700;
}

p {
  margin: 0 0 15px 0;
  color: #111720;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8em;
}

h1 {
  margin: 0;
  padding: 0;
  color: #0e0a38;
  margin-bottom: 20px;
}

h1:last-child {
  margin-bottom: 0;
}

h2 {
  margin: 0;
  padding: 0;
  color: #0e0a38;
  margin-bottom: 20px;
}

h2:last-child {
  margin-bottom: 0;
}

h3 {
  margin: 0;
  padding: 0;
  color: #0e0a38;
  margin-bottom: 20px;
}

h3:last-child {
  margin-bottom: 0;
}

h4 {
  margin: 0;
  padding: 0;
  color: #0e0a38;
  margin-bottom: 20px;
}

h4:last-child {
  margin-bottom: 0;
}

h5 {
  margin: 0;
  padding: 0;
  color: #0e0a38;
  margin-bottom: 20px;
}

h5:last-child {
  margin-bottom: 0;
}

h6 {
  margin: 0;
  padding: 0;
  color: #0e0a38;
  margin-bottom: 20px;
}

h6:last-child {
  margin-bottom: 0;
}

a {
  margin: 0;
  padding: 0;
  text-decoration: none !important;
  outline: none !important;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #000000;
}

img {
  max-width: 100%;
}

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

ol {
  padding: 0;
}

dl {
  padding: 0;
}

input[type="submit"] {
  cursor: pointer;
  letter-spacing: normal;
  border-width: 1px;
}

input[type="submit"]:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ef136b), color-stop(#d91f69), color-stop(#c22666), color-stop(#ad2a62), to(#972d5c));
  background-image: linear-gradient(to right, #ef136b, #d91f69, #c22666, #ad2a62, #972d5c);
  color: #fff;
}

.btn {
  line-height: 1;
  color: #15b2e3;
  background: #fff;
  font-weight: 600;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  outline: none !important;
  font-size: 20px;
  font-weight: 600;
}

::-webkit-input-placeholder {
  opacity: 1;
  color: #4e4e4e;
}

:-ms-input-placeholder {
  opacity: 1;
  color: #4e4e4e;
}

::-moz-placeholder {
  opacity: 1;
  color: #4e4e4e;
}

:-moz-placeholder {
  opacity: 1;
  color: #fff;
}

.labeltxt {
  font-weight: 300;
  margin-bottom: 10px;
}

.navbar-brand {
  padding: 0;
  margin: 0;
  display: inline-block;
  margin-bottom: -100px;
  z-index: 2;
}

.hdr_sec {
  padding: 24px 0;
  background: #fff;
  position: relative;
  z-index: 9999;
}

.navbar {
  background: none;
  margin: 0;
  padding: 0;
  min-height: inherit;
  height: inherit;
  border: none;
  border-radius: 0;
}

.navbar-nav {
  padding-left: 0px;
}

.navbar-nav li {
  position: relative;
  list-style: none;
}

.navbar-nav > li {
  position: relative;
  line-height: 1;
  margin-left: 26px;
}

.navbar-nav > li:last-child {
  margin-right: 0;
}

.navbar-nav > li:first-child {
  margin-left: 0;
}

.navbar-nav > li > a {
  color: #fff;
  line-height: 1;
  position: relative;
  padding: 0px;
  font-size: 15px;
  color: #0e0a38;
  font-weight: 400;
  padding: 0;
  font-family: "Gilroy";
  position: relative;
}

.navbar-nav > li > a::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#ef136b), color-stop(#d91f69), color-stop(#c76089), color-stop(#e8cdd8), to(#e8cdd8));
  background-image: linear-gradient(to right, #ef136b, #d91f69, #c76089, #e8cdd8, #e8cdd8);
  background-size: auto;
  width: 0%;
  height: 2px;
  background-size: 100% 100%;
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  opacity: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.navbar-nav > li > a:hover {
  color: #ef136b;
  background: #fff;
  border-radius: 5px;
}

.navbar-nav > li > a:hover::after {
  opacity: 1;
  width: 100%;
}

.navbar-nav > li > a.active {
  color: #2f3744;
  background: #fff;
  border-radius: 5px;
}

.navbar-nav > li.dropdown:hover .sub-menu {
  display: block;
}

.dropdown-toggle::after {
  display: block;
  margin-left: 0.6em;
  content: "";
  background: url(../images/arr4-rs2.png);
  width: 8px;
  height: 5px;
  background-size: 100% 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  border: 0;
  right: -14px;
  top: 6px;
}

li.dropdown:hover ul.dropdown-menu {
  display: block;
}

.ul_style > ul {
  padding-left: 0;
  list-style: none;
  margin-bottom: 0;
}

.ul_style > ul li {
  margin: 0;
}

.info-btn {
  margin-left: 26px;
}

.info-btn ul {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
}

.info-btn ul li {
  margin-right: 7px;
}

.info-btn ul li a .fa {
  margin-right: 10px;
  color: #fff;
  font-weight: 500;
}

.scl-ic {
  margin: 0;
  padding: 0;
}

.scl-ic li a i {
  font-size: 16px;
  margin-right: 4px;
}

.info-btn-otr {
  margin-bottom: 23px;
}

.cmn-btn {
  padding: 11px 20px;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  line-height: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 15px;
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background: #0687ca;
  border: 1px solid #0687ca;
  margin-right: 10px;
}

.cmn-btn .fa {
  color: #ef136b;
  margin-right: 11px;
  font-size: 20px;
  margin-top: -2px;
}

.cmn-btn:hover {
  -webkit-transition: 0.6s;
  transition: 0.6s;
  color: #ef136b;
}

a.cmn-btn.bn-bl-btn {
  background: transparent;
  border-color: #fff;
}

.banner {
  position: relative;
}

.banner h1 {
  font-size: 58px;
  line-height: 1.2em;
  margin-bottom: 8px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 5px;
}

.banner h3 {
  font-size: 38px;
  margin-bottom: 5px;
  padding: 10px;
  background: #5e003f;
  font-weight: 500;
  color: #fff;
  display: inline-block;
  background-image: -webkit-gradient(linear, left top, right top, from(#5e003f), color-stop(#4c0440), color-stop(#38083f), color-stop(#38083f), to(#0e0836));
  background-image: linear-gradient(to right, #5e003f, #4c0440, #38083f, #38083f, #0e0836);
}

.banner p {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  margin: 0;
}

.banner .cmn-btn {
  margin-top: 20px;
}

.banner .cmn-btn .fa {
  margin-top: -2px;
  right: 30px;
  position: absolute;
}

.banner img {
  display: block;
  width: 100%;
}

.ban-outr {
  position: relative;
}

.bann-innr {
  position: absolute;
  top: 0;
  padding: 110px 0 0;
  left: 0;
  right: 0;
  margin: auto;
}

.bnr_content h1 {
  color: #fff;
}

.bnr_content p {
  color: #fff;
  line-height: 1.6;
}

.cmn_hdr.wht h2 {
  color: #fff;
}

.cmn_hdr.wht p {
  color: #fff;
}

.cmn_hdr.wht h5 {
  color: #fff;
}

.hdr.text-center p {
  margin-left: auto;
  margin-right: auto;
}

.cmn-btn.bd-btn {
  background: transparent;
  border: 1px solid #15b2e3;
  padding: 12px 30px;
  margin: 15px 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.cmn-btn.bd-btn span {
  display: inline-block;
  font-size: 16px;
  color: #15b2e3;
  font-weight: 500;
  text-transform: uppercase;
  font-family: "Inter";
}

.btn_top {
  margin-top: 60px;
}

.container {
  max-width: 1120px;
}

.container-sm {
  max-width: 1120px;
}

.container-md {
  max-width: 1120px;
}

.container-lg {
  max-width: 1120px;
}

.container-xl {
  max-width: 1120px;
}

.hdr_fix {
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
  transition: all 0.5s;
  -ms-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  background: #fff;
  animation: slide-down 0.7s;
  -ms-animation: slide-down 0.7s;
  -webkit-animation: slide-down 0.7s;
  -webkit-box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 20px rgba(0, 0, 0, 0.2);
  padding: 17px 0;
}

.hdr_sec.hdr_fix a img {
  max-width: 100%;
}

.hdr_sec.hdr_fix .navbar-brand {
  padding: 0;
  display: inline-block;
  z-index: 2;
}

input:active {
  border: 1px solid #fff;
}

input:focus {
  border: 1px solid #fff;
}

.sub-menu {
  background: #f06826;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 10px;
  width: 200px;
  padding: 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-top: 5px;
  animation: sld-down 1.5s;
  -ms-animation: sld-down 1.5s;
  -webkit-animation: sld-down 1.5s;
  padding: 15px;
}

.sub-menu::after {
  background: transparent;
  background-size: 100% 100%;
  top: -5px;
  left: 0;
  height: 22px;
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
}

.sub-menu > li {
  width: 100%;
  display: block;
}

.sub-menu > li > a {
  color: #ffffff;
  display: block;
  width: 100%;
  padding: 13px 15px;
  line-height: 1.2;
  font-size: 15px;
  font-weight: 400;
  border-left: 3px solid transparent;
  border-radius: 15px;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  -ms-border-radius: 15px;
  -o-border-radius: 15px;
  padding-right: 16px;
}

.sub-menu > li > a:hover {
  border-color: transparent;
  background: #4b4a50;
  color: #fff;
}

.sub-menu > li:hover > a {
  border-color: transparent;
  background: #4b4a50;
  color: #fff;
}

.contact-form form {
  position: relative;
  width: 84%;
}

button:focus {
  border: 0;
  -webkit-box-shadow: 0;
          box-shadow: 0;
  outline: 0;
}

.cmn-btn.rd-btn {
  background: transparent;
}

.cmn-btn.rd-btn span {
  color: #a20e1f;
}

.rd-btn.cmn-btn:hover {
  background: #a20e1f;
}

.rd-btn.cmn-btn:hover span {
  color: #fff;
}

.rd-btn.cmn-btn img {
  margin-right: 6px;
}

footer .my-form-sec p {
  width: 70%;
}

.submit-innr .submit-btn {
  background: #f06826;
  height: 56px;
  border: 0;
  border-radius: 5px;
  text-align: center;
  color: #fff;
  font-size: 17px;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid #fff;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  width: 100%;
  line-height: 1;
}

.ev-outr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ev-outr-otr {
  padding: 27px 30px;
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.nwz-sc .hdr.text-center p {
  width: 85%;
}

a.read__more {
  color: #ff8d12;
  font-size: 16px;
  font-weight: 700;
  background: #2f3744;
  border-radius: 4px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  font-family: "Open Sans", sans-serif;
  width: 160px;
  margin: auto;
}

.btn.cmn-btn.wht-btn {
  background: #fff;
  border: 2px solid #fff;
  color: #3e3f43;
}

.btn.cmn-btn.wht-btn:hover {
  background: #3e3f43;
  border: 2px solid #3e3f43;
  color: #ffffff;
}

.partnres__sec {
  padding: 320px 0 50px;
}

.footer {
  padding: 260px 0 0;
  text-align: center;
}

.footer h4 {
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 35px;
}

.footer p {
  font-size: 13px;
  color: rgba(255, 255, 255, 0.5);
  font-weight: 400;
}

.footer ul li a {
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  font-weight: 500;
}

.footer ul li a:hover {
  color: #ef136b;
}

.footer ul li a .fa {
  width: 28px;
  height: 28px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 100%;
  margin-right: 10px;
  color: #fff;
  background-image: -webkit-gradient(linear, left top, right top, from(#765619), color-stop(#8e6a27), color-stop(#a77f34), color-stop(#c09542), to(#daab51));
  background-image: linear-gradient(to right, #765619, #8e6a27, #a77f34, #c09542, #daab51);
}

.footer ul.divsty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 34px 0;
}

.footer ul.divsty li {
  margin-left: 25px;
}

.footer ul.divsty2 li a {
  text-transform: none;
}

.footer-menu ul li a:hover {
  color: #f06826;
}

.ftr-dwn-in {
  border-top: 1px solid #232526;
  padding: 20px 0;
  margin-top: 32px;
}

ul.scl-ic li {
  margin-right: 22px;
}

ul.scl-ic li:last-child {
  margin-right: 0;
}

.copy-right p {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
}

.copy-right p a {
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5em;
  text-align: left;
}

.copy-right p a:hover {
  color: #f06826;
  text-decoration: underline !important;
}

.copy-right p img {
  width: 26%;
  display: block;
  margin-bottom: 6px;
}

.banner.inr-bnr h1 {
  margin: 0 0 30px;
}

.btn.cmn-btn.safron_clr:hover {
  background: #f06826;
  border: 2px solid #f06826;
  color: #ffffff;
}

.banner-slider-otr {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.read__more .fa {
  margin-left: 7px;
}

.vous_pic_sml {
  position: absolute;
  top: -15px;
  left: 0px;
}

.rewrd-sec {
  height: 100%;
}

.banner.in-bnr h1 {
  -webkit-animation: inherit;
          animation: inherit;
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #fff;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
  padding-left: 15px;
  padding: 6px 15px;
}

.dropdown-menu {
  min-width: 12rem;
  background: #2f3744;
  top: 15px;
  font-size: 14px;
}

.dropdown-menu::after {
  left: -1px;
  right: 0;
  margin: auto;
  height: 20px;
  width: 12rem;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  position: absolute;
  content: "";
  background-color: #2f3744;
  top: 2px;
  border-radius: 5px 5px 0px 0;
  z-index: -1;
}

.dropdown-menu li a {
  color: #fff;
}

.dropdown-menu li a:hover {
  color: #fff;
  text-decoration: underline;
}

.bg-otr {
  margin-bottom: 35px;
}

.mng_pic_inn {
  height: 100%;
  border-radius: 16px;
}

.prtner-sc-otr {
  margin-top: 45px;
}

.img-area img {
  position: relative;
  position: relative;
}

.big-container {
  max-width: 1100px;
}

section.cnt_us {
  padding: 50px 0;
  background: #fdf6ec;
}

.my-form {
  padding: 50px;
  border: 0;
  border-radius: 0;
  background: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  height: 100%;
}

.my-form .form-control {
  height: 52px;
  background: #fff;
  border-radius: 7px;
  color: rgba(13, 19, 27, 0.5);
  padding-left: 20px;
  border: 2px solid #e9e9ea;
}

.my-form .form-control::-webkit-input-placeholder {
  opacity: 1;
  color: rgba(13, 19, 27, 0.5);
  font-size: 15px;
}

.my-form .form-control:-ms-input-placeholder {
  opacity: 1;
  color: rgba(13, 19, 27, 0.5);
  font-size: 15px;
}

.my-form .form-control::-ms-input-placeholder {
  opacity: 1;
  color: rgba(13, 19, 27, 0.5);
  font-size: 15px;
}

.my-form .form-control::placeholder {
  opacity: 1;
  color: rgba(13, 19, 27, 0.5);
  font-size: 15px;
}

.my-form textarea.form-control {
  height: 120px;
  height: 120px;
}

.my-form label {
  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}

.my-form select {
  height: 35px;
  background: #231f20;
  border-radius: 10px;
  padding-left: 20px;
  border: 1px solid #e5cba5;
  background: #231f20 url(../images/d-arw.png);
  background-size: 14px;
  background-position: 95% center;
  background-repeat: no-repeat;
  display: block;
  text-transform: uppercase;
  width: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #aa905f;
}

.frm-sbmt {
  background: #fff;
  border: 0;
  padding: 12px 43px;
  line-height: 1;
  color: #0e0a38;
  font-size: 18px;
  border-radius: 4px;
  margin-top: 20px;
  cursor: pointer;
  margin: auto;
  text-align: center;
  margin-top: 0;
  -webkit-mask-composite: xor;
  width: 246px;
  font-weight: 600;
  height: 50px;
}

.submt-btn {
  display: inline-block;
  background: -webkit-gradient(linear, left top, right top, from(#e10051), to(#ddbcca));
  background: linear-gradient(to right, #e10051, #ddbcca);
  padding: 2px;
  border-radius: 5px;
  width: 250px;
  height: 54px;
}

.cnt-menu {
  margin-top: 25px;
}

.cnt-menu ul li {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.cnt-menu ul li address, .cnt-menu ul li a {
  color: #343434;
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.cnt-menu ul li div.ul-icon {
  width: 40px;
  margin-right: 25px;
}

.cnt-menu ul li label {
  display: block;
  margin-bottom: 2px;
  color: #0e0a38;
  font-size: 20px;
  font-weight: 600;
}

.labl-fr p {
  margin-right: 10px;
}

section.nbs-area.my-bndlz .content-area h3 span {
  font-size: 40px;
}

.cmn_hdr h2 {
  font-size: 44px;
  font-weight: 600;
  color: #0e0a38;
  line-height: 1.2em;
}

.cmn_hdr h5 {
  font-size: 30px;
  font-weight: 600;
  color: #86023e;
  line-height: 1;
  margin-bottom: 12px;
}

section.offr-sec {
  padding: 90px 0;
  position: relative;
}

section.offr-sec::before {
  background: url(../images/bdimg.png);
  width: 326px;
  height: 224px;
  background-size: 100% 100%;
  right: 0;
  bottom: 0px;
  content: '';
  position: absolute;
}

.offr-pic {
  position: relative;
  z-index: 1;
}

.offr-pic img {
  width: 100%;
}

.offr-pic::after {
  background: #cbab6e;
  top: auto;
  left: auto;
  height: 295px;
  width: 138px;
  content: "";
  position: absolute;
  bottom: 0;
  left: -68px;
  background: url(../images/df-af1.png);
  background-size: 100% 100%;
}

.offr-pic::before {
  background: #cbab6e;
  top: -28px;
  left: auto;
  height: 244px;
  width: 129px;
  content: "";
  position: absolute;
  right: -31px;
  background: url(../images/df-af2.png);
  z-index: 2;
  background-size: 100% 100%;
}

.offr-pic:hover img {
  -webkit-filter: contrast(140%);
          filter: contrast(140%);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.offr-pic.ofpc2 {
  margin-top: -20px;
}

.offr-pic.ofpc2::after {
  background: #000;
  top: -15px;
  left: 15px;
  height: 122px;
  width: 100%;
  content: "";
  position: absolute;
  z-index: -1;
}

.offr-sec.my-offer .offr-pic.ofpc2 {
  margin-top: 0;
}

.offr-sec.my-offer .offr-pic.ofpc2::after {
  background: #3f3c3c;
}

.offr-sec.my-offer .offr-pic {
  margin-left: 0;
  margin-right: 28px;
  z-index: 1;
  margin-top: 55px;
}

section.offr-sec.my-offer {
  background: #231f1f;
}

.offer-ul ul li {
  font-size: 15px;
  color: #fff;
  margin-bottom: 20px;
  position: relative;
  text-transform: uppercase;
  padding-left: 50px;
}

.offer-ul ul li::after {
  background: url(../images/ar-cr.png);
  top: -5px;
  left: 0;
  height: 33px;
  width: 33px;
  content: "";
  position: absolute;
  background-size: 100% 100%;
}

.offr-sec.off-blk {
  background: #231f1f;
}

section.up-sec {
  padding: 100px 0;
}

.up-pic {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}

.up-pic img {
  width: auto;
}

.up-txt {
  position: absolute;
  background: rgba(229, 203, 165, 0.8);
  height: 100%;
  width: 100%;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  opacity: 0;
}

.up-outr {
  width: 85%;
  margin: auto;
}

a.video-control.popup-youtube {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

a.video-control.popup-youtube img {
  width: auto;
}

a.cmn-btn {
  background: transparent;
  padding: 13px 30px;
  line-height: 1;
  border-radius: 5px;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-weight: 400;
  position: relative;
  border: 0;
}

a.cmn-btn.wp-btn {
  background: #fff;
  padding: 13px 30px;
  line-height: 1;
  border-radius: 5px;
  margin: 0 5px;
  font-size: 16px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #fff;
  font-weight: 400;
}

.cmn_btn::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 8px;
  padding: 1px;
  background: -webkit-gradient(linear, left top, right top, from(#E84AFA), to(#52ECFB));
  background: linear-gradient(to right, #E84AFA, #52ECFB);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

section.button-sec {
  background: #000;
  padding: 20px 0;
  text-align: center;
}

.cmn-btn.read_more::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 30px;
  padding: 2px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ef136b), color-stop(#d91f69), color-stop(#c22666), color-stop(#ad2a62), to(#972d5c));
  background-image: linear-gradient(to right, #ef136b, #d91f69, #c22666, #ad2a62, #972d5c);
  -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.item-slider-ibn {
  width: 70%;
  margin: auto;
}

.box {
  text-align: center;
  margin: auto;
}

.box img {
  margin: 25px auto;
}

.box .image-ts img {
  margin: 0;
}

section.offr-sec.no-aft .offr-pic::after {
  display: none;
}

section.frm-blw {
  padding: 70px 0;
  margin-bottom: -267px;
  position: relative;
  z-index: 1;
}

section.up-sec.media-sc {
  padding: 30px 0 70px;
}

button.slick-prev.slick-arrow {
  position: absolute;
  left: -100px;
  top: 30%;
  background: transparent;
  border: 0;
}

button.slick-next.slick-arrow {
  position: absolute;
  left: -100px;
  top: 30%;
  background: transparent;
  border: 0;
  right: -100px;
  left: auto;
}

.lwr-ft {
  background: #1c191a;
  padding: 20px 0;
}

header a.cmn-btn {
  margin: 0 0 0 26px;
}

.banner-sqr {
  position: relative;
}

.banner-sqr::after {
  background: url(../images/bnaft1.png);
  width: 132px;
  height: 230px;
  background-size: 100% 100%;
  left: -66px;
  top: -58px;
  content: '';
  position: absolute;
}

.banner-sqr::before {
  background: url(../images/bnaf2.png);
  width: 98px;
  height: 134px;
  background-size: 100% 100%;
  right: -63px;
  top: -60px;
  content: '';
  position: absolute;
}

.banner-sqr span {
  position: absolute;
  bottom: -80px;
  right: -99px;
}

header a.cmn-btn {
  color: #000;
}

.banner {
  padding: 100px 0;
}

section.buil-sec {
  padding: 70px 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#a10345), color-stop(#990343), color-stop(#910240), color-stop(#8a023e), to(#82023b));
  background-image: linear-gradient(to right, #a10345, #990343, #910240, #8a023e, #82023b);
}

.buil-sec p {
  color: #fff;
}

.buil-sec .cmn_hdr h2 {
  font-size: 40px;
}

.offr-pic img {
  width: 100%;
}

.offr-innr {
  padding-left: 45px;
}

section.offr-sec.fr_emply {
  background: url(../images/fr-bk.jpg);
  position: relative;
  background-size: cover;
  background-attachment: fixed;
}

section.buil-sec.build-wht {
  background: #fff;
}

section.buil-sec.build-wht p {
  color: #000;
}

section.cntr_sec {
  padding: 80px 0;
  background: #f6f6f6;
}

.counter-list {
  padding: 40px 5px;
  text-align: center;
  border: 1px solid #e9dde3;
  border-radius: 12px;
}

.counter-list:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ef136b), color-stop(#d91f69), color-stop(#c22666), color-stop(#ad2a62), to(#972d5c));
  background-image: linear-gradient(to right, #ef136b, #d91f69, #c22666, #ad2a62, #972d5c);
  -webkit-transition: 0.6s;
  transition: 0.6s;
}

.counter-list:hover h2 {
  color: #fff;
}

.counter-list:hover h2 span {
  color: #fff;
}

.counter-list h2 {
  font-weight: 600;
  font-size: 60px;
  color: #ff0067;
}

.counter-list h2 span {
  font-size: 20px;
  display: block;
  color: #0e0a38;
  font-weight: 500;
}

.offr-sec.fr_emply .offr-innr {
  padding-left: 0;
  padding-right: 50px;
}

.buil-sec.build-wht .cmn-btn.read_more, .cmn-btn.read_more.load-morez {
  color: #000;
}

.buil-sec.build-wht .cmn-btn.read_more::after, .cmn-btn.read_more.load-morez::after {
  background-image: -webkit-gradient(linear, left top, right top, from(#ef136b), color-stop(#d91f69), color-stop(#d91f69), color-stop(#e8cdd8), to(#e8cdd8));
  background-image: linear-gradient(to right, #ef136b, #d91f69, #d91f69, #e8cdd8, #e8cdd8);
}

section.offr-sec.lvl-sec::before {
  display: none;
}

.cn-pic img {
  width: 100%;
}

.frm-blw .col-md-4, .frm-blw .col-md-8 {
  padding: 0;
}

.share_on_socials {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  background: transparent;
  margin-top: -14px;
  position: absolute;
  background: #0e0a38;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 13%;
  bottom: -17px;
  padding-top: 12px;
}

.share_on_socials a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 15px;
  border-radius: 30px;
  height: 36px;
  width: 36px;
  margin-right: 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ef136b), color-stop(#d91f69), color-stop(#c22666), color-stop(#ad2a62), to(#972d5c));
  background-image: linear-gradient(to right, #ef136b, #d91f69, #c22666, #ad2a62, #972d5c);
}

.share_on_socials a:last-child {
  margin-right: 0px;
}

.shr_on {
  border-top: 1px solid #302c54;
  position: relative;
  margin-bottom: 33px;
}

.cn-pic {
  height: 100%;
}

.cn-pic img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.share_on_socials a:hover {
  -webkit-transform: rotate(360deg) scale(1.1);
          transform: rotate(360deg) scale(1.1);
}

section.cnfrmsec-blw {
  padding: 90px 0 20px;
}

.cnfrmsec-blw .cmn_hdr p {
  color: #86023e;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.5em;
}

.frm-blw .row {
  margin-right: 0;
  margin-left: 0;
}

.frm-blw form .row {
  margin-right: -15px;
  margin-left: -15px;
}

.grad-frm.frm-blw .frm-outr {
  overflow: hidden;
  position: relative;
  padding: 30px;
}

.grad-frm.frm-blw .frm-outr-grad {
  padding: 40px;
  border-radius: 15px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ef136b), color-stop(#d91f69), color-stop(#c22666), color-stop(#ad2a62), to(#972d5c));
  background-image: linear-gradient(to right, #ef136b, #d91f69, #c22666, #ad2a62, #972d5c);
  height: 66.2%;
  position: absolute;
  width: 100%;
  top: 0px;
  left: 0px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.frm-outr-innrgd {
  border-radius: 15px;
  overflow: hidden;
}

.grad-frm.frm-blw .my-form {
  padding: 50px 50px;
}

.banner.inr-bnrz {
  padding: 150px 0;
}

.banner.inr-bnrz .banner-cta-in {
  margin-top: 0;
}

.my-form {
  position: relative;
  z-index: 1;
}

.mycn-aft {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}

section.explores-blw {
  padding: 80px 0 0;
}

.buil-sec.build-wht .cmn-btn.read_more:hover {
  color: #ef136b;
}

.explore-otr {
  padding: 40px 25px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  background: #fff;
}

.explore-otr:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#ef136b), color-stop(#d91f69), color-stop(#c22666), color-stop(#ad2a62), to(#972d5c));
  background-image: linear-gradient(to right, #ef136b, #d91f69, #c22666, #ad2a62, #972d5c);
}

.explore-otr:hover .eximg-txt h5, .explore-otr:hover .eximg-txt span {
  color: #fff;
}

.explore-otr:hover .exp-flex h3, .explore-otr:hover .exp-flex em, .explore-otr:hover .exp-flex p {
  color: #fff;
}

.explore-otr:hover .apply-pp h5, .explore-otr:hover .apply-pp h5 span {
  color: #fff;
}

.explore-otr:hover .apply-otz a.read_more.btn.cmn-btn.app-btn {
  background: #fff;
  color: #000;
}

.eximg-txt {
  line-height: 1;
  margin-left: 10px;
}

.eximg-txt h5 {
  color: #0e0a38;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

.eximg-txt span {
  font-size: 14px;
  color: #86868c;
  font-weight: 500;
}

.exp-flex {
  margin-top: 20px;
}

.exp-flex h3 {
  color: #0e0a38;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.exp-flex em {
  color: #86868c;
  margin-bottom: 0;
  font-size: 17px;
  font-weight: 500;
  line-height: 1;
  font-style: normal;
  margin: 8px 0 15px;
  display: block;
}

.exp-flex p {
  font-size: 17px;
  line-height: 1.6em;
}

.apply-pp h5 {
  color: #908f9b;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}

.apply-pp h5 span {
  color: #f30057;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 600;
  line-height: 1;
}

a.read_more.btn.cmn-btn.app-btn {
  background: #fde5ee;
  border-radius: 30px;
  font-size: 16px;
  color: #f30057;
  font-weight: 600;
  margin: 0;
}

.cmn-btn.read_more.app-btn::after {
  display: none;
}

.explores-blw .col-md-4 {
  margin-bottom: 35px;
}

.expbw {
  display: none;
}

.banner.inr-bnrz.abt-bnrz h3 {
  padding: 8px 40px;
  background-image: -webkit-gradient(linear, left top, right top, from(#0e0836), color-stop(#5e003f), color-stop(#4c0440), color-stop(#38083f), color-stop(#38083f), to(#0e0836));
  background-image: linear-gradient(to right, #0e0836, #5e003f, #4c0440, #38083f, #38083f, #0e0836);
}

.banner.inr-bnrz.abt-bnrz p {
  font-size: 18px;
}

.expbw {
  margin-bottom: 30px;
}

.item_slide {
  padding: 44px 0px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  text-align: center;
  margin-top: 5px;
  position: relative;
  margin-bottom: 5px;
}

.item-slider .slick-slide {
  padding: 0 12px;
}

.item-slider .item-slider .slick-list {
  margin: 0 -12px;
}

.item-cmma-after {
  background: #fff;
  background-size: auto;
  width: 150px;
  height: 180px;
  /* background-size: 100% 100%; */
  /* position: absolute; */
  left: 0;
  bottom: 0;
  -webkit-transition: 0.6s;
  transition: 0.6s;
  z-index: -1;
  border: 10px solid #fff;
  -webkit-clip-path: polygon(51% 0, 100% 25%, 100% 73%, 50% 100%, 0 73%, 0 25%);
  /* clip-path: polygon(51% 0, 100% 25%, 100% 73%, 50% 100%, 0 73%, 0 25%); */
  right: 0;
  margin: auto;
}

.item_slide_red {
  position: absolute;
  background-image: -webkit-gradient(linear, left top, right top, from(#ef136b), color-stop(#d91f69), color-stop(#c22666), color-stop(#ad2a62), to(#972d5c));
  background-image: linear-gradient(to right, #ef136b, #d91f69, #c22666, #ad2a62, #972d5c);
  /* padding: 20px 10px; */
  width: 100%;
  height: 48%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: skew(0, 2);
          transform: skew(0, 2);
  -webkit-clip-path: polygon(100% 0, 100% 30%, 50% 52%, 0 30%, 0 0);
          clip-path: polygon(100% 0, 100% 30%, 50% 52%, 0 30%, 0 0);
}

.item-cmma, .item-cmma-in {
  -webkit-clip-path: polygon(51% 0, 100% 25%, 100% 73%, 50% 100%, 0 73%, 0 25%);
          clip-path: polygon(51% 0, 100% 25%, 100% 73%, 50% 100%, 0 73%, 0 25%);
  width: 128px;
  height: 160px;
  margin: auto;
  position: relative;
}

.item-cmma img, .item-cmma-in img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-cmma-in {
  -webkit-filter: drop-shadow(22px 16px 22px rgba(100, 100, 0, 0.8));
  filter: drop-shadow(1px 3px 2px rgba(240, 223, 230, 0.9));
  -webkit-clip-path: none;
  clip-path: none;
  width: auto;
  height: auto;
  width: 127px;
  height: 133px;
}

.item-txt {
  padding: 0 10px;
}

.item-txt h3 {
  color: #0e0a38;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 26px;
  margin: 6px 0;
}

.item-txt h5 {
  color: #710235;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
}

.item-txt p {
  color: #343434;
  margin-bottom: 20px;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 6px;
}

.item-slider .share_on_socials {
  background: transparent;
  position: static;
  width: auto;
}

.team-sec button.slick-prev.slick-arrow, .team-sec button.slick-next.slick-arrow {
  position: absolute;
  left: -100px;
  top: 30%;
  background: transparent;
  border: 0;
}

.team-sec button.slick-next.slick-arrow {
  right: -100px;
  left: auto;
}

.team-sec .slick-dots li button {
  background: #e2e2e2;
  border: 1px solid #ccc;
  font-size: 0;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -wwebkit-transition: all 0.6s;
}

.team-sec .slick-dots li {
  border: 2px solid transparent;
  width: 21px;
  height: 21px;
  border-radius: 100%;
  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;
  margin-bottom: 10px;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  -ms-transition: all 0.6s;
  -wwebkit-transition: all 0.6s;
  margin-right: 6px;
  padding: 11px;
  border: 1px solid transparent;
}

.team-sec .slick-dots {
  position: absolute;
  bottom: -85px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  right: 0;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  margin: auto;
}

.team-sec .slick-dots li.slick-active button, .team-sec .slick-dots li:hover button {
  background: #bc0148;
  border-color: #bc0148;
}

.team-sec .slick-dots li.slick-active {
  padding: 11px;
  border-color: #BC014B;
}

.team-outr {
  padding-bottom: 80px;
}

section.team-sec {
  padding-top: 70px;
}

section.offr-sec.emp-sec {
  background: #f6f6f6;
}

.lrgmodl .my-form .form-control .form-group {
  visibility: visible;
}

.lrgmodl .my-form {
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  height: 100%;
}

.lrgmodl .my-form .form-group {
  visibility: visible;
}

.lrgmodl .image-upload-wrap {
  border: 2px solid #e9e9ea;
  position: relative;
  width: 100%;
  background: transparent;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 20px;
  height: 52px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  border-radius: 6px;
}

.lrgmodl .file-upload-input {
  position: absolute;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 0;
  cursor: pointer;
  left: 0;
  top: 0;
}

.drag-text h3 {
  font-size: 15px;
  text-align: center;
  line-height: inherit;
  color: rgba(13, 19, 27, 0.5);
}

.lrgmodl .modal-lg {
  max-width: 50%;
}

.lrgmodl .modal-header .close {
  padding: 1rem 1rem;
  margin: 0;
  position: absolute;
  right: 0;
  top: -2px;
}

.lrgmodl .modal-header {
  border-bottom: 0;
}

.lrgmodl .modal-title {
  margin-bottom: 0;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 30px;
  color: #de005b;
}

.lrgmodl .submt-btn {
  display: block;
  width: 250px;
  margin: auto;
  text-align: center;
}

.lrgmodl .my-form textarea.form-control {
  height: 120px;
  height: 120px;
  padding-left: 15px;
}

.drag-text h3 i {
  color: #de005b;
  font-size: 20px;
  margin-right: 10px;
}

.lrgmodl .modal-body {
  padding-bottom: 50px;
}

.wpcf7-form-control-wrap {
  position: relative;
  width: 100%;
  z-index: 9;
  cursor: inherit;
}

.wpcf7 input[type="file"] {
  cursor: inherit !important;
}

.lrgmodl .file-upload-input {
  position: relative;
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  outline: none;
  opacity: 1;
  cursor: pointer !important;
  left: 0;
  top: 0;
  /* z-index: 99; */
}

.drag-text {
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 36;
  cursor: pointer !important;
}

.drag-text h3 {
  font-size: 15px;
  text-align: center;
  line-height: inherit;
  color: rgba(13, 19, 27, 0.5);
  cursor: pointer;
  z-index: 9999;
  position: relative;
}

.lrgmodl .my-form textarea.form-control {
  height: 120px;
  height: 120px;
  padding-left: 15px;
  height: 52px;
  padding-top: 12px;
}

.frm-blw .wpcf7-spinner {
  margin-top: 10px;
}

.frm-blw .wpcf7 form .wpcf7-response-output {
  margin: 1em 0.5em 1em;
}

.reqt-pic img {
  width: 100%;
}

.reqt-txts .item-txt h5 {
  color: #de005b;
}

.reqt-txts .item-txt {
  padding: 0;
}

.lrgmodl {
  padding-right: 0 !important;
}

.banner-sqr span {
  position: absolute;
  bottom: -32px;
  right: -54px;
}

.banner-sqr::after {
  background: url(../images/newshape1.png);
  width: 107px;
  height: 243px;
  background-size: 100% 100%;
  left: -54px;
  top: -30px;
  content: "";
  position: absolute;
}

.banner-sqr::before {
  background: url(../images/newshape2.png);
  width: 83px;
  height: 91px;
  background-size: 100% 100%;
  right: -27px;
  top: -31px;
  content: "";
  position: absolute;
}

.offr-pic::before {
  background: #cbab6e;
  top: -60px;
  left: auto;
  height: 197px;
  width: 221px;
  content: "";
  position: absolute;
  right: -62px;
  background: url(../images/df1.png);
  z-index: 2;
  background-size: 100% 100%;
}

.offr-pic::after {
  background: #cbab6e;
  top: auto;
  left: auto;
  height: 221px;
  width: 201px;
  content: "";
  position: absolute;
  bottom: -34px;
  left: -54px;
  background: url(../images/df2.png);
  background-size: 100% 100%;
}

section.offr-sec::before {
  background: url(../images/df3.png);
  width: 258px;
  height: 267px;
  background-size: 100% 100%;
  right: 0;
  bottom: 0px;
  content: '';
  position: absolute;
}

.offr-sec.fr_emply .offr-pic::before {
  background: #cbab6e;
  top: -60px;
  left: -68px;
  height: 197px;
  width: 221px;
  content: "";
  position: absolute;
  right: -62px;
  background: url(../images/emp1.png);
  z-index: 2;
  background-size: 100% 100%;
}

.offr-sec.fr_emply .offr-pic::after {
  background: #cbab6e;
  top: auto;
  left: auto;
  height: 221px;
  width: 201px;
  content: "";
  position: absolute;
  bottom: -34px;
  left: auto;
  background: url(../images/emp2.png);
  background-size: 100% 100%;
  right: -53px;
}

section.offr-sec.fr_emply {
  background: url(../images/emp-bk.jpg);
  background-attachment: inherit;
}

section.offr-sec.fr_emply::before {
  display: none;
}

.offr-sec.lvl-sec .offr-pic::before {
  background: #cbab6e;
  top: -60px;
  left: -59px;
  height: 197px;
  width: 221px;
  content: "";
  position: absolute;
  right: -62px;
  background: url(../images/lvl1.png);
  z-index: 2;
  background-size: 100% 100%;
}

.offr-sec.lvl-sec .offr-pic::after {
  background: #cbab6e;
  top: auto;
  left: auto;
  height: 221px;
  width: 201px;
  content: "";
  position: absolute;
  bottom: -34px;
  right: -44px;
  background: url(../images/lvl2.png);
  background-size: 100% 100%;
}

.offr-sec.abzsec .offr-pic::before {
  top: -36px;
}

.offr-sec.abzsec .offr-pic::after {
  bottom: -66px;
}

.offr-sec.abzsec .offr-outr {
  padding-top: 30px;
}

.logo {
  width: auto;
}

.offr-sec.lvl-sec.fr-em-sec .offr-pic::before {
  background: #cbab6e;
  top: -60px;
  left: auto;
  height: 223px;
  width: 195px;
  content: "";
  position: absolute;
  right: -62px;
  background: url(../images/nsp1.png);
  z-index: 2;
  background-size: 100% 100%;
}

.offr-sec.lvl-sec.fr-em-sec .offr-pic::after {
  background: #cbab6e;
  top: auto;
  left: -60px;
  height: 211px;
  width: 257px;
  content: "";
  position: absolute;
  bottom: -34px;
  right: auto;
  background: url(../images/nshp2.png);
  background-size: 100% 100%;
}

.offr-sec.emp-sec .offr-pic::before {
  background: #cbab6e;
  top: -51px;
  left: -72px;
  height: 197px;
  width: 221px;
  content: "";
  position: absolute;
  right: auto;
  background: url(../images/df1.png);
  z-index: 2;
  background-size: 100% 100%;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}

.offr-sec.emp-sec .offr-pic::after {
  background: #cbab6e;
  top: auto;
  left: auto;
  height: 211px;
  width: 257px;
  content: "";
  position: absolute;
  bottom: -34px;
  left: auto;
  background: url(../images/lvlup1.png);
  background-size: 100% 100%;
  right: -54px;
}

.explores-blw {
  background: #fff !important;
}

/*Responsive*/
@media (min-width: 1025px) {
  /*Nav Bar Css For Tab Version*/
  .clickD {
    display: none;
  }
  .navbar-nav li.menu-item-has-children:hover > .sub-menu {
    display: block;
  }
  /**/
}

@media only screen and (max-width: 1600px) {
  body {
    font-size: 16px;
  }
}

@media only screen and (max-width: 1500px) {
  .buil-sec .cmn_hdr h2 {
    font-size: 34px;
  }
  .banner h1 {
    font-size: 51px;
    line-height: 1.2em;
    margin-bottom: 7px;
  }
  .banner h3 {
    font-size: 32px;
  }
  .banner p {
    font-size: 24px;
  }
  .cmn_hdr h2 {
    font-size: 37px;
    line-height: 1.1em;
  }
  .cmn_hdr h5 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1366px) {
  .cnfrmsec-blw .cmn_hdr p {
    font-size: 17px;
  }
}

@media only screen and (max-width: 1280px) {
  .banner-sqr span {
    bottom: -19px;
    right: -31px;
    width: 136px;
  }
  .banner-sqr::after {
    width: 91px;
    height: 163px;
    left: -46px;
    top: -21px;
  }
  .banner-sqr::before {
    width: 67px;
    height: 65px;
    right: -43px;
    top: -22px;
  }
  .offr-pic::after {
    height: 154px;
    width: 132px;
    bottom: -24px;
    left: -36px;
  }
  p {
    font-size: 15px;
    line-height: 1.5em;
  }
  .cmn_hdr h2 {
    font-size: 33px;
    line-height: 1.1em;
    margin-bottom: 10px;
  }
  .counter-list h2 {
    font-size: 40px;
  }
  .buil-sec.build-wht .cmn_hdr h5 {
    font-size: 20px;
    width: 69%;
    margin: auto;
    margin-bottom: 20px;
  }
  .offr-pic::before {
    top: -27px;
    height: 145px;
    width: 126px;
    right: -36px;
  }
  .my-form {
    padding: 90px 45px;
  }
  .footer {
    background-size: cover !important;
  }
  .offr-sec.abzsec .offr-pic::after {
    bottom: -24px;
  }
}

@media only screen and (max-width: 1199px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 90%;
  }
  .banner h1 {
    font-size: 40px;
    line-height: 1.1em;
    margin-bottom: 7px;
  }
  .banner h3 {
    font-size: 29px;
  }
  .buil-sec .cmn_hdr h2 {
    font-size: 30px;
  }
  .share_on_socials {
    width: 17%;
  }
  .exp-flex h3 {
    font-size: 18px;
  }
  a.read_more.btn.cmn-btn.app-btn {
    font-size: 13px;
    padding: 10px 15px;
  }
  .apply-pp h5 span {
    font-size: 19px;
  }
  .exp-flex p {
    font-size: 15px;
    line-height: 1.5em;
  }
  .explore-otr {
    padding: 25px 15px;
  }
  .banner.inr-bnrz {
    padding: 100px 0;
  }
  .team-sec button.slick-prev.slick-arrow {
    left: -60px;
  }
  .team-sec button.slick-next.slick-arrow {
    right: -60px;
    left: auto;
  }
}

@media only screen and (max-width: 1080px) {
  /*NAV FOR TAB*/
  .menu-item-has-children > a::after {
    display: none;
  }
  .menu-item-has-children > a {
    padding-right: 20px;
  }
  .navbar-nav .clickD {
    position: absolute;
    right: 0;
    top: 8px;
    width: 20px;
    height: 20px;
    background: url(images/drop_icn.png) center center no-repeat;
    cursor: pointer;
    display: block;
    background-size: 9px;
  }
  .banner {
    padding: 60px 0;
  }
  .navbar-nav > li > a {
    font-size: 14px;
  }
  .navbar-nav > li {
    margin-left: 19px;
  }
  .logo {
    width: 235px;
  }
  section.offr-sec::before {
    width: 263px;
    height: 174px;
  }
  .frm-blw.grad-frm .submt-btn {
    width: 150px;
  }
  .frm-blw.grad-frm .frm-sbmt {
    width: 146px;
  }
  .cnt-menu ul li address, .cnt-menu ul li a {
    font-size: 15px;
  }
  .cnt-menu ul li label {
    font-size: 18px;
  }
  .lrgmodl .modal-lg {
    max-width: 65%;
  }
}

@media only screen and (max-width: 991px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 95%;
  }
  .navbar-brand {
    width: 105px;
    z-index: 9;
    position: relative;
  }
  /*Nav Colps Css*/
  .navbar-toggler {
    border: 0;
  }
  .stick, .stick::after, .stick::before {
    width: 30px;
    height: 2px;
    background: #d91f69;
    position: absolute;
    left: 0;
    top: auto;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    border-radius: 5px;
  }
  .stick:before {
    content: '';
    top: -10px;
    left: 0;
  }
  .stick:after {
    content: '';
    top: 10px;
    left: 0;
  }
  .stick.open {
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
    background: transparent;
  }
  .stick.open:before {
    -webkit-transform: rotate(45deg) translate(42px, -28px);
    transform: rotate(45deg) translate(42px, -28px);
  }
  .stick.open:after {
    -webkit-transform: rotate(-45deg) translate(42px, 28px);
    transform: rotate(-45deg) translate(42px, 28px);
  }
  .navbar-nav .clickD {
    top: 7px;
    right: 15px;
  }
  .navbar-nav .clickD.toggled {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  .sub-menu,
  .navbar-nav > li > .sub-menu .sub-menu {
    position: relative;
    width: 100%;
    left: inherit;
    top: inherit;
    border: none;
  }
  .navbar-nav > li.menu-item-has-children {
    padding-right: 0;
  }
  .navbar-nav > li {
    margin: 0;
    padding: 0;
  }
  .navbar-nav > li > a {
    padding: 10px 30px;
    display: inline-block;
    width: 100%;
  }
  .sub-menu > li > a {
    padding-left: 40px;
  }
  .sub-menu .sub-menu > li > a {
    padding-left: 60px;
  }
  .sub-menu .sub-menu .sub-menu > li > a {
    padding-left: 80px;
  }
  .navbar-toggler {
    position: relative;
    width: 33px;
    margin-left: auto;
    height: 27px;
    padding: 0;
  }
  .navbar-nav {
    padding: 20px 0;
  }
  .navbar-nav > li > a::after {
    bottom: 0;
  }
  .navbar-collapse {
    background: #172e39;
  }
  .navbar-nav > li > a {
    color: #fff;
  }
  .navbar-nav > li > a::before {
    top: auto;
    bottom: 0;
    background: transparent;
    width: 100%;
  }
  .navbar-nav > li > a:hover::before {
    background: #53c8e8;
  }
  /**/
  .navbar-toggler {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    margin-left: 0;
  }
  .navbar-collapse {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  /*
.navbar-nav li:hover ul.sub-menu {
	display: none;
	transform: none;
}
*/
  .sub-menu {
    -webkit-transition: none;
    transition: none;
    display: none;
    -webkit-transform: none;
            transform: none;
  }
  ::-webkit-input-placeholder {
    font-size: 15px;
  }
  :-ms-input-placeholder {
    font-size: 15px;
  }
  ::-ms-input-placeholder {
    font-size: 15px;
  }
  ::placeholder {
    font-size: 15px;
  }
  .navbar-toggler:focus {
    border: 0;
    outline: 0;
  }
  .navbar-brand {
    width: 105px;
  }
  .navbar-collapse {
    background: #9c3960;
    margin-top: 20px;
    z-index: 9999;
  }
  .dropdown-menu::after {
    display: none;
  }
  .dropdown-toggle::after {
    background: url(../images/arr4-rs.png);
    background-size: 100% 100%;
  }
  .navbar-toggler {
    position: absolute;
    right: 0;
    top: 11px;
  }
  .dropdown-toggle::after {
    display: inline-block;
    top: 13px;
    right: auto;
  }
  .navbar {
    display: block;
  }
  .navbar-nav .dropdown-menu {
    margin: 0 15px;
  }
  a.cmn-btn {
    padding: 10px 24px;
  }
  .navbar-toggler {
    top: 5px;
  }
  .select-lng {
    position: absolute;
    right: 49px;
    top: 2px;
  }
  .banner .col-md-7 {
    -ms-flex: 0 0 48.333333%;
    -webkit-box-flex: 0;
            flex: 0 0 48.333333%;
    max-width: 48.333333%;
  }
  .banner .col-md-5 {
    -ms-flex: 0 0 45.666667%;
    -webkit-box-flex: 0;
            flex: 0 0 45.666667%;
    max-width: 45.666667%;
  }
  .banner h1 {
    font-size: 34px;
  }
  .banner h3 {
    font-size: 24px;
  }
  .banner p {
    font-size: 19px;
  }
  .banner .cmn-btn {
    margin-top: 9px;
  }
  section.buil-sec {
    padding: 40px 0;
  }
  .offr-pic {
    padding-left: 40px;
  }
  .offr-pic::after {
    bottom: -3px;
    left: -5px;
  }
  .offr-sec.fr_emply .offr-pic {
    padding-left: 0;
    padding-right: 40px;
  }
  .offr-sec.fr_emply .offr-pic::before {
    right: -5px;
  }
  .offr-sec.fr_emply .offr-pic::after {
    right: -13px;
  }
  .counter-list h2 span {
    font-size: 15px;
  }
  .counter-list h2 {
    font-size: 33px;
  }
  .my-form {
    padding: 52px 45px;
  }
  .frm-sbmt {
    font-size: 16px;
    width: auto;
    height: 43px;
  }
  .submt-btn {
    width: 142px;
  }
  .submt {
    width: 147px;
  }
  .grad-frm.frm-blw .frm-outr {
    padding: 15px;
  }
  .grad-frm.frm-blw .frm-outr-grad {
    height: 63.5%;
  }
  section.cnfrmsec-blw {
    padding: 50px 0 0px;
  }
  .expbw {
    margin-bottom: 25px;
  }
  section.explores-blw {
    padding: 40px 0 0;
  }
  .submt-btn {
    height: 47px;
  }
  .expbw {
    margin-bottom: 25px;
  }
  section.explores-blw {
    padding: 40px 0 0;
  }
  .team-slider {
    padding: 0 5%;
  }
  .item-txt p {
    font-size: 14px;
  }
  .lrgmodl input.frm-sbmt {
    width: 246px;
  }
  .offr-sec.lvl-sec .offr-pic::before {
    top: -50px;
    left: -21px;
    height: 179px;
    width: 206px;
    right: -64px;
  }
  .offr-sec.emp-sec .offr-pic::before {
    left: -33px;
  }
}

@media only screen and (max-width: 812px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 96%;
  }
  .cmn_hdr h2 span {
    font-size: 29px;
  }
  .cmn_hdr h2 {
    font-size: 32px;
  }
  .lrgmodl .modal-lg {
    max-width: 90%;
    margin: 20px auto;
  }
  .offr-sec.lvl-sec.fr-em-sec .offr-pic::after {
    left: -23px;
    height: 211px;
    width: 257px;
    bottom: -34px;
  }
}

@media only screen and (max-width: 768px) {
  .banner h1 {
    font-size: 28px;
  }
  .banner h3 {
    font-size: 19px;
  }
  .banner p {
    font-size: 17px;
  }
  .cmn_hdr h5 {
    font-size: 20px;
  }
  section.offr-sec {
    padding: 62px 0;
  }
  section.cntr_sec {
    padding: 40px 0;
  }
  .share_on_socials {
    width: 28%;
  }
  section.frm-blw {
    padding: 40px 0;
  }
  .item-cmma-after {
    width: 126px;
    height: 143px;
  }
  .item-cmma-in {
    width: 114px;
    height: 133px;
  }
  .item-cmma, .item-cmma-in {
    width: 111px;
    height: 130px;
  }
  .item-txt h3 {
    font-size: 20px;
  }
  .item-txt h5 {
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  li.dropdown:hover ul.dropdown-menu {
    display: none;
  }
  .offr-pic {
    padding-right: 40px;
  }
  .offr-pic::before {
    right: 20px;
  }
  .offr-innr {
    padding-top: 20px;
  }
  .counter-list {
    margin-bottom: 20px;
  }
  section.offr-sec {
    padding: 32px 0;
  }
  .buil-sec.build-wht .cmn_hdr h5 {
    font-size: 17px;
    width: 90%;
    line-height: 1.2em;
  }
  .offr-sec.fr_emply .col-md-5.offr-in {
    margin-top: 20px;
  }
  .offr-sec.fr_emply .offr-pic {
    padding-left: 40px;
    padding-right: 40px;
  }
  .offr-sec.fr_emply .offr-innr {
    padding-left: 50px;
    padding-right: 0;
  }
  .offr-sec.fr_emply .offr-pic::after {
    height: 157px;
    width: 172px;
    bottom: -26px;
    left: auto;
    right: -4px;
  }
  .banner-cta-in {
    text-align: center;
    margin-top: 20px;
  }
  .buil-sec.build-wht .offr-innr, .buil-sec .offr-innr {
    padding-left: 0;
  }
  .frm-outr-innrgd {
    overflow: initial;
  }
  .frm-blw.grad-frm .cn-pic {
    border-radius: 10px 10px 0 0;
    overflow: hidden;
  }
  .grad-frm.frm-blw .frm-outr-grad {
    height: 100%;
  }
  .grad-frm.frm-blw .my-form {
    border-radius: 0 0 10px 10px;
  }
  .grad-frm.frm-blw .frm-outr-grad {
    border-radius: 15px;
  }
  .offr-sec.lvl-sec.fr-em-sec .offr-in {
    margin-top: 20px;
  }
  .offr-sec.fr_emply .offr-pic::before {
    top: -28px;
    left: -19px;
    height: 167px;
    width: 187px;
    right: -62px;
  }
  .offr-sec.lvl-sec .offr-pic::after {
    height: 155px;
    width: 171px;
    bottom: -34px;
    right: -3px;
  }
  .offr-sec.lvl-sec .offr-pic::before {
    top: -17px;
    left: -7px;
    height: 148px;
    width: 164px;
    right: -52px;
  }
}

@media only screen and (max-width: 667px) {
  .logo a {
    width: 123px;
  }
  .ban-outr .row {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .ban-outr .col-sm-5 {
    -ms-flex: 0 0 87%;
    -webkit-box-flex: 0;
    flex: 0 0 87%;
    max-width: 87%;
  }
  .ban-outr .col-sm-7 {
    -ms-flex: 0 0 100%;
    -webkit-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .ban-outr .row.align-items-center {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .banner-cta-in {
    text-align: center;
  }
  .banner {
    padding: 60px 0 12px;
  }
  .buil-sec .cmn_hdr h2 {
    font-size: 25px;
  }
  .grad-frm.frm-blw .my-form {
    padding: 30px 10px;
  }
  .banner.inr-bnrz {
    padding: 60px 0;
  }
  .offr-sec.lvl-sec.fr-em-sec .offr-pic::before {
    right: -15px;
  }
  .offr-sec.emp-sec .offr-pic::before {
    top: -17px;
    left: -20px;
    height: 166px;
    width: 186px;
    content: "";
  }
  .offr-sec.emp-sec .offr-pic::after {
    height: 142px;
    width: 225px;
    bottom: -40px;
    left: auto;
    right: -12px;
  }
  section.offr-sec::before {
    width: 159px;
    height: 109px;
  }
  .offr-sec.emp-sec .offr-pic::after {
    bottom: -20px;
  }
}

@media only screen and (max-width: 575px) {
  .share_on_socials {
    width: 37%;
    background: transparent;
  }
  .team-slider {
    padding: 0 12%;
  }
  section.team-sec {
    padding-top: 30px;
  }
  .footer ul.divsty li:first-child {
    margin-left: 0;
  }
}

@media only screen and (max-width: 484px) {
  .select-lng a span {
    display: none;
  }
  .cmn-btn .fa {
    margin-right: 0;
  }
  .banner-sqr::after {
    width: 71px;
    height: 123px;
    left: -35px;
    top: -33px;
  }
  .banner-sqr::before {
    width: 49px;
    height: 70px;
    right: -31px;
    top: -33px;
  }
  .cmn_hdr h2 {
    font-size: 25px;
  }
  header a.cmn-btn {
    padding: 10px 11px;
  }
}

@media only screen and (max-width: 460px) {
  .my-form {
    padding: 35px 15px;
  }
  .logo {
    width: 190px;
  }
  .banner {
    padding: 38px 0 12px;
  }
  .offr-pic::after {
    left: 0px;
  }
  .offr-innr {
    padding-left: 10px;
  }
  .offr-sec.fr_emply .offr-innr {
    padding-left: 10px;
  }
  .buil-sec .cmn_hdr h2 br {
    display: none;
  }
  .share_on_socials {
    width: 59%;
    background: transparent;
  }
  .abzsec.offr-sec .offr-pic::before {
    right: 10px;
  }
}

@media only screen and (max-width: 370px) {
  .logo {
    width: 177px;
  }
  .select-lng {
    top: -4px;
  }
  .navbar-toggler {
    top: 0px;
  }
  .banner h1 {
    font-size: 23px;
  }
  .buil-sec .cmn_hdr h2 {
    font-size: 22px;
  }
  .cnt-menu ul li address, .cnt-menu ul li a {
    word-break: break-all;
  }
}
/*# sourceMappingURL=style.css.map */