@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700&display=swap');
html, body{height:100%;}
body{margin:0; padding:0; font-weight:normal; font-size:16px; color:#000000;font-family: 'Montserrat', sans-serif;}
a {text-decoration:none; color:#e5322d; transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s;}
a:hover { color:#e5322d; text-decoration:none;}
a:focus{outline:none; text-decoration:none; color:inherit; }
:focus{outline:none;}
h1,h2,h3,h4,h5,h6{margin:0 0 15px 0; padding:0; font-weight:normal;color:#111217;font-family: 'Playfair Display', serif;}
h1{font-size:42px;}
h2{font-size:36px;}
h3{font-size:30px;}
h4{font-size:24px;}
h5{font-size:18px;}
h6{font-size:16px;}
h1 a,h2 a,h3 a,h4 a,h5 a,h6 a{color:inherit; text-decoration:none; font-size:inherit;}
h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover{text-decoration:none;}
p{margin:0 0 20px 0; line-height:25px;}
ul, ol{margin:0; }
strong, b{ }
/*----------------------------------------------*/
.navbar {padding:15px 0;position: fixed;width: 100%;background: #fff;z-index: 2;}
.navbar-brand {padding: 0;display: table;width:230px;}
.header .nav-link {color: #2c1e1d;font-size: 14px;text-transform: uppercase;font-weight: 500;}
.header .navbar-collapse .nav-link {
  position: relative;
  padding: 0;
}
.header .navbar-collapse .nav-link:before {
  position: absolute;
  content: "";
  height: 1px;
  left: 0;
  width: 0;
  background-color: #000;
  bottom: 0px;
  transition: all 400ms ease-in-out;
}
.header .navbar-collapse .nav-link:hover:before {
  width: 50%;
}
.header .navbar-collapse li.active .nav-link:before {
  width: 50%;
}
.header .navbar-collapse li.active .nav-link:after {
  height: 5px;
  width: 5px;
  border-radius: 100%;
  background-color: #000;
  display: block;
  position: absolute;
  content: "";
  bottom: -2px;
  left: 0;
}
.navbar-expand-lg .navbar-collapse{justify-content: flex-end;}
.header .navbar-nav .nav-item:not(:last-child) {
  margin-right: 20px;
}
.header.active{position: fixed;width: 100%;background: #fff;min-height: 50px;z-index: 2;box-shadow: 0 2px 15px rgb(0 0 0 / 10%);}
.header.active .navbar-brand {padding-top:0;}
.header .navbar-toggler {
  margin-left: auto;
}
.overvcallbtn{margin-top:40px;}
.padd70{padding: 70px 0;}
.paddt70{padding: 70px 0 0;}
.paddb70{padding: 0 0 70px;}
h2.cmntle{margin-bottom:45px;text-align: center;color:#2c1e1d;}
.overvw{padding-top:75px;}
.overvw .overlytxtlp{position: absolute;top:45%;transform: translate(0,-50%);left:3%;margin: 0 auto;width:30%;text-align: center;margin-top:2%;}
.overvw .overlytxtlp h2{color:#fff;text-transform: uppercase;font-size: 30px;margin-bottom: 5px;}
.overvw .overlytxtlp .midtxtlp{padding:15px 0;}
.overvw .overlytxtlp .midtxtlp h5{padding:10px 30px 0;font-size: 20px;font-family: 'Poppins', sans-serif;font-weight:600;}
.overvw .overlytxtlp .roymnlgoban{max-width: 200px;}
.overvw .overlytxtlp span{color:#fff;}
.overvw .overlytxtlp h5{color:#fff;font-size:24px;}
.overvw .mntpbanr{position: relative;} 
.overvw .overlytxtlp .btmtxtbanr h5{font-family: 'Poppins', sans-serif;}
.overvw .overlytxtlp .btmtxtbanr a.bkngopnlnk{background: #c3a775;padding: 8px 20px;text-transform: uppercase;color: #2a1e1e;font-weight:600;margin: 20px auto;display: table;font-family: 'Poppins', sans-serif;}
.overvw .overlytxtlp .btmtxtbanr a.bkngopnlnk:hover{background: #fff;color: #c3a775;}
.overvw .overlytxtlp .btmtxtbanr small{color: #fff;font-size: 14px;display: block;padding:0 20px;}
.overvw .overlytxtlp .btmtxtbanr strong{font-size: 14px;text-align:center;font-weight:400;color: #fff;margin:15px auto 0;display: table;    position: relative;top: 30px;}
.overvw .overlytxtlp .btmtxtbanr h5{font-size:26px;font-weight:600;}
.overvw .overlytxtlp .btmtxtbanr h1{font-size:26px;font-weight:600;}
.overvw .overlytxtlp .btmtxtbanr h5 strong{display: block;font-size:26px;margin:10px auto 0;display: table;font-weight:600;top:inherit;}
.cntcsec input{width:100%;font-size: 16px;color:#a9abae;height: 55px;margin-bottom:25px;padding: 0 25px;}
.cntcsec textarea{width:100%;font-size: 16px;color:#a9abae;height: 55px;padding: 10px 25px;height: 120px;margin-bottom:40px;}
.cntcsec input[type="submit"]{width:auto;background: #17355f;color: #fff;padding: 8px 40px;height: auto;font-size: 18px;border: none;}
.cntcsec input[type="submit"]:hover{background: #2c1e1d;}
.projecthighlt{background:#e3dfdc;}
.mob-action{display: none;}
.overvw .mbbanner{display: none;}
.prjvew{/*padding-top: 330px;*/}
.prjvew .tabvew{position: relative;}
.prjvew .tabvew .ovrlytabvew{background:rgba(0,0,0,0.10);padding:12px 20px;width:100%;}
.prjvew .tabvew .ovrlytabvew h4{text-transform: uppercase;font-weight: 700;margin-bottom: 5px;text-align: center;color:#2c1e1d;font-size: 24px;}
.prjvew .tabvew .ovrlytabvew span{text-align: center;margin:0 auto 15px;display: block;color:#2c1e1d;}
.prjvew .tabvew .ovrlytabvew ul {display: block;border:none;}
.prjvew .tabvew .ovrlytabvew ul li{}
.prjvew .tabvew .ovrlytabvew ul li a{display: block;border: none !important;border-radius:0 !important;color:#2c1e1d;border-top:1px solid #2c1e1d !important;border-bottom:1px solid  #2c1e1d !important;font-weight:500;position: relative;}
.prjvew .tabvew .ovrlytabvew ul li a:after{position: absolute;right:10px;top:12px; content: "\f054";font-family: 'FontAwesome';font-size:12px;}
.prjvew .tabvew .ovrlytabvew ul li a.active{background:#18355f;color: #fff;}
.prjvew .tabvew .ovrlytabvew ul li a.active:after{color: #fff;}
.prjvew .tabvew .ovrlytabvew ul li:last-child a{border-bottom:none !important;}
.phtglry .glryimgwp{margin-bottom: 30px;}
.phtglry a.ctacmnbtn{margin-top: 40px;}
.phtglry .glryimgwp a{height: 100%;display: block;position:relative;overflow: hidden;}
.phtglry .glryimgwp a:before{position: absolute;content: "";width: 100%;height: 100%;background: rgba(195,166,124,0.78);top:0;left:0;right:0;bottom: 0;visibility: hidden;opacity: 0;transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s;}
.phtglry .glryimgwp:hover a:before{visibility: visible;opacity: 1;}
.phtglry .glryimgwp a:after{position: absolute;top:-50%;background: url(../images/overlypopicnwrp.png) no-repeat;content: "";width: 50px;height: 50px;background-size: contain;left:0;right: 0;margin:0 auto;background-position: center;transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s;}
.phtglry .glryimgwp:hover a:after{top:45%;}
.projecthighlt a.ctacmnbtn{margin-top:40px;}
.projecthighlt a.ctacmnbtn img{max-width:18px;margin-right:10px;}
.projecthighlt .highimgwrp{margin:70px auto -320px;}
.projecthighlt .row{justify-content: center;}
.projecthighlt .prjhgdvsec{text-align: center;margin-bottom:40px;}
.projecthighlt .prjhgdvsec .icnwrptp{margin-bottom:15px;height: 80px;line-height: 80px;}
.projecthighlt .prjhgdvsec .icnwrptp img{display: inline-block;}
.projecthighlt .prjhgdvsec h6{font-family: 'Montserrat', sans-serif;margin-bottom:20px;text-transform: capitalize;}
.amntsec{background: #2c1e1d;}
.amntsec h2.cmntle{color: #fff;}
.flrpln .flrplndcvin{margin-bottom: 30px;}
.flrpln .flrplndcvin img{width: 100%;}
.flrpln .flrplndcvin a{height: 100%;display: block;position:relative;overflow: hidden;}
.flrpln .flrplndcvin a:before{position: absolute;content: "";width: 100%;height: 100%;background: rgba(195,166,124,0.78);top:0;left:0;right:0;bottom: 0;visibility: hidden;opacity: 0;transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s;}
.flrpln .flrplndcvin:hover a:before{visibility: visible;opacity: 1;}
.flrpln .flrplndcvin a:after{position: absolute;top:-50%;background: url(../images/overlypopicnwrp.png) no-repeat;content: "";width:35px;height:35px;background-size: contain;left:0;right: 0;margin:0 auto;background-position: center;transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s;}
.flrpln .flrplndcvin:hover a:after{top:45%;}
.flrpln .nav-tabs{justify-content: center;margin-bottom:30px;border-bottom:none;}
.flrpln .nav-tabs li{margin: 0 5px;}
.flrpln .nav-tabs li a{background:transparent;color: #2c1e1d;border:1px solid #2c1e1d;border-radius: 5px;}
.flrpln .nav-tabs li a:hover{background:transparent;color: #2c1e1d;border:1px solid #2c1e1d;}
.flrpln .nav-tabs li a.active{background: #2c1e1d;color: #fff;}
.flrplndcvin h6{background: #6a6060;padding: 10px 20px;text-align: center;font-family: 'Montserrat', sans-serif;color: #fff;}
a.ctacmnbtn{display: table;margin: 0 auto;background: #18355f;color: #fff;font-size: 16px;padding: 10px 20px;}
a.ctacmnbtn:hover{background: #2c1e1d;}
.esycntvty{background: #2c1e1d;}
.esycntvty h2.cmntle{color: #fff;} 
.esycntvty img.deskimgwrp{margin-bottom: 30px;}
.esycntvty a.surcgmap{color:#c3a67c;font-family: 'Playfair Display', serif;font-size: 16px;}
.footer{background: #2c1e1d;padding:25px 0;}
.footer p{color: #fff;font-size:16px;margin-bottom: 0;}
.footer p a{color: #fff;}
.modal .modal-body {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
}
.modal .left_col {
  background-color: #ebe5db;
  display: flex;
  align-items: center;
}
.modal .left_col,
.modal .right_col {
  max-width: 50%;
  flex: 0 0 50%;
  padding: 30px;
}
.modal .left_col .content {
  width: 100%;
  text-align: center;
}

.modal .left_col .content h1{
  font-size: 30px;
  margin-bottom:20px;
  color:#fff;
  font-weight: 700;
}
.modal-content .left_col:before {
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(47, 43, 72, .80);
    content: "";
}
.modal-content .left_col img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0;
}
.modal-content .left_col .content {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 90%;
}
.modal-content .left_col {
    padding: 0;
    position: relative;
}
.modal .left_col .typo {
  font-size: 18px;
  margin-bottom:20px;
  color: #fff;
  font-family: 'Montserrat', sans-serif;
}
.modal .left_col .price {
  font-size:18px;
  background:#b7781c;
  color: #fff!important;
  padding: 7px 15px;
  margin:0 auto;
  display:table;
  font-weight: 600;

}
.modal .right_col .form_heading {
  font-size: 20px;
  margin-bottom: 15px;
}
.modal .right_col .form-group {
  max-width: 100%;
  flex: 0 0 100%;
  position: relative;
}
.modal .right_col select{    height: 46px;box-shadow: 0 1px 0 0 #e5e5e5;border:none;width: 100%;padding: 5px 10px;}
.modal .right_col .form-input {
  height: 46px;
}
.modal .close:focus{outline: inherit;}
.modal .close {
    position: absolute;
    color: #fff;
    opacity: 1;
    text-shadow: none;
    font-size: 40px;
    top: 10px;
    right: 20px;
    z-index: 9;
}
.animated_form .form-label {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  color: #999;
  background-color: #fff;
  z-index: 10;
  transition: transform 150ms ease-out, font-size 150ms ease-out;
}
.animated_form .focused .form-label {
  transform: translateY(-34px);
  font-size: 0.75em;
  background-color: #333;
  left: 5px;
  color: #fff;
  padding: 1px 5px;
}
.animated_form .form-input {
  position: relative;
  padding: 5px 10px;
  width: 100%;
  height: 50px;
  outline: 0;
  border: 0;
  box-shadow: 0 1px 0 0 #e5e5e5;
  transition: box-shadow 150ms ease-out;
  border-radius: 5px;
}
.animated_form input.btn {
  background-color:#b7781c;
  height: 50px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  border-radius: 5px;
}
/** magnify popup css start here 
.magnific-img img {
    width: 100%;
    height: auto;
}
.mfp-bottom-bar,*{
   font-family: 'Abel', sans-serif;
}
.magnific-img {
    display: inline-block;
    width: 32.3%;
}
a.image-popup-vertical-fit {
    cursor: -webkit-zoom-in;
}
.mfp-with-zoom .mfp-container,
.mfp-with-zoom.mfp-bg {
  opacity: 0;
  -webkit-backface-visibility: hidden;
  /* ideally, transition speed should match zoom duration */
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-with-zoom.mfp-ready .mfp-container {
    opacity: 1;
}
.mfp-with-zoom.mfp-ready.mfp-bg {
    opacity: 0.98;
}

.mfp-with-zoom.mfp-removing .mfp-container,
.mfp-with-zoom.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-arrow-left:before {
    border-right: none !important;
}
.mfp-arrow-right:before {
    border-left: none !important;
}
button.mfp-arrow, .mfp-counter {
    opacity: 0 !important;
    transition: opacity 200ms ease-in, opacity 2000ms ease-out;
}
.mfp-container:hover button.mfp-arrow, .mfp-container:hover .mfp-counter{
	opacity: 1 !important;
}


/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }
.sdfxicnwrp{position: fixed;right: 0;top:50%;}
.sdfxicnwrp a{background:#18355f;color: #fff;width:70px;height:70px;display: block;text-align: center;line-height:80px;}
.sdfxicnwrp a i{font-size:30px;}
.sdfxicnwrp a:first-child{border-bottom: 1px solid rgb(255,255,255,0.4);}
a.whatsapp_float {
    position: fixed;
    bottom: 25px;
    width: 70px;
    right: 5px;
    z-index: 9;
    text-decoration: none;
    text-align: right;
}
a.whatsapp_float img{max-width:100%;}
.amntsec .col-sm-4:hover .amnticndv{background: #18355f;}
.amntsec .col-sm-4:hover .amnticndv img{filter: brightness(0) invert(1);}
.amntsec .col-sm-4:hover .amnticndv:after{border-left-color: #fff;} 
.amntsec .amnticndv{height: 180px;overflow: hidden;background:#c3a775;text-align: center;line-height: 170px;transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s;}
.amntsec .amnticndv img{max-width:100px;transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s;}
.amntsec .icntxtrt{height: 180px;overflow: hidden;border:1px solid #fff;display: flex;justify-content: center;align-items: center;padding:0 20px;}
.amntsec .icntxtrt p{text-align: center;font-size: 18px;font-family: 'Playfair Display', serif;color:#fff;margin-bottom: 0;line-height: 28px;transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s;}
.amntsec .amnticndv:after {content: "";position: absolute;right: -15px;top:50%;border-top:15px solid transparent;border-bottom:15px solid transparent;
border-left:15px solid #c3a775;transform: translate(0,-50%);}
.amntsec .row{margin:0 -9px;}
.amntsec .row .col-sm-4{margin-bottom:15px;padding:0 9px;}
.amntsec .row .row{margin:0;}
.amntsec .row .row .col-sm-6{padding:0;}
.amntsec .row.stchng .col-sm-4 .col-sm-6:nth-child(odd){order:2;}
.amntsec .row.stchng .col-sm-4 .col-sm-6 .amnticndv:after{right:inherit;left:-15px;transform: rotate(180deg);top:40%;}
.amntsec .row.stchng .col-sm-4 .col-sm-6:nth-child(even){order:1;}



.esycntvty .col-sm-4:hover .amnticndv{background: #18355f;}
.esycntvty .col-sm-4:hover .amnticndv img{filter: brightness(0) invert(1);}
.esycntvty .col-sm-4:hover .amnticndv:after{border-left-color: #fff;} 
.esycntvty .amnticndv{height: 180px;overflow: hidden;background:#c3a775;text-align: center;line-height: 170px;transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s;}
.esycntvty .amnticndv img{max-width:100px;transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s;}
.esycntvty .icntxtrt{height: 180px;overflow: hidden;border:1px solid #fff;padding:0 30px;display: table-cell;vertical-align: middle;}
.esycntvty .icntxtrt h5{color:#c3a775;margin-top:10px;margin-bottom: 5px;}
.esycntvty .icntxtrt p{font-size: 15px;color:#fff;margin-bottom:3px;line-height: 22px;transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -webkit-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s;}
.esycntvty .amnticndv:after {content: "";position: absolute;right: -15px;top:50%;border-top:15px solid transparent;border-bottom:15px solid transparent;
border-left:15px solid #c3a775;transform: translate(0,-50%);}
.esycntvty .row{margin:0 -9px;}
.esycntvty .row .col-sm-6{margin-bottom:15px;padding:0 9px;}
.esycntvty .row .row{margin:0;}
.esycntvty .row .row .col-sm-4{padding:0;}
.esycntvty .row .row .col-sm-8{padding:0;}
.esycntvty .flexdvsec{display:table;width: 100%;}
.esycntvty .row.chngstruc .col-sm-6 .col-sm-4:nth-child(odd){order:2;}
.esycntvty .row.chngstruc .col-sm-6 .col-sm-4 .amnticndv:after{right:inherit;left:-15px;transform: rotate(180deg);top:40%;}
.esycntvty .row.chngstruc .col-sm-6 .col-sm-8:nth-child(even){order:1;}
.thankpagebg {
    background: url(../images/taboneimg.jpg) no-repeat;
    background-size: cover;
    padding: 0;
}
.trnsbgmod .logo {
    margin: -65px auto 20px;
    background: #fff;
    display: table;
    padding: 10px 25px;
    border-radius: 10px;
}
.trnsbgmod h3.site-header__title {
    font-size: 45px;
    text-transform: uppercase;
    font-weight: 700;
    color: #18355f;
}
.trnsbgmod p {
    font-size: 20px;
    margin-bottom:0;
    line-height: 36px;
    font-weight:500;
    color: #fff;
    text-shadow: 0 1px 4px rgba(0,0,0,.8);
    text-transform: capitalize;
}
.trnsbgmod {
    z-index: 99;
    border-radius: 10px;
    background:rgba(195,166,124,0.88);
    padding:40px 20px 30px;
    width: 35%;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%,-50%);
}