


/*Btn Style One*/

.btn-style-one{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one .btn-title{
	position: relative;
	display:block;
	font-size: 14px;
	line-height: 30px;
	color: #5a8299;
	font-weight: 700;
	padding: 13px 40px;
	background: none;
	border:2px solid #c0d1db;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-one .icon{
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.btn-style-one:hover .btn-title{
	background: #ff6000;
	border-color: #ff6000;
	color: #ffffff;
}

/*Btn Style Two*/

.btn-style-two{
	position: relative;
	display: inline-block;
	text-align: center;
	text-transform:uppercase;
	border-radius:0px;
	overflow:hidden;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two .btn-title{
	position: relative;
	display:block;
	font-size: 14px;
	line-height: 30px;
	color: #ffffff;
	font-weight: 700;
	padding: 13px 40px;
	background: #ff6000;
	border:2px solid #ff6000;
	border-radius:0px;
	z-index:1;
	transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
}

.btn-style-two .icon{
	position: relative;
	top: -1px;
	padding-right: 5px;
}

.btn-style-two:hover .btn-title{
	background: #001f29;
	border-color: #001f29;
	color: #ffffff;
}



/* Default Form Style */

.default-form{
 	position: relative;
}

.default-form .row{
	margin: 0 -10px;
}

.default-form .form-group{
	position:relative;
	margin-bottom: 20px;
}

.default-form .form-group input[type="text"],
.default-form .form-group input[type="email"],
.default-form .form-group input[type="password"],
.default-form .form-group input[type="tel"],
.default-form .form-group input[type="url"],
.default-form .form-group input[type="file"],
.default-form .form-group input[type="number"],
.default-form .form-group textarea,
.default-form .form-group select{
	position: relative;
    display: block;
    height: 52px;
    width: 100%;
    font-size: 15px;
    color: #001f29;
    line-height: 30px;
    font-weight: 400;
    padding: 10px 25px;
    background-color: #ffffff;
    border: 1px solid #e5e5e5;
	border-radius:0px;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.default-form .form-group textarea{
	height: 120px;
	padding-top: 12px;
	resize: none;
}


/*** 

====================================================================
		Call to Action Section
====================================================================

***/

.call-to-section{
	position:relative;
padding: 53px 0px 35px;
	background: #5900e6;
	background: -webkit-linear-gradient(left,#5900e6,#c872e8);
	background: -ms-linear-gradient(left,#5900e6,#c872e8);
	background: -moz-linear-gradient(left,#5900e6,#c872e8);
	color: #ffffff;
}

.call-to-section:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../images/background/pattern-3.png) left top repeat;
}

.call-to-section .content{
	position:relative;
	display: block;
	text-align: center;
}

.call-to-section .content h2{
	position: relative;
	display: block;
	font-size:50px;
	line-height: 1.2em;
	letter-spacing: -1px;
	color: #ffffff;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 0px;
}

.call-to-section .content .sub-title{
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 700;
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 3px;
	margin-bottom: 10px;
}

.call-to-section .content .sub-title:before{
	content: '';
	position: absolute;
	top: 11px;
	right: 100%;
	margin-right: 15px;
	width: 70px;
	border-bottom: 2px solid #ffffff;
}

.call-to-section .content .sub-title:after{
	content: '';
	position: absolute;
	top: 11px;
	left: 100%;
	margin-left: 15px;
	width: 70px;
	border-bottom: 2px solid #ffffff;
}

.call-to-section .content .lower-text{
	position: relative;
	display: block;
	font-size: 18px;
	line-height: 1.6em;
	font-weight: 600;
	color: #5a8299;
	padding: 20px 0px 0px;
}

.call-to-section .content .link-box{
	position: relative;
	display: block;
	padding-top: 35px;
}

.call-to-section .link-box .theme-btn{
	min-width: 175px;
	margin: 0px 10px 20px;
}

.call-to-section .link-box .btn-style-one .btn-title{
	color: #ffffff;
	border-color: rgba(255,255,255,0.20);
}



.popup .button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #06D85F;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.popup .button:hover {
  background: #06D85F;
}

.overlay1 {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.7);
	transition: opacity 500ms;
	visibility: hidden;
	opacity: 0;
	z-index: 9999999;
	overflow: auto;
}
.overlay1:target {
  visibility: visible;
  opacity: 1;
}

.popup {
  margin: 30px auto;
  padding: 20px;
  background: #fff;
  border-radius: 5px;
  width: 50%;
  position: relative;
  transition: all 5s ease-in-out;
}

.popup h2 {
  margin-top: 0;
  color: #333;
  font-family: Tahoma, Arial, sans-serif;
}
.popup .close {
  position: absolute;
  top: 20px;
  right: 30px;
  transition: all 200ms;
  font-size: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #333;
}
.popup .close:hover {
  color: #06D85F;
}
.popup .content {
  max-height: 30%;
  overflow: auto;
}
.popcontent p{
	FONT-SIZE: 31PX;
    PADDING: 28PX;
    TEXT-ALIGN: CENTER;
    FONT-WEIGHT: 600;
    COLOR: #000;
}

@media screen and (max-width: 480px) {
  #whatsapp-chat {
    width: auto;
    left: 5%;
    right: 5%;
    font-size: 80%;
  }
}
.hide {
  display: none;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}
.show {
  display: block;
  animation-name: showhide;
  animation-duration: 0.5s;
  transform: scale(1);
  opacity: 1;
}