/*====================================== reset.css is here ========================================*/

* {
    margin: 0;
}
html,body {
    height: 100%;
}
.wrapper {
    min-height: 100%;
    height: auto !important;
    height: 100%;
    margin: 0 auto -4em;
}
.footer .push {
    height: 4em;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
    margin: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
fieldset,
img {
    border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
    font-style: normal;
    font-weight: normal;
}
ol,
ul {
    list-style: none;
}
caption,
th {
    text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: bold;
}
q:before,
q:after {
    content: '';
}
abbr,
acronym {
    border: 0;
}
.clear {
    clear: both;
    font-size: 1px;
    line-height: 1px;
    display: block;
    height: 0;
}
.clrflt {
    clear: both;
}
.last {
    margin: 0 !important;
}
.pad_last {
    padding: 0 !important;
}
.no_bg {
    background: none !important;
}
header,
nav,
section,
article,
aside,
footer,
hgroup {
    display: block;
}

.alignright {
	float: right;
	margin-left: 1em;
}
.alignleft {
	float: left;
	margin-right: 1em;
}
/**************************************************************************************/

a {
    color: #000;
    text-decoration: none;
    outline: 0 none;
}
a:hover {
    color: #000;
    text-decoration: none;
}
h1 {
    font-size: 24px;
}
h2 {
    font-size: 22px;
}
h3 {
    font-size: 18px;
}
h4 {
    font-size: 16px;
}
h5 {
    font-size: 14px;
}
h6 {
    font-size: 12px;
}
/*----------------------------------------------------------------------------------*/

html {} body {
    color: #b1b1b1;
    font-family: "Arial", Verdana, Tahoma;
    font-size: 12px;
}
.flt_lt {
    float: left;
    display: inline;
}
.flt_rt {
    float: right;
    display: inline;
}
/* ---------------------------------------------------------------------------------*/
/* ----------------------- layout ----------*/

.wrapper {
    margin: 0 auto;
    min-width: 1170px;
}
.container {
    width: 1170px;
    margin: 0 auto;
}
.main_content {} 
header {
    width: 100%;
    background: #fff;
    /*position: relative;*/
    z-index: 99;
}
.header-right {
    width: 745px;
    display: inline-block;
    float: right;
}
.header-right-top {
    width: 400px;
    display: inline-block;
    float: right;
    margin-top: 32px;
    text-align: center;
}
.header-right-top i {
    color: #76bd1d;
    font-size: 80px;
    float: left;
    margin-bottom: 20px;
    margin-right: 10px;
    margin-top: 0;
}
.header-right-top a:hover {
	text-decoration: underline;
}
.header-right-top h1 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    color: #0032a0;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 0 11px 0;
    line-height: 18px;
}
.header-right-top h1 a {
    color: #0032a0;
}
.header-right-top h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 45.6px;
    color: #2a2a2b;
    font-weight: 400;
}
.header-right-top p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24.7px;
    color: #2a2a2b;
    font-weight: 400;
    text-transform: uppercase;
}
.header-right-top p span {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24.7px;
    color: #2a2a2b;
    font-weight: 400;
    display: inline-block;
    padding: 0 0 0 5px;
}
/*-------------------------------------------*/
/* ------------------ HEADER HERE -------------------*/

#logo {
    width: 425px;
    display: inline-block;
    float: left;
    padding: 54px 0 44px 0;
}
#logo a {
    display: inline-block;
}
/* ---------------------------------------------------------*/
/* ------------------------- NAVIGATION HERE ---------------*/

