*{margin: 0;padding: :0;outline: 0;}

html{
    max-width: 100%;
    overflow-x: hidden;
    overflow-y:scroll;
}

.js div#preloader {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    overflow: visible;
    background: #333 url('../images/loading.gif') no-repeat center center;
}

.mar-pad-zero{
  margin: 0px;
  padding: :0px !important;
}

body {
    z-index:1;
	  margin:1px 0 0 0;
	  padding: 0;
	  text-align: left;
	  font-family:"Trebuchet MS",Garamond,Georgia, "Times New Roman", Times, serif;
	  font-size:13px;
	  overflow-y:hidden;
    overflow:-x:hidden;
    background-color: transparent;
}

blink {
    -webkit-animation: 2s linear infinite condemned_blink_effect; // for android
    animation: 2s linear infinite condemned_blink_effect;
}

.clear{overflow:hidden;}

.modal{
  top: 100px;
  z-index: 9999;
}

.modal-open {
    padding-right: 0px !important;
}

.modal-content iframe {
    margin: 0 auto;
    display: block;
}

@font-face {
    font-family: Kanit-SemiBold;
    src: url(../fonts/Kanit-SemiBold.ttf);
}

@font-face {
    font-family: Kanit-Medium;
    src: url(../fonts/Kanit-Medium.ttf);
}

@font-face {
    font-family: Kanit-Light;
    src: url(../fonts/Kanit-Light.ttf);
}

@font-face {
    font-family: Kanit-ExtraLight;
    src: url(../fonts/Kanit-ExtraLight.ttf);
}

@font-face {
    font-family: MavenPro-Black;
    src: url(../fonts/MavenPro-Black.ttf);
}

@font-face {
    font-family: MavenPro-Bold;
    src: url(../fonts/MavenPro-Bold.ttf);
}

@font-face {
    font-family: MavenPro-Medium;
    src: url(../fonts/MavenPro-Medium.ttf);
}

@font-face {
    font-family: MavenPro-Regular;
    src: url(../fonts/MavenPro-Regular.ttf);
}
@font-face{
    font-family: my_colab_thin;
    src: url(../fonts/colab_thin.otf);
}
@font-face{
    font-family: my_gautamib;
    src: url(../fonts/gautamib.ttf);
}
@font-face{
    font-family: my_cooperb;
    src: url(../fonts/cooperb.ttf);
}
@font-face{
    font-family: KronaOne-Regular;
    src: url(../fonts/KronaOne-Regular.ttf);
}
@font-face{
    font-family: Ethnocentric-Regular;
    src: url(../fonts/ethnocen.ttf);
}
@font-face{
    font-family: Arizonia-Regular;
    src: url(../fonts/Arizonia-Regular.ttf);
}
@font-face{
    font-family: Futura-Light-BT;
    src: url(../fonts/futura_light_bt.ttf);
}
@font-face{
    font-family: Futura-Medium-BT;
    src: url(../fonts/futura_medium_bt.ttf);
}
@font-face{
    font-family: Futura-X-Black;
    src: url(../fonts/futura_xblk_bt.ttf);
}
@font-face{
    font-family: Futura-Heavy;
    src: url(../fonts/futuraheavyfont.ttf);
}
@font-face{
    font-family: futura_light_italic;
    src: url(../fonts/futura_light_italic.ttf);
}
@font-face{
    font-family: futura_medium_italic;
    src: url(../fonts/futura_medium_italic.ttf);
}
@font-face{
    font-family: futura-condensedlight;
    src: url(../fonts/futura-condensedlight.otf);
}

.container-fluid {
    padding-right: 0px !important;
    padding-left: 0px  !important;
    margin-right: auto !important;
    margin-left: auto  !important;
}

.readmore{
    float: right;
    text-align: right;
}

.readmore a{
    text-decoration: none;
    color: #ff0030;
    font-size: 14px;
}

.readmore a:hover{
    text-decoration: none;
    font-weight: bold;
}

.click_here{
    text-decoration: none;
    color: #fff;
    letter-spacing: 0.5px;
    font-family: MavenPro-Regular;
}

.click_here:hover{
    text-decoration: none;
    color: #e4e3e3;
}

.click_here:visited{
    text-decoration: none;
    color: #fff;
}

.firstcharacter{
    color: #903;
    float: left;
    font-family: Georgia;
    font-size: 75px;
    line-height: 60px;
    padding-top: 1px;
    padding-right: 5px;
    padding-left: 3px;
}

/*****************************************For Background and Logo in the Header Section of the Webpage******************************************/
.heading {
    width: 100%;
    background: #eb1c23;
    height: 75.2px;
    position: fixed;
    z-index: 9999;
    top: 0;
    left: 0;
    border-bottom: 2px solid #ffe300;
}

.wrapper_head {
    width: 983px;
    margin: 0 auto;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-pack: inherit;
    justify-content: inherit;
    -ms-flex-align: inherit;
    align-items: inherit;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-left: 15%;
}

.wrapper_head .left-spacer-logo {
    position: absolute;
    left: 0;
    height: 75.2px;
    background-color: #ebfb1e;
    width: 450px;
    top: 0;
    border-bottom: 2px solid #ff0000;
}

.header-logo-block {
    width: 310px;
    text-align: right;
    position: relative;
    margin-right: 20px;
}

.header-logo {
    max-width: 220px;
    position: relative;
    z-index: 9;
    display: inline-block;
    top: -34px;
}

.header-logo-block {
    text-align: right;
}

.header-logo img {
    width: 100%;
    margin-top: 25.4px;
    z-index: 20000;
}

.sml_logo {
    border-style: none;
    width: 100%;
    display: block;
    z-index: 20000;
}

.header_menu::before {
    /*background-color: #ffffff;*/
    left: 0;
    width: 30%;
}

.header_menu::after, .header_menu::before {
    content: '';
    display: block;
    position: absolute;
    bottom: -2px;
    height: 2px;
    z-index: -1;
}

.header-logo-block::before {
    content: '';
    display: block;
    background-image: url(../images/left_spracle.png);
    width: 140px;
    height: 73.2px;
    position: absolute;
    left: 28px;
    background-repeat: no-repeat;
    background-position: bottom;
}

.header-logo-block::after {
    content: '';
    display: block;
    width: 187px;
    height: 73.2px;
    background-color: #ebfb1e;
    position: absolute;
    top: 0;
    z-index: -1;
}

