/*-----------------------*
   Font
-----------------------*/

@import url(../fonts/fonts.css);
/*-----------------------*
   Normalise
-----------------------*/
*, :after, :before{
	-moz-box-sizing:border-box;
		-webkit-box-sizing:border-box;
		box-sizing:border-box;
}
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
	display: block
}
audio, canvas, video {
	display: inline-block
}
audio:not([controls]) {
	display: none;
	height: 0
}
[hidden] {
display:none
}
html {
	font-family: "robotoregular";
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%
}
body {
	margin: 0
}
a:focus {
	outline: thin dotted
}
a:active, a:hover {
	outline: 0
}
abbr[title] {
	border-bottom: 1px dotted
}
b, strong {
	font-weight: bold
}
dfn {
	font-style: italic
}
mark {
	background: #ff0;
	color: #000
}
code, kbd, pre, samp {
	font-family: monospace, serif;
	font-size: 1em
}
pre {
	white-space: pre;
	white-space: pre-wrap;
	word-wrap: break-word
}
q {
	quotes: "\201C" "\201D" "\2018" "\2019"
}
small {
	font-size: 80%
}
sub, sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline
}
sup {
	top: -0.5em
}
sub {
	bottom: -0.25em
}
img {
	border: 0
}
svg:not(:root) {
	overflow: hidden
}
figure {
	margin: 0
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em
}
legend {
	border: 0;
	padding: 0
}
button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0
}
button, input {
	line-height: normal
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer
}
button[disabled], input[disabled] {
	cursor: default
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box;
	padding: 0
}
input[type="search"] {
	-webkit-appearance: textfield;
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box;
	box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none
}
button::-moz-focus-inner, input::-moz-focus-inner {
border:0;
padding:0
}
textarea {
	overflow: auto;
	vertical-align: top
}
table {
	border-collapse: collapse;
	border-spacing: 0
}
h1 {
	font-size: 1.6em;
}
h2 {
	font-size: 1.5em
}
h3 {
	font-size: 1em
}
h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, p:first-child {
	margin-top: 0;
}
h1, h2, h3, h4, h5, h6 {
	margin-bottom: .5em;
}
p {
	font-family: "robotoregular";
	font-size: 1em;
	line-height: 1.85em;
	color: #525252;
}
img {
	width: 100%;
	height: auto;
	border: none;
	outline: none;
}
.mission-rahat img {
	width: auto !important;
	height: auto;
	border: none;
	outline: none;
}
a img, a img:focus, a:focus, a:active {
	border: none;
	outline: none;
}
.bold {
	font-weight: bold
}
input[type="radio"] {
	cursor: pointer;
	outline: none;
	border: none;
}
hr {
	margin: 0;
	padding: 0;
}
span.green {
	color: #3EBD88;
}
.fullwidth.padd.pl0 {
	padding-left: 0;
}
.fullwidth.padd.pr0 {
	padding-right: 0;
}
/*-----------------------*
   layout
-----------------------*/
  
body {
	font-size: 100%;
	width: 100%;
	margin: 0;
	padding: 0; /*background: url(../img/common/bg.gif);*/
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.fullwidth {
	width: 100%;
}
.wrap {
	margin: 0 auto;
	max-width: 1000px;
	padding: 0 1%;
	height: auto;
	background: url(../img/12_col.gif);/**/ /*border:1px solid #000;*/
}
/* Header */

ul#social {
	left: 0;
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: fixed;
	top: 24%;
	z-index: 9999;
}
ul#social li {
	width: 100px;
}
ul#social li a {
	display: block;
	height: 40px;
	margin-left: -2px;
	width: 115px;
}
ul#social .twitter a {
	background: #00abe3 url("../img/twit.png") no-repeat scroll right center;
}
ul#social li a {
	padding-top: 10px;
	padding-left: 9px;
	text-decoration: none;
	font-family: "robotoregular";
	font-weight: bold;
	color: #fff;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
