@font-face {font-family: "Avenir-Medium";
src: url(assets/fonts/Avenir-Medium.ttf)}
@font-face {font-family: "Avenir-Roman";
src: url(assets/fonts/Avenir-Roman.ttf)}
@font-face {font-family: "Avenir-Light";
src: url(assets/fonts/Avenir-Light.ttf)}
@font-face {font-family: "Avenir-Black";
src: url(assets/fonts/Avenir-Black.ttf)}
@font-face {font-family: "AEH";
src: url(assets/fonts/AEH.ttf)}
@font-face {font-family: "Avenir-Book";
src: url(assets/fonts/Avenir-Book.ttf)}
::selection {
    background:#cfa074c7;
    color: #fff;
}
.log-section{border-bottom: 1px solid #ead5c2}
.log-section img{
  display: block;
  margin-right: auto;margin-left: auto;
  margin-top:25px;margin-bottom:25px;
}
.primary-ul-wrapper {
  display: none;
}
#log-reg ul{
  float: right;margin-right: -34px;
}
ul.primary-ul {
/*  display: flex;
  font-size: 1.8rem;*/
  font-weight: 500;
  letter-spacing: -0.0277em;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin: -0.8rem 0 0 -1.6rem;
  margin-left: auto;
    margin-right: auto;
    display: table;
}

.primary-ul .icon {
  display: block;
  height: 0.7rem;
  position: absolute;
  pointer-events: none;
  transform: rotate(-45deg);
  width: 1.3rem;
}

.primary-ul .icon::before,
.primary-ul .icon::after {
  content: "";
  display: block;
  background-color: currentColor;
  position: absolute;
  bottom: calc(50% - 0.1rem);
  left: 0;
}

.primary-ul .icon::before {
  height: 0.9rem;
  width: 0.2rem;
}

.primary-ul .icon::after {
  height: 0.2rem;
  width: 0.9rem;
}

.primary-ul li {
  font-size: inherit;
  line-height: 1.25;
  position: relative;
}
#mb-v{display: none;}
.primary-ul > li {
    margin: 0px 8px;
}
.primary-ul > li.menu-item-has-children > a {
  padding-right:0px;
}
.primary-ul > li.menu-item-has-children > a {
  padding-right: 8px;
}

.primary-ul > li > .icon {
  right: -0.5rem;
  top: calc(50% - 0.4rem);
}

.primary-ul a {
  color: #136c82;
 font-family: "Avenir-Roman";
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
  text-decoration: none;
  word-break: normal;
  word-wrap: normal;
  letter-spacing: 0px;
}

.primary-ul a:hover,
.primary-ul a:focus,
.primary-ul .current_page_ancestor {
  text-decoration: none;
}

.primary-ul li.current-menu-item > a,
.primary-ul li.current-menu-item > .link-icon-wrapper > a {
  
  color: #136c82;border: 1px solid #136c82;
    border-radius: 10px;
}

.primary-ul li.current-menu-item > a:hover,
.primary-ul li.current-menu-item > .link-icon-wrapper > a:hover,
.primary-ul li.current-menu-item > a:focus,
.primary-ul li.current-menu-item > .link-icon-wrapper > a:focus {
  text-decoration: none;
}
nav.primary-menu-wrapper{      margin-top: 10px;}
/* SUB MENU */
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
    padding: 7px 14px;}
    .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
    position: static;
    padding: 0px 8px;
}
.primary-ul ul {
  background: #000;
  border-radius: 0.4rem;
  color: #fff;
  font-size: 1.7rem;
  opacity: 0;
  padding: 1rem 0;
  position: absolute;
  right: 9999rem;
  top: calc(100% + 2rem);
  transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
  transform: translateY(0.6rem);
  width: 20rem;
  z-index: 1;
}

.primary-ul li.menu-item-has-children:hover > ul,
.primary-ul li.menu-item-has-children:focus > ul,
.primary-ul li.menu-item-has-children.focus > ul {
  right: 0;
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.15s linear, transform 0.15s linear;
}

.primary-ul ul::before,
.primary-ul ul::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
}

.primary-ul ul::before {
  height: 2rem;
  left: 0;
  right: 0;
}

.primary-ul ul::after {
/*  border: 0.8rem solid transparent;*/
  border-bottom-color: #000;
  right: 1.8rem;
}

.primary-ul ul a {
  background: transparent;
  border: none;
  color: inherit;
  display: block;
  padding: 1rem 2rem;
  transition: background-color 0.15s linear;
  width: 100%;
}

.primary-ul ul li.menu-item-has-children > a {
  padding-right: 4.5rem;
}

.primary-ul ul li.menu-item-has-children .icon {
  position: absolute;
  right: 1.5rem;
  top: calc(50% - 0.5rem);
}

/* DEEP DOWN */

.primary-ul ul ul {
  top: -1rem;
}

.primary-ul ul li.menu-item-has-children:hover > ul,
.primary-ul ul li.menu-item-has-children:focus > ul,
.primary-ul ul li.menu-item-has-children.focus > ul {
  right: calc(100% + 2rem);
}

