@import "font-awesome.css";
@import "font-awesome.min.css";
@import url('https://fonts.googleapis.com/css?family=Poppins:100,100i,200,200i,300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i');
@import url('https://fonts.googleapis.com/css?family=Lobster&display=swap');
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video
{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section
{
	display: block;
}
body
{
	line-height: 1;
}
ol, ul
{
	list-style: none;
}
blockquote, q
{
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after
{
	content: '';
	content: none;
}
b{font-weight: bold;}
table
{
	border-collapse: collapse;
	border-spacing: 0;
}
*, *::after, *::before
{
	box-sizing: border-box;
}
:after, :before
{
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
::selection
{
	background:#076bdd; color:#fff; 
}
::-moz-selection
{
	background:#076bdd; color:#fff;
}
.scrollup
{
    position: fixed;
    z-index: 9999;
    bottom: 22px;
    float: right;
    right: 90px;
    /*right: 30px;*/
    width: 40px;
    height: 40px;
    text-align: center;
    display: none;
    color: #fff;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    background: url(../images/top.png) center center no-repeat;
    border-radius: 50%;
}
.scrollup:hover
{
	
}
body
{
	width:auto;
	margin:0 25px;
	border:0;
	font-family: 'Poppins', sans-serif;
}
.accessibility-banner{
    position: relative;
    background-image: url('../images/website-accessibility-remediation-services.png');
    background-size: cover;
    background-position: center;
}

/* Dark shadow overlay */
.accessibility-banner::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45); /* Increase to 0.6 if needed */
    z-index: 1;
}

/* Keep text above overlay */
.accessibility-banner .caption{
    position: relative;
    z-index: 2;
}

.accessibility-banner .caption h2{
    color: #fff;
    font-weight: 700;
    text-shadow: 0 3px 10px rgba(0,0,0,0.8);
}
.data-management-banner{
    position: relative;
    background-image: url('../images/data-management-services.png');
    background-size: cover;
    background-position: center;
}
.data-management-banner::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45); /* Increase to 0.6 if needed */
    z-index: 1;
}

/* Keep text above overlay */
.data-management-banner .caption{
    position: relative;
    z-index: 2;
}

.data-management-banner .caption h2{
    color: #fff;
    font-weight: 700;
    text-shadow: 0 3px 10px rgba(0,0,0,0.8);
}
.digital-conversion-banner{
    position: relative;
    background-image: url('../images/digital-conversion-services.png');
    background-size: cover;
    background-position: center;
}
.digital-conversion-banner::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45); /* Increase to 0.6 if needed */
    z-index: 1;
}

/* Keep text above overlay */
.digital-conversion-banner .caption{
    position: relative;
    z-index: 2;
}

.digital-conversion-banner .caption h2{
    color: #fff;
    font-weight: 700;
    text-shadow: 0 3px 10px rgba(0,0,0,0.8);
}
.accounting-banner{
    position: relative;
    background-image: url('../images/accounting-services.png');
    background-size: cover;
    background-position: center;
}
.accounting-banner::before{
    content: '';
    position: absolute;
    inset: 0;
    background: rgba(0,0,0,0.45); /* Increase to 0.6 if needed */
    z-index: 1;
}

/* Keep text above overlay */
.accounting-banner .caption{
    position: relative;
    z-index: 2;
}

.accounting-banner .caption h2{
    color: #fff;
    font-weight: 700;
    text-shadow: 0 3px 10px rgba(0,0,0,0.8);
}

