@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
  font-family: 'CircularPro-Book';
}

body {
  line-height: 1;
  font-family: 'CircularPro-Book';
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
  text-decoration-font-family: 'CircularPro-Book';
}

.clearfix, .row {
  position: relative;
}

.clearfix:after,
.row:after {
  content: "";
  clear: both;
  display: table;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
}

button {
  cursor: pointer;
}

b {
  font-weight: 600;
}

input[type=number]-webkit-inner-spin-button,
input[type=number]-webkit-outer-spin-button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  margin: 0;
}

select {
  -webkit-appearance: none;
  -moz-appearance: none;
}

@font-face {
  font-family: "CircularPro-Book";
  src: url("../font/webfont/CircularPro-Bookd41d.html?#iefix") format("embedded-opentype"), url("../font/webfont/CircularPro-Book.woff") format("woff"), url("../font/webfont/CircularPro-Book.ttf") format("truetype"), url("../font/webfont/CircularPro-Book.html#HelveticaNeue-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "CircularPro-Book";
  src: url("../font/webfont/CircularPro-Bookd41d.html?#iefix") format("embedded-opentype"), url("../font/webfont/CircularPro-Book.woff") format("woff"), url("../font/webfont/CircularPro-Book.ttf") format("truetype"), url("../font/webfont/CircularPro-Book.html#HelveticaNeue-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MillerDisplay-Roman";
  src: url("../font/webfont/MillerDisplay-Romand41d.html?#iefix") format("embedded-opentype"), url("../font/webfont/MillerDisplay-Roman.html") format("woff"), url("../font/webfont/MillerDisplay-Roman.ttf") format("truetype"), url("../font/webfont/MillerDisplay-Roman-2.html#HelveticaNeue-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "MillerDisplay-Roman";
  src: url("../font/webfont/MillerDisplay-Romand41d.html?#iefix") format("embedded-opentype"), url("../font/webfont/MillerDisplay-Roman.html") format("woff"), url("../font/webfont/MillerDisplay-Roman.ttf") format("truetype"), url("../font/webfont/MillerDisplay-Roman-2.html#HelveticaNeue-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SilverSouthScript";
  src: url("../font/webfont/SilverSouthScriptd41d.html?#iefix") format("embedded-opentype"), url("../font/webfont/SilverSouthScript.woff") format("woff"), url("../font/webfont/SilverSouthScript.html") format("truetype"), url("../font/webfont/SilverSouthScript-2.html#HelveticaNeue-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "SilverSouthScript";
  src: url("../font/webfont/SilverSouthScriptd41d.html?#iefix") format("embedded-opentype"), url("../font/webfont/SilverSouthScript.woff") format("woff"), url("../font/webfont/SilverSouthScript.html") format("truetype"), url("../font/webfont/SilverSouthScript-2.html#HelveticaNeue-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}

body, input, textarea, button, p, a, li, select,
h1, h2, h3, h4, h5, h6 {
  font-family: "CircularPro-Book";
  font-size: 16px;
  line-height: 1.5;
  color: #000000;
}

b, strong {
  font-weight: 600;
}

.container {
  width: 95%;
  max-width: 1160px;
  margin: 0 auto;
}

.container-fluid {
  width: 100%;
}

.td {
  display: table;
  width: 100%;
  height: 100%;
}

.td .td-mid {
  display: table-cell;
  vertical-align: middle;
}

.td .td-bttm {
  display: table-cell;
  vertical-align: bottom;
}

main {
  width: 100%;
  position: relative;
}

header.Hdtmnr {
  background-color: #000000;
}

header {
  position: fixed;
  width: 100%;
  top: 0px;
  left: 0px;
  z-index: 9;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

header:before {
  width: 100%;
  height: 100%;
  top: -100%;
  right: auto;
  bottom: auto;
  left: 0px;
  position: absolute;
  content: "";
  background-color: #000000;
  -webkit-transition: all .5s;
  transition: all .5s;
}

@media (max-width: 767px) {
  header {
    padding: 0;
  }
}

header nav {
  width: 100%;
  position: relative;
  background: transparent;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}


header nav .CntHderSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

header nav .CntHderSec .NavLeftSec {
  display: inline-block;
}

@media (max-width: 767px) {
  header nav .CntHderSec .NavLeftSec {
    width: 40%;
  }
}

header nav .CntHderSec .NavLeftSec .logo {
  display: inline-block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  line-height: 0;
}

header nav .CntHderSec .NavLeftSec .logo img {
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
    line-height: 0;
    display: block !important;
    max-height:52px;
    width: auto;
    background: #fff;
    padding: 9px 0 0;
    z-index: 99999;
    position: relative;
}

@media (max-width: 767px) {
  header nav .CntHderSec .NavLeftSec .logo img {
    width: auto;
    max-height: 45px;
    margin-top:4px
  }
}

header nav .CntHderSec .NavLeftSec {
  display: inline-block;
}

header nav .CntHderSec .NavLeftSec ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  header nav .CntHderSec .NavLeftSec ul {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

header nav .CntHderSec .NavLeftSec ul li {
  display: inline-block;
  position: relative;
}

@media (max-width: 767px) {
  header nav .CntHderSec .NavLeftSec ul li {
    display: none;
  }
}

@media (max-width: 767px) {
  header nav .CntHderSec .NavLeftSec ul li:last-child {
    display: inline-block;
  }
}

header nav .CntHderSec .NavLeftSec ul li .NvrBrighShw {
  width: 40px;
  height: 20px;
  cursor: pointer;
}

@media (max-width: 767px) {
  header nav .CntHderSec .NavLeftSec ul li .NvrBrighShw {
    width: 30px;
    height: 20px;
  }
}

header nav .CntHderSec .NavLeftSec ul li .NvrBrighShw .Arw {
  width: 100%;
  height: 2px;
  display: block;
  background-color: #000;
  cursor: pointer;
}

header nav .CntHderSec .NavLeftSec ul li .NvrBrighShw .Arw:nth-child(2) {
  width: 70%;
  margin: 7px 0px;
}

@media (max-width: 767px) {
  header nav .CntHderSec .NavLeftSec ul li .NvrBrighShw .Arw:nth-child(2) {
    margin: 5px 0px;
  }
}

header nav .CntHderSec .NavLeftSec ul li .NvrBrighShw .Arw:nth-child(3) {
  width: 50%;
}

header nav .CntHderSec .NavLeftSec ul li:last-child a {
  margin-right: 0px;
}

header nav .CntHderSec .NavLeftSec ul .LngSec {
  position: relative;
}

@media (max-width: 767px) {
  header nav .CntHderSec .NavLeftSec ul .LngSec {
    display: block;
  }
}

@media (max-width: 767px) {
  header nav .CntHderSec .NavLeftSec ul .LngSec a .lnshw {
    display: none;
  }
}

header nav .CntHderSec .NavLeftSec ul .LngSec a p {
  display: inline-block;
  color: #fff;
  font-size: 14px;
}

header nav .CntHderSec .NavLeftSec ul .LngSec a span {
  position: relative;
  width: 16px;
  display: inline-block;
  height: 11px;
}

header nav .CntHderSec .NavLeftSec ul .LngSec a span:before {
  width: 8px;
  height: 8px;
  top: -1px;
  right: 0;
  bottom: auto;
  left: 12px;
  position: absolute;
  content: "";
  border-right: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  header nav .CntHderSec .NavLeftSec ul .LngSec a span:before {
    left: 6px;
    top: 0px;
  }
}

header nav .CntHderSec .NavLeftSec ul .LngSec a img {
  vertical-align: middle;
  margin-right: 2px;
}

header nav .CntHderSec .NavLeftSec ul .LngSec .lang_drp {
  position: absolute;
  width: 100%;
  background: #fff;
  padding: 5px;
  left: 0px;
  margin-top: 20px;
  display: none;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
  z-index: 1;
}

@media (max-width: 767px) {
  header nav .CntHderSec .NavLeftSec ul .LngSec .lang_drp {
    position: fixed;
    margin-top: 15px;
    left: auto;
    right: 12px;
    width: 35%;
  }
}

header nav .CntHderSec .NavLeftSec ul .LngSec .lang_drp li {
  padding: 3px 20px;
  background: #ffffff;
  border-right: 0px;
  width: 100%;
}

@media (max-width: 767px) {
  header nav .CntHderSec .NavLeftSec ul .LngSec .lang_drp li {
    display: block;
  }
}

header nav .CntHderSec .NavLeftSec ul .LngSec .lang_drp li a {
  color: #120b0b;
}

header nav .CntHderSec .NavLeftSec ul .LngSec .lang_drp:after {
  width: 0;
  height: 0;
  top: -6px;
  right: auto;
  bottom: auto;
  left: 50%;
  position: absolute;
  content: "";
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 12px solid #ffffff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

header nav .CntHderSec .NavLeftSec ul a {
  padding: 5px;
  display: block;
  margin-right: 32px;
  color: #000;
  font-weight:600;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  font-size: 17px;
  font-family: 'CircularPro-Book';
}

@media (max-width: 767px) {
  header nav .CntHderSec .NavLeftSec ul a {
    margin-right: 25px;
  }
}


header.hdrDown .navtop{display:none}

.title {
  width: 100%;
  position: relative;
  display: inline-block;
}

.title h1,
.title h2,
.title h3,
.title h4,
.title h5,
.title h6 {
  font-size: 66px;
  line-height: 51px;
  color: #000;
}

.title p {
  font-size: 14px;
  line-height: 28px;
  text-align: left;
}

.CmnPage {
  width: 100%;
  position: relative;
  display: inline-block;
}

header.hdrDown:before {
  background-color: #000000;
  width: 100%;
  height: 100%;
  top: 0%;
  right: auto;
  bottom: auto;
  left: 0px;
  position: absolute;
  content: "";
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

header.hdrDown .TopFreeHdrSec .TllFreeFlx .Hdrllre li {
  padding: 2px 18px;
}



header.hdrDown nav .LogSecFter {
  width: 100%;
  padding-bottom: 0px;
  margin-bottom: 0px;
}

header.hdrDown nav .CntHderSec .NavLeftSec .logo {
  display: inline-block;
  width: 70%;
}

header.hdrDown nav .CntHderSec .NavLeftSec .logo img {
  width: auto;
}

header.hdrDown nav .CntHderSec .NavLeftSec ul li a {
  font-size: 14px;
}

.NavrmnUsec.ActiveNav {
  left: 0;
  opacity: 1;
  visibility: visible;
}

.NavrmnUsec.ActiveNav nav .Cl12SecAnv .Cl12Sec6 .MenuUl ul li a {
  -webkit-transform: translate(0px, 0%);
          transform: translate(0px, 0%);
}

.NavrmnUsec.ActiveNav nav .Cl12SecAnv .Cl12Sec6:before {
  top: 0%;
}

.NavrmnUsec.ActiveNav nav .Cl12SecAnv .Cl12Sec6:last-child:before {
  top: 0%;
}

.NavrmnUsec {
  width: 100%;
  position: fixed;
  height: 100vh;
  z-index: 9999999;
  background-color: #000000;
  opacity: 0;
  top: 0;
  visibility: hidden;
  left: -100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  .NavrmnUsec {
    background-color: #000000;
  }
}

.NavrmnUsec .borderSec {
  width: 100%;
  height: 1px;
  background: #ffffff;
  display: block;
  margin-top: 40px;
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

@media (max-width: 767px) {
  .NavrmnUsec .borderSec {
    margin-top: 15px;
  }
}

.NavrmnUsec nav {
  width: 100%;
  height: 100%;
}

.NavrmnUsec nav .LogSecFter {
  width: 80%;
  padding-bottom: 0px;
  margin-bottom: 0px;
  border-bottom: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 767px) {
  .NavrmnUsec nav .LogSecFter {
    display: none;
  }
}

.NavrmnUsec nav .LogSecFter .cl12Fter {
  width: 12%;
  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;
}

.NavrmnUsec nav .LogSecFter .cl12Fter img {
  opacity: 52%;
}

.NavrmnUsec nav .LogSecFter .cl12Fter img:hover {
  opacity: 100%;
}

.NavrmnUsec nav .Cl12SecAnv {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 767px) {
  .NavrmnUsec nav .Cl12SecAnv {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 {
  width: 80%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  padding: 0px 0px 0px 100px;
}

@media (max-width: 991px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 {
    padding: 0px 0px 0px 30px;
  }
}

@media (max-width: 767px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 {
    padding: 0px 0px 0px 20px;
    width: 100%;
    height: auto;
  }
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .ClseSecBtnNav {
  position: fixed;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 50px;
  background-color: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 50%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  z-index: 1;
}

@media (max-width: 767px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .ClseSecBtnNav {
    position: fixed;
    width: 40px;
    height: 40px;
    z-index: 2;
  }
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .ClseSecBtnNav img {
    width: 100%;
  }
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .ClseSecBtnNav img {
  width: 20px;
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .ClseSecBtnNav img {
    width: 15px;
  }
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .LogoSec {
  position: fixed;
  top: 26px;
  left: 26px;
  z-index: 1;
  width: 50px;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .LogoSec img {
  background: #fff;
  padding: 7px;
  border-radius: 4px;
}

@media (max-width: 767px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .LogoSec {
    width: 60px;
    position: fixed;
  }
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .LogoSec img {
    width: 100%;
  }
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6:before {
  width: 100%;
  height: 100%;
  top: -100%;
  right: auto;
  bottom: auto;
  left: 0px;
  position: absolute;
  content: "";
  background-color: #000000;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
  padding-left: 0px;
  width: 100%;
  text-align: center;
}

@media (max-width: 767px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl {
    padding-left: 0px;
    padding-top: 69px;
  }
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl .ScndMnSec {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl .ScndMnSec {
    padding-top: 15px;
  }
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl .ScndMnSec .MnuSecLn {
  width: auto;
  float: left;
}

@media (max-width: 767px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl .ScndMnSec .MnuSecLn {
    width: 100%;
    text-align: center;
  }
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl .ScndMnSec .MnuSecLn li {
  display: inline-block;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl .ScndMnSec .MnuSecLn li a {
  font-size: 16px;
  display: block;
  padding: 10px 20px;
  font-family: "CircularPro-Book";
  line-height: 20px;
}

@media (max-width: 767px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl .ScndMnSec .MnuSecLn li a {
    font-size: 15px;
    padding: 6px 6px;
  }
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl .ScndMnSec .ScmediaSec {
  width: auto;
  float: right;
}

@media (max-width: 1140px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl .ScndMnSec .ScmediaSec {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl .ScndMnSec .ScmediaSec {
    width: 100%;
    text-align: center;
  }
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl .ScndMnSec .ScmediaSec li {
  display: inline-block;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl .ScndMnSec .ScmediaSec li a {
  padding: 10px;
  line-height: 0;
  font-size: 22px;
  padding: 4px;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl .ScndMnSec .ScmediaSec li a span {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl .MnuRte {
  position: absolute;
  left: 0;
  font-size: 14px;
  -webkit-transform: rotate(90deg);
  transform: rotate(-90deg);
  color: #fff;
  top: 16px;
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl .MnuRte {
    display: none;
  }
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl li {
  display: block;
  overflow: hidden;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl li a {
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl li a:hover {
  color: #f17011;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl li:nth-child(1) a {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl li:nth-child(2) a {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl li:nth-child(3) a {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl li:nth-child(4) a {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl li:nth-child(5) a {
  -webkit-transition-delay: 1600ms;
          transition-delay: 1600ms;
}
.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl li:nth-child(6) a {
  -webkit-transition-delay: 2000ms;
          transition-delay: 2000ms;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl li a {
  font-size: 50px;
  color: #ffffff;
  text-transform: capitalize;
  display: block;
  line-height: 60px;
  -webkit-transform: translate(0px, 100%);
          transform: translate(0px, 100%);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  margin-bottom: 10px;
  font-family: "Playfair Display", serif;
  transition: all 1s ease;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl li a:hover {
  color: #f17011;
  -webkit-transition-delay: 0ms;
          transition-delay: 0ms;
}

@media (max-width: 991px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl li a {
    font-size: 2.2em;
    line-height: 40px;
  }
}

@media (max-width: 767px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .MenuUl li a {
    font-size: 1.5em;
    margin-bottom: 10px;
  }
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6:last-child {
  padding: 0px 00px 0px 0px;
}

@media (max-width: 767px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6:last-child {
    padding: 0px 0px 0px 20px;
  }
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6:last-child:before {
  width: 100%;
  height: 100%;
  top: 100%;
  right: auto;
  bottom: auto;
  left: 0px;
  position: absolute;
  content: "";
  background-color: #000000;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .NavBerAllSec {
  width: 100%;
  display: block;
  position: relative;
  z-index: 1;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .NavBerAllSec .CntSecUsNav {
  width: 100%;
  margin-bottom: 20px;
  position: relative;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .NavBerAllSec .CntSecUsNav h5 {
  font-size: 2.1em;
  text-transform: uppercase;
  font-weight: 500;
  margin-bottom: 10px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .NavBerAllSec .CntSecUsNav p {
  font-size: 1.1em;
  text-transform: capitalize;
  font-weight: 400;
  line-height: 1;
  color: #ffffff;
  line-height: 26px;
}

@media (max-width: 767px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .NavBerAllSec .CntSecUsNav p {
    font-size: 0.9em;
  }
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .NavBerAllSec .CntSecUsNav2 {
  width: 100%;
  display: block;
  position: relative;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .NavBerAllSec .CntSecUsNav2 p a {
  display: inline-block;
  font-size: 1.1rem;
  font-weight: 400;
  margin-bottom: 20px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .NavBerAllSec .CntSecUsNav2 p a {
    margin-bottom: 10px;
  }
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .NavBerAllSec .Scmideia ul li {
  display: inline-block;
  margin-right: 20px;
}

.NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .NavBerAllSec .Scmideia ul li a {
  font-size: 30px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .NavrmnUsec nav .Cl12SecAnv .Cl12Sec6 .NavBerAllSec .Scmideia ul li a .svg-inline--fa {
    font-size: 20px;
  }
}

.background_nav {
  position: absolute;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.cloud {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  right: 0;
  bottom: 0;
  z-index: 1;
  opacity: 0.1;
  display: none;
}

.MnuSecShow {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.45s cubic-bezier(0.4, 0, 0, 1);
  transition: visibility 0.45s cubic-bezier(0.4, 0, 0, 1);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.MnuSecShow .MnuClseSec {
  background-position: 0px -263px;
  -webkit-filter: brightness(0);
          filter: brightness(0);
  position: absolute;
  right: 30px;
  top: 30px;
}

.MnuSecShow:before {
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  -webkit-transform-origin: right center;
          transform-origin: right center;
  left: 0;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  background: url(../images/themebackground.png) #ffffff;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: cover;
  background-position: inherit;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  -webkit-animation: slide 30s linear infinite;
          animation: slide 30s linear infinite;
}

.MnuSecShow:after {
  left: 50%;
  -webkit-transform-origin: left center;
          transform-origin: left center;
  content: "";
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
  z-index: -1;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0, 1);
  background: url(../images/themebackground.png) #ffffff;
  background-attachment: fixed;
  background-repeat: repeat;
  background-size: cover;
  background-position: inherit;
  -webkit-animation: slide 30s linear infinite;
          animation: slide 30s linear infinite;
}

.MnuSecShow .MnSecAllbgMn {
  width: 80%;
  top: 50%;
  position: relative;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
  text-align: center;
  overflow: hidden;
}

@media (max-width: 767px) {
  .MnuSecShow .MnSecAllbgMn {
    width: 100%;
  }
}

.MnuSecShow .MnSecAllbgMn ul li {
  display: block;
  margin-bottom: 2px;
  overflow: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  .MnuSecShow .MnSecAllbgMn ul li {
    margin-bottom: 0px;
  }
}

.MnuSecShow .MnSecAllbgMn ul li:nth-child(1) a {
  -webkit-transition-delay: 300ms;
          transition-delay: 300ms;
}

.MnuSecShow .MnSecAllbgMn ul li:nth-child(2) a {
  -webkit-transition-delay: 600ms;
          transition-delay: 600ms;
}

.MnuSecShow .MnSecAllbgMn ul li:nth-child(3) a {
  -webkit-transition-delay: 900ms;
          transition-delay: 900ms;
}

.MnuSecShow .MnSecAllbgMn ul li:nth-child(4) a {
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
}

.MnuSecShow .MnSecAllbgMn ul li a {
  font-size: 50px;
  font-family: "Playfair Display", serif;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  color: #000000;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  display: inline-block;
}

@media (max-width: 767px) {
  .MnuSecShow .MnSecAllbgMn ul li a {
    font-size: 22px;
  }
}

.MnuSecShow .borderSec {
  width: 0%;
  height: 1px;
  background: #000000;
  display: block;
  margin-top: 40px;
  -webkit-transition-delay: 1200ms;
          transition-delay: 1200ms;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

@media (max-width: 767px) {
  .MnuSecShow .borderSec {
    margin-top: 15px;
  }
}

.MnuSecShow .ScndMnSec {
  width: 100%;
  position: relative;
  display: block;
  float: left;
  padding-top: 20px;
}

@media (max-width: 767px) {
  .MnuSecShow .ScndMnSec {
    padding-top: 15px;
  }
}

.MnuSecShow .ScndMnSec .MnuSecLn {
  width: auto;
  float: left;
}

@media (max-width: 767px) {
  .MnuSecShow .ScndMnSec .MnuSecLn {
    width: 100%;
    text-align: center;
  }
}

.MnuSecShow .ScndMnSec .MnuSecLn li {
  display: inline-block;
}

.MnuSecShow .ScndMnSec .MnuSecLn li a {
  font-size: 16px;
  display: block;
  padding: 10px 20px;
  font-family: "CircularPro-Book";
}

@media (max-width: 767px) {
  .MnuSecShow .ScndMnSec .MnuSecLn li a {
    font-size: 15px;
    padding: 6px 6px;
  }
}

.MnuSecShow .ScndMnSec .ScmediaSec {
  width: auto;
  float: right;
}

@media (max-width: 767px) {
  .MnuSecShow .ScndMnSec .ScmediaSec {
    width: 100%;
    text-align: center;
  }
}

.MnuSecShow .ScndMnSec .ScmediaSec li {
  display: inline-block;
}

.MnuSecShow .ScndMnSec .ScmediaSec li a {
  padding: 10px;
  line-height: 0;
  font-size: 22px;
}

@media (max-width: 767px) {
  .MnuSecShow .ScndMnSec .ScmediaSec li a {
    padding: 4px;
  }
}

.MnuSecShow .ScndMnSec .ScmediaSec li a span {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.MnuSecShow.activeMn {
  visibility: visible;
  opacity: 1;
}

.MnuSecShow.activeMn:before {
  -webkit-transform: none;
          transform: none;
}

.MnuSecShow.activeMn:after {
  -webkit-transform: none;
          transform: none;
}

.MnuSecShow.activeMn .MnSecAllbgMn ul li a {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}

.MnuSecShow.activeMn .borderSec {
  width: 100%;
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}

.Wdthnav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.LngoShwFtr {
  position: fixed;
  left: 40px;
  top: 22px;
  width: 55px;
}

.LngoShwFtr img {
  -webkit-filter: invert(1);
          filter: invert(1);
  width: 100%;
}

.mobile-top-header {
  width: 100%;
  line-height: 0px;
  position: fixed;
  z-index: 9;
  bottom: 0;
  display: none;
  background-color: #000;
}

@media (max-width: 991px) {
  .mobile-top-header {
    display: block;
  }
}

.mobile-top-header ul {
  list-style-type: none;
  display: inline-block;
  width: 100%;
}

.mobile-top-header ul li:nth-child(1) {
  width: 25%;
  text-align: center;
  float: left;
}

.mobile-top-header ul li:nth-child(2) {
  width: 25%;
  text-align: center;
  float: left;
  border-left: 1px solid #615858;
  border-right: 1px solid #615858;
}

.mobile-top-header ul li:nth-child(3) {
  width: 25%;
  text-align: center;
  float: left;
    border-left: 1px solid #615858;
  border-right: 1px solid #615858;
}
.mobile-top-header ul li:nth-child(4) {
  width: 25%;
  text-align: center;
  float: left;
}

.mobile-top-header ul li a {
  font-size: 13px;
  padding: 3px 16px 3px 16px;
  line-height: 24px;
  display: block;
  color: #ffffff;
  width: 100%;
}

footer {
  padding: 50px 0px;
  background-color: #000000;
  position: relative;
}

@media (max-width: 767px) {
  footer {
    padding: 30px 0px 60px;
  }
}

@media (max-width: 991px) {
  footer {
    padding: 20px 0px 60px;
  }
}

footer .Cl12FterShw {
  line-height: 1;
  margin-top: 34px;
}

@media (max-width: 767px) {
  footer .Cl12FterShw {
    margin-top: 0px;
  }
}

footer .Cl12FterShw .DstntSw {
  text-align: center;
}

footer .Cl12FterShw .DstntSw ul {
  display: block;
  position: relative;
}

footer .Cl12FterShw .DstntSw ul li {
  display: inline-block;
  margin-right: 26px;
  padding-right: 20px;
  border-right: 1px solid #eee;
  line-height: 1;
  color: #ffffff;
  font-size: 12px;
}

@media (max-width: 767px) {
  footer .Cl12FterShw .DstntSw ul li {
    margin-right: 0px;
    border-right: 0px;
    opacity: 0.5;
  }
}

footer .Cl12FterShw .DstntSw ul li:nth-child(5) {
  border-right: 0px;
}

footer .Cl12FterShw .DstntSw ul li:last-child {
  border-right: 0px;
}


footer .Cl12FterShw .DstntSw ul li a {
  font-size: 12px;
  color: #ffffff;
}

footer .Cl12FterShw .DstntSw ul li a img {
  vertical-align: middle;
}

footer .FterSec {
  width: 100%;
  display: block;
  overflow: hidden;
}

footer .FterSec .container {
  position: relative;
}

footer .FterSec .owl-stage {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 767px) {
  footer .FterSec {
    padding: 0px 10px;
  }
  footer .FterSec .owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 0px;
    width: 100%;
  }
}

footer .FterSec .LogSecFter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid #3b3b3b;
  padding-bottom: 30px;
  margin-bottom: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

footer .FterSec .LogSecFter .owl-stage-outer {
  margin: auto;
}

footer .FterSec .LogSecFter .owl-carousel .owl-stage {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

footer .FterSec .LogSecFter .owl-nav.disabled {
  display: none;
}

@media (max-width: 991px) {
  footer .FterSec .LogSecFter {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-bottom: 10px;
    display: block;
    margin-bottom: 15px;
    overflow: hidden;
  }
  footer .FterSec .LogSecFter .owl-item {
    display: inline-block;
  }
}

footer .FterSec .LogSecFter .cl12Fter {
  width: 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;
}

@media (max-width: 1240px) {
  footer .FterSec .LogSecFter .cl12Fter {
    width: 75%;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  footer .FterSec .LogSecFter .cl12Fter {
    width: 75%;
    margin: 0 auto;
  }
}

footer .FterSec .LogSecFter .cl12Fter:nth-child(8) {
  width: 13%;
}

@media (max-width: 1240px) {
  footer .FterSec .LogSecFter .cl12Fter:nth-child(8) {
    width: 75%;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  footer .FterSec .LogSecFter .cl12Fter:nth-child(8) {
    width: 75%;
    margin: 0 auto;
  }
}

footer .FterSec .LogSecFter .cl12Fter:nth-child(6) {
  width: 13%;
}

@media (max-width: 1240px) {
  footer .FterSec .LogSecFter .cl12Fter:nth-child(6) {
    width: 75%;
    margin: 0 auto;
  }
}

@media (max-width: 991px) {
  footer .FterSec .LogSecFter .cl12Fter:nth-child(6) {
    width: 75%;
    margin: 0 auto;
  }
}

footer .FterSec .LogSecFter .cl12Fter:nth-child(5) {
  width: 13%;
}

@media (max-width: 991px) {
  footer .FterSec .LogSecFter .cl12Fter:nth-child(5) {
    width: 75%;
    margin: 0 auto;
  }
}

@media (max-width: 1240px) {
  footer .FterSec .LogSecFter .cl12Fter:nth-child(5) {
    width: 75%;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  footer .FterSec .LogSecFter .cl12Fter {
    width: 100%;
  }
}

footer .FterSec .LogSecFter .cl12Fter img {
  opacity: 100%;
  width: auto;
  height: 107px;
  border-radius: 4px;
}

footer .FterSec .LogSecFter .cl12Fter img:hover {
  opacity: 100%;
}

footer .FterSec .fterClmsec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  width: 100%;
}

@media (max-width: 767px) {
  footer .FterSec .fterClmsec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

footer .FterSec .fterClmsec .col-2secFt {
  width: 30%;
  position: relative;
}

@media (max-width: 767px) {
  footer .FterSec .fterClmsec .col-2secFt {
    width: 100%;
  }
}

footer .FterSec .fterClmsec .col-2secFt h4 {
  color: #ffffff;
  font-size: 16px;
  margin-bottom: 8px;
}

footer .FterSec .fterClmsec .col-2secFt ul {
  display: block;
}

footer .FterSec .fterClmsec .col-2secFt ul li a {
  color: #a3a3a3;
  font-size: 14px;
  display: block;
  padding: 3px 0px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

footer .FterSec .fterClmsec .col-2secFt ul li a:hover {
  margin-left: 4px;
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(1) {
  width: 20%;
}

@media (max-width: 767px) {
  footer .FterSec .fterClmsec .col-2secFt:nth-child(1) {
    width: 45%;
  }
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(2) {
  width: 15%;
}

@media (max-width: 991px) {
  footer .FterSec .fterClmsec .col-2secFt:nth-child(2) {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  footer .FterSec .fterClmsec .col-2secFt:nth-child(2) {
    width: 45%;
  }
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(3) {
  width: 40%;
  text-align: center;
  position: static;
}

@media (max-width: 767px) {
  footer .FterSec .fterClmsec .col-2secFt:nth-child(3) {
    width: 100%;
    text-align: left;
  }
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .LogoCntr {
  width: 100%;
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .LogoCntr a {
  display: inline-block;
  width: 120px;
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .LogoCntr a img {
  width: 100%;
  background: white;
  padding: 15px;
  border-radius: 7px;
}

@media (max-width: 767px) {
  footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .LogoCntr a {
    display: none;
  }
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .LogoCntr p {
  color: #ffffff;
  font-size: 16px;
  text-transform: uppercase;
  margin: 20px 0px;
  text-align: center;
}

@media (max-width: 767px) {
  footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .LogoCntr p {
    margin: 15px 0px 0px;
    text-align: left;
  }
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .EmailShec {
  width: 70%;
  display: block;
  margin: 0 auto;
  position: relative;
  padding-top: 20px;
}

@media (max-width: 767px) {
  footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .EmailShec {
    width: 100%;
    padding-top: 10px;
  }
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .EmailShec .frmcntl {
  width: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #ffffff;
  color: #ffffff;
}

@media (max-width: 767px) {
  footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .EmailShec .frmcntl {
    padding-top: 10px;
  }
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .EmailShec .frmcntl:focus ~ label {
  top: 0px;
  opacity: 1;
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .EmailShec label {
  position: absolute;
  left: 0;
  top: 16px;
  color: #fff;
  opacity: 41%;
  font-size: 14px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .EmailShec .BtnImg {
  position: absolute;
  right: 6px;
  top: 16px;
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .ScimediaSec {
  width: 100%;
  position: relative;
  display: block;
  text-align: center;
  margin-top: 35px;
}

@media (max-width: 767px) {
  footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .ScimediaSec {
    margin-top: 10px;
    text-align: left;
    margin-bottom: 16px;
  }
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .ScimediaSec ul li {
  display: inline-block;
  margin-right: 10px;
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .ScimediaSec ul li a {
  height: 30px;
  background: #fff;
  width: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  text-align: center;
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .ScimediaSec ul li a:hover {
  margin-left: 0px;
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(3) .ScimediaSec ul li a svg:not(:root).svg-inline--fa {
  width: 100%;
  color: #000;
  font-size: 17px;
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(4) {
  width: 40%;
}

@media (max-width: 767px) {
  footer .FterSec .fterClmsec .col-2secFt:nth-child(4) {
    width: 88%;
  }
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(4) .AddresShwFter {
  width: 100%;
  display: block;
  padding-right: 35px;
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(4) .AddresShwFter p {
  color: #6b6b6b;
  margin-bottom: 14px;
  text-align: left;
  font-size: 14px;
}
footer .FterSec .fterClmsec .col-2secFt:nth-child(4) .AddresShwFter p b {
  font-size: 18px;
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(4) .AddresShwFter p a {
  color: #6b6b6b;
  font-size: 14px;
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(4) .AddresShwFter .UntFn {
  font-size: 14px;
  color: #ffffff;
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(5) {
  width: 10%;
}

@media (max-width: 767px) {
  footer .FterSec .fterClmsec .col-2secFt:nth-child(5) {
    width: 12%;
  }
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(5) .cerFictin {
  width: 100%;
}

footer .FterSec .fterClmsec .col-2secFt:nth-child(5) .cerFictin img {
  width: 100%;
}

.ftrctr p,.ftrctr p a{color: #cfcfcf!important;display:block;}

.OpnPopCntct {
  opacity: 1;
  visibility: visible;
}

.OpnPopCntct:before {
  width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
}

.OpnPopCntct .PopTxtBx {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 500ms;
          transition-delay: 500ms;
  margin-top: 0px;
}

.pop_up_vdo, .pop_up_vdo1 {
  position: fixed;
  background: #000;
  width: 100%;
  display: inline-block;
  height: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: height 1s ease-in-out;
  transition: height 1s ease-in-out;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
}

.pop_up_vdo .vdo_onply, .pop_up_vdo .vdo_onply1, .pop_up_vdo1 .vdo_onply, .pop_up_vdo1 .vdo_onply1 {
  position: fixed;
  top: 0%;
  left: 0%;
  width: 100%;
  height: 100%;
}

.pop_up_vdo .vdo_onply_ad, .pop_up_vdo .vdo_onply_ad1, .pop_up_vdo1 .vdo_onply_ad, .pop_up_vdo1 .vdo_onply_ad1 {
  -webkit-animation: mymove_opc 1s;
          animation: mymove_opc 1s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-fill-mode: none;
          animation-fill-mode: none;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  opacity: 1;
}

.pop_up_vdo .vdo_onply_ad .cls_vdo, .pop_up_vdo .vdo_onply_ad .cls_vdo1, .pop_up_vdo .vdo_onply_ad1 .cls_vdo, .pop_up_vdo .vdo_onply_ad1 .cls_vdo1, .pop_up_vdo1 .vdo_onply_ad .cls_vdo, .pop_up_vdo1 .vdo_onply_ad .cls_vdo1, .pop_up_vdo1 .vdo_onply_ad1 .cls_vdo, .pop_up_vdo1 .vdo_onply_ad1 .cls_vdo1 {
  display: inline-block;
  background: transparent;
  position: absolute;
  border-radius: 50px;
  right: 93px;
  font-size: 30px;
  top: 0px;
  color: #ffffff;
  z-index: 1;
  -webkit-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
  cursor: pointer;
  width: 40px;
  height: 40px;
  margin-top: 3px;
  background: #000;
  border-radius: 50%;
  right: 9px;
  top: 9px;
}

@media (max-width: 767px) {
  .pop_up_vdo .vdo_onply_ad .cls_vdo, .pop_up_vdo .vdo_onply_ad .cls_vdo1, .pop_up_vdo .vdo_onply_ad1 .cls_vdo, .pop_up_vdo .vdo_onply_ad1 .cls_vdo1, .pop_up_vdo1 .vdo_onply_ad .cls_vdo, .pop_up_vdo1 .vdo_onply_ad .cls_vdo1, .pop_up_vdo1 .vdo_onply_ad1 .cls_vdo, .pop_up_vdo1 .vdo_onply_ad1 .cls_vdo1 {
    width: 40px;
    height: 40px;
    margin-top: 3px;
    background: #000;
    border-radius: 50%;
    right: 9px;
    top: 9px;
  }
  .pop_up_vdo .vdo_onply_ad .cls_vdo .PopBxClsVde, .pop_up_vdo .vdo_onply_ad .cls_vdo1 .PopBxClsVde, .pop_up_vdo .vdo_onply_ad1 .cls_vdo .PopBxClsVde, .pop_up_vdo .vdo_onply_ad1 .cls_vdo1 .PopBxClsVde, .pop_up_vdo1 .vdo_onply_ad .cls_vdo .PopBxClsVde, .pop_up_vdo1 .vdo_onply_ad .cls_vdo1 .PopBxClsVde, .pop_up_vdo1 .vdo_onply_ad1 .cls_vdo .PopBxClsVde, .pop_up_vdo1 .vdo_onply_ad1 .cls_vdo1 .PopBxClsVde {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .pop_up_vdo .vdo_onply_ad .cls_vdo .PopBxClsVde img, .pop_up_vdo .vdo_onply_ad .cls_vdo1 .PopBxClsVde img, .pop_up_vdo .vdo_onply_ad1 .cls_vdo .PopBxClsVde img, .pop_up_vdo .vdo_onply_ad1 .cls_vdo1 .PopBxClsVde img, .pop_up_vdo1 .vdo_onply_ad .cls_vdo .PopBxClsVde img, .pop_up_vdo1 .vdo_onply_ad .cls_vdo1 .PopBxClsVde img, .pop_up_vdo1 .vdo_onply_ad1 .cls_vdo .PopBxClsVde img, .pop_up_vdo1 .vdo_onply_ad1 .cls_vdo1 .PopBxClsVde img {
    width: 20px;
    display: block;
    margin: 0 auto;
  }
}

.pop_up_vdo .vdo_onply_ad #iframe, .pop_up_vdo .vdo_onply_ad #iframe1, .pop_up_vdo .vdo_onply_ad1 #iframe, .pop_up_vdo .vdo_onply_ad1 #iframe1, .pop_up_vdo1 .vdo_onply_ad #iframe, .pop_up_vdo1 .vdo_onply_ad #iframe1, .pop_up_vdo1 .vdo_onply_ad1 #iframe, .pop_up_vdo1 .vdo_onply_ad1 #iframe1 {
  width: 100%;
  height: 100%;
}

.pop_up_vdo_opn, .pop_up_vdo_opn1 {
  opacity: 1;
  z-index: 14;
  height: 100%;
}

.PopBxClsVde {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.PopBxClsVde img {
  width: 20px;
  display: block;
  margin: 0 auto;
  margin-top: 12px;
}

a.tnkpage {
  color: #f17011;
}

.SrclDwwnBtn.nxtSecAct p {
  font-size: 12px !important;
}

.Cl12SlBnerSec.ProDlpgeShw .SrlDwnSec .SrclDwwnBtn p {
  font-size: 12px;
}

.cd-top.cd-is-visible {
  visibility: visible;
  opacity: 1;
  right: 25px;
}

.cd-top {
  display: inline-block;
  height: 40px;
  width: 40px;
  position: fixed;
  bottom: 40px;
  border-radius: 30px;
  right: -200px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #000000 url(../icon/top_arrow.png) no-repeat center 50%;
  background-position: center;
  visibility: hidden;
  opacity: 0;
  z-index: 99;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.title_Affiliations {
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.title_Affiliations h2 {
  font-size: 28px;
  font-family: '$PlayfairDisplay';
  position: relative;
  color: #fff;
}

@media (max-width: 767px) {
  .title_Affiliations h2 {
    margin-bottom: 20px;
  }
}

.title_Affiliations h2:before {
  width: 100px;
  height: 2px;
  top: auto;
  right: auto;
  bottom: -14px;
  left: 50%;
  position: absolute;
  content: "";
  background-color: #f17011;
  -webkit-transform: translate(-50%, 0px);
  transform: translate(-50%, 0px);
}

@media (max-width: 767px) {
  .title_Affiliations h2:before {
    bottom: -6px;
  }
}

.HdrBnrSwnStm {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 96px;
  background-color: #000;
}

.DstLogSwnVrSwn {
  position: absolute;
  right: 4pc;
  bottom: 123px;
  width: 250px;
}

@media (max-width: 991px) {
  .DstLogSwnVrSwn {
    position: relative;
    right: 0px;
    bottom: 0px;
    width: 200px;
    padding: 10px 0px;
  }
}

.DstLogSwnVrSwn img {
  width: 100%;
}

.Cl12SlBnerSec {
  width: 100%;
  position: relative;
  display: block;
  height: 100vh;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1366px) {
  .Cl12SlBnerSec {
    height: auto;
    line-height: 0;
  }
}

@media (max-width: 1140px) {
  .Cl12SlBnerSec {
    height: auto;
    line-height: 0;
  }
}

@media (max-width: 991px) {
  .Cl12SlBnerSec {
    height: auto;
    line-height: 0;
    overflow: hidden;
  }
}

.Cl12SlBnerSec:after {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: #00000035;
}

@media (max-width: 767px) {
  .Cl12SlBnerSec:after {
    background-color: #000;
    opacity: 0.6;
  }
}

.Cl12SlBnerSec .SrlDwnSec .SrclDwwnBtn {
  width: 215px;
  position: absolute;
  bottom: 20px;
  left: 50%;
  text-align: center;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 767px) {
  .Cl12SlBnerSec .SrlDwnSec .SrclDwwnBtn {
    display: none;
  }
}

.Cl12SlBnerSec .SrlDwnSec .SrclDwwnBtn p {
  margin-bottom: 30px;
  color: #ffffff;
  text-align: center;
}

.Cl12SlBnerSec .BnreShetxt {
  width: 49%;
  position: absolute;
  display: block;
  text-align: center;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

@media (max-width: 1140px) {
  .Cl12SlBnerSec .BnreShetxt {
    width: 70%;
  }
}

@media (max-width: 991px) {
  .Cl12SlBnerSec .BnreShetxt {
    width: 92%;
  }
}

@media (max-width: 767px) {
  .Cl12SlBnerSec .BnreShetxt {
    top: 58%;
  }
}

.Cl12SlBnerSec .BnreShetxt h1 {
  font-size: 80px;
  font-family: "Playfair Display", serif;
  color: #ffffff;
}

@media (max-width: 991px) {
  .Cl12SlBnerSec .BnreShetxt h1 {
    font-size: 42px;
  }
}

@media (max-width: 767px) {
  .Cl12SlBnerSec .BnreShetxt h1 {
    font-size: 32px;
  }
}

.Cl12SlBnerSec .BnreShetxt p {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

@media (max-width: 991px) {
  .Cl12SlBnerSec .BnreShetxt p {
    font-size: 20px;
    line-height: 26px;
  }
}

@media (max-width: 991px) {
  .Cl12SlBnerSec .BnreShetxt p {
    font-size: 16px;
    line-height: 20px;
  }
}

.Cl12SlBnerSec .BnerVdeoSec {
  position: absolute;
  right: 75px;
  bottom: 84px;
  z-index: 1;
  cursor: pointer;
}

@media (max-width: 991px) {
  .Cl12SlBnerSec .BnerVdeoSec {
    right: 30px;
    bottom: 30px;
  }
}

.Cl12SlBnerSec .BnerVdeoSec .VdeBner {
  width: 65px;
  height: 65px;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  text-align: center;
}

.Cl12SlBnerSec .BnerVdeoSec .VdeBner:before {
  width: 50px;
  height: 50px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  border-radius: 50%;
  display: block;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

@media (max-width: 767px) {
  .Cl12SlBnerSec .BnerVdeoSec .VdeBner:before {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 991px) {
  .Cl12SlBnerSec .BnerVdeoSec .VdeBner {
    width: 35px;
    height: 35px;
  }
}

.Cl12SlBnerSec .BnerVdeoSec .VdeBner img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .Cl12SlBnerSec .BnerVdeoSec .VdeBner img {
    width: 5px;
  }
}

.Cl12SlBnerSec .BnerVdeoSec .VdeBner:before {
  width: 65px;
  height: 65px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  border-radius: 50%;
  display: block;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

@media (max-width: 991px) {
  .Cl12SlBnerSec .BnerVdeoSec .VdeBner:before {
    width: 40px;
    height: 40px;
    top: 50%;
    right: 0;
    bottom: 0;
    left: 50%;
    position: absolute;
    content: "";
  }
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
            transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.5);
    opacity: 0;
  }
}

.bounce_ar {
  -webkit-animation: bounce 2s infinite;
  animation: bounce 2s infinite;
}

@-webkit-keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%, 100%, 20%, 50%, 80% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@-webkit-keyframes slide {
  from {
    background-position: 0 0;
  }
  to {
    background-position: -400px 0;
  }
}

.OurStryBckImg {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  background-attachment: fixed;
  background-image: url("../images/ourstorybnr.jpg");
  background-size: cover;
}

@media (max-width: 1366px) {
  .OurStryBckImg {
    height: auto;
  }
}

@media (max-width: 1140px) {
  .OurStryBckImg {
    height: auto;
  }
}

@media (max-width: 991px) {
  .OurStryBckImg {
    height: auto;
  }
}

@media (max-width: 767px) {
  .OurStryBckImg {
    height: auto;
    overflow: hidden;
  }
}

.OurStryBckImg:after {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
/*  background-color: rgba(254, 242, 219, 0.83);*/
background: linear-gradient(to bottom, #f5f6f6, rgba(254 242 219 / 76%));
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
}

@media (max-width: 991px) {
  .OurStryBckImg:after {
    width: 100%;
    height: 0%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    position: absolute;
    content: "";
    height: 100%;
    background-color: rgba(254, 242, 219, 0.89);
  }
}

.OurStryBckImg .SrySecSw {
  position: absolute;
  right: -92px;
  -webkit-transform: rotate(269deg) translate(0px, -50%);
          transform: rotate(269deg) translate(0px, -50%);
  top: 50%;
  z-index: 1;
  opacity: 0.3;
}

@media (max-width: 767px) {
  .OurStryBckImg .SrySecSw {
    display:none;
    opacity: 0;
    -webkit-transform: rotate(304deg) translate(0px, -50%);
            transform: rotate(304deg) translate(0px, -50%);
  }
}

.OurStryBckImg .SrySecSw h2 {
  font-size: 111px;
  line-height: 0;
  font-family: "Playfair Display", serif;
  color: #eda370;
  text-transform: uppercase;
}

.OurStryBckImg .OrStryShw {
  width: 700px;
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
  text-align: center;
  padding-top: 30px;
}

@media (max-width: 1366px) {
  .OurStryBckImg .OrStryShw {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 1140px) {
  .OurStryBckImg .OrStryShw {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media (max-width: 991px) {
  .OurStryBckImg .OrStryShw {
    width: auto;
    padding: 50px;
  }
}

@media (max-width: 767px) {
  .OurStryBckImg .OrStryShw {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

.OurStryBckImg .OrStryShw h2 {
  margin-bottom: 36px;
  font-size: 48px;
  font-family: "Playfair Display", serif;
  position: relative;
}

@media (max-width: 1366px) {
  .OurStryBckImg .OrStryShw h2 {
    margin-bottom: 50px;
  }
}

@media (max-width: 1140px) {
  .OurStryBckImg .OrStryShw h2 {
    margin-bottom: 50px;
  }
}

@media (max-width: 991px) {
  .OurStryBckImg .OrStryShw h2 {
    margin-bottom: 35px;
  }
}

@media (max-width: 767px) {
  .OurStryBckImg .OrStryShw h2 {
    font-size: 36px;
    margin-bottom: 35px;
  }
}

.OurStryBckImg .OrStryShw h2:before {
  width: 100px;
  height: 2px;
  top: auto;
  right: auto;
  bottom: -14px;
  left: 50%;
  position: absolute;
  content: "";
  background-color: #f17011;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

@media (max-width: 767px) {
  .OurStryBckImg .OrStryShw h2:before {
    width: 100px;
    height: 2px;
    top: auto;
    right: auto;
    bottom: -5px;
    left: 50%;
    position: absolute;
    content: "";
  }
}

.OurStryBckImg .OrStryShw p {
  text-align: center;
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .OurStryBckImg .OrStryShw p {
    text-align: justify;
  }
}

.OurStryBckImg .OrStryShw .RdmreShw {
  margin-top: 20px;
}

@media (max-width: 1140px) {
  .OurStryBckImg .OrStryShw .RdmreShw {
    margin-top: 50px;
  }
}

@media (max-width: 991px) {
  .OurStryBckImg .OrStryShw .RdmreShw {
    margin-top: 20px;
  }
}

@media (max-width: 767px) {
  .OurStryBckImg .OrStryShw .RdmreShw {
    margin-top: 28px;
  }
}

.OurStryBckImg .OrStryShw .RdmreShw p {
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .OurStryBckImg .OrStryShw .RdmreShw p {
    text-align: center;
  }
}

.OurStryBckImg .OrStryShw .RdmreShw p a {
  color: #f17011;
}

.OurStryBckImg .OrStryShw .RdmreShw p a:hover img {
  width: 23px;
}

.OurStryBckImg .OrStryShw .RdmreShw p a img {
  margin-left: 10px;
  width: 0px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.TraVelDesitnion {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
  height: auto;
}

@media (max-width: 1366px) {
  .TraVelDesitnion {
    height: auto;
    overflow: hidden;
  }
}

@media (max-width: 1140px) {
  .TraVelDesitnion {
    height: auto;
  }
}

@media (max-width: 991px) {
  .TraVelDesitnion {
    height: auto;
  }
}

@media (max-width: 767px) {
  .TraVelDesitnion {
    height: auto;
  }
}

.TraVelDesitnion .TtleDisNatin {
  position: absolute;
  width: 100%;
  z-index: 2;
  text-align: center;
  top: 40px;
}

@media (max-width: 767px) {
  .TraVelDesitnion .TtleDisNatin {
    top: 20px;
  }
}

.TraVelDesitnion .TtleDisNatin h2 {
  font-size: 48px;
  color: #fff;
  font-family: "Playfair Display", serif;
}

@media (max-width: 767px) {
  .TraVelDesitnion .TtleDisNatin h2 {
    font-size: 36px;
  }
}

.TraVelDesitnion .TrVdeisec {
  width: 100%;
  position: relative;
  display: block;
  height: 100%;
}

.TraVelDesitnion .TrVdeisec .owl-carousel.owl-loaded {
  height: 100%;
}

.TraVelDesitnion .TrVdeisec .owl-carousel .owl-stage-outer {
  height: 100%;
}

.TraVelDesitnion .TrVdeisec .owl-carousel .owl-stage {
  height: 100%;
}

.TraVelDesitnion .TrVdeisec .owl-item {
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  height: 100%;
}

.TraVelDesitnion .TrVdeisec .owl-item .item {
  overflow: hidden;
  height: 100%;
}

.TraVelDesitnion .TrVdeisec .owl-item .item:hover .CritemDist img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.TraVelDesitnion .TrVdeisec .owl-item .CritemDist {
  width: 100%;
  position: relative;
  height: 100%;
}

.TraVelDesitnion .TrVdeisec .owl-item .CritemDist img {
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
}

.TraVelDesitnion .TrVdeisec .owl-item .CritemDist:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.67);
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  height: 100%;
  z-index: 1;
}

@media (max-width: 991px) {
  .TraVelDesitnion .TrVdeisec .owl-item .CritemDist:before {
    background-color: rgba(0, 0, 0, 0.37);
  }
}

.TraVelDesitnion .TrVdeisec .owl-item h2 {
  font-size: 30px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  width: 80%;
  bottom: 60px;
  text-align: right;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  z-index: 1;
}

@media (max-width: 767px) {
  .TraVelDesitnion .TrVdeisec .owl-item h2 {
    width: 100%;
    bottom: 18px;
    font-size: 26px;
    left: 0;
    text-align: center;
  }
}

.TraVelDesitnion .TrVdeisec .owl-item.active h2 {
  font-size: 30px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  position: absolute;
  width: 80%;
  bottom: 60px;
  left: 85px;
  text-align: left;
  color: #ffffff;
  font-family: "Playfair Display", serif;
}

@media (max-width: 991px) {
  .TraVelDesitnion .TrVdeisec .owl-item.active h2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .TraVelDesitnion .TrVdeisec .owl-item.active h2 {
    width: 100%;
    bottom: 18px;
    font-size: 26px;
    left: 0;
    text-align: center;
  }
}

.TraVelDesitnion .TrVdeisec .owl-item.active.center {
  position: relative;
  z-index: 1;
  height: 100%;
}

.TraVelDesitnion .TrVdeisec .owl-item.active.center .CritemDist {
  width: 100%;
  position: relative;
  height: 100%;
}

.TraVelDesitnion .TrVdeisec .owl-item.active.center .CritemDist:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color:rgb(40 42 82 / 38%);
  height: 100%;
}

.TraVelDesitnion .TrVdeisec .owl-item.active.center h2 {
  font-size: 48px;
  width: 100%;
  text-align: center;
  left: 0;
}

.owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: 50%;
  width: 80%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  left: 50%;
}

.owl-theme .owl-nav .owl-prev {
  position: absolute;
  left: 0;
}

@media (max-width: 767px) {
  .owl-theme .owl-nav .owl-prev {
    width: 12px !important;
  }
  .owl-theme .owl-nav .owl-prev img {
    width: 100%;
  }
}

.owl-theme .owl-nav .owl-next {
  right: 0;
  position: absolute;
}

@media (max-width: 767px) {
  .owl-theme .owl-nav .owl-next {
    width: 12px !important;
  }
  .owl-theme .owl-nav .owl-next img {
    width: 100%;
  }
}

.owl-theme .owl-nav [class*=owl-] {
  background-color: transparent;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: transparent;
}

.OurSrvices {
  width: 100%;
  position: relative;
  display: block;
  padding: 60px 0px;
  overflow: hidden;
  background: #f7f7f7 url(../images/themebackground.png) fixed repeat;
}

@media (max-width: 991px) {
  .OurSrvices {
    padding: 35px 0px;
  }
}

@media (max-width: 767px) {
  .OurSrvices {
    padding: 35px 0px;
  }
}

.OurSrvices:before {
  width: 100%;
  height: 0%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: #ffffff url("../images/themebackground.png") fixed repeat;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  z-index: 0;
  -webkit-animation: slide 30s linear infinite;
          animation: slide 30s linear infinite;
}

.OurSrvices .SrvShwDesign {
  width: 100%;
  position: relative;
  display: block;
}

.OurSrvices .SrvShwDesign .title {
  width: 100%;
  display: block;
  position: relative;
  margin-bottom: 75px;
  text-align: center;
}

@media (max-width: 991px) {
  .OurSrvices .SrvShwDesign .title {
    margin-bottom: 20px;
  }
}

@media (max-width: 767px) {
  .OurSrvices .SrvShwDesign .title {
    margin-bottom: 20px;
  }
}

.OurSrvices .SrvShwDesign .title h2 {
  font-size: 48px;
  color: #000000;
  font-family: "Playfair Display", serif;
}

@media (max-width: 767px) {
  .OurSrvices .SrvShwDesign .title h2 {
    font-size: 36px;
  }
}

.OurSrvices .SrvShwDesign .cl12SheSerVices {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .OurSrvices .SrvShwDesign .cl12SheSerVices {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn {
  width: 48%;
  position: relative;
}

@media (max-width: 991px) {
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn {
    width: 100%;
  }
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SldrShw {
    width: 100%;
    position: relative;
    display: block;
    overflow: hidden;
    margin-bottom: 30px;
  }
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SldrShw .owl-nav {
    position: absolute;
    top: 16px;
    width: 100%;
    z-index: 1;
  }
}

@media (max-width: 991px) and (max-width: 767px) {
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SldrShw .owl-nav {
    top: 0px;
  }
}

@media (max-width: 991px) {
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SldrShw .owl-nav .owl-prev.disabled {
    opacity: 0.5;
    width: 8px;
  }
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SldrShw .owl-nav .owl-prev {
    left: 0;
    position: absolute;
    width: 20px;
    background: none;
    border: none;
  }
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SldrShw .owl-nav .owl-prev img {
    width: 10px;
  }
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SldrShw .owl-nav img {
    width: 100%;
  }
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SldrShw .owl-nav .owl-next {
    right: 0;
    position: absolute;
    width: 20px;
    background: none;
    border: none;
  }
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SldrShw .owl-nav .owl-next img {
    width: 10px;
  }
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SldrShw .owl-item {
    display: inline-block;
  }
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SldrShw .owl-item .item {
    text-align: center;
  }
}

.OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .Cl12SrvSecdl {
  width: 100%;
  display: none;
  position: relative;
}

.OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SrvDlPgeSec {
  width: 100%;
  position: relative;
  display: block;
}

.OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SrvDlPgeSec .SrvDlPgeSec12Seimg {
  width: 100%;
  position: relative;
  display: block;
  line-height: 0;
}

.OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SrvDlPgeSec .SrvDlPgeSec12Seimg:before {
  width: 100%;
  height: 40%;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(transparent, #000000);
  opacity: 0.7;
}

@media (max-width: 991px) {
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SrvDlPgeSec .SrvDlPgeSec12Seimg:before {
    height: 100%;
    background-color: #000000;
    opacity: 0.4;
  }
}

.OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SrvDlPgeSec .SrvDlPgeSec12Seimg img {
  width: 100%;
}

.OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SrvDlPgeSec .CntAsstTxt {
  position: absolute;
  bottom: 32px;
  padding: 0px 50px;
}

@media (max-width: 991px) {
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SrvDlPgeSec .CntAsstTxt {
    padding: 0px 15px;
    bottom: 25px;
  }
}

.OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SrvDlPgeSec .CntAsstTxt h3 {
  font-size: 36px;
  color: #ffffff;
  margin-bottom: 10px;
  line-height: 1;
  font-family: "Playfair Display", serif;
}

@media (max-width: 991px) {
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SrvDlPgeSec .CntAsstTxt h3 {
    font-size: 30px;
  }
}

.OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SrvDlPgeSec .CntAsstTxt p {
  font-size: 16px;
  color: #ffffff;
  margin: 10px 0px;
  line-height: 20px;
  text-align: justify;
}

@media (max-width: 1140px) {
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SrvDlPgeSec .CntAsstTxt p {
    text-align: justify;
  }
}

@media (max-width: 991px) {
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SrvDlPgeSec .CntAsstTxt p {
    text-align: justify;
  }
}

.OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SrvDlPgeSec .CntAsstTxt .ViwllSecSrv:hover a img {
  width: 20px;
}

.OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SrvDlPgeSec .CntAsstTxt .ViwllSecSrv a {
  color: #f17011;
  text-transform: uppercase;
  font-size: 14.5px;
}

.OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn .SrvDlPgeSec .CntAsstTxt .ViwllSecSrv a img {
  width: 0px;
  vertical-align: middle;
  margin-left: 5px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn ul .ActiSrv {
  color: #000000;
}

.OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn ul li {
  font-size: 40px;
  cursor: pointer;
  line-height: 46px;
  font-family: "Playfair Display", serif;
  color: #9d9d9d;
  width: 100%;
  display: block;
  margin-bottom: 12px;
}

@media (max-width: 1140px) {
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn ul li {
    font-size: 36px;
    line-height: 42px;
    margin-bottom: 7px;
  }
}

@media (max-width: 991px) {
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn ul li {
    font-size: 32px;
  }
}

@media (max-width: 767px) {
  .OurSrvices .SrvShwDesign .cl12SheSerVices .Cl12Shw6Desgn ul li {
    font-size: 18px;
    line-height: 22px;
  }
}

.LiitInpiring {
  width: 100%;
  position: relative;
  display: block;
  padding: 50px 0px;
  background-color: #ffffff;
}

@media (max-width: 991px) {
  .LiitInpiring {
    padding: 30px 0px;
  }
}

.LiitInpiring:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: #000000;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  z-index: 0;
}

.LiitInpiring .InspirShw {
  width: 100%;
  display: block;
}

.LiitInpiring .InspirShw .TileSec {
  display: block;
  text-align: center;
  margin-bottom: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .LiitInpiring .InspirShw .TileSec {
    margin-bottom: 25px;
  }
}

.LiitInpiring .InspirShw .TileSec h4 {
  font-size: 100px;
  color: #ffffff;
  font-family: 'SilverSouthScript';
  line-height: 1;
  padding-bottom: 15px;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .LiitInpiring .InspirShw .TileSec h4 {
    font-size: 45px;
    -webkit-animation: none !important;
            animation: none !important;
  }
}

.LiitInpiring .InspirShw .TileSec h4 span {
  color: #f17011;
}

.LiitInpiring .InspirShw .TileSec p {
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 991px) {
  .LiitInpiring .InspirShw .TileSec p {
    line-height: 20px;
  }
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 478px;
  overflow: hidden;
}

@media (max-width: 1140px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir {
    height: 440px;
  }
}

@media (max-width: 991px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir {
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir {
  width: 75%;
  position: relative;
  height: 100%;
}

@media (max-width: 991px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec.MnSwn {
  opacity: 1;
  visibility: visible;
  left: 0;
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec {
  width: 100%;
  height: 100%;
  position: absolute;
  display: block;
  left: -100%;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all  1s ease;
  transition: all  1s ease;
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr {
  width: 100%;
  position: relative;
  height: 100%;
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .WhySty-VdoBx.AbutVdoBx {
  position: relative;
  height: 100%;
  overflow: hidden;
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .WhySty-VdoBx.AbutVdoBx span {
  height: 100%;
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .WhySty-VdoBx.AbutVdoBx span:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0;
}

@media (max-width: 767px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .WhySty-VdoBx.AbutVdoBx {
    height: 100%;
    position: relative;
  }
}

@media (max-width: 991px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr {
    height: 430px;
  }
}

@media (max-width: 767px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr {
    height: 350px;
  }
}

@media only screen and (max-width: 420px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr {
    height: 205px;
  }
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .Vdo-pstr {
  width: 100%;
  position: absolute;
  z-index: 1;
  display: block;
  cursor: pointer;
  height: 100%;
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .Vdo-pstr img {
  width: 100%;
  height: auto;
}

@media (max-width: 767px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .Vdo-pstr img {
    height: 100%;
  }
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .Vdo-pstr small {
  position: absolute;
  z-index: 1;
  top: 26px;
  color: #fff;
  left: 35px;
  display: none;
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .Vdo-pstr .VdeBner {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .Vdo-pstr .VdeBner:before {
  width: 50px;
  height: 50px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  border-radius: 50%;
  display: block;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

@media (max-width: 767px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .Vdo-pstr .VdeBner:before {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 767px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .Vdo-pstr .VdeBner {
    height: 40px;
    width: 40px;
  }
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .Vdo-pstr .VdeBner img {
  width: auto;
  height: auto;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .Vdo-pstr .VdeBner img {
    width: 5px;
  }
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .Why-Vdo {
  width: 100%;
  position: relative;
  display: block;
  height: 455px;
}

@media (max-width: 991px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .Why-Vdo {
    overflow: hidden;
    z-index: 0;
    position: relative;
    height: 100%;
  }
}

@media (max-width: 767px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .Why-Vdo {
    height: 100%;
  }
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl9ShwMnInspir .cl12InsSec .VdeSecInspr .Why-Vdo iframe {
  width: 100%;
  height: 100%;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir {
  width: 22%;
  position: relative;
}

@media (max-width: 991px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir {
    width: 100%;
    margin-top: 446px;
  }
}

@media (max-width: 767px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir {
    margin-top: 361px;
  }
}

@media only screen and (max-width: 420px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir {
    width: 100%;
    margin-top: 220px;
  }
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn {
  width: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn .Cl3SecShwMnAct {
  border-left: 4px solid #d4620f;
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn .Cl3SecShwMn {
  display: block;
  width: 100%;
  line-height: 0;
  cursor: pointer;
  margin-bottom: 10px;
  position: relative;
}

@media (max-width: 1140px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn .Cl3SecShwMn {
    margin-bottom: 28px;
  }
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn .Cl3SecShwMn:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.3;
}

@media (max-width: 991px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn .Cl3SecShwMn {
    width: 31%;
    margin-bottom: 0px;
  }
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn .Cl3SecShwMn:last-child {
  margin-bottom: 0px;
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn .Cl3SecShwMn img {
  width: 100%;
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn .Cl3SecShwMn small {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 90%;
  font-size: 18px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  text-align: center;
  line-height: 21px;
}

@media (max-width: 991px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn .Cl3SecShwMn small {
    display: none;
  }
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn .Cl3SecShwMn .VdeBner {
  position: absolute;
  top: 7px;
  right: 7px;
  left: auto;
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(-50%, -50%);
  transform: none;
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn .Cl3SecShwMn .VdeBner:before {
  width: 35px;
  height: 35px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  border-radius: 50%;
  display: block;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

@media (max-width: 767px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn .Cl3SecShwMn .VdeBner:before {
    width: 35px;
    height: 35px;
  }
}

@media (max-width: 767px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn .Cl3SecShwMn .VdeBner {
    width: 22px;
    height: 22px;
  }
}

.LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn .Cl3SecShwMn .VdeBner img {
  width: auto;
  height: auto;
  margin: 0 auto;
  width: 5px;
}

@media (max-width: 767px) {
  .LiitInpiring .InspirShw .Cl12ShwMnInspir .Cl3ShwMnInspir .Ccl12SwMn .Cl3SecShwMn .VdeBner img {
    width: 3px;
  }
}

.Cl12SwMnWth {
  text-align: center;
  margin-top: 40px;
  position: relative;
}

@media (max-width: 991px) {
  .Cl12SwMnWth {
    margin-top: 20px;
  }
}

.Cl12SwMnWth a {
  color: #d4620f;
  text-transform: uppercase;
}

.Cl12SwMnWth a:hover img {
  width: 26px;
}

.Cl12SwMnWth a img {
  vertical-align: middle;
  margin-left: 10px;
  width: 0px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.OurComintSec {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: url("../images/sustainable.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 530px;
  background-position: top center;
}

@media (max-width: 1024px) {
  .OurComintSec {
    background-size: contain;
    background-attachment: inherit;
    height: auto;
    padding: 37px 0px;
  }
}

@media (max-width: 991px) {
  .OurComintSec {
    height: auto;
    padding: 30px;
    background-size: cover;
    background-attachment: inherit;
  }
}

.OurComintSec:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: #000;
  opacity: 0.5;
}

@media (max-width: 991px) {
  .OurComintSec:before {
    opacity: 0.8;
  }
}

.OurComintSec .Cmntmntcl12 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.OurComintSec .Cmntmntcl12 .TlteHderShw {
  display: block;
  width: 670px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}

@media (max-width: 991px) {
  .OurComintSec .Cmntmntcl12 .TlteHderShw {
    width: 100%;
  }
}

.OurComintSec .Cmntmntcl12 .TlteHderShw h5 {
  font-size: 48px;
  color: #ffffff;
  line-height: 1;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
}

@media (max-width: 991px) {
  .OurComintSec .Cmntmntcl12 .TlteHderShw h5 {
    font-size: 36px;
  }
}

.OurComintSec .Cmntmntcl12 .TlteHderShw p {
  color: #ffffff;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .OurComintSec .Cmntmntcl12 .TlteHderShw p {
    text-align: center;
  }
}

.testisec {
  padding: 30px 0px 45px;
  position: relative;
  display: block;
  background: #f7f7f7 url(../images/themebackground.png) fixed repeat;
}

.PrntSay .Prtays {
  width: 100%;
  display: block;
}

.PrntSay .Prtays .TtlePnter {
  display: block;
  position: relative;
  text-align: center;
}

.PrntSay .Prtays .TtlePnter h6 {
  font-size: 48px;
  font-family: "Playfair Display", serif;
}

@media (max-width: 991px) {
  .PrntSay .Prtays .TtlePnter h6 {
    font-size: 36px;
  }
}








.PrntSay .leftSwTst {
  position: absolute;
  left: -62px;
  font-size: 39px;
  top: -20px;
}

.PrntSay .leftSwTst img {
  -webkit-filter: brightness(0);
          filter: brightness(0);
}

.PrntSay .RghtSwTst {
  position: absolute;
  right: -25px;
  bottom: 5px;
  font-size: 38px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  display: none;
}

.MnVdwoImg {
  display: none;
}

@media (max-width: 767px) {
  .MnVdwoImg {
    display: block;
  }
}

.linall {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.sub_mess {
  color: #FF5722 !important;
  background: none !important;
  margin-left: 77px !important;
}

.Cl12SlBnerSec.ProDlpgeShw.AbtSlidrSn.Inspirtin.impasive {
  background-image: url(../images/Little-inspiration-header-image.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.Cl12SlBnerSec.mhtext .BnreShetxt h1 {
  font-family: 'SilverSouthScript' !important;
}

.Cl12SlBnerSec .SrlDwnSec .SrclDwwnBtn .nxtSecAct p {
  font-size: 12px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #f78117;
}

.Cl12SlBnerSec.ProDlpgeShw.AbtSlidrSn {
  background-image: url("../images/slderabt.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1366px) {
  .Cl12SlBnerSec.ProDlpgeShw.AbtSlidrSn {
    height: auto;
  }
}

@media (max-width: 991px) {
  .Cl12SlBnerSec.ProDlpgeShw.AbtSlidrSn {
    height: 40vh;
    background-position: bottom;
  }
}

@media (max-width: 767px) {
  .Cl12SlBnerSec.ProDlpgeShw.AbtSlidrSn {
    height: 50vh;
    background-position: bottom;
  }
}

@media (max-width: 991px) {
  .Cl12SlBnerSec.ProDlpgeShw.AbtSlidrSn .BnreShetxt {
    top: 60%;
  }
}

@media (max-width: 767px) {
  .Cl12SlBnerSec.ProDlpgeShw.AbtSlidrSn .BnreShetxt h1 {
    font-size: 28px !important;
  }
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw {
  position: relative;
  display: block;
  background: none;
}

@media (max-width: 767px) {
  .OvreVewSecSw.AbutCntTxtBx.AbtBnrShw {
    padding: 20px 0px;
  }
}

@media (max-width: 991px) {
  .OvreVewSecSw.AbutCntTxtBx.AbtBnrShw {
    padding: 35px 0px;
  }
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: #f7f7f7 url("../images/themebackground.png") fixed repeat;
  z-index: -1;
}

@media (max-width: 767px) {
  .OvreVewSecSw.AbutCntTxtBx.AbtBnrShw .OvrSecMn h2 {
    font-size: 36px;
  }
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw .OvrSecMn p {
  text-align: justify;
}

.BnerAbtSecSw {
  width: 100%;
  background-image: url("../images/abtbnnernv.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh;
}

@media (max-width: 1366px) {
  .BnerAbtSecSw {
    height: 100vh;
  }
}

@media (max-width: 991px) {
  .BnerAbtSecSw {
    height: auto;
  }
}

.BnerAbtSecSw .VlueVisbnMisin {
  width: 670px;
  background: rgba(0, 0, 0, 0.7);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  margin-left: 66px;
}

@media (max-width: 767px) {
  .BnerAbtSecSw .VlueVisbnMisin {
    margin-left: 0px;
    width: 100%;
  }
}

.BnerAbtSecSw .VlueVisbnMisin .MisinVlue {
  width: 100%;
  padding: 0px 40px;
  text-align: center;
}

@media (max-width: 991px) {
  .BnerAbtSecSw .VlueVisbnMisin .MisinVlue {
    padding: 25px 40px;
  }
}

@media (max-width: 767px) {
  .BnerAbtSecSw .VlueVisbnMisin .MisinVlue {
    padding: 20px 10px;
  }
}

.BnerAbtSecSw .VlueVisbnMisin .MisinVlue h2 {
  font-size: 48px;
  color: #ffffff;
  position: relative;
  font-family: "Playfair Display", serif;
  margin-bottom: 36px;
  padding-bottom: 10px;
}

@media (max-width: 767px) {
  .BnerAbtSecSw .VlueVisbnMisin .MisinVlue h2 {
    margin-bottom: 22px;
    font-size: 36px;
  }
}

.BnerAbtSecSw .VlueVisbnMisin .MisinVlue h2:before {
  width: 100px;
  height: 2px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  background-color: #f17011;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.BnerAbtSecSw .VlueVisbnMisin .MisinVlue p {
  color: #ffffff;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .BnerAbtSecSw .VlueVisbnMisin .MisinVlue p {
    text-align: justify;
  }
}

.WhyDisntShw {
  width: 100%;
  position: relative;
  display: block;
  padding: 55px 0px;
}

.WhyDisntShw .WhyDisntDnt {
  width: 785px;
  display: block;
  text-align: center;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .WhyDisntShw .WhyDisntDnt {
    width: 100%;
  }
}

.WhyDisntShw .WhyDisntDnt .TtleSecShw {
  width: 100%;
  position: relative;
  display: block;
}

.WhyDisntShw .WhyDisntDnt .TtleSecShw .OvrSecMn h2 {
  margin-bottom: 24px;
}

@media (max-width: 767px) {
  .WhyDisntShw .WhyDisntDnt .TtleSecShw .OvrSecMn h2 {
    font-size: 32px;
    margin-bottom: 15px;
    line-height: 40px;
  }
}

.WhyDisntShw .WhyDisntDnt .TtleSecShw .OvrSecMn h2 span {
  font-family: 'SilverSouthScript';
  padding-right: 15px;
}

.WhyDisntShw .WhyDisntDnt .TtleSecShw h4 {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .WhyDisntShw .WhyDisntDnt .TtleSecShw h4 {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .WhyDisntShw .WhyDisntDnt .TtleSecShw h4 {
    font-size: 24px;
    line-height: 1;
    margin-bottom: 10px;
  }
}

.WhyDisntShw .WhyDisntDnt .TtleSecShw p {
  color: #000000;
  font-size: 16px;
  text-align: center;
}

@media (max-width: 767px) {
  .WhyDisntShw .WhyDisntDnt .TtleSecShw p {
    text-align: justify;
  }
}

.WhyDisntShw .WhyDisntDnt .TtleSecShw .VdeSecShw {
  margin-top: 20px;
  display: inline-block;
  border: 4px solid #f78117;
  border-radius: 50%;
}

@media (max-width: 767px) {
  .WhyDisntShw .WhyDisntDnt .TtleSecShw .VdeSecShw {
    margin-top: 12px;
  }
}

.WhyDisntShw .WhyDisntDnt .TtleSecShw .VdeSecShw .VdeParSec {
  width: 75px;
  height: 75px;
  border: 2px solid #ffffff;
  border-radius: 50%;
  background: #f78117;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

@media (max-width: 767px) {
  .WhyDisntShw .WhyDisntDnt .TtleSecShw .VdeSecShw .VdeParSec {
    width: 60px;
    height: 60px;
  }
}

.WhyDisntShw .WhyDisntDnt .TtleSecShw .VdeSecShw .VdeParSec:before {
  width: 65px;
  height: 65px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #6b3809;
  border-radius: 50%;
  display: block;
  -webkit-animation: pulse-border 2500ms ease-out infinite;
          animation: pulse-border 2500ms ease-out infinite;
}

@media (max-width: 767px) {
  .WhyDisntShw .WhyDisntDnt .TtleSecShw .VdeSecShw .VdeParSec:before {
    height: 55px;
    width: 55px;
  }
}

.WhyDisntShw .WhyDisntDnt .TtleSecShw .VdeSecShw .VdeParSec img {
  display: block;
  margin: 0 auto;
}

.SlidrBnnrAbt {
  width: 100%;
  position: relative;
  display: block;
  margin-top: 50px;
}

@media (max-width: 1140px) {
  .SlidrBnnrAbt {
    padding: 0px 30px;
  }
}

@media (max-width: 991px) {
  .SlidrBnnrAbt {
    padding: 0px 30px;
  }
}

@media (max-width: 767px) {
  .SlidrBnnrAbt {
    margin-top: 35px;
    padding: 0px 0px;
  }
}

.SlidrBnnrAbt .owl-theme .owl-nav {
  width: 100%;
}

@media (max-width: 767px) {
  .SlidrBnnrAbt .owl-theme .owl-nav {
    width: auto;
    left: auto;
    right: 0;
    top: -31px;
    -webkit-transform: none;
            transform: none;
  }
}

.SlidrBnnrAbt .owl-theme .owl-nav .owl-prev {
  left: -50px;
}

@media (max-width: 991px) {
  .SlidrBnnrAbt .owl-theme .owl-nav .owl-prev {
    left: -40px;
  }
}

@media (max-width: 767px) {
  .SlidrBnnrAbt .owl-theme .owl-nav .owl-prev {
    left: 0px;
    position: relative;
  }
}

.SlidrBnnrAbt .owl-theme .owl-nav .owl-next {
  right: -50px;
}

@media (max-width: 991px) {
  .SlidrBnnrAbt .owl-theme .owl-nav .owl-next {
    right: -40px;
  }
}

@media (max-width: 767px) {
  .SlidrBnnrAbt .owl-theme .owl-nav .owl-next {
    right: 0px;
    position: relative;
  }
}

.SlidrBnnrAbt .item {
  position: relative;
}

.SlidrBnnrAbt .item:hover .imgCntSecmn {
  top: 50%;
  height: 100%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

.SlidrBnnrAbt .item:hover .imgCntSecmn .DmnSec {
  height: auto;
}

.SlidrBnnrAbt .item:hover .imgCntSecmn p {
  opacity: 1;
  visibility: visible;
}

.SlidrBnnrAbt .item:hover .ImgSliSec img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.SlidrBnnrAbt .ImgSliSec {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.SlidrBnnrAbt .ImgSliSec img {
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.SlidrBnnrAbt .ImgSliSec:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: #000000;
  opacity: 0.5;
  z-index: 1;
}

@media (max-width: 767px) {
  .SlidrBnnrAbt .ImgSliSec:before {
    opacity: 0.7;
  }
}

.SlidrBnnrAbt .imgCntSecmn {
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0px 30px;
  text-align: center;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  top: 50%;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  z-index: 1;
  height: 63px;
}

@media (max-width: 1140px) {
  .SlidrBnnrAbt .imgCntSecmn {
    padding: 0px 10px;
  }
}

.SlidrBnnrAbt .imgCntSecmn .DmnSec {
  height: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  .SlidrBnnrAbt .imgCntSecmn {
    height: auto;
    top: 50%;
    padding: 0px 10px;
  }
}

.SlidrBnnrAbt .imgCntSecmn h2 {
  font-size: 28px;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
  color: #ffffff;
  line-height: 30px;
}

@media (max-width: 1140px) {
  .SlidrBnnrAbt .imgCntSecmn h2 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .SlidrBnnrAbt .imgCntSecmn h2 {
    font-size: 24px;
    line-height: 26px;
  }
}

.SlidrBnnrAbt .imgCntSecmn p {
  color: #ffffff;
  font-size: 16px;
  opacity: 0;
  line-height: 20px;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.SlidrBnnrAbt .imgCntSecmn p a {
  color: #f17011;
}

@media (max-width: 767px) {
  .SlidrBnnrAbt .imgCntSecmn p {
    opacity: 1;
    text-align: justify;
    visibility: visible;
  }
}

.AnyFinlySec {
  width: 100%;
  position: relative;
  background-image: url("../images/aboutbnner/bnnersecmnal.jpg");
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

@media (max-width: 1366px) {
  .AnyFinlySec {
    height: auto;
  }
}

@media (max-width: 991px) {
  .AnyFinlySec {
    height: auto;
  }
}

.AnyFinlySec:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: #000000;
  opacity: 0.2;
  z-index: 0;
}

.AnyFinlySec h4 {
  position: absolute;
  font-size: 48px;
  color: #ffffff;
  text-align: center;
  font-family: '$PlayfairDisplay';
  top: 35%;
  text-align: center;
  width: 100%;
}

@media (max-width: 1140px) {
  .AnyFinlySec h4 {
    font-size: 36px;
  }
}

@media (max-width: 991px) {
  .AnyFinlySec h4 {
    line-height: 1;
    top: 64%;
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .AnyFinlySec h4 {
    font-size: 22px;
  }
}

.AbtSecCnt {
  width: 100%;
  position: relative;
}

.AbtSecCnt .CntAbtSec {
  width: 100%;
  padding: 40px 95px;
  text-align: center;
  margin-top: -140px;
  position: relative;
  background: #fff;
}

@media (max-width: 991px) {
  .AbtSecCnt .CntAbtSec {
    margin-top: -60px;
    padding: 40px 50px;
  }
}

@media (max-width: 767px) {
  .AbtSecCnt .CntAbtSec {
    padding: 35px 12px;
    margin-top: 0px;
  }
}

.AbtSecCnt .CntAbtSec p {
  font-size: 16px;
  color: #000000;
  text-align: justify;
}

.AbtSecCnt .CntAbtSec img {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .AbtSecCnt .CntAbtSec img {
    margin-bottom: 15px;
  }
}

.AbtSecCnt .CntAbtSec p {
  font-size: 25px;
  line-height: 28px;
}

@media (max-width: 767px) {
  .AbtSecCnt .CntAbtSec p {
    font-size: 16px;
    text-align: justify;
  }
}

.AbtSecCnt .CntAbtSec .ViwBtn {
  width: 100%;
  display: block;
  margin-top: 20px;
}

.AbtSecCnt .CntAbtSec .ViwBtn a {
  display: inline-block;
  padding: 6px 45px;
  background: #f78117;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  font-size: 30px;
}

@media (max-width: 767px) {
  .AbtSecCnt .CntAbtSec .ViwBtn a {
    font-size: 20px;
    padding: 4px 42px;
    font-size: 20px;
  }
}

p {
  text-align: justify;
}

.AnimateSec.activeAnimte .mntypeShw .TyecssLt {
  white-space: nowrap;
  overflow: hidden;
  -webkit-animation: animated-text 1.5s steps(40, end) 1.5s 1 normal both;
          animation: animated-text 1.5s steps(40, end) 1.5s 1 normal both;
}

@-webkit-keyframes animated-text {
  from {
    width: 0;
  }
  to {
    width: 472px;
  }
}

@keyframes animated-text {
  from {
    width: 0;
  }
  to {
    width: 472px;
  }
}

@media (max-width: 1366px) {
  .bg {
    display: block !important;
    width: 100%;
  }
}

.Cl12SlBnerSec.ProDlpgeShw.AbtSlidrSn.Inspirtin {
  background-image: url("../images/bannerinsp.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.Cl12SlBnerSec.ProDlpgeShw.AbtSlidrSn.Inspirtin .BnreShetxt h1 {
  font-family: 'SilverSouthScript';
  font-size: 100px;
  line-height: 1;
}

@media (max-width: 767px) {
  .Cl12SlBnerSec.ProDlpgeShw.AbtSlidrSn.Inspirtin .BnreShetxt h1 {
    font-size: 52px;
  }
}

.Cl12SlBnerSec.ProDlpgeShw.AbtSlidrSn.Inspirtin .BnreShetxt p {
  font-family: "Playfair Display", serif;
  font-size: 18px;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw {
  position: relative;
  display: block;
  background: none;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: #f7f7f7 url("../images/themebackground.png") fixed repeat;
  z-index: -1;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt .OvrSecMn h5 {
  font-size: 16px;
  text-align: left;
}

@media (max-width: 767px) {
  .WhyDisntShw.inpVideSec {
    padding: 30px 0px;
  }
}

.WhyDisntShw.inpVideSec .WhyDisntDnt {
  width: 100%;
}

.WhyDisntShw.inpVideSec .IndCol12Sec {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  line-height: 0;
  height: 467px;
}

@media (max-width: 991px) {
  .WhyDisntShw.inpVideSec .IndCol12Sec {
    height: auto;
  }
}

@media (max-width: 767px) {
  .WhyDisntShw.inpVideSec .IndCol12Sec {
    margin-top: 20px;
    height: auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp8col {
  width: 67%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 0;
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp8col small {
  position: absolute;
  top: 50%;
  line-height: 31px;
  left: auto;
  color: #fff;
  font-size: 24px;
  width: 100%;
  text-align: center;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

@media (max-width: 767px) {
  .WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp8col small {
    font-size: 18px;
    line-height: 22px;
  }
}

@media (max-width: 767px) {
  .WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp8col {
    width: 100%;
    margin-bottom: 20px;
  }
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp8col .ImgInpSec {
  width: 100%;
  position: relative;
  display: block;
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp8col .ImgInpSec:after {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp8col .ImgInpSec img {
  width: 100%;
  height: 100%;
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp8col .VdeSecInp {
  position: absolute;
  left: auto;
  top: 20px;
  -webkit-transform: translate(-50%, -50%);
  transform: none;
  right: 20px;
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp8col .VdeSecInp .VdeBner {
  width: 50px;
  height: 50px;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp8col .VdeSecInp .VdeBner {
    width: 35px;
    height: 35px;
  }
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp8col .VdeSecInp .VdeBner img {
  display: block;
  margin: 0 auto;
  width: 6px;
}

@media (max-width: 767px) {
  .WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp8col .VdeSecInp .VdeBner img {
    width: 5px;
  }
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp8col .VdeSecInp .VdeBner:before {
  width: 50px;
  height: 50px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  border-radius: 50%;
  display: block;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

@media (max-width: 767px) {
  .WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp8col .VdeSecInp .VdeBner:before {
    width: 35px;
    height: 35px;
  }
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp4col {
  width: 30%;
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp4col {
    width: 100%;
  }
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp4col .cl12SecVdeInp {
  width: 100%;
  position: relative;
  height: 48%;
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  .WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp4col .cl12SecVdeInp {
    margin-bottom: 12px;
  }
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp4col .cl12SecVdeInp .CntImpric {
  position: absolute;
  top: 10px;
  left: auto;
  -webkit-transform: translate(-50%, -50%);
  transform: none;
  right: 10px;
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp4col .cl12SecVdeInp .CntImpric .VdeBner {
  width: 35px;
  height: 35px;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp4col .cl12SecVdeInp .CntImpric .VdeBner {
    width: 35px;
    height: 35px;
  }
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp4col .cl12SecVdeInp .CntImpric .VdeBner img {
  display: block;
  margin: 0 auto;
  width: 5px;
}

@media (max-width: 767px) {
  .WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp4col .cl12SecVdeInp .CntImpric .VdeBner img {
    width: 5px;
  }
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp4col .cl12SecVdeInp .CntImpric .VdeBner:before {
  width: 35px;
  height: 35px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  border-radius: 50%;
  display: block;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

@media (max-width: 767px) {
  .WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp4col .cl12SecVdeInp .CntImpric .VdeBner:before {
    width: 35px;
    height: 35px;
  }
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp4col .cl12SecVdeInp .ImgInsp {
  width: 100%;
  position: relative;
  height: 100%;
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp4col .cl12SecVdeInp .ImgInsp:after {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: rgba(0, 0, 0, 0.3);
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp4col .cl12SecVdeInp .ImgInsp img {
  width: 100%;
  height: 100%;
}

.WhyDisntShw.inpVideSec .IndCol12Sec .colmdinsp4col .cl12SecVdeInp small {
  position: absolute;
  top: 50%;
  left: auto;
  color: #fff;
  font-size: 18px;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
  width: 100%;
  text-align: center;
}

.ViwAllblgshw {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}

@media (max-width: 767px) {
  .ViwAllblgshw {
    margin-top: 15px;
  }
}

.ViwAllblgshw a {
  display: inline-block;
  text-align: center;
  padding: 6px 40px;
  background: #000;
  color: #fff;
  position: relative;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  cursor: pointer;
}

.ViwAllblgshw a span {
  margin-left: 10px;
  display: inline-block;
  font-size: 24px;
  line-height: 0;
}

.DintinGides {
  width: 100%;
  position: relative;
  display: block;
  padding: 40px 0px;
}

.DintinGides .DstGudesSwn {
  width: 100%;
  position: relative;
}

.DintinGides .DstGudesSwn .choose_slider {
  height: 540px;
  width: 73%;
  display: block;
  margin: 0 auto;
  position: relative;
}

@media (max-width: 1240px) {
  .DintinGides .DstGudesSwn .choose_slider {
    width: 85%;
  }
}

@media (max-width: 991px) {
  .DintinGides .DstGudesSwn .choose_slider {
    width: 100%;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .DintinGides .DstGudesSwn .choose_slider {
    height: auto;
    width: 100%;
  }
}

.DintinGides .DstGudesSwn .choose_slider .item {
  width: 100%;
  position: relative;
  display: block;
  background-color: #fff;
  line-height: 0;
}

.DintinGides .DstGudesSwn .choose_slider .item img {
  width: 100%;
}

.DintinGides .DstGudesSwn .choose_slider .item .BtnSreGuid {
  position: absolute;
  bottom: 70px;
  width: 100%;
  text-align: center;
  z-index: 1;
}

.DintinGides .DstGudesSwn .choose_slider .item .BtnSreGuid a {
  display: inline-block;
  padding: 5px 30px;
  background: #f17011;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 16px;
  text-transform: uppercase;
}

.DintinGides .DstGudesSwn .choose_slider .item .ImgCntShw {
  width: 100%;
  position: absolute;
  top: 20px;
  text-align: center;
  z-index: 1;
  padding: 0px 10px;
}

.DintinGides .DstGudesSwn .choose_slider .item .ImgCntShw img {
  width: 80px;
  margin: 0 auto;
}

.DintinGides .DstGudesSwn .choose_slider .item .ImgCntShw p {
  font-size: 40px;
  color: #ffffff;
  line-height: 25px;
  margin-top: 15px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}

@media (max-width: 767px) {
  .DintinGides .DstGudesSwn .choose_slider .item .ImgCntShw p {
    margin-top: 0px;
  }
}

.DintinGides .DstGudesSwn .choose_slider .item .ImgCntShw small {
  color: #ffffff;
  font-size: 12px;
  margin-top: 7px;
  display: block;
  line-height: 1;
}

.DintinGides .DstGudesSwn .previous_item_2 .ImgSecMn, .DintinGides .DstGudesSwn .next_item_2 .ImgSecMn {
  position: relative;
}

.DintinGides .DstGudesSwn .previous_item_2 .ImgSecMn:after, .DintinGides .DstGudesSwn .next_item_2 .ImgSecMn:after {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: #000000;
  opacity: 0;
}

.DintinGides .DstGudesSwn .previous_item .ImgSecMn, .DintinGides .DstGudesSwn .next_item .ImgSecMn {
  position: relative;
}

.DintinGides .DstGudesSwn .previous_item .ImgSecMn:after, .DintinGides .DstGudesSwn .next_item .ImgSecMn:after {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: #000000;
  opacity: 0;
}

.DintinGides .DstGudesSwn .current_item .ImgSecMn {
  position: relative;
}

.DintinGides .DstGudesSwn .current_item .ImgSecMn:after {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: #000000;
  opacity: 0;
}

.DintinGides .DstGudesSwn .prev, .DintinGides .DstGudesSwn .next {
  position: absolute;
  top: 50%;
  left: 100px;
  width: 16px;
  border-radius: 100%;
  text-align: center;
  line-height: 30px;
  color: #fff;
  background: transparent;
  cursor: pointer;
  z-index: 5;
  -webkit-transform: translate(0px, -50%);
          transform: translate(0px, -50%);
}

@media (max-width: 767px) {
  .DintinGides .DstGudesSwn .prev, .DintinGides .DstGudesSwn .next {
    width: 12px;
    left: 15px;
  }
}

.DintinGides .DstGudesSwn .prev img, .DintinGides .DstGudesSwn .next img {
  width: 100%;
}

.DintinGides .DstGudesSwn .next {
  left: calc(100% - 100px);
}

@media (max-width: 767px) {
  .DintinGides .DstGudesSwn .next {
    left: calc(100% - 26px);
  }
}

.DintinGides .DstGudesSwn .no_select {
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.DintinGides {
  width: 100%;
  padding: 50px 0px 80px;
  background-color: #000000;
  overflow: hidden;
}

@media (max-width: 767px) {
  .DintinGides {
    padding: 30px 0px 40px;
  }
}

.DintinGides .TlteSecMn {
  width: 100%;
  margin-bottom: 40px;
  text-align: center;
}

@media (max-width: 767px) {
  .DintinGides .TlteSecMn {
    margin-bottom: 15px;
  }
}

.DintinGides .TlteSecMn h3 {
  font-size: 48px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
}

@media (max-width: 767px) {
  .DintinGides .TlteSecMn h3 {
    font-size: 36px;
  }
}

.BlogSecShwMn {
  width: 100%;
  position: relative;
  display: block;
  padding: 40px 0px;
}

.BlogSecShwMn .BlgCntMn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

.BlogSecShwMn .BlgCntMn .BlogClsec {
  position: relative;
  display: block;
  overflow: hidden;
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec {
    width: 100%;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec:hover .ImgCl12MnBlg img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.BlogSecShwMn .BlgCntMn .BlogClsec:hover .BlmnSecBrs .MnImgShw img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.BlogSecShwMn .BlgCntMn .BlogClsec .MnImgShw {
  overflow: hidden;
  display: block;
  line-height: 0;
}

.BlogSecShwMn .BlgCntMn .BlogClsec .BlmnSecBrs {
  width: 100%;
  display: block;
  overflow: hidden;
}

.BlogSecShwMn .BlgCntMn .BlogClsec .BlmnSecBrs img {
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.BlogSecShwMn .BlgCntMn .BlogClsec .BlmnSecBrs .Cl12BlgSec {
  padding: 32px 24px;
  width: 100%;
}

@media (max-width: 991px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec .BlmnSecBrs .Cl12BlgSec {
    padding: 14px 22px;
  }
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec .BlmnSecBrs .Cl12BlgSec {
    padding: 16px 14px;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec .BlmnSecBrs .Cl12BlgSec small {
  color: #f4924c;
  font-size: 14px;
  display: block;
  margin-bottom: 18px;
}

.BlogSecShwMn .BlgCntMn .BlogClsec .BlmnSecBrs .Cl12BlgSec h5 {
  font-size: 24px;
  color: #000;
  font-family: "Playfair Display", serif;
  line-height: 26px;
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec .BlmnSecBrs .Cl12BlgSec h5 {
    font-size: 20px;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec .BlmnSecBrs {
  width: 100%;
  position: relative;
  display: block;
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(1) {
  width: 66%;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(1) {
    width: 100%;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(1):before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(transparent, #000000);
  opacity: 0.9;
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(1):before {
    z-index: 1;
    opacity: 0.2;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(1) .MnBlgCnt {
  position: absolute;
  bottom: 60px;
  padding: 0px 45px;
  width: 75%;
  z-index: 2;
}

@media (max-width: 991px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(1) .MnBlgCnt {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(1) .MnBlgCnt {
    width: 100%;
    padding: 0px 25px;
    bottom: 34px;
  }
}

@media (max-width: 991px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(1) .MnBlgCnt {
    width: 100%;
    padding: 0px 15px;
    bottom: 22px;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(1) .MnBlgCnt small {
  font-size: 14px;
  color: #ffffff;
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(1) .MnBlgCnt h3 {
  font-size: 30px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  line-height: 30px;
  margin-top: 8px;
}

@media (max-width: 991px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(1) .MnBlgCnt h3 {
    font-size: 20px;
    line-height: 21px;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec .ImgCl12MnBlg {
  width: 100%;
  position: relative;
  line-height: 0;
  overflow: hidden;
}

.BlogSecShwMn .BlgCntMn .BlogClsec .ImgCl12MnBlg img {
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  height: 100%;
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(2) {
  width: 32%;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(2) {
    width: 100%;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(2) .BlmnSecBrs {
  width: 100%;
  display: block;
}

.BlogSecShwMn .BlgCntMn .BlogClsec .MnBlgCnt {
  padding: 32px 24px;
  width: 100%;
  position: relative;
  bottom: 0;
}

@media (max-width: 991px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec .MnBlgCnt {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec .MnBlgCnt {
    padding: 17px 16px;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec .MnBlgCnt small {
  color: #f4924c;
  font-size: 14px;
  display: block;
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec .MnBlgCnt small {
    margin-bottom: 10px;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec .MnBlgCnt h3 {
  font-size: 24px;
  color: #000;
  font-family: "Playfair Display", serif;
  line-height: 26px;
}

@media (max-width: 991px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec .MnBlgCnt h3 {
    font-size: 20px;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(6), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(11), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(16), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(21), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(26), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(31), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(36), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(41) {
  width: 66%;
  margin-top: 30px;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(6), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(11), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(16), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(21), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(26), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(31), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(36), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(41) {
    width: 100%;
    margin-top: 0px;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(6):before, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(11):before, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(16):before, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(21):before, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(26):before, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(31):before, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(36):before, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(41):before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(transparent, #000000);
  opacity: 0.9;
  z-index: 1;
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(6) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(11) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(16) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(21) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(26) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(31) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(36) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(41) .MnBlgCnt {
  position: absolute;
  bottom: 60px;
  padding: 0px 45px;
  width: 75%;
  z-index: 1;
}

@media (max-width: 991px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(6) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(11) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(16) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(21) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(26) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(31) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(36) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(41) .MnBlgCnt {
    bottom: 20px;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(6) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(11) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(16) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(21) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(26) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(31) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(36) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(41) .MnBlgCnt {
    width: 100%;
    padding: 0px 15px;
    bottom: 22px;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(6) .MnBlgCnt small, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(11) .MnBlgCnt small, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(16) .MnBlgCnt small, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(21) .MnBlgCnt small, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(26) .MnBlgCnt small, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(31) .MnBlgCnt small, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(36) .MnBlgCnt small, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(41) .MnBlgCnt small {
  font-size: 14px;
  color: #ffffff;
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(6) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(11) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(16) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(21) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(26) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(31) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(36) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(41) .MnBlgCnt h3 {
  font-size: 30px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  line-height: 30px;
  margin-top: 8px;
}

@media (max-width: 991px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(6) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(11) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(16) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(21) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(26) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(31) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(36) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(41) .MnBlgCnt h3 {
    font-size: 22px;
  }
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(6) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(11) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(16) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(21) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(26) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(31) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(36) .MnBlgCnt h3, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(41) .MnBlgCnt h3 {
    font-size: 22px;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(7), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(12), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(17), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(22), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(27), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(32) {
  width: 32% !important;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(7), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(12), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(17), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(22), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(27), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(32) {
    width: 100% !important;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(3), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(4), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(5), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(8), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(9), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(10), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(13), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(14), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(15), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(18), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(19), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(20), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(23), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(24), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(25), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(28), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(29), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(30), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(33), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(34), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(35) {
  width: 32%;
  border: 1px solid #e1e1e1;
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(3), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(4), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(5), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(8), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(9), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(10), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(13), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(14), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(15), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(18), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(19), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(20), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(23), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(24), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(25), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(28), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(29), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(30), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(33), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(34), .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(35) {
    width: 100%;
    margin-bottom: 20px;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(3) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(4) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(5) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(8) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(9) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(10) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(13) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(14) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(15) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(18) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(19) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(20) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(23) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(24) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(25) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(28) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(29) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(30) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(33) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(34) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(35) .MnBlgCnt {
  padding: 32px 24px 40px 32px;
  width: 100%;
  position: relative;
  bottom: 0;
}

@media (max-width: 991px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(3) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(4) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(5) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(8) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(9) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(10) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(13) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(14) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(15) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(18) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(19) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(20) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(23) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(24) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(25) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(28) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(29) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(30) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(33) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(34) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(35) .MnBlgCnt {
    padding: 20px;
  }
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(3) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(4) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(5) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(8) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(9) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(10) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(13) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(14) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(15) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(18) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(19) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(20) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(23) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(24) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(25) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(28) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(29) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(30) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(33) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(34) .MnBlgCnt, .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(35) .MnBlgCnt {
    padding: 17px 16px 17px 16px;
  }
}

.LnkAllMnShw {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
}

.MreDesignationSec {
  width: 100%;
  position: relative;
}

.Nwlter {
  padding-bottom: 70px;
  overflow: hidden;
}

@media (max-width: 767px) {
  .Nwlter {
    padding-bottom: 35px;
  }
}

.Nwlter .NwlShw {
  width: 100%;
  position: relative;
}

@media (max-width: 991px) {
  .Nwlter .NwlShw {
    padding: 0px 0px;
  }
}

.Nwlter .NwlShw .item {
  height: 318px;
}

@media (max-width: 991px) {
  .Nwlter .NwlShw .item {
    height: auto;
  }
}

.Nwlter .NwlShw .cl12Nwslter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 20px;
  border: 1px solid #e0e0e0;
  height: 100%;
}

@media (max-width: 767px) {
  .Nwlter .NwlShw .cl12Nwslter {
    padding: 0px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.Nwlter .NwlShw .cl12Nwslter img {
  width: auto;
}

.Nwlter .NwlShw .cl12Nwslter .ImgScHw {
  margin-right: 25px;
  width: 45%;
}

@media (max-width: 767px) {
  .Nwlter .NwlShw .cl12Nwslter .ImgScHw {
    width: 100%;
    margin-right: 0px;
  }
}

.Nwlter .NwlShw .cl12Nwslter .ImgScHw img {
  width: 100%;
}

@media (max-width: 767px) {
  .Nwlter .NwlShw .cl12Nwslter .ImgScHw img {
    width: 60%;
    margin: 0 auto;
    padding: 15px;
  }
}

.Nwlter .NwlShw .cl12Nwslter .cl12Cnt {
  position: relative;
  width: 70%;
}

@media (max-width: 767px) {
  .Nwlter .NwlShw .cl12Nwslter .cl12Cnt {
    width: 100%;
    padding: 15px;
  }
}

.Nwlter .NwlShw .cl12Nwslter .cl12Cnt h2 {
  font-size: 24px;
  font-family: "Playfair Display", serif;
  line-height: 28px;
}

@media (max-width: 767px) {
  .Nwlter .NwlShw .cl12Nwslter .cl12Cnt h2 {
    text-align: center;
  }
}

.Nwlter .NwlShw .cl12Nwslter .cl12Cnt h2:nth-child(2) {
  color: #f4924c;
  font-size: 14px;
  font-family: "CircularPro-Book";
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .Nwlter .NwlShw .cl12Nwslter .cl12Cnt h2:nth-child(2) {
    margin-bottom: 0px;
  }
}

.Nwlter .NwlShw .cl12Nwslter .cl12Cnt p {
  font-size: 16px;
  color: #000;
  line-height: 20px;
  margin-bottom: 20px;
}

@media (max-width: 767px) {
  .Nwlter .NwlShw .cl12Nwslter .cl12Cnt p {
    text-align: center;
  }
}

.Nwlter .NwlShw .cl12Nwslter .cl12Cnt .DwnLn {
  width: 100%;
  position: relative;
}

@media (max-width: 767px) {
  .Nwlter .NwlShw .cl12Nwslter .cl12Cnt .DwnLn {
    text-align: center;
  }
}

.Nwlter .NwlShw .cl12Nwslter .cl12Cnt .DwnLn a {
  color: #f17011;
  text-transform: uppercase;
  font-size: 14px;
}

.Nwlter .NwlShw .cl12Nwslter .cl12Cnt .DwnLn a img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 10px;
  width: auto;
}

.Nwlter .NwlShw .owl-nav {
  width: 100%;
}

@media (max-width: 991px) {
  .Nwlter .NwlShw .owl-nav {
    width: 98%;
  }
}

@media (max-width: 767px) {
  .Nwlter .NwlShw .owl-nav {
    width: auto;
    top: -38px;
    right: 0;
    left: auto;
    -webkit-transform: none;
            transform: none;
  }
}

.Nwlter .NwlShw .owl-nav .owl-prev {
  left: -50px;
}

@media (max-width: 767px) {
  .Nwlter .NwlShw .owl-nav .owl-prev {
    left: 0;
    position: relative;
  }
}

.Nwlter .NwlShw .owl-nav .owl-next {
  right: -50px;
}

@media (max-width: 767px) {
  .Nwlter .NwlShw .owl-nav .owl-next {
    right: 0;
    position: relative;
  }
}

.cntMnSchw h4 {
  position: absolute;
  z-index: 1;
  width: 100%;
  text-align: center;
  font-size: inherit;
  margin-top: 55px;
  color: #fff;
  font-family: "Playfair Display", serif;
  font-size: 48px;
}

@media (max-width: 767px) {
  .cntMnSchw h4 {
    font-size: 36px;
    margin-top: 14px;
  }
}

.Cl12ShwMnDl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

@media (max-width: 767px) {
  .Cl12ShwMnDl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.Cl12ShwMnDl .Cl12IsprShw {
  width: 34%;
  position: relative;
  overflow: hidden;
}

@media (max-width: 767px) {
  .Cl12ShwMnDl .Cl12IsprShw {
    width: 50%;
  }
}

.Cl12ShwMnDl .Cl12IsprShw:hover .InsPrtImgShw img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.Cl12ShwMnDl .Cl12IsprShw:before {
  width: 100%;
  height: 20%;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(transparent, #000000);
  opacity: 0.6;
  z-index: 1;
}

.Cl12ShwMnDl .Cl12IsprShw .InsPrtImgShw {
  width: 100%;
  position: relative;
  line-height: 0;
}

.Cl12ShwMnDl .Cl12IsprShw .InsPrtImgShw img {
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.Cl12ShwMnDl .Cl12IsprShw .GlrTxt {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 50px;
  z-index: 1;
}

.Cl12ShwMnDl .Cl12IsprShw .GlrTxt h5 {
  font-size: 30px;
  font-family: "Playfair Display", serif;
  color: #ffffff;
}

.lnlAllShw {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  z-index: 1;
}

video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
}

.Cl12SlBnerSec.ProDlpgeShw.AbtSlidrSn.CntOpps {
  background-image: url("../images/something-went-wrong.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.Cl12SlBnerSec.ProDlpgeShw.AbtSlidrSn.Cntthank {
  background-image: url("../images/thankyou.jpg");
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.BlogClsec .responsiblelast {
  width: 66% !important;
}

.BlogClsec .responsiblelast h3 {
  color: #fff !important;
}

@media (max-width: 767px) {
  .BlogSecShwMn.blginsirtions {
    margin-top: 0px;
  }
}

.Cl12SlBnerSec.ProDlpgeShw.AbtSlidrSn.Inspirtin.Services .BnreShetxt h1 {
  font-family: "Playfair Display", serif;
  font-size: 60px;
}

@media (max-width: 991px) {
  .Cl12SlBnerSec.ProDlpgeShw.AbtSlidrSn.Inspirtin.Services .BnreShetxt h1 {
    font-size: 28px;
  }
}

.TralerMdeShw {
  width: 100%;
  position: relative;
  display: block;
}

.TralerMdeShw .cl12SAhqw {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .TralerMdeShw .cl12SAhqw {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.TralerMdeShw .cl12SAhqw .col6Shw {
  width: 50%;
  position: relative;
  line-height: 0;
}

@media (max-width: 991px) {
  .TralerMdeShw .cl12SAhqw .col6Shw {
    width: 100%;
  }
}

.TralerMdeShw .cl12SAhqw .col6Shw img {
  width: 100%;
}

@media (max-width: 1140px) {
  .TralerMdeShw .cl12SAhqw .col6Shw img {
    height: 100%;
  }
}

.TralerMdeShw .cl12SAhqw .col6Shw .BckClrCshwmn {
  position: relative;
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.TralerMdeShw .cl12SAhqw .col6Shw .BckClrCshwmn:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: #f3d3c4 url(../images/themebackground.png) fixed repeat;
  z-index: -1;
}

.TralerMdeShw .cl12SAhqw .col6Shw .BckClrCshwmn .MnCls {
  width: 100%;
  padding: 0px 85px;
  text-align: center;
}

@media (max-width: 1140px) {
  .TralerMdeShw .cl12SAhqw .col6Shw .BckClrCshwmn .MnCls {
    padding: 30px 40px;
  }
}

@media (max-width: 991px) {
  .TralerMdeShw .cl12SAhqw .col6Shw .BckClrCshwmn .MnCls {
    padding: 15px 15px;
  }
}

.TralerMdeShw .cl12SAhqw .col6Shw .BckClrCshwmn .MnCls h5 {
  font-size: 48px;
  color: #000000;
  font-family: "Playfair Display", serif;
  position: relative;
  margin-bottom: 38px;
  padding-bottom: 0px;
}

@media (max-width: 991px) {
  .TralerMdeShw .cl12SAhqw .col6Shw .BckClrCshwmn .MnCls h5 {
    font-size: 36px;
    margin-bottom: 30px;
  }
}

.TralerMdeShw .cl12SAhqw .col6Shw .BckClrCshwmn .MnCls h5:before {
  width: 100px;
  height: 2px;
  top: auto;
  right: auto;
  bottom: -14px;
  left: 50%;
  position: absolute;
  content: "";
  background-color: #f17011;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.TralerMdeShw .cl12SAhqw .col6Shw .BckClrCshwmn .MnCls p {
  font-size: 16px;
}

.TralerMdeShw .cl12SAhqw:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.TralerMdeShw .cl12SAhqw:nth-child(2) .col6Shw .BckClrCshwmn:before {
  background: #fdcca0 url(../images/themebackground.png) fixed repeat;
}

.TralerMdeShw .cl12SAhqw:nth-child(3) .col6Shw .BckClrCshwmn:before {
  background: #fff6c6 url(../images/themebackground.png) fixed repeat;
}

.TralerMdeShw .cl12SAhqw:nth-child(4) .col6Shw .BckClrCshwmn:before {
  background: #fee5dd url(../images/themebackground.png) fixed repeat;
}

.TralerMdeShw .cl12SAhqw:nth-child(5) .col6Shw .BckClrCshwmn:before {
  background: #f6dbb6 url(../images/themebackground.png) fixed repeat;
}

.TralerMdeShw .cl12SAhqw:nth-child(6) .col6Shw .BckClrCshwmn:before {
  background: #fdcda1 url(../images/themebackground.png) fixed repeat;
}

.TralerMdeShw .cl12SAhqw:nth-child(7) .col6Shw .BckClrCshwmn:before {
  background: #ffe8ca url(../images/themebackground.png) fixed repeat;
}

.TralerMdeShw .cl12SAhqw:nth-child(8) .col6Shw .BckClrCshwmn:before {
  background: #e7cf9d url(../images/themebackground.png) fixed repeat;
}

.Cl12SlBnerSec.DisNatin {
  background: none;
  line-height: 0;
  height: auto;
}

@media (max-width: 991px) {
  .Cl12SlBnerSec.DisNatin .BnerVdeoSec {
    right: 25px;
    bottom: 16px;
  }
}

.Cl12SlBnerSec.DisNatin .BnerVdeoSec .VdeBner {
  width: 40px;
  height: 40px;
}

.Cl12SlBnerSec.DisNatin .BnerVdeoSec .VdeBner img {
  width: 7px;
}

.Cl12SlBnerSec.DisNatin .DisnSlidr .itmds {
  position: relative;
}

.Cl12SlBnerSec.DisNatin .DisnSlidr .itmds .ImgShwDs {
  position: relative;
}

.Cl12SlBnerSec.DisNatin .DisnSlidr .itmds .ImgShwDs:after {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: #000000;
  -webkit-transition: all 3s ease;
  transition: all 3s ease;
  opacity: 0.1;
}

@media (max-width: 991px) {
  .Cl12SlBnerSec.DisNatin .DisnSlidr .itmds .ImgShwDs:after {
    opacity: 0.5;
  }
}

.Cl12SlBnerSec.DisNatin .BnreShetxt {
  z-index: 1;
}

@media (max-width: 767px) {
  .Cl12SlBnerSec.DisNatin .BnreShetxt {
    top: 60%;
  }
}

.Cl12SlBnerSec.DisNatin .BnreShetxt h1 {
  font-family: "Playfair Display", serif;
  font-size: 60px;
}

@media (max-width: 991px) {
  .Cl12SlBnerSec.DisNatin .BnreShetxt h1 {
    font-size: 25px;
  }
}

@media (max-width: 991px) {
  .Cl12SlBnerSec.DisNatin .BnreShetxt h1 .BnerVdeoSec {
    right: 20px;
    bottom: 20px;
  }
}

.Cl12SlBnerSec.DisNatin .BnreShetxt h1 .BnerVdeoSec .VdeBner img {
  width: auto;
}

.Cl12SlBnerSec.DisNatin .BnreShetxt h1 .SrlDwnSec .SrclDwwnBtn img {
  width: auto;
  margin: 0 auto;
}

.Cl12SlBnerSec.DisNatin .owl-dots {
  margin-top: 0px;
  position: absolute;
  bottom: 40px;
  width: 100%;
}

@media (max-width: 991px) {
  .Cl12SlBnerSec.DisNatin .owl-dots {
    bottom: 8px;
  }
}

.Cl12SlBnerSec.DisNatin .owl-dots .owl-dot.active {
  border: 1px solid #fff;
  border-radius: 50%;
  width: 21px;
  height: 21px;
}

.Cl12SlBnerSec.DisNatin .owl-dots .owl-dot.active span {
  color: #ffffff;
  background: #ffffff;
}

.Cl12SlBnerSec.DisNatin .owl-dots .owl-dot {
  margin-right: 10px;
}

.Cl12SlBnerSec.DisNatin .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 5px 5px;
  background: #938b84;
  display: block;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
  -webkit-transition: all  1s ease;
  transition: all  1s ease;
}

@media (max-width: 991px) {
  .Cl12SlBnerSec.DisNatin .owl-dots .owl-dot span {
    background: #ffffff;
  }
}

.CntTsxtAbt {
  width: 100%;
  position: relative;
  padding: 70px 0px;
}

@media (max-width: 991px) {
  .CntTsxtAbt {
    padding: 20px 20px;
  }
}

.CntTsxtAbt .DistnTxt {
  width: 700px;
  display: block;
  margin: 0 auto;
  text-align: center;
}

@media (max-width: 991px) {
  .CntTsxtAbt .DistnTxt {
    width: 100%;
  }
}

.CntTsxtAbt .DistnTxt p {
  font-size: 16px;
}

@media (max-width: 991px) {
  .CntTsxtAbt .DistnTxt p {
    text-align: justify;
  }
}

.ChwseSecShw {
  width: 100%;
  position: relative;
  display: block;
  padding-left: 50px;
  margin-bottom: 50px;
}

@media (max-width: 991px) {
  .ChwseSecShw {
    padding-left: 0px;
    margin-bottom: 0px;
  }
}

.ChwseSecShw .col12Chwse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media (max-width: 991px) {
  .ChwseSecShw .col12Chwse {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.ChwseSecShw .col12Chwse .col4ChwSecwn {
  width: 35%;
  position: relative;
}

@media (max-width: 991px) {
  .ChwseSecShw .col12Chwse .col4ChwSecwn {
    width: 100%;
  }
}

.ChwseSecShw .col12Chwse .col4ChwSecwn .TxtSecShw {
  padding-left: 60px;
  position: relative;
  display: block;
}

@media (max-width: 1140px) {
  .ChwseSecShw .col12Chwse .col4ChwSecwn .TxtSecShw {
    padding-left: 0px;
  }
}

@media (max-width: 991px) {
  .ChwseSecShw .col12Chwse .col4ChwSecwn .TxtSecShw {
    padding-left: 0px;
    padding: 15px;
  }
}

.ChwseSecShw .col12Chwse .col4ChwSecwn .TxtSecShw h2 {
  font-size: 36px;
  line-height: 1;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
  font-family: "Playfair Display", serif;
}

@media (max-width: 991px) {
  .ChwseSecShw .col12Chwse .col4ChwSecwn .TxtSecShw h2 {
    font-size: 30px;
    text-align: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
  }
}

.ChwseSecShw .col12Chwse .col4ChwSecwn .TxtSecShw h2:before {
  width: 76px;
  height: 3px;
  top: auto;
  right: auto;
  bottom: 0;
  left: auto;
  position: absolute;
  content: "";
  background-color: #f78117;
}

@media (max-width: 991px) {
  .ChwseSecShw .col12Chwse .col4ChwSecwn .TxtSecShw h2:before {
    left: 50%;
    -webkit-transform: translate(-50%, 0px);
            transform: translate(-50%, 0px);
  }
}

@media (max-width: 991px) {
  .ChwseSecShw .col12Chwse .col4ChwSecwn .TxtSecShw p {
    text-align: justify;
  }
}

.ChwseSecShw .col12Chwse .col9ChwSecwn {
  width: 60%;
  position: relative;
}

@media (max-width: 991px) {
  .ChwseSecShw .col12Chwse .col9ChwSecwn {
    width: 100%;
  }
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item:hover .SlrdDsimg figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item {
  position: relative;
  overflow: hidden;
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item:hover .SlrdDsimgCnt {
  bottom: 0px;
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item:hover figcaption:before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item .SlrdDsimg {
  width: 100%;
  position: relative;
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item .SlrdDsimg:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(transparent, #000000);
  opacity: 0.6;
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item .SlrdDsimg figcaption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 1s;
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item .SlrdDsimgCnt {
  position: absolute;
  bottom: -45px;
  width: 100%;
  padding: 0px 0px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item .SlrdDsimgCnt h5 {
  font-size: 32px;
  color: #ffffff;
  font-family: '$PlayfairDisplay';
  padding: 0px 28px;
  margin-bottom: 31px;
}

@media (max-width: 991px) {
  .ChwseSecShw .col12Chwse .col9ChwSecwn .item .SlrdDsimgCnt h5 {
    text-align: center;
  }
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .item .SlrdDsimgCnt .ExpreBtn {
  display: block;
  width: 100%;
  padding: 10px 0px;
  text-align: center;
  background: #f78117;
  color: #ffffff;
  text-transform: uppercase;
  font-size: 16px;
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav .owl-next {
  right: 44%;
}

@media (max-width: 991px) {
  .ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav .owl-next {
    right: 4px;
  }
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav .owl-prev {
  left: -18px;
}

@media (max-width: 991px) {
  .ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav .owl-prev {
    left: 4px;
  }
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #fff;
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav [class*=owl-] {
  border-radius: 50%;
  -webkit-box-shadow: -2px -1px 13px #555353;
          box-shadow: -2px -1px 13px #555353;
  width: 44px;
  height: 44px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 991px) {
  .ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav [class*=owl-] {
    width: 30px;
    height: 30px;
  }
}

.ChwseSecShw .col12Chwse .col9ChwSecwn .owl-theme .owl-nav [class*=owl-] img {
  width: 35%;
  vertical-align: middle;
  margin: 0 auto;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    visibility: hidden;
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    visibility: hidden;
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}

@keyframes slideOutDown {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
  to {
    -webkit-transform: translate3d(0, 100%, 0);
    transform: translate3d(0, 100%, 0);
    visibility: hidden;
  }
}

.slideOutDown {
  -webkit-animation-name: slideOutDown;
  animation-name: slideOutDown;
}

.OvreVewSecSw.AbutCntTxtBx .OvrSecMn {
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .OvreVewSecSw.AbutCntTxtBx .OvrSecMn {
    width: 100%;
  }
}

.OvreVewSecSw.AbutCntTxtBx .OvrSecMn p {
  text-align: justify;
}

@media (max-width: 991px) {
  .OvreVewSecSw.AbutCntTxtBx .OvrSecMn p {
    text-align: justify;
  }
}

.Cl12SlBnerSec.ProDlpgeShw {
  width: 100%;
  background: none;
  height: 100vh;
}

@media (max-width: 991px) {
  .Cl12SlBnerSec.ProDlpgeShw {
    height: auto !important;
  }
}

@media (max-width: 767px) {
  .Cl12SlBnerSec.ProDlpgeShw {
    height: auto !important;
  }
}

@media (max-width: 991px) {
  .bg {
    width: 100%;
    display: block !important;
  }
}

.bg .BnreShetxt {
  z-index: 1;
}

.bg .BnreShetxt h1 {
  font-family: '$PlayfairDisplay';
  font-size: 60px;
}

@media (max-width: 767px) {
  .bg .BnreShetxt h1 {
    font-size: 36px;
  }
}

.bg .BnreShetxt p {
  font-size: 20px;
  font-family: '$PlayfairDisplay';
  line-height: 26px;
}

.bg .ImgDlPgeSec {
  height: 100%;
  position: relative;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}

.bg .ImgDlPgeSec img {
  width: 100%;
  height: 100%;
}

.bg .SrlDwnSec .SrclDwwnBtn {
  width: 220px;
}

.bg .SrlDwnSec .SrclDwwnBtn p {
  font-size: 12px;
}

.BrdCrmsGreSec.BrdCrmsGreSecAct {
  width: 100%;
  position: fixed;
  display: block;
  top: 72px;
  background: #fff;
  z-index: 5;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.3);
}

.BrdCrmsGreSec.BrdCrmsGreSecAct ul li {
  padding: 4px 20px;
  font-size: 16px;
}

@media (max-width: 991px) {
  .BrdCrmsGreSec.BrdCrmsGreSecAct ul li {
    padding: 4px 10px;
  }
}

@media (max-width: 767px) {
  .BrdCrmsGreSec.BrdCrmsGreSecAct .owl-theme .owl-nav {
    top: 0px;
  }
}

.BrdCrmsGreSec {
  width: 100%;
  position: relative;
  display: block;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 1140px) {
  .BrdCrmsGreSec {
    overflow: hidden;
  }
}

.BrdCrmsGreSec ul {
  display: block;
  width: 100%;
  text-align: center;
}

.BrdCrmsGreSec ul .ActTabSec {
  color: #f17011;
}

.BrdCrmsGreSec ul li {
  padding: 15px 20px;
  color: #000000;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  display: inline-block;
  cursor: pointer;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 991px) {
  .BrdCrmsGreSec ul li {
    padding: 8px 7px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .BrdCrmsGreSec ul li {
    font-size: 16px;
  }
}

.BrdCrmsGreSec .owl-theme .owl-nav {
  margin-top: 0px;
  position: absolute;
  top: 13%;
  width: 95%;
  -webkit-transform: translate(-50%, 0%);
          transform: translate(-50%, 0%);
  left: 50%;
}

.BrdCrmsGreSec .owl-theme .owl-nav .owl-prev {
  width: 23px;
}

@media (max-width: 767px) {
  .BrdCrmsGreSec .owl-theme .owl-nav .owl-prev {
    width: 20px;
  }
}

.BrdCrmsGreSec .owl-theme .owl-nav .owl-prev img {
  width: 100%;
}

.OvreVewSecSw {
  width: 100%;
  padding: 70px 0px;
  background: #fef2db url(../images/themebackground.png) fixed repeat;
}

@media (max-width: 767px) {
  .OvreVewSecSw {
    padding: 35px 0px;
  }
}

@media (max-width: 991px) {
  .OvreVewSecSw {
    padding: 35px 0px;
  }
}

.OvrSecMn {
  width: 100%;
}

.OvrSecMn h2 {
  font-size: 48px;
  color: #000000;
  margin-bottom: 36px;
  padding-bottom: 10px;
  width: 100%;
  text-align: center;
  position: relative;
  font-family: "Playfair Display", serif;
}

@media (max-width: 767px) {
  .OvrSecMn h2 {
    font-size: 36px;
    margin-bottom: 20px;
  }
}

.OvrSecMn h2:before {
  width: 100px;
  height: 2px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  background-color: #f17011;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.OvrSecMn p {
  color: #000000;
  font-size: 16px;
  text-align: justify;
  margin-bottom: 20px;
}

.RginsShw {
  width: 100%;
  position: relative;
  display: block;
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .RginsShw {
    padding: 35px 0px 0px;
  }
}

@media (max-width: 767px) {
  .RginsShw {
    padding: 35px 0px 0px;
  }
}

.RginsShw .RginShw {
  width: 100%;
  position: relative;
  display: block;
}

.RginsShw .RginShw .OvrSecMn {
  position: relative;
}

.RginsShw .RginShw .Cl12ShwmnRgn {
  display: inline-block;
  width: 100%;
  position: relative;
}

.RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol3 {
  width: 18%;
  display: inline-block;
  position: relative;
  margin-right: 50px;
  float: left;
  position: -webkit-sticky;
  position: sticky;
  top: 104px;
}

@media (max-width: 991px) {
  .RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol3 {
    padding: 8px 0px;
  }
}

@media (max-width: 767px) {
  .RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol3 {
    margin-right: 0px;
    width: 100%;
    top: 0px;
    position: relative;
  }
}

@media (max-width: 767px) {
  .RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol3 ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol3 ul .activeNavShw {
  color: #f17011;
}

.RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol3 ul li {
  font-size: 26px;
  font-family: "Playfair Display", serif;
  cursor: pointer;
  padding: 8px 0px;
  line-height: 31px;
  border-bottom: 1px solid #b7b7b7;
  color: #8e8e8e;
}

@media (max-width: 767px) {
  .RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol3 ul li {
    width: 45%;
    font-size: 20px;
    line-height: 28px;
  }
}

.RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol3 ul li:first-child {
  border-top: 1px solid #b7b7b7;
  border-bottom: 1px solid #b7b7b7;
}

@media (max-width: 767px) {
  .RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol3 ul li:first-child {
    border-top: none;
  }
}

@media (max-width: 767px) {
  .RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol3 ul li:last-child {
    border-top: none;
  }
}

.RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol9 {
  width: 75%;
  position: relative;
  display: inline-block;
}

@media (max-width: 767px) {
  .RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol9 {
    width: 100%;
  }
}

.RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol9 .cl12Owlsecmn {
  width: 100%;
  position: relative;
  display: none;
}

.RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol9 .cl12Owlsecmn p {
  font-size: 16px;
  text-align: justify;
  margin-bottom: 20px;
}

.RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol9 .cl12Owlsecmn .cl12wnSldrdl {
  margin-bottom: 20px;
}

.RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol9 .cl12Owlsecmn .cl12wnSldrdl .item .MnSliderSec {
  width: 100%;
  position: relative;
  display: block;
}

.RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol9 .cl12Owlsecmn .cl12wnSldrdl .item .MnSliderSec:before {
  content: '';
  height: 20%;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(transparent, #000000);
  opacity: 0.6;
}

.RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol9 .cl12Owlsecmn .owl-dots {
  margin-top: 0px;
  position: absolute;
  bottom: 40px;
  width: 100%;
}

.RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol9 .cl12Owlsecmn .owl-dots .owl-dot.active {
  border: 1px solid #f17011;
  border-radius: 50%;
  width: 21px;
  height: 21px;
}

.RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol9 .cl12Owlsecmn .owl-dots .owl-dot.active span {
  color: #ffffff;
  background: #f17011;
}

.RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol9 .cl12Owlsecmn .owl-dots .owl-dot {
  margin-right: 10px;
}

.RginsShw .RginShw .Cl12ShwmnRgn .Cl12ShwmnRgncol9 .cl12Owlsecmn .owl-dots .owl-dot span {
  width: 9px;
  height: 9px;
  margin: 5px 5px;
  background: #ffffff;
  display: block;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  border-radius: 30px;
  -webkit-transition: all  1s ease;
  transition: all  1s ease;
}

.RginsShw:after {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: #f7f7f7 url(../images/themebackground.png) fixed repeat;
  -webkit-transition: all 2s ease;
  transition: all 2s ease;
  z-index: -1;
}

.UsrFulImfrm {
  padding: 55px 0px;
  position: relative;
  display: block;
}

@media (max-width: 767px) {
  .UsrFulImfrm {
    padding: 0px 0px 20px;
  }
}

.UsrFulImfrm .usrInSec {
  display: block;
  text-align: center;
}

.UsrFulImfrm .usrInSec .BtnTypeUseInf {
  display: inline-block;
  text-align: center;
  padding: 5px 65px;
  background: #000;
  color: #fff;
  position: relative;
  font-size: 30px;
  font-family: "Playfair Display", serif;
  cursor: pointer;
}

@media (max-width: 767px) {
  .UsrFulImfrm .usrInSec .BtnTypeUseInf {
    padding: 10px 45px;
    font-size: 18px;
  }
}

.UsrFulImfrm .usrInSec .BtnTypeUseInf span {
  margin-left: 30px;
}

@media (max-width: 767px) {
  .UsrFulImfrm .usrInSec .BtnTypeUseInf span {
    margin-left: 10px;
  }
}

.usrFulImfrmPop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  z-index: 9;
  height: 100vh;
  background: #fff;
  padding: 0px;
  display: none;
}

.usrFulImfrmPop a {
  color: #f17011;
}

.usrFulImfrmPop .OvrSecMn h2 {
  margin-bottom: 10px;
}

@media (max-width: 767px) {
  .usrFulImfrmPop .OvrSecMn h2 {
    margin-bottom: 0px;
  }
}

.usrFulImfrmPop .ClsedivSec {
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1;
  width: 27px;
  cursor: pointer;
}

@media (max-width: 767px) {
  .usrFulImfrmPop .ClsedivSec {
    width: 17px;
    top: 10px;
    right: 10px;
  }
  .usrFulImfrmPop .ClsedivSec img {
    width: 100%;
  }
}

.usrFulImfrmPop .OvrSecMn {
  width: 100%;
  position: relative;
  background-color: #fef2dc;
  padding: 20px 0px;
}

.usrFulImfrmPop table {
  width: 100%;
  position: relative;
  order-collapse: collapse;
}

.usrFulImfrmPop table tr {
  width: 100%;
}

.usrFulImfrmPop table tr:nth-of-type(even) {
  background: #fef2dc;
}

.usrFulImfrmPop table tr td {
  padding: 20px;
  font-size: 15px;
  color: #000000;
  width: 40%;
}

@media (max-width: 767px) {
  .usrFulImfrmPop table tr td {
    width: 100%;
    display: block;
  }
}

.usrFulImfrmPop table tr td:first-child {
  width: 15%;
}

@media (max-width: 767px) {
  .usrFulImfrmPop table tr td:first-child {
    width: 100%;
  }
}

.usrFulImfrmPop table tr td:nth-child(3) {
  width: 15%;
}

@media (max-width: 767px) {
  .usrFulImfrmPop table tr td:nth-child(3) {
    width: 100%;
  }
}

.MreDesignationSec {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 70px;
}

.MreDesignationSec .MreDisSec {
  width: 100%;
  position: relative;
  padding: 0px 30px;
}

.MreDesignationSec .MreDisSec .Item:hover .Cl12SliItemMre figcaption::before {
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.MreDesignationSec .MreDisSec .Item {
  position: relative;
  overflow: hidden;
}

.MreDesignationSec .MreDisSec .Item:hover .Cl12SliItemMre img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.MreDesignationSec .MreDisSec .Item .LnkAllpge {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
}

.MreDesignationSec .MreDisSec .Cl12SliItemMre {
  width: 100%;
  position: relative;
  display: block;
  overflow: hidden;
}

.MreDesignationSec .MreDisSec .Cl12SliItemMre figcaption:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.5);
  content: '';
  -webkit-transition: -webkit-transform 1s;
  -webkit-transition: -webkit-transform 1.5s ease;
  transition: -webkit-transform 1.5s ease;
  transition: transform 1.5s ease;
  transition: transform 1.5s ease, -webkit-transform 1.5s ease;
  -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
  transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.MreDesignationSec .MreDisSec .Cl12SliItemMre img {
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.MreDesignationSec .MreDisSec .Cl12SliItemMre:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(transparent, #000000);
  opacity: 0.5;
  z-index: 1;
}

.MreDesignationSec .MreDisSec .DsiCnt {
  position: absolute;
  bottom: 30px;
  text-align: center;
  width: 100%;
  z-index: 1;
}

.MreDesignationSec .MreDisSec .DsiCnt h2 {
  font-size: 30px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
}

.MreDesignationSec .MreDisSec .owl-theme .owl-nav {
  width: 100%;
}

.MreDesignationSec .MreDisSec .owl-theme .owl-nav .owl-prev {
  left: -55px;
}

@media (max-width: 767px) {
  .MreDesignationSec .MreDisSec .owl-theme .owl-nav .owl-prev {
    left: -39px;
  }
}

.MreDesignationSec .MreDisSec .owl-theme .owl-nav .owl-next {
  right: -55px;
}

@media (max-width: 767px) {
  .MreDesignationSec .MreDisSec .owl-theme .owl-nav .owl-next {
    right: -39px;
  }
}

.UseFulIngoPopSe {
  height: 100vh;
  overflow: auto;
}

.InfoCnt {
  width: 100%;
}

.InfoCnt p {
  padding: 6px 20px;
}

.Cl12SlBnerSec.ProDlpgeShw.covidupdte {
  background-image: url(../images/covid.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 1366px) {
  .Cl12SlBnerSec.ProDlpgeShw.covidupdte {
    height: auto;
  }
}

@media (max-width: 991px) {
  .Cl12SlBnerSec.ProDlpgeShw.covidupdte .BnreShetxt h1 {
    font-size: 26px;
  }
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid {
  width: 100%;
  padding: 100px 0px 90px;
  position: relative;
}

@media (max-width: 991px) {
  .OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid {
    padding: 30px 0px 30px;
  }
}

@media (max-width: 1140px) {
  .OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid {
    padding: 30px 0px 30px;
  }
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: #f8f6f6 url(../images/themebackground.png) fixed repeat;
  z-index: -1;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw {
  width: 100%;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw {
  width: 100%;
  position: relative;
  display: none;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw {
  width: 22%;
  margin-right: 34px;
  padding: 15px;
  -webkit-box-shadow: 0px 11px 15px rgba(0, 0, 0, 0.13);
          box-shadow: 0px 11px 15px rgba(0, 0, 0, 0.13);
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  border: 1px solid #e1e1e1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  background: #ffffff;
}

@media (max-width: 991px) {
  .OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw {
    width: 47%;
  }
  .OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw:nth-child(2n-2) {
    margin-right: 0px;
  }
}

@media (max-width: 767px) {
  .OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw {
    width: 100%;
    margin-right: 0px;
  }
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw .ClmsCbds {
  position: relative;
  z-index: 1;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw:before {
  width: 100%;
  height: 0%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: #fff;
  z-index: 1;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw:hover::before {
  height: 100%;
  background-color: #f17011;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw:hover p {
  color: #ffffff;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw:hover .Cvdimg {
  opacity: 1;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw:hover h5 {
  color: #ffffff;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw:hover .ShrClkMn a {
  color: #ffffff;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw:hover .ShrClkMn a:before, .OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw:hover .ShrClkMn a:after {
  background: #ffffff;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw:nth-child(4n-4) {
  margin-right: 0px;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw p {
  font-family: "Playfair Display", serif;
  margin-bottom: 8px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  color: #7e7e7e;
  text-align: left;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw .Cvdimg {
  position: absolute;
  right: 0px;
  top: -3px;
  width: 22px;
  opacity: 0.2;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw h5 {
  font-size: 20px;
  margin-bottom: 15px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-align: left;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw .ShrClkMn {
  width: 100%;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw .ShrClkMn a {
  position: relative;
  display: block;
  padding-left: 25px;
  font-size: 14px;
  font-family: "Playfair Display", serif;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw .ShrClkMn a:before {
  width: 33px;
  height: 1px;
  top: 10px;
  right: auto;
  bottom: 0px;
  left: -16px;
  position: absolute;
  content: "";
  background-color: #f17011;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw .ShrClkMn a:after {
  width: 144px;
  height: 1px;
  top: 10px;
  right: -18px;
  bottom: 0px;
  left: auto;
  position: absolute;
  content: "";
  background-color: #f17011;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  .OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.Covid .OvrSecMn.CvidMnShw .Cl12mnShwcvd .Cl12mnShwcvd3shw .ShrClkMn a:after {
    width: 222px;
  }
}

.lnkall {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  height: 100%;
  width: 100%;
  z-index: 2;
}

.Cl12SlBnerSec.ProDlpgeShw.covidupdte.HstySec .BnreShetxt h1 {
  font-size: 48px;
}

@media (max-width: 767px) {
  .Cl12SlBnerSec.ProDlpgeShw.covidupdte.HstySec .BnreShetxt h1 {
    font-size: 28px;
  }
}

.Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner.Paymrnt .BnreShetxt h1 {
  font-size: 48px;
}

@media (max-width: 767px) {
  .Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner.Paymrnt .BnreShetxt h1 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .BrdCrmsGreSec.CovidUdmnvr ul li {
    padding: 6px 4px;
    font-size: 15px;
  }
}

@media (max-width: 767px) {
  .BrdCrmsGreSec.CovidUdmnvr.BrdCrmsGreSecAct ul li {
    padding: 4px 4px;
  }
}

.MapCont {
  width: 100%;
  position: relative;
  display: block;
  height: 90vh;
  margin-top: 10px;
  overflow: hidden;
}

.MapCont .row {
  width: 100%;
  position: relative;
  height: 100%;
  width: 100%;
}

.MapCont .row .Aply-Wappr {
  width: 100%;
  height: 100%;
}

.MapCont a {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  line-height: 20px;
}

.MapCont h4 {
  font-size: 18px;
  position: relative;
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 15px;
}

.MapCont h4:before {
  position: absolute;
  top: 28px;
  content: '';
  left: 0;
  height: 1px;
  background-color: #000000;
  width: 100%;
}

.MapCont p {
  font-size: 14px;
  color: #666666;
  font-weight: 500;
  line-height: 20px;
}

.MapCont p a {
  font-size: 16px;
  color: #666666;
  font-weight: 500;
  line-height: 24px;
}

.MapCont .MapSec {
  width: 100%;
  height: 100%;
}

.MapCont .MapSec #map_2 {
  width: 100%;
  height: 100%;
}

.MapCont .address_panel.address_panelActVe {
  left: -358px;
}

@media (max-width: 767px) {
  .MapCont .address_panel.address_panelActVe {
    left: 0px;
  }
}

.MapCont .address_panel {
  width: 358px;
  position: absolute;
  left: 0px;
  top: 0px;
  height: 100%;
  -webkit-box-shadow: 1px -2px 12px rgba(0, 0, 0, 0.38);
  box-shadow: 1px -2px 12px rgba(0, 0, 0, 0.38);
  z-index: 1;
  background: #ffffff;
  -webkit-transition: all .5s;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

@media (max-width: 767px) {
  .MapCont .address_panel {
    left: -275px;
    width: 275px;
  }
}

.MapCont .address_panel .addCntrl {
  position: absolute;
  width: 26px;
  height: 50px;
  background: #f17011;
  right: -26px;
  top: 20px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  cursor: pointer;
}

.MapCont .address_panel .addCntrl:before {
  position: absolute;
  content: '';
  border-right: 6px solid #ffffff;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: .8;
  -webkit-transition: all .5s;
  transition: all .5s;
}

.MapCont .address_panel .adPnl_head {
  padding: 16px 12px;
  height: 150px;
  position: relative;
}

.MapCont .address_panel .adPnl_head:after {
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  content: "";
  background: url(../images/bnrcshw.jpg);
  background-size: cover;
  z-index: 1;
  opacity: .13;
  background-position: center;
}

.MapCont .address_panel .adPnl_head:before {
  width: 100%;
  height: 100%;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  position: absolute;
  content: "";
  background: #f07419;
}

.MapCont .address_panel .adPnl_head .adPnl_headInn {
  height: 100%;
  position: relative;
  z-index: 2;
}

.MapCont .address_panel .adPnl_head .adPnl_headInn .td {
  display: table;
  width: 100%;
  height: 100%;
}

.MapCont .address_panel .adPnl_head .adPnl_headInn .td .td-bttm {
  display: table-cell;
  vertical-align: middle;
}

.MapCont .address_panel .adPnl_head .adPnl_headInn .td .td-bttm .adPnl_title {
  margin-bottom: 0px;
  padding-top: 28px;
}

@media (max-width: 767px) {
  .MapCont .address_panel .adPnl_head .adPnl_headInn .td .td-bttm .adPnl_title {
    padding-top: 5px;
  }
}

.MapCont .address_panel .adPnl_head .adPnl_headInn .td .td-bttm .adPnl_title h1 {
  font-size: 36px;
  color: #ffffff;
  font-weight: 600;
  line-height: 30px;
  font-family: "Playfair Display", serif;
}

@media (max-width: 767px) {
  .MapCont .address_panel .adPnl_head .adPnl_headInn .td .td-bttm .adPnl_title h1 {
    font-size: 28px;
    margin-bottom: 10px;
  }
}

.MapCont .Cl12SecSn {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0px;
  margin: 0px 0px 0px;
}

.MapCont .Cl12SecSn .Cl6SecSn {
  width: 48%;
  position: relative;
}

.MapCont .Cl12SecSn .Cl6SecSn .SlectOptShw {
  padding: 0 20px;
  padding-right: 10px;
  font-size: 14px;
  line-height: 35px;
  border: 1px solid rgba(255, 255, 255, 0.65);
  border-radius: 0px;
  cursor: pointer;
  width: 100%;
  color: rgba(255, 255, 255, 0.79);
  background-color: transparent;
  background: url(../icon/down-arrow-select1.png) no-repeat right;
  -webkit-appearance: none;
  background-position-x: 96%;
  font-family: 'Montserrat', sans-serif;
}

.MapCont .Cl12SecSn .Cl6SecSn .SlectOptShw option {
  color: #000;
}

.RdoBx .c2_as_city .act_cit .Rdo-1 label:after {
  background: #ffffff;
  opacity: 1;
}

.RdoBx {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 0px;
}

.RdoBx .Rdo-1 {
  margin-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

.RdoBx .Rdo-1 .RdoTxt {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 50%;
  left: 1px;
  opacity: 0;
  margin: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
  cursor: pointer;
}

.RdoBx .Rdo-1 label {
  position: relative;
  display: inline-block;
  font-size: 14px;
  line-height: 55px;
  padding-left: 34px;
  font-family: "Playfair Display", serif;
  color: #ffffff;
}

@media (max-width: 767px) {
  .RdoBx .Rdo-1 label {
    line-height: 15px;
    padding-left: 30px;
  }
}

.RdoBx .Rdo-1 label::before {
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  border-radius: 50%;
  border: 1px solid #ffffff;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.RdoBx .Rdo-1 label::after {
  width: 20px;
  height: 20px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 1px;
  position: absolute;
  content: "";
  border-radius: 50%;
  background: #ffffff;
  -webkit-transform: translateY(-50%) scale(0.5);
          transform: translateY(-50%) scale(0.5);
  -webkit-transition: all 1s;
  transition: all 1s;
  opacity: 0;
}

.c2_as_city {
  width: 100%;
  display: block;
}

.c2_as_city .hide_city_temp {
  display: inline-block;
  cursor: pointer;
}

.c2_as_city ul li {
  padding: 10px 0px;
  cursor: pointer;
  display: inline-block;
}

.c2_as_city ul li .AddresSecCnt {
  margin-bottom: 0px;
  border-bottom: 1px solid #eee;
  padding-bottom: 10px;
}

.c2_as_city ul li .AddresSecCnt h3 {
  font-size: 14px;
  font-weight: 600;
  margin-bottom: 5px;
  color: #000;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.c2_as_city ul li .AddresSecCnt p {
  font-size: 12px;
  color: #666666;
  line-height: 16px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.c2_as_city ul li .AddresSecCnt p a {
  font-size: 12px;
  color: #666666;
  margin-right: 5px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.c2_as_city ul li .AddresSecCnt p a:last-child {
  margin-right: 0px;
}

.Col2SecAddres {
  height: 68vh !important;
  position: relative;
  display: block;
  padding-bottom: 100px;
}

.Col2SecAddresShw {
  display: none;
  position: relative;
}

.c2_as_city.DsLctin ul {
  margin-top: 10px;
  /*     &:hover
                color: #ffffff
            &:hover::before
                width: 100%
            &:before
                @include aftrBeforBX(0%,100%,0,0,0,0)
                background-color: #f17011
                transition: all 1s ease
                z-index: -1  */
}

.c2_as_city.DsLctin ul li {
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 40%;
  padding: 10px 20px;
}

@media (max-width: 767px) {
  .c2_as_city.DsLctin ul li {
    width: 100%;
  }
}

.c2_as_city.DsLctin ul li:hover {
  background-color: #eeeeee;
}

.c2_as_city.IntnlCtin ul li {
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  width: 100%;
  display: block;
  padding: 10px 13px;
}

.c2_as_city.IntnlCtin ul li:hover {
  background-color: #eeeeee;
}

.act_cit.mapActve {
  background: #eee;
}

.TxtNetWrk {
  padding: 20px;
}

.TxtNetWrk p {
  margin-bottom: 20px;
}

.PopShwMnVriBkle, .PopShwMnVriBklehmshw {
  position: fixed;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.8);
  z-index: 10;
  bottom: 0;
  top: 0;
  display: none;
}

.PopShwMnVriBkle .SurciseSecSwn, .PopShwMnVriBklehmshw .SurciseSecSwn {
  position: absolute;
  width: 390px;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  height: 200px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
  text-align: center;
}

@media (max-width: 767px) {
  .PopShwMnVriBkle .SurciseSecSwn, .PopShwMnVriBklehmshw .SurciseSecSwn {
    width: 94%;
    height: auto;
  }
}

.PopShwMnVriBkle .SurciseSecSwn .clseShw, .PopShwMnVriBklehmshw .SurciseSecSwn .clseShw {
  position: absolute;
  top: 0;
  right: 13px;
  top: 13px;
  cursor: pointer;
  width: 20px;
}

.PopShwMnVriBkle .SurciseSecSwn .clseShw img, .PopShwMnVriBklehmshw .SurciseSecSwn .clseShw img {
  width: 100%;
}

.PopShwMnVriBkle .SurciseSecSwn h5, .PopShwMnVriBklehmshw .SurciseSecSwn h5 {
  font-size: 36px;
  font-family: "Playfair Display", serif;
  margin-bottom: 10px;
}

.PopShwMnVriBkle .SurciseSecSwn a, .PopShwMnVriBklehmshw .SurciseSecSwn a {
  color: #f17011;
}

.DsntMnSn {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #000;
  padding: 14px 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 4;
}

@media (max-width: 1240px) {
  .DsntMnSn {
    padding: 14px 20px;
  }
}

@media (max-width: 991px) {
  .DsntMnSn {
    display: none;
  }
}

.DsntMnSn .CntWyyh {
  width: 82%;
}

@media (max-width: 1366px) {
  .DsntMnSn .CntWyyh {
    width: 90%;
  }
}

.DsntMnSn p {
  font-size: 16px;
  color: #ffffff;
}

@media (max-width: 1366px) {
  .DsntMnSn p {
    font-size: 14px;
  }
}

.DsntMnSn p a {
  font-size: 16px;
  color: #d4620f;
}

.DsntMnSn .CntineBtn {
  width: 14%;
}

.DsntMnSn .CntineBtn a {
  width: 100%;
  padding: 7px 15px;
  background-color: #d4620f;
  border-radius: 5px;
  color: #ffffff;
  font-size: 14px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
}

.Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner {
  background-image: url(../images/contctmn.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.ArDressShwToppar {
  position: relative;
  padding: 140px 0px 96px;
  display: block;
  overflow: hidden;
}

@media (max-width: 991px) {
  .ArDressShwToppar {
    padding: 30px 0px 30px;
  }
}

.ArDressShwToppar .Cl12AddrsSec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  padding-left: 100px;
}

@media (max-width: 991px) {
  .ArDressShwToppar .Cl12AddrsSec {
    padding-left: 0px;
  }
}

@media (max-width: 767px) {
  .ArDressShwToppar .Cl12AddrsSec {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-left: 0px;
  }
}

.ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec {
  width: 40%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 991px) {
  .ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec {
    width: 40%;
  }
}

@media (max-width: 767px) {
  .ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec {
    width: 100%;
  }
}

.ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec:nth-child(2) {
  width: 25%;
}

@media (max-width: 991px) {
  .ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec:nth-child(2) {
    width: 30%;
  }
}

@media (max-width: 767px) {
  .ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec:nth-child(2) {
    width: 100%;
  }
}

.ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec:nth-child(3) {
  width: 25%;
}

@media (max-width: 767px) {
  .ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec:nth-child(3) {
    width: 100%;
  }
}

.ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec .imgShec {
  width: 65px;
  height: 65px;
  margin-right: 20px;
  background: #ed1d24;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
}

.ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec .imgShec img {
  width: auto;
  display: block;
  margin: 0 auto;
}

.ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec .AddrCnntSec {
  width: calc(100% - 70px);
}

@media (max-width: 991px) {
  .ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec .AddrCnntSec {
    width: calc(100% - 0px);
  }
}

.ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec .AddrCnntSec h3 {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 7px;
  color: #000000;
  font-family: "Playfair Display", serif;
}

.ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec .AddrCnntSec p {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}

.ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec .AddrCnntSec a {
  font-size: 16px;
  font-weight: 500;
  color: #666666;
}

.ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec .GetDrsec {
  margin-top: 25px;
}

.ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec .GetDrsec p a {
  color: #e37825;
  font-family: "Playfair Display", serif;
  font-size: 18px;
}

.ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec .GetDrsec img {
  margin-left: 10px;
  vertical-align: middle;
}

.ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec .Scimedia {
  margin-top: 20px;
}

.ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec .Scimedia ul {
  display: inline-block;
  width: 100%;
}

.ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec .Scimedia ul li {
  display: inline-block;
}

.ArDressShwToppar .Cl12AddrsSec .Cl4ddrsSec .Scimedia ul li a {
  font-size: 25px;
  display: block;
  padding: 10px;
  color: #475caa;
}

.ftlgoCnt {
  position: absolute;
  left: 0px;
  width: 222px;
  bottom: 0px;
  z-index: -1;
}

.ftlgoCnt img {
  width: 100%;
}

.IqryFrmBx-Wppr {
  background: rgba(0, 0, 0, 0.6);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 60px 50px;
  margin-bottom: 0px;
  position: relative;
}

@media (max-width: 767px) {
  .IqryFrmBx-Wppr {
    padding: 15px 15px;
    background: rgba(0, 0, 0, 0.8);
  }
}

.IqryFrmBx-Wppr::before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background: url(../images/cntbnner.jpg) center center no-repeat;
  background-size: cover;
  z-index: -1;
}

.IqryFrmBx-Wppr .Clm-sm-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 70%;
          flex: 0 70%;
  max-width: 70%;
  z-index: 1;
}

@media (max-width: 991px) {
  .IqryFrmBx-Wppr .Clm-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 90%;
            flex: 0 90%;
    max-width: 90%;
  }
}

@media (max-width: 767px) {
  .IqryFrmBx-Wppr .Clm-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-width: 100%;
  }
}

.IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .title {
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .title {
    margin-bottom: 20px;
  }
}

.IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .title h2 {
  display: block;
  text-align: center;
  font-size: 48px;
  line-height: 52px;
  text-transform: capitalize;
  color: #ffffff;
  font-family: '$PlayfairDisplay';
}

@media (max-width: 767px) {
  .IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .title h2 {
    font-size: 36px;
  }
}

.IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr fieldset {
  -webkit-box-flex: 0;
      -ms-flex: 0 48%;
          flex: 0 48%;
  max-width: 48%;
  margin-bottom: 40px;
  margin-right: 8px;
  position: relative;
}

@media (max-width: 767px) {
  .IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr fieldset {
    max-width: 100%;
    margin-right: 0px;
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    margin-bottom: 20px;
  }
}

.IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr fieldset:nth-child(even) {
  margin-right: 0px;
}

.IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr fieldset .FtrInpt:focus ~ .InptTxtName,
.IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr fieldset .TextUp,
.IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr fieldset .FtrInpt {
  color: #ffffff;
}

.IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr fieldset .InptTxtName {
  opacity: 48%;
  color: #ffffff;
}

.IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr fieldset .InptTxtName::before {
  background: #ffffff;
}

.IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr fieldset .FtrInpt {
  line-height: 30px;
}

.IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr fieldset .hasVal {
  top: -7px;
  padding: 0px;
  opacity: 1;
  color: #ffffff;
  font-size: 12px;
}

.IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr .FlWdth {
  -webkit-box-flex: 0;
      -ms-flex: 0 100%;
          flex: 0 100%;
  max-width: 100%;
}

.IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr .ComBtnBx {
  width: 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;
  padding: 20px  0 0;
}

.IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr .ComBtnBx .Cmn-Btn {
  padding: 10px 30px;
  padding-right: 50px;
  border: 1px solid transparent;
  background: transparent;
  color: #e2781a;
  font-size: 18px;
  font-family: "Playfair Display", serif;
  text-transform: uppercase;
}

.IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr .ComBtnBx .Cmn-Btn img {
  margin-left: 10px;
}

fieldset select {
  font-size: 18px;
  font-family: '$PlayfairDisplay';
  opacity: 0.5;
}

fieldset select option {
  color: #000000;
}

fieldset .FtrInpt {
  padding: 5px 0px;
  border: 0;
  border-bottom: 1px solid #959491;
  font-size: 18px;
  line-height: 25px;
  background: transparent;
  width: 100%;
}

fieldset .FtrInpt:focus ~ .InptTxtName {
  top: -5px;
  font-size: 12px;
  opacity: 1 !important;
  color: #ffffff;
}

fieldset .InptTxtName {
  position: absolute;
  top: 10px;
  left: 0;
  font-size: 18px;
  line-height: 14px;
  font-weight: 300;
  -webkit-transition: all 1s;
  transition: all 1s;
  z-index: 0;
  padding: 0 0px;
  font-family: "Playfair Display", serif;
}

#ContentPlaceHolder1_UpdatePanelNOrmalinquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Cl12SlBnerSec.ProDlpgeShw.covidupdte.Dstionline {
  background-image: url(../images/distntbnner.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 991px) {
  .Cl12SlBnerSec.ProDlpgeShw.covidupdte.Dstionline .BnreShetxt {
    top: 60%;
  }
}

.CntAbtAbt {
  width: 100%;
  position: relative;
  display: block;
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .CntAbtAbt {
    padding: 30px 0px;
  }
}

.CntAbtAbt p {
  font-size: 16px;
  color: #000000;
  margin-bottom: 30px;
  text-align: justify;
}

@media (max-width: 991px) {
  .CntAbtAbt p {
    margin-bottom: 20px;
  }
}

.CntAbtAbt p:last-child {
  margin-bottom: 0px;
}

.Cl12MnDstOnl {
  width: 100%;
  position: relative;
  display: block;
  padding-bottom: 60px;
}

@media (max-width: 991px) {
  .Cl12MnDstOnl {
    padding-bottom: 30px;
  }
}

.Cl12MnDstOnl h4 {
  font-size: 48px;
  text-align: center;
  margin-bottom: 55px;
  font-family: "Playfair Display", serif;
}

@media (max-width: 991px) {
  .Cl12MnDstOnl h4 {
    font-size: 32px;
    margin-bottom: 30px;
    line-height: 1;
  }
}

.Cl12MnDstOnl .DstOnlcShw {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media (max-width: 991px) {
  .Cl12MnDstOnl .DstOnlcShw {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn {
  position: relative;
  width: 48.5%;
}

.Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn {
    width: 100%;
    margin-bottom: 30px;
  }
}

.Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn .VdeSecInp {
  position: absolute;
  left: auto;
  top: auto;
  bottom: 35px;
  right: 35px;
}

.Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn .VdeSecInp .VdeBner {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 991px) {
  .Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn .VdeSecInp .VdeBner {
    width: 40px;
    height: 40px;
  }
}

.Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn .VdeSecInp .VdeBner img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn .VdeSecInp .VdeBner img {
    width: 7px;
  }
}

.Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn .VdeSecInp .VdeBner:before {
  width: 65px;
  height: 65px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  border-radius: 50%;
  display: block;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

@media (max-width: 991px) {
  .Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn .VdeSecInp .VdeBner:before {
    width: 40px;
    height: 40px;
  }
}

.Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn .DstOnlCls {
  width: 100%;
  position: relative;
  line-height: 0;
}

.Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn .DstOnlCls:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(transparent, #000000);
  opacity: 0.9;
}

.Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn .DstOnlCls img {
  width: 100%;
}

.Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn p {
  color: #000000;
  margin-bottom: 30px;
  font-size: 16px;
  text-align: justify;
}

.Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn p:last-child {
  margin-bottom: 0px;
}

@media (max-width: 991px) {
  .Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn p {
    margin-bottom: 20px;
  }
}

.Cl12MnDstOnl .DstOnlcShw .DstOnlcShw6mn p a {
  color: #ec6909;
}

.Cl12SlBnerSec.ProDlpgeShw.Dstionline.respSivleBnner {
  background-image: url(../images/respnsivebanner.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

.Cl12SlBnerSec.ProDlpgeShw.Dstionline.respSivleBnner .BnreShetxt h1 {
  font-size: 60px;
}

@media (max-width: 767px) {
  .Cl12SlBnerSec.ProDlpgeShw.Dstionline.respSivleBnner .BnreShetxt h1 {
    font-size: 36px;
  }
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.ResPnmTrvel {
  width: 100%;
  padding: 70px 0px 220px;
}

@media (max-width: 767px) {
  .OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.ResPnmTrvel {
    padding: 27px 0px 27px;
  }
}

@media (max-width: 767px) {
  .OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.ResPnmTrvel .OvrSecMn h2 {
    font-size: 30px;
  }
}

.OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.ResPnmTrvel .OvrSecMn p {
  text-align: justify;
}

@media (max-width: 767px) {
  .OvreVewSecSw.AbutCntTxtBx.AbtBnrShw.InsPirt.ResPnmTrvel .OvrSecMn p {
    text-align: justify;
  }
}

.VdeShwMn {
  width: 100%;
  position: relative;
  display: block;
}

.VdeShwMn .VdeshwRspn {
  width: 100%;
  position: relative;
  margin-top: -195px;
  line-height: 0;
  margin-bottom: 68px;
}

@media (max-width: 767px) {
  .VdeShwMn .VdeshwRspn {
    margin-top: 0px;
    margin-bottom: 20px;
  }
}

.VdeShwMn .VdeshwRspn .VdeBnnerRespne {
  position: relative;
  display: block;
  line-height: 0;
}

.VdeShwMn .VdeshwRspn .VdeBnnerRespne:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(transparent, #000000);
  opacity: 0.9;
}

.VdeShwMn .VdeshwRspn .VdeBnnerRespne img {
  width: 100%;
}

.VdeShwMn .VdeshwRspn .VdeSecInp {
  position: absolute;
  left: auto;
  top: auto;
  bottom: 76px;
  right: 60px;
}

@media (max-width: 767px) {
  .VdeShwMn .VdeshwRspn .VdeSecInp {
    bottom: 20px;
    right: 20px;
  }
}

.VdeShwMn .VdeshwRspn .VdeSecInp .VdeBner {
  width: 60px;
  height: 60px;
  border: 2px solid #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 50%;
  text-align: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .VdeShwMn .VdeshwRspn .VdeSecInp .VdeBner {
    width: 35px;
    height: 35px;
  }
}

.VdeShwMn .VdeshwRspn .VdeSecInp .VdeBner img {
  display: block;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .VdeShwMn .VdeshwRspn .VdeSecInp .VdeBner img {
    width: 7px;
  }
}

.VdeShwMn .VdeshwRspn .VdeSecInp .VdeBner:before {
  width: 65px;
  height: 65px;
  top: 50%;
  right: 0;
  bottom: 0;
  left: 50%;
  position: absolute;
  content: "";
  -webkit-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background: #ffffff;
  border-radius: 50%;
  display: block;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
          animation: pulse-border 1500ms ease-out infinite;
}

@media (max-width: 767px) {
  .VdeShwMn .VdeshwRspn .VdeSecInp .VdeBner:before {
    width: 35px;
    height: 35px;
  }
}

.BlogSecShwMn.RepNsbleShw {
  width: 100%;
  position: relative;
  display: block;
  padding: 00px 0px 40px;
}

@media (max-width: 767px) {
  .BlogSecShwMn.RepNsbleShw {
    padding: 00px 0px 0px;
  }
}

.BlogSecShwMn.RepNsbleShw .OvrSecMn {
  width: 50%;
  margin: 0 auto;
  display: block;
}

@media (max-width: 1140px) {
  .BlogSecShwMn.RepNsbleShw .OvrSecMn {
    width: 80%;
  }
}

@media (max-width: 991px) {
  .BlogSecShwMn.RepNsbleShw .OvrSecMn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .BlogSecShwMn.RepNsbleShw .OvrSecMn {
    width: 100%;
  }
}

.BlogSecShwMn.RepNsbleShw .OvrSecMn h2 {
  line-height: 1;
  margin-bottom: 45px;
  padding-bottom: 22px;
}

@media (max-width: 767px) {
  .BlogSecShwMn.RepNsbleShw .OvrSecMn h2 {
    font-size: 28px;
  }
}

.BlogSecShwMn.RepNsbleShw .BlogClsec:nth-child(6) {
  width: 32%;
  border: 1px solid #e1e1e1;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .BlogSecShwMn.RepNsbleShw .BlogClsec:nth-child(6) {
    width: 100%;
    margin-top: 0px;
  }
}

.BlogSecShwMn.RepNsbleShw .BlogClsec:nth-child(6) .BlmnSecBrs {
  width: 100%;
  display: block;
}

.BlogSecShwMn.RepNsbleShw .BlogClsec:nth-child(6) .BlmnSecBrs .Cl12BlgSec {
  padding: 32px 24px;
  width: 100%;
}

.BlogSecShwMn.RepNsbleShw .BlogClsec:nth-child(6) .BlmnSecBrs .Cl12BlgSec small {
  color: #f4924c;
  font-size: 14px;
  display: block;
  margin-bottom: 18px;
}

.BlogSecShwMn.RepNsbleShw .BlogClsec:nth-child(6) .BlmnSecBrs .Cl12BlgSec h5 {
  font-size: 24px;
  color: #000;
  font-family: "Playfair Display", serif;
  line-height: 26px;
}

.BlogSecShwMn.RepNsbleShw .BlogClsec.responsiblelast {
  width: 66% !important;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .BlogSecShwMn.RepNsbleShw .BlogClsec.responsiblelast {
    width: 100% !important;
    margin-top: 0px;
  }
}

.BlogSecShwMn.RepNsbleShw .BlogClsec.responsiblelast .ImgCl12MnBlg {
  width: 100%;
  position: relative;
  line-height: 0;
}

@media (max-width: 991px) {
  .BlogSecShwMn.RepNsbleShw .BlogClsec.responsiblelast .ImgCl12MnBlg {
    height: 100%;
  }
}

.BlogSecShwMn.RepNsbleShw .BlogClsec.responsiblelast .ImgCl12MnBlg:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(transparent, #000000);
  opacity: 0.9;
  z-index: 1;
}

.BlogSecShwMn.RepNsbleShw .BlogClsec.responsiblelast .ImgCl12MnBlg img {
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.BlogSecShwMn.RepNsbleShw .BlogClsec.responsiblelast .MnBlgCnt {
  position: absolute;
  bottom: 28px !important;
  padding: 0px 34px;
  width: 100%;
  z-index: 2;
}

@media (max-width: 767px) {
  .BlogSecShwMn.RepNsbleShw .BlogClsec.responsiblelast .MnBlgCnt {
    bottom: 0px !important;
  }
}

@media (max-width: 991px) {
  .BlogSecShwMn.RepNsbleShw .BlogClsec.responsiblelast .MnBlgCnt h3 {
    font-size: 22px !important;
    line-height: 28px  !important;
  }
}

@media (max-width: 767px) {
  .BlogSecShwMn.RepNsbleShw .BlogClsec.responsiblelast .MnBlgCnt h3 {
    font-size: 20px !important;
    line-height: 22px  !important;
  }
}

.OurCmtShw {
  width: 100%;
  padding: 50px 0px;
}

@media (max-width: 991px) {
  .OurCmtShw {
    padding: 0px 0px 30px;
  }
}

@media (max-width: 767px) {
  .OurCmtShw {
    padding: 30px 0px;
  }
}

.OurCmtShw .OvrSecMn {
  width: 65%;
  text-align: center;
  display: block;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .OurCmtShw .OvrSecMn {
    width: 100%;
    padding: 0px 10px;
  }
}

@media (max-width: 767px) {
  .OurCmtShw .OvrSecMn {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .OurCmtShw .OvrSecMn h2 {
    font-size: 28px;
    line-height: 1;
  }
}

.OurCmtShw .OvrSecMn p {
  text-align: justify;
}

.SlderShwmnMN {
  width: 100%;
  margin-top: 60px;
  display: block;
}

@media (max-width: 767px) {
  .SlderShwmnMN {
    margin-top: 30px;
  }
}

.SlderShwmnMN .owl-theme .owl-nav {
  width: 54%;
}

@media (max-width: 1366px) {
  .SlderShwmnMN .owl-theme .owl-nav {
    width: 54%;
  }
}

@media (max-width: 1240px) {
  .SlderShwmnMN .owl-theme .owl-nav {
    width: 56%;
  }
}

@media (max-width: 991px) {
  .SlderShwmnMN .owl-theme .owl-nav {
    width: 97%;
  }
}

@media (max-width: 767px) {
  .SlderShwmnMN .owl-theme .owl-nav {
    width: 55px;
    top: -32px;
    left: auto;
    right: 0;
    -webkit-transform: none;
            transform: none;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .SlderShwmnMN .owl-theme .owl-nav .owl-prev {
    width: 20px;
  }
}

@media (max-width: 767px) and (max-width: 767px) {
  .SlderShwmnMN .owl-theme .owl-nav .owl-next {
    width: 20px;
  }
}

.SlderShwmnMN .owl-item.active.center .item .CntwnSlider {
  bottom: 0px;
}

.SlderShwmnMN .item {
  width: 100%;
  position: relative;
}

.SlderShwmnMN .item .imgShwmnVl {
  width: 100%;
  position: relative;
  display: block;
}

.SlderShwmnMN .item .imgShwmnVl:after {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-color: #000000;
  opacity: 0.5;
}

.SlderShwmnMN .item .imgShwmnVl img {
  width: 100%;
}

.SlderShwmnMN .item .CntwnSlider {
  position: absolute;
  bottom: -100%;
  padding: 70px;
  width: 100%;
  padding-top: 20px;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all  2s ease;
  transition: all  2s ease;
  -webkit-transition-delay: 1s;
          transition-delay: 1s;
}

@media (max-width: 1024px) {
  .SlderShwmnMN .item .CntwnSlider {
    padding: 10px;
  }
}

@media (max-width: 767px) {
  .SlderShwmnMN .item .CntwnSlider {
    padding: 0px;
  }
}

.SlderShwmnMN .item .CntwnSlider .MnShwMre {
  width: 100%;
}

@media (max-width: 991px) {
  .SlderShwmnMN .item .CntwnSlider .MnShwMre {
    padding: 0px 10px;
  }
}

.SlderShwmnMN .item .CntwnSlider .MnShwMre h4 {
  font-size: 36px;
  text-align: center;
  line-height: 40px;
  color: #ffffff;
  margin-bottom: 35px;
  text-transform: uppercase;
  font-family: "Playfair Display", serif;
}

@media (max-width: 767px) {
  .SlderShwmnMN .item .CntwnSlider .MnShwMre h4 {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 10px;
  }
}

.SlderShwmnMN .item .CntwnSlider .MnShwMre p {
  color: #ffffff;
  text-align: justify;
}

@media (max-width: 1024px) {
  .SlderShwmnMN .item .CntwnSlider .MnShwMre p {
    margin-top: -20px;
  }
}

@media (max-width: 767px) {
  .SlderShwmnMN .item .CntwnSlider .MnShwMre p {
    font-size: 14px;
    height: 100px;
    overflow: auto;
  }
}

.ImgCl12MnBlg11:before {
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(transparent, #000000);
  opacity: 0.9;
  background-image: linear-gradient(transparent, #000000);
}

.responsiblelast {
  width: 66% !important;
}

.responsiblelast h3 {
  color: #fff !important;
}

.responsiblelast1:before {
  display: none !important;
}

.tftlg {
  width: 170px;
  margin: 0 auto;
}

@media (max-width: 767px) {
  .tftlg {
    width: 90px;
  }
}

.tftlg img {
  width: 100%;
}

.BlgHrdSec {
  width: 100%;
  position: relative;
  display: block;
}

.BlgHrdSec .ImgHrsShec {
  position: relative;
  display: block;
  line-height: 0;
}

.BlgHrdSec .ImgHrsShec:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(transparent, #000000);
  opacity: 0.8;
}

.BlgHrdSec .ImgHrsShec img {
  width: 100%;
}

.BlgHrdSec .Cntwth {
  width: 95%;
  max-width: 1160px;
  margin: 0 auto;
  position: absolute;
  z-index: 1;
  bottom: 80px;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

@media (max-width: 991px) {
  .BlgHrdSec .Cntwth {
    bottom: 26px;
  }
}

@media (max-width: 767px) {
  .BlgHrdSec .Cntwth {
    width: 100%;
    bottom: 15px;
    padding: 0px 10px;
  }
}

.BlgHrdSec .Cntwth small {
  font-size: 14px;
  color: #ffffff;
}

@media (max-width: 767px) {
  .BlgHrdSec .Cntwth small {
    font-size: 12px;
  }
}

.BlgHrdSec .Cntwth h1 {
  font-size: 36px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  width: 60%;
  line-height: 1;
  margin-top: 10px;
}

@media (max-width: 991px) {
  .BlgHrdSec .Cntwth h1 {
    width: 95%;
    margin-top: 5px;
  }
}

@media (max-width: 767px) {
  .BlgHrdSec .Cntwth h1 {
    margin-top: 0px;
    font-size: 20px;
    width: 100%;
  }
}

.BlgDlSec {
  width: 100%;
  position: relative;
  display: block;
  padding: 60px 0px;
}

@media (max-width: 991px) {
  .BlgDlSec {
    padding: 30px 0px;
  }
}

@media (max-width: 767px) {
  .BlgDlSec {
    padding: 30px 0px;
  }
}

.BlgDlSec .cl12BlgSechmn {
  width: 100%;
  position: relative;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl9 {
  width: 70%;
  display: inline-block;
}

@media (max-width: 767px) {
  .BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl9 {
    width: 100%;
  }
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl9 .BlgdlShwmn {
  width: 100%;
  position: relative;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl9 .BlgdlShwmn img {
  width: 48%;
  margin-right: 2%;
  margin-bottom: 2%;
}

@media (max-width: 767px) {
  .BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl9 .BlgdlShwmn img {
    width: 100%;
  }
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl9 .BlgdlShwmn b {
  font-weight: 700;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl9 .BlgdlShwmn ul {
  padding-left: 35px;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl9 .BlgdlShwmn ul li {
  padding: 3px 0px;
  font-size: 16px;
  text-align: left;
  position: relative;
  padding-left: 20px;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl9 .BlgdlShwmn ul li:before {
  width: 0.5rem;
  height: 0.5rem;
  top: 11px;
  right: auto;
  bottom: auto;
  left: 0px;
  position: absolute;
  content: "";
  display: inline-block;
  border-radius: 50%;
  background-color: #000000;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl9 .BlgdlShwmn h3 {
  font-size: 26px;
  color: #000000;
  font-family: "Playfair Display", serif;
  margin-bottom: 12px;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl9 .BlgdlShwmn h2 {
  font-size: 28px;
  color: #000000;
  font-family: "Playfair Display", serif;
  margin-bottom: 12px;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl9 .BlgdlShwmn h1 {
  font-size: 30px;
  color: #000000;
  font-family: "Playfair Display", serif;
  margin-bottom: 12px;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl9 .BlgdlShwmn h5, .BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl9 .BlgdlShwmn h4, .BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl9 .BlgdlShwmn h6 {
  font-size: 24px;
  color: #000000;
  font-family: "Playfair Display", serif;
  margin-bottom: 12px;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl9 .BlgdlShwmn p {
  color: #000000;
  font-size: 16px;
  margin-bottom: 12px;
  text-align: justify;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl3 {
  width: 26%;
  float: right;
  display: inline-block;
  position: -webkit-sticky;
  position: sticky;
  top: 75px;
}

@media (max-width: 767px) {
  .BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl3 {
    position: relative;
    top: 0px;
    width: 100%;
  }
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl3 .CtrySec {
  width: 100%;
  position: relative;
  margin-bottom: 25px;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl3 .CtrySec h5 {
  font-size: 24px;
  padding: 10px 0px;
  margin-bottom: 15px;
  border-bottom: 1px solid #000;
  font-family: "Playfair Display", serif;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl3 .CtrySec ul li a {
  display: block;
  font-size: 18px;
  color: #000000;
  font-family: '$PlayfairDisplay';
  padding: 3px 0px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
  text-transform: capitalize;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl3 .CtrySec ul li a:hover {
  margin-left: 10px;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl3 .ShreOpt {
  padding-top: 18px;
  border-top: 1px solid #000;
  margin-top: 25px;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl3 .ShreOpt span {
  font-size: 24px;
  font-family: "Playfair Display", serif;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl3 .ShreOpt ul {
  display: inline-block;
  margin-left: 10px;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl3 .ShreOpt ul li {
  display: inline-block;
}

.BlgDlSec .cl12BlgSechmn .cl12BlgSechmnCl3 .ShreOpt ul li a {
  padding: 5px;
  display: inline-block;
  font-size: 22px;
}

.RaldBlg {
  width: 100%;
  display: block;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .RaldBlg {
    padding-bottom: 20px;
  }
}

.RaldBlg .RltdBlog {
  width: 100%;
  position: relative;
  display: block;
}

.RaldBlg .RltdBlog .owl-carousel .owl-stage {
  margin: 0 auto;
}

@media (max-width: 991px) {
  .RaldBlg .RltdBlog {
    padding: 0px 30px;
  }
}

.RaldBlg .RltdBlog .owl-theme .owl-nav {
  width: 100%;
}

.RaldBlg .RltdBlog .owl-theme .owl-nav .owl-prev {
  left: -50px;
}

@media (max-width: 991px) {
  .RaldBlg .RltdBlog .owl-theme .owl-nav .owl-prev {
    left: -35px;
  }
}

.RaldBlg .RltdBlog .owl-theme .owl-nav .owl-next {
  right: -50px;
}

@media (max-width: 991px) {
  .RaldBlg .RltdBlog .owl-theme .owl-nav .owl-next {
    right: -35px;
  }
}

.RaldBlg .RltdBlog h2 {
  color: #000000;
  margin-bottom: 35px;
  font-size: 48px;
  font-family: "Playfair Display", serif;
  text-align: center;
}

@media (max-width: 991px) {
  .RaldBlg .RltdBlog h2 {
    margin-bottom: 20px;
    font-size: 36px;
  }
}

.RaldBlg .RltdBlog .item {
  width: 100%;
  position: relative;
}

.RaldBlg .RltdBlog .item:hover .BlgDl img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.RaldBlg .RltdBlog .item .BlgDl {
  position: relative;
  display: block;
  overflow: hidden;
}

.RaldBlg .RltdBlog .item .BlgDl img {
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.RaldBlg .RltdBlog .item .BlgDl:before {
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  content: "";
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#000000));
  background-image: linear-gradient(transparent, #000000);
  opacity: 0.8;
  z-index: 1;
}

.RaldBlg .RltdBlog .item .CntDrmSec {
  position: absolute;
  bottom: 22px;
  padding: 0px 22px;
  z-index: 2;
}

.RaldBlg .RltdBlog .item .CntDrmSec p {
  font-size: 18px;
  color: #ffffff;
  font-family: "Playfair Display", serif;
  line-height: 22px;
}

.Linkall {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner.Bloglst {
  height: auto;
  width: 100%;
  position: relative;
  line-height: 0;
}

@media (max-width: 767px) {
  .Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner.Bloglst {
    background: none;
    overflow: inherit;
  }
}

@media (max-width: 767px) {
  .Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner.Bloglst:after {
    height: 73%;
  }
}

@media (max-width: 767px) {
  .Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner.Bloglst {
    height: 26vh;
  }
}

.Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner.Bloglst img {
  width: 100%;
}

@media (max-width: 767px) {
  .Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner.Bloglst img {
    height: 100%;
  }
}

.Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner.Bloglst .SlctDrpSwn {
  position: absolute;
  bottom: 70px;
  right: 100px;
  z-index: 1;
  width: 260px;
}

@media (max-width: 991px) {
  .Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner.Bloglst .SlctDrpSwn {
    bottom: 30px;
    right: 35px;
  }
}

@media (max-width: 767px) {
  .Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner.Bloglst .SlctDrpSwn {
    position: relative;
    bottom: -25px;
    right: 0;
    z-index: 2;
    width: 94%;
    margin: 0 auto;
  }
}

.Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner.Bloglst .SlctDrpSwn select {
  padding: 0 20px;
  padding-right: 10px;
  font-size: 18px;
  height: 40px;
  font-family: "Playfair Display", serif;
  line-height: 40px;
  border: 1px solid #ffffff;
  border-radius: 0px;
  cursor: pointer;
  width: 100%;
  color: #ffffff;
  background-color: transparent;
  background: url(../icon/down-arrow-select5.png) no-repeat right;
  -webkit-appearance: none;
  background-position-x: 96%;
}

@media (max-width: 767px) {
  .Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner.Bloglst .SlctDrpSwn select {
    border: 1px solid #000;
    color: #000;
  }
}

.Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner.Bloglst .SlctDrpSwn select option {
  color: #000000;
}

.BlogSecShwMn .BlgCntMn .BlogClsec .LnkAllMnShw {
  z-index: 3;
}

.BlogSecShwMn .BlgCntMn .BlogClsec .Cl12BlgSec p {
  margin-top: 30px;
}

@media (max-width: 991px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec .Cl12BlgSec p {
    margin-top: 0px;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec .Cl12BlgSec p a {
  color: #f4924c;
  font-size: 14px;
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(7) {
  width: 66%;
  margin-bottom: 30px;
  margin-top: 30px;
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(7) {
    width: 100%;
    margin-top: 0px;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(7) .ImgCl12MnBlg {
  width: 100%;
  position: relative;
  line-height: 0;
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(7) .ImgCl12MnBlg img {
  width: 100%;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(7) .MnBlgCnt {
  bottom: 0px;
  z-index: 1;
}

@media (max-width: 991px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(7) .MnBlgCnt {
    width: 100%;
    padding: 15px 15px;
    bottom: 0px;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(7) .MnBlgCnt h3 {
  font-size: 30px;
  color: #000000;
  font-family: '$PlayfairDisplay';
  line-height: 35px;
  margin-top: 8px;
}

@media (max-width: 991px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(7) .MnBlgCnt h3 {
    font-size: 22px;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(8) {
  width: 32%;
  border: 1px solid #e1e1e1;
  margin-top: 0px;
  margin-bottom: 0px;
}

@media (max-width: 767px) {
  .BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(8) {
    width: 100%;
    margin-bottom: 30px;
  }
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(8) .BlmnSecBrs {
  width: 100%;
  display: block;
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(8) .BlmnSecBrs .Cl12BlgSec {
  padding: 32px 24px;
  width: 100%;
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(8) .BlmnSecBrs .Cl12BlgSec small {
  color: #f4924c;
  font-size: 14px;
  display: block;
  margin-bottom: 18px;
}

.BlogSecShwMn .BlgCntMn .BlogClsec:nth-child(8) .BlmnSecBrs .Cl12BlgSec h5 {
  font-size: 24px;
  color: #000;
  font-family: "Playfair Display", serif;
  line-height: 26px;
}

@media (max-width: 767px) {
  .BlogSecShwMn {
    margin-top: 10px;
  }
}

.BlogSecShwMn.blgpgemn .BlgCntMn {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec {
  margin-right: 20px;
}

.BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec:nth-child(2), .BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec:nth-child(5), .BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec:nth-child(7), .BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec:nth-child(10), .BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec:nth-child(12), .BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec:nth-child(15), .BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec:nth-child(17), .BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec:nth-child(20), .BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec:nth-child(22), .BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec:nth-child(25), .BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec:nth-child(27), .BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec:nth-child(30), .BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec:nth-child(32), .BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec:nth-child(35), .BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec:nth-child(37), .BlogSecShwMn.blgpgemn .BlgCntMn .BlogClsec:nth-child(40) {
  margin-right: 0px;
}

.BlogSecShwMn.blgpgemn .BlgCntMn.BlgMnSwnVr .BlogClsec.wthinc4n {
  width: 32%;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
  margin-right: 0px;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .BlogSecShwMn.blgpgemn .BlgCntMn.BlgMnSwnVr .BlogClsec.wthinc4n {
    width: 100%;
  }
}

.BlogSecShwMn.blgpgemn .BlgCntMn.BlgMnSwnVr .BlogClsec.wthinc4nPrv {
  margin-right: 0px;
}

@media (max-width: 767px) {
  .BlogSecShwMn.blgpgemn .BlgCntMn.BlgMnSwnVr .BlogClsec.wthinc4nPrv {
    width: 100%;
  }
}

.BlogSecShwMn.blgpgemn .BlgCntMn.BlgMnSwnVr .BlogClsec {
  margin-right: 20px;
  width: 32%;
  border: 1px solid #e1e1e1;
  margin-bottom: 30px;
}

@media (max-width: 767px) {
  .BlogSecShwMn.blgpgemn .BlgCntMn.BlgMnSwnVr .BlogClsec {
    width: 100%;
    margin-right: 0px;
  }
}

.BlogSecShwMn.blgpgemn .BlgCntMn.BlgMnSwnVr .BlogClsec:nth-child(5n+1) {
  width: 66%;
  margin-bottom: 30px;
  margin-top: 0px;
}

@media (max-width: 767px) {
  .BlogSecShwMn.blgpgemn .BlgCntMn.BlgMnSwnVr .BlogClsec:nth-child(5n+1) {
    width: 100%;
  }
}

.Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner.Paymrnt {
  background-image: url(../images/payentbanner.jpg);
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
}

@media (max-width: 767px) {
  .Cl12SlBnerSec.ProDlpgeShw.covidupdte.CntBner.Paymrnt {
    height: 30vh !important;
  }
}

@media (max-width: 991px) {
  .Cl12SlBnerSec.ProDlpgeShw .BnreShetxt {
    top: 60%;
  }
}

.QickEnquiry.PymntSecMn .IqryFrmBx-Wppr {
  background-color: #ffffff;
  padding: 70px 50px;
}

@media (max-width: 991px) {
  .QickEnquiry.PymntSecMn .IqryFrmBx-Wppr {
    padding: 30px 0px;
  }
}

.QickEnquiry.PymntSecMn .IqryFrmBx-Wppr:before {
  content: none;
}

.QickEnquiry.PymntSecMn .IqryFrmBx-Wppr .Clm-sm-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 60%;
          flex: 0 60%;
  max-width: 60%;
}

@media (max-width: 991px) {
  .QickEnquiry.PymntSecMn .IqryFrmBx-Wppr .Clm-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 100%;
            flex: 0 100%;
    max-width: 100%;
    padding: 0px 20px;
  }
}

.QickEnquiry.PymntSecMn .IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx fieldset .InptTxtName {
  color: #000000;
  opacity: 1;
  pointer-events: none;
  text-transform: capitalize;
}

.QickEnquiry.PymntSecMn .IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx fieldset select.FtrInpt {
  font-family: "Playfair Display", serif;
  color: #000000;
  background-color: transparent;
  background: url(../icon/down-arrow-select1.png) no-repeat right;
  -webkit-appearance: none;
  background-position-x: 100%;
}

.QickEnquiry.PymntSecMn .IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr fieldset .FtrInpt:focus ~ .InptTxtName,
.QickEnquiry.PymntSecMn .IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr fieldset .TextUp,
.QickEnquiry.PymntSecMn .IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr fieldset .FtrInpt {
  color: #000000;
}

.QickEnquiry.PymntSecMn .IqryFrmBx-Wppr .Clm-sm-7 .IqryFrmBx .IqryFrm-Wppr .ComBtnBx.Pynow .Cmn-Btn {
  padding-right: 30px;
  color: #ffffff;
  background: #000000;
}

.containerPynt {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  font-family: "Playfair Display", serif;
}

.containerPynt a {
  font-size: 16px;
  color: #e2781a;
  font-family: "Playfair Display", serif;
}

.containerPynt input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

.checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 24px;
  width: 24px;
  background-color: #ffffff;
  border-radius: 6px;
  border: 1px solid #000000;
}

.containerPynt:hover input ~ .checkmark {
  background-color: #000000;
}

.containerPynt input:checked ~ .checkmark {
  background-color: #000000;
}

.checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

.containerPynt input:checked ~ .checkmark:after {
  display: block;
}

.containerPynt .checkmark:after {
  left: 7px;
  top: 3px;
  width: 5px;
  height: 10px;
  border: solid white;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.CrSecFrm {
  width: 100%;
  position: relative;
  display: block;
  padding: 0px 0px 15px;
}

.CrSecFrm .CarfOpperSec {
  width: 100%;
  display: block;
  position: relative;
}

.CrSecFrm .CarfOpperSec .ColCr9 {
  width: 100%;
  position: relative;
  display: block;
}

.CrSecFrm .CarfOpperSec .ColCr9 p {
  font-size: 18px;
  font-weight: 300;
  text-align: center;
  color: #666666;
}

.CrSecFrm .CarfOpperSec .ColCr9 h4 {
  font-size: 30px;
  margin-bottom: 60px;
  text-align: center;
  color: #666666;
  font-family: 'Playfair Display', serif;
  font-weight: 900;
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt {
  width: 100%;
  position: relative;
  display: block;
  margin-bottom: 10px;
  padding-bottom: 0px;
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec.ActeTab {
  color: #000000;
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec {
  width: 100%;
  display: block;
  padding: 8px 0px;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec h5 {
  font-size: 30px;
  position: relative;
  font-family: MillerDisplay-Roman;
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec h5 span {
  position: absolute;
  color: #666666;
  left: 50%;
  -webkit-transform: translate(-50%, 0px);
          transform: translate(-50%, 0px);
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec .DrpDownSec {
  position: absolute;
  right: 23px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec .DrpDownSec .DrpDeownImgSec:before {
  width: 15px;
  height: 2px;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute;
  content: "";
  background-color: #000;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec .DrpDownSec .DrpDeownImgSec:after {
  width: 2px;
  height: 15px;
  top: -7px;
  right: auto;
  bottom: auto;
  left: 6px;
  position: absolute;
  content: "";
  background-color: #000;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec .DrpDownSec.MinusAdd .DrpDeownImgSec:before {
  width: 15px;
  height: 2px;
  top: 0;
  right: 0;
  bottom: auto;
  left: 0;
  position: absolute;
  content: "";
  background-color: #000000;
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CreNameSec .DrpDownSec.MinusAdd .DrpDeownImgSec:after {
  content: none;
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown {
  width: 100%;
  position: relative;
  display: none;
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown .CntReslity {
  padding: 0px;
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown .CntReslity p {
  font-size: 16px;
  font-weight: 300;
  color: #000000;
  margin-bottom: 20px;
  text-align: justify;
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown .CntReslity h4, .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown .CntReslity h3, .CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown .CntReslity h5 {
  font-family: MillerDisplay-Roman;
  font-size: 24px;
  color: #f17011;
  position: relative;
  margin: 6px 0px;
  text-align: left;
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown .CntReslity ul {
  padding-left: 35px;
  margin-bottom: 30px;
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown .CntReslity ul li {
  padding: 3px 0px;
  font-size: 16px;
  text-align: left;
  position: relative;
  font-weight: 300;
  padding-left: 22px;
  color: #000000;
}

.CrSecFrm .CarfOpperSec .ColCr9 .OppSecRpt .CntSecDrpDown .CntReslity ul li:after {
  width: 0.6em;
  height: 0.6em;
  top: 11px;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  content: "";
  background-color: #f17011;
  border-radius: 50%;
  display: inline-block;
}

.TrmUscShw {
  width: 100%;
  position: relative;
  padding: 40px 0px;
}

.TrmUscShw .SrcvtY {
  width: 100%;
  display: none;
}

.TrmUscShw .SrcvtY .SrcMnShwn {
  padding: 40px 0px;
}

.TrmUscShw .SrcvtY .SrcMnShwn h3 {
  font-size: 36px;
  margin-bottom: 20px;
  font-family: "Playfair Display", serif;
}

#ContentPlaceHolder1_UpdatePanelPaymentinquiry {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}


@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  
  .mhtext {
  	overflow: hidden;
  }
  .mhtext video {
  	transform: scale(1.2);
  }

  .SlidrBnnrAbt {
  	overflow: hidden;
  }

  .NwlShw {
  	overflow: hidden;
  }

  .DintinGides {
  	overflow: hidden;
  }
  .WhyDisntShw {
  	overflow: hidden;
  }

  .MapCont .address_panel {
  	top: 83px;
  }

  #ContentPlaceHolder1_PnlNOrmalinquiry {
  	width: 100%;
  }

  #ContentPlaceHolder1_UpdatePanelNOrmalinquiry {
  	 width: 100%;
  }

  #ContentPlaceHolder1_UpdatePanelPaymentinquiry {
  	width: 100%;
  }


  #ContentPlaceHolder1_PnlPaymentinquiry {
  	width: 100%;
  }

  .SlidrDlSecMn {
  	overflow: hidden;
  }

  .cl12Owlsecmn {
  	overflow: hidden;
  }

  .item {
  	overflow: hidden;
  }

  .cl12wnSldrdl {
  	overflow: hidden;
  }

  .SlirPgeMn  {
  	overflow: hidden;
  }

 .ChwseSecShw {
 	overflow: hidden;
 }
 .owl-stage-outer {
 	overflow: hidden;
 }

 .owl-item {
 	overflow: hidden;
 }

 .owl-stage {
 	overflow: hidden;
 }


}


html{line-height:1.8;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100%}
body{margin:0;padding:0;font-family:'verdana',sans-serif;font-family:'Jost',sans-serif;font-size:16px;line-height:1.8;color:#051036;-webkit-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0,0,0,0);-webkit-font-smoothing:antialiased;}
article,aside,footer,header,nav,section{display:block}
h1,h2,h3,h4,h5,h6{margin:0;line-height:1.45;font-weight:600}
ul,li{list-style:none;margin:0;padding:0}
p{margin:0;font-size:16px;}
figcaption,figure,main{display:block}
figure{margin:1em 40px}
hr{box-sizing:content-box;height:0;overflow:visible}
pre{font-family:monospace,monospace;font-size:1em}
a{text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}
abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}
b,strong{font-weight:inherit;font-weight:bolder}
code,kbd,samp{font-family:monospace,monospace;font-size:1em}
dfn{font-style:italic}
mark{background-color:#ff0;color:#000}
small{font-size:80%}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
audio,video{display:inline-block}
audio:not([controls]){display:none;height:0}
img{border-style:none}
svg:not(:root){overflow:hidden}
button,input,optgroup,select,textarea{font-family:sans-serif;font-size:100%;line-height:1.15;margin:0}
button,input{overflow:visible}
button,select{text-transform:none}
button,input,optgroup,select,textarea:focus-visible{outline:none}
button,html [type="button"],[type="reset"],[type="submit"]{-webkit-appearance:button}
button::-moz-focus-inner,[type="button"]::-moz-focus-inner,[type="reset"]::-moz-focus-inner,[type="submit"]::-moz-focus-inner{border-style:none;padding:0}
button:-moz-focusring,[type="button"]:-moz-focusring,[type="reset"]:-moz-focusring,[type="submit"]:-moz-focusring{outline:1px dotted ButtonText}
fieldset{padding:.35em .75em .625em}
legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}
progress{display:inline-block;vertical-align:baseline}
textarea{overflow:auto}
[type="checkbox"],[type="radio"]{box-sizing:border-box;padding:0}
[type="number"]::-webkit-inner-spin-button,[type="number"]::-webkit-outer-spin-button{height:auto}
[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}
[type="search"]::-webkit-search-cancel-button,[type="search"]::-webkit-search-decoration{-webkit-appearance:none}
::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}
details,menu{display:block}
summary{display:list-item}
canvas{display:inline-block}
template{display:none}
[hidden]{display:none}
html{box-sizing:border-box;-ms-overflow-style:scrollbar}
*,::before,::after{box-sizing:inherit}
.container{position:relative;margin-left:auto;margin-right:auto;padding-right:15px;padding-left:15px}
.container-fluid{padding-right:15px;padding-left:15px}
.row{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}
.no-gutters{margin-right:0;margin-left:0}
.no-gutters > .col,.no-gutters > [class*="col-"]{padding-right:0;padding-left:0}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl{position:relative;width:100%;min-height:1px;padding-right:15px;padding-left:15px}
.col{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.col-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}
.col-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}
.col-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}
.col-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.col-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}
.col-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}
.col-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}
.col-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}
.col-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.col-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}
.col-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}
.col-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.pull-0{right:auto}
.pull-1{right:8.33333%}
.pull-2{right:16.66667%}
.pull-3{right:25%}
.pull-4{right:33.33333%}
.pull-5{right:41.66667%}
.pull-6{right:50%}
.pull-7{right:58.33333%}
.pull-8{right:66.66667%}
.pull-9{right:75%}
.pull-10{right:83.33333%}
.pull-11{right:91.66667%}
.pull-12{right:100%}
.push-0{left:auto}
.push-1{left:8.33333%}
.push-2{left:16.66667%}
.push-3{left:25%}
.push-4{left:33.33333%}
.push-5{left:41.66667%}
.push-6{left:50%}
.push-7{left:58.33333%}
.push-8{left:66.66667%}
.push-9{left:75%}
.push-10{left:83.33333%}
.push-11{left:91.66667%}
.push-12{left:100%}
.offset-1{margin-left:8.33333%}
.offset-2{margin-left:16.66667%}
.offset-3{margin-left:25%}
.offset-4{margin-left:33.33333%}
.offset-5{margin-left:41.66667%}
.offset-6{margin-left:50%}
.offset-7{margin-left:58.33333%}
.offset-8{margin-left:66.66667%}
.offset-9{margin-left:75%}
.offset-10{margin-left:83.33333%}
.offset-11{margin-left:91.66667%}
@media (min-width: 576px) {
.container{padding-right:15px;padding-left:15px;width:540px;max-width:100%}
.container-fluid{padding-right:15px;padding-left:15px}
.row{margin-right:-15px;margin-left:-15px}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl{padding-right:15px;padding-left:15px}
.col-sm{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.col-sm-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}
.col-sm-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}
.col-sm-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}
.col-sm-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.col-sm-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}
.col-sm-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}
.col-sm-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-sm-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}
.col-sm-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}
.col-sm-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.col-sm-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}
.col-sm-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}
.col-sm-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.pull-sm-0{right:auto}
.pull-sm-1{right:8.33333%}
.pull-sm-2{right:16.66667%}
.pull-sm-3{right:25%}
.pull-sm-4{right:33.33333%}
.pull-sm-5{right:41.66667%}
.pull-sm-6{right:50%}
.pull-sm-7{right:58.33333%}
.pull-sm-8{right:66.66667%}
.pull-sm-9{right:75%}
.pull-sm-10{right:83.33333%}
.pull-sm-11{right:91.66667%}
.pull-sm-12{right:100%}
.push-sm-0{left:auto}
.push-sm-1{left:8.33333%}
.push-sm-2{left:16.66667%}
.push-sm-3{left:25%}
.push-sm-4{left:33.33333%}
.push-sm-5{left:41.66667%}
.push-sm-6{left:50%}
.push-sm-7{left:58.33333%}
.push-sm-8{left:66.66667%}
.push-sm-9{left:75%}
.push-sm-10{left:83.33333%}
.push-sm-11{left:91.66667%}
.push-sm-12{left:100%}
.offset-sm-0{margin-left:0}
.offset-sm-1{margin-left:8.33333%}
.offset-sm-2{margin-left:16.66667%}
.offset-sm-3{margin-left:25%}
.offset-sm-4{margin-left:33.33333%}
.offset-sm-5{margin-left:41.66667%}
.offset-sm-6{margin-left:50%}
.offset-sm-7{margin-left:58.33333%}
.offset-sm-8{margin-left:66.66667%}
.offset-sm-9{margin-left:75%}
.offset-sm-10{margin-left:83.33333%}
.offset-sm-11{margin-left:91.66667%}
}
@media (min-width: 768px) {
.container{padding-right:15px;padding-left:15px;width:720px;max-width:100%}
.container-fluid{padding-right:15px;padding-left:15px}
.row{margin-right:-15px;margin-left:-15px}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl{padding-right:15px;padding-left:15px}
.col-md{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.col-md-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}
.col-md-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}
.col-md-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}
.col-md-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.col-md-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}
.col-md-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}
.col-md-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-md-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}
.col-md-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}
.col-md-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.col-md-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}
.col-md-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}
.col-md-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.pull-md-0{right:auto}
.pull-md-1{right:8.33333%}
.pull-md-2{right:16.66667%}
.pull-md-3{right:25%}
.pull-md-4{right:33.33333%}
.pull-md-5{right:41.66667%}
.pull-md-6{right:50%}
.pull-md-7{right:58.33333%}
.pull-md-8{right:66.66667%}
.pull-md-9{right:75%}
.pull-md-10{right:83.33333%}
.pull-md-11{right:91.66667%}
.pull-md-12{right:100%}
.push-md-0{left:auto}
.push-md-1{left:8.33333%}
.push-md-2{left:16.66667%}
.push-md-3{left:25%}
.push-md-4{left:33.33333%}
.push-md-5{left:41.66667%}
.push-md-6{left:50%}
.push-md-7{left:58.33333%}
.push-md-8{left:66.66667%}
.push-md-9{left:75%}
.push-md-10{left:83.33333%}
.push-md-11{left:91.66667%}
.push-md-12{left:100%}
.offset-md-0{margin-left:0}
.offset-md-1{margin-left:8.33333%}
.offset-md-2{margin-left:16.66667%}
.offset-md-3{margin-left:25%}
.offset-md-4{margin-left:33.33333%}
.offset-md-5{margin-left:41.66667%}
.offset-md-6{margin-left:50%}
.offset-md-7{margin-left:58.33333%}
.offset-md-8{margin-left:66.66667%}
.offset-md-9{margin-left:75%}
.offset-md-10{margin-left:83.33333%}
.offset-md-11{margin-left:91.66667%}
}
@media (min-width: 992px) {
.container{padding-right:15px;padding-left:15px;width:940px;max-width:100%}
.container-fluid{padding-right:15px;padding-left:15px}
.row{margin-right:-15px;margin-left:-15px}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl{padding-right:15px;padding-left:15px}
.col-lg{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.col-lg-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}
.col-lg-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}
.col-lg-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}
.col-lg-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.col-lg-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}
.col-lg-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}
.col-lg-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-lg-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}
.col-lg-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}
.col-lg-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.col-lg-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}
.col-lg-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}
.col-lg-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.pull-lg-0{right:auto}
.pull-lg-1{right:8.33333%}
.pull-lg-2{right:16.66667%}
.pull-lg-3{right:25%}
.pull-lg-4{right:33.33333%}
.pull-lg-5{right:41.66667%}
.pull-lg-6{right:50%}
.pull-lg-7{right:58.33333%}
.pull-lg-8{right:66.66667%}
.pull-lg-9{right:75%}
.pull-lg-10{right:83.33333%}
.pull-lg-11{right:91.66667%}
.pull-lg-12{right:100%}
.push-lg-0{left:auto}
.push-lg-1{left:8.33333%}
.push-lg-2{left:16.66667%}
.push-lg-3{left:25%}
.push-lg-4{left:33.33333%}
.push-lg-5{left:41.66667%}
.push-lg-6{left:50%}
.push-lg-7{left:58.33333%}
.push-lg-8{left:66.66667%}
.push-lg-9{left:75%}
.push-lg-10{left:83.33333%}
.push-lg-11{left:91.66667%}
.push-lg-12{left:100%}
.offset-lg-0{margin-left:0}
.offset-lg-1{margin-left:8.33333%}
.offset-lg-2{margin-left:16.66667%}
.offset-lg-3{margin-left:25%}
.offset-lg-4{margin-left:33.33333%}
.offset-lg-5{margin-left:41.66667%}
.offset-lg-6{margin-left:50%}
.offset-lg-7{margin-left:58.33333%}
.offset-lg-8{margin-left:66.66667%}
.offset-lg-9{margin-left:75%}
.offset-lg-10{margin-left:83.33333%}
.offset-lg-11{margin-left:91.66667%}
}
@media (min-width: 1300px) {
.container{padding-right:15px;padding-left:15px;width:1280px;max-width:100%}
.container-fluid{padding-right:15px;padding-left:15px}
.row{margin-right:-15px;margin-left:-15px}
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col,.col-sm-1,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm,.col-md-1,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-10,.col-md-11,.col-md-12,.col-md,.col-lg-1,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg,.col-xl-1,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl{padding-right:15px;padding-left:15px}
.col-xl{-webkit-flex-basis:0;-ms-flex-preferred-size:0;flex-basis:0;-webkit-box-flex:1;-webkit-flex-grow:1;-ms-flex-positive:1;flex-grow:1;max-width:100%}
.col-xl-auto{-webkit-box-flex:0;-webkit-flex:0 0 auto;-ms-flex:0 0 auto;flex:0 0 auto;width:auto}
.col-xl-1{-webkit-box-flex:0;-webkit-flex:0 0 8.33333%;-ms-flex:0 0 8.33333%;flex:0 0 8.33333%;max-width:8.33333%}
.col-xl-2{-webkit-box-flex:0;-webkit-flex:0 0 16.66667%;-ms-flex:0 0 16.66667%;flex:0 0 16.66667%;max-width:16.66667%}
.col-xl-3{-webkit-box-flex:0;-webkit-flex:0 0 25%;-ms-flex:0 0 25%;flex:0 0 25%;max-width:25%}
.col-xl-4{-webkit-box-flex:0;-webkit-flex:0 0 33.33333%;-ms-flex:0 0 33.33333%;flex:0 0 33.33333%;max-width:33.33333%}
.col-xl-5{-webkit-box-flex:0;-webkit-flex:0 0 41.66667%;-ms-flex:0 0 41.66667%;flex:0 0 41.66667%;max-width:41.66667%}
.col-xl-6{-webkit-box-flex:0;-webkit-flex:0 0 50%;-ms-flex:0 0 50%;flex:0 0 50%;max-width:50%}
.col-xl-7{-webkit-box-flex:0;-webkit-flex:0 0 58.33333%;-ms-flex:0 0 58.33333%;flex:0 0 58.33333%;max-width:58.33333%}
.col-xl-8{-webkit-box-flex:0;-webkit-flex:0 0 66.66667%;-ms-flex:0 0 66.66667%;flex:0 0 66.66667%;max-width:66.66667%}
.col-xl-9{-webkit-box-flex:0;-webkit-flex:0 0 75%;-ms-flex:0 0 75%;flex:0 0 75%;max-width:75%}
.col-xl-10{-webkit-box-flex:0;-webkit-flex:0 0 83.33333%;-ms-flex:0 0 83.33333%;flex:0 0 83.33333%;max-width:83.33333%}
.col-xl-11{-webkit-box-flex:0;-webkit-flex:0 0 91.66667%;-ms-flex:0 0 91.66667%;flex:0 0 91.66667%;max-width:91.66667%}
.col-xl-12{-webkit-box-flex:0;-webkit-flex:0 0 100%;-ms-flex:0 0 100%;flex:0 0 100%;max-width:100%}
.pull-xl-0{right:auto}
.pull-xl-1{right:8.33333%}
.pull-xl-2{right:16.66667%}
.pull-xl-3{right:25%}
.pull-xl-4{right:33.33333%}
.pull-xl-5{right:41.66667%}
.pull-xl-6{right:50%}
.pull-xl-7{right:58.33333%}
.pull-xl-8{right:66.66667%}
.pull-xl-9{right:75%}
.pull-xl-10{right:83.33333%}
.pull-xl-11{right:91.66667%}
.pull-xl-12{right:100%}
.push-xl-0{left:auto}
.push-xl-1{left:8.33333%}
.push-xl-2{left:16.66667%}
.push-xl-3{left:25%}
.push-xl-4{left:33.33333%}
.push-xl-5{left:41.66667%}
.push-xl-6{left:50%}
.push-xl-7{left:58.33333%}
.push-xl-8{left:66.66667%}
.push-xl-9{left:75%}
.push-xl-10{left:83.33333%}
.push-xl-11{left:91.66667%}
.push-xl-12{left:100%}
.offset-xl-0{margin-left:0}
.offset-xl-1{margin-left:8.33333%}
.offset-xl-2{margin-left:16.66667%}
.offset-xl-3{margin-left:25%}
.offset-xl-4{margin-left:33.33333%}
.offset-xl-5{margin-left:41.66667%}
.offset-xl-6{margin-left:50%}
.offset-xl-7{margin-left:58.33333%}
.offset-xl-8{margin-left:66.66667%}
.offset-xl-9{margin-left:75%}
.offset-xl-10{margin-left:83.33333%}
.offset-xl-11{margin-left:91.66667%}
}
@media (min-width: 1600px) {
.container{padding-right:15px;padding-left:15px;width:1600px;max-width:100%}
}
.btn{
  display: flex;
    align-items: center;
    justify-content: center; 
    vertical-align: middle;
    text-align: center;
    font-weight: 500;
    font-size: 15px;
    line-height: 1.2;
    cursor:pointer;
    outline:none;
}
select.remove{-o-appearance:none;-ms-appearance:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}
.fa-phone{transform:rotate(103deg);}
.btn.eventbtn{color:transparent!important;pointer-events:none;position:relative}
.btn.eventbtn::after{position:absolute;left:calc(50% - (1em / 2));top:calc(50% - (1em / 2));position:absolute!important;-webkit-animation:spinAround .5s infinite linear;animation:spinAround .5s infinite linear;border:2px solid #dbdbdb;border-radius:290486px;border-right-color:transparent;border-top-color:transparent;content:"";display:block;height:1em;position:relative;width:1em;opacity:1;visibility:visible;background:transparent;}
@keyframes spinAround {
from{-webkit-transform:rotate(0);transform:rotate(0)}
to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}
}
.notifyjs-corner{transform: translateX(-50%);}
.sharelinks{text-align:center;margin-top: 31px;margin-bottom: 31px;}
.sharelinks li{display:inline-block;padding-right: 10px;font-size: 14px;}
.sharelinks li a{font-size:17px;border-radius:50px;height:40px;width:40px;display:block;line-height:40px;background: #efefef;}
.sharelinks li a.walink:hover{background:#00C460}
.sharelinks li a.fblink:hover{background:#4767A7}
.sharelinks li a.twlink:hover{background:#4767A7}
.sharelinks li a.copylink:hover{background:#22564a}
.sharelinks li a i{color:#fff}
.sharelinks li a:hover svg{color:#fff}
.actionpan{display:flex;margin-top:30px}
.actionpan .btnin{background:#22244d;border:none;width:100%;color:#fff;padding:15px 8px;border-radius:5px}
@media(max-width:767px){
footer .FterSec .LogSecFter .cl12Fter img{height: 97px;}
}
@media(max-width:400px){
footer .FterSec .LogSecFter .cl12Fter img{height:65px;}
}
@media(max-width:350px){
footer .FterSec .LogSecFter .cl12Fter img{height:55px;}
}