.primary-ul ul ul::before {
  bottom: 0;
  height: auto;
  left: auto;
  right: -2rem;
  top: 0;
  width: 2rem;
}

.primary-ul ul ul::after {
  border-bottom-color: transparent;

  /*rtl:ignore*/
  border-left-color: #000;
  bottom: auto;
  right: -1.6rem;
  top: 2rem;
}

.rtl .primary-ul ul ul::after {
  transform: rotate(180deg);
}

/*
 * Enable nav submenu expansion with tapping on arrows on large-viewport
 * touch interfaces (e.g. tablets or laptops with touch screens).
 * These rules are supported by all browsers (>IE11) and when JS is disabled.
 */
@media (any-pointer: coarse) {

  .primary-ul > li.menu-item-has-children > a {
    padding-right: 0;
    margin-right: 2rem;
  }

  .primary-ul ul li.menu-item-has-children > a {
    margin-right: 4.5rem;
    padding-right: 0;
    width: unset;
  }

}

/* Repeat previous rules for IE11 (when JS enabled for polyfill). */
body.touch-enabled .primary-ul > li.menu-item-has-children > a {
  padding-right: 0;
  margin-right: 2rem;
}

body.touch-enabled .primary-ul ul li.menu-item-has-children > a {
  margin-right: 4.5rem;
  padding-right: 0;
  width: unset;
}


.header.shrink{background: #fff;position: fixed;top: 0;left: 0;width: 100%;background: #fff;z-index: 10000;height: 87px;-webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}

.header.shrink {    background: #fff;box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px 0px; -webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;}

.header.shrink .nv-col {
    padding-top: 15px;
    padding-bottom: 15px;
}
button.sub-menu-toggle {
    display: none;
}
.primary-ul > li > a{color: #136c82;
 font-family: "Avenir-Roman";font-size: 13px;text-transform: uppercase;padding: 6px 13px; }

.primary-ul > li > a:hover {
color: #136c82;
      
}
.primary-ul > li > a:hover,.primary-ul > li:hover > a {
           color:#cfa074;
}
.primary-ul > li:hover:after {
   /* opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #84ae53;*/
}

.primary-ul > li:before{

}
.primary-ul > li:after,.primary-ul > li:before {
    content: '';
   position: relative;
    left: 0;
    display: inline-block;
    height: 0em;
    width: 100%;
    border-bottom: 2px solid;
    margin-top:0px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    color: #84ae53;
}

body:not(.overlay-header) .primary-ul > li > ul:after {/*border-bottom-color:#fff;*/}
.mainMenu{z-index: 9999}
.primary-ul > li > .icon {display:none;}
.primary-ul .icon::before {
    height: 0.5rem;
    width: 0.2rem;
}
.primary-ul .icon::after {
    height: 0.2rem;
    width: 0.5rem;
}
.primary-ul ul.sub-menu li{    margin-left: 0px;
    margin-right: 0px;     padding: 0px 22px;}
.primary-ul ul.sub-menu a {
     color: #136c82;
  font-family: "Avenir-Medium";
    font-size: 13px;
    text-transform: uppercase;
    line-height: 22px;border-bottom: 1px solid #d3e3e7;
     padding: 10px 0px;}
     .primary-ul ul.sub-menu li:last-child a{border-bottom: none;}
.primary-ul ul.sub-menu a:hover{
  color: #136c82;
}
.primary-ul ul.sub-menu a:hover:after {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    color: #136c82;
}

body:not(.overlay-header) .primary-ul > li > .icon{    color: #fff;}
/*.primary-ul ul.sub-menu a:after ,.primary-ul ul.sub-menu a:before{
    content: '';
    position: absolute;
    left: 0;
    display: inline-block;
    height: 1em;
    width: 100%;
    border-bottom: 1px solid;
    margin-top: 10px;
    opacity: 0;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -webkit-transform: scale(0,1);
    transform: scale(0,1);
    color: #84ae53;
}*/
.mainMenu li.menu-item-has-children:hover > ul.sub-menu, .mainMenu li.menu-item-has-children:focus > ul.sub-menu, .mainMenu li.menu-item-has-children.focus > ul.sub-menu {
    right: 0;
    opacity: 1;
    transform: translateY(0);
    transition: opacity 0.15s linear, transform 0.15s linear;
}
ul.sub-menu {
        background: #fff;
    border-radius:0px;
    color: #136c82;
    font-family: "Avenir-Roman";
    font-size: 13px;
    opacity: 1;
    position: absolute;
    right: 9999rem;
    top: calc(100% + -1rem);
    transition: opacity 0.15s linear, transform 0.15s linear, right 0s 0.15s;
    transform: translateY(0.6rem);
 width: 15rem;
    z-index: 1;
        padding: 10px 0px;
        border-top: 4px solid #136c82;box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px 0px; -webkit-transition: all 0.3s;-moz-transition: all 0.3s;transition: all 0.3s;
}

ul.sub-menu li{
  width: 100%;
} 
#bro-brn{border-top: 7px solid #cfa074;width: 91.3%;margin-top: 50px;}
#bro-bl{border-top: 7px solid #136c82;width: 91.3%;float: right;}
.imp-pt img{margin-right: auto;margin-left: auto;display: block;    height: 95px;
    width: auto;}
.imp-pt p{font-family: "Avenir-Book";font-size: 13px;color: #136c82;text-align: center;padding: 0px 40px;}
.imp-pt h4{ font-family: "Avenir-Medium";color: #136c82;text-align: center;font-size: 18px;
    margin-bottom: 17px}
.imp-pt{
  margin-top: 60px;margin-bottom:40px;
}
.adivser-col h1{color: #fff;font-family: "Avenir-Roman";font-size: 25px;text-transform: uppercase;text-align: center;
background: #136c82;padding: 12px 0px;margin-bottom: 4px;}
#advi2{
   background: url(assets/images/img2.jpg);}
   #advi3{
   background: url(assets/images/img3.jpg);}
   #advi4{
   background: url(assets/images/img4.jpg);}
#advi1,#advi2,#advi3,#advi4{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    height: 541px;
    width: auto;
}
#advi1{
   background: url(assets/images/img1.jpg);background-position: bottom;  background-size: cover;
    background-repeat: no-repeat;}
   
