/*
Theme Name:PRFX
Author URI: http://www.thegeminigeeks.com/
Version: 1.0
Author: The Gemini Geeks
Description: A theme by The Gemini Geeks
*/
/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
body
{
background: #E8E8E8;
color: #5d5d5d;
font-family: 'Source Sans Pro', sans-serif;
font-size: 16px;
margin: 0 auto;
padding: 0;
}
a
{
color: #000;
transition: all 0.5s;
}
a:hover
{
color: #0A9C17;
outline: none;
text-decoration: none;
}
/* selected link */
a:focus {
color: #0A9C17;
}
ul li
{
list-style-type: none;
}
td
{
text-align: center;
}
a img
{
border: none;
}
p
{
margin: 0 0 10px 0;
line-height: 170% !important;
}
.alignleft
{
float: left;
margin: 0 10px 0 0;
}
.alignright
{
float: right;
margin: 0 0 0 10px;
}
.aligncenter
{
display: block;
margin: 0 auto;
}
.textcenter
{
text-align: center;
}
.textleft
{
text-align: left;
margin-top: 18px;
}
h1,h2,h3,h4,h5,h6
{
margin: 0 0 10px 0;
font-family: 'Titillium Web', sans-serif;
font-weight: 400;
}
h1
{
font-size: 34px;
text-transform: uppercase;
}
h2
{
font-size: 30px;
text-transform: uppercase;
}
h3
{
font-size: 26px;
}
h4
{
font-size: 22px;
}
h5
{
font-size: 20px;
}
h6
{
font-size: 18px;
}
/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
#top-bar
{
width:100%;
background:#EEE;
float:left;
}
#right {
float:right;
padding:0;
}
#top-bar i{
padding:10px;
}
.inner
{
width:1120px;
display:block;
margin:0 auto;
}
#header
{
padding: 0px 0;
position: relative;
left: 0;
top: 0;
right: 0;
transition: all 0.5s;
z-index: 997;
background:#E8E8E8;
clear: both;
}
#header-two
{
padding: 10px 0;
position: fixed;
left: 0;
top: 0;
background:#E8E8E8;
right: 0;
z-index: 997;
clear: both;
position: relative;
}
#header #logo
{
float: left;
margin: 10px;
}
#header-two #logo
{
float: left;
}
@media (min-width: 1280px)
{
#header #logo
{
padding-left: 0px;
}
#header-two #logo
{
padding-left: 0px;
}
}
#header #logo h1
{
font-size: 45px;
padding: 0;
line-height: 1;
font-weight: 700;
letter-spacing: 3px;
margin-top: 20px;
margin-left: 10px;
float:right;
color:#737675;
}
#header-two #logo h1
{
font-size: 45px;
padding: 0;
line-height: 1;
font-weight: 700;
letter-spacing: 3px;
margin-top: 20px;
margin-left: 10px;
float:right;
color:#737675;
}
#header #logo h1 a, #header #logo h1 a:hover
{
color: #fff;
padding-left: 10px;
border-left: 4px solid #18d26e;
}
#header #logo img
{
padding: 0;
margin: 0;
height: 150px;
width: 150px;
}
#header-two #logo img
{
padding: 0;
margin: 0;
height:150px;
width: 150px;
}
@media (max-width: 768px)
{
#header #logo h1
{
font-size: 28px;
}
#header #logo img
{
max-height: auto;
}
#header-two #logo img
{
max-height: auto;
}
}