nav {
    width: 730px;
    display: block;
    float: right;
    text-align: right;
}
nav > ul {
    display: inline-block;
    padding: 21px 0 0 0;
}
nav ul li {
    display: inline-block;
    float: left;
    margin: 0 5px 0 7px;
    position: relative;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #2a2a2b;
    font-weight: 400;
    text-transform: uppercase;

}
nav > ul > li > a{
	padding-bottom: 30px;
}
nav > ul > li.dropdown > a {
	background: url(../img/span-img.png) no-repeat center 65%;
}
nav ul li a {
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #2a2a2b;
    font-weight: 400;
    text-transform: uppercase;
}
nav ul li span {
    display: block;
    text-align: center;
}
nav ul li:hover a,
nav ul li a.active {
    color: #64a217;
}
nav ul li ul.dropdown-menu {
    display: none;
    position: absolute;
    left: 0;
    top: 40px;
    padding: 5px 0 5px 0;
    background: #fff;
    text-align: left;

    background: #0032a0;
    border-radius: 5px;
    padding-top: 5px;
    z-index: 1000;
}
nav > ul > li:last-child > ul.dropdown-menu {
    right: 0;
    left: auto;
}
nav ul li ul.dropdown-menu li a {
    color: #fff !important;
    line-height: 2;
}
nav ul li ul.dropdown-menu li:hover > a {
    background: #76bd1d;
    color: #fff !important;
}
nav ul li ul li {
    width: 100%;
    display: block;
    float: none;
    margin: 0px 0 0 0;

}
nav ul li ul li a {
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #2a2a2b !important;
    font-weight: 400;
    text-transform: uppercase;
    width: 100%;
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
}
nav ul li ul li a:hover {
    color: #64a217 !important;
}
nav > ul > li:hover > ul {
    display: block;
}
nav > ul > li > ul.dropdown-menu > li:hover > ul {
	display: block;
}
nav > ul > li > ul.dropdown-menu > li > ul {
	right: 100%;
    left: auto;
    top: -5px;
}
nav select {
	display: none;
}
/* ---------------------------------------------------------*/
/* ------------------------ MIAN CONTENT HERE --------------*/

.banner-main {
    width: 100%;

    background-size: cover;
    /*min-height: 713px;*/
    position: relative;
    z-index: 22;
}
.banner-in {
    width: 1170px;
    margin: 0 auto;
    position: relative;
    min-height: 686px;
}
.banner-in ul {
    display: inline-block;
    float: right;
    padding: 39px 58px 0 0;
}
.banner-in ul li {
    display: inline-block;
    float: left;
    margin: 0 6px 0 0;
}
.banner-in ul li a {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #76bd1d;
    border-radius: 100%;
}
.banner-in ul li a:hover,
.banner-in ul li a.active {
    background: #0032a0;
}
.banner {
    /*width: 762px;*/
    background: url(../img/bg-banner.png) repeat !important;
    border-radius: 10px !important;
    position: absolute;
    /*left: 0 !important;*/
    right: auto !important;
    bottom: 20px !important;
    top: auto !important;
    padding: 5px 25px 10px 25px !important;
}
.banner h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 36px;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
}
.banner p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    color: #fff;
    line-height: 1.5;
    font-weight: 500;
}
.main {
    width: 100%;
    background: #fff;
}
.main-in {
    width: 1170px;
    margin: 0 auto;
}
.main-in-top {
    padding: 42px 0 0 0;
    
}
.main-in-bttm {
	border-top: solid 1px #7a7e87;
}
.calgary {
    position: relative;
    background: url(../img/gentic-bg.png) no-repeat center top #0032a0;
    border-radius: 15px;
    padding: 6px 0 25px 0px;
}
.calgary-left {
    position: absolute;
    left: 111px;
    top: 21px;
}
.calgary-right {
    position: absolute;
    right: 85px;
    bottom: 31px;
}
.calgary p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 48px;
    color: #fff;
    font-weight: 400;
    line-height: 64px;
    text-align: center;
    padding: 4px 51px 0 93px;
}
.employe {
    display: block;
    padding: 37px 0 19px 0;
}
.employe .employe-inner {
    display: inline-block;
}
.employe .employe-inner .employe-single {
    display: inline-block;
    float: left;

    margin: 20px 10px 0 0;
    height: 230px;

    
}
.employe .employe-inner .employe-single h2,
.employe .employe-inner .employe-single h3,
.employe .employe-inner .employe-single img {
    transition: all 0.7s;
}
.employe .employe-inner .employe-single:hover h2,
.employe .employe-inner .employe-single:hover h3 {
    text-decoration: underline;
}
.employe .employe-inner .employe-single:hover img {
    /*box-shadow: 0 0 15px rgba(153, 191, 56, 0.7);*/
}