.adivser-col h3{
  font-family: "Avenir-Medium";color: #fff;font-size: 30px;    margin-top: 5px;
  text-transform: uppercase;letter-spacing: 1.7px;
    line-height: 34px;
}
.adivser-col .valign-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    justify-content: center;
}
.hotel-invest{
  background: url(assets/images/two1.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 686px;
}
.hotel-rev{
   background: url(assets/images/two2.jpg);
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    height: 686px;
}

.hotel-investcn{
  background-color: #cfa074;
   height: 686px;
}
.hotel-revcn{
  background-color: #006b81;
   height: 686px;
}
.hotel-investcn h3,.hotel-revcn h3{
font-family: "Avenir-Light";color: #fff;font-size: 30px;
  text-transform: uppercase;letter-spacing: 1.7px;text-align: center;
    line-height: 34px;
}
.hotel-investcn p,.hotel-revcn p{
  font-family: "Avenir-Book";
    text-align: center;
    color: #fff;
    padding: 0px 25%;
    font-size: 17px;
    line-height: 21px;
}
.adivser-col{margin-bottom: 60px;}
footer{
  background:#cfa074;
  padding-top:60px;
  padding-bottom: 30px;
}
#foot-log{
  margin-left: auto;
    margin-right: auto;
    display: block;
}

footer h3{
  text-transform: uppercase;
  font-size: 18px;font-family: "Avenir-Book";color: #fff;
}
footer p,footer a{
  font-size: 15px;font-family: "Avenir-Book";color: #fff;
}
footer ul{display: flex;}
footer ul li{padding-right: 15px;}
footer svg{margin-top: 5px;font-size: 13px;}
footer svg path{fill: #fff}
.footer-col1 p,.footer-col1 a{
  font-size: 15px;font-family: "Avenir-Book";color: #fff;text-transform: uppercase;text-align: center;
}
.footer-col1{margin-top: 30px;}
.header.shrink .log-section,#shr-log{display: none;}
.header.shrink #shr-log{display: block;}

.header.shrink #shr-log img{
  width: auto;
    height: 57px;
    margin-top: 16px;
}
.header.shrink nav.primary-menu-wrapper {
    margin-top: -61px;
}

.header.shrink ul.primary-ul {
    margin-right: inherit;}
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
  color: #136c82;
 font-family: "Avenir-Roman";
  font-size: 13px;
  text-transform: uppercase;
  display: block;
  line-height: 1.2;
  text-decoration: none;
  word-break: normal;
  word-wrap: normal;
  letter-spacing: 0px;
}
 .wpmega-gold-yellow-black .wpmm-mega-wrapper > li.current-menu-item{
  color: #136c82;
    background-color: transparent;  color: #136c82;border: 1px solid #136c82;
    border-radius: 10px;

}
.wpmega-gold-yellow-black .wpmm-mega-wrapper > li:hover{
  color: #cfa074; background-color: transparent; 
}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {
    position: relative;
    text-align: center;
    background: none;
    float: inherit;
}
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-horizontal, .wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-vertical {
    background: transparent;
    margin-top: 20px;
    margin-bottom: 20px;
}

.wpmega-gold-yellow-black ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {

    border-top: 4px solid #136c82;
 /*   box-shadow: rgba(0, 0, 0, 0.05) 0px 4px 12px 0px;*/

box-shadow: 0px 3px 1px -2px rgba(0,0,0,0.2), 0px 2px 2px 0px rgba(0,0,0,0.14), 0px 1px 5px 0px rgba(0,0,0,0.12);
    transition: box-shadow 280ms cubic-bezier(0.4, 0, 0.2, 1);

    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}


