/* ====> Links <==== */
a {
	text-decoration: none;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color:#FFF;
}
a:hover {
	color: #666;
}
a:focus {
	outline: none;
}
/* ====> Base Type Styles Using Modular Scale <==== */

body{
	margin:0; 
	padding:0; 
	color:#656565; 
	font-family:Arial, Helvetica, sans-serif; 
	font-size:13px;
	/*background-color: #FFFFFF;
    background-image: url("../images/bg.jpg");
    background-position: center top;
    background-repeat: repeat-x;*/

}
p {
	font-family:Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	margin-bottom:15px;
}
hr {
    background-image: -moz-linear-gradient(left center , rgba(204, 204, 204, 0), rgba(204, 204, 204, 0.75), rgba(204, 204, 204, 0));
    border: 0 none;
    clear: both;
    height: 1px;
    margin: 30px 0;
}
h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-rendering: optimizeLegibility;
	margin:20px 0;
	font-weight:300;
	color:#666;
}
h1 {
	font-size: 36px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 24px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
img {
	border: none;
}
*::selection {
color:#54C5D0;
}
*::-moz-selection {
color:#54C5D0;
}
.image_fl {
    float: left;
    margin: 4px 15px 15px 0!important;
}
.image_fr {
    float: right;
    margin: 4px 0 15px 15px;
}
.recent p {
    margin-bottom: 0;
}
.headertopwrap {
    background: none repeat scroll 0 0 #58585A;
    border-bottom: 3px solid #E5E5E5;
    color: #FFFFFF;
    font-size: 12px;
    letter-spacing: 0;
    padding: 3px 0;
    position: relative;
    text-shadow: 0 1px 0 #888888;
    width:100%;
	line-height:22px;
}
.phone {
    background: url("../img/phone.png") no-repeat scroll left center transparent;
    float: left;
    margin-right: 30px;
    padding-left: 25px;
}
.email {
    background: url("../img/mail.png") no-repeat scroll left center transparent;
    float: left;
    margin-right: 30px;
    padding-left: 25px;
}
.flag {
    background: url("../img/flag.png") no-repeat scroll left center transparent;
    float: left;
    margin-right: 30px;
    padding-left: 25px;
}
.logo img{ padding:20px 0 20px 0;} 
.mainmenu {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 3px solid #E5E5E5;
    border-right: 1px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    height: auto;
    margin-left: 0;
    position: relative;
    width: 100%;
}
.text_align_jus1{ text-align:justify;}
.row {
}
.row:before, .row:after {
    content: "";
    display: table;
    line-height: 0;
}
.row:after {
    clear: both;
}


#mainmenu {
    float: none;
    visibility: visible;
}
.ddsmoothmenu {
    margin: 0;
    padding-top: 0;
    position: relative;
    width: 100%;
    z-index: 99;
}
.ddsmoothmenu {
    margin: 0;
    padding-top: 0;
    position: relative;
    width: 100%;
    z-index: 99;
}
.ddsmoothmenu .before {
    color: #5EA600;
    float: none;
    font-size: 13px;
    line-height: 9px;
    opacity: 0;
    padding-left: 0;
    position: relative;
    top: -1px;
    transition: all 0.2s ease 0s;
}
.ddsmoothmenu ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    z-index: 100;
}
.ddsmoothmenu ul ul {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #FFFFFF;
    border-color: -moz-use-text-color #E5E5E5 #E5E5E5;
    border-image: none;
    border-right: 1px solid #E5E5E5;
    border-style: none solid solid;
    border-width: 0 1px 1px;
    box-shadow: -4px 4px 4px rgba(0, 0, 0, 0.05), 4px 4px 4px rgba(0, 0, 0, 0.05);
    margin-top: 1px;
    padding-bottom: 10px;
    padding-top: 10px;
}
.ddsmoothmenu ul li {
    background: none repeat scroll 0 0 transparent;
    display: inline;
    float: left;
    position: relative;
	
}
.ddsmoothmenu ul li .before {
    display: none;
}
.ddsmoothmenu ul li ul li {
    margin: 0;
    padding: 0;
}
.ddsmoothmenu ul li ul li .before {
    display: inline;
	
}
.ddsmoothmenu ul ul ul {
    margin: 0;
    padding: 0;
	
}
.ddsmoothmenu ul li a {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: -moz-use-text-color -moz-use-text-color -moz-use-text-color #E5E5E5;
    border-image: none;
    border-style: none none none solid;
    border-width: 0 0 0 1px;
    display: block;
    margin-bottom: -3px;
    padding-left: 30px;
    padding-right: 30px;
    text-decoration: none;
	
}
.ddsmoothmenu ul li:last-child a {
    border-right: 1px solid #E5E5E5;
	
}
* html .ddsmoothmenu ul li a {
    display: inline-block;
	
}
.ddsmoothmenu ul li a:link, .ddsmoothmenu ul li a:visited {
    background: none repeat scroll 0 0 #F7F7F7;
    border-bottom: 3px solid #E5E5E5;
    border-top: 1px solid #E5E5E5;
    color: #656565;
    font-size: 13px;
    font-weight: bold;
    height: 13px;
    letter-spacing: 0;
    line-height: 13px;
    margin-top: -1px;
    padding-bottom: 10px;
    padding-top: 12px;
    text-transform: none;
    transition: color 0.2s ease 0s, background-color 0.2s ease 0s, border-color 0.2s ease 0s;
}
.ddsmoothmenu ul li.current-menu-item a, .ddsmoothmenu ul li.current-menu-ancestor a {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    border-top: 3px solid #FF0000;
    color: #FF0000;
    padding-bottom: 10px;
    padding-top: 10px;
}
.ddsmoothmenu ul li a:hover, .ddsmoothmenu ul li a.selected {
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 3px solid #FFFFFF;
    border-top: 3px solid #FF0000;
    color: #FF0000;
    padding-bottom: 10px;
    padding-top: 10px;
}
.ddsmoothmenu ul li ul li a:link, .ddsmoothmenu ul li ul li a:visited {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 0 none;
    color: #656565;
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    margin: 0;
    padding: 5px 0 11px 30px;
}
.ddsmoothmenu ul li ul li a:hover {
    color: #5EA600;
}
.ddsmoothmenu ul li ul li a:hover .before {
    opacity: 1;
    padding-left: 5px;
}
.ddsmoothmenu ul li ul {
    display: none;
    left: 0;
    position: absolute;
    visibility: hidden;
}
.ddsmoothmenu ul li ul li {
    border: 0 none;
    display: list-item;
    float: none;
    margin: 0 -2px 0 0;
    padding: 0;
}
.ddsmoothmenu ul li ul li ul {
    border-top: 1px solid #E5E5E5;
    margin-left: 0;
    margin-top: -11px;
    padding: 10px 0;
}
.ddsmoothmenu ul li.current-menu-item ul li ul, .ddsmoothmenu ul li.current-menu-ancestor ul li ul {
    margin-top: -11px;
}
.ddsmoothmenu ul li ul li a {
    border-top-width: 0;
    height: auto;
    margin: 0;
    padding-bottom: 10px;
    width: 160px;
}
.ddsmoothmenu > ul > li > ul > li > ul {
}
.ddsmoothmenu > ul > li > ul > li > ul li a {
    border-bottom: 0 none !important;
}
.ddsmoothmenu > ul > li > ul > li > ul li:last-child a {
    border-bottom: 0 none !important;
}
.ddsmoothmenu ul li ul li:first-child a {
    border-top: 0 none;
}
.ddsmoothmenu ul li ul li:last-child a {
    border-bottom: 0 none;
}
.ddsmoothmenu li li ul, .ddsmoothmenu li li li ul {
    margin: 0;
}
* html .ddsmoothmenu {
    height: 1%;
}
.downarrowclass {
    opacity: 1;
    position: absolute;
    right: 30px;
    top: 16px;
    transition: opacity 0.2s ease-out 0s;
}
.ddsmoothmenu ul li a:hover .downarrowclass {
    opacity: 0.4;
}
.ddsmoothmenu ul li a.selected .downarrowclass {
    opacity: 0.4;
}
.ddsmoothmenu ul li.current-menu-item .downarrowclass, .ddsmoothmenu ul li.current-menu-ancestor .downarrowclass {
    opacity: 0.4;
}
.rightarrowclass {
    visibility: hidden;
}
.homeslider {
    margin-left: 0;
    position: relative;
    z-index: 1;
}
.clients {
    margin-left: 0;
    width: 100%;
}
.clients ul {
    float: left;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.clients ul li {
    display: inline;
    float: left;
    width: 16.6667%;
}
.clients ul li a {
    float: left;
    height: auto;
    width: 100%;
}
.clients ul li img {
    height: auto;
    width: 100%;
}
.client {
    border: 1px solid #EEEEEE;
    margin-bottom: -1px;
    margin-right: -1px;
    padding: 10px;
}

.row {
}
.row:before, .row:after {
    content: "";
    display: table;
}
.row:after {
    clear: both;
}
.color_bu{ color:#54C5D0;}



.region-special-wrap {
    border-bottom: 5px solid rgba(84, 197, 208, 0.3) !important;
    border-top: 5px solid rgba(84, 197, 208, 0.3);
	border-left: 5px solid rgba(84, 197, 208, 0.3);
	border-right: 5px solid rgba(84, 197, 208, 0.3);
}
.special-content {
    /*background-color: rgba(255, 255, 255, 0.6);*/
    margin: 20px 0;
    padding: 0;
}
.twelve, .row .twelve {
    width: 100%;
}
.column, .columns {
    float: left;
    min-height: 1px;
    position: relative;
}
.bottom10 {
    margin-bottom: 10px;
}
.top10 {
    margin-top: 10px;
}
.button {
	box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.1);
    background: none repeat scroll 0 0 #54C5D0;
    border: 1px solid #1E728C;
    color: #FFFFFF;
    cursor: pointer;
    display: inline-block;
    font-family: inherit;
    font-size: 14px;
    font-weight: bold;
    line-height: 1;
    margin: 0;
    outline: medium none;
    padding: 10px 20px 11px;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background-color 0.15s ease-in-out 0s;
    width: auto;
}
.button:hover {
    background-color: #FF0000;
    color: #FFFFFF;
	text-decoration:none;
}
.button:active {
    box-shadow: 0 1px 0 rgba(0, 0, 0, 0.2) inset;
}
.button:focus {
    box-shadow: 0 0 4px #54C5D0, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
    color: #FFFFFF;
}
.button.large {
    font-size: 17px;
    padding: 15px 30px 16px;
}
.button.medium {
    font-size: 14px;
}
.button.small {
    font-size: 11px;
    padding: 7px 14px 8px;
}
.button.tiny {
    font-size: 10px;
    padding: 5px 10px 6px;
}
.button.expand {
    text-align: center;
    width: 100%;
}
.button.primary {
    background-color: #2BA6CB;
    border: 1px solid #1E728C;
}
.button.primary:hover {
    background-color: #2284A1;
}
.button.primary:focus {
    box-shadow: 0 0 4px #2BA6CB, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.button.success {
    background-color: #5DA423;
    border: 1px solid #396516;
}
.button.success:hover {
    background-color: #457A1A;
}
.button.success:focus {
    box-shadow: 0 0 5px #5DA423, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.button.alert {
    background-color: #C60F13;
    border: 1px solid #7F0A0C;
}
.button.alert:hover {
    background-color: #970B0E;
}
.button.alert:focus {
    box-shadow: 0 0 4px #C60F13, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.button.secondary {
    background-color: #54c5d0;
    border: 1px solid #3aa6b0;
    color: #1D1D1D;
}
.button.secondary:hover {
    background-color: #58585A;
	color:#FFF;
}
.button.secondary:focus {
    box-shadow: 0 0 5px #E9E9E9, 0 1px 0 rgba(255, 255, 255, 0.5) inset;
}
.button.radius {
    border-radius: 3px 3px 3px 3px;
}
.button.round {
    border-radius: 1000px 1000px 1000px 1000px;
}
.button.full-width {
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    width: 100%;
}
.button.left-align {
    text-align: left;
    text-indent: 12px;
}
.button.disabled, .button[disabled] {
    background: none repeat scroll 0 0 #2BA6CB;
    box-shadow: none;
    cursor: default;
    opacity: 0.6;
}
.button.disabled *:hover, .button[disabled] *:hover {
    background: none repeat scroll 0 0 #2BA6CB;
}
.button.disabled.success, .button.success[disabled] {
    background-color: #5DA423;
}
.button.disabled.success:hover, .button.success[disabled]:hover {
    background-color: #5DA423;
}
.button.disabled.alert, .button.alert[disabled] {
    background-color: #C60F13;
}
.button.disabled.alert:hover, .button.alert[disabled]:hover {
    background-color: #C60F13;
}
.button.disabled.secondary, .button.secondary[disabled] {
    background-color: #E9E9E9;
}
.button.disabled.secondary:hover, .button.secondary[disabled]:hover {
    background-color: #E9E9E9;
}
.all_title{ font-size:22px; line-height:20px; color:#58585A;}
.title {
    background: url("../images/stripes.png") repeat scroll left top transparent;
    line-height: 1 !important;
    margin: 0 0 20px;
    padding: 0;
}
.title span {
    background: none repeat scroll 0 0 #FFFFFF;
    padding-right: 7px;
}
.panel.radius {
    border-radius: 3px 3px 3px 3px;
}
.panel.radius {
    border-radius: 3px 3px 3px 3px;
}
.panel {
    background: none repeat scroll 0 0 #F2F2F2;
    border: 1px solid #E5E5E5;
    box-shadow: 0 8px 6px -6px #CCCCCC;
    margin: 0 0 22px;
	padding:10px 20px 20px 20px;
}
.line_hight{ line-height:20px;}
.pagetitle {
    background: url("..images/bg_tagline.png") repeat-x scroll 0 0 transparent;
    padding-top: 20px;
}
.title_sub{ font-size:22px; color:#FFF; line-height:20px;}






.abou{background-color: #54C5D0;}
.rad30 {
    border-radius: 30px 30px 30px 30px;
}
.f_left15 {
    float: left;
    margin-right: 15px;
}
.margin_heading {
    padding:15px 0 7px 1px;
	font-size:16px;
	font-weight:bold;
}
.color_black {
    color: #2B2D30;
}
.contact_fro_box {
    border: 1px solid #C0C0C0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    color: #666666;
    display: inline-block;
    height: 25px;
    padding: 3px 5px;
    width: 214px;
}
.contact_fro_textareya {
    border: 1px solid #C0C0C0;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1), 0 1px 0 0 rgba(255, 255, 255, 0.3) inset;
    color: #666666;
    display: inline-block;
    height: 100px;
    padding: 3px 5px;
    resize: none;
    width: 446px;
}
.reset {
    background-image: url("../images/reset.png");
    background-repeat: no-repeat;
    border: medium none;
    color: #FFFFFF;
    height: 25px;
    text-transform: uppercase;
    width: 72px;
}
.sub_title{ font-size:16px; font-weight:bold;}
.contact_test{ color:#000;}
.contact_test a{ color:#000;}
#content {
    margin-top: 20px;
}
.cont_pad {
    padding: 0 0 30px !important;
}
.container_12:after {
    clear: both;
    content: " ";
    display: block;
    height: 0;
    visibility: hidden;
}
.clearfix:before, .clearfix:after, .row:before, .row:after {
    content: " ";
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 0;
}
.container_12 .grid_8 {
    width: 500px;
}
.addre {
    width: 432px;
}
.grid_1, .grid_2, .grid_3, .grid_4, .grid_5, .grid_6, .grid_7, .grid_8, .grid_9, .grid_10, .grid_11, .grid_12 {
    display: inline;
    float: left;
    margin-left: 10px;
    margin-right: 10px;
}
.block {
    display: block;
}
.heading_line {
    background: url("../img/dotted.png") repeat-x scroll center center transparent;
    position: relative;
    z-index: 11;
}
.color_black {
    color: #2B2D30;
}
.heading_line span {
    background-color: #FFFFFF;
    padding-right: 10px;
}
h3 {
    font-size: 18px;
    margin: 0 0 20px;
}
.form-text, .form-textarea {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 2px solid #EFEFEF;
    border-radius: 5px 5px 5px 5px;
    box-shadow: 0 0 10px #EEEEEE inset, 0 0 0 #AAAAAA;
    color: #7A7A7A;
    font-size: 12px;
    margin: 0;
    outline: medium none;
    padding: 8px 14px 12px;
    position: relative;
	width:469px;
}
label {
    display: block;
    font-weight: bold;
	line-height:23px;
}
.form-item, .form-actions {
    margin-bottom: 1em;
    margin-top: 1em;
}
.adress1 span {
    display: inline-block;
    width: 80px;
}
dl, dd, dt{background: none repeat scroll 0 0 transparent;
    border: 0 none;
    font-size: 100%;
    margin: 0;
    outline: 0 none;
	line-height:20px;
    padding: 0;
    vertical-align: top;}
.contact{ color:#000;}
#map {
    border-bottom: 6px solid #F7F7F7;
    border-top: 6px solid #F7F7F7;
    height: 317px;
}
.textjustify {
    text-align: justify;
}
.con_width{width: 288px;}
.leftside{ font-size:13px; color:#666666; text-decoration:none; line-height:30px;}
.leftside a{ font-size:13px; color:#666666; text-decoration:none; line-height:40px; font-weight:bold;}
.leftside a:hover{ font-size:13px; color:#54C5D0; text-decoration:none; line-height:40px;}
TABLE.reference {
    border-collapse: collapse;
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
}
TABLE.reference TH {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    vertical-align: middle;
}
TABLE.reference TD {
    border-color: #FFFFFF;
    border-style: solid;
    border-width: 1px;
    padding: 5px;
    vertical-align: middle;
}
.color_cy{ color:#54C5D0;}
.withe{ color:#FFF;}
.img_default {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #E5E5E5;
    border-radius: 3px 3px 3px 3px;
    margin: 0 0 20px;
    padding: 5px;
}
.line_hi{line-height:20px;}
.table_padding_td{ padding-left:15px!important;}
.bulet {
    background-image: url("../images/bullet-cen-index.png");
    background-position: left 3px;
    background-repeat: no-repeat;
    line-height: 20px;
    padding-bottom: 0;
    padding-left: 25px;
    padding-top: 0;
    text-align: justify;
}
.font_bold{ font-weight:bold;}
.color_red{color:#F00;}
.images_red{border-radius:5px; box-shadow:0 0 3px 0 rgba(0, 0, 0, 0.3);}
.float_l {
    float: left;
}
.float_r {
    float: right;
}
.image_fl {
    float: left;
    margin: 4px 15px 0 0;
}
.image_fr {
    float: right;
    margin: 10px 0 0 30px;
}