﻿/* © 2018 Revanmed | Powered by Anathoth IT Solutions. */
@charset "utf-8";
body {
	margin: 0;
	padding: 0;
	background: #fff;
}
@font-face {
	font-family: "raleway";
	src: url(../fonts/Raleway-Medium.ttf);
}
@font-face {
	font-family: "ralewaysb";
	src: url(../fonts/Raleway-SemiBold.ttf);
}
@font-face {
	font-family: "ralewayb";
	src: url(../fonts/Raleway-Bold.ttf);
}
@font-face {
	font-family: "opensans";
	src: url(../fonts/OpenSans-Regular.ttf);
}
@font-face {
	font-family: "opensans";
	src: url(../fonts/OpenSans-Regular.eot);
}
.spacer-xs {
	width: 100%;
	display: inline-block;
	min-height: 10px
}
.spacer-sm {
	width: 100%;
	display: inline-block;
	min-height: 20px
}
.spacer-md {
	width: 100%;
	display: inline-block;
	min-height: 40px
}
.spacer-lg {
	width: 100%;
	display: inline-block;
	min-height: 60px
}
.border-0 {
	border: none !important
}
.padding-0 {
	padding: 0 !important
}
.margin-0 {
	margin: 0 !important
}
.inblock {
	display: inline-block !important;
	width: 100%
}
.hidden-lg {
	display: none !important
}
.rel {
	position: relative
}
.upper {
	text-transform: uppercase !important
}
/*end common*/

.flora-txt {
	position: absolute;
	top: 29px;
	left: 129px;
}
.flora-txt img {
}
/*topbar*/
.topbar {
	background: #673090;
    padding: 4px 0;
    border-bottom: 1px solid #eee;
}
.topbar ul li {
	display: inline-block;
	color: #333;
	font-weight: normal;
	margin-right: 15px;
}
.topbar ul li:last-child {
	margin-right: 0px;
}
.topbar ul li a {
	color: #fff;
	font-size: 15px;
	font-weight: normal;
	font-style: normal;
        font-family: opensans;
}
.topbar-left {
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
.topbar-left ul li i {
	margin-right: 5px;
	color: #fff;
}
.topbar-left ul li a {
	margin-right: 30px;
}
.topbar-right {
	position: relative;
	transition: all 0.5s ease-in-out;
	-webkit-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
}
.topbar-right ul li a i {
	margin-right: 5px;
}
.topbar-right ul li a i.fa.fa-search {
	margin-right: 0px;
}
.topbar ul li a:hover {
	color: #8f8f91;
}
.top-right {
	float: right
}
.btn-language {
    background: #01ad9d;
    color: #fff;
    font-family: robotoB;
    padding: 6px 20px;
    margin-top: 0px;
}
.tr-sec1 {
	width: 100%;
	display: inline-block;
	padding-top: 10px
}
.tr-sec2 {
	width: 100%;
	display: inline-block;
}
.social-media ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block;
}
.social-media ul li {
	float: left;
	padding-left: 3px
}
.social-media ul li a {
	display: block;
}
.quick-contact ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline-block
}
.quick-contact ul li {
	float: left;
	border-right: 1px solid #333;
	font-family: opensans;
	padding: 0 10px
}
.quick-contact ul li i {
	padding-right: 5px;
	font-size: 16px
}
.quick-contact ul li:last-child {
	border-right: 0;
	padding-right: 0
}
.quick-contact.footer {
	display: none
}
.quick-contact.footer ul {
	padding: 0 15px
}
.quick-contact.footer ul li {
	float: left;
	border-right: 1px solid transparent;
	padding: 0;
}
.quick-contact.footer ul li a {
	font-family: opensans;
	text-transform: none
}
.quick-contact.footer ul li i {
	float: left;
	padding: 10px 15px;
}
.search {
	position: relative
}
.search input[type=text] {
	position: relative;
	height: 35px;
	border: 1px solid #ababab;
	padding: 0 44px 0 10px;
	width: 100%;
	min-width: 268px
}
.search input[type=button] {
	border: 0;
	width: 35px;
	height: 35px;
	background: #333 url(../images/search.png) center center no-repeat;
	position: absolute;
	right: 0;
	top: 0
}
.navigation {
	width: 100%;
	font-family: ralewaysb;
	background: #dcda11;
}
.txt-main {
	padding-top: 90px;
	padding-bottom: 90px;
	text-align: center;
	background: #fff url(../images/paper_bg.jpg);
}
.txt-main h2 {
	text-transform: uppercase;
	margin: 0 0 20px;
	position:relative
}
.txt-main h2:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 2px;
    background: #1e2327;
    left: 50%;
    margin-left: -20px;
    bottom: -10px;
}
.txt-main h2 span {
	font-family: ralewayb;
	color: #59595b
}
.btn-readmore {
	display: inline-block;
	border: 0;
	color: #fff;
	/*background: #282828;*/
     background:#01ad9d;
	padding: 10px 50px;
}
.readmore {
	font-family: ralewayb;
	color: #59595b;
	font-size: 10.2pt;
	text-decoration: none
}
.readmore:hover {
	color: #000
}
.info-col {
	padding-top: 70px;
	padding-bottom: 90px;
	/*background:#1e2327;*/
	background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.fsitem {
	width:100%;
	padding-right:15px;
	padding-left:15px;
}
#fish-items .owl-wrapper {
	padding-top:20px;
}
.info-bx {
	background: url(../images/paper_bg.jpg) center top;
	padding: 15px 20px 25px;
	width:100%;
	height: 272px;
	text-align: center;
	margin-top: 100px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	cursor:-webkit-grab
}
.info-bx:hover {
	margin-top: 90px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}