.header.shrink .wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-horizontal{
margin-top: -45px;
}
.header.shrink .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {
    position: relative;
    text-align: center;
    background: none;
    float: right;
}

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a{
  border-bottom: 1px solid #d3e3e7;
}

ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li {
    padding-left: 10px;
    padding-right: 10px;
}
ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li a{
   color: #136c82;
  font-family: "Avenir-Medium";
    font-size: 13px;
    text-transform: capitalize;
}


.wpmega-gold-yellow-black ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:hover > a {
    background: transparent;
    color: #cfa074;
}



ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul.wp-mega-sub-menu li:last-child a{
border-bottom: none;
}
#abt-banner h1{
      font-family: "Avenir-Light";
    color: #ffffff;
    font-size:50px;
 line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .2em;text-align: center;
}
#abt-banner h3 {
    font-family:"Avenir-Book";
    color: #ffffff;
    font-size:28px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
        letter-spacing: .1em;
    text-align: center;
    margin-top: 0px;

}
#abt-banner{height:600px;width: auto;}
.seal-col h2{
  color: #cfa074;
  font-family: "Avenir-Light";
   font-size:32px;
 line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1em;text-align: center;margin-top: 0px;
}
.seal-col p{
  font-family: "Avenir-Book";
    color: #136c82;
    font-size: 17px;
    text-align: center;
    padding: 0px 22%;
}
.seal-col p i{font-style: inherit;font-family: "Avenir-Medium";}
.seal-col{margin-top: 60px;margin-bottom: 40px;}

.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li.current-menu-item a, .wp-megamenu-main-wrapper.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li.current-menu-item a{
      color: #136c82;
    font-family: "Avenir-Medium";
    font-size: 13px;
    text-transform: uppercase;
}

.more-ser .ser-ht h4{
  color: #cfa074;
  font-family: "Avenir-Light";
   font-size:24px;
 line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1em;text-align: center;    margin-top:50px;margin-bottom: 20px;
}
.more-ser .ser-ht h5{
    color: #136c82;
    font-family: "Avenir-Medium";
    font-size: 17px; text-align: center; line-height: 1.2;
}
.more-ser .ser-ht p{
  font-family: "Avenir-Book";
    color: #136c82;
    font-size: 15px;
    text-align: center;
    padding: 0px 16%;line-height: 20px;
}
.more-ser .ser-ht i{
   font-family: "Avenir-Medium";
   font-style: inherit;color: #136c82;
    font-size: 15px;
    text-align: center;
  line-height: 20px;
}
.more-ser .ser-ht{
  padding-right: 0px;
}
.more-ser,.cont-col{padding-top: 60px;
    padding-bottom: 60px; }
.more-ser .ser-pt{
  background-color: #136c82;
  color: #fff;display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
.more-ser .ser-pt ul li{
   color: #fff;
  font-family: "Avenir-Light";
font-size: 15px;
    border-bottom: 1px solid #fff;
    text-align: center;
    line-height: 24px;    padding: 5px 0px;
    }
.more-ser .ser-pt ul li:last-child{
  border-bottom: none;
}
#bro-blu{
  border-top: 7px solid #136c82;
  width: 44%;
    position: absolute;
    left: 0px;
    margin-top: 0px;
    padding: 0px
}
#bro-blu2{
  border-top: 7px solid #cfa074;
    width: 91.3%;padding: 0px;
    margin-top: 50px;margin-bottom: 0px;float: right;
}

.more-ser .row{
  display: flex;
  margin-bottom: 60px;
}
.more-ser .ser-pt ul{width: 70%;}
.cont-col h2{  color: #cfa074;
  font-family: "Avenir-Light";
   font-size:24px;
 line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1em;}
.cont-col p,.cont-col a,.cont-col i{
  font-family: "Avenir-Book";
    color: #136c82;
    font-size: 15px;
}
.cont-col i{
  font-style: inherit;color: #cfa074;
}

#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
    border-bottom-color: #136c82;
    border-bottom-color: var(--mdc-theme-error, #136c82);
}

#cf7md-form .mdc-theme--text-primary-on-background, #cf7md-form .mdc-theme--text-primary-on-light, #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control, #cf7md-form .mdc-form-field, #cf7md-form .cf7md-file--value, #cf7md-form .cf7md-card-title, #cf7md-form .mdc-list a.mdc-list-item, #cf7md-form input, #cf7md-form textarea, #cf7md-form select, #cf7md-form .wpcf7-list-item label, #cf7md-form .cf7md-switch-label, #cf7md-form .cf7md-checkbox-label, #cf7md-form .cf7md-radio-label, #cf7md-form .cf7md-accept-label, #cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-floating-label, #cf7md-form .mdc-text-field--outlined.mdc-text-field--disabled .mdc-text-field__input, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-floating-label{
  font-family: "Avenir-Book";
    color: #136c82;
    font-size: 13px;
}
#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) {
    background-color:transparent;
}
#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
    border-bottom-color: #136c82;
}
#cf7md-form .mdc-button{
    background-color: #cfa074;
     font-family: "Avenir-Book";
    color: #fff;
    font-size: 15px;
    padding: 0px 32px;
    border-radius: 19px;
}
#cf7md-form .mdc-button::before, #cf7md-form .mdc-button::after, #cf7md-form .mdc-button--raised:not(:disabled), #cf7md-form .mdc-button--unelevated:not(:disabled){
  background-color: #cfa074;
}
#cf7md-form .mdc-button--raised:not(:disabled):hover, #cf7md-form .mdc-button--unelevated:not(:disabled):hover{
      background-color: #136c82;
}