img
{
	max-width:100%;
	vertical-align: middle;
	border: 0;
}
.clearfix:after
{
	display:block;
	visibility:hidden;
	overflow:hidden;
	clear:both !important;
	content:".";
	line-height:0;
	height:0;
}
.clearfix
{
	display:inline-block;
}
html[xmlns] .clearfix
{
	display:block;
}
*html .clearfix
{
	height:1%;
}
.clear
{
	clear:both !important;
}
.clear:after
{
    display: block;
    content: "";
    clear: both;
}
.left
{
	float:left;
}
.right
{
	float:right;
}
p
{
    color: #000;
    line-height: 25px;
    font-size: 16px;
    font-weight: 300;
    margin: 6px 0;
    /*margin: 15px 0;*/
}
p strong
{
    color: #000;
    font-weight: 600;
}
a
{
	color:#ff3000;
	text-decoration:none;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
a:hover
{
	color:#000; 
}
h1, h2, h3
{ 
	margin:15px 0;
}
#preloader
{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #fff;
    z-index: 9999999999;
}
#status
{
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.loader-icon
{
    width: 100px;
    height: 100px;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
ul.list
{
	padding:0;
	margin:15px 0;
	list-style:none;
} 
ul.list li
{
    color: #000;
    line-height: 22px;
    font-size: 15px;
    font-weight: 300;
    padding-left: 18px;
	position:relative;
	margin-bottom:12px;
}
ul.list li:before
{
    content: " ";
    position: absolute;
    top: 10px;
    left: 0;
    width: 10px;
    height: 2px;
    background: #00a4ef;
}
ul.list li strong
{
	color:#000;
}
ul.list li span
{
	color:#2d3091;
}
.wrapper
{
    overflow: hidden;
}
header
{
	position:relative;
}
.section
{
	outline:0;
}
.footer
{
	
}
.nav-shrink
{
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.nav-shrink.header-top
{
	box-shadow:0px 0px 16px rgba(50, 50, 50, 0.3);
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.header-top
{
	position: relative;
    top: 0;
    left: 0;
    right: 0;
	z-index:99999;
	padding:0px 100px;
	background:#fff;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.header-top h1
{
    margin: 20px 0;
    position: relative;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.header-top h1 img
{
    height: 100px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
.nav-header
{
    background: #00a4ef;
    padding-right: 100px;
    position: absolute;
    right: 0;
}
.nav-header:before
{
    content: " ";
    background: #00a4ef;
    width: 50px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -20px;
    transform: skewX(45deg);
}
.nav-header ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav-header ul li
{
	list-style: none;
    float: left;
    margin-left:10px;
}
.nav-header ul li a
{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
    position: relative;
    padding: 12px 0;
}
.nav-header ul li a i
{
    font-size: 20px;
    line-height: 12px;
    position: relative;
    top: 2px;
}
.nav-header ul li a:after
{
	bottom:0;
    left: 0;
	right:0;
    margin: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #7fba00;
    border-width: 8px;
    z-index: 9999;
	opacity:0;
	display:none;
}
.nav-header ul li:hover > a:after, .nav-header ul li.active > a:after
{
	opacity:1;
}
.nav-header ul li:hover > a, .nav ul li.active > a 
{
	
}
.nav-header ul li ul
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    margin-left: -25px;
	box-shadow: 0px 22px 36px rgba(0, 0, 0, 0.2);
	border-top:solid 2px #7fba00;
}   
.nav-header ul li ul li
{
	list-style: none;
    float: none;
    margin: 0;
    display: block;
}
.nav-header ul ul li a
{
    padding: 12px 25px;
    text-align: left;
    font-size: 15px;
    color: #6c6c6c;
    font-weight: 400;
    width: auto;
    position: relative;
    text-transform: none;
} 
.nav-header ul ul li a:before
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 3px;
    background: #ffb900;
	opacity:0;
}
.nav-header ul ul li a:hover:before
{
	opacity:1;
}
.nav-header ul ul li a:after, .nav-header ul ul li a:nth-of-type(4):after
{
	display:none;
	visibility:hidden;
}
.nav-header ul ul li a:hover, .nav-header ul ul li a:hover:before
{
	color: #f25022;
}
.nav-header ul li ul:hover a
{
	
}
.nav-header ul > li:hover ul
{
	display:block;
}
.header-right
{
    margin-top: 38px;
    padding: 18.5px 0;
	text-align:right;
}
.header-right p
{
    margin: 5px 0;
}
.header-right p i
{
    color: #f25022;
    font-size: 20px;
    width: 22px;
    text-align: center;
}
.nav
{
    background: #4d4d4d;
    padding: 0 25px;
}
.nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.nav ul li
{
    list-style: none;
    float: left;
    /* width: 10%; */
}
.nav ul li a {
    /*line-height:25px;*/
}

.nav ul li:last-of-type a:before
{
	display:none;
}
.nav ul li a:before
{
    content: " ";
    position: absolute;
    top: 50%;
    right: 0;
    width: 1px;
    height: 50%;
    background: #696969;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.nav ul li a
{
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    display: block;
    position: relative;
    text-transform: uppercase;
    padding: 16px 16px;
    white-space: normal;
    text-align: center;
}
.nav ul li a:after
{
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-bottom-color: #7fba00;
    border-width: 8px;
    z-index: 9999;
    opacity: 0;
}
.nav ul li:hover > a:after, .nav ul li.active > a:after
{
	opacity:1;
}
.nav ul li a span
{
	display: none;
    position: absolute;
    top: 15px;
    right: 15px;
    width: 15px;
    height: 15px;
}
.nav ul li a span:before
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 3px;
    height: 100%;
    margin: auto;
    background: #fff;
}
.nav ul li a span:after
{
	content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 3px;
    margin: auto;
    background: #fff;
}
.nav ul li:hover a span:before
{
	opacity:0;
}
.nav ul li:hover > a, .nav ul li.active > a 
{
	color:#00a4ef;
}
.nav ul li ul
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
	left:0;
	right:0;
	width:100%;
	padding:20px 100px;
	box-shadow: 0px 22px 36px rgba(0, 0, 0, 0.2);
	border-top:solid 2px #7fba00;
}
/*.nav ul li ul aside
{
    width: 25%;
    text-align: left;
    border-left: solid 1px #eee;
    float: left;
	padding:50px 30px 50px 0px;
}
.nav ul li ul aside h3 a 
{
    color: #4d4d4d;
    font-size: 18px;
    font-weight: 600;
	margin-left:15px;
	margin-top:0;
	padding:0;
}
.nav ul li ul aside h3 a:hover
{
	text-decoration:underline;
    color: #4d4d4d;
}*/    
.nav ul li ul li
{
	list-style: none;
    float: left;
    margin: 0;
    display: block;
	width:25%;
}
.nav ul ul li a
{
    padding: 10px 8px;
    text-align: left;
    font-size: 14px;
    color: #6c6c6c;
    font-weight: 400;
    width: auto;
    position: relative;
    text-transform: none;
	border-radius:3px;
}
.nav ul ul li a:before
{
    display:none;
}
.nav ul ul li a:after, .nav ul ul li a:nth-of-type(4):after
{
	display:none;
	visibility:hidden;
}
.nav ul ul li a:hover, .nav ul ul li a:hover:before
{
	color: #fff;
	background:#7fba00;
}
.nav ul li ul:hover a
{
	
}
/*.nav ul li ul li .subnav
{
    position: absolute;
    display: none;
    background: #fff;
    z-index: 9999999;
    box-sizing: border-box;
    padding: 20px 0;
	top:0px;
	left: 100%;
	box-shadow: 0px 10px 16px rgba(104, 104, 104, 0.1);
	border-top:none;
	visibility:hidden;
}
.nav ul > li:hover ul, .nav ul li ul li:hover .subnav
{
	display:block;
	visibility:visible;
}*/
.nav ul > li:hover ul
{
	display:block;
}
.showhide
{
	display:none;
}
.banner
{
	position:relative;
	height:65vh;
}
.section-tabs
{
	padding:95px;
}
.section-tabs h2
{
	margin-bottom:50px;
}
.section-tabs ol
{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
	counter-reset: item;
}
.section-tabs ol li
{
    float: left;
    list-style: none;
    width: 25%;
    display: flex;
	position:relative;
}
.section-tabs ol li:before
{
    counter-increment: item;
    content: " " counter(item, decimal-leading-zero);
    position: absolute;
    font-weight: 700;
    font-size: 80px;
    text-align: center;
    top: -40px;
    left: 0;
    right: 0;
    z-index: 99;
    opacity: 0.3;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section-tabs ol li:hover:before
{
    opacity: 0.5;
	color: #ffb900;
}
.section-tabs ol li:nth-of-type(2):hover:before
{
	color: #f25022;
}
.section-tabs ol li:nth-of-type(3):hover:before
{
	color: #00a4ef;
}
.section-tabs ol li:nth-of-type(4):hover:before
{
	color: #7fba00;
}
.section-tabs ol li a
{
	display:block;
	background:url(../images/slide1.jpg) center center no-repeat;
	background-size:cover;
	position:relative;
	z-index:8;
    display: flex;
	margin:5px;
}
.section-tabs ol li:nth-of-type(2) a
{
	background:url(../images/slide2.jpg) center center no-repeat;
	background-size:cover;
}
.section-tabs ol li:nth-of-type(3) a
{
	background:url(../images/slide3.jpg) center center no-repeat;
	background-size:cover;
}
.section-tabs ol li:nth-of-type(4) a
{
	background:url(../images/slide4.jpg) center center no-repeat;
	background-size:cover;
}
.section-tabs ol li a figcaption
{
    padding: 50px 30px 100px 30px;
	position:relative;
	overflow:hidden;
}
.section-tabs ol li a figcaption:before
{
    content: " ";
    position: absolute;
    top: -40px;
    left: -40px;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section-tabs ol li a figcaption:after
{
    content: " ";
    position: absolute;
    bottom: -40px;
    right: -40px;
    width: 40px;
    height: 40px;
    background: #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section-tabs ol li a:hover figcaption:before
{
    top: -20px;
    left: -20px;
}
.section-tabs ol li a:hover figcaption:after
{
    bottom: -20px;
    right: -20px;
}
.section-tabs ol li a h3
{
	margin-top: 0;
    color: #fff;
    font-size: 22px;
    font-weight: 600;
    position: relative;
    display: inline-block;
}
.section-tabs ol li a h3:after
{
	content: " ";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 3px;
    background: #fff;
	display:none;
}
.section-tabs ol li a p
{
    color: #fff;
	line-height:20px;
}
.section-tabs ol li a h5
{
    margin: 0;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    position: absolute;
    padding-left: 20px;
    bottom: 50px;
}
.section-tabs ol li a h5:before
{
    content: " ";
    position: absolute;
    top: 6px;
    left: 0;
    width: 16px;
    height: 3px;
    background: #fff;
}
.section-tabs ol li a:hover
{
	
}
.section-tabs ol li a:after
{
	content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0, 0, 0, 0.2);
	z-index:-8;
}
.section-tabs ol li a:hover:after
{
	background:rgba(255, 185, 0, 0.6);
}
.section-tabs ol li:nth-of-type(2) a:hover:after, .section-tabs ol li:nth-of-type(6) a:hover:after
{
	background:rgba(242, 80, 34, 0.6);
}
.section-tabs ol li:nth-of-type(3) a:hover:after, .section-tabs ol li:nth-of-type(7) a:hover:after
{
	background:rgba(0, 164, 239, 0.6);
}
.section-tabs ol li:nth-of-type(4) a:hover:after, .section-tabs ol li:nth-of-type(8) a:hover:after
{
	background:rgba(127, 186, 0, 0.6);
}
.section-home
{
	padding:0 100px 85px 100px;
    display: flex;
    align-items: center;
	position:relative;
}
.section-home:before
{
    content: " ";
    position: absolute;
    top: 0;
    left: -100px;
    width: 200px;
    height: 200px;
    background: #ffb900;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section-home:after
{
    content: " ";
    position: absolute;
    bottom: 0;
    right: -100px;
    width: 200px;
    height: 200px;
    background: #f25022;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.section-home h2, .section-why-choose h2, .section-talent article h2, .section-count h2, .section-content h2, .section-tabs h2, .branches h2
{
	font-size:40px;
	text-transform:uppercase;
	color:#4d4d4d;
	font-weight:700;
	padding-left:20px;
	border-left:solid 2px #4d4d4d;
	position:relative;
}
.section-home h2
{
	display:inline-block;
}
.section-home h2:before, .section-why-choose h2:before, .section-talent article h2:before, .section-count h2:before, .section-content h2:before, .section-tabs h2:before, .branches h2:before
{
    content: " ";
    position: absolute;
    top: 0;
    left: -7px;
    height: 50%;
    width: 5px;
    margin: auto;
    background: #ffb900;
}
.section-home h2:after, .section-why-choose h2:after, .section-talent article h2:after, .section-count h2:after, .section-content h2:after, .section-tabs h2:after, .branches h2:after
{
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    height: 50%;
    width: 5px;
    margin: auto;
    background: #00a4ef;
}
.section-home aside
{
    padding: 0 50px;
    text-align: center;
    width: 50%;
}
.section-home aside a
{
    color: #fff;
    font-size: 16px;
    padding: 18px 22px;
    font-weight: 600;
    display: inline-block;
    margin: 15px 0;
    text-transform: uppercase;
    background: #00a4ef;
    border-radius: 15px 0;
}
.section-home aside a:hover
{
    background: #7fba00;
    border-radius: 0 15px;
}
.section-home figure
{
    width: 50%;
    border-radius: 50%;
    overflow: hidden;
}
.section-why-choose
{
    background: #4d4d4d;
    padding: 85px;
}
.section-why-choose h2
{
    color: #fff;
    border-left: solid 2px #fff;
    margin-left: 15px;
}
.section-why-choose p
{
    color: #fff;
}
.section-why-choose aside
{
    padding: 15px;
    width: 35%;
}
.section-why-choose figure
{
    padding: 15px;
    width: 30%;
}
.section-talent
{
	position:relative;
}
.section-talent article
{
	background:#00a4ef;
	padding:85px 100px;
	text-align:center;
}
.section-talent article h2
{
	display:inline-block;
	border-left:solid 2px #fff;
	color:#fff;
}
.section-talent article p
{
	color:#fff;
}
.section-talent article h2:after
{
    background: #7fba00;
}
.section-talent article h2
{
	display:inline-block;
	border-left:solid 2px #fff;
}
.section-talent aside
{
    padding: 35px 100px;
}
.section-talent aside h1
{
    width: 50%;
    font-size: 40px;
    color: #4d4d4d;
    font-weight: 700;
    text-align: right;
    float: left;
    padding-right: 30px;
}
.section-talent aside p
{
    width: 50%;
    float: left;
    padding-left: 30px;
    padding-right: 100px;
	position:relative;
}
.section-talent aside p:before
{
    content: " ";
    position: absolute;
    top: 0;
    left: -5px;
    height: 50%;
    width: 5px;
    margin: auto;
    background: #f25022;
}
.section-talent aside p:after
{
    content: " ";
    position: absolute;
    top: 50%;
    left: 0;
    height: 50%;
    width: 5px;
    margin: auto;
    background: #7fba00;
}
.section-talent ul
{
    padding: 0px 95px 95px 95px;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
	position:relative;
}
.section-talent ul:before
{
    content: " ";
    position: absolute;
    top: -150px;
    left: -220px;
    width: 300px;
    height: 300px;
    background: #7fba00;
    border-radius: 50%;
    z-index: -8;
}
.section-talent ul:after
{
    content: " ";
    position: absolute;
    bottom: -100px;
    right: -220px;
    width: 300px;
    height: 300px;
    background: #00a4ef;
    border-radius: 50%;
    z-index: -8;
}
.section-talent ul li
{
    float: left;
    width: 25%;
    display: flex;
}
.section-talent ul li figcaption
{
    margin: 5px;
    padding: 30px;
	text-align:center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	border-radius:15px 0;
	background-size:cover;
	position:relative;
	z-index:8;
	overflow:hidden;
	background:url(../images/Start-a-Conversation.jpg) left center no-repeat;
}
.section-talent ul li figcaption:after
{
	content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0, 0, 0, 0.3);
	z-index:-8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.section-talent ul li:hover figcaption:after
{
	background:rgba(0, 0, 0, 0.8);
}
.section-talent ul li:nth-of-type(2) figcaption
{
	border-radius:0 15px;
	background-size:cover;
	background:url(../images/Free-Estimate.jpg) left center no-repeat;
}
.section-talent ul li:nth-of-type(3) figcaption
{
	border-radius:15px 0;
	background-size:cover;
	background:url(../images/Safe-Payment.jpg) left center no-repeat;
}
.section-talent ul li:nth-of-type(4) figcaption
{
	border-radius:0 15px;
	background-size:cover;
	background:url(../images/Manage-&-Scale.jpg) left center no-repeat;
}
.section-talent ul li:hover figcaption, .section-talent ul li:hover:nth-of-type(3) figcaption
{
    /*box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);*/
	border-radius:0 15px;
}
.section-talent ul li:hover:nth-of-type(2) figcaption, .section-talent ul li:hover:nth-of-type(4) figcaption
{
	border-radius:15px 0;
}
.section-talent ul li:hover figcaption
{
	background-position:right center;
}
/*.section-talent ul li:hover figcaption
{
	background:url(../images/Start-a-Conversation.jpg) center center no-repeat;
	background-size:cover;
}
.section-talent ul li:hover:nth-of-type(2) figcaption
{
	background:url(../images/Free-Estimate.jpg) center center no-repeat;
	background-size:cover;
}
.section-talent ul li:hover:nth-of-type(3) figcaption
{
	background:url(../images/Safe-Payment.jpg) center center no-repeat;
	background-size:cover;
}
.section-talent ul li:hover:nth-of-type(4) figcaption
{
	background:url(../images/Manage-&-Scale.jpg) center center no-repeat;
	background-size:cover;
}*/
.section-talent ul li figcaption img
{
    width: 50px;
    opacity: 0.8;
    margin-top: 15px;
}
.section-talent ul li figcaption h3
{
    font-size: 18px;
    color: #fff;
    font-weight: 600;
}
.section-talent ul li figcaption p
{
    color: #fff;
}
.section-count
{
    padding: 0 100px 100px 100px;
}
.section-count h2
{
    margin-bottom:35px;
}
.section-count ul
{
    padding: 0;
    margin: 0 -20px;
    list-style: none;
	text-align:center;
}
.section-count ul li
{
	float:left;
    width: 25%;
    text-align: center;
    position: relative;
}
.section-count ul li:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: url(../images/shape.svg) bottom center no-repeat;
    background-size: contain;
    border-radius: 100%;
    z-index: -8;
    margin: -10.7px;
}
.section-count ul li:nth-of-type(2):after, .section-count ul li:nth-of-type(4):after
{
	-webkit-transform:rotate(180deg);
	transform:rotate(180deg);
}
.section-count ul li svg
{
    fill: #ffb900;
	margin:10px;
}
.section-count ul li:nth-of-type(2) svg
{
    fill: #f25022;
}
.section-count ul li:nth-of-type(3) svg
{
    fill: #00a4ef;
}
.section-count ul li:nth-of-type(4) svg
{
    fill: #7fba00;
}
.section-count ul li figcaption
{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    margin: auto;
}
.section-count ul li figcaption > div
{
    vertical-align: middle;
    display: table-cell;
}
.section-count ul li h1
{
    font-weight:700;
    color: #fff;
    line-height: 0px;
    font-size: 50px;
    font-style: italic;
}
.section-count ul li h1:after
{
    content: "+";
    font-size: 22px;
    margin-left: 4px;
    top: -3px;
    position: relative;
}
.section-count ul li p
{
    margin: 0;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    text-transform: uppercase;
}
.footer
{
	position:relative;
	padding:85px 100px;
    background: #4d4d4d;
}
.footer aside
{
    margin-right: 4%;
}

/* .footer aside:nth-of-type(5), .footer aside:last-of-type */
.footer aside:last-of-type
{
    margin-right: 0;
}
.footer h1
{
	margin:0;
}
.footer h3
{
    color: #fff;
    margin-top: 0;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
}
.footer p
{
    color: #fff;
    font-size: 15px;
}
.footer-link
{
	
}
.footer-link ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.footer-link ul li
{
    list-style: none;
    position: relative;
}
.footer-link ul li a
{
    display: block;
    color: #fff;
    font-size: 15px;
    line-height: 22px;
	font-weight:300;
}
.footer-link ul li a:hover
{
	text-decoration:underline;
}
.social-media
{
	
}
.social-media a
{
    display: block;
    float: left;
    margin-right: 8px;
	color:#fff;
	font-size:22px;
}
.social-media a:hover
{
	opacity:0.6;
}
.footer-text
{
	
}
.footer-text-link
{
	padding:20px 100px;
	background:#252222;
	text-align:center;
    color: #fff;
}
.footer-text-link a
{
    color: #a4cd49;
}
.footer-text-link p
{
    color: #fff;
}
.footer-text-link a:hover
{
	text-decoration:underline;
}
.banner-heading
{
	background:#D8D8D8;
	background-size:cover;
    background-position: center center;
    padding: 150px 100px;
	position:relative;
	z-index:8;
}
.banner-heading nav
{
    bottom: 15px;
    position: absolute;
    left: 100px;
    z-index: 9999;
}
.banner-heading nav ul
{
    padding: 0;
    margin: 0;
    list-style: none;
}
.banner-heading nav ul li
{
    float: left;
    list-style: none;
    position: relative;
    color: #fff;
    font-size: 15px;
    margin-right: 16px;
}
.banner-heading nav ul li:first-of-type:before
{
	display:none;
}
.banner-heading nav ul li:before
{
	content: " ";
    position: absolute;
    top: -1px;
    bottom: 0;
    left: -8px;
    width: 1px;
    height: 18px;
    background: #fff;
}
.banner-heading nav ul li a
{
    color: #ffb900;
    font-size: 15px;
	display:block;
}
.banner-heading nav ul li a:hover
{
	text-decoration:underline;
}
.banner-color
{
    position: relative;
    overflow: hidden;
}
.banner-color:before
{
	content:" ";
    position: absolute;
    top: -150px;
    right: 60px;
    width: 300px;
    height: 300px;
    background: rgba(285, 185, 0, 0.6);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.banner-color:after
{
	content:" ";
    position: absolute;
    bottom: -150px;
    right: 140px;
    width: 300px;
    height: 300px;
    background: rgba(0, 164, 239, 0.6);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.banner-heading article:after
{
	content:" ";
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	right:0;
	background:rgba(0, 0, 0, 0.4);
	z-index:-8;
}
.banner-heading h2
{
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 44px;
	display:inline-block;
	position:relative;
}
.banner-heading h1 {
    margin: 0;
    color: #fff;
    font-weight: 700;
    font-size: 44px;
    display: inline-block;
    position: relative;
}
.banner-heading h1 span
{
    display:block;
    position: relative;
    z-index: 9;
}
.banner-heading h2 span
{
	display:block;
    position: relative;
	z-index: 9;
}
.banner-heading h1:before, .banner-heading h1:after, .banner-heading h1 span:before, .banner-heading h1 span:after
{
    content:" ";
    position: absolute;
    bottom: -153px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #ffb900;
}
.banner-heading h1:after
{
    left: 30px;
    background: #f25022;
}
.banner-heading h1 span:before
{
    left: 60px;
    background: #00a4ef;
}
.banner-heading h1 span:after
{
    left: 90px;
    background: #7fba00;
}
.banner-heading h2:before, .banner-heading h2:after, .banner-heading h2 span:before, .banner-heading h2 span:after
{
	content:" ";
    position: absolute;
    bottom: -153px;
    left: 0;
    width: 30px;
    height: 3px;
    background: #ffb900;
}
.banner-heading h2:after
{
    left: 30px;
    background: #f25022;
}
.banner-heading h2 span:before
{
    left: 60px;
    background: #00a4ef;
}
.banner-heading h2 span:after
{
    left: 90px;
    background: #7fba00;
}
.section-content
{
	position:relative;
	padding:85px 100px;
}
.services
{
	padding:0;
	margin:85px 100px;
}
.services:before
{
    top: -250px;
}
.services:after
{
    left: -220px;
    margin-left: -100px;
}
.section-content:before
{
    content: " ";
    position: absolute;
    top: -150px;
    right: 0;
    width: 300px;
    height: 300px;
    background: #7fba00;
    border-radius: 50%;
    z-index: -8;
}
.section-content:after
{
    content: " ";
    position: absolute;
    bottom: 0;
    left: -120px;
    width: 200px;
    height: 200px;
    background: #00a4ef;
    border-radius: 50%;
    z-index: -8;
}
.section-content h2
{
    margin: 28px 0;
	/*margin:20px 0;*/
    font-size: 34px;
}
.section-content h2:before
{
    background: #f25022;
}
.section-content h2:after
{
    background: #7fba00;
}
.section-content h3
{
    font-size: 26px;
    text-transform: uppercase;
    color: #4d4d4d;
    font-weight: 700;
    margin: 25px 0;
}
.content
{
	width:65%;
}
.sidebar-sticky
{
	width:30%;
	position:relative;
}
.sidebar-responsive
{
	display:none;
}
.sidebar
{
	width:30%;
	position:relative;
}
.sidebar img
{
	margin:15px 0;
}
.sidebar nav
{
	margin:15px 0;
	background:#fff;
}
.sidebar nav ul
{
	padding:0;margin:0;list-style:none;
}
.sidebar nav ul li
{
	list-style:none;
}
.sidebar nav ul li a
{
    display: block;
    text-align: left;
    color: #6f726a;
    font-weight: 500;
    font-size: 16px;
    padding: 10px 15px;
    position: relative;
	border-left:solid 2px #4d4d4d;
}
.sidebar nav ul li a:before
{
    content: " ";
    position: absolute;
    top: 0;
    left: -4px;
    width: 4px;
	height:50%;
    background: #f25022;
    opacity: 0;
}
.sidebar nav ul li a:hover:after
{
    content: " ";
    position: absolute;
    top: 50%;
    left: -4px;
    width: 4px;
	height:50%;
    background: #7fba00;
    opacity: 0;
}
.sidebar nav ul li a:hover:before, .sidebar nav ul li.active a:before,
.sidebar nav ul li a:hover:after, .sidebar nav ul li.active a:after
{
	opacity:1;
}
.sidebar nav ul li a:hover, .sidebar nav ul li.active a
{
	color:#4d4d4f;
}
.sidebar img
{
	margin:15px 0;
}
.section-content article
{
	display:flex;
    align-items: center;
}
.section-content article .content
{
	padding-left:5%;
}
.split
{
	width:48%;
}
.icon-tabs
{
	
}
.icon-tabs ul
{
    margin: 0;
    display: flex;
    flex-wrap: wrap;
	position:relative;
}
.icon-tabs ul li
{
    float: left;
    width: 33.333333%;
    display: flex;
}
.icon-tabs ul li figcaption
{
    margin: 10px;
    background: #F3F3F3;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.1);
    padding: 30px 30px 30px 30px;
    text-align: center;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
    font-size: 18px;
    width: 100%;
    border-radius: 15px;
    position: relative;
}
.icon-tabs ul li figcaption:before
{
    content: " ";
    background: url(../images/check.svg) center center no-repeat;
    background-size: contain;
    width: 50px;
    height: 50px;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    margin: auto;
	display:none;
}
.icon-tabs ul li figcaption i
{
	display:block;
	margin:0 0 15px 0;
}
.icon-tabs ul li figcaption i img
{
    width: 50px;
    height: 50px;
}
.icon-tabs ul li:hover figcaption
{
    background: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
}
.icon-tabs ul li figcaption img
{
    width: 50px;
    opacity: 0.8;
    margin-top: 15px;
}
.icon-tabs ul li figcaption h3
{
    font-size: 18px;
    color: #ffb900;
    font-weight: 600;
}
.vision-mission
{
    padding: 0 50px;
    position: relative;
}
.vision-mission:before
{
    content: " ";
    width: 0;
    height: 0;
    border-top: 100px solid #f25022;
    border-right: 100px solid transparent;
    position: absolute;
    top: 0;
    left: 100px;
}
.vision-mission:after
{
    content: " ";
    width: 0;
    height: 0;
    border-top: 100px solid #7fba00;
    border-left: 100px solid transparent;
    position: absolute;
    top: 0;
    right: 100px;
}
.vision-mission aside
{
    width: 50%;
    text-align: center;
    padding: 50px;
    position: relative;
}
.vision-mission aside:first-of-type:before, .vision-mission aside:first-of-type:after
{
	display:none;
}
.vision-mission aside:before
{
    content: " ";
    position: absolute;
    top: 0;
    left: 1px;
    width: 2px;
    height: 50%;
    background: #ffb900;
}
.vision-mission aside:after
{
    content: " ";
    position: absolute;
    top: 50%;
    left: -1px;
    width: 2px;
    height: 50%;
    background: #00a4ef;
}
.vision-mission aside img
{
    width: 80px;
    opacity: 0.5;
	margin:15px 0;
}
.vision-mission aside h3
{
    font-size: 26px;
    text-transform: uppercase;
    color: #4d4d4d;
    font-weight: 700;
}
.about-tab
{
	padding:85px 0 0 0;
}
.about-tab article
{
    width: 33.333333%;
    float: left;
    border-radius: 50%;
    overflow: hidden;
    position: relative;
}
.about-tab article:before
{
	content:" ";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4d4d4d;
    z-index: 8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	height:0%;
    border-radius: 50%;
}
.about-tab article:hover:before
{
    top: 0;
    bottom: auto;
	height:100%;
}
.about-tab aside
{
    padding: 0 50px;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: table;
    margin: auto;
    z-index: 8;
}
.about-tab aside > div
{
	vertical-align:middle;
	display:table-cell;
}
.about-tab aside h3, .accessibility h3
{
    font-size: 26px;
    text-transform: uppercase;
    color: #4d4d4d;
    font-weight: 700;
}
.about-tab aside h3, .about-tab aside p
{
    color: #fff;
}
.about-tab aside a:hover
{
    background: #7fba00;
    border-radius: 0 15px;
}
.about-tab figure
{
	position:relative;
}
.about-tab figure:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background:rgba(255, 185, 0, 0.7);
}
.about-tab article:nth-of-type(2) figure:after
{
	background:rgba(0, 164, 239, 0.7);
}
.about-tab article:nth-of-type(3) figure:after
{
	background:rgba(127, 186, 0, 0.7);
}
/*.about-tab
{
	padding:85px 0 0 0;
}
.about-tab article
{
    display: flex;
    align-items: center;
    position: relative;
}
.about-tab article:before
{
	content:" ";
    position: absolute;
    top: auto;
    bottom: 0;
    left: 0;
    right: 0;
    background: #4d4d4d;
    z-index: 8;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
	height:0%;
    border-radius: 50%;
	display:none;
}
.about-tab article:hover:before
{
    top: 0;
    bottom: auto;
	height:100%;
}
.about-tab aside
{
    padding: 0 50px;
    text-align: center;
    width: 50%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 50%;
    height: 100%;
    display: table;
    margin: auto;
    z-index: 8;
}
.about-tab article:nth-of-type(2) aside
{
    right: 0;
}
.about-tab aside > div
{
	vertical-align:middle;
	display:table-cell;
}
.about-tab aside h3, .accessibility h3
{
    font-size: 26px;
    text-transform: uppercase;
    color: #4d4d4d;
    font-weight: 700;
}
.about-tab aside p
{
	
}
.about-tab aside h3
{
    color: rgba(255, 185, 0);
}
.about-tab article:nth-of-type(2) aside h3
{
	color:rgba(0, 164, 239);
}
.about-tab article:nth-of-type(3) aside h3
{
	color:rgba(127, 186, 0);
}
.about-tab aside a:hover
{
    background: #7fba00;
    border-radius: 0 15px;
}
.about-tab figure
{
    width: 50%;
	position:relative;
}
.about-tab figure:after
{
    content: " ";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
	background:rgba(255, 185, 0, 0.7);
}
.about-tab article:nth-of-type(2) figure:after
{
	background:rgba(0, 164, 239, 0.7);
}
.about-tab article:nth-of-type(3) figure:after
{
	background:rgba(127, 186, 0, 0.7);
}*/
.client-testimonials
{
	
}
.client-testimonials h2, .get-a-quote h2
{
   	margin: 30px 0 0 0;
    text-align: left;
    font-size: 24px;
}
/*.client-testimonials h3
{
    margin: 0;
    font-weight: 500;
}
.client-testimonials p
{
    color:#fff;
}
.client-testimonials .item
{
    margin-top: 30px;
	background:#4d4d4d;
    text-align: left;
    padding: 0 20px 20px 20px;
    margin-bottom: 40px;
    width: 100%;
}
.client-testimonials .item:before
{
    content: " ";
    position: absolute;
    right: 33px;
    bottom: -4px;
    display: block;
    width: 0;
    height: 0;
    border: 23px solid transparent;
    border-top-color: #4d4d4d;
    z-index: 9;
}
.client-testimonials h4
{
    font-size: 20px;
    font-weight: 600;
    color: #ffb900;
}
.client-testimonials h4 small
{
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}
.client-testimonials h4 small
{
    font-weight: 400;
    font-size: 13px;
    color: #fff;
}*/
.get-a-quote
{
	
}
.get-a-quote h2
{
	margin-top:0;
}
.get-a-quote fieldset
{
	background:#e7e7e7;
	padding:20px;
	margin-top:10px;
}
.get-a-quote fieldset p
{
	margin-top:0;
    text-align: center;
}
a.get-a-quote
{
    display: inline-block;
    padding: 20px 20px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin: 15px 0;
    color: #fff;
    border-radius: 15px 0;
    background: #f25022;
}
a:hover.get-a-quote
{
    border-radius: 0 15px;
}
.section-contact, .section-work
{
    background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
    position: relative;
    text-align: center;
    padding: 100px 100px;
}
.section-contact, .section-work h2
{
	font-size: 36px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    margin: 0;
}
.section-contact, .section-work p
{
	color: #fff;
    font-size: 16px;
    margin: 0;
}
.section-contact, .section-work a
{
    display: inline-block;
    padding: 20px 20px;
    margin: 30px 5px 0 5px;
    font-weight: 600;
    font-size: 18px;
    text-transform: uppercase;
    margin-bottom: 15px;
    color: #fff;
    border-radius: 15px 0;
}
.section-contact, .section-work a:first-of-type
{
    background: #f25022;
}
.section-contact, .section-work a:nth-of-type(2)
{
    background: #7fba00;
}
.section-contact a:hover:first-of-type, .section-work a:hover:first-of-type, .section-contact a:hover:nth-of-type(2), .section-work a:hover:nth-of-type(2)
{
    border-radius: 0 15px;
}
.tab-nav
{
	
}
.tab-nav
{
    position: relative;
}
.tab-nav ul
{
    padding: 0;
    margin: 0 0 20px 0;
    list-style: none;
}
.tab-nav ul li
{
	display:inline-block;
    list-style: none;
	margin-right:10px;
}
.tab-nav ul li a
{
    position: relative;
    color: #fff;
    font-size: 18px;
    outline: 0;
    padding: 12px 0px;
    display: block;
}
.tab-nav ul li a:hover
{
	color:#ffb900;
}
.tab-nav ul li a.ui-tabs-active, .tab-nav ul li a.ui-tabs-active:after
{
	opacity:1;
	color:#ffb900;
}
.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited
.ui-state-active a:after, .ui-state-active a:link:after, .ui-state-active a:visited:after
{
	color:#ffb900;
	opacity:1;
}
.tab-nav ul li a:after
{
	content:" ";
	position:absolute;
	bottom:-2px;
	left:0;
	right:0;
	width:100%;
	height:3px;
	background:#00a4ef;
	opacity:0;
}
.tab-nav ul li a:hover:after
{
	opacity:1;
}
.accessibility
{
    background: #4d4d4d;
    padding: 85px;
}
.accessibility article
{
	outline:0;
}
.accessibility h3
{
    color: #fff;
}
.accessibility p
{
    color: #fff;
}
.accessibility aside
{
    padding: 15px;
    width: 35%;
}
.accessibility figure
{
    padding: 15px;
    width: 30%;
}
.accessibility strong
{
    color: #fff;
}
.accessibility ul li
{
    color: #fff;
}

.contact
{
	
}
.career
{
	
}
.career fieldset
{
	width:60%;
	margin:auto;
}
.date-icon
{
	position:relative;
}
.date-icon:after
{
    content: " ";
    background: url(../images/calendar.svg) center center no-repeat;
    background-size: contain;
    width: 23px;
    height: 32px;
    position: absolute;
    top: 8px;
    right: 24px;
    opacity: 0.5;
}
.contact h2
{
    color: #00a4ef;
    font-size: 26px;
    font-weight: 700;
    position: relative;
    margin-top: 0;
    display: inline-block;
}
.contact h4
{
    color: #000;
    font-weight: 300;
    font-size: 20px;
}
.contact p
{
    text-align: left;
}
.contact p strong
{
	color:#7c8188;
}
.contact p i
{
    display: block;
    font-size: 26px;
    color: #7fba00;
    font-weight: normal;
    margin: auto;
    padding: 10px 0;
}
.contact aside
{
	width:35%;
}
.contact aside p
{
	text-align:center;
}
.contact aside
{
	padding:0 50px;
	text-align:center;
}
.contact fieldset
{
    border-top: solid 3px #f1f1f1;
    margin-top: 20px;
    padding-top: 30px;
}
.contact fieldset p
{
	text-align:left;
}
.contact fieldset aside
{
    width: 50%;
    padding: 0 0;
}
.contact fieldset aside:first-of-type
{
	padding:0 0;
}
.contact fieldset aside:nth-of-type(2)
{
	padding:0 0;
}
.contact iframe
{
	
}
.contact fieldset label, .get-a-quote fieldset label
{
	position:relative;
}
.contact fieldset label:after, .get-a-quote fieldset label:after
{
	content:"*";
	color:#F00;
	position:absolute;
	font-size:16px;
	left:11px;
	padding:3px 0;
}
.contact fieldset input::-webkit-input-placeholder, .choose fieldset input::-webkit-input-placeholder
.contact fieldset textarea::-webkit-input-placeholder, .choose fieldset textarea::-webkit-input-placeholder
.contact fieldset input::-moz-placeholder, .choose fieldset input::-moz-placeholder
.contact fieldset textarea::-moz-placeholder, .choose fieldset textarea::-moz-placeholder
.contact fieldset input:-ms-input-placeholder, .choose fieldset input:-ms-input-placeholder
.contact fieldset textarea:-ms-input-placeholder, .choose fieldset textarea:-ms-input-placeholder
.contact fieldset input:-moz-placeholder, .choose fieldset input:-moz-placeholder
.contact fieldset textarea:-moz-placeholder, .choose fieldset textarea:-moz-placeholder
{
	color: #4d4d4f;
	font-family: 'Poppins', sans-serif;
	font-weight:400;
	font-size:16px;
}
.contact fieldset input[type=text], .contact fieldset input[type=email], .contact fieldset input[type=number]
{
    padding: 14px 20px;
    box-sizing: border-box;
    width: 100%;
	border:solid 2px #fff;
    background: #f1f1f1;
    outline: 0;
    position: relative;
    color: #4d4d4f;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    border-radius: 3px;
}
.get-a-quote fieldset input[type=text], .get-a-quote fieldset input[type=email], .get-a-quote fieldset input[type=number]
{
    padding: 14px 20px;
    box-sizing: border-box;
    width: 100%;
	border:solid 2px #e7e7e7;
    background: #fff;
    outline: 0;
    position: relative;
    color: #4d4d4f;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    border-radius: 3px;
}
.get-a-quote fieldset input[type=text], .get-a-quote fieldset input[type=email], .get-a-quote fieldset input[type=number]
{
	margin-bottom:0px;
}
.select, .select-quote
{
	position: relative;
	display: inline-block;
	width: 100%;
}
.select select
{
    padding: 14px 20px;
    box-sizing: border-box;
    width: 100%;
	border:solid 2px #fff;
    background: #f1f1f1;
    outline: 0;
    position: relative;
    color: #4d4d4f;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    border-radius: 3px;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.select-quote select
{
    padding: 14px 20px;
    box-sizing: border-box;
    width: 100%;
	border:solid 2px #e7e7e7;
    background: #fff;
    outline: 0;
    position: relative;
    color: #4d4d4f;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    border-radius: 3px;
	margin-bottom:0%;
	cursor:pointer;
	-webkit-appearance: none;
	-moz-appearance: none;
}
.select select::-ms-expand, .select-quote select::-ms-expand
{
	display: none;
}
select select:hover,
.select select:focus,
.select-quote select:hover,
.select-quote select:focus
{
    color: #4d4d4f;
}
.select:after, .select-quote:after
{
    content: "\f107";
    font-family: 'FontAwesome';
    position: absolute;
    top: 13px;
    right: 24px;
    color: #000;
    pointer-events: none;
    font-weight: normal;
    font-size: 26px;
}
.file-upload
{
    position: relative;
    display: block;
    text-align: left;
}
.file-upload__label
{
    display: block;
	padding: 16px 20px;
    position: relative;
    color: #4d4d4f;
	border:solid 2px #e7e7e7;
    background: #fff;
    border-radius: 3px;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    margin-bottom: 1.8%;
    transition: background .3s;
	cursor:pointer;  
  &:hover {
     cursor: pointer;
     background: #000;
  }
}
.file-upload__label:after
{
    display:none;
}
.file-upload__input
{
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    font-size: 1;
    width:0;
    height: 100%;
    opacity: 0;
}
.contact fieldset textarea
{
	padding: 14px 20px;
    box-sizing: border-box;
    width: 100%;
	border:solid 2px #fff;
    background: #f1f1f1;
    outline: 0;
    position: relative;
    color: #4d4d4f;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    border-radius: 3px;
    box-shadow: 0px 5px -2px #e7e9ed;
	resize:none;
}
.get-a-quote fieldset textarea
{
	padding: 14px 20px;
    box-sizing: border-box;
    width: 100%;
	border:solid 2px #e7e7e7;
    background: #fff;
    outline: 0;
    position: relative;
    color: #4d4d4f;
    font-family: 'Poppins', sans-serif;
    font-size: 13px;
    border-radius: 3px;
    box-shadow: 0px 5px -2px #e7e9ed;
	resize:none;
}
.contact fieldset input[type=submit], .contact fieldset input[type=reset], .get-a-quote fieldset input[type=submit], .get-a-quote fieldset input[type=reset]
{
    border: none;
    padding: 16px 26px;
    outline: 0;
    color: #fff;
    font-weight: 600;
    cursor: pointer;
    font-size: 18px;
    font-family: 'Poppins', sans-serif;
    margin-top: 15px;
	text-transform:uppercase;
}
.get-a-quote fieldset input[type=submit], .get-a-quote fieldset input[type=reset]
{
    padding: 10px 20px;
    font-size: 14px;
    margin-top: 5px;
}
.contact fieldset input[type=submit], .get-a-quote fieldset input[type=submit]
{
    background: #7fba00;
}
.contact fieldset input[type=reset], .get-a-quote fieldset input[type=reset]
{
	background: #00a4ef;
}
.branches
{
	width:60%;
}
.branches h2
{
	margin-left:10px;
	font-size:26px;
}
.branches ul
{
    padding: 0;
    margin: 0;
    display: flex;
    flex-wrap: wrap;
}
.branches ul li
{
    float: left;
    width: 50%;
    display: flex;
}
.branches ul li figcaption
{
	background: #fff;
    box-shadow: 0 0 1rem rgba(0, 0, 0, 0.2);
    padding: 15px 30px;
    border-radius: 15px;
    margin: 10px;
    width: 100%;
}
.branches ul li figcaption h3
{
	color:#7fba00;
	font-size:22px;
	font-weight:600;
}
.hide
{
	display:none;
}
.visible
{
	display:block;
}
.show
{
	display:none;
}
.ba-slider {
  position: relative;
  overflow: hidden;  
  margin:0px auto;
}
.ba-slider img {
  width: auto;
  display: block;
  max-width:none;
}
.resize {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 50%;
  overflow: hidden;
}
.handle {
  /* Thin line seperator */
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 4px;
  margin-left: -2px;
  background: rgba(0, 0, 0, 0.5);
  cursor: ew-resize;
}
.handle:after {
  /* Big orange knob  */
  position: absolute;
  top: 50%;
  width: 64px;
  height: 64px;
  margin: -32px 0 0 -32px;
  content: '\21d4';
  color: white;
  font-weight: bold;
  font-size: 36px;
  text-align: center;
  line-height: 64px;
  background: #ffb800;
  /* @orange */
  border: 1px solid #e6a600;
  /* darken(@orange, 5%) */
  border-radius: 50%;
  transition: all 0.3s ease;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3), inset 0 2px 0 rgba(255, 255, 255, 0.5), inset 0 60px 50px -30px #ffd466;
  /* lighten(@orange, 20%)*/
}
.draggable:after {
  width: 48px;
  height: 48px;
  margin: -24px 0 0 -24px;
  line-height: 48px;
  font-size: 30px;
}
.client-testimonials { margin-top: 30px; } .client-testimonials ul { padding: 0; margin: 0 -15px; list-style: none; } .client-testimonials ul li { background: #e7e7e7; float: left; list-style: none; width: 33.333333%; padding: 30px 45px; border: solid 15px #fff; text-align: left; margin-bottom:30px; } .client-testimonials ul li:after { content: ''; position: absolute; bottom: -30px; right: 0; border-style: solid; border-width: 0px 86px 42px 0; border-color: transparent #e7e7e7 transparent transparent; }
.client-testimonials ul li h4
	{ 
		color: #00a4ef;
		font-weight: 600;
		font-size: 20px;
	}
.client-testimonials ul li h3
	{ 
		background: #7fba00;
		color: #fff;
		font-weight: 300;
		font-size: 18px;
		padding: 10px 16px 10px 35px;
		font-style: italic;
		display: inline-block;
		position: relative;
		border-radius: 30px;
	}
.client-testimonials ul li h3:before
	{
		content: " ";
		position: absolute;
		top: 16px;
		left: 16px;
		width: 15px;
		height: 3px;
		background: #fff;
    } .client-testimonials ul li p { position: relative; color: #000; } .client-testimonials ul li p:before { content: "\f10d"; font-family: 'FontAwesome'; color: #747474; font-size: 26px; font-weight:100; margin-right:8px; } .client-testimonials ul li p:after { content: "\f10e"; font-family: 'FontAwesome'; color: #747474; font-size: 26px; font-weight:100; margin-left:8px; }
    
    /*.wp-icon-bottom {
    position: fixed;
    left: 20px;
    bottom: 60px;
    width: 60px;
    height: 60px;
    z-index: 999;
    }
    .wp-icon-bottom img {
        height: 50px;
        width: auto;
    }*/

    #toTopr {
    color: #ffffff;
    background-color: #24dc5e;
    padding: 15px;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    text-decoration: none;
    position: fixed;
    bottom: 22px;
    /*right: 30px;*/
     left: 20px; 
    overflow: hidden;
    z-index: 999;
    box-shadow: 0 5px 11px 0 rgb(0 0 0 / 18%), 0 4px 15px 0 rgb(0 0 0 / 15%);
    }

    #toTopr i {
    font-size: 35px;
    display: block;
    overflow: hidden;
    float: right;
    line-height: 32px;
    }
    