.info-bx:hover figure img {
	-webkit-filter: brightness(1.3);
	-moz-filter: brightness(1.3);
	filter: brightness(1.3);
	-webkit-filter: contrast(1.3);
	-mox-filter: contrast(1.3);
	filter: contrast(1.3);
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}
.info-bx figure {
	margin-top: -112px;
	width: 100%;
}
.info-bx figure img {
	width: 100%;
	max-width: 185px;
	max-height: 185px;
	border-radius: 100%;
	/*border: 2px solid #fff;*/
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}
.info-bx h4 {
	text-transform: uppercase;
	font-family: ralewayb;
	margin: 15px 0 5px;    min-height:38px;
}
.info-bx p {
	overflow: hidden;
	height: 88px
}
/*.info-col {
	padding-top: 90px;
	padding-bottom: 90px;
	
	background-size: cover;
    background-attachment: fixed;
    background-position: center center;
}
.info-bx {
	background: url(../images/paper_bg.jpg) center top;
	padding: 15px 20px 25px;
	height: 272px;
	text-align: center;
	margin-top: 100px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}
.info-bx:hover {
	margin-top: 90px;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}
.info-bx:hover figure img {
	-webkit-filter: brightness(1.3);
	-moz-filter: brightness(1.3);
	filter: brightness(1.3);
	-webkit-filter: contrast(1.3);
	-mox-filter: contrast(1.3);
	filter: contrast(1.3);
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}
.info-bx figure {
	margin-top: -112px;
	width: 100%;
}
.info-bx figure img {
	width: 100%;
	max-width: 185px;
	max-height: 185px;
	border-radius: 100%;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}
.info-bx h4 {
	text-transform: uppercase;
	font-family: ralewayb;
	margin: 15px 0 5px
}
.info-bx p {
	overflow: hidden;
	height: 88px
}*/
.excon-col {
	padding-top: 90px;
	padding-bottom: 90px;
	/*background-image: url(../images/03.png);*/
	background-repeat: no-repeat;
	background-position: 0 0, 100% 0;
	border-bottom: 1px solid #e6e6e6
}
.excon-txt h2 {
	padding-right: 50px
}
.excon-list {
}
.excon-list ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.excon-list ul li {
	position: relative;
	margin-bottom: 10px;
	min-height: 85px
}
.excon-list ul li figure {
	position: absolute;
	left: 0;
	top: 0;
	width: 85px;
	height: 85px
}
.excon-list ul li figure img {
	width: 100%;
	max-height: 85px;
	filter: grayscale(0);
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}
.excon-list ul li:hover figure img {
	filter: grayscale(100%);
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}
.excon-list ul li .content {
	width: 100%;
	padding-left: 100px
}
.excon-list ul li .content h3 {
	font-size: 22px;
	margin: 0 0 5px
}
.excon-list ul li .content p {
	margin: 0 0 5px
}
.sell-col {
	padding-top: 50px;
	padding-bottom: 50px;
	background: url(../images/paper_bg.jpg)
}
.sell-col h3 {
	text-align: center;
	text-transform: uppercase;
	font-family: ralewayb;
	margin: 0 0 20px
}
.sell-col .row {
	margin-right: -7px;
	margin-left: -7px;
}
.sell-col ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.sell-col ul li {
	float: left;
	position: relative;
	display: block;
	border: 1px solid rgba(0,0,0,0.3);
	margin-right: 7px;
	margin-left: 7px
}
.sell-col ul li:hover {
	box-shadow: 0 0 5px rgba(0,0,0,0.3)
}
.sell-col ul li img {
	width: 100%;
    background-color:#fff;
}
.sell-col ul li p {
	position: absolute;
	background: rgba(0,0,0,0.4);
	bottom: 0;
	width: 100%;
	color: #fff;
	margin: 0;
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
	text-align: center
}
.sell-col ul li:hover p {
	background: rgba(0,0,0,0.6);
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}
.sell-col ul li p a {
	display: block;
	padding: 10px 15px
}
footer ul {
	padding: 0 0 15px;
	margin: 0;
	display: inline-block;
	width: 100%
}
footer ul li {
	display: inline-block;
	padding-right: 10px;
	color: #5b5959
}
footer ul li a {
	color: #939292;
	font-family: ralewaysb;
	padding-right: 10px;
	text-transform: uppercase;
	border-right: 1px solid #292929
}
footer ul li:last-child a {
	border-right: 0
}
footer ul li a:hover {
	color: #eee
}
/*inside styles*/
.inside-top {
	height: 285px;
	background-size: cover !important
}
.top-tag {
	background: url(../images/tag-bg.png) center top repeat-y;
	background-size: contain;
	margin-top: 1px
}
.top-tag .head {
	float: left;
	min-height: 67px;
	min-width: 306px;
	background: url(../images/bg-repeat-color.png);
	text-align: right;
	text-transform: uppercase;
	font-size: 24px;
	color: #fff;
	padding: 15px 20px 15px 0
}
.top-tag .breadcrumb {
	float: right
}
.inside {
	padding-top: 30px;
	padding-bottom: 30px;
	min-height: 450px;
}
.inside h3 {
	font-family: ralewayb;
}
.inside h2 {
	font-size: 24px
}
.sidebar ul {
	list-style: none;
	padding: 0;
	margin: 0
}
.sidebar ul li {
	border-bottom: 3px solid #e4e4e4;
    background: #afe6e6;
    margin-bottom: 4px;
    padding: 0 10px;
}
.sidebar ul li a {
	display: block;
	padding: 10px 0 10px 18px;
	text-transform: uppercase
}
.sidebar ul li a:hover {
	color: #000;
}
.sidebar ul li.active a {
	font-family: ralewayb;
	color: #000;
}
.img-left {
	float: left;
	max-width: 640px;
	margin-right: 20px;
	margin-bottom: 10px
}
.img-right {
	float: right;
	max-width: 285px;
	margin-right: 20px;
	margin-bottom: 10px
}
.img-full {
	float: none;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 15px
}
.img-left img, .img-right img, .img-full img {
	width: 100%
}
.list-item ul {
	width: 100%;
	display: inline-block;
	padding: 0;
	margin: 10px 0;
	list-style: none
}
.list-item ul li {
	padding-bottom: 10px;
	padding-left: 20px
}
.list-item ul li:before {
	font-family: FontAwesome;
	content: '\f101';
	margin-left: -20px;
	padding-right: 13px
}
.list-box {
	width: 100%
}
.list-box ul {
	width: 100%;
	display: inline-block;
	list-style: none;
	padding: 0;
	margin: 15px 0
}
.list-box ul li {
	float: left;
	font-family: ralewaysb;
	text-align: center;
	padding-right: 15px;
	padding-left: 15px;
	margin-bottom: 15px
}
.list-box.col-2 ul li {
	width: 50%
}
.list-box.col-3 ul li {
	width: 33.3333%
}
.list-box.col-4 ul li {
	width: 25%
}
.list-box.col-5 ul li {
	width: 20%
}
.list-box ul li img {
	width: 100%
}
.list-box ul li section {
	width: 100%;
	height: 56px;
	overflow: hidden
}
.list-box ul li section.lb2 {
	width: 100%;
	height: 74px;
	overflow: hidden
}
.list-box ul li section.lb2 p {
	max-height: 52px;
	overflow: hidden
}
.list-box ul li p, .list-box ul li a {
	width: 100%;
	display: inline-block
}
.list-box ul li p {
	font-size: 11pt;
	padding: 8px 0 0;
	margin: 0
}
.list-box ul li a {
	color: #333;
	padding: 0;
	margin: 0
}
.list-box.pdt-list ul li img {
	transition: 0.4s ease;
	-webkit-transition: 0.4s ease;
	-moz-transition: 0.4s ease;
	-o-transition: 0.4s ease;
}
.list-box.pdt-list ul li img:hover {
	-webkit-filter: brightness(1.3);
	-moz-filter: brightness(1.3);
	filter: brightness(1.3);
	-webkit-filter: contrast(1.3);
	-mox-filter: contrast(1.3);
	filter: contrast(1.3);
}
.detail-img {
	list-style: none;
	padding: 0;
	margin: 0
}
.detail-img img {
	width: 100%
}
.back {
	font-family: ralewaysb;
	color: #e94317;
	font-size: 14px
}
.back i {
	padding-right: 5px
}
.back:hover {
	color: #d00000;
}
.map {
	margin-bottom: 30px
}
.map .embed-responsive-16by9 {
	padding-bottom: 23.25%
}
.address p {
	font-family: opensans
}
.news-pane {
	display:inline-block;
	width:100%;
	border-bottom:1px solid #ddd;
	padding-bottom:15px;
	margin-bottom:15px;
}
.career {
	margin-bottom:25px;
	background:#f2f2f2;
	padding:25px;
}
.career h3 {
	font-size:16px;
	height:18px;
	overflow:hidden
}
.career p {
	height:67px;
	overflow:hidden
}
.career .btn-readmore {
	margin-top:15px
}
.form-wrap {
	margin-top:20px;
}
.btn-enq {
	width:100%;
	text-align:center;
	margin-bottom:15px;
	outline:0;
}
select.select {
    height: 34px;
    background: url(../images/br_down.png) no-repeat right;
    -webkit-appearance: none;
    background-position: right 10px center;
}
select.select::after {
	font-family:FontAwesome;
	position:absolute;
	right:0;
	top:0;
	content:'\f0d7';
}

