@charset "utf-8";
body {
	background-image: url(../images/traditional-wallpaper.jpg);		
}

#defaultNavbar1 ul li a {
	background: #CBD8E1;
	font-size: 18px;
	color: #0000ff;	
}

#defaultNavbar1 .active a {
	color: #F40C10;	
}

#defaultNavbar1 ul li a:hover {
	background: #EF0D10;
	color: #069016;
	font-size: 18px;	
	transition: .3s;
}

.navbar {
	background: #CBD8E1;
	border: 0;
}

.navbar-brand {	
	font-size: 37px;
	text-decoration: underline;	
}

.collapse.navbar-collapse {
	background: #CBD8E1;	
}

.container {
	background-image: url(../images/white.gif);	
}

.header {
	background-color: #CBD8E1;	
}

#social-icons {
	margin-top: 10px;	
}
.header {
	margin-top: 50px;
}
.bigger:hover {
	transform: scale(1.2);
	transition: .3s;
}

.increase {
	margin-top: 7px;
}

.increase:hover {
	transform: scale(1.1);
	transition: .3s;
	border: 3px solid blue;
}

.imgLeft {
	float: left;
	margin-right: 10px;
	margin-bottom: 1px;
}

.imgRight {
	float: right;	
}

.mainImgs {
	margin-left: 13px;
}
.mainImgs1 {
	margin-left: 7px;
}
.imgBtn {
	margin-left: 100px;
	margin-bottom: 20px;
}

.shareIcons {
	float: left;
	margin-left: 65px;
}

.quickSearch {
	float: right;
	margin-right: 3px;
}

.textLeft {
	padding-left: 5px;
	padding-right: 5px;
}
.text-changed {	
	font-size: 13px;
	font-weight: bolder;	
}

.pagination {
	margin-left: 15px;	
}

#form1 p label {
	width: 95%;
	float: left;
	color: #0000FF;
	margin-left: 5px;
}
#form1 p textarea {
	margin-left: 5px;
	width: 95%;
}

#form1 p input {
	width: 95%;
	float: left;
	margin-left: 5px;
	margin-bottom: 5px;
	background-color: #DEE5F3 
}

#form1 p .noClear {
	clear: none;
	width: auto;
}

#form1 p #submit {
	color: #460CF2;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 20px;
}
#form1 p #Reset {
	color: #4B16E6;
	font-weight: bold;
	margin-top: 10px;
}
.bgpic1 {
	background-image: url(../images/graphic-designing.png);
	border-radius: 10px;
}
.row .col-sm-8.bgpic1 h2 {
	text-align: center;
	font-size: 50px;
	color: #ffffff;
	margin-top: 100px;
	margin-bottom: 100px;

	animation: typing-text 3s steps(24), blink 0.5s infinite alternate;	
	overflow: hidden;
	white-space: nowrap;
	border-right: 3px solid #000000;
}
@keyframes typing-text {
	from {width: 0;}
	to {width: 700px;}	
}
@keyframes blink {
	from {border-color: transparent;}
	to {border-color: #000000;}
}
.row .col-sm-8.bgpic1 h3 {
	text-align: center;
	font-size: 30px;
	color: #ffffff;
	margin-top: 100px;
	margin-bottom: 80px;
}
.landpage {
	background-image: url(../images/Katy-real-estate.jpg);
	background-position: bottom;
}

#contact h2 {	
	text-align: left;
	font-size: 48px;
	color: #FFFFFF;;
	margin-top: 50px;	
	margin-left: 5px;
	padding-top: 50px;
	padding-bottom: 50px;
	
	animation: typing-text 3s steps(24), blink 0.5s infinite alternate;	
	overflow: hidden;
	white-space: nowrap;
	border-right: 3px solid #000000;
}
@keyframes typing-text {
	from {width: 0;}
	to {width: 700px;}	
}
@keyframes blink {
	from {border-color: transparent;}
	to {border-color: #000000;}
}
#contact h3 {
	text-align: left;
	margin-left: 5px;
	font-size: 27px;
	color: #ffffff;
	margin-top: 50px;
	padding-bottom: 100px;
}
.shake {
	margin-left: auto;
	margin-right: auto;
	animation: ease;
	animation-name: shaking;
	animation-duration: .1s;
	transition-delay: 50s;
	animation-iteration-count: 60;
}
@keyframes shaking {
	from {transform: translateX(0px);}
	to {transform: translateY(-2px);}
}
.btn-info:hover {
	padding-left: 12px;
	padding-right: 12px;
	transition: .2s;
}
.text-rt {
	margin-top: 5px;
	margin-left: 5px;
}
.move1 {
	animation-name: attract;
	animation-duration: 2s;
	transition-delay: 10s;
	animation-iteration-count: infinite;
}
@keyframes attract {
	0% {opacity: 0}
	50% {opacity: 1}
	100% {opacity: 0}
}
.learn {
	color: #ffffff;
	background-color: #337AB7;
	padding: 2px;
	border-radius: 3px;
}
.learn:hover {
	color: #ffffff;
	background-color: #3C7642;
	text-decoration: none;
	transition: .5s;
}
.img-center {
    margin-left: auto;
	margin-right: auto;
}
button.ownerfinance {	
	color: black;
	border: 3px solid #000;
	border-radius: 10px;
	padding-left: 10px;
	padding-right: 10px;
	background-color: green;
	margin-bottom: 10px;
}