ul#social .twitter a {
	padding-left: 25px;
}
ul#social .facebook a {
	padding-left: 7px;
}
ul#social .facebook a {
	background: #004088 url("../img/fb.png") no-repeat scroll right center;
}
ul#social .youtube a {
	background: #ff2025 url("../img/yt.png") no-repeat scroll right center;
}
/* Content */

/* Footer */
.bg-green {
	background: #004088;
	color: #fff;
	background-image: url(../img/footer_bg.jpg);
	background-repeat: repeat;
}
footer.wrap {
	/*padding: 3em 1%;*/
	padding: 1.5em 1%;
}
footer a {
	color: #f3f3f3;
	text-decoration: none;
}
footer p.foot-text a:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -.15em;
	left: 0;
	background-color: #3ebd88;
	visibility: visible;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
footer p.foot-text a:hover:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	background-color: #fff;
}
footer a:hover {
	text-decoration: none;
}
/* Contact */



/*-----------------------*
   Helper
-----------------------*/

.fancybox-overlay-fixed {
	top: 0;
	left: 0;
	bottom: auto;
	right: auto;
}
.hide {
	display: none;
}
.hidden {
	visibility: hidden;
}
.bordercheck {
	border: 1px solid #000;
}
.no-border {
	border: none !important;
}
.no-border-top {
	border-top: none;
}
.no-border-right {
	border-right: none;
}
.no-border-bottom {
	border-bottom: none;
}
.no-border-left {
	border-left: none;
}
.no-bot-padd {
	padding-bottom: 0px !important;
}
.unstyled {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.unstyled li {
	padding: 0;
}
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.browsehappy {
	position: relative;
	top: 0;
	z-index: 2;
	display: block;
	padding: 10px;
	background: #FFCC33;
	color: #000000;
	text-align: center;
}
.browsehappy a {
	color: #e60000;
}
.browsehappy a:hover {
	text-decoration: none;
}
.share-note {
	width: 100%;
	text-align: center;
	font-size: 11px !important;
}
.widthAuto {
	width: auto;
	display: block;
}
.tooltip {
	width: 420px;
	height: auto;
	padding-bottom: 5px;
}
.map_img {
	height: 174px;/*130px*/
	width: auto;
	margin-top: 5px;
	padding-top: 2px;
}
.map_loc {
	font-size: 1.4em;
	text-align: justify;
	font-weight: bold;
	padding: 20px 0px 10px;
}
.map_loc_contact {
	font-size: 13px;
	padding: 5px 0px;
	text-align: justify;
	font-weight: bold;
}
.map_corporate {
	font-size: 13px;
	padding: 5px 0px;
	text-align: left
}
.map_cor_cont {
	font-size: 12px;
	text-align: left
}
.map_content {
	font-size: 1.1em;
	text-align: left;
	line-height: 1.85em
}
.relative {
	position: relative;
}
.fl {
	position: relative;
	float: left;
}
.fr {
	position: relative;
	float: right !important;
}
.lalign {
	text-align: left;
}
.calign {
	text-align: center;
}
.ralign {
	text-align: right;
}
/* Ripple effect */
.rippley {
	z-index: 0;
	overflow: hidden;
}
.ink {
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	display: block;
	position: absolute;
	background: rgba(255, 255, 255, 0.3);
	border-radius: 100%;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
}
.animatey {
	-webkit-animation: ripple 0.5s linear;
	-moz-animation: ripple 0.5s linear;
	-ms-animation: ripple 0.5s linear;
	-o-animation: ripple 0.5s linear;
	animation: ripple 0.5s linear;
}
 @-webkit-keyframes ripple {
 100% {
opacity: 0;
-webkit-transform: scale(2.5);
}
}
 @-moz-keyframes ripple {
 100% {
opacity: 0;
-moz-transform: scale(2.5);
}
}
 @-o-keyframes ripple {
 100% {
opacity: 0;
-o-transform: scale(2.5);
}
}
 @keyframes ripple {
 100% {
opacity: 0;
transform: scale(2.5);
}
}
/*-----------------------*
   Iframe Footer Sign Up
-----------------------*/

h3 {
	margin-top: 0px;
}
.foot-title {
	color: #966702; /*#ffffff*/
	font-weight: normal;
	text-transform: uppercase;
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	font-size: 18px;
	margin-top: 0;
}
.foot-text {
	line-height: 1.5em;
	color: #1f1501;
	font-weight: normal;
	font-size: .96em;
}
.foot-text1 {
	line-height: 1.5em;
	color: #1f1501;
	font-weight: normal;
	font-size: .96em;
}
p {
	font-family: "robotoregular";
	font-size: 1em;
	line-height: 1.85em;
	color: #525252;
}
.textbox {
	display: block;
	width: 100%;
	margin-bottom: 5px;
	padding: .5em;
	font-size: .8em;
	color: #3C3C3C;
	box-sizing: border-box;
}
.submit {
	background-color: #a17720;
	color: #ffffff;
	padding: .5em 1em;
	font-size: .85em;
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	text-transform: uppercase;
}
.btn {
	outline: none;
	border: none;
}
.btn:hover {
	color: #ffffff;
	background-color: #174F23;
	padding: .5em 1em;
	font-size: .85em;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transform: translate(0, -2px);
	-moz-transform: translate(0, -2px);
	transform: translate(0, -2px);
	box-shadow: rgba(0, 0, 0, 0.3) 0 12px 12px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 12px 12px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 12px 12px 0;/**/
	text-decoration: none;
}
.rippley {
	z-index: 0;
	overflow: hidden;
}
.relative {
	position: relative;
}
#RegularExpressionValidator1 {
	width: 100%;
	display: block;
	line-height: 1.5em;
	color: #f3f3f3;
	font-weight: normal;
	font-size: .80em;
	font-family: "robotoregular";
}
#lblSuccess {
	width: 100%;
	height: 250px;
	display: block;
	line-height: 1.5em;
	color: #1f1501;
	font-weight: normal;
	font-size: .96em;
	font-family: "robotoregular";
	margin-top: 10px;
}
#lblSuccess span {
}
.newsletterbox {
	padding-left: 15px;
}
/*/==Feedback CSS ============================================/*/
.wrap {
	min-width: 736px;
	height: auto;
	/* border: 1px solid #000; */
	background: inherit;
}
section.fullwidth, section.wrap, section.fullwidth.wrap {
	margin-bottom: 0; /*2em*/
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
}
section.padd {
	padding: 2em 0%;
	text-align: center;
}
section.padd1 {
	padding: 0px;
	text-align: center;
}
section.padd2 {
	padding: 2% 0px 0px 0px;
	text-align: center;
}
.common-title {
	position: relative;
	text-decoration: none;
	display: block;
	color: #d3ab6e;
	text-align: center;
	font-weight: bold;
	margin-bottom: 1.25em;
	padding-bottom: .25em;
	font-size: 1.8em;
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	cursor: default;
}
.common-title:after {
	content: "";
	position: absolute;
	width: 90px;
	height: 2px;
	bottom: 0;
	left: 45.5%;
	background-color: #3ebd88;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	-webkit-transition: all 0.5s ease-in-out 0s;
	transition: all 0.5s ease-in-out 0s;
}
.padd:hover .common-title:after {
	width: 120px;
	height: 2px;
	bottom: 0;
	left: 44%;
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
}
section.page-title {
	font-size: .96em;
	text-align: left;
	text-transform: uppercase;
	color: #8e6e2a;
	padding: 0.3em 0;
	/*	background: url('../img/common/page-title.png') repeat-x 0 0 #49c390;*/
	/*background:url(../img/footer_bg.jpg) repeat-x 0 0 #0d51a2;*/
	background: #fad88f url("../img/foot-sand.jpg") repeat-x scroll 0px -6px;
}
.page-title > h1 {
	/*padding-left: 1%;
	padding-right: 1%;*/
	font-family: 'robotoregular', Arial, Helvetica, sans-serif;
	background: none;
}
/*/==form  input css==/*/