@media (max-width: 1350px) {
.sell-col ul {
	padding: 0 50px
}
}

@media (max-width: 1230px) {
.flora-txt {
	top: 10px;
}
.info-bx {
	height: 316px;
}
.info-bx p {
	height: 132px
}
.inside-top {
	height: 250px
}
}

@media (max-width: 992px) {
.flora-txt {
	display: none
}
.tr-sec1, .tr-sec1 {
	display: block;
}
.navigation {
	float: none;
	width: 100%;
	margin-top: 0;
	padding-top: 5px;
}
.navbar-brand {
	padding-bottom: 10px
}
.navbar-brand>a>img {
	width: 114px;
}
.txt-main {
	padding-top: 25px;
	padding-bottom: 25px;
}
.info-col {
	padding-top: 30px;
	padding-bottom: 20px;
}
.info-bx {
	margin-bottom: 20px;
	height: 260px
}
.info-bx:hover {
	margin-top: 100px
}
.info-bx p {
	height: 88px
}
.excon-txt {
	padding-bottom: 15px
}
.sell-col ul {
	padding: 0 40px
}
.sell-col {
	padding-top: 30px;
	padding-bottom: 30px
}
footer {
	padding-top: 25px;
	padding-bottom: 20px
}
footer ul li {
	display: block;
	float: left;
	width: 33.3333%;
	padding-right: 0;
	border-right: 1px solid transparent;
	border-bottom: 1px solid transparent;
}
footer ul li:last-child {
	border-right: 0
}
footer ul li a {
	padding: 8px 0;
	display: block;
	border-right: 0;
	background: rgba(0,0,0,0.4);
}
.inside {
	min-height: auto
}
.inside-top {
	height: 200px
}
.top-tag .breadcrumb {
	display: none
}
.list-box.col-3 ul li, .list-box.col-4 ul li, .list-box.col-5 ul li {
	width: 33.3333%
}
.career h3, .career p {
	height: auto;
	overflow: visible
}
}