.display-1, .display-3, .display-4 , .display-5, .display-6, .display-7, .display-8 {
    font-family: my_colab_thin !important;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.display-1{
  font-size: 18px;
  text-align: center;
  color: red;
}

.display-7{
    font-size: 14px;
}

.display-8 {
    font-size: 13px;
}
.display-9 {
    font-family: my_colab_thin !important;
    font-size: 16px;
    font-weight: bold;
    color: #0012ff !important;
    line-height: 14px;
}

.display-10 {
    font-family: MavenPro-Black !important;
    font-size: 19px;
    font-weight: bold;
    line-height: 16px;
}

.display-11 {
    font-family: MavenPro-Bold !important;
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
}

.display-12 {
    font-family: MavenPro-Bold !important;
    font-size: 14px;
    font-weight: bold;
    line-height: 14px;
}

.display-13 {
    font-family: MavenPro-Bold !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
    color:red;
}

.display-14{
    font-family: my_colab_thin !important;
    font-size: 18px;
    font-weight: normal;
    line-height: 12px;
    color:#02350a;
}

.display-15{
    font-family: MavenPro-Bold !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 17px;
    color:#474847;
}

.display-16{
    font-family: my_colab_thin !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 14px;
    color:#474847;
}

.display-17{
    font-family: MavenPro-Bold !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 18px;
    color:#474847;
}

.display-18{
    font-family: MavenPro-Bold !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
    color:#474847;
}

.display-19{
    font-family: Futura-Light-BT !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
    color:#474847;
}

.display-20{
    font-family: Kanit-ExtraLight !important;
    font-size: 14px;
    font-weight: normal;
    line-height: 12px;
    color:#474847;
}

.display-21{
    font-family: Futura_Medium !important;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    color:#474847;
}

.display-22{
    font-family: Futura-Medium-BT !important;
    font-size: 12px;
    font-weight: normal;
    line-height: 12px;
    color:#474847;
}

.display-23{
    font-family: Futura_Light !important;
    font-size: 13px;
    font-weight: normal;
    line-height: 12px;
    color:#474847;
}

.display-24{
    font-family: Futura-Medium-BT !important;
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    color:#ff0000;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.41);
}
.display-24-1{
    font-family: Futura-Medium-BT !important;
    font-size: 26px;
    font-weight: normal;
    line-height: 16px;
    color:#ff0000;
    text-shadow: 2px 2px 2px rgba(0,0,0,0.41);
}

.display-25{
    font-family: Futura-Medium-BT !important;
    font-size: 28px;
    font-weight: normal;
    line-height: 30px;
    color:#468424;;
}
.display-25-1{
    font-family: Futura-Medium-BT !important;
    font-size: 26px;
    font-weight: normal;
    line-height: 16px;
    color:#468424;
}
.btn-display-1{
   font-family: Futura-Light-BT !important;
}
/*****************************************Logo in the Header Section of the Webpage Ends Here******************************************/
/***************************************************Navigation Bar Style Starts Here***************************************************/
ul{
    list-style: none;
}

a{
    text-decoration: none;
}

header{
    position: fixed;
    top: 5.5px;
    width: 100%;
    z-index: 110;
    left: 44px;
}

section{
    position: relative;
    height: calc(100vh - 3rem);
    width: 100%;
    overflow: hidden;
}

.overlay{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(56, 165, 238, 0.5);
}

.container-navigation{
    max-width: 78.7rem;
    padding: 0 2rem;
    margin: 0 auto;
    display: flex;
    position: relative;
}

.nav-btn{
    flex: 3;
    display: flex;
}

.nav-links{
    flex: 2;
}

.nav-links > ul{
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-link{
    position: relative;
}

.nav-link > a{
    line-height: 3rem;
    color: #fff;
    padding: 0rem;
    letter-spacing: 0.1px;
    font-size: 0.8vw;
    display: flex;
    align-items: center;
    justify-content: space-between;
    transition: .5s;
}

.nav-link > a > i{
    margin-left: .2rem;
}

.nav-link:hover > a{
    transform: scale(1.1);
    text-decoration:none !important;
    color:yellow;
    -webkit-animation: glow 1s ease-in-out infinite alternate;
    -moz-animation: glow 1s ease-in-out infinite alternate;
     animation: glow 1s ease-in-out infinite alternate;
}

.dropdown{
    position: absolute;
    top: 100%;
    left: 0;
    width: 10rem;
    transform: translateY(10px);
    opacity: 0;
    pointer-events: none;
    transition: .5s;
}

.dropdown-gallery{
   width: 12rem !important;
}

.dropdown ul{
    position: relative;
}

.dropdown-link > a{
    display: flex;
    background-color: #f1ff92;
    color: #20013a;;
    padding: .5rem 1rem;
    font-size: .9rem;
    align-items: center;
    justify-content: space-between;
    transition: .3s;
    -webkit-box-shadow: 3px 3px 7px 2px rgba(38,7,4,0.51);
    box-shadow: 3px 3px 7px 2px rgba(38,7,4,0.51);
}

.dropdown-link:hover > a{
    background-color: #3498db;
    color: #fff;
}

.dropdown-link:not(:nth-last-child(2)){
    border-bottom: 1px solid #efefef;
}

.dropdown-link i{
    transform: rotate(-90deg);
}

.arrow{
    position: absolute;
    width: 11px;
    height: 11px;
    top: -5.5px;
    left: 60px;
    background-color: #fff;
    transform: rotate(45deg);
    cursor: pointer;
    transition: .3s;
    z-index: -1;
}

.dropdown-link:first-child:hover ~ .arrow{
    background-color: #3498db;
}

.dropdown-link{
    position: relative;
}

.dropdown.second{
    top: 0;
    left: 100%;
    padding-left: .8rem;
    cursor: pointer;
    transform: translateX(10px);
}

.dropdown.second .arrow{
    top: 10px;
    left: -5.5px;
}

.nav-link:hover > .dropdown,
.dropdown-link:hover > .dropdown{
    transform: translate(0, 0);
    opacity: 1;
    pointer-events: auto;
}

.hamburger-menu-container{
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    display: flex;
}

.hamburger-menu {
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    margin-right: 383.3px;
    margin-top: -39px;
}

.hamburger-menu div{
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #fff;
    position: relative;
    z-index: 510;
    transition: .5s;
}

.hamburger-menu div:before,
.hamburger-menu div:after{
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #fff;
    border-radius: 3px;
    transition: .5s;
}

.hamburger-menu div:before{
    transform: translateY(-7px);
}

.hamburger-menu div:after{
    transform: translateY(7px);
}

#check{
  position: absolute;
  top: 47.8%;
  left: 92rem;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  z-index: 520;
  cursor: pointer;
  opacity:0;
  display: block;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div{
    background-color: transparent;
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:before{
    transform: translateY(0) rotate(-45deg);
}

#check:checked ~ .hamburger-menu-container .hamburger-menu div:after{
    transform: translateY(0) rotate(45deg);
}

@keyframes animation{
    from{
        opacity: 0;
        transform: translateY(15px);
    }
    to{
        opacity: 1;
        transform: translateY(0px);
    }
}

.right {
    width: 307.4px;
    display: inline;
    position: absolute;
    left: 1400px;
    top: 62.6px;
    z-index: 10000;
}

.rdrop {
    display: none;
    margin-top: 4px;
}

.rdrop_cover {
    padding: 40px 30px 40px 20px;
    text-align: left;
    position: absolute;
    top: 5px;
    background: #bf0000;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);

    background: #bf0000;
    background: -webkit-linear-gradient(#bf0000,#ff7979);
    background: -o-linear-gradient(#bf0000,#ff7979);
    background: -moz-linear-gradient(#bf0000,#ff7979);
    background: linear-gradient(#bf0000,#ff7979);
}

.rhead {
    text-transform: uppercase;
    font-weight: 600;
    color: #ffffff;
}

.rhead p {
    padding: 5px 0px;
}

.rhead:hover {
   color: #f1fb7d;
   text-shadow: 0px -1px 1px rgba(255,255,255,.5);
   -webkit-animation: glow 1s ease-in-out infinite alternate;
   -moz-animation: glow 1s ease-in-out infinite alternate;
   animation: glow 1s ease-in-out infinite alternate;
}

@-webkit-keyframes glow {
  from {
    text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #e60073, 0 0 40px #e60073, 0 0 50px #e60073, 0 0 60px #e60073, 0 0 70px #e60073;
  }
  to {
    text-shadow: 0 0 20px #fff, 0 0 30px #ff4da6, 0 0 40px #ff4da6, 0 0 50px #ff4da6, 0 0 60px #ff4da6, 0 0 70px #ff4da6, 0 0 80px #ff4da6;
  }
}

.left-menu-container{
    flex: 1;
    align-items: center;
    justify-content: flex-end;
    visibility: hidden;
}

.left-menu{
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  margin-left: 20px;
  margin-top: -134px;
}

.left-menu div{
    width: 1.6rem;
    height: 3px;
    border-radius: 3px;
    background-color: #280246;
    position: relative;
    z-index: 510;
    transition: .5s;
}

.left-menu div:before,
.left-menu div:after{
    content: '';
    position: absolute;
    width: inherit;
    height: inherit;
    background-color: #280246;
    border-radius: 3px;
    transition: .5s;
}

.left-menu div:before{
    transform: translateY(-7px);
}

.left-menu div:after{
    transform: translateY(7px);
}

#sidebar-checkbox{
  position: absolute;
  top: 46.7%;
  left: 0.8rem;
  transform: translateY(-50%);
  width: 2.6rem;
  height: 2.6rem;
  z-index: 520;
  cursor: pointer;
  opacity:0;
  display: block;
  height: calc(100vh - 3rem);
  visibility: hidden;
}

#sidebar-checkbox:checked ~ .left-menu-container .left-menu div{
    background-color: transparent;
}

#sidebar-checkbox:checked ~ .left-menu-container .left-menu div:before{
    transform: translateY(0) rotate(-45deg);
}

#sidebar-checkbox:checked ~ .left-menu-container .left-menu div:after{
    transform: translateY(0) rotate(45deg);
}

.block {
  display: none;
  width: 100%;
  position: absolute;
  top: 75px;
  left: 0px;
  padding: 22px 10px 11px 0px;
  text-align: left;
  background: #280246;
  -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
  box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
  background: -webkit-linear-gradient(#280246,#481c69);
  background: -o-linear-gradient(#280246,#481c69);
  background: -moz-linear-gradient(#280246,#481c69);
  background: linear-gradient(#280246,#481c69);
  overflow: hidden;
}

ul.sidebar-nav {
  overflow: hidden;
  padding: 3px 0 2px 18px;
  li {
    border-top: thin solid #ccc;
    position: relative;
  }
  a {
    width: 100%;
    display: table;
    font-size: 1.2em;
    font-weight: normal;
    text-transform: uppercase;
   -webkit-transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 600ms cubic-bezier(0.645, 0.045, 0.355, 1);
  }
  li.has-ul a {
      &:after {
      font-family: "Ionicons";
      content: ('\f35f');
      position: absolute;
      right: 0;
      top: 0;
      padding: 40px 20px 0;
      text-decoration: none;
    }
  }
}

ul.sub-ul {
  display: none;
  li {
    border-bottom: solid thin #eee;
    a {
    &:after {
      display: none;
      }
    }
  }
}

li.sidebar-active {
  border-bottom: red;
  margin: 22px 0px 10px 0px;
}
ul.sidebar-nav li.sidebar-active a:after {
      content: ('\f365');
}

.sidebar-active a{
  text-decoration: none;
  color:#ffffff;
}

.sidebar-level1{
   font-family: Kanit-Medium;
}

.sub-ul li{
    margin: 6px 0px 8px 7px;
}
/******************************************************************Navigatgion Bar Ends here**********************************************/
/*********************************************************************Slider CSS**********************************************************/
.owners{
  height: 301px;
  top: -1070px;
  z-index: 5;
}

.each-owner, .annoucement{
  background: #ebebeb;
  display: block;
  margin-right: 20px;
  border-radius: 4px;
  box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
}

.annoucement-detail p{
  font-family: Futura-Medium-BT;
  font-size: 15px;
  color: #646464;
}

.owner_photo {
  margin-top: 14px;
  background-color: #ffffff;
  padding: 3px;
  border-radius: 4px;
  width: 100%;
  display: block;
}

.annoucement{
  padding-top: 5px;
}

.owner-detail{
  margin: 3px 0px 5px 0px;;
  text-align: center;
}

.owner-name{
    font-family: Kanit-ExtraLight;
    font-size: 14px;
    color: #292929;
    text-shadow: 1px 1px 2px rgba(150, 150, 150, 1);
}

.owner-desig{
  color: #ff0000;
  font-size: 15px;
  font-family: Kanit-Light;
}

.float-over-slider{
   margin-top: 90px;
   background-color : transparent;
}

.banner-container{
    overflow: hidden;
    height: 998px;
}

.nivoSlider {
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.banner-slider {
    margin-top: 72px !important;
    height: 998px !important;
    overflow: hidden;
}

.theme-default .nivo-controlNav{
    left: 0px;
}

.theme-default .nivo-controlNav {
    margin: 0 auto;
}

.theme-default .nivo-controlNav {
    padding: 19px 0;
}

.nivo-controlNav {
    bottom: 50px;
    width: 102%;
}
/******************************************************************Marquee Text Block****************************************************/
#marquee_text_block{
    position: relative;
    display: block;
    z-index:6;
    text-align:center;
    height: 50px;
    margin-bottom:4px;
    margin-left: 0px;
    margin-right: 0px;
    padding-top:0px;
    padding-bottom:0px;
    background: #ebfb1e;
    border-style: solid;
    border-width: 2px;
    -webkit-border-image: -webkit-linear-gradient(
        left,
        rgba(0,0,0,0) 1%,
        rgba(255,0,0,1) 50%,
        rgba(0,0,0,0) 100%
    ) 0 0 100% 0/0 0 2px 0 stretch;

    -moz-border-image: -moz-linear-gradient(
        left,
        rgba(0,0,0,0) 1%,,
        rgba(255,0,0,1) 50%,
        rgba(0,0,0,0) 100%
    ) 0 0 100% 0/0 0 2px 0 stretch;
    -o-border-image: -o-linear-gradient(
        left,
        rgba(0,0,0,0) 1%,
        rgba(255,0,0,1) 50%,
        rgba(0,0,0,0) 100%
    ) 0 0 100% 0/0 0 3px 0 stretch;
    border-image: linear-gradient(
        to left,
        rgba(0,0,0,0) 1%,
        rgba(255,0,0,1) 50%,
        rgba(0,0,0,0) 100%
    )100% 0 100% 0/2px 0 2px 0 stretch;
    overflow: hidden;
}

#marquee_2{
    font-family: MavenPro-Medium;
    line-height: 14px;
    font-weight: bold;
    font-size: 20vw;
    overflow: hidden;
    z-index:12;
}

#marquee_1{
    font-family: MavenPro-Medium;
    line-height: 14px;
    font-weight: bold;
    font-size: 20vw;
    overflow: hidden;
    z-index:12;
}

.blink_me {
    animation: blinker 1s linear infinite;
}

@keyframes blinker {
  50% { opacity: 0; }
}

/************************/
#middle-first{
    height: 1220px;
}

.container-block{
    background-color: #d8d8d8;
    margin-top: -20px;
    height: 1520px;
}

.facebook_block{
    overflow: hidden !important;
    margin: 0 auto;
    width: 100%;
    padding: 3px;
    border-radius: 2px;
    margin-top:20px;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
}

.overview{
    background-color: #e9ecef;
    border-radius: .3rem;
    margin: 35px 0px 10px 0px;
    padding: 15px 15px 3.4px 15px;
    color: #626161;
}

.overview p{
  font-family: Futura-Light-BT;
  font-size: 15px;
}

.hdr-socialmedia{
    margin: 10px 0px 0px 0px;
}

.hdr-tutorial-video{
    background-color: #e9ecef;
    padding: 3px;
    border-radius: 2px;
    margin-top:15px;
    padding: 10px 0px 10px 0px;
}

.video-list{
  margin-top: -8px;
}
.embed-responsive-16by9 {
    clear: both;
    border:1px solid #ffffff;
    box-shadow: 5px 7px 9px 0px rgba(0,0,0,0.75);
  -webkit-box-shadow: 5px 7px 9px 0px rgba(0,0,0,0.75);
  -moz-box-shadow: 5px 7px 9px 0px rgba(0,0,0,0.75);
}

.embed-responsive{
  width: 98% !important;
}

.home-videolist{
   margin: 20px 0px 0px 0px;
}

.home-video :first-child{
   margin-top: 0px;
}

.home-video{
   margin: 35px 0px 0px 0px;
}

.hidden-video{
  visibility: hidden;
}

#footer{
    background-color: #070e1d;
    margin-top: -5px;
    max-height: 136px;
    height: 136px;
}

.copyright{
  margin-top: -14px;
  padding: 1px 2px 1px 2px;
}

.copyright-name{
    font-size:13px;
}

.copyright-contact{
    font-size:13px;
}

.hits-label{
    font-size:12px;
}

.hits-counter{
    font-size:14px;
}

.powered-by{
    float:right;
    margin-top: 5px;
}
.powered-by-label{
    font-size:12px;
}

.powered-by-primekes{

}
/********************************************************************For SignIn Page****************************************************************/
.login-btn{
    z-index: 101;
    position: fixed;
    background: #000850;
    color:#ffffff;
    float:left;
    display: inline-block;
    padding: 0.4rem 1.2rem;
    font-size: 0.7rem;
    border: 2px solid #fff;
    border-radius: 2rem;
    line-height: 1;
    margin: 2.3px -50px;
    transition: .3s;
    text-transform: uppercase;
}
.signin-heading{
    font-family: MavenPro-Regular;
}

.card-signin {
    border: 1px solid #ff0000;
    border-radius: 1rem;
    box-shadow: 0 0.5rem 1rem 0 rgba(0, 0, 0, 0.1);
    --input-padding-x: 1.5rem;
    --input-padding-y: .75rem;
    background-color: #faffbc;
}

.card-signin .card-title {
  margin-bottom: 2rem;
  font-weight: 300;
  font-size: 2.5rem;
}

.card-signin .card-body {
  padding: 2rem;
}

.form-signin {
  width: 100%;
  font-size: 14px;
}

.form-signin .btn {
  font-size: 100%;
  border-radius: 5rem;
  letter-spacing: .1rem;
  font-weight: bold;
  padding: 1rem;
  transition: all 0.2s;
}

.form-label-group {
  position: relative;
  margin-bottom: 1rem;
}

.form-label-group input {
  height: auto;
  border-radius: 2rem;
}

.form-label-group>input,
.form-label-group>label {
  padding: var(--input-padding-y) var(--input-padding-x);
}

.form-label-group>label {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  margin-bottom: 0;
  /* Override default `<label>` margin */
  line-height: 1.5;
  color: #495057;
  border: 1px solid transparent;
  border-radius: .25rem;
  transition: all .1s ease-in-out;
}

.form-label-group input::-webkit-input-placeholder {
  color: transparent;
}

.form-label-group input:-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-ms-input-placeholder {
  color: transparent;
}

.form-label-group input::-moz-placeholder {
  color: transparent;
}

.form-label-group input::placeholder {
  color: transparent;
}

.form-label-group input:not(:placeholder-shown) {
  padding-top: calc(var(--input-padding-y) + var(--input-padding-y) * (2 / 3));
  padding-bottom: calc(var(--input-padding-y) / 3);
}

.form-label-group input:not(:placeholder-shown)~label {
  padding-top: calc(var(--input-padding-y) / 3);
  padding-bottom: calc(var(--input-padding-y) / 3);
  font-size: 12px;
  color: #777;
}

/* Fallback for Edge
-------------------------------------------------- */

@supports (-ms-ime-align: auto) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input::-ms-input-placeholder {
    color: #777;
  }
}

/* Fallback for IE
-------------------------------------------------- */

@media all and (-ms-high-contrast: none),
(-ms-high-contrast: active) {
  .form-label-group>label {
    display: none;
  }
  .form-label-group input:-ms-input-placeholder {
    color: #777;
  }
}
/*Converts Letters to Uppercase*/
.uprcase{
    text-transform: uppercase;
}

.exhibition-header{
  margin: 100px 0px 20px 0px;
}

/***************************************************************************************************************************************************/
/*********************************************************************Media Query*******************************************************************/
@media only screen and (min-width: 280px) and (max-width: 319px){
  /*****************************************For Background and Logo in the Header Section of the Webpage******************************************/
  .heading {
      height: 53.4px;
  }

  .wrapper_head {
      margin-left: 27%;
  }

  .wrapper_head .left-spacer-logo {
      height: 53.2px;
      width: 133px;
  }

  .header-logo-block {
      width: 141px;
  }

  .header-logo img {
      margin-top: 34.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 50.2px;
      left: -64px;
  }

  .header-logo-block::after {
      width: 59px;
      height: 51.2px;
      top: 0;
      z-index: -1;
  }
  /*****************************************Logo in the Header Section of the Webpage Ends Here******************************************/
  /***************************************************Navigation Bar Style Starts Here***************************************************/
  header{
      left: -32px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 46px;
  }

  .nav-btn{
      visibility: hidden;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
    margin-right: 1.7px;
    margin-top: -40.7px;
  }

  #check{
    top: 50.3%;
    left: 16rem;
    width: 29.6rem;
  }

  .right {
      width: 100%;
      left: 181px;
      top: 48.6px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: visible;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: visible;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  /******************************************************************Navigatgion Bar Ends here**********************************************/
  /*********************************************************************Slider CSS**********************************************************/
  .owners{
    height: 597px;
    top: -1113px;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner{
    background: #ebebeb;
    display: block;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    width: 42%;
    margin: 20px 0px 0px 13px;
  }

  .annoucement{
    padding-top: 35px;
    padding-bottom: 17px;
  }

  .owner-detail{
    width: 100%;
  }

  .nivo-slider{
    margin-top: 499px;
  }

  .banner-slider {
      margin-top: 72px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -267px;
  }

  .container-block{
      height: 4326px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 359px){
  /*****************************************For Background and Logo in the Header Section of the Webpage******************************************/
  .heading {
      height: 53.4px;
  }

  .wrapper_head {
      margin-left: 31%;
  }

  .wrapper_head .left-spacer-logo {
      height: 53.2px;
      width: 133px;
  }

  .header-logo-block {
      width: 141px;
  }

  .header-logo img {
      margin-top: 34.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 50.2px;
      left: -64px;
  }

  .header-logo-block::after {
      width: 59px;
      height: 51.2px;
      top: 0;
      z-index: -1;
  }
  /*****************************************Logo in the Header Section of the Webpage Ends Here******************************************/
  /***************************************************Navigation Bar Style Starts Here***************************************************/
  header{
      left: -32px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 46px;
  }

  .nav-btn{
      visibility: hidden;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
    margin-right: 1.7px;
    margin-top: -40.7px;
  }

  #check{
    top: 50.3%;
    left: 16rem;
    width: 29.6rem;
  }

  .right {
      width: 100%;
      left: 181px;
      top: 48.6px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: visible;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: visible;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  /******************************************************************Navigatgion Bar Ends here**********************************************/
  /*********************************************************************Slider CSS**********************************************************/
  .owners{
    height: 597px;
    top: -1113px;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner{
    background: #ebebeb;
    display: block;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    width: 42%;
    margin: 20px 0px 0px 13px;
  }

  .annoucement{
    padding-top: 35px;
    padding-bottom: 17px;
  }

  .owner-detail{
    width: 100%;
  }

  .nivo-slider{
    margin-top: 499px;
  }

  .banner-slider {
      margin-top: 72px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -267px;
  }

  .container-block{
      height: 4326px;
  }
}

@media only screen and (min-width: 360px) and (max-width: 410px){
  /*****************************************For Background and Logo in the Header Section of the Webpage******************************************/
  .heading {
      height: 53.4px;
  }

  .wrapper_head {
      margin-left: 31%;
  }

  .wrapper_head .left-spacer-logo {
      height: 53.2px;
      width: 133px;
  }

  .header-logo-block {
      width: 141px;
  }

  .header-logo img {
      margin-top: 34.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 50.2px;
      left: -64px;
  }

  .header-logo-block::after {
      width: 59px;
      height: 51.2px;
      top: 0;
      z-index: -1;
  }
  /*****************************************Logo in the Header Section of the Webpage Ends Here******************************************/
  /***************************************************Navigation Bar Style Starts Here***************************************************/
  header{
      left: -32px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 46px;
  }

  .nav-btn{
      visibility: hidden;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
    margin-right: 1.7px;
    margin-top: -40.7px;
  }

  #check{
      top: 50.3%;
      left: 19rem;
      width: 9.6rem;
  }

  .right {
      width: 100%;
      left: 181px;
      top: 48.6px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: visible;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: visible;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  /******************************************************************Navigatgion Bar Ends here**********************************************/
  /*********************************************************************Slider CSS**********************************************************/
  .owners{
    height: 597px;
    top: -1113px;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner{
    background: #ebebeb;
    display: block;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    width: 42%;
    margin: 20px 0px 0px 13px;
  }

  .annoucement{
    padding-top: 35px;
    padding-bottom: 17px;
  }

  .owner-detail{
    width: 100%;
  }

  .nivo-slider{
      margin-top: 478px;
  }

  .banner-slider {
      margin-top: 72px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -267px;
  }

  .container-block{
      height: 4326px;
  }
}

@media only screen and (min-width: 411px) and (max-width: 460px){
  /*****************************************For Background and Logo in the Header Section of the Webpage******************************************/
  .heading {
      height: 53.4px;
  }

  .wrapper_head {
      margin-left: 35.5%;
  }

  .wrapper_head .left-spacer-logo {
      height: 53.2px;
      width: 190px;
  }

  .header-logo-block {
      width: 141px;
  }

  .header-logo img {
      margin-top: 34.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 50.2px;
      left: -64px;
  }

  .header-logo-block::after {
      width: 59px;
      height: 51.2px;
      top: 0;
      z-index: -1;
  }
  /*****************************************Logo in the Header Section of the Webpage Ends Here******************************************/
  /***************************************************Navigation Bar Style Starts Here***************************************************/
  header{
      left: -32px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 46px;
  }

  .nav-btn{
      visibility: hidden;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
    margin-right: 1.7px;
    margin-top: -40.7px;
  }

  #check{
      top: 50.3%;
      left: 19rem;
      width: 9.6rem;
  }

  .right {
      width: 100%;
      left: 232px;
      top: 48.6px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: visible;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: visible;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  /******************************************************************Navigatgion Bar Ends here**********************************************/
  /*********************************************************************Slider CSS**********************************************************/
  .owners{
    height: 597px;
    top: -1113px;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner{
    background: #ebebeb;
    display: block;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    width: 42%;
    margin: 29px 0px 0px 13px;
  }

  .annoucement{
    padding-top: 35px;
    padding-bottom: 17px;
  }

  .owner-detail{
    width: 100%;
  }

  .nivo-slider{
      margin-top: 452px;
  }

  .banner-slider {
      margin-top: 72px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -267px;
  }

  .container-block{
      height: 4465px;
  }
}

@media only screen and (min-width: 461px) and (max-width: 486px){
  .heading {
      height: 53.4px;
  }

  .wrapper_head {
      margin-left: 35.5%;
  }

  .wrapper_head .left-spacer-logo {
      height: 53.2px;
      width: 190px;
  }

  .header-logo-block {
      width: 141px;
  }

  .header-logo img {
      margin-top: 34.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 50.2px;
      left: -64px;
  }

  .header-logo-block::after {
      width: 59px;
      height: 51.2px;
      top: 0;
      z-index: -1;
  }
  header{
      left: -32px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 46px;
  }

  .nav-btn{
      visibility: hidden;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
    margin-right: 1.7px;
    margin-top: -40.7px;
  }

  #check{
      top: 50.3%;
      left: 19rem;
      width: 9.6rem;
  }

  .right {
      width: 100%;
      left: 285px;
      top: 48.6px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: visible;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: visible;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  .owners{
    height: 597px;
    top: -1113px;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner{
    background: #ebebeb;
    display: block;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    width: 42%;
    margin: 29px 0px 0px 13px;
  }

  .annoucement{
    padding-top: 35px;
    padding-bottom: 17px;
  }

  .owner-detail{
    width: 100%;
  }

  .nivo-slider{
      margin-top: 452px;
  }

  .banner-slider {
      margin-top: 72px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -232px;
  }

  .container-block{
      height: 4536px;
  }
}

@media only screen and (min-width: 487px) and (max-width: 500px){
  .heading {
      height: 53.4px;
  }

  .wrapper_head {
      margin-left: 39%;
  }

  .wrapper_head .left-spacer-logo {
      height: 53.2px;
      width: 242px;
  }

  .header-logo-block {
      width: 141px;
  }

  .header-logo img {
      margin-top: 34.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 50.2px;
      left: -64px;
  }

  .header-logo-block::after {
      width: 59px;
      height: 51.2px;
      top: 0;
      z-index: -1;
  }
  header{
      left: -32px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 46px;
  }

  .nav-btn{
      visibility: hidden;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
    margin-right: 1.7px;
    margin-top: -40.7px;
  }

  #check{
      top: 50.3%;
      left: 19rem;
      width: 15.6rem;
  }

  .right {
      width: 100%;
      left: 311px;
      top: 48.6px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: visible;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: visible;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  .owners{
    height: 597px;
    top: -1113px;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner{
    background: #ebebeb;
    display: block;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    width: 42%;
    margin: 29px 0px 0px 13px;
  }

  .annoucement{
    padding-top: 35px;
    padding-bottom: 17px;
  }

  .owner-detail{
    width: 100%;
  }

  .nivo-slider{
      margin-top: 452px;
  }

  .banner-slider {
      margin-top: 72px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -228px;
  }

  .container-block{
      height: 4563px;
  }
}

@media only screen and (min-width: 501px) and (max-width: 530px){
  .heading {
      height: 53.4px;
  }

  .wrapper_head {
      margin-left: 39%;
  }

  .wrapper_head .left-spacer-logo {
      height: 53.2px;
      width: 242px;
  }

  .header-logo-block {
      width: 141px;
  }

  .header-logo img {
      margin-top: 34.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 50.2px;
      left: -64px;
  }

  .header-logo-block::after {
      width: 59px;
      height: 51.2px;
      top: 0;
      z-index: -1;
  }
  header{
      left: -32px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 46px;
  }

  .nav-btn{
      visibility: hidden;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
    margin-right: 1.7px;
    margin-top: -40.7px;
  }

  #check{
      top: 50.3%;
      left: 19rem;
      width: 15.6rem;
  }

  .right {
      width: 100%;
      left: 326px;
      top: 48.6px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: visible;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: visible;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  .owners{
    height: 597px;
    top: -1119px;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner{
    background: #ebebeb;
    display: block;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    width: 42%;
    margin: 29px 0px 0px 13px;
  }

  .annoucement{
    padding-top: 35px;
    padding-bottom: 17px;
  }

  .owner-detail{
    width: 100%;
  }

  .nivo-slider{
      margin-top: 446px;
  }

  .banner-slider {
      margin-top: 72px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -228px;
  }

  .container-block{
      height: 4668px;
  }
}

@media only screen and (min-width: 531px) and (max-width: 575px){
  .heading {
      height: 53.4px;
  }

  .wrapper_head {
      margin-left: 39%;
  }

  .wrapper_head .left-spacer-logo {
      height: 53.2px;
      width: 242px;
  }

  .header-logo-block {
      width: 141px;
  }

  .header-logo img {
      margin-top: 34.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 50.2px;
      left: -64px;
  }

  .header-logo-block::after {
      width: 59px;
      height: 51.2px;
      top: 0;
      z-index: -1;
  }
  header{
      left: -32px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 46px;
  }

  .nav-btn{
      visibility: hidden;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
    margin-right: 1.7px;
    margin-top: -40.7px;
  }

  #check{
      top: 50.3%;
      left: 19rem;
      width: 15.6rem;
  }

  .right {
      width: 100%;
      left: 356px;
      top: 48.6px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: visible;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: visible;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  .owners{
    height: 597px;
    top: -1106px;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner{
    background: #ebebeb;
    display: block;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    width: 42%;
    margin: 29px 0px 0px 13px;
  }

  .annoucement{
    padding-top: 35px;
    padding-bottom: 17px;
  }

  .owner-detail{
    width: 100%;
  }

  .nivo-slider{
      margin-top: 470px;
  }

  .banner-slider {
      margin-top: 72px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -188px;
  }

  .container-block{
      height: 4823px;
  }
}

@media only screen and (min-width: 576px) and (max-width: 600px){
  .heading {
      height: 53.4px;
  }

  .wrapper_head {
      margin-left: 39%;
  }

  .wrapper_head .left-spacer-logo {
      height: 53.2px;
      width: 276px;
  }

  .header-logo-block {
      width: 141px;
  }

  .header-logo img {
      margin-top: 34.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 50.2px;
      left: -64px;
  }

  .header-logo-block::after {
      width: 59px;
      height: 51.2px;
      top: 0;
      z-index: -1;
  }
  header{
      left: -32px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 46px;
  }

  .nav-btn{
      visibility: hidden;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
    margin-right: 1.7px;
    margin-top: -40.7px;
  }

  #check{
      top: 50.3%;
      left: 25rem;
      width: 15.6rem;
  }

  .right {
      width: 100%;
      left: 400px;
      top: 48.6px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: visible;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: visible;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  .owners{
      height: 599px;
      top: -1076px;
      margin: 0 auto;
      width: 100%;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner{
    background: #ebebeb;
    display: block;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    width: 42%;
    margin: 29px 0px 0px 10px;
    flex: 0 0 47%;
    max-width: 47%;
  }

    .annoucement{
    padding-top: 35px;
    padding-bottom: 17px;
  }

  .owner-detail{
    width: 100%;
  }

  .nivo-slider{
      margin-top: 507px;
  }

  .banner-slider {
      margin-top: 72px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -118px;
  }

  .container-block{
      height: 4823px;
  }
}

@media only screen and (min-width: 601px) and (max-width: 630px){
  .heading {
      height: 53.4px;
  }

  .wrapper_head {
      margin-left: 39%;
  }

  .wrapper_head .left-spacer-logo {
      height: 53.2px;
      width: 303px;
  }

  .header-logo-block {
      width: 141px;
  }

  .header-logo img {
      margin-top: 34.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 50.2px;
      left: -64px;
  }

  .header-logo-block::after {
      width: 59px;
      height: 51.2px;
      top: 0;
      z-index: -1;
  }
  header{
      left: -32px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 46px;
  }

  .nav-btn{
      visibility: hidden;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
    margin-right: 1.7px;
    margin-top: -40.7px;
  }

  #check{
      top: 50.3%;
      left: 25rem;
      width: 15.6rem;
  }

  .right {
      width: 100%;
      left: 400px;
      top: 48.6px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: visible;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: visible;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  .owners{
      height: 599px;
      top: -1076px;
      margin: 0 auto;
      width: 100%;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner{
    background: #ebebeb;
    display: block;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    width: 42%;
    margin: 29px 0px 0px 10px;
    flex: 0 0 47%;
    max-width: 47%;
  }

    .annoucement{
    padding-top: 35px;
    padding-bottom: 17px;
  }

  .owner-detail{
    width: 100%;
  }

  .nivo-slider{
      margin-top: 507px;
  }

  .banner-slider {
      margin-top: 72px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -105px;
  }

  .container-block{
      height: 4823px;
  }
}

@media only screen and (min-width: 631px) and (max-width: 767px){
  .heading {
      height: 53.4px;
  }

  .wrapper_head {
      margin-left: 39%;
  }

  .wrapper_head .left-spacer-logo {
      height: 53.2px;
      width: 303px;
  }

  .header-logo-block {
      width: 141px;
  }

  .header-logo img {
      margin-top: 34.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 50.2px;
      left: -64px;
  }

  .header-logo-block::after {
      width: 59px;
      height: 51.2px;
      top: 0;
      z-index: -1;
  }
  header{
      left: -32px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 46px;
  }

  .nav-btn{
      visibility: hidden;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
    margin-right: 1.7px;
    margin-top: -40.7px;
  }

  #check{
      top: 50.3%;
      left: 34rem;
      width: 15.6rem;
  }

  .right {
      width: 100%;
      left: 400px;
      top: 48.6px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: visible;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: visible;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  .owners{
      height: 599px;
      top: -1076px;
      margin: 0 auto;
      width: 100%;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner{
    background: #ebebeb;
    display: block;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    width: 42%;
    margin: 29px 0px 0px 10px;
    flex: 0 0 47%;
    max-width: 47%;
  }

    .annoucement{
    padding-top: 35px;
    padding-bottom: 17px;
  }

  .owner-detail{
    width: 100%;
  }

  .nivo-slider{
      margin-top: 507px;
  }

  .banner-slider {
      margin-top: 72px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -105px;
  }

  .container-block{
      height: 4823px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 867px){
  .heading {
      height: 53.4px;
  }

  .wrapper_head {
      margin-left: 1.6%;
  }

  .wrapper_head .left-spacer-logo {
      height: 53.2px;
      width: 60px;
  }

  .header-logo-block {
      width: 141px;
  }

  .header-logo img {
      margin-top: 34.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 50.2px;
      left: -64px;
  }

  .header-logo-block::after {
      width: 59px;
      height: 51.2px;
      top: 0;
      z-index: -1;
  }
  header{
      top:-1.7px;
      left: 22px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 46px;
  }

  .nav-btn{
      visibility: visible;
  }

  .nav-link > a {
      letter-spacing: 0px;
      font-size: 1.4vw;
  }

  .nav-link {
      padding: 0.2rem 0.3rem;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
    margin-right: 1.7px;
    margin-top: -40.7px;
  }

  #check{
    top: 50.3%;
    left: 50.6rem;
    width: 3.4rem;
  }

  .right {
      width: 100%;
      left: 690px;
      top: 48.6px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: hidden;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: hidden;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  .owners{
      height: 599px;
      top: -1076px;
      margin: 0 auto;
      width: 100%;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner {
      background: #ebebeb;
      display: block;
      border-radius: 4px;
      box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      width: 26%;
      margin: 0px 0px 0px 10px;
      flex: 0 0 47%;
      max-width: 26%;
      height: auto;
  }

  .annoucement{
    padding-top: 35px;
    padding-bottom: 17px;
  }

  .owner_photo {
      margin-top: 87px;
  }

  .owner-detail{
    width: 100%;
  }

  .nivo-slider{
      margin-top: 368px;
  }

  .banner-slider {
      margin-top: 72px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -173px;
  }

  .container-block{
      height: 4041px;
  }
}

@media only screen and (min-width: 868px) and (max-width: 991px){
  .heading {
      height: 53.4px;
  }

  .wrapper_head {
      margin-left: 1.6%;
  }

  .wrapper_head .left-spacer-logo {
      height: 53.2px;
      width: 60px;
  }

  .header-logo-block {
      width: 141px;
  }

  .header-logo img {
      margin-top: 34.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 50.2px;
      left: -64px;
  }

  .header-logo-block::after {
      width: 59px;
      height: 51.2px;
      top: 0;
      z-index: -1;
  }
  header{
      top:-1.7px;
      left: 22px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 46px;
  }

  .nav-btn{
      visibility: visible;
  }

  .nav-link > a {
      letter-spacing: 0px;
      font-size: 1.4vw;
  }

  .nav-link {
      padding: 0.2rem 0.3rem;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
    margin-right: 1.7px;
    margin-top: -40.7px;
  }

  #check{
    top: 50.3%;
    left: 50.6rem;
    width: 3.4rem;
  }

  .right {
      width: 100%;
      left: 690px;
      top: 48.6px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: hidden;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: hidden;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  .owners{
      height: 599px;
      top: -1076px;
      margin: 0 auto;
      width: 100%;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner {
      background: #ebebeb;
      display: block;
      border-radius: 4px;
      box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      width: 26%;
      margin: 0px 0px 0px 10px;
      flex: 0 0 47%;
      max-width: 26%;
      height: auto;
  }

  .annoucement{
    padding-top: 35px;
    padding-bottom: 17px;
  }

  .owner_photo {
      margin-top: 87px;
  }

  .owner-detail{
    width: 100%;
  }

  .nivo-slider{
      margin-top: 368px;
  }

  .banner-slider {
      margin-top: 72px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -173px;
  }

  .container-block{
      height: 4041px;
  }
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .heading {
      height: 61.4px;
  }

  .wrapper_head {
      margin-left: 3.6%;
  }

  .wrapper_head .left-spacer-logo {
    height: 63.9px;
    width: 122px;
  }

  .header-logo-block {
      width: 172px;
  }

  .header-logo img {
      margin-top: 32.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 60.2px;
      left: -64px;
  }

  .header-logo-block::after {
    width: 81px;
    height: 64.2px;
    top: 0;
    z-index: -1;
  }
  header{
      top: 0.3px;
      left: 22px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 57px;
  }

  .nav-btn{
      visibility: visible;
  }

  .nav-link > a {
      letter-spacing: 0px;
      font-size: 1.4vw;
  }

  .nav-link {
      padding:  0.4rem 0.6rem;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
      margin-right: 50.7px;
      margin-top: -65.9px;
  }

  #check{
      top: 48.5%;
      left: 67.9rem;
      width: 3.4rem;
  }

  .right {
      width: 100%;
      left: 1021.9px;
      top: 58.3px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: hidden;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: hidden;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  .float-over-slider {
    margin-top: 100px;
    margin-left: 20px;
  }

  .owners{
      height: 599px;
      top: -1076px;
      margin: 0 auto;
      width: 100%;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner {
      background: #ebebeb;
      display: block;
      border-radius: 4px;
      box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      width: 26%;
      margin: 0px 0px 0px 10px;
      flex: 0 0 47%;
      max-width: 26%;
      height: auto;
  }

  .annoucement{
    padding-top: 11px;
    padding-bottom: 8px;
  }

  .owner_photo {
      margin-top: 50px;
  }

  .owner-detail{
    width: 100%;
  }

  .nivo-slider{
      margin-top: 310px;
  }

  .banner-slider {
      margin-top: 72px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -15px;
  }

  .container-block{
      height: 1490px;
  }

  .hidden-video{
    visibility: visible;
  }
}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
  .heading {
      height: 61.4px;
  }

  .wrapper_head {
      margin-left: 3.6%;
  }

  .wrapper_head .left-spacer-logo {
    height: 63.9px;
    width: 122px;
  }

  .header-logo-block {
      width: 172px;
  }

  .header-logo img {
      margin-top: 32.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 60.2px;
      left: -64px;
  }

  .header-logo-block::after {
    width: 81px;
    height: 64.2px;
    top: 0;
    z-index: -1;
  }
  header{
      top: 0.3px;
      left: 22px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 57px;
  }

  .nav-btn{
      visibility: visible;
  }

  .nav-link > a {
      letter-spacing: 0px;
      font-size: 1vw;
  }

  .nav-link {
      padding:  0.4rem 1rem;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
      margin-right: 54.1px;
      margin-top: -65.9px;
  }

  #check{
      top: 48.5%;
      left: 76.6rem;
      width: 3.4rem;
  }

  .right {
      width: 100%;
      left: 1164.1px;;
      top: 58.3px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: hidden;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: hidden;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  .float-over-slider {
    margin-top: 100px;
    margin-left: 20px;
  }

  .owners{
      height: 599px;
      top: -1076px;
      margin: 0 auto;
      width: 100%;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner {
      background: #ebebeb;
      display: block;
      border-radius: 4px;
      box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      width: 26%;
      margin: 0px 0px 0px 10px;
      flex: 0 0 47%;
      max-width: 26%;
      height: auto;
  }

  .annoucement{
    padding-top: 11px;
    padding-bottom: 8px;
  }

  .owner_photo {
      margin-top: 50px;
  }

  .owner-detail{
    width: 100%;
  }

  .banner-container {
    height: 1072px;
  }

  .nivo-slider{
      margin-top: 310px;
  }

  .banner-slider {
      margin-top: 72px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -15px;
  }

  .container-block{
      height: 1490px;
  }

  .hidden-video{
    visibility: hidden;
  }
}

@media only screen and (min-width: 1400px) and (max-width: 1599px){
  .heading {
      height: 61.4px;
  }

  .wrapper_head {
      margin-left: 3.6%;
  }

  .wrapper_head .left-spacer-logo {
    height: 63.9px;
    width: 122px;
  }

  .header-logo-block {
      width: 172px;
  }

  .header-logo img {
      margin-top: 32.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 60.2px;
      left: -64px;
  }

  .header-logo-block::after {
    width: 81px;
    height: 64.2px;
    top: 0;
    z-index: -1;
  }
  header{
      top: 0.3px;
      left: 22px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 57px;
  }

  .nav-btn{
      visibility: visible;
  }

  .nav-link > a {
      letter-spacing: 0px;
      font-size: 1vw;
  }

  .nav-link {
      padding:  0.4rem 1rem;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
      margin-right: 107.1px;
      margin-top: -65.9px;
  }

  #check{
      top: 48.5%;
      left: 1438.2px;
      width: 3.4rem;
  }

  .right {
      width: 100%;
      left: 1376.1px;
      top: 58.3px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: hidden;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: hidden;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  .float-over-slider {
    margin-top: 100px;
    margin-left: 20px;
  }

  .owners{
      height: 599px;
      top: -1076px;
      margin: 0 auto;
      width: 100%;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner {
      background: #ebebeb;
      display: block;
      border-radius: 4px;
      box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      width: 26%;
      margin: 0px 0px 0px 10px;
      flex: 0 0 47%;
      max-width: 26%;
      height: auto;
  }

  .annoucement{
    padding-top: 11px;
    padding-bottom: 8px;
  }

  .owner_photo {
      margin-top: 50px;
  }

  .owner-detail{
    width: 100%;
  }

  .banner-container {
    height: 1072px;
  }

  .nivo-slider{
      margin-top: 310px;
  }

  .banner-slider {
      margin-top: 72px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -15px;
  }

  .container-block{
      height: 1490px;
  }

  .hidden-video{
    visibility: hidden;
  }
}

@media only screen and (min-width: 1600px) and (max-width: 1799px){
  .heading {
      height: 61.4px;
  }

  .wrapper_head {
      margin-left: 8.7%;
  }

  .wrapper_head .left-spacer-logo {
    height: 63.9px;
    width: 215px;
  }

  .header-logo-block {
      width: 172px;
  }

  .header-logo img {
      margin-top: 32.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 60.2px;
      left: -64px;
  }

  .header-logo-block::after {
    width: 81px;
    height: 64.2px;
    top: 0;
    z-index: -1;
  }
  header{
      top: 0.3px;
      left: 22px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 57px;
  }

  .nav-btn{
      visibility: visible;
  }

  .nav-link > a {
      letter-spacing: 0px;
      font-size: 0.9vw;
  }

  .nav-link {
      padding:  0.4rem 1.3rem;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
      margin-right: 107.1px;
      margin-top: -65.9px;
  }

  #check{
      top: 48.5%;
      left: 1438.2px;
      width: 3.4rem;
  }

  .right {
      width: 100%;
      left: 1376.1px;
      top: 58.3px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: hidden;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: hidden;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  .float-over-slider {
    margin-top: 88px;
    margin-left: 50px;
  }

  .owners{
      height: 599px;
      top: -1076px;
      margin: 0 auto;
      width: 100%;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner {
      background: #ebebeb;
      display: block;
      border-radius: 4px;
      box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      width: 26%;
      margin: 0px 0px 0px 10px;
      flex: 0 0 47%;
      max-width: 26%;
      height: auto;
  }

  .annoucement{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .owner_photo {
      margin-top: 7px;
  }

  .owner-detail{
    width: 100%;
  }

  .banner-container {
    height: 1072px;
  }

  .nivo-slider{
      margin-top: 0px;
  }

  .banner-slider {
      margin-top: 59px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -15px;
  }

  .container-block{
      height: 1490px;
  }

  .hidden-video{
    visibility: hidden;
  }
}

@media only screen and (min-width: 1800px) and (max-width: 1899px){
  .heading {
      height: 61.4px;
  }

  .wrapper_head {
      margin-left: 8.7%;
  }

  .wrapper_head .left-spacer-logo {
    height: 63.9px;
    width: 215px;
  }

  .header-logo-block {
      width: 172px;
  }

  .header-logo img {
      margin-top: 32.4px;
  }

  .header-logo-block::before {
      width: 140px;
      height: 60.2px;
      left: -64px;
  }

  .header-logo-block::after {
    width: 81px;
    height: 64.2px;
    top: 0;
    z-index: -1;
  }
  header{
      top: 0.3px;
      left: 22px;
  }

  section{
      width: 106%;
  }

  .container-navigation {
      height: 57px;
  }

  .nav-btn{
      visibility: visible;
  }

  .nav-link > a {
      letter-spacing: 0px;
      font-size: 0.9vw;
  }

  .nav-link {
      padding:  0.4rem 1.3rem;
  }

  .hamburger-menu-container{
      display: flex;
  }

  .hamburger-menu{
      margin-right: 229.1px;
      margin-top: -65.9px;
  }

  #check{
      top: 48.5%;
      left: 1438.2px;
      width: 3.4rem;
  }

  .right {
      width: 100%;
      left: 1376.1px;
      top: 58.3px;
      z-index: 1;
  }

  .left-menu-container{
      visibility: hidden;
  }

  .left-menu{
    width: 2.6rem;
    height: 2.6rem;
    margin-left: 16px;
    margin-top: -109px;
  }

  #sidebar-checkbox{
    top: 47%;
    left: 0.8rem;
    width: 2rem;
    height: 2rem;
    z-index: 520;
    cursor: pointer;
    opacity: 0;
    display: block;
    height: calc(100vh - 3rem);
    visibility: hidden;
  }

  .block {
    top: 53px;
    left: 0px;
    padding: 22px 10px 11px 0px;
  }

  .float-over-slider {
    margin-top: 88px;
    margin-left: 50px;
  }

  .owners{
      height: 599px;
      top: -1076px;
      margin: 0 auto;
      width: 100%;
  }

  .annoucement{
    background: #ebebeb;
    display: block;
    margin-right: 20px;
    border-radius: 4px;
    box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
    -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
  }

  .each-owner {
      background: #ebebeb;
      display: block;
      border-radius: 4px;
      box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      -webkit-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      -moz-box-shadow: 5px 4px 6px -1px rgba(0,0,0,0.76);
      width: 26%;
      margin: 0px 0px 0px 10px;
      flex: 0 0 47%;
      left: -19px;
      max-width: 26%;
      height: auto;
  }

  .annoucement{
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .owner_photo {
      margin-top: 7px;
  }

  .owner-detail{
    width: 100%;
  }

  .banner-container {
    height: 1072px;
  }

  .nivo-slider{
      margin-top: 0px;
  }

  .banner-slider {
      margin-top: 59px !important;
      height: 998px !important;
      overflow: hidden;
  }

  .nivo-controlNav {
      bottom: 50px;
      width: 102%;
  }
  /******************************************************************Marquee Text Block****************************************************/
  #marquee_text_block{
      margin-top: -15px;
  }

  .container-block{
      height: 1490px;
  }

  .hidden-video{
    visibility: hidden;
  }
}

@media only screen and (min-width: 1900px){
  .each-owner, .annoucement{
    left: 143px;
  }
}
/******************************************************************Exhibition Page**********************************************************/
@media only screen and (min-width: 250px) and (max-width: 1899px){
  .exhibition-header{
    margin: 88px 0px 20px 0px;
  }
}
.exhibition-2022-block {
    background-color: #d8d8d8;
    margin-top: -20px;
    display: flex:
    /*height: 3796px;*/
}

.artist_name{
    font-family: Futura-Light-BT;
    font-weight: bold;
    color:#ff0000;
    font-size: 16px;
    text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
    margin-top: 12px;
}

.artist_class{
  font-family: Futura-Light-BT;
  font-weight: normal;
  color:#6e6e6e;
  font-size: 16px;
  text-shadow: 1px 1px 1px rgba(150, 150, 150, 1);
}
.exh-img-iconic{
  float: right;
  margin-top: -103px;
}
.artist-icon-block{
  margin-top:-40px;
}
.image_block a:hover{
  text-decoration: none;
}
.painting_img_block{
    overflow: hidden !important;
    margin: 0 auto;
    width: 100%;
    padding: 3px;
    border-radius: 2px;
    margin-top:20px;
    -webkit-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 2px 3px 5px 0px rgba(0,0,0,0.75);
}
.image_block{
    margin-left: 15px;
    margin-right: 15px;
}
.image_block a{
    float: left;
    box-sizing: border-box;
    margin-bottom: 25px;
}
.image_block:hover img{
    /*opacity: .6;*/
}
.image_block img:hover{
    opacity: 1;
    transform: scale(1.05);
    box-shadow: 0 0 7px rgba(0, 0, 0, .5);
}

.gallery-thumbnail{
    display: inline-block;
    height: auto;
    width: 100%;
    max-width: 100%;
}
.gallery-img{
    padding: 2px;
    line-height: 1.42857143;
    background-color: #fff;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
}
.img-thumbnail{
    border-radius:3px;
    height:140px;
    width:138px;
    -webkit-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);
    box-shadow: 3px 3px 1.5px 0px rgba(0,0,0,0.75);"
}
.image{
    display: block;
 }
 /**********************************************Light Box Settings**********************************************************/
 .lb-data .lb-caption {
    font-family: Futura-Light-BT;
    font-size: 14px;
 }
 .lb-data .lb-details {
     width: 94%;
     text-align: center !important;
 }
 .lb-data .lb-details .lb-number {
     display: none !important;
     visibility: hidden;
 }
 /*************************************************************************************************************************/
 #visitors_book{
 	width: 800px;
 	height: 400px;
 }
 #visitors_book .turn-page{
 	background-color:#ccc;
 }
 /*********************/
 .wrapper {
  align-items: center;
  display: flex;
  height: 90%;
  justify-content: center;
  margin: 3% 5% 1% 5%;
  width: 90%;
}

.aspect {
  padding-bottom: 70%;
  position: relative;
  width: 100%;
}

.aspect-inner {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.flipbook {
  height: 100%;
  transition: margin-left 0.25s ease-out;
  width: 100%;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flipbook .page {
  height: 100%;
  width: 100%;
}

.flipbook .page img {
  max-width: 100%;
  height: 100%;
}
/************************************************************************Comment Section**************************************************/
.even-block{
   background-color: #cdd0c5;
   border-radius: 5px;
   padding: 12px;
   box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.77);
   -webkit-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.77);
   -moz-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.77);
    margin: 8px 8px 0px 8px;
}

.odd-block{
  background-color: #e0e0e0;
  border-radius: 5px;
  padding: 12px;
  box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.77);
  -webkit-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.77);
  -moz-box-shadow: 0px 3px 14px 0px rgba(0,0,0,0.77);
  margin: 8px 8px 0px 8px;
}

.even-block:hover, .odd-block:hover {
  background-color: #ffffff;
}

.comment-message{
  font-family: Futura-Light-BT;
  font-size: 16px;
  margin: 0px 0px 0px 0px;
  color: #5f5f5f;
  display: block;
}

.comment-date{
  font-family: futura-condensedlight;
  font-size: 12px;
  color: #8a8a8a;
  float: right;
  display: block;
}

.comment-by{
  font-family: futura_light_italic;
  font-size: 16px;
  color: #ff0000;
  float: right;
  display: block;
}

.hidden {
  display: none;
}

#LeftSide {
  padding: 0;
  margin: 0;
  top: 0px;
  outline: 0px;
  z-index: 2;
  border: 0;
  background: transparent;
}

#RightSide {
  padding: 0;
  margin: 0;
  top: 0px;
  outline: 0px;
  z-index: 2;
  border: 0;
  background: transparent;
}
.feedback-list-header {
    background-color: #e9ecef;
    padding: 3px;
    border-radius: 5px;
    margin: 15px 9px 0px 6px;
    padding: 10px 0px 10px 0px;
}
.page-content-body{
  margin: 0px 15px 0px 15px;
}