button.ownerfinance:hover {
	color: white;
	border: 3px solid #000;
	border-radius: 10px;
	padding-left: 20px;
	padding-right: 20px;
	background-color: darkgreen;
	transition: .5s;
}
.owner-financing {	
	border: 5px solid black;
	margin-bottom: 10px;
	animation-name: slideup;
	animation-duration: 1s;
	transition-delay: 2s;
	animation-iteration-count: 1;
}
@keyframes slideup {
	from {transform: translateY(200px);}
	to {transform: translateX(0px);}
}
.ad-brdr {
	border: dashed 10px #005500;
	margin-bottom: 15px;
}
.available {
	float: right;
	width: 15px;
	height: 15px;
	margin-top: 10px;
	border-radius: 50%;
	background-color: green;
}

.pending {
	float: right;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: orange;
}
.sold {
	float: right;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	background-color: red;
}
.blinking {
	color: #000;
	font-size: 30px;
	animation-name: flash;
	animation-delay: .5s;
	animation-duration: 5s;
	animation-iteration-count: infinite;
	transition: 05s;
}
@keyframes flash {
	from {color: black;}
	to {color: red;}
}
.slidein {
	animation-name: slide;
	animation-direction: normal;
	animation-duration: 7s;
	animation-iteration-count: 1;
	animation-delay: .5s;
	transition: .5s;
}
@keyframes slide {
	from {transform: translateX(500px);}
	to {transform: translateY(0px);}
}

.flip {
	animation-name: flipover;
	animation-direction: normal;
	animation-duration: 10s;
	animation-iteration-count: infinite;
	animation-delay: .5s;
	transition: .5s;
}

@keyframes flipover {
	from {transform: rotateY(180deg);}
	to {transform: rotateX(0deg);}
}

table {
	background-color: royalblue;
}

table td {
	color: white;
	width: 33.33%;
	text-align: center;
	background-color: darkred;
	border-radius: 10px;
}

table td:hover {
	color: white;
	background-color: black;
	transition: .5s;
}

td a {
	color: white;
}

td a:hover {
	color: white;
}
.prop-border {
	border: solid 1px #AFAAAA;	
	border-radius: 10px;
}
.prop-address {
	float:left;
}
.prop-price {
	float:right;
}
.bg-custom {
	color: #fff;
	font-size: 20px;
	background-color: darkgreen;
	padding: 4px;
	border-radius: 5px;
}
.bgcustom {
	color: #fff;
	font-size: 20px;
	background-color: darkgreen;
	padding: 4px;
	border-radius: 5px;
}
.bgcustom:hover {	
	background-color: darkred;
	transform: scale(1.1);
	transition: .5s;
}
.bordbut {
	border-bottom: solid 1px #D7CFCF;
	margin-bottom: 10px;
}
.agentinfo {
	margin-top: 18px;
}
.img-Left {
	float:left;	
	margin-top: 11px;
	margin-right: 10px;
}
.movedn {
	margin-top: 10px;
}
.evensp {
	margin-top: 8px;
}
.evensp1 {
	margin-top: 28px;
}
.bg-coming-soon {
	color: white;
	font-size: 20px;
	padding: 4px;
	border-radius: 5px;
	background-color: yellowgreen;
}
.bg-under-contract {
	color: white;
	font-size: 20px;
	padding: 4px;
	border-radius: 5px;
	background-color: darkgoldenrod;
}
#myBtn {
  display: none;
  position: fixed;
  bottom: 20px;
  right: 30px;
  z-index: 99;
  font-size: 18px;
  border: none;
  outline: none;
  background-color: black;
  color: white;
  cursor: pointer;
  padding: 15px;
  border-radius: 4px;
}