@media (max-width: 640px) {
.col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
	width: 100% !important;
	float: none !important;
}
.hidden-sm {
	display: none
}
.tr-sec2, .top-right, .search {
	display: inline-block;
	width: 100%;
}
.topbar-left {
	display: none;
}
.navbar-brand {
	padding-bottom: 5px
}
.navbar-brand>a>img {
	width: 90px;
}
.search input[type=button] {
	width: 44px;
}
.social-media {
	position: absolute;
	top: 10px;
	right: 5px;
}
.search input[type=text] {
	min-width: 250px
}
.info-bx {
	margin-bottom: 20px;
	display: inline-block;
	height: auto
}
.info-bx p {
	/*height: auto*/
    overflow: hidden;
    height: 88px;
}
.excon-col {
	padding-top: 25px;
	padding-bottom: 25px;
	text-align: center
}
.excon-list ul li figure {
	position: static;
	width: 100%;
	height: auto;
	padding-bottom: 10px
}
.excon-list ul li figure img {
	width: auto;
	max-width: 100%;
	max-height: 100%;
	margin: 0 auto;
}
.excon-list ul li {
	margin-bottom: 16px
}
.excon-list ul li .content {
	padding-left: 0;
}
.excon-txt h2 {
	padding-right: 0;
}
.quick-contact.footer {
	display: block
}
footer ul {
	padding: 0 0 5px
}
footer ul li {
	width: 50%;
}
.inside {
	padding-top: 25px;
	padding-bottom: 25px
}
.inside-top {
	height: 150px;
	margin-bottom: 15px
}
.top-tag {
	background: none
}
.breadcrumb {
	padding: 9px 15px 9px 0
}
.top-tag .head {
	float: none;
	min-height: auto;
	min-width: 100%;
	text-align: left;
	font-size: 22px;
	padding: 10px 15px 10px 15px
}
.img-left, .img-right {
	width: 100%;
	max-width: 100%;
	float: none
}
.sidebar {
	width: 100%;
	display: inline-block;
	margin-bottom: 15px;
	margin-top: -24px
}
.sidebar ul li {
	border-bottom: 1px solid #fff;
	border-right: 1px solid #fff;
	background: #e0dfdf;
	padding: 0 10px;
	float: left;
	width: 50%
}
.sidebar ul li.active {
	background: #d0d0d0
}
.sidebar ul li a {
	font-size: 10pt
}
.list-box.col-2 ul li {
	width: 100%
}
.list-box.col-3 ul li, .list-box.col-4 ul li, .list-box.col-5 ul li {
	width: 50%
}
.list-box ul li section, .list-box ul li section.lb2, .list-box ul li section.lb2 p {
	height: auto;
	max-height: 100%
}
.contact-form {
	margin-bottom: 40px
}
.map .embed-responsive-16by9 {
	padding-bottom: 30.25%
}
.news-pane .col-xs-4 {
	margin-bottom:15px;
}
}

@media (max-width: 480px) {
footer ul li {
	width: 100%;
}
.sidebar ul li {
	width: 100%
}
.list-box.col-3 ul li, .list-box.col-4 ul li, .list-box.col-5 ul li {
	width: 100%
}
.sidebar ul li {
	border-right: 0
}
}