.employe-in {} .employe-in-left {
    width: 200px;
    display: inline-block;
    float: left;
    padding: 6px 0 0 0;
}
.employe-in-right {
    width: 375px;
    display: inline-block;
    float: left;
}
.employe-in-right h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 26.8px;
    color: #2a2a2b;
    font-weight: 400;
    text-transform: uppercase;
}
.employe-in-right h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color: #99bf38;
    font-weight: 400;
    text-transform: uppercase;
    padding: 18px 0 7px 0;
}
.employe-in-right p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #5d5d5d;
    font-weight: 400;
    line-height: 24px;
}
.main-in-bttm {
    padding: 25px 0 40px 0;
}
.main-in-bttm-left {
    width: 900px;
    display: inline-block;
    float: left;
    padding: 6px 0 0 0;
}
.main-in-bttm-left h1,
.main-in-bttm-left h2,
.main-in-bttm-left h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    color: #333333;
    font-weight: 400;
    padding: 0 0 22px 0;
}
.main-in-bttm-left h3 {
	font-size: 26px;
}
.main-in-bttm-left p,
.main-in-bttm-left ul,
.main-in-bttm-left blockquote,
.main-in-bttm-left ol {
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    color: #767676;
    font-weight: 400;
    line-height: 26px;
    padding: 0 0 26px 0;
}
.main-in-bttm-left ul {
	list-style: disc;
	margin-left: 1em;
}
.main-in-bttm-left ol {
	list-style: decimal;
	margin-left: 1em;
}
.main-in-bttm-left p a {
    color: #021f60;
    text-decoration: underline;
}
.main-in-bttm-left p a:hover {
	text-decoration: none;
}
.main-in-bttm-left em {
    color: #021f60;
    font-style: italic;
}
.main-in-bttm-left strong {
	font-weight: bold;
}
.main-in-bttm-left strong em,
.main-in-bttm-left em strong {
	color: #021f60;
	font-weight: bold;
	font-style: italic;
}
.main-in-bttm-left span {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    color: #021f60;
    font-weight: 400;
    display: inline-block;
    /*text-decoration: underline;*/
}
.main-in-bttm-left em a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 24px;
    color: #53801b;
    font-weight: 400;
    display: inline-block;
    text-decoration: underline;
}
.main-in-bttm-right {
    width: 254px;
    display: inline-block;
    float: right;
}

.wp-caption-text {
    text-align: center; 
}

.sidebar h3 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 22px;
    color: #333333;
    font-weight: 700;
    padding: 23px 0 11px 0;
    background: url(../img/line.png) no-repeat center bottom;
    text-align: center;
    margin: 0 0 14px 0;
}
.sidebar p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 18px;
    padding: 19px 0 12px 0;
    text-align: center;
}
.sidebar strong {
    font-weight: bold;
}
.sidebar em {
    font-style: italic;
}
.sidebar strong em,
.sidebar em strong {
    font-weight: bold;
    font-style: italic;
}
.sidebar span {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: 600;
    padding: 2px 0 6px 0;
    text-align: center;
    display: block;
}
.sidebar span small {
    font-family: 'Ubuntu', sans-serif;
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    padding: 0 0 0px 0;
    display: inline-block;
    text-decoration: underline;
}
.sidebar .testimonials,
.lightbox-sidebar .testimonials {
    width: 219px;
    margin: 0 0 0 20px;
    border: solid 1px #53801b;
    border-radius: 26px;
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.sidebar .testimonials span,
.lightbox-sidebar .testimonials span {
    float: left;    
    margin-left: 15px;
    margin-top: 15px;
    margin-bottom: 1em;
}
.sidebar .testimonials p,
.lightbox-sidebar .testimonials p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #444444;
    font-weight: 400;
    font-style: italic;
    line-height: 21px;
    text-align: right;
    padding: 25px 16px 0px 40px;
}
.sidebar .testimonials a:hover,
.lightbox-sidebar .testimonials a:hover {
    text-decoration: underline;
}
.sidebar .testimonials p:last-child,
.lightbox-sidebar .testimonials p:last-child {
    margin-bottom: 25px;
}
.sidebar .testimonials h2,
.lightbox-sidebar .testimonials h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #021f60;
    font-weight: 700;
    text-align: right;
    padding: 0 16px 19px 0;
}
.solution {
    width: 100%;
    background: #9a9898;
}
.solution p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 30px;
    color: #fffefe;
    font-weight: 400;
    font-style: italic;
    text-align: center;
    padding: 23px 0;
}
/* ---------------------------------------------------------*/
/* ------------------ FOOTER HERE --------------------------*/