#cf7md-form .mdc-button--raised:not(:disabled):hover, #cf7md-form .mdc-button--unelevated:not(:disabled):hover {
    background-color: #136c82;
}
#cf7md-form .mdc-text-field {
    --mdc-ripple-fg-size: 0;
    --mdc-ripple-left: 0;
    --mdc-ripple-top: 0;
    --mdc-ripple-fg-scale: 1;
    --mdc-ripple-fg-translate-end: 0;
    --mdc-ripple-fg-translate-start: 0;
    -webkit-tap-highlight-color: none;
    will-change: transform, opacity;
    border-radius:0px;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    box-sizing: border-box;
    height: 56px;
    overflow: hidden;
    will-change: opacity, transform, color;
}


#cf7md-form .mdc-text-field .mdc-line-ripple, #cf7md-form .mdc-select:not(.mdc-select--disabled) .mdc-select__native-control:focus ~ .mdc-line-ripple, #cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:checked ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox .mdc-checkbox__native-control:enabled:indeterminate ~ .mdc-checkbox__background, #cf7md-form .mdc-checkbox::before, #cf7md-form .mdc-checkbox::after, #cf7md-form .mdc-radio::before, #cf7md-form .mdc-radio::after, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__track, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::before, #cf7md-form .mdc-switch.mdc-switch--checked .mdc-switch__thumb-underlay::after, #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::before, #cf7md-form .mdc-switch:not(.mdc-switch--checked) .mdc-switch__thumb-underlay::after {
    background-color: #136c82;
}
#cf7md-form .mdc-text-field .mdc-line-ripple {
    background-color: #136c82;
    background-color: #136c82;
}
#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) {
    background-color: #fff;
}
#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #136c82;
    border-color:#136c82;
}
#cf7md-form .mdc-notched-outline__leading, #cf7md-form .mdc-notched-outline__notch, #cf7md-form .mdc-notched-outline__trailing{
    border-top: none;
    border-left: none;
    border-right: none;
}
#cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #136c82;
}
#cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__leading, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__notch, #cf7md-form .mdc-text-field--textarea.mdc-text-field--invalid:not(.mdc-text-field--disabled) .mdc-notched-outline__trailing {
    border-color: #136c82;
    border-color: #136c82;
}
.cf7md-admin-customize-message{display: none;}
/*.testimonial-section{background: url(images/testimonial-bg.jpg);}
*/#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--textarea) {
    border-bottom-color: #136c82;
}
#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) {
    background-color: #fff;
}
#cf7md-form .mdc-text-field--invalid:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {

    border-bottom-color: #136c82;
}
#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled):not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mdc-text-field__input {
    border-bottom-color: #136c82;
}
.map-col,.she-col{
  margin-top: 80px;
  margin-bottom: 70px;
}
.map-col img,.she-col img{width: 100%;}
.she-col img{margin-top: 60px}
.why-col h4{
    color: #fff;
    font-family: "Avenir-Medium";
    font-size: 22px;
}
.she-col .col.m12{padding: 0px;}
.why-col p{
   font-family: "Avenir-Book";
    color: #fff;
    font-size: 17px;

}
.why-col .row #why-tc:nth-child(odd) {
background:#cfa074;
}
.why-col .row #why-tc:nth-child(even){
background:#136c82;
}
.why-col .row #why-tc:nth-child(even) p,.why-col .row #why-tc:nth-child(even) h4{
  text-align: right;
  padding-left: 60%;
}
.why-col .row #why-tc:nth-child(odd) p,.why-col .row #why-tc:nth-child(odd) h4{
 
  padding-right:60%;
}
#why-tc{
  margin-bottom: 20px;
  padding: 30px;
}
.why-col{margin-bottom: 70px;}
.offer-col h3{
color: #fff;
     font-family: "Avenir-Light";
font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    background: #136c82;
    padding: 12px 0px;
    margin-bottom: 0px;
}
#off-rgt{
  background-color: #cfa074; margin-bottom: 6px;
}
#off-rgt h4{
  color: #fff;
    font-family: "Avenir-Light";
    font-size: 30px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1em;
    text-align: center;
    margin-top: 0px;
}
#off-rgt p{
     font-family: "Avenir-Book";
    color: #fff;
    font-size: 15px;text-align: center;
    padding: 0px 16%;
}

