body {
  font-family: Arial;
  margin: 0;
  padding: 0;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

img {
  vertical-align: middle;
}

/* Position the image container (needed to position the left and right arrows) */


/* Hide the images by default */


/* Add a pointer when hovering over the thumbnail images */
.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev{
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  left: 0;
/*  padding: 16px;
  margin-top: -70px;*/
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  border-radius: 3px 0px 0px 3px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  margin-left: 0%;
  background-color: #000;
  padding: 20px;
}

.next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  color: #fff !important;
  font-weight: bold;
  font-size: 20px;
  border-radius: 0px 3px 3px 0px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
  right: 0;
  margin-right: 0%;
  background-color: #000;
  padding: 20px;

}

#wrapper {
    width:3000px;
    height: 110px;
}

#containersimg {
   /*width: 1120px;*/
   width:100%;
   height: 105px;
   /*overflow-x: scroll;*/
   overflow-y: hidden;
/*  margin-left: 160px;
*/}

.square {
   background-color: #00b;
   float: left;
   height: 83px;
   width: 100px;
   margin: 6px;
}
.square img{
    height: 83px;
   width: 100px;
 }
 .square.first{
  margin-left: -10px;
 }
@media only screen and (max-width: 1080px) {
  #containerimg{
    overflow-y: scroll;
  }
}
.locationBar{
}
.locationBar h1{
  font-size: 12px;
  font-weight: 600;
  text-transform: capitalize;
  text-align: center;
  padding: 15px 10px;
  background-color: #0eb798;
  letter-spacing: 0.2px;
}
.locationBar a{
  color: #000;
  text-decoration: none;
}
.locationBar h1:hover{
  background-color: #0080FE;
  color: #fff;
}
.locationBar .active h1{
  background-color: #0080FE;
  color: #fff;
  
}
/*.navbar-brand, .nav-item a{
  color: #fff;
}*/
.dropdown-menu a{
  color: #000;
  border-bottom: 1px solid #E0E0E0;
}
.navbar-collapse{
  -webkit-box-flex: 0;
      -ms-flex-positive: 0;
          flex-grow: 0;
}
nav ul li .nav-link{
  color: #fff !important;
  font-size: 16px;
}
.navbar-brand{
  font-size: 16px;
}
ul.breadcrumb {
    padding: 10px 0px;
    list-style: none;
    background-color: transparent;
}
ul.breadcrumb li {
    display: inline;
    font-size: 16px;
}
ul.breadcrumb li+li:before {
    padding: 8px;
    color: black;
    content: "\003E";
}
ul.breadcrumb li a {
    color: #0080EF;
    text-decoration: none;
}
ul.breadcrumb li a:hover {
    color: #000;
    text-decoration: underline;
}
nav li.dropdown{
  cursor: pointer;
}
section h2.topic{
  font-size: 30px;
  font-weight: 600;
  padding: 0 0 10px 0;
}
.master_bkgr h3{
  font-size: 45px;
  color: #fff;
  font-weight: bolder;
  font-family: 'Open Sans', sans-serif;
  letter-spacing: 2px;
}
.sidefixed{
  float: right;
  margin-right: 10%;
}
.row .clear{
  clear: both;
}
.map h2{
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}
.map{
  margin-bottom: 5%;
}
.about .aboutus{
/*  background-color: lightblue;
*/  padding-top: 10px;
  margin-top: 0px;
/*  margin-bottom: 30px;
*/  text-align: center;
  color: #000;
}
.about h1{
  text-transform: uppercase;
  font-size: 1.3em;
}
.about h3{
  letter-spacing: 1.5px;
  font-weight: bold;
  font-size: 2em;
}
.about p{
  font-size: 1.05em;
  line-height: 30px;
  letter-spacing: 1px;
  padding-top: 15px;
}
.about, .contactus{
  padding-top: 50px;
  padding-bottom: 90px;
}
.contactus input[type="text"]{
  border: 2px solid black;
}
div.sticky {
   position: fixed;
   top: 90%;
   bottom: 10px;
   overflow-y: auto;
   width: 200px;
}