footer {
    width: 100%;
    background: #0032a0;
}
.footer-in {
    width: 1170px;
    margin: 0 auto;
    background: url(../img/footer-bg.png) no-repeat center top;
    padding: 38px 0 0 0;
    min-height: 214px;
}
.footer-in-top {
    display: block;
    padding: 0 0 29px 0;
}
.footer-in-top ul {
    display: inline-block;
    padding: 0 0 0 92px;
}
.footer-in-top ul li {
    display: inline-block;
    float: left;
    background: url(../img/border.png) no-repeat right center;
    margin: 0 4px 0 0px;
    padding: 0 6px 0 0;
}
.footer-in-top ul li:last-child {
	background: none;
}
.footer-in-top ul li a {
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    text-transform: uppercase;
}
.footer-in-top ul li a:hover {
    text-decoration: underline;
}
.footer-in-bttm {} .footer-in-bttm-left {
    width: 347px;
    display: inline-block;
    float: left;


}
.footer-in-bttm-left h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #99bf38;
    font-weight: 400;
    text-transform: uppercase;
}
.footer-in-bttm-left p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #cfcfcf;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}
.footer-in-bttm-left i {
    color: #76bd1d;
    font-size: 40px;
    float: left;
    margin-right: 40px;
    line-height: 45px;
    margin-bottom: 30px;
}
.footer-in-bttm-mddle {
    width: 346px;
    display: inline-block;
    float: left;
    /*background: url(../img/location2.png) no-repeat 0 0;*/
    /*padding: 0 0 0 56px;*/
}
.footer-in-bttm-mddle i {
    color: #76bd1d;
    font-size: 40px;
    float: left;
    margin-right: 40px;
    line-height: 45px;
    
    margin-left: 60px;
}
.footer-in-bttm-mddle a {
    color: #98be38;
}
.footer-in-bttm-mddle a:hover {
    text-decoration: underline;
}
.footer-in-bttm-mddle h2 {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #cfcfcf;
    font-weight: 400;
    text-transform: uppercase;
}
.footer-in-bttm-mddle p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #cfcfcf;
    font-weight: 400;
    line-height: 18px;
    text-transform: uppercase;
}
.footer-in-bttm-mddle p span {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #cfcfcf;
    font-weight: 400;
    display: inline-block;
    padding: 0 0 0 3px;
}
.footer-in-bttm-mddle p a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #cfcfcf;
    font-weight: 400;
    display: inline-block;
}
.footer-in-bttm-mddle p a:hover {
    text-decoration: underline;
}
.footer-in-bttm-right {
    width: 355px;
    display: inline-block;
    float: right;
}
.footer-in-bttm-right-top {} .footer-in-bttm-right-top p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #98be38;
    font-weight: 400;
    text-transform: uppercase;
}
.footer-in-bttm-right-top p span {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #cfcfcf;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}
.footer-in-bttm-right-top ul {
    display: inline-block;
    padding: 0 0 0 0px;
}
.footer-in-bttm-right-top ul li {
    display: inline-block;
    float: left;
    background: url(../img/border1.png) no-repeat right center;
    margin: 0 4px 0 0px;
    padding: 0 6px 0 0;
}
.footer-in-bttm-right-top ul li:last-child {
    background: none;
}
.footer-in-bttm-right-top ul.social li {
	background: no-repeat;
}
.footer-in-bttm-right-top ul li a {
    display: inline-block;
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #cfcfcf;
    font-weight: 400;
    text-transform: uppercase;
}
.footer-in-bttm-right-top ul.social {
    margin-top: 1em;
}
.footer-in-bttm-right-top ul.social i {
    font-size: 32px;
    color: #fff;
    border-radius: 50%;
    padding: 10px;
    width: 32px;
    text-align: center;
    /*background:#000;*/

    transition: all 0.5s ease;
}
.footer-in-bttm-right-top ul.social a:hover i {
    background: #76bd1d;
    -moz-transform: scale(1) rotate(360deg);
    -webkit-transform: scale(1) rotate(360deg);
    -o-transform: scale(1) rotate(360deg);
    transform: scale(1) rotate(360deg);
}
.footer-in-bttm-right-top ul li a:hover {
    text-decoration: underline;
}
.footer-in-bttm-right-bttm {
    padding: 13px 0 0 0;
}
.footer-in-bttm-right-bttm p {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #98be38;
    font-weight: 400;
    text-transform: uppercase;
}

.footer-in-bttm-right-bttm p a {
    font-family: 'Ubuntu', sans-serif;
    font-size: 14px;
    color: #98be38;
    font-weight: 400;
    text-transform: uppercase;
    display: inline-block;
}
.footer-in-bttm-right-bttm p a:hover {
    text-decoration: underline;
}
.footer-in-bttm-right-bttm ul {
    display: inline-block;
    padding: 23px 0 0 84px;
}
.footer-in-bttm-right-bttm ul li {
    display: inline-block;
    float: left;
    margin: 0 7px 0 0px;
    padding: 0 0px 0 0;
}
.footer-in-bttm-right-bttm ul li a {
    display: inline-block;
}

a.green {
	color: #98be38;
}

.page-list ul {
    padding-bottom: 0;
}
.page-list .current_page_item > a {
    font-weight: normal;
}
.page-list a:hover {
    text-decoration: underline;
}

.testimonials .testimonial {
    border: 1px solid #53800b;
    border-radius: 25px;
    background: url('../img/arrw.png') no-repeat 20px 20px;
    padding: 30px 30px 0 90px;
    margin-bottom: 20px;
}
.testimonials .testimonial p {

}
.testimonials .testimonial p:last-child {
    text-align: right;
}
.testimonials .testimonial strong {

}

.wpcf7 span {
    text-decoration: none;
}
.wpcf7-form-control-wrap {
    display: inline !important;
}
.wpcf7 input[type="text"],
.wpcf7 input[type="email"],
.wpcf7 textarea {
    line-height: 1.5em;
    font-family: 'Ubuntu', sans-serif;
    border: 2px solid #d6d6d6;
    background: #f7f7f7;
    border-radius: 7px;
    padding: 0.5em;
    font-size: 16px;
    box-sizing: border-box;
    color: #777;
    width: 35%;
}
.wpcf7 textarea {
    width: 50%;
}
.wpcf7 input[type="text"]:focus,
.wpcf7 input[type="email"]:focus,
.wpcf7 textarea:focus {
    background: #fff;
    border: 2px solid #0032a0;
    box-shadow: none;
    -webkit-box-shadow: none;
    outline: 0;
}
.wpcf7 label {
    width: 25%;
    margin-right: 2%;
    display: inline-block;
}
.wpcf7 img.wpcf7-captchac {
    width: 15%;
    margin-right: 2%;
    height: auto;
    vertical-align: middle;
}
.wpcf7 input[type="text"].wpcf7-captchar {
    width: 33%;
    height: auto;
    vertical-align: middle;
    
}
.wpcf7 select {
    width: 35%;
}

.wpcf7 .buttons {
    text-align: center;
}
.wpcf7 input[type="submit"] {
    color: #fff;
    font-family: 'Ubuntu', sans-serif;
    font-size: 18px;
    padding: 1em;
    border-radius: 7px;
    border: none;
    background: #0032a0;
    transition: all 0.5s;
    border: 2px solid #0032a0;
    cursor: pointer;
}
.wpcf7 input[type="submit"]:hover {
    background: #fff;
    color: #0032a0;
    border: 2px solid #0032a0;
}

.lightbox-content .wpcf7 input[type="text"], 
.lightbox-content .wpcf7 input[type="email"], 
.lightbox-content .wpcf7 textarea {
    width: 100%;
}
.lightbox-content p {
    margin-bottom: 0 !important;
}
.lightbox-content .wpcf7 label {
    width: 100%;

}

.justified-gallery .sgg-caption {
    background: #0032a0 !important;
    color: #fff !important;
}
.justified-gallery .sgg-caption span {
    color: #fff !important;
    font-size: 20px !important;
}

/* ---------------------------------------------------------*/