/* ------------------------------------------------------------------------------
	Contact form
-------------------------------------------------------------------------------*/
.form-control{display:block;
    width:100%;
    height:34px;
    padding:6px 12px;
    font-size:14px;
    line-height:1.42857143;
    color:#555;
    background-color:#fff;
    background-image:none;
    border:1px solid #ccc;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	box-shadow:inset 0 1px 1px rgba(0,0,0,.075);
	-webkit-transition:border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
	-o-transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
	transition:border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    box-sizing: border-box;
    margin-bottom: 3px;
}
.form-group {
    margin-bottom: 15px;
}
.conForm {
	padding-left:50px;
	padding-right:50px;
}
.conForm input {
	background:#fff;
	color:#797979;
	padding:15px 30px;
	border:none;
	margin-right:3%;
	margin-bottom:20px;
	outline:none;
	font-style:normal;
	border:#dedede 1px solid;
	font-size:15px;
}
.conForm input.noMarr {
	margin-right:0px;
}
.conForm textarea {
	background:#fff;
	color:#797979;
	padding:15px 30px;
	margin-bottom:18px;
	outline:none;
	height:140px;
	font-style:normal;
	resize:none;
	font-size:15px;
	border:#dedede 1px solid;
}
.conForm .submitBnt {
	background:#a0ce4e;
	color: #fff;
	padding: 15px 40px;
	font-size: 13px;
	font-weight: 600;
	letter-spacing: 5px;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
}
.conForm .submitBnt:hover {
	background:#3d3d3d;
	color:#fff;
}
.error_message {
	color: #ff675f;
	font-weight: 500;
	padding-bottom: 15px;
}
#success_page h3 {
	color: #5ed07b;
	font-size: 17px;
	font-weight: 700;
}

/* ------------------------------------------------------------------------------
	Side display - contact form
-------------------------------------------------------------------------------*/

.contact-box {
    position: fixed;
    margin: 0;
    padding: 0;
    height: auto;
    top: 119px;
    right: -312px;
    width: 310px;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(170, 170, 170);
    z-index: 999;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    transition: all 0.6s ease-in-out;
 
}
.contact-box p{
    margin: 0 0 10px;
    line-height: 22.4px;
}
.clicktab {
	writing-mode: vertical-lr;
	border-radius: 0px 9px 9px 0px;
	background-color: orangered;
	transform: scale(-1, -1);
	text-align: center;
    position: absolute;
	padding-top: 30px;
	padding-bottom: 30px;
	padding-left: 8px;
    
	font-size: 1.5em;
	font-weight: 700;
    /* height: 177px; */
    width: 40px;
    left: -41px;
    top: -1px;
    z-index: 999;
    display: block;
    cursor: pointer;
	color:white;
    box-sizing: border-box;
}
.clickimg {
    background-image: url(../images/get-in-touch.png);
    background-repeat: no-repeat;
    position: absolute;
    height: 177px;
    width: 40px;
    left: -40px;
    z-index: 999;
    display: block;
    cursor: pointer;
}
.box-inner {
    margin: 0;
    padding: 13px 13px;
    min-height: 150px;
}
.box-inner label.error {
    color: red;
}
.box-inner p {
    margin: 0;
    padding: 0 0 14px;
    font-size: 15px;
    color: #cd3a00;
}
.box-inner b {
    color:black
}

.box-inner a:link {
    color:blue;
    text-decoration:underline
}
.box-inner a:hover {
	color: #c60;
	font-weight: bold;
	text-decoration: underline; }

.box-status {
    right: 0 !important;
}
input.form-control.custom{
    height: 40px;
    box-shadow: none;
    border-radius: 2px;
    padding: 0 12px;    
}
.form-control.customarea{
    height: 10.5em;
    box-shadow: none;
    border-radius: 2px;
    padding:12px;    
}
#the-count {
    text-align: right;
    color: #555;
}
button.btn.btn-primary.send{
    height: 45px;
    font-size: 19px;
    font-weight: 700;
    background: orangered;
    color: white;
    border: 0;
    border-radius: 8px;
    width: 100%;
    margin-bottom: 10px;
}
button.btn.btn-primary.send:disabled{
    background: gray;
    color: white;
}
button.btn.btn-primary.boxsend{
    border-radius: 3px;
    font-size: 14px;
    font-weight: 700;
    background: orangered;
    margin-top: 20px;
}
.fileup{
    color: #555;    
}

.tooltip {
    position: relative;
    height: 45px;
    font-size: 13px;
    width: 50%;
    margin-bottom: 20px;
}

.tooltip .submittooltiptext {
  visibility: hidden;
  width: 280px;
  background-color: black;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding: 5px 0;
  position: absolute;
  z-index: 1;
  bottom: 150%;
  left: 50%;
  margin-left: -60px;
}

.tooltip .submittooltiptext::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: black transparent transparent transparent;
}

.tooltip:hover .submittooltiptext {
  visibility: visible;
}
.tooltip .submittooltiptext.submittooltiptextdisabled {
      visibility: hidden;
}

@keyframes shake {
	0% { 
        transform: rotate(6deg);
	}
    25% {
        transform: rotate(-3deg);
    }
	50% {
        transform: rotate(-10deg);
	}
    60% {
        transform: rotate(0deg);
    }
	70% {
        transform: rotate(6deg);
	}
	100% {
        transform: rotate(0deg);
	}
  }
  #svg_close:hover {
	animation: shake 500ms ease-in-out forwards;
  }
