/*
 * Template Name: Unify - Responsive Bootstrap Template
 * Description: Business, Corporate, Portfolio, E-commerce, Blog and One Page Template.
 * Version: 1.9.2
 * Author: @htmlstream
 * Website: http://htmlstream.com
*/

/*Import Global Compulsory CSS Files*/
@import url(app.css);
@import url(blocks.css);

/*Import CSS Plugins*/
@import url(plugins/style-switcher.css);

* {
	border-radius: 0;
}

body {
 color: #333;
 font-size: 13px;
 line-height: 1.6;
}

body.header-fixed-space {
  padding-top: 94px;
}
body.header-fixed-space-v2 {
	padding-top: 135px;
}

@media (max-width: 991px) {
	body.header-fixed-space,
	body.header-fixed-space-v2 {
		padding-top: 0;
	}
}

p,
li,
li a,
label {
 color: #555;
}

a {
 color: #72c02c;
 text-decoration: none;
}

a,
a:focus,
a:hover,
a:active,
button,
button:hover {
	outline: 0 !important;
}

a:focus {
text-decoration: none;
}
a:hover {
 color: #72c02c;
 text-decoration: underline;
}

/*Boxed Layout
------------------------------------*/
.wrapper {
	background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  
}

/*Hiding arrows for select field in IE*/
select::-ms-expand {
  display: none;
}
.btnn-action {
    font-family: "open-sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    color: #fff;
    text-transform: none;
    border-top: 4px solid #8A58CC;
    border-bottom: 4px solid #8A58CC;
    border-left: 0;
    border-right: 0;
    background: #8A58CC;
    padding: 4px 15px;
    padding: 4px 10px\9;
    line-height: 20px;
    font-weight: normal !important;
    cursor: pointer;
    text-shadow: none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px
}

.btnn-action:hover,
.btnn-action:focus {
    color: #fff;
    text-decoration: none;
	border-top: 4px solid #8A58CC;
    border-bottom: 4px solid #8A58CC;
	 background: #8A58CC;
}

.heading-text {
    font-family: "open-sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    color: #fff !important;
    padding: 0;
    margin: 0 0 15px 0
}

.parg {
    font-family: "open-sans", Arial, Helvetica, sans-serif;
    font-weight: 400;
    font-style: normal;
    font-size: 12px;
    color: #fff;
    margin: 0 0 15px 0;
    line-height: normal
}

.contactform:-moz-placeholder {
    color: #999
}

.contactform::-moz-placeholder {
    color: #999
}

.contactform:-ms-input-placeholder {
    color: #999
}

.contactform::-webkit-input-placeholder {
    color: #999
}

.contactform {
    display: inline;
    width: 100%;
    padding: 9px 15px;
    font-size: 14px;
    line-height: 1.428571429;
    color: #555;
    vertical-align: middle;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-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
}

.contactform:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)
}

.contactform[disabled],
.contactform[readonly],
fieldset[disabled] .contactform {
    cursor: not-allowed;
    background-color: #eee
}

textarea.contactform {
    height: auto
}

.form-group {
    margin-bottom: 15px
}

.has-warning .help-block,
.has-warning .control-label {
    color: #c09853
}

.has-warning .contactform {
    border-color: #c09853;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-warning .contactform:focus {
    border-color: #a47e3c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e
}

.has-warning .input-group-addon {
    color: #c09853;
    background-color: #fcf8e3;
    border-color: #c09853
}

.has-error .help-block,
.has-error .control-label {
    color: #b94a48
}

.has-error .contactform {
    border-color: #b94a48;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-error .contactform:focus {
    border-color: #953b39;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392
}

.has-error .input-group-addon {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #b94a48
}

.has-success .help-block,
.has-success .control-label {
    color: #468847
}

.has-success .contactform {
    border-color: #468847;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075)
}

.has-success .contactform:focus {
    border-color: #356635;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b
}

.has-success .input-group-addon {
    color: #468847;
    background-color: #dff0d8;
    border-color: #468847
}

.contactform-static {
    padding-top: 7px;
    margin-bottom: 0
}