#myBtn:hover {
  background-color: #555;
}
.margbut {
	margin-bottom: 8px;
}
.text-info a:hover {
	text-decoration: none;
}
.bg-rent {
	color: #ff0000;
	font-size: 16px;
	font-weight: bold;
	background-color: orange;
	padding: 4px 8px 4px 8px;
	border-radius: 5px;		
}
.bg-rent:hover {
	color: #fff000;	
	transform: scale(1.5);
	transition: .5s;
}
.bg-coming-soon-sm {
	color: #fff;	
	background-color: yellowgreen;
	padding: 4px 8px 4px 8px;
	border-radius: 5px;		
}
.down {
	margin-top: 10px;
}
.loan {
	color: white;
	padding-left: 2px;
	padding-right: 2px;	
	border-radius: 2px;
	background-color: sandybrown;
}

body {
  
  font-family: Arial;
}

/* Style tab links */
.tablink {
  background-color: #555;
  color: white;
  float: left;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  font-size: 17px;
  width: 25%;
}

.tablink:hover {
  background-color: #777;
}

/* Style the tab content (and add height:100% for full page content) */
.tabcontent {
  color: white;
  display: none;
  padding: 60px 10px;
  height: 385px;
}

#Home {background-color: orange;}
#News {background-color: green;}
#Contact {background-color: blue;}
#About {background-color: black;}

.my-serv {
	border-top-left-radius: 50px;
	border-top: solid 10px #ff0000;
	border-bottom-right-radius: 75px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	background-image: url("../images/blgr105.jpg");
	animation-name: skewing;
	animation-delay: .5s;
	animation-duration: 15s;
	animation-iteration-count: infinite;
	animation-timing-function: ease-in-out;
	transition: .5s;
}

@keyframes skewing {
	from {transform: rotateX(360deg);}
	to {transform: rotateY(0);}
}

.sm-btn {
	color: #000000;
	font-size: 12px;
	border: dotted 2px #000000;
	border-radius: 6px;
	margin-right: 1px;
	background-color: #008000;
}

.sm-btn:hover {
	background-color: #ff0000;
	padding-bottom: 5px;
	padding-top: 5px;
	transition: .5s;
}

.btn-sm {
	float: right;
	margin-top: 6px;
	margin-right: 5px;
}

.rndcircle {
	text-align: center;	
	width: 300px;
	height: 300px;
	border-radius: 50%;
	margin-top: 50px;
	padding-bottom: 20px;
	border: 5px dotted #0000ff;
	background-color: aqua;
	animation-name: spinning;
	animation-delay: .5s;
	animation-duration: 20s;
	animation-iteration-count: infinite;
	transition: .5s;
}

@keyframes spinning {
	from {transform: rotate(0);}
	to {transform: rotate(360deg);}
}

.slidelf {
	background-color: aliceblue;
	border: solid 2px brown;
	border-radius: 10px;
	margin-bottom: 15PX;
	animation-name: slidel;
	animation-direction: normal;
	animation-duration: 7s;
	animation-iteration-count: 1;
	animation-delay: .0s;
	transition: .5s;
}
@keyframes slidel {
	from {transform: translateX(-700px);}
	to {transform: translateY(0px);}
}

.slidert {
	background-color: aliceblue;
	border: solid 2px brown;
	border-radius: 10px;
	animation-name: slider;
	animation-direction: normal;
	animation-duration: 7s;
	animation-iteration-count: 1;
	animation-delay: .0s;
	transition: .5s;
}
@keyframes slider {
	from {transform: translateX(700px);}
	to {transform: translateY(0px);}
}

.zoom-in {
	visibility: 100%;
	animation-name: zoomin;
	animation-duration: 10s;
	animation-delay: 5s;
	animation-iteration-count: 1;
	transition: .5s;
}

@keyframes zoomin {
	from {transform: scale(25%);}
	to {transform: scale(100%);}
}

.myhclass {
	text-align: center;
	font-size: 24px;
	color: #000000;
	font-weight: bolder;
	font-style: italic;
}

.zoom {
	visibility: 100%;
	animation-name: zzoom;
	animation-delay: 0s;		
	animation-duration: 5s;
	animation-iteration-count: 1;
	transition: .5s;
}

@keyframes zzoom {
	from {transform: scale(0);}
	to {transform: scale(100%);}
}

.sel-buy {
	color: brown;
	background-color: #CCD9E2;
	border-radius: 10px;
	padding: 5px 10px 10px 10px;
	margin-top: 5px;
}

.sel-buy:hover {
	color: red;
	background-color: cadetblue;
	transition: .5s;
}

.cont-info {
	margin-top: 20px;
	margin-bottom: 20px;
	text-align: center;
	color: #000000;
	font-size: 25px;
}

.bstWay {
	color: #000000;
	font-size: 30px;
	font-style: italic;
	font-weight: bold;
	}

.cseLogo {
    margin-top: -50px;
}

.designations {
	padding-top: 20px;
}