.offer-col2,.valu-col2{display: flex;margin: 0px;
    }
.offer-col .col.s12,.valu-col .col.s12{padding: 0px;}
.valu-col h3{
  color: #fff;
     font-family: "Avenir-Light";
    font-size: 28px;
    text-transform: uppercase;
    text-align: center;
    background: #cfa074;
    padding: 12px 0px;margin-bottom: 0px;
  
}
#valu-rgt{
  background: #006b81;margin-bottom:6px;
}
#valu-rgt li i{
  color: #cfa074;
    font-family: "Avenir-Book";
    font-size: 45px;  font-style: inherit;
}
#valu-rgt li{
  color: #fff;
     font-family: "Avenir-Light";
    font-size: 19px;

}

#valu-rgt ul{
  margin-left: auto;
    margin-right: auto;
    display: block;
}
#valu-rgt li:nth-child(2){
      margin-left: 30px;
}
#valu-rgt li:nth-child(3){
      margin-left: 60px;
}

#valu-rgt li:nth-child(4){
      margin-left: 90px;
}

#valu-rgt li:nth-child(5){
      margin-left: 120px;
}

#valu-rgt li:nth-child(6){
      margin-left: 150px;
}
.mv-col h3{
      font-family: "Avenir-Light";
    color: #ffffff;
    font-size: 50px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .2em;
    text-align: center;
}
.mv-col p{
  font-family: "Avenir-Book";
  font-size: 17px;
  text-align: center;padding: 0px 30%;
  color: #136c82;margin-top: 40px;margin-bottom: 60px

}
.mv-col .visin-bg {
  background:url(assets/images/vision.jpg);
  background-position: center;
  background-size: cover;
  height: 475px;
  width: auto;
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}

.mv-col .mis-bg {
  background:url(assets/images/mission.jpg);
  background-position: center;
  background-size: cover;
  height: 475px;
  width: auto;
      display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-around;
}
.owner-col{
   background:url(assets/images/q.jpg);
  background-position: center;
  background-size: cover;
   height: 685px;    margin-top: -6px;margin-bottom: 60px
}
.owner-col h4{
  color: #cfa074;font-family: "Avenir-Roman";text-transform: uppercase;font-size: 35px;
    margin-top: 17%;
    margin-left: 17%;
}

.owner-col ul li{
  color: #006b81;
    font-family: "Avenir-Light";
    font-size: 15px;
    border-bottom: 1px solid #006b81;
    text-align: center;
    line-height: 24px;
    padding: 5px 0px;
    margin: 0px 20%;
}
#thumb-col{height: 300px}
.blog-col h3{ color: #cfa074;
  font-family: "Avenir-Light";
   font-size:17px;
 line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .1em;}
.blog-col p{  font-family: "Avenir-Book";
  font-size: 15px;
  
  color: #136c82;}
  .blog-col a{ font-family: "Avenir-Light";
  font-size: 14px;
  
  color: #136c82;}
.blog-col{
  margin-top: 60px;margin-bottom: 60px;
}
.single-post #abt-banner h1 {
    font-family: "Avenir-Light";
    color: #ffffff;
    font-size: 22px;
    line-height: 1.2;
    text-transform: uppercase;
    font-weight: 400;
    letter-spacing: .2em;
    text-align: center;
    background: #00000026;
    padding: 30px 20px;
}
.blog-singl p{
   font-family: "Avenir-Book";
  font-size: 15px;
  color: #136c82;letter-spacing: .6px;
}
.blog-singl{
  margin-top: 60px;
  margin-bottom: 60px;
}
p.form-submit .submit{
      background-color: #cfa074;
     border:none;
    color: #fff;
    font-size: 15px;
    padding: 9px 32px;
    border-radius: 19px;
}
.blog-cmnt textarea {
    padding: 20px;
       font-family: "Avenir-Book";
  font-size: 15px;
  color: #136c82;
}
div#comments{
  display: none;
}
.nav-links{
display: none;}
.blog-col .blog-each{
  margin-bottom: 20px;
}
.postid-42 #sigl-div{
  margin: 155px 0px;
}
.adivser-col .advi11,.adivser-col .advi33{padding-right: 0px;}
.adivser-col .advi22,.adivser-col .advi44{padding-left: 0px;}
#mov-db{display: none;}
.video-container {
    width:100%;min-height:100%;
    position: relative;
}

.video-container video {
width:100%;min-height:100%;
  position: absolute;
  object-fit: cover;
  z-index: 0;
}
.valu-col2 .arb-cl{line-height: 0px}
#vd-bg{padding: 0px}