.help-block {
    display: block;
    margin-top: 5px;
    margin-bottom: 10px;
    color: #737373
}

form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle
}

.form-inline .contactform {
    display: inline-block
}

.success {
    background: #d8ffc0;
    padding: 5px 10px 5px 10px;
    margin: 0 0 5px 0;
    border: 0;
    font-weight: bold;
    color: #2e6800;
    border-left: 3px solid #2e6800
}

.error {
    background: #ffe8e8;
    padding: 5px 10px 5px 10px;
    margin: 0 0 5px 0;
    border: 0;
    font-weight: bold;
    color: red;
    border-left: 3px solid red
}

#phone1 {
    padding: 6px 2px !important
}

#ccode {
    display: none
}

@media(max-width:900px) {
    #ccode {
        display: none
    }
}

@media(max-width:640px) {
    #ccode {
        display: none
    }
}

@media(max-width:320px) {
    #ccode {
        display: none
    }
}
.btnn-action{font-family:"open-sans", Arial, Helvetica, sans-serif;font-weight:400;font-style:normal;font-size:14px;color:#fff;text-transform:none;border-top:4px solid #F68121;border-bottom:4px solid #F68121;border-left:0;border-right:0;background:#F68121;padding:4px 15px;padding:4px 10px\9;line-height:20px;font-weight:normal !important;cursor:pointer;text-shadow:none;-moz-box-shadow:none;-webkit-box-shadow:none;box-shadow:none;-moz-border-radius:5px;-webkit-border-radius:5px;border-radius:5px}
.btnn-action:hover,
.btnn-action:focus{color:#fff;text-decoration:none;border-top:4px solid #F68121;border-bottom:4px solid #F68121;background:#F68121;}
.heading-text{font-family:"open-sans", Arial, Helvetica, sans-serif;font-weight:400;font-style:normal;font-size:18px;padding:0;margin:0 0 15px 0}
.parg{font-family:"open-sans", Arial, Helvetica, sans-serif;font-weight:400;font-style:normal;font-size:12px;color:#fff;margin:0 0 15px 0;line-height:normal}
.contactform:-moz-placeholder{color:#999}
.contactform::-moz-placeholder{color:#999}
.contactform:-ms-input-placeholder{color:#999}
.contactform::-webkit-input-placeholder{color:#999}
.contactform{display:inline;width:100%;padding:9px 15px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);-webkit-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}
.contactform:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6)}
.contactform[disabled],
.contactform[readonly],
fieldset[disabled] .contactform{cursor:not-allowed;background-color:#eee}
textarea.contactform{height:auto}
.form-group{margin-bottom:15px}
.has-warning .help-block,
.has-warning .control-label{color:#c09853}
.has-warning .contactform{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}
.has-warning .contactform:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e}
.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853}
.has-error .help-block,
.has-error .control-label{color:#b94a48}
.has-error .contactform{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}
.has-error .contactform:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392}
.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48}
.has-success .help-block,
.has-success .control-label{color:#468847}
.has-success .contactform{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075)}
.has-success .contactform:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b}
.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847}
.contactform-static{padding-top:7px;margin-bottom:0}
.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}
form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
.form-inline .contactform{display:inline-block}
.success{background:#d8ffc0;padding:5px 10px 5px 10px;margin:0 0 5px 0;border:0;font-weight:bold;color:#2e6800;border-left:3px solid #2e6800}
.error{background:#ffe8e8;padding:5px 10px 5px 10px;margin:0 0 5px 0;border:0;font-weight:bold;color:red;border-left:3px solid red}
#phone1{padding:6px 2px !important}
#ccode{display:none}
.foote {
    background-color: #F68121;
    padding-top: 30px;
    padding-bottom: 4px;
    position: fixed;
    bottom: 0;
    width: 100%;
    color: #fff;
}
@media screen and (min-width:1169px){#title_message{
	.img
{
min-width: 564px;
width: 564%;
height:100%;
margin: 80px auto;
position: relative;
z-index: 103;
padding: 1px;
border-radius: 5px;
}
	
	visibility:hidden;clear:both;float:left;margin:10px auto 5px 20px;width:100%;display:none}
#header_qucik{visibility:hidden;clear:both;float:left;margin:10px auto 5px 20px;width:100%;display:none}
#enquiry_hide1{visibility:hidden;clear:both;float:left;margin:10px auto 5px 20px;width:100%;display:none}
#footer_hide{visibility:hidden;clear:both;float:left;margin:10px auto 5px 20px;width:100%;display:none}
}
@media screen and (max-width:1169px){#title_message1{visibility:hidden;clear:both;float:left;margin:10px auto 5px 20px;width:100%;display:none}
#header_top{visibility:hidden;clear:both;float:left;margin:10px auto 5px 20px;width:100%;display:none}
#header_highlights{visibility:hidden;clear:both;float:left;margin:10px auto 5px 20px;width:100%;display:none}
#header_highlights1{visibility:hidden;clear:both;float:left;margin:10px auto 5px 20px;width:100%;display:none}
#header_highlights2{visibility:hidden;clear:both;float:left;margin:10px auto 5px 20px;width:100%;display:none}
#enquiry_hide{visibility:hidden;clear:both;float:left;margin:10px auto 5px 20px;width:100%;display:none}
#header_qucik1{visibility:hidden;clear:both;float:left;margin:10px auto 5px 20px;width:100%;display:none}
.clickdesk_bubble{display:none!important}
}

.contactformm:-moz-placeholder{color:#999}
.contactform::-moz-placeholder{color:#999}
.contactformm:-ms-input-placeholder{color:#999}
.contactformm::-webkit-input-placeholder{color:#999}
.contactformm{display:inline;width:100%;padding:9px 15px;font-size:14px;line-height:1.428571429;color:#555;vertical-align:middle;background-color:#fff;border:1px solid #ccc;border-radius:0;-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, box-shadow ease-in-out .15s;transition:border-color ease-in-out .15s, box-shadow ease-in-out .15s}
.contactformm:focus{border-color:#66afe9;outline:0;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(102, 175, 233, .6)}
.contactformm[disabled],
.contactformm[readonly],
fieldset[disabled] .contactformm{cursor:not-allowed;background-color:#eee}
textarea.contactformm{height:auto}
.form-group{margin-bottom:15px}
.has-warning .control-label,
.has-warning .help-block{color:#c09853}
.has-warning .contactformm{border-color:#c09853;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.has-warning .contactformm:focus{border-color:#a47e3c;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e;box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #dbc59e}
.has-warning .input-group-addon{color:#c09853;background-color:#fcf8e3;border-color:#c09853}
.has-error .control-label,
.has-error .help-block{color:#b94a48}
.has-error .contactformm{border-color:#b94a48;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.has-error .contactformm:focus{border-color:#953b39;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392;box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #d59392}
.has-error .input-group-addon{color:#b94a48;background-color:#f2dede;border-color:#b94a48}
.has-success .control-label,
.has-success .help-block{color:#468847}
.has-success .contactformm{border-color:#468847;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075);box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075)}
.has-success .contactformm:focus{border-color:#356635;-webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b;box-shadow:inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 6px #7aba7b}
.has-success .input-group-addon{color:#468847;background-color:#dff0d8;border-color:#468847}
.contactformm-static{padding-top:7px;margin-bottom:0}
.help-block{display:block;margin-top:5px;margin-bottom:10px;color:#737373}
form-inline .form-group{display:inline-block;margin-bottom:0;vertical-align:middle}
.form-inline .contactformm{display:inline-block}
.success{background:#d8ffc0;padding:5px 10px;margin:0 0 5px;border:0;color:#2e6800;border-left:3px solid #2e6800}


.table>caption+thead>tr:first-child>td, .table>caption+thead>tr:first-child>th, .table>colgroup+thead>tr:first-child>td, .table>colgroup+thead>tr:first-child>th, .table>thead:first-child>tr:first-child>td, .table>thead:first-child>tr:first-child>th {
	border:1px solid #ccc;
	background:#F68121;
}