button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}
.con-wrapper {
	margin-top: 8%;
}
.con-box {
	min-height: 290px;
	width: 32.6%;
	margin-right: 8px;
	background-color: #f3f3f3;
	float: left;
	position: relative;
}
.con-box h1 {
	font-size: 18px;
	font-family: "robotoregular";
	font-weight: bold;
	color: #343434;
	margin-top: 55px;
	text-transform: uppercase;
}
.con-box p {
	color: #808080;
	font-size: 14px;
	margin: 30px 0px;
	line-height: 24px;
}
.con-box .top-icon {
	width: 20%;
	background: url("../img/line-bg.jpg") no-repeat 28px -16px;
	height: 90px;
	position: absolute;
	top: -14%;
	left: 40%;
}
.round-box {
	background-color: #eebe6f;
	border-radius: 30px;
	border: 2px solid #fff;
	height: 58px;
	width: 58px;
	position: relative;
	top: 8px;
}
.round-box img {
	padding-top: 15px;
	width: 25px;
}
.fieldcontainer {
    width: 48%;
    float:left;
    margin-right:4%;
    margin-bottom: 15px;
    box-sizing:border-box;
}
#con-form input {
	border: 1px solid #bcbcbc;
	width: 100%;
	padding: 10px;
	float: left;
	margin-bottom: 5px;
	font-size: 14px;
}
#con-form select {
	border: 1px solid #bcbcbc;
	width: 100%;
	padding: 10px 10px 8px;
	float: left;
	margin-bottom: 5px;
	font-size: 14px;
	color: #aeaeae;
}
#con-form textarea {
	resize: none;
	border: 1px solid #bcbcbc;
	width: 100%;
	height: 150px;
	padding: 10px;
	float: none;
	margin-bottom: 5px;
	font-size: 14px;
	box-sizing: border-box;
}
.lalign {
	text-align: left;
}
#con-form input[type='submit'] {
	width: auto !important;
	padding: .85em 1.1em !important;
}
.read-more.btn {
	color: #ffffff;
	background-color: #47c28c;
	padding: .85em 1.1em;
	font-size: .96em;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
}
.btn.read-more:hover {
	color: #ffffff;
	background-color: #174F23;
	padding: .85em 1.1em;
	font-size: .96em;
	text-transform: uppercase;
	display: inline-block;
	-webkit-transform: translate(0, -2px);
	-moz-transform: translate(0, -2px);
	transform: translate(0, -2px);
	box-shadow: rgba(0, 0, 0, 0.3) 0 12px 12px 0;
	-webkit-box-shadow: rgba(0, 0, 0, 0.3) 0 12px 12px 0;
	-moz-box-shadow: rgba(0, 0, 0, 0.3) 0 12px 12px 0;/**/
	text-decoration: none;
}
input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}
.btn {
	outline: none;
	border: none;
}
.rippley {
	z-index: 0;
	overflow: hidden;
}
.cl {
	clear: both;
}
a.txtlink {
	text-decoration: none;
	color: #31ac73;
	position: relative;
}
a.txtlink:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 1px;
	bottom: -.15em;
	left: 0;
	background-color: #3ebd88;
	visibility: visible;
	-webkit-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transition: all 0.25s ease-in-out 0s;
	transition: all 0.25s ease-in-out 0s;
}
a.txtlink:hover:after {
	visibility: visible;
	-webkit-transform: scaleX(1);
	transform: scaleX(1);
	background-color: #31ac73;
}

.errortxt {
    font-weight: normal;
    font-size: .80em;
    font-family: "robotoregular";
    color:red;
}

.tspace {
    margin-top: 10px;
}



/*/==========================================/*/

@media all and (min-width: 150px) and (max-width: 700px) {
.newsletterbox {
	padding-left: 0px;
}
#con-form input {

	width: 100%;

}
#con-form select {
	width:100%;
}
#con-form textarea {
	width: 100%;
	float: none;

}

.fieldcontainer {
    width: 100%;
    margin-right:0px;
}

    .tblcaptch img, .tblcaptch input[type="image"] {
        width: auto !important;
        height: auto !important;
    }

   

}

@media all and (min-width: 150px) and (max-width: 430px) {
     input.fr {
        float: left !important;
    }
}