@media screen and (min-device-width:1900px) and (max-device-width:1980px) { 
    .owner-col {
 height: 850px;
}
#bro-brn {
 width: 82%;
}
#bro-bl {
  width: 82%;
}

}
@media only screen and (max-width: 1024px){
  .imp-pt img {
    height: 75px;
    width: auto;
}
.imp-pt p {
    padding: 0px 9px;
}
.adivser-col h1 {
  font-size: 20px;}

.adivser-col h3 {
    font-size: 21px;
    line-height: 25px;
}
.adivser-col img{
  width: 68%;
    height: auto;
}
.hotel-invest {
height: 380px;

}
.hotel-investcn h3, .hotel-revcn h3 {
   font-size: 21px;
    line-height: 25px;
}

.hotel-investcn p, .hotel-revcn p {

    font-size: 15px;
    line-height: 21px;
}
.hotel-investcn {
height: 380px;
}
.hotel-rev {
   height: 380px;
}
.hotel-revcn {
   height: 380px;
}
footer {
    padding-top: 30px;
    padding-bottom: 30px;
}
.seal-col h2 {
font-size: 30px;}
.seal-col p {
    font-size: 16px;
    padding: 0px 10%;
}
.offer-col h3 {
 font-size: 28px;}
#off-rgt h4 {
   font-size: 24px;}
#off-rgt p {
    padding: 0px 8%;
}
#valu-rgt li {

    font-size: 17px;
}
#valu-rgt li i {
  font-size: 36.5px;
}
.offer-col2 img{
  height: 457px;
}
.owner-col ul li {

    margin: 0px 10%;
}
.owner-col h4 {
    margin-top: 35%;
}
.mv-col h3 {
    font-size: 39px;
    line-height: 1.2;
    text-align: center;
}
.mv-col .visin-bg {
    height: 345px;}
.mv-col p {
    font-size: 17px;
    padding: 0px 5%;
    margin-top: 20px;
    margin-bottom: 40px;
}



}

 @media only screen and (max-width :820px) {

  .wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-openblock, .wpmm-orientation-horizontal .wpmegamenu-toggle .wpmega-closeblock {
    padding: 10px 10px 13px;
    color:#cfa074;
}
.dashicons-no:before {
    content: "\f333";
}
.dashicons-menu:before {
    
    content: "\f158";
}
.wp-megamenu-main-wrapper {

    text-align: right;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper {

    margin-top: 20px;background-color: #cfa074;color: #fff;
}

.hotel-investcn p, .hotel-revcn p {
    padding: 0px 9%;
    font-size: 15px;
    line-height: 21px;
}
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-horizontal, .wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-vertical {
    background: transparent;
    margin-top: -64px;
    margin-bottom: 20px;
}

.imp-pt h4 {
   font-size: 15px;

}
.adivser-col img {
    width: 65%;
    height: auto;
}
.adivser-col .advi11,.adivser-col .advi33{padding-right: 10px;}
.adivser-col .advi22,.adivser-col .advi44{padding-left: 10px;}

.wpmega-gold-yellow-black .wpmm-mega-wrapper > li.current-menu-item {
    
    background-color: transparent;
   color:#cfa074;
    border: none;
    border-radius:0px;
}
.wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-vertical ul.wpmm-mega-wrapper > li > a, .wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li > a {
  color: #fff;
}
.wpmega-gold-yellow-black ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
    background: transparent;
}
.wpmega-gold-yellow-black ul.wpmm-mega-wrapper li.wpmega-menu-flyout ul {
    border-top: 3px solid #136c82;}
    ul.wpmm-mega-wrapper li.wpmega-menu-flyout.wpmega-flyout-horizontal-right ul.wp-mega-sub-menu li {
    overflow: inherit;
}
.wpmm-orientation-horizontal .wpmegamenu-toggle .wp-mega-toggle-block .dashicons {
    font-size: 32px;
}
.wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper > li {
    position: static;
    padding: 8px;
}
.header.shrink .wp-megamenu-main-wrapper.wpmm-orientation-horizontal ul.wpmm-mega-wrapper{
    margin-top: 20px;
    background-color: #cfa074;
    color: #fff;
}
#abt-banner h1 {
  font-size: 35px;}
div#n2-ss-1 .n2-font-2f3990e393ac4be8f3fd33a9d1264d04-paragraph {
    font-size: 40px;}
.seal-col h2 {
    font-size: 25px;
}
.seal-col p {
    font-size: 15px;
    padding: 0px 7%;
}
.offer-col2, .valu-col2 {
    display: block;
    margin: 0px;
}
.offer-col2 img {
    height: auto;
    width: 100%;
}
#off-rgt {
    background-color: #cfa074;
    margin-bottom: 6px;
    display: block;
    padding: 34px 8px;
}
#valu-rgt {
    background: #006b81;
    margin-bottom: 6px;
    padding: 34px 18px;
}
#arb-img{
  line-height: 0px;
}
.owner-col {
    height: 750px;
    margin-bottom: 40px;
    margin-top: 40px;
    background:#f0eee9;
}
.owner-col h4 {
    margin-top: 114%;
    font-size: 33px;
}
.owner-col ul li {
    margin: 0px 6%;
}
.mv-col h3 {
    font-size: 35px;
    line-height: 1.2;
    text-align: center;
}
.mv-col p {
    font-size: 16px;
    padding: 0px 0%;
}
.more-ser .ser-ht h4 {
  font-size: 20px;}