/*
.sideimg img{
  vertical-align: middle;
}

.sideimg .text {
  color: #000;
  font-size: 20px;
  font-weight: 600;
  position: absolute;
  text-align: center;
  background-color: rgba(255,255,255,0.8);
  padding:8px 0;
}
.sideimg .text{
  text-align: center;
  width: 100%;  
}
.sideimg a .btn{
  left: 100%;
  text-align: center;
}
.sideimg .btn {
    top: 10%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    background-color: red;
    color: #fff;
    font-size: 16px;
    padding: 8px 20px;
    border: none;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}*/
.sideimage{
  margin-bottom: 40px;
  position: relative;
  width: 100%;
}
.sideimage .text{
  text-align: center;
  position: absolute;
  width: 100%;
  background-color: rgba(255,255,255,0.8);
  padding:8px 0;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}
.sideimage .btn{
  position: absolute;
  z-index: 999;
/*  margin-top: -50px;
*/  text-align: center;
  background-color: red;
  font-size: 14px;
  color: #fff;
  left: 30%;
  border-radius: 5px;
  bottom: 10px; 
}
.dot {
  height: 15px;
  width: 15px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  -webkit-transition: background-color 0.6s ease;
  -o-transition: background-color 0.6s ease;
  transition: background-color 0.6s ease;
}
.fix-search{

  top: 90%;

}
.socialbtn{
  display: none;
  text-align: center;
  margin-top: 0px;
  margin-bottom: 20px;
}
.socialbtn a{
  padding: 5px 10px 5px 10px;
  border-radius: 50px;
  margin-right: 5px;
}
.socialbtn a:hover{
  color: #000;
}
  #details .loc{
        margin-bottom: 10px;
  }

  .header-contact{
    background-color: black;
    color: #fff;
  }
  .header-contact h5{
    padding-top: 5px;
    padding-bottom: -15px;
  }
  .header-contact h5:first-child{
    text-align: right;
    font-size: 16px;
    color: #fff;
  }
  .header-contact a{
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
  }
  .header-contact a:hover{
    color: #bbb;
  }
 
/* Call To Action Section
--------------------------------*/
.call{
   position: fixed;
  color: #fff;
  padding: 2px 20px 8px 20px;
  font-size: 16px;
  right: 15px;
  bottom: 0;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  display: block;
}

#call-to-action {
  overflow: hidden;
  background-color: #C10A0A;
  display: none;
  padding: 10px 0;
  position: -webkit-sticky;
  position: sticky;
  z-index:20;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}

#call-to-action .cta-title {
  color: #fff;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: -5px;
  font-family: "Open Sans", sans-serif;
  letter-spacing: 1px;
}

#call-to-action h3 a ,#call-to-action h3 a:link, #call-to-action h3 a:visited{
  color: #fff;
}
#call-to-action:hover{
  background-color: red;
}

#about-thanku{
  padding-top: 150px;
  vertical-align: middle;
}
#about-thanku .goback{
  font-weight: bold;
        -webkit-box-shadow: inset 0px -2px 0px 0px rgba( 0, 0, 0, 0.3);
                box-shadow: inset 0px -2px 0px 0px rgba( 0, 0, 0, 0.3);
         -webkit-transition: all 0.2s linear;
           -moz-transition: all 0.2s linear;
            -ms-transition: all 0.2s linear;
             -o-transition: all 0.2s linear;
}
.goback, .goback:hover {
        text-shadow: 0px 0px 0px #FFF;
        border: none;        
        background: #0eb798;
        border-radius: 3px;
        color: #fff;
        margin: 0;
        padding: 10px;
        width: 30%;
        height: 45px;
        font-family: 'Open Sans', sans-serif;
        font-weight: normal;
        font-size: 14px;
        margin-top: 10px;
        cursor: pointer;
    }

    .goback:hover {
        background: #0080FE;
    }

.msg-header .msg-title {
  font-size: 32px;
  color: #111;
  text-align: center;
  font-weight: 400;
}
.msg-title1{
  color: #000;
  font-weight: 500;
  font-size: 32px;
  text-align: center;

}
.msg-header .msg-description {
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  color: #666;
  font-style: italic;
  letter-spacing: 1px;
  line-height: 1.5;
}