/*-------------------------sidebar button----------------*/
.icon-bar
{
position: fixed;
top: 60%;
float: right;
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
z-index: 9999;
right: 0;
display:none;
}
.icon-bar a:hover{color:#000;}
.login
{
background: #0A9C17;
font-size: 14px;
display: block;
padding: 15px;
color: #fff;
}
.login i
{
font-size: 18px;
margin-right: 5px;
}
.sign
{
background: #F2BD31;
font-size: 14px;
display: block;
padding: 15px;
color: #fff;
}
.sign i
{
font-size: 18px;
margin-right: 5px;
}
/*--------------------------------------------------------------
# Navigation Menu
--------------------------------------------------------------*/
/* Nav Menu Essentials */
.nav-menu, .nav-menu *
{
margin: 0;
padding: 0;
list-style: none;
}
.nav-menu ul
{
position: absolute;
display: none;
top: 100%;
left: 0;
z-index: 99;
}
.nav-menu li
{
margin-right: 17px;
position: relative;
white-space: nowrap;
}
.nav-menu > li
{
float: left;
}
.nav-menu li:hover > ul,
.nav-menu li.sfHover > ul
{
display: block;
}
.nav-menu ul ul
{
top: 0;
left: 100%;
}
.nav-menu ul li
{
min-width: 180px;
}
/* Nav Menu Arrows */
.sf-arrows .sf-with-ul
{
padding-right: 30px;
}
.sf-arrows .sf-with-ul:after
{
content: "\f107";
position: absolute;
right: 15px;
font-family:"Font Awesome 5 Free";
font-weight:900;;
font-style: normal;
}
.sf-arrows ul .sf-with-ul:after
{
content: "\f105";
}
/* Nav Meu Container */
#nav-menu-container
{
float:right;
padding-right: 0px;
}
@media (min-width: 768px)
{
#nav-menu-container
{
float:right;
padding-right: 0px;
margin-top: 60px;
}
}
@media screen and (max-width:1080px)
{
#nav-menu-container
{
display: none;
}
}
/* Nav Meu Styling */
.nav-menu a
{
padding: 10px;
text-decoration: none;
display: inline-block;
color: #5d5d5d;
font-family: 'Source Sans Pro', sans-serif;
font-weight: 400;
font-size: 14px;
text-transform: uppercase;
outline: none;
}
.nav-menu li:hover > a, .nav-menu > .menu-active > a {
border-bottom:2px solid #F2BD31;
transition: -3.3s;
}
.nav-menu ul
{
margin: 4px 0 0 0;
padding: 10px;
box-shadow: 0px 0px 30px rgba(127, 137, 161, 0.25);
background: #fff;
}
.nav-menu ul li a
{
padding: 10px;
color: #5d5d5d;
display: block;
font-size: 13px;
text-transform: none;
border-bottom:2px solid transparent;
}
.nav-menu ul li:hover > a
{
color: #F2BD31;
}
.nav-menu ul ul
{
margin: 0;
}
/* Mobile Nav Toggle */
#mobile-nav-toggle
{
position: absolute;
right: 0;
top: 0;
z-index: 999;
margin: 120px 20px 0 0;
border: 0;
background: none;
font-size: 24px;
display: none;
transition: all 0.4s;
outline: none;
cursor: pointer;
background: #0A9C17;
}
#mobile-nav-toggle i
{
color: #fff;
}
@media screen and (min-width:320px)
{
#mobile-nav-toggle
{
display: none;
}
}
@media screen and (max-width:1080px)
{
#mobile-nav-toggle
{
display: inline;
}
}
/* Mobile Nav Styling */
#mobile-nav
{
position: fixed;
top: 0;
padding-top: 18px;
bottom: 0;
z-index: 998;
background: rgba(0, 0, 0, 0.8);
left: -260px;
width: 260px;
overflow-y: auto;
transition: 0.4s;
}
#mobile-nav ul
{
padding: 0;
margin: 0;
list-style: none;
}
#mobile-nav ul li
{
position: relative;
}
#mobile-nav ul li a
{
color: #fff;
font-size: 13px;
text-transform: uppercase;
overflow: hidden;
padding: 10px 22px 10px 15px;
position: relative;
text-decoration: none;
width: 100%;
display: block;
outline: none;
font-weight: 400;
}
#mobile-nav ul li a:hover
{
color: #F2BD30;
}
#mobile-nav ul li li
{
padding-left: 30px;
}

#mobile-nav ul li li a:hover{color:#0A9C17 !important;}
#mobile-nav ul .menu-has-children i
{
position: absolute;
right: 0;
z-index: 99;
padding: 15px;
cursor: pointer;
color: #fff;
}
#mobile-nav ul .menu-has-children i.fa-chevron-up
{
color: #18d26e;
}
#mobile-nav ul .menu-has-children li a
{
text-transform: none;
}
#mobile-nav ul .menu-item-active
{
color: #fff;
}
#mobile-body-overly
{
width: 100%;
height: 100%;
z-index: 997;
top: 0;
left: 0;
position: fixed;
background: rgba(0, 0, 0, 0.7);
display: none;
}

#exchangerates .VmainContainer a {display:none;}
#about #exchangerates a.tooltip2 {color:#000!important;}
.tooltip2 {border-bottom: 1px dotted #000; color: #000; outline: none;cursor: help; text-decoration: none;position: relative;color:#000;margin-top:2px;display:inline-block}
.tooltip2 span {margin-left: -999em;position: absolute;}
.tooltip2:hover span {border-radius: 5px 5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1); -webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1); -moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);position: absolute; left: 10px; top: 2em; z-index: 99;margin-left: 0; width: 270px;}
.classic {background: #eee; border: 1px solid #ccc;color:#444;}


/* Mobile Nav body classes */
body.mobile-nav-active
{
overflow: hidden;
}
body.mobile-nav-active #mobile-nav
{
left: 0;
}
body.mobile-nav-active #mobile-nav-toggle
{
color: #fff;
}
/*----------Page Title-----------------*/
#gap
{
height: 108px;
width: 100%;
display:none;
}
#pagetitle{
height:500px;
position: relative;
background-size: cover;
margin-bottom: 0px;
background: center center no-repeat;
background-size: auto auto;
}
.bottom-text {
display: block;
width: 100%;
position: absolute;
bottom: 0px;
right: 0;
padding: 10px 0;
color: #fff;
background: #0009;
}
.page-caption {
text-align: center;
position: relative;
}
.page-caption a{
color: #F2BD31;
}
.page-caption a:hover{
color: #0A9C17;
}
#link-btn a{
float: left;
margin: 10px 0px;
width: 100%;
border: 1px solid #0A9C17;
padding:10px;
text-align:center;
text-decoration:none!important;line-height: 30px;}
#link-btn .col-md-3{float:left;max-width: 33% !important;}
#link-btn a:hover{
background:#0A9C17;
color:#fff;
line-height: 30px;
text-decoration:none!important;}
.header-wrapper
{
background: #737675;
text-align: center;
}
.header-wrapper a
{
color: #fff;
}
.header-wrapper a:hover
{
color: #F2BD30;
}
.header-wrapper h4
{
font-size: 36px;
padding-top: 20px;
}
/*---------------Page layout----------------*/
#blog
{
padding: 25px;
text-align: justify;
background:#fff;
margin-top: 50px !important;
margin-bottom: 50px !important;
width:1120px;
margin: 0 auto;
}
#blog h3
{
font-weight: 400;
text-transform: uppercase;
}
#services
{
margin: 25px 0;
}
#services h3
{
color: #3A3A3A;
}
#greenbtn
{
background: #0A9C17;
padding: 10px 35px;
display: inline-block;
color: #fff;
}
#greenbtn:hover
{
background: #F2BD31;
padding: 10px 35px;
display: inline-block;
color: #fff;
}
#greenbtnrght
{
background: #0A9C17;
padding: 10px 35px;
display: inline-block;
color: #fff;
float: right;
}
#greenbtnrght:hover
{
background: #F2BD31;
padding: 10px 35px;
display: inline-block;
color: #fff;
}
#greenbox h3
{
background: #0A9C17;
color: #fff;
padding: 10px;
display: inline-block;
font-size: 18px;
}
#greenbox-line
{
width: 100%;
height: 2px;
background: #0A9C17;
margin-top: -8px;
margin-bottom: 25px;
}
#yellowbox h3
{
background: #F2BD31;
color: #fff;
padding: 10px;
display: inline-block;
font-size: 18px;
}
#yellowbox-line
{
width: 100%;
height: 2px;
background: #F2BD31;
margin-top: -8px;
margin-bottom: 25px;
}
#team
{
padding: 10px 0;
border-radius: 4px;
background: #fff;
}
#team img
{
display: block;
margin: 0 auto;
}
#team h3
{
text-align: center;
}
#team i
{
font-size: 90px;
margin: 0 auto;
display: block;
color: #00364b;
}
#card
{
border-radius: 4px;
padding: 10px;
width: 330px;
border: 1px solid #fff;
margin: 13px;
transition: all 0.3s ease;
box-shadow: 2px 4px 8px 0px rgba(46,61,73,0.2);
}
#card:hover
{
border: 1px solid #14AB4B;
transition: all 0.3s ease;
border-radius: 4px;
margin: 13px;
}
#card:hover i,
#card:hover h3
{
color: #14AB4B;
}
#card p{text-align: left;}
#card h3
{
text-align: center;
}
#card h4
{
text-align: center;
font-size: 24px;
color: #14AB4B;
text-transform: uppercase;
}
#card i
{
font-size: 90px;
margin: 0 auto;
display: block;
color: #3A3A3A;
padding-top: 25px;
}
.tablescroll {overflow-x:auto;}
table.greentable tr td
{
text-align: left;
border: 1px solid #ddd;
padding: 5px;
outline: 0;
margin: 0;
margin-top: 25px;
}
table.greentable tr.head td
{
background: #0A9C17;
color: #fff;
text-align: center;
}
table.greentable tr.head td
{
text-align: center;
}
.warning
{
margin: 20px 0 20px 0;
padding: 20px;
background: #f1f1f1;
border: 1px solid #e1e1e1;
border-radius: 10px;
}
a.green, a.golden
{
float: left;
padding: 10px 20px;
border-radius: 5px;
text-decoration: none;
display: block;
}
a.green
{
background: #0A9C17;
color: #fff;
margin: 0 20px 0 170px;
}
a.golden
{
background: #F2BD30;
color: #fff;
}
a.green:hover
{
background: #098014;
color: #fff;
}
a.golden:hover
{
background: #DAA20E;
color: #fff;
}
ul.sitemap
{
margin: 20px 0 0 0;
font-size: 16px;
}
ul.sitemap li
{
width: 300px;
float: left;
margin: 0 0 20px 0;
}
#commentlist
{
padding: 5px;
}
#commentlist .comment
{
padding: 5px;
margin: 0 0 10px 0;
border: 1px solid #eee;
border-radius: 5px;
}
#commentlist .fn
{
font-weight: bold;
font-style: normal;
}
#commentlist .commentmetadata
{
font-size: 11px;
margin: 0 0 5px 0;
}
#commentlist .commentmetadata a
{
color: #888;
font-size: 11px;
}
#respond
{
padding: 10px;
background: #fafafa;
border: 1px solid #ddd;
border-radius: 5px;
margin: 5px;
}
#respond h4
{
margin: 0 0 10px 0;
}
#respond p
{
margin: 0 0 10px 0;
}
#respond input, #respond textarea
{
padding: 3px;
background: #fafafa;
border: 1px solid #ccc;
border-radius: 3px;
}
#respond input:focus, #respond textarea:focus
{
background: #fff;
}
#respond textarea
{
width: 500px;
}
#respond input#author
{
width: 200px;
margin: 0 5px 0 0;
}
#respond input#email
{
width: 200px;
margin: 0 5px 0 0;
}
/* About Us Section
--------------------------------*/
#about
{
padding: 60px 0 40px 0;
position: relative;
background: #EDEBEC;
}
#about .col-md-4{float: left;max-width: 50%!important;}
#margin{margin:35px 0px 45px}
#about .about-col
{
background: #fff;
border-radius: 0 0 4px 4px;
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
margin-bottom: 20px;
padding-bottom: 35px;
}
#about .about-col-green
{
background: #0A9C17;
border-radius: 0 0 4px 4px;
box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.08);
margin-bottom: 20px;
}
/*-------------Exchange Form------------------*/
#about #exchangerates a{color:#F4CA5B!important;}
#about .Vlabel {color:#F4CA5B!important;}
.Vtextarea
{
width: 100% !important;
height: 40px !important;
margin-bottom: 6px!important;
}
#about .VselectBox
{
width: 100% !important;
height: 40px !important;
margin: 0 0 5px 0!important;
}
#about .Vlabel
{
text-align: left !important;
color:#F2BD31 !important;
display: block;
margin: 0 0 -8px 0!important;
}
.VmainContainer
{
font-weight: 400;
width: 94%;
text-align: center;
margin-left: 11px !important;
}
#exchangerates
{
float: right;
width: 100%;
}
.tooltip
{
border-bottom: 1px dotted #000;
color: #000;
outline: none;
cursor: help;
text-decoration: none;
position: relative;
}
.tooltip span
{
margin-left: -999em;
position: absolute;
}
.tooltip:hover span
{
border-radius: 5px 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
box-shadow: 5px 5px 5px rgba(0, 0, 0, 0.1);
-webkit-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
-moz-box-shadow: 5px 5px rgba(0, 0, 0, 0.1);
position: absolute;
left: 10px;
top: 2em;
z-index: 99;
margin-left: 0;
width: 280px;
}
.classic
{
padding: 0.8em 1em;
}
.custom
{
padding: 0.5em 0.8em 0.8em 2em;
}
.classic
{
background: #eee;
border: 1px solid #ccc;
color: #444;
}
/*-------------index Page------------------*/
#about .about-col img
{
padding: 35px 0px;
display: block;
margin: 0 auto;
}
#about p{text-align: center;}
#about h4{font-size: 16px;color:#0A9C17;text-align: center;}
#about h4:before{content:'\f00c';color:#F2BD30;font-family:"Font Awesome 5 Free";margin-right:10px;font-weight:900;}
#about .about-col h2
{
color: #000;
text-align: center;
font-size: 28px;
font-weight: 400;
padding: 0;
}
#about .about-col h2 a
{
color: #000;
}
#about .about-col h2 a:hover
{
color: #0A9C17;
}
#about .about-col p
{
font-size: 15px;
line-height: 24px;
color: #5d5d5d;
text-align: center;
margin-bottom: 0;
padding: 0 20px 20px 20px;
height: 110px;
}
#about-btn
{
border: 1px solid #0A9C17;
padding: 8px;
display: block;
max-width: 50%;
margin-bottom: 6%;
text-align: center;
margin: 0 auto;
}
#about-btn:hover
{
background: #0A9C17;
transition: 0.6s;
color: #fff;
}
/* Call To Action Section
--------------------------------*/
#call-to-action
{
background: url(https://www.prfx.com.au/wp-content/uploads/2018/11/parallex-Image.jpg) fixed center center;
background-size: cover;
padding: 160px 0;
}
#call-to-action h3
{
color: #fff;
font-size: 40px;
font-weight: 400;
width: 90%;
display: block;
margin: 0 auto;
}
#call-to-action p
{
color: #fff;
}
#call-to-action .cta-btn
{
text-transform: uppercase;
font-weight: 500;
font-size: 16px;
letter-spacing: 1px;
display: inline-block;
padding: 8px 28px;
border-radius: 25px;
transition: 0.5s;
margin-top: 45px;
border: 2px solid #fff;
color: #fff;
}
#call-to-action .cta-btn:hover
{
background: #F2BD31;
}
/* Call To Action Section
--------------------------------*/
/* Testimonials Section
--------------------------------*/
#testimonials
{
text-align: center;
display: block;
background: #fff;
margin: 0 auto;
padding: 25px 0;
margin-bottom: 50px;
}
#testimonials h3
{
font-size: 40px;
text-transform: uppercase;
font-weight: 400;
color: #000;
}
#testimonials h4
{
font-style: italic;
color: #0A9C17;
}
#line
{
height: 2px;
width: 20%;
background: #0A9C17;
display: block;
margin: 0 auto;
margin-bottom: 25px;
}
#intro #carousel-content
{
text-align: center;
background-color: rgba(0, 0, 0, 0.6);
position: fixed;
bottom: 0;
right: 0;
width: 100%;
}
#carousel-content p
{
width: 100%;
height: 60px;
}
#carousel-content strong
{
text-align: center;
font-size: 16px;
color: #0A9C17;
font-style: italic;
}
#testimonials .owl-nav, #testimonials .owl-dots
{
margin-top: 5px;
text-align: center;
}
#testimonials .owl-dot
{
display: inline-block;
margin: 0 5px;
width: 12px;
height: 12px;
border-radius: 50%;
background-color: #3A3A3A;
}
#testimonials .owl-dot.active
{
background-color: #0A9C17;
}
/*-------------------------Tabs Accordin------------------*/
.faqHeader
{
font-size: 24px;
margin: 20px;
}
.panel-heading [data-toggle="collapse"]:after
{
content: "\203A";
/* "play" icon */
float: right;
color: #F2BD30;
font-size: 40px;
line-height: 50px;
}
.panel-heading [data-toggle="collapse"].collapsed:after
{
/* rotate "play" icon from > (right arrow) to ^ (up arrow) */
-webkit-transform: rotate(90deg);
-moz-transform: rotate(90deg);
-ms-transform: rotate(90deg);
-o-transform: rotate(90deg);
transform: rotate(90deg);
color: #3A3A3A;
}
.accordion-toggle collapsed a
{
color: #0A9C17;
}
.accordion-toggle collapsed a:hover
{
color: #0A9C17;
}
.panel-title
{
font-weight: 400;
border-bottom: 1px solid #f5f5f5;
line-height: 50px;
}
#accordion li
{
list-style: circle;
}
.circle {
padding: 13px 20px;
border-radius: 50%;
background-color: #0A9C17;
color: #fff;
max-height: 50px;
z-index: 2;
}
.how-it-works.row .col-2 {
align-self: stretch;
}
.how-it-works.row .col-2::after {
content: "";
position: absolute;
border-left: 3px solid #0A9C17;
z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
height: 58%;
left: 50%;
top: 50%;
}
.how-it-works.row .col-2.full::after {
height: 120%;
left: calc(50% - 3px);
}
.how-it-works.row .col-2.top::after {
height: 50%;
left: 50%;
top: -17px;
}
.timeline div {
padding: 0;
height: 40px;
}
.timeline hr {
border-top: 3px solid #0A9C17;
margin: 0;
top: 17px;
position: relative;
}
.timeline .col-2 {
display: flex;
overflow: hidden;
}
.timeline .corner {
border: 3px solid #0A9C17;
width: 100%;
position: relative;
border-radius: 15px;
}
.timeline .top-right {
left: 50%;
top: -50%;
}
.timeline .left-bottom {
left: -50%;
top: calc(50% - 3px);
}
.timeline .top-left {
left: -50%;
top: -50%;
}
.timeline .right-bottom {
left: 50%;
top: calc(50% - 3px);
}
/*------------------Sidebar Widgets------------------------*/
#sidebar
{
margin: -15px 0;
}
#sidebar label.screen-reader-text
{
display: none;
}
#sidebar input
{
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
}
#sidebar input#s
{
border: 1px solid #ccc;
color: #555;
padding: 5px;
background: #fafafa;
width: 70%;
}
#sidebar input#s:focus
{
background: #fff;
}
#sidebar input#searchsubmit
{
width: 25%;
background: #3C5AA8;
color: #fff;
border: none;
padding: 5px;
}
#sidebar .widget li
{
line-height: 28px;
list-style-type: square;
}
.widget
{
margin: 10px 0 40px 0;
}
.widget h3
{
font-size: 26px;
color: #0A9C17;
font-weight: 400;
text-transform: uppercase;
margin-left: 18px;
text-align: left;
}
.widget span.post-date
{
color: #888;
font-size: 12px;
}
/*-------------------Contact Form-------------*/
#contactform
{
margin: 0 0 20px 0;
line-height: 20px;
}
#contactform *
{
font-size: 15px;
}
#contactform p
{
margin: 0;
padding: 0 0 10px 0;
line-height: 20px;
}
#contactform input
{
width: 100%;
padding: 1%;
background: #f9f9f9;
border: 1px solid #ddd;
padding: 6px 10px;
margin: 10px 0;
}
#contactform textarea
{
width: 100%;
height: 150px;
background: #f9f9f9;
border: 1px solid #ddd;
padding: 6px 10px;
margin: 10px 0;
}
#contactform input:focus, #contactform textarea:focus
{
background: #fff;
border: 1px solid #ccc;
}
#contactform input.wpcf7-submit
{
width: 150px;
background: #0A9C17;
color: #fff;
font-size: 18px;
text-transform: uppercase;
cursor: pointer;
padding: 10px;
border: none;
}
#contactform input.wpcf7-submit:hover
{
background: #F2BD31;
transition: 0.6s;
}
textarea, iframe
{
max-width: 100%;
}
/*------------Contact Icon----------*/
#contact
{
text-align: center;
padding-bottom: 35px;
}
#contact i
{
font-size: 60px;
padding: 25px 0;
color: #13AB4B;
}
#contact a
{
color: #5a5a5a;
}
#contact a:hover
{
color: #F2BD31;
}
/* ------------------------------------------------------------------------------
Footer
-------------------------------------------------------------------------------*/
/*#bottom
{
background: #F2BD30;
text-align: center;
color: #fff;
}
#bottom a
{
color: #5d5d5d;
line-height: 28px;
font-size: 15px;
}
#bottom a:hover
{
color: #333;
}
#bottom li
{
list-style: none;
color: #fff;
display:inline;
margin:10px;
text-align:center;
}
#bottom li:after{content:none;margin-left: 20px;color: #5d5d5d;}
#bottom ul li:not(:last-child):after {
content:"\|";
}
#bottom h3
{
font-size: 26px;
color: #f2bd30;
font-weight: 400;
text-transform: uppercase;
padding: 15px 0;
margin-left: 18px;
text-align: left;
}
#bottom i
{
color: #F2BD31;
font-size: 14px;
margin-right: 5px;
margin-left: 10px;
text-align: left !important;
}
#bottom i:hover
{
color: #EEB00F;
transition: 0.6s;
}
#bottom img
{
height: 75px;
width: 75px;
}
#footer
{
clear: both;
background: #F2BD30;
color: #5d5d5d;
text-align: center;
font-size: 13px;
}
#footer img
{
height: 75px;
width: 75px;
}
#footer a
{
color: #5d5d5d;
}
#footer a:hover
{
color: #333;
}
#fleft
{
text-align: left;
margin: 10px auto;
}
#fright
{
text-align: right;
margin: 10px auto;
}
*/
#bottom{background:#ffffaa;padding: 25px 0;width:100%;float:left;}
#bottom img{width:75px;float:left;margin-right:10px;}
#bottom a{color:#444;text-decoration:none;}
#bottom a:hover{text-decoration:underline;color:#222;}
#bottomnav {background:#ffffaa;margin: 0 0 20px 150px;font-size:14px;}
#bottomnav li {float:left;padding:0 10px;border-right:1px solid #888;list-style: none;}
#bottomnav li.last {border:none;}
#footer{ background:#ffffaa;color:#222; padding:10px 0; text-align:left;font-size:13px;float:left;width:100%;}
.fleft {float:left;margin-top: 25px;text-align: center;}
.fright {float:right;margin-top: 25px;}
.mobile-btn
{
display: inline-block;
background: #0A9C17;
color: #fff;
padding: 0 25px;
margin:0px 10px;
}
#mobile-btn-2
{
display: inline-block;
background: #F2BD31;
color: #fff;
max-width:100%;
padding: 0 25px;
}
.mobile-btn a ,
.mobile-btn-2 a{color:#fff;}
.mobile-btn:hover{background:#077A13;}
.mobile-btn-2:hover{background:#ECAF0F;}
.mobile-btn i{color:#fff; margin-right:5px;}
.mobile-btn-2 i{color:#fff; margin-right:5px;}
.mobilelogo
{
display: none;
}
@media screen and (max-width:980px)
{

#header #logo{
height:auto;
}
.mobilelogo
{
display: block;
height: 150px;
margin: 0 auto;
padding: 4px;
}
#right {
float:right;
display: block;
max-width: 100%;
}
#top-bar{
display: block;
width: 100%
}
.inner{
display: block;
max-width: 100%;
}
.mobile-btn
{
display: inline-block;
background: #0A9C17;
color: #fff;
padding: 0 25px;
margin:0px;
width: 100% !important;
   
}
#mobile-btn-2
{
display: inline-block;
background: #F2BD31;
color: #fff;
max-width:100%;
padding: 0 25px;
 margin:0px;
width: 100% !important;
}
.icon-bar
{
display: none;
}
#link-btn .col-md-3{float:left;max-width: 100% !important;}
#about .col-md-4{float: left;max-width: 100%!important;margin:0px 0px 20px}
#blog{display: block;width: 100%; padding: 0px;}
.inner{display: block;width: 100%;padding:10px;}
#testimonials{width: 100%;display: block;}
#footer .fleft {width: 100%;display: block;margin-top: 25px;text-align: center;}
#footer .fright {width: 100%;display: block;margin-top: 10px;text-align: center;}
#bottomnav {margin: 0 auto;font-size:14px; width:100%;display:inline;}
#footer img {margin:0 auto;width: auto;float: none;display: block;}
#card
{
width: 100%;
display: block;
}
#intro .carousel-content
{
width: 100%;
margin-top: 90%;
}
#gap
{
height: 94px;
width: 100%;
display:none;
}
a.green
{
background: #0A9C17;
color: #fff;
width: 100%;
margin: 0px;
}
a.golden
{
background: #F2BD30;
color: #000;
width: 100%;
margin-bottom: 10px;
}
#fleft
{
text-align: center;
margin: 10px auto;
}
#fright
{
text-align: center;
margin: 10px auto;
}
#map iframe
{
height: 400px;
}
#services
{
width: 100%;
display: block;
}
#greenbtn
{
width: 100%;
display: block;
text-align: center;
}
#greenbtnrght
{
width: 100%;
display: block;
text-align: center;
}
}
@media screen and (min-width:981px)
{
}
#blog .panel {padding:0 0 20px 0;}
#blog .panel p {margin:0;}

@media screen and (min-width: 220px) and (max-device-width: 1060px) {
.mobile-btn
{
display: inline-block;
background: #0A9C17;
color: #fff;
padding: 0 25px;
margin:0px;
width: 100% !important;
   
}
#mobile-btn-2
{
display: inline-block;
background: #F2BD31;
color: #fff;
max-width:100%;
padding: 0 25px;
 margin:0px;
width: 100% !important;
}
  #bottomnav{
    margin: 15px 0;
    display: table;
  }
  .fleft,
  .fright{
    clear: both;
    display: block;
    margin:10px 0;
    float: none;
    text-align: center;
  }
}