.more-ser .ser-ht p {
  
    padding: 0px 6%;
    line-height: 20px;
}
.more-ser .ser-pt ul li {
    font-size: 15px;
    line-height: 22px;
    padding: 4px 0px;
}
.header.shrink .wp-megamenu-main-wrapper.wpmega-gold-yellow-black.wpmm-orientation-horizontal {
    margin-top: -55px;
}
.map-col, .she-col {
    margin-top: 40px;
    margin-bottom: 40px;
}
.why-col .row #why-tc:nth-child(odd) p, .why-col .row #why-tc:nth-child(odd) h4 {
    padding-right: 30%;
}
.why-col p {

    font-size: 15px;
}
.why-col .row #why-tc:nth-child(even) p, .why-col .row #why-tc:nth-child(even) h4 {
    text-align: right;
    padding-left: 30%;
}
.why-col {
    margin-bottom: 40px;
}
#why-tc {
    margin-bottom: 10px;
    padding: 15px 25px;
}
.she-col img {
    margin-top: 40px;
}
.seal-col {
    margin-top: 40px;
    margin-bottom: 30px;
}
.more-ser, .cont-col {
    padding-top: 40px;
    padding-bottom: 40px;
}
.cont-col h2{
      margin-top:0px;

 }
 .cont-col .let-col{
  margin-bottom: 20px;
 }
 .blog-col .blog-each {
    margin-bottom: 30px;
}
.blog-singl {
    margin-top: 40px;
    margin-bottom: 40px;
}
  #abt-banner h3 {
    font-size: 16px;}
}

#bro-blu3{
  display: none;
}
@media only screen and (max-width: 428px){
    #abt-banner h3 {
    font-size: 14px;}
.imp-pt .col.s12.m3{
  margin-bottom: 20px;
}
.imp-pt {
    margin-top: 25px;
    margin-bottom: 0px;
}
.imp-pt p {
    font-size: 15px;}
    .imp-pt h4 {
    font-size: 17px;margin-bottom: 0px;
}
#bro-brn {
    margin-top: 30px;
}
.adivser-col h1 {
    font-size: 17px;  margin-top: 15px;
}
#bro-bl,#bro-brn{
    width: 92%;
}
#advi1, #advi2, #advi3, #advi4 {
    height: 200px;
    width: auto;
}
.adivser-col h3 {
    font-size: 20px;

}
.hotel-rw{
  display: block;
}
.hotel-investcn,.hotel-revcn {
    height: 260px;
}
footer .foot-col{display: block;}
#foot-log {
    margin-left: 0px;
    margin-right: auto;
    display: block;
}
footer {
    padding-top: 40px;
    padding-bottom: 40px;
}

.owner-col h4 {
    margin-top: 12%;
    font-size: 30px;
}
.owner-col {
  height: 870px;
    margin-bottom: 40px;
    margin-top: 10px;
    display: block;    background-position: right;
}
.seal-col h2 {
    font-size: 20px;
        padding: 9px 0px;
}
.offer-col h3 ,.valu-col h3{
    font-size: 23px;    padding: 12px 0px;
}
.mv-col h3 {
    font-size: 25px;
}
.mv-col .mis-bg,.mv-col .visin-bg {
  height: 154px;
}
#bro-blu {
   width: 95%;}
#abt-banner {
    height: 208px;
    width: auto;
}
#abt-banner h1 {
    font-size: 28px;
        letter-spacing: .1em;
}
#bro-blu3{
  display: block;
      border-top: 7px solid #cfa074;
    width: 95%;
    position: absolute;
    right: 0px;
    margin-top: 20px;
    padding: 0px;
}
.more-ser .row {
    display: block;
    margin-bottom: 30px;
}
#bro-blu2{display: none;}
.more-ser .more-col{margin-bottom: 50px;}
.more-ser .ser-ht h4 {
    margin-top: 35px;
}
.more-ser .ser-ht p {
    padding: 0px 4%;
    line-height: 23px;
}
.more-ser .ser-ht{margin-bottom: 10px;}
.postid-42 #sigl-div {
    margin: 0px;
}
.footer-col1 p, .footer-col1 a {
    font-size: 14px;
    letter-spacing: .6px;}
.more-ser .ser-pt{
      padding: 15px 0px;
}
.seal-col {
    margin-top: 20px;
    margin-bottom: 10px;
}
.map-col, .she-col {
    margin-top: 30px;
    margin-bottom: 30px;
}
#why-tc {
    padding: 9px 19px;
}
.why-col .row #why-tc:nth-child(odd) p, .why-col .row #why-tc:nth-child(odd) h4 {
    padding-right: 0%;
}

.why-col .row #why-tc:nth-child(even) p, .why-col .row #why-tc:nth-child(even) h4 {
    text-align: right;
    padding-left: 0%;
}
.why-col h4 {
    font-size: 20px;
}
#mov-db{display: block;}

}