.msg-header .msg-divider {
  display: block;
  width: 70px;
  height: 3px;
  background: #1dc8cd;
  background: -webkit-gradient(linear, left bottom, left top, from(#1dc8cd), to(#55fabe));
  background: -webkit-linear-gradient(bottom, #1dc8cd 0%, #55fabe 100%);
  background: -o-linear-gradient(bottom, #1dc8cd 0%, #55fabe 100%);
  background: linear-gradient(0deg, #1dc8cd 0%, #55fabe 100%);
  margin: 0 auto;
  margin-bottom: 20px;
}

/* Section with background
--------------------------------*/
.msg-bg {
  background: #eff5f5;
}

/* About Us Section
--------------------------------*/
#about {
  padding: 60px 0 30px 0;
  overflow: hidden;
}
aside, .socialbtn{
  display: none;
}
@media (max-width: 1280px) {
  .locationBar h1{
    padding: 10px 5px !important;
    font-size: 12px !important;
  }
  .postitem .nav-link{
    margin-right: 1px;  
  }
}
@media only screen and (max-width: 1400px) {
  .postitem .nav-link{
    margin-right: 1px;  
  }
}

@media (max-width: 1024px) {
  .locationBar h1{
    padding: 0px 0px;
  }
  .know span{
    height: 65px;
    line-height: 15px;
  }
  .sideimage .btn{
    left: 25%;
}
}

@media (max-width: 768px) {
  #call-to-action{
    display: block;
  }
}
@media only screen and (max-width: 960px){
.sideimage .btn{
  font-size: 12px;
  padding: 5px 5px;
}
}
@media only screen and (max-width: 500px){
  .tpd h3, #topBanner .design_style{
    padding-bottom: 50px;
    font-size: 30px !important;
    margin-top: -50px;
  }
  .conform, .hidesm{
    display: none;
  }
  aside{
    display: none;
  }
  aside .icon-bar{
    position: absolute;
    top: 900%;
  }
  .sec2_header{
    font-size: 18px;
  }
  ul.breadcrumb li{
    font-size: 14px;
    margin-bottom: -10px;
    line-height: 28px;
  }
  .sidebanner{
    display: none;
  }
  .know span{
    height: 60px;
    line-height: 15px;
  }
  .st_t1{
    line-height: 25px;
  }
  .submit_btn1{
    margin-left: 25%;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .locationBar h1{
    padding-bottom: 8px;
    padding-top: 8px;
  }
  div.sec2_header{
    margin-bottom: -10px;
  }
  .st_t2{
    margin-bottom: 0;
  }
  footer{
    margin-top: -40px;
  }
  .bottom-padding{
    margin-bottom: -15px;
  }
  #contact h3 span{
    font-size: 15px;
  }
  #contact h3{
    margin-top: -30px;
  }
  #contact h5, #contact li{
    font-size: 13px;
  }
  footer .design_style{
    padding-bottom: -25px;
  }
  footer ul{
    margin-top: -20px;
  }
  .socialbtn{
    display: none;
  }
  section h2.topic{
    font-size: 20px;
  }
  .mySlides img{
    width: 100%;
    height: 250px;
  }
  .prev, .next{
    padding: 10px;
    top: 150px;
  }
  .sec2_heading, .sec2_heading span{
    font-size: 20px;
  }
  #details .sec2_text{
    font-size: 14px;
    border: none;
  }
  #details .loc{
    border: 1px dashed black; 
    padding: 5px 10px;
    margin-bottom: 10px;
  }
  .map{
    margin-bottom: 50px;
  }
  .map h2, #properties h2{
    font-size: 20px;
  }
  #properties{
    margin-bottom: 80px;
  }
  .T4{
    font-size: 12px;
  }
  .subPoints p{
    padding: 5px 0;
  }
  .header-contact h5:first-child, .header-contact a{
    font-size: 14px;
    text-align: right;
  }
  .navbar-brand img{
    width: 80px;
  }
  .about p{
  font-size: 0.9em;
  line-height: 25px;
}
  .about{
    padding-top: 20px;
  }

}