@charset "utf-8";

/**
 Table of Contents:

1. DEFAULT CLASSES
2. ELEMENTS
  2.1.  HEADER
  2.2.  MENUS
  2.3.  CALL TO ACTIONS
  2.4.  SERVICES
  2.5.  SECTIONS
  2.6.  TEAM
  2.7.  BLOG
  2.8.  COUNTER
  2.9.  CONTACT FORM
  2.10. TESTIMONIALS
  2.11. CLIENTS
  2.12. PAGE TITLE
  2.13. PRICING
  2.14. SIDEBAR
  2.15. QUOTES
  2.16. ACCORDION
  2.17. PORTFOLIO
  2.18. PRELOADER
3. COMMERCE

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


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


/* 1. DEFAULT CLASSES
/* --------------------------------------------------------------------- */

::selection {
    color: rgb(255, 255, 255);
    background: rgb(132, 180, 0);
}

a {
    color: #000000;
	text-decoration: none;
	-webkit-transition: all 300ms ease-in-out 0ms;
	-khtml-transition: all 300ms ease-in-out 0ms;
	-moz-transition: all 300ms ease-in-out 0ms;
	-ms-transition: all 300ms ease-in-out 0ms;
	-o-transition: all 300ms ease-in-out 0ms;
	transition: all 300ms ease-in-out 0ms;
}
a:hover {
    color:  #0138b6;
	text-decoration: none;
}
a:active, a:focus {
    color:  #0138b6;
}
a.icon {
    font-size: 22px;
    background:  #0138b6;
    color: #fff;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
body {
    font-family: Arial;
	line-height: 27px;
    font-weight: 500;
    font-style: normal;
    color: #000000;
    font-size: 16px;
} 
body {
	word-wrap: break-word;
	-webkit-transition: all 300ms ease-in-out 0ms;
	-khtml-transition: all 300ms ease-in-out 0ms;
	-moz-transition: all 300ms ease-in-out 0ms;
	-ms-transition: all 300ms ease-in-out 0ms;
	-o-transition: all 300ms ease-in-out 0ms;
	transition: all 300ms ease-in-out 0ms;
}
body * {
    outline: none;
}
body .site {
	overflow-x: hidden;
}
.h1, .h2, .h3, h1, h2, h3,
.h4, .h5, .h6, h4, h5, h6 {
    margin-top: 0px;
    margin-bottom: 0px;
}
h1, .h1, h1 a, .h1 a {
    font-family: Arial;
    line-height: 50px;
    letter-spacing: 1.26px;
    font-weight: 600;
    font-style: normal;
    color: #000;
    font-size: 42px;
}
h2, .h2, h2 a, .h2 a {
    font-family: Arial;
    line-height: 36px;
    letter-spacing: 0.9px;
    font-weight: 600;
    font-style: normal;
    color: #000;
    font-size: 30px;
}
h3, .h3, h3 a, .h3 a {
    font-family: Arial;
    line-height: 29px;
    letter-spacing: 0.72px;
    font-weight: 600;
    font-style: normal;
    color: #000;
    font-size: 24px;
}
h4, .h4, h4 a, .h4 a {
    font-family: Arial;
    line-height: 22px;
    letter-spacing: 0.54px;
    font-weight: 600;
    font-style: normal;
    color: #000;
    font-size: 18px;
}
h5, .h5, h5 a, .h5 a {
    font-family: Arial;
    line-height: 19px;
    letter-spacing: 0.48px;
    font-weight: 600;
    font-style: normal;
    color: #000;
    font-size: 16px;
}
h6, .h6, h6 a, .h6 a {
    font-family: Arial;
    line-height: 17px;
    letter-spacing: 0.42px;
    font-weight: 800;
    font-style: normal;
    color: #000;
    font-size: 14px;
}
ul, ol {
	padding: 0;
	margin: 0;
	list-style: none;
}
.star-list li:before {
	content: "\f006";
    font-family: 'FontAwesome';
    left: 0;
    color:  #0138b6;
    padding-right: 5px;
    position: relative;
    top: 2px;
}
.icon-list > li > i {
    margin-right: 15px;
    font-size: 15px;
    color: #bbb;
	display: inline-block;
	width: 16px;
}
.icon-list.two-cols > li {
    width: 50%;
	float: left;
	padding: 2px 0;
}
.bullet-list {
	list-style-type: disc;
	list-style-position: inside;
}
.section {
	position: relative;
	z-index: 0;
}
.text-uppercase {
	text-transform: uppercase;
}
img {
    max-width: 100%;
    height: auto;
}
input, select, textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #eee;
    padding: 10px 15px;
    outline: none;
    background: #fff;
    color: #000000;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
input[type=checkbox], input[type=radio] {
	width: auto;
}
form .row [class*="col-"], form .row [class^="col-"] {
    margin-bottom: 15px;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    cursor: pointer;
    background: #fff url(../images/select-arrow.jpg) right center no-repeat;
}
blockquote {
	position: relative;
    padding: 0 0 0 70px;
    margin: 30px 0 30px 95px !important;
    border: none;
    font-size: 17.5px;
}
blockquote:before, .blockquote:before {
    font-family: 'FontAwesome';
    content: "\f10d";
    font-size: 45px;
    color: #ddd;
    position: absolute;
    top: 10px;
    left: 0;
}
table, .table {
    width: 100%;
    max-width: 100%;
}
table > thead, .table > thead {
    background: #f7f7f7;
    font-weight: 600;
    color: #333;
    font-size: 18px;
}
table > thead > tr > th, .table > thead > tr > th {
    border: none;
    padding: 15px 10px;
}
.table>caption+thead>tr:first-child>td, 
.table>caption+thead>tr:first-child>th, 
.table>colgroup+thead>tr:first-child>td, 
.table>colgroup+thead>tr:first-child>th, 
.table>thead:first-child>tr:first-child>td, 
.table>thead:first-child>tr:first-child>th {
    border-top: 0;
}
table > thead > tr > th, .table > thead > tr > th, 
table > tbody > tr > th, .table > tbody > tr > th, 
table > tfoot > tr > th, .table > tfoot > tr > th, 
table > thead > tr > td, .table > thead > tr > td, 
table > tbody > tr > td, .table > tbody > tr > td, 
table > tfoot > tr > td, .table > tfoot > tr > td {
    padding: 10px;
    vertical-align: middle;
    border-top: none;
    border-bottom: 1px solid #eee;
}
.owl-carousel {
	position: relative;
}
.owl-controls .owl-buttons {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
}
.owl-carousel .owl-controls .owl-buttons .owl-prev, 
.owl-carousel .owl-controls .owl-buttons .owl-next, 
.owl-carousel .owl-controls .owl-dot {
    cursor: pointer;
}
.owl-controls .owl-buttons > div {
    cursor: pointer;
    font-size: 30px;
    height: 60px;
    line-height: 60px;
    color: #adadad;
    margin: 0;
    padding: 0;
    width: 60px;
    background-color: transparent;
    position: absolute;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
}
.owl-controls .owl-buttons .owl-prev {
    left: 0;
    text-align: left;
}
.owl-theme .owl-controls .owl-page span {
    width: 12px;
    height: 12px;
    display: inline-block;
    margin: 0 8px 0 0;
    background: #fff;
    border: 2px solid #ddd;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.owl-theme .owl-controls .owl-page.active span, 
.owl-theme .owl-controls.clickable .owl-page:hover span {
    background:  #0138b6;
    border-color:  #0138b6;
}
.btn {
    text-transform: uppercase;
    letter-spacing: 0.39px;
    font-size: 13px;
    font-weight: 700;
    line-height: 1;
    padding: 16px 17px 16px 22px;
    background: #000000;
    border-width: 2px;
    border-style: solid;
    border-color: #000000;
    color: #fff;
    outline: none;
    display: inline-block;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
}
.btn:after {
    font-family: 'FontAwesome';
    content: "\f0da";
    font-size: 14px;
    position: relative;
    top: 0px;
    padding-left: 8px;
}
.btn:hover {
    background: #7a7a7a;
    border-color: #7a7a7a;
    color: #fff;
}
.btn.btn-white {
	border-color: #fff;
    background: #fff;
    color:  #0138b6;
}
.btn.btn-white:hover {
    background:  #0138b6;
    color: #fff;
}
.btn.btn-transparent {
	background-color: transparent;
	color: #fff;
}
.btn.btn-transparent:hover {
	background-color: #fff;
	color: #000000;
}
.btn.btn-primary {
	border-color:  #0138b6;
    background:  #0138b6;
	color: #fff;
}
.btn.btn-primary:hover {
	background: #ff9b11;
    border-color: #ff9b11;
}
.btn.btn-border {
	border-color:  #0138b6;
    background: none;
	color:  #0138b6;
}
.btn.btn-border:hover {
    background:  #0138b6;
	color: #fff;
}
.btn.btn-border-gray {
	border-color: #000;
    background: none;
	color: #000;
}
.btn.btn-border-gray:hover {
    background: #000;
	color: #fff;
}
h4.subtitle {
	margin-bottom: 12px;
	font-size: 20px;
    color: #000; 
    line-height: 1;
    font-family: Arial;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 1px;
}
h2.title {
	font-size: 30px;
    line-height: 1;
    font-family: Arial;
    font-weight: 600;
    font-style: normal;
    letter-spacing: 0.9px;
	margin-bottom: 35px;
}
h3.title-bottom-line {
	position: relative;
    padding-bottom: 20px;
    margin-bottom: 29px;
}
h3.title-bottom-line:before, 
h3.title-bottom-line:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
}
h3.title-bottom-line:before {
    height: 1px;
    background: #ddd;
    bottom: 4px;
    z-index: 1;
}
h3.title-bottom-line:after {
    bottom: 0;
    height: 5px;
    background: #eee;
	width: 100%;
}
.title-bottom-line {
    position: relative;
    margin: 0 0 30px 0;
    padding: 0 0 25px 0;
}
.title-bottom-line:after {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 45px;
    height: 3px;
    background-color:  #0138b6;
	left: 0;
    position: absolute;
}
.title-bottom-line.text-center:after {
	left: 50%;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.title-icon {
	margin-bottom: 35px;
}
.title-icon .zk-icon {
	width: 60px;
    height: 60px;
    line-height: 50px;
    text-align: center;
    vertical-align: baseline;
    font-size: 35px;
    display: inline-block;
    margin-right: 15px;
    position: relative;
}
.title-icon .zk-icon:before {
    display: block;
    -webkit-transform: translateY(11px) rotate(-90deg);
    -khtml-transform: translateY(11px) rotate(-90deg);
    -moz-transform: translateY(11px) rotate(-90deg);
    -ms-transform: translateY(11px) rotate(-90deg);
    -o-transform: translateY(11px) rotate(-90deg);
    transform: translateY(11px) rotate(-90deg);
}
#main {
	overflow: hidden;
}
#footer-top {
    line-height: 24px;
    color: #fff;
    font-size: 16px;
	background-color: #0138b5;
	padding-top: 60px;
    padding-bottom: 60px;
}
#footer-top .widget {
	margin-bottom: 15px;
}
#footer-top .widget .wg-title {
    line-height: 24px;
    color: #ffffff;
    font-size: 20px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    padding: 0 0 15px;
    margin: 0 0 30px;
}
#footer-top ul.social {
    padding: 0;
    margin: 0;
	font-size: 20px;
	margin-top: 15px;
}
#footer-top ul.social li {
    padding: 0 10px;
	display: inline-block;
}
#footer-top ul.social li:first-child {
    padding-left: 0;
}
#footer-top ul.social li a {
    color: #fff;
    font-size: 20px;
	display: block;
}
#footer-top ul.social li a:hover {
    color: #fff;
}
#footer-top .footer-menu li {
	width: 50%;
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
	position: relative;
    padding-left: 20px;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
}
#footer-top .footer-menu li:before {
    content: "\f0da";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
	top: 4px;
	-webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
}
#footer-top .footer-menu li a {
    color: #fff;
	font-weight: 400;
}
#footer-top .footer-menu li:hover a,
#footer-top .footer-menu li:hover:before {
	color: #fff;
}
.office-add li {
    position: relative;
    padding: 4px 0 4px 40px;
}
.office-add li:before {
    font-family: 'FontAwesome';
    font-size: 18px;
    position: absolute;
    left: 0;
	top: 4px;
    color: #fff;
}
.office-add li.add:before {
    content: "\f041";
}
.office-add li.tel:before {
    content: "\f095";
}
.office-add li.mail:before {
    content: "\f0e0";
}
.office-add li.fax:before {
    content: "\f1ac";
}
.office-add li.time:before {
    content: "\f017";
}
#footer-bottom {
    font-family: Arial;
    text-align: center;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
    color: #ffffff;
	background-color: #ff9b11;
	padding-top: 30px;
    padding-bottom: 15px;
	text-align: center;
}
#back_to_top {
    position: fixed;
    bottom: -45px;
    right: 5px;
    cursor: pointer;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #fff;
    background: rgb(255 155 17 / 60%);
    z-index: 1;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
}
#back_to_top.on {
    visibility: visible;
    bottom: 5px;
}
.signature {
	font-size: 48px;
	line-height: 1;
	font-family:Sacramento;
	font-weight:400;
	font-style:normal;
}
.overlay-picture {
	margin-top: -140px;
}
.fullwidth {
	width: 100%;
}
.single {
	margin-bottom: 90px;
	float: left;
	width: 100%;
}
.single .entry-media {
	margin-bottom: 35px;
}
.single .entry-title {
    font-size: 35px;
	margin-bottom: 20px;
}
.single .entry-meta {
    font-size: 13px;
    color: rgb(204, 204, 204);
    margin-bottom: 15px;
}
.single .entry-meta ul > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
	text-transform: capitalize;
}
.single .entry-meta ul > li:first-child {
	padding-left: 0;
}
.single .entry-meta i.fa {
    margin-right: 10px;
    font-size: 15px;
}
.single .entry-meta a {
    color: rgb(204, 204, 204);
}
.single .entry-meta a:hover, 
.single .entry-meta a:active, 
.single .entry-meta a:focus {
    color: rgb(132, 180, 0);
}
.single .entry-socials-share {
    margin-top: 60px;
    background: rgb(247, 247, 247);
    padding: 30px 0px;
}
.single .entry-socials-share h5 {
    line-height: 29px;
    letter-spacing: 0.48px;
    color: rgb(133, 133, 133);
}
.single .entry-socials-share a {
    color: rgb(187, 187, 187);
    padding: 0px 9px;
}
.single .entry-socials-share a:hover, 
.single .entry-socials-share a:active, 
.single .entry-socials-share a:focus {
    color: rgb(132, 180, 0);
}
.single .entry-socials-share a .fa {
    font-size: 20px;
}
.single .entry-footer {
    position: relative;
    padding: 60px 0px 45px;
    border-bottom: 1px solid rgb(238, 238, 238);
}
.single .entry-footer .author-avatar {
    margin-right: 20px;
}
.single .entry-footer .author-info {
    margin-top: 25px;
    font-size: 14px;
    color: rgb(153, 153, 153);
}
.single .entry-info > div {
    margin-bottom: 20px;
}
.post-navigation {
    margin-top: 60px;
}
.post-navigation i.fa-angle-left {
    margin-right: 10px;
}
.post-navigation i.fa-angle-right {
    margin-left: 10px;
}
.post-navigation .btn:after {
	content: '';
}
.newsletter-button {
	max-width: 125px;
}
.masonry-filter > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.masonry-filter > li a {
    color: #bababa;
    font-weight: 700;
    padding: 0 10px;
	text-decoration: none;
}
.masonry-filter > li a:hover, 
.masonry-filter > li a:active, 
.masonry-filter > li a:focus, 
.masonry-filter > li a.active {
    color: #000;
}
.pagination {
    display: inline-block;
    padding: 0;
    margin: 0;
    border-radius: 4px;
}
.pagination .page-numbers {
    width: 46px;
    height: 46px;
    line-height: 46px;
    padding: 0;
    text-align: center;
    font-size: 15px;
    margin: 0 0 10px 0;
    background-color: #eee;
    color: #888;
    display: inline-block;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.pagination .page-numbers:last-child {
    margin-right: 0;
}
.pagination > span.page-numbers {
    background-color:  #0138b6;
    color: #fff;
}
.pagination .page-numbers.current, 
.pagination .page-numbers:hover, 
.pagination .page-numbers:active, 
.pagination .page-numbers:focus {
    background-color:  #0138b6;
    color: #fff;
}
.circle-share a {
    width: 44px;
    height: 44px;
    line-height: 44px;
    display: inline-block;
    text-align: center;
    vertical-align: baseline;
    background: #888;
    color: #fff;
    font-size: 20px;
    margin: 0 5px 10px 0;
    position: relative;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.circle-share a:hover, .circle-share a:active, 
.circle-share a:focus {
    background:  #0138b6;
}
.circle-share a i {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.comments-area .comments-title {
    margin-bottom: 70px;
    text-transform: uppercase;
}
.comments-area .comments-area-inner .comment-list .comment {
    padding: 0;
    margin-bottom: 70px;
    clear: both;
    position: relative;
    display: block;
    overflow: hidden;
}
.comments-area .comments-area-inner .comment-list .comment:last-child {
    margin-bottom: 0;
}
.comments-area .comments-area-inner .comment-list .comment .comment-body {
    position: relative;
}
.comments-area .comments-area-inner .comment-list .comment .comment-body .comment-author-image img {
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.comments-area .comments-area-inner .comment-list .comment .comment-body .comment-main {
    padding-left: 130px;
}
.comments-area .comments-area-inner .comment-list .comment .comment-body .comment-main .comment-meta h5 {
    margin-bottom: 5px;
    font-size: 14px;
    text-transform: uppercase;
}
.comments-area .comments-area-inner .comment-list .comment .comment-body .comment-main .comment-meta .comment-date {
    margin-bottom: 8px;
    display: block;
    font-size: 14px;
    color: #999;
}
.comments-area .comments-area-inner .comment-list .comment .comment-body .reply {
    position: absolute;
    top: 0;
    right: 0;
}
.comments-area .comments-area-inner .comment-list .comment .comment-body .reply a {
    color:  #0138b6;
}
.comments-area .comments-area-inner .comment-list .comment .children {
    padding: 0;
    margin: 70px 0 0 65px;
    list-style: none;
}
.commerce-account .customer-login,
.commerce-account .customer-register {
    padding: 30px;
}
.commerce-account .customer-login h2,
.commerce-account .customer-register h2 {
    padding: 0 0 0 37px;
    margin: 0 0 34px 0;
    color: #000000;
    font-size: 24px;
    position: relative;
    text-transform: uppercase;
}
.commerce-account .customer-login h2:before,
.commerce-account .customer-register h2:before {
    position: absolute;
    left: 0;
    top: 50%;
    content: "\f090";
    font-family: 'FontAwesome';
    color: #ff9b11;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    transform: translate(0, -50%);
    font-size: 20px;
}
.commerce-account .customer-register h2:before {
	content: "\f25d";
}
.commerce-account form.login,
.commerce-account form.register {
    -webkit-border-radius: 0;
    border-radius: 0;
    border: 0;
    padding: 0;
    margin: 0;
}
.commerce-account form .form-row {
    padding: 3px;
    margin: 0 0 6px;
}
.commerce-account label,
.commerce-account .remember {
    font-weight: 400;
    text-transform: uppercase;
    color: #333333;
    margin-bottom: 10px;
	display: block;
	line-height: 2;
}
.commerce-account form .form-row .required {
    color: red;
    font-weight: 700;
    border: 0;
}
.commerce-account input:not([type='submit']) {
    display: block;
    height: 40px;
    border: 1px solid #eeeeee;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-style: normal;
    padding: 0 10px;
    margin: 0;
    outline: 0;
    line-height: 1;
}
.commerce-account .customer-login input[type='checkbox'] {
    display: inline-block;
    width: auto;
    margin-right: 10px;
    -webkit-transform: translate(0, 12px);
    -ms-transform: translate(0, 12px);
    -o-transform: translate(0, 12px);
    transform: translate(0, 12px);
}
.commerce-account form.register {
    min-height: 358px;
}
#map {
	height: 450px;
	width: 100%;
}
.getintouch > i {
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    color:  #0138b6;
    font-size: 18px;
    position: relative;
    -webkit-border-radius: 4px;
    -khtml-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
    border-radius: 4px;
}
.getintouch > i:before {
    top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.getintouch > .getintouch-text {
    padding-left: 55px;
    font-size: 13px;
    color: #999;
}
.getintouch > .getintouch-text h4 {
    padding: 0;
    margin: 0;
    letter-spacing: 0.48px;
    font-weight: 600;
}
@media (min-width: 1200px) {
    .text-lg-right {
      text-align: right; 
	} 
	.text-md-right {
      text-align: right;
	}
}
@media (max-width: 1024px) {
  	.header-top .widget-social + .widget {
    	margin-left: 0 !important;
	}
	.overlay-picture {
		margin-top: -48px;
	}
	.signature {
		margin-bottom: 40px;
	}
}
@media (max-width: 991px) {
  	/* Extra small screen */
    .text-sm-center {
      	text-align: center;
	}
	.header-top .container {
		width: 100%;
	}
	.header-top .text-xs-center:first-child {
		border-bottom: 1px solid #ddd;
	}
	.footer-wrap #footer-top > div > div > [class*="col-"]:not(:last-child), 
	.footer-wrap #footer-top > div > div > [class^="col-"]:not(:last-child) {
		margin-bottom: 30px;
	}
}
@media (max-width: 768px) {
  	.text-xs-center {
    	text-align: center;
	}
	.overlay-picture {
		margin-top: 0;
	}
}
	
/* --------------------------------------------------------------------- */
/* 2. ELEMENTS
/* --------------------------------------------------------------------- */

/* === 2.1. HEADER === */
.header {
    position: relative;
    z-index: 10;
	padding-bottom: 15px;
	margin-bottom: 0;
}
.header-top {
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
	line-height: 40px;
    font-weight: 500;
    font-style: normal;
    color: #fff;
    font-size: 16px;
	background-color: #0138b6;
	border-bottom: 1px solid #dddddd;
}
.header-top .widget-social ul li {
	display: inline-block;
	padding: 0;
}
.header-top .widget-social ul li a {
	display: block;
	color: #ffffff;
	font-size: 16px;
    border-left: 1px solid #ffffff;
    padding: 0 15px;
}
.header-top .widget-social ul li:last-child a {
    border-right: 1px solid #ffffff;
}
.header-top .widget-social ul li a:hover {
	color: #ff9b11;
}
@media (min-width: 768px) {
	.header-top .widget {
		display: inline-block;
	}
}
.header-main {
	border-top: 4px solid #EEEEEE;
	padding-top: 15px;
	position: relative;
}
.header-main .header-navigation {
    position: relative;
    width: 100%;
	height: 50px;
    top: 14px;
}
#menu-mobile-close {
	width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
    background: #0138b6;
    color: #fff;
    position: absolute;
    top: 10px;
    right: 15px;
    z-index: 1;
    cursor: pointer;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.nav-extra {
    position: relative;
    z-index: 10;
	color: #000000;
	height: 50px;
}
.nav-extra .nav-extra-inner {
    height: 100%;
    line-height: 100%;
}
.nav-extra .nav-extra-inner .header-hotline {
	background-image: url('../images/background/bg-hotline.jpg');
	padding: 38px 23px 28px;
    letter-spacing: 0.9px;
    position: absolute;
    top: -41px;
    right: 0;
    min-width: 171px;
}
.nav-extra .nav-extra-inner .header-hotline span {
    display: block;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    margin-bottom: 10px;
    font-weight: 600;
    color: #fff;
}
.nav-extra .nav-extra-inner .header-hotline span.title {
    font-size: 13px;
    font-weight: 800;
    margin-bottom: 15px;
}

/* === 2.2. MENUS === */
.main-nav ul.main-menu > li {
    padding-right: 9px;
    padding-left: 17px;
}
.main-nav ul.main-menu > li > a {
    font-family: Arial;
    text-transform: capitalize;
    line-height: 50px;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
	color: #000000;
}
.main-nav ul.main-menu > li.active > a,
.main-nav ul.main-menu > li:hover > a {
	color:  #0138b6;
}
.main-nav ul.main-menu > li > ul.sub-menu {
    background-color: #ff9b11;
}
.main-nav ul.main-menu > li > ul.sub-menu li a {
    line-height: 24px;
    font-size: 16px;
	color: #fff;
	padding: 6px 10px;
	position: relative;
}
.main-nav ul.main-menu > li > ul.sub-menu li a:hover {
	color: #ff9b11;
	background-color: #fff;
}
.main-nav ul.main-menu li.menu-item-has-children {
    position: relative;
}
.menu-mobile {
    cursor: pointer;
    right: 15px;
    padding: 15px;
    z-index: 2;
    top: 15%;
    position: absolute;
}
.sidebar-menu li {
	position: relative;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
}
.sidebar-menu li > a {
    display: block;
    padding: 12px 15px 12px 30px;
    margin-bottom: 5px;
    background-color: #f7f7f7;
    color: #000000;
	font-size: 18px;
    font-weight: 400;
}

@media screen and (min-width: 992px) {
	.main-nav ul.main-menu > li {
		position: relative;
		outline: hidden;
		-webkit-transition: all 300ms ease-in-out 0ms;
		-khtml-transition: all 300ms ease-in-out 0ms;
		-moz-transition: all 300ms ease-in-out 0ms;
		-ms-transition: all 300ms ease-in-out 0ms;
		-o-transition: all 300ms ease-in-out 0ms;
		transition: all 300ms ease-in-out 0ms;
		display: inline-block;
		margin: 0;
		cursor: pointer;
		outline: none;
	}
	.main-nav ul.main-menu > li > a {
		position: relative;
		display: block;
	}
	.main-nav ul.main-menu > li.menu-item-has-children > a:after {
		display: inline;
		font-family: "FontAwesome";
		content: "\f0d7";
		padding-left: 4px;
		color: #000000;
		-webkit-transition: all 300ms ease-in-out 0ms;
		-khtml-transition: all 300ms ease-in-out 0ms;
		-moz-transition: all 300ms ease-in-out 0ms;
		-ms-transition: all 300ms ease-in-out 0ms;
		-o-transition: all 300ms ease-in-out 0ms;
		transition: all 300ms ease-in-out 0ms;
	}
	.main-nav ul.main-menu > li.menu-item-has-children:hover > a:after,
	.main-nav ul.main-menu > li.menu-item-has-children.active > a:after {
		color:  #0138b6;
	}
	.main-nav ul.main-menu > li ul.sub-menu {
		margin: 40px 0 0 0;
		padding: 0;
		position: absolute;
		left: 0;
		top: -10000px;
		visibility: hidden;
		min-width: 250px;
		z-index: 200;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-opacity: 0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		-webkit-transition: all 300ms ease-in-out 0ms;
		-khtml-transition: all 300ms ease-in-out 0ms;
		-moz-transition: all 300ms ease-in-out 0ms;
		-ms-transition: all 300ms ease-in-out 0ms;
		-o-transition: all 300ms ease-in-out 0ms;
		transition: all 300ms ease-in-out 0ms;
	}
	.main-nav ul.main-menu > li:hover ul.sub-menu {
		margin-top: 0;
		top: auto;
		visibility: visible;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
	}
	.main-nav ul.main-menu > li ul.sub-menu > li {
		border-bottom: 1px solid #8eb811;
	}
	.main-nav ul.main-menu > li ul.sub-menu li a {
		display: block;
	}
	.main-nav ul.main-menu > li ul.sub-menu li.menu-item-has-children > a:after {
		display: block;
		font-family: "FontAwesome";
		content: "\f105";
		position: absolute;
		right: 10px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-khtml-transform: translateY(-50%);
		-moz-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		-o-transform: translateY(-50%);
		transform: translateY(-50%);
	}
	.main-nav ul.main-menu li ul.sub-menu li ul.sub-menu {
		margin-top: 0px;
		margin-left: 60px;
		top: 0;
		left: 100%;
		visibility: hidden;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-opacity: 0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		-webkit-transition: all 300ms ease-in-out 0ms;
		-khtml-transition: all 300ms ease-in-out 0ms;
		-moz-transition: all 300ms ease-in-out 0ms;
		-ms-transition: all 300ms ease-in-out 0ms;
		-o-transition: all 300ms ease-in-out 0ms;
		transition: all 300ms ease-in-out 0ms;
	}
	.main-nav ul.main-menu li:hover > ul.sub-menu li:hover > ul.sub-menu {
		top: 0;
		left: 100%;
		margin-left: 0;
		visibility: visible;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
	}
	.main-nav ul.main-menu li ul.sub-menu li ul.sub-menu li a {
		background-color: #ff9b11;
	}
	.main-nav ul.main-menu li ul.sub-menu li ul.sub-menu li a:hover {
		color: #ff9b11;
		background-color: #fff;
	}
	.main-nav ul.main-menu > li .menu-toggle {
		display: none;
	}
}

@media (max-width: 991px) {
  	.header .header-navigation {
		position: fixed;
		top: 0;
		left: 0;
		z-index: -1;
		height: 100%;
		width: 100%;
		visibility: hidden;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-opacity: 0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		-webkit-transition: max-height, 500ms, ease-in-out;
		-khtml-transition: max-height, 500ms, ease-in-out;
		-moz-transition: max-height, 500ms, ease-in-out;
		-ms-transition: max-height, 500ms, ease-in-out;
		-o-transition: max-height, 500ms, ease-in-out;
		transition: max-height, 500ms, ease-in-out;
		background-color: #ff9b11;
	}
	.header .header-navigation.open {
		z-index: 9;
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		visibility: visible;
		overflow-y: scroll;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
	}
	.header .header-navigation ul li ul.sub-menu {
		padding: 0 10px;
		max-height: 0;
		visibility: hidden;
		filter: alpha(opacity=0);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
		-webkit-opacity: 0;
		-khtml-opacity: 0;
		-moz-opacity: 0;
		-ms-opacity: 0;
		-o-opacity: 0;
		opacity: 0;
		-webkit-transition: max-height, 500ms, ease-in-out;
		-khtml-transition: max-height, 500ms, ease-in-out;
		-moz-transition: max-height, 500ms, ease-in-out;
		-ms-transition: max-height, 500ms, ease-in-out;
		-o-transition: max-height, 500ms, ease-in-out;
		transition: max-height, 500ms, ease-in-out;
	}
	.header .header-navigation ul li ul.sub-menu.open {
		max-height: 1000px;
		visibility: visible;
		width: 100%;
		filter: alpha(opacity=100);
		-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		-webkit-opacity: 1;
		-khtml-opacity: 1;
		-moz-opacity: 1;
		-ms-opacity: 1;
		-o-opacity: 1;
		opacity: 1;
	}
	.header .header-navigation .main-nav {
		width: 100%;
	}
	.header .header-navigation .main-nav > ul {
		padding: 0;
		margin: 45px 0 0 0;
		list-style: none;
	}
	.header .header-navigation .main-nav > ul li {
		position: relative;
		padding: 0;
		border-bottom: 1px solid #8eb811;
		-webkit-transition: all 300ms ease-in-out 0ms;
		-khtml-transition: all 300ms ease-in-out 0ms;
		-moz-transition: all 300ms ease-in-out 0ms;
		-ms-transition: all 300ms ease-in-out 0ms;
		-o-transition: all 300ms ease-in-out 0ms;
		transition: all 300ms ease-in-out 0ms;
	}
	.header .header-navigation ul li ul.sub-menu li:last-child { 
		border-bottom: none;
	}
	.header .header-navigation .main-nav ul li a {
		padding: 7px 60px 7px 10px;
		display: block;
		border: none;
		color: #ffffff;
		line-height: 24px;
		font-size: 14px;
	}
	.header .header-navigation .main-nav ul.main-menu > li > ul.sub-menu {
		background: none;
	}
	.main-nav ul.main-menu > li .menu-toggle {
		position: absolute;
		top: 0px;
		right: 0;
		width: 60px;
		height: 38px;
		line-height: 38px;
		text-align: center;
		cursor: pointer;
		color: #ffffff;
	}
}

/* === 2.3. CALL TO ACTIONS === */
.call-to-action h3, .call-to-action h5 {
	padding-bottom: 4px;
}
.call-to-action h3 {
	font-size: 22px;
}
.call-to-action h5 {
	color: #fff;
	font-size: 16px;
}

/* === 2.4. SERVICES === */
.service-item {
	margin-bottom: 25px;
}
.service-item .service-thumbnail {
    position: relative;
    display: inline-block;
    max-width: 100%;
	overflow: hidden;
}
.service-item .service-thumbnail .overlay {
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -khtml-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 150ms linear 0ms;
    -khtml-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
}
.service-item:hover .service-thumbnail .overlay {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 150ms linear 0ms;
    -khtml-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
}
.service-item .service-thumbnail .overlay .overlay-content {
    width: 100%;
    padding: 20px;
    color: #fff;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 150ms linear 0ms;
    -khtml-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
}
.service-item .service-thumbnail .overlay .overlay-content a {
    color: #fff;
}
.service-item .service-title {
	margin-top: 17px;
}
.service-item .service-excerpt {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
}
.service-item .readmore {
	color:  #0138b6;
	font-size: 13px;
    font-weight: 800;
}
.service-item .readmore i {
    margin-left: 4px;
}
.service-item .service-icon-wrap {
    position: relative;
    z-index: 1;
    display: inline-block;
    max-width: 100%;
}
.service-item .service-icon-wrap .service-icon {
    position: relative;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
	border: 2px solid;
	display: block;
    text-align: center;
    width: 80px;
    height: 80px;
    line-height: 80px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
	color: #aaaaaa;
    font-size: 48px;
    border-color: #aaaaaa;
}
.service-item .service-icon-wrap .service-icon.border-color {
	border-color: #ff9b11;
	color: #ff9b11;
}
.service-item .service-icon-wrap .service-icon.bg-color {
	border-color: #ff9b11;
	background-color: #ff9b11;
	color: #fff;
}
.service-item .service-icon-wrap .service-icon.border-circle {
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	width: 70px;
    height: 70px;
	font-size: 32px;
}
.service-item .service-icon-wrap .service-icon.border-circle.big {
	width: 112px;
    height: 112px;
	font-size: 50px;
}
.service-item:hover .service-icon-wrap .service-icon {
    color: #fff;
    border-color:  #0138b6;
	background-color:  #0138b6;
}
.service-item .service-icon-wrap .service-icon i {
    line-height: 1;
    display: inline-block;
    position: absolute;
    top: 55%;
    left: 55%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.service-item .service-icon-wrap .service-icon.border-circle i {
	left: 50%;
}
.service-item .service-content {
	padding: 0 0 0 100px;
}
.service-item .service-content .service-title {
    margin: 0 0 11px;
}
.service-item .service-content a.readmore {
    font-weight: 800;
    font-size: 13px;
    margin-top: 13px;
    display: block;
}
.service-item .service-content a.readmore:after {
    content: "\f0da";
    font-family: 'FontAwesome';
    padding-left: 7px;
}
.service-item .service-thumbnail .service-icon {
	margin: 0 auto;
	top: 50%;
    left: 50%;
    position: absolute;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	-webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
	display: block;
    text-align: center;
    width: 70px;
    height: 70px;
    line-height: 70px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #ff9b11;
    color: #ffffff;
    font-size: 35px;
}
.service-item .service-thumbnail .service-icon i {
	line-height: 1;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
	width: 35px;
    height: 35px;
}
.service-wrap.style-2 .service-item {
	margin-bottom: 70px;
}
.service-wrap.style-2 .service-item .service-title {
	margin: 35px 0 8px;
}
.service-wrap.style-2 .service-item .service-thumbnail {
    margin-bottom: 20px;
}
.service-wraper.three-cols .service-item:nth-child(3n + 1) {
	clear: left;
}

/* === 2.5. SECTIONS === */
.section.top {
	z-index: 1;
}
.section-sidebar {
	margin-left: -15px;
	margin-right: -15px;
	clear: both;
}
.section-overlay-bg {
	background-color:rgba(43,66,30,0.9);
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.section-overlay-bg-light {
	background-color: rgba(133,178,0,0.9);
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.section-overlay-bg-dark {
	background-color:rgba(0,0,0,0.8);
	position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}
.section.border-top {
	border-top: 1px solid #dddddd;
}
.section.border-bottom {
	border-bottom: 1px solid #dddddd;
}
.section-bg-1 {
	background-image: url(../images/background/bg-our-team.jpg);
}
.section-bg-2 {
    background-color:#0138b5f7 ;
}
.section-bg-3 {
	background-image: url(../images/background/bg-form.jpg);
}
.section-bg-4 {
	background-image: url(../images/background/bg-service.jpg);
}
.section-bg-5 {
	background-image: url(../images/background/bg-testimonial.jpg);
}
.section-bg-6 {
	background-image: url(../images/background/bg-counter.jpg);
}
.section-bg-7 {
	background-image: url(../images/background/bg-our-client.png);
}

/* === 2.6. TEAM === */
.team-item {
	margin-bottom: 50px;
}
.team-item .team-thumbnail {
	position: relative;
    display: inline-block;
    max-width: 100%;
}
.team-item .team-title {
	margin-top: 20px;
}
.team-item .team-position {
    margin-top: 7px;
    color: #fff;
}
.team-item.style-2 {
    margin-bottom: 30px;
    padding-bottom: 26px;
	position: relative;
}
.team-item.style-2 .team-title {
    margin-top: 30px;
    color: #000;
}
.team-item.style-2 .team-position {
    margin-top: 5px;
    color: #000000;
}
.team-item.style-2:before, 
.team-item.style-2:after {
    content: "";
    position: absolute;
    left: 0;
	width: 100%;
}
.team-item.style-2:before {
    background: #eee;
    height: 5px;
    bottom: 0;
}
.team-item.style-2:after {
    height: 1px;
    background: #ddd;
    bottom: 4px;
    z-index: 1;
}
.team-item .team-thumbnail.circle img {
    border: 10px solid  #0138b6;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}

@media (max-width: 768px) {
  	.team-wrap > div:nth-child(2n+1) {
		clear: left;
	}
}

/* === 2.7. BLOG === */
.blog-item {
    margin-bottom: 30px;
}
.blog-item .blog-thumbnail {
    position: relative;
    display: inline-block;
    max-width: 100%;
	margin-bottom: 0;
}
.blog-item .blog-meta {
    font-size: 13px;
    color: #fff;
    background: #eee;
    padding-bottom: 4px;
    overflow: hidden;
    margin-bottom: 18px;
}
.blog-item .blog-meta ul {
    border-bottom: 1px solid #ddd;
    background: #fff;
    padding: 14px 0 10px 0;
}
.blog-item .blog-meta ul > li {
    display: inline-block;
    padding-right: 5px;
    padding-left: 5px;
}
.blog-item .blog-meta ul > li.detail-author {
    text-transform: capitalize;
}
.blog-item .blog-meta i.fa {
    margin-right: 10px;
    font-size: 15px;
}
.blog-item .blog-meta ul a {
    font-weight: 600;
    color: #888;
    font-size: 15px;
}
.blog-item.style-2:nth-child(odd) {
    clear: both;
}
.blog-item.style-2 .blog-item-inner {
    border: 1px solid #eee;
}
.blog-item.style-2 .blog-meta {
	background: none;
	padding-bottom: 0;
}
.blog-item.style-2 .blog-meta ul {
    border-bottom: none;
	padding: 0;
}
.blog-item.style-2 .blog-meta i.fa {
    margin-right: 5px;
    font-size: 13px;
	color: #fff;
}
.blog-item.style-2 .blog-meta ul a {
	font-size: 13px;
	color: #fff;
	font-weight: 400;
}
.blog-item.style-2 .blog-meta ul a:hover {
	color:  #0138b6;
}
.blog-item.style-2 .blog-content {
	padding: 30px 25px;
}
.blog-item.style-2 .readmore {
	margin-top: 15px;
    font-weight: 600;
	color: #000000;
}
.blog-item.style-2 .readmore:hover, 
.blog-item.style-2 .readmore:active, 
.blog-item.style-2 .readmore:focus {
    color:  #0138b6;
}
.blog-list .blog-item {
	padding-top: 15px;
    padding-bottom: 15px;
	border-bottom: 1px solid #ddd;
    position: relative;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
	margin-bottom: 0;
}
.blog-list .blog-item:first-child {
    border-top: 1px solid #ddd;
}
.blog-list .blog-item:hover {
	border-bottom-color:  #0138b6;
}
.blog-list .blog-item .blog-title a {
    font-size: 15px;
}
.blog-list .blog-item .blog-meta {
    background: none;
	margin-bottom: 0;
	padding-bottom: 0;
}
.blog-list .blog-item .blog-meta ul {
    border-bottom: none;
	padding: 10px 0;
}
.blog-list .blog-item .blog-meta ul > li {
    padding-left: 0;
	padding-right: 0;
}
.blog-list .blog-item .blog-desc {
    max-height: 0;
    visibility: hidden;
    padding-right: 15px;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 500ms linear 0ms;
    -khtml-transition: all 500ms linear 0ms;
    -moz-transition: all 500ms linear 0ms;
    -ms-transition: all 500ms linear 0ms;
    -o-transition: all 500ms linear 0ms;
    transition: all 500ms linear 0ms;
}
.blog-list .blog-item:hover .blog-desc {
    max-height: 1000px;
    visibility: visible;
    padding-top: 15px;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
.blog-list .blog-item .readmore {
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 0 42px 42px;
    border-color: transparent transparent  #0138b6 transparent;
    visibility: hidden;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
}
.blog-list .blog-item:hover .readmore {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
}
.blog-list .blog-item .readmore a {
    color: #fff;
    position: absolute;
    top: 23px;
    left: -18px;
}
.morenews {
    border-top: 4px solid #eee;
    padding: 7px 0 0 0;
}
.morenews a { 
    font-size: 13px;
    font-weight: 700;
}
.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6, .entry-content .h1, .entry-content .h2, .entry-content .h3, .entry-content .h4, .entry-content .h5, .entry-content .h6 {
    margin-top: 20px;
    margin-bottom: 20px;
}

/* === 2.8. COUNTER === */
.counter-wraper .counter-icon {
    font-size: 65px;
    color: #fff;
}
.counter-wraper .counter-icon.circle {
    display: block; 
    width: 112px;
    height: 112px;
    line-height: 1;
    text-align: center; 
    color: #fff;
    font-size: 50px;
    border: 2px solid  #0138b6;
    background:  #0138b6;
    position: relative;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
	margin: 0 auto;
	background: transparent;
    border-color: #fff;
}
.counter-wraper .counter-icon.counter-color {
	background:  #0138b6;
	border-color:  #0138b6;
}
.counter-wraper .counter-icon.counter-gray {
	background: #aaaaaa;
	border-color: #aaaaaa;
}
.counter-wraper .counter-icon.circle:hover {
    background: #fff;
    color:  #0138b6;
}
.counter-wraper .counter-icon.counter-gray:hover {
	background:  #0138b6;
	border-color:  #0138b6;
	color: #fff;
}
.counter-wraper .counter-icon.circle i {
    width: 50px;
    height: 50px;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -khtml-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    -o-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}
.counter-wraper .counter-content {
	padding-left: 90px;
}
.counter-wraper .counter-digit {
	padding: 0;
    margin: 0;
	font-size: 30px;
}
.counter-wraper .counter-desc {
    letter-spacing: 0.45px;
	font-size: 15px;
}

@media (max-width: 768px) {
	.counter-wraper > div {
		margin-bottom: 35px;
	}
}

/* === 2.9. CONTACT FORM === */
form.contact-form label {
    display: block;
    clear: both;
    color: #000;
    font-weight: 800;
    margin-bottom: 1px;
}
form.contact-form .form-control-wrap {
	display: block;
    clear: both;
}
form.contact-form .form-control-wrap input, 
form.contact-form .form-control-wrap select, 
form.contact-form .form-control-wrap textarea {
    border-color: #fff;
    padding-top: 5px;
    padding-bottom: 5px;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
form.contact-form .form-control-wrap input, 
form.contact-form .form-control-wrap select {
    height: 40px;
}
form.contact-form .form-control-wrap input:focus, 
form.contact-form .form-control-wrap select:focus, 
form.contact-form .form-control-wrap textarea:focus {
    border-width: 2px;
    border-color:  #0138b6;
}
form.contact-form .form-control-wrap select:hover {
    border-width: 2px;
    border-color:  #0138b6;
}
form.contact-form .form-control-wrap textarea {
    height: 100px;
}
form.contact-form .contact {
    background-color: #0138b5;
    color: #fff;
	margin-top: 5px;
    padding: 45px 30px 35px;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
form.contact-form .contact h4 {
    font-size: 20px;
    padding-bottom: 2px;
}
form.contact-form .contact h2 {
    padding-top: 5px;
}

/* === 2.10. TESTIMONIALS === */
.testimonial-carousel .owl-item {
	padding-right: 2px;
	padding-left: 2px;
}
.testimonial-carousel .owl-item .carousel-item-text {
    position: relative;
	padding: 0;
    margin: 0;
}
.testimonial-carousel .owl-item .carousel-item-text .carousel-item-text-inner {
    padding-left: 70px;
    position: relative;
	font-size: 16px;
    font-weight: 400;
    color: #000;
    line-height: 32.4px;
    border: none;
    padding-bottom: 29px;
}
.testimonial-carousel .owl-item .carousel-item-text .carousel-item-text-inner.normal {
	line-height: 24px;
    font-weight: 500;
	font-size: 15px;
	color: #000000;
}
.testimonial-carousel .owl-item .carousel-item-text .carousel-item-text-inner:before {
    content: "\76";
    font-family: 'zooka-cleaning';
    font-size: 43px;
    position: absolute;
    top: 10px;
    left: 0;
    color: #ddd;
}
.testimonial-carousel .owl-item img {
    display: block;
    width: auto;
    margin: 0 auto;
	transform-style: preserve-3d;
	max-width: 100px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.testimonial-carousel .owl-item .carousel-item-media .carousel-item-media-content {
	padding-top: 22px;
    padding-left: 122px;
}
.testimonial-carousel .owl-item .carousel-item-media .carousel-item-media-content .carousel-title {
    margin-bottom: 9px;
}
.testimonial-carousel .owl-controls .owl-buttons {
    bottom: 40px;
    right: 0;
    top: auto;
    left: auto;
    width: auto;
    z-index: 1;
}
.testimonial-carousel .owl-controls .owl-buttons > div {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #ddd;
    color: #555;
    font-size: 18px;
    position: relative;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.testimonial-carousel .owl-controls .owl-buttons > div.owl-next {
    margin-left: 5px;
}
.testimonial-carousel.style-2 .owl-item .carousel-item-text {
    position: relative;
    padding-bottom: 18px;
    margin-bottom: 18px;
}
.testimonial-carousel.style-2 .owl-item .carousel-item-text .carousel-item-text-inner {
    border-bottom: 1px solid #ddd;
}
.testimonial-carousel.style-2 .owl-item .carousel-item-text:before, 
.testimonial-carousel.style-2 .owl-item .carousel-item-text:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    position: absolute;
}
.testimonial-carousel.style-2 .owl-item .carousel-item-text:before {
    left: 100px;
    bottom: 0px;
    border-width: 20px 20px 0 0;
    border-color: #eee transparent transparent transparent;
}
.testimonial-carousel.style-2 .owl-item .carousel-item-text:after {
    left: 102px;
    bottom: 4px;
    border-width: 16px 16px 0 0;
    border-color: #f9f9f9 transparent transparent transparent;
}
.testimonial-carousel.style-2 .owl-item .carousel-item-media .carousel-title, 
.testimonial-carousel.style-2 .owl-item .carousel-item-media .carousel-categories {
    display: inline-block;
}
.testimonial-carousel.style-2 .owl-item .carousel-item-media .carousel-title.dp-block, 
.testimonial-carousel.style-2 .owl-item .carousel-item-media .carousel-categories.dp-block {
    display: block;
}
.testimonial-carousel.style-2 .owl-controls .owl-buttons {
	bottom: 0;
}
.testimonial-carousel.style-3 .owl-item .carousel-item-text .carousel-item-text-inner {
    border: 0;
    padding-right: 70px;
    font-weight: 800;
    font-size: 18px;
    line-height: 32px;
}
.testimonial-carousel.style-3 .owl-item .carousel-item-text .carousel-item-text-inner:before {
	color: rgba(255, 255, 255, 0.2);
}
.testimonial-carousel.style-3 .owl-item .carousel-item-text .carousel-item-text-inner:after {
    content: "\77";
    font-family: 'zooka-cleaning';
    font-size: 43px;
    position: absolute;
    top: 10px;
    right: 0;
	color: rgba(255, 255, 255, 0.2);
}
.testimonial-carousel.style-3 .owl-item .carousel-item-media {
    margin: 0 auto;
    clear: both;
    text-align: center;
}
.testimonial-carousel.style-3 .owl-item .carousel-item-media .carousel-item-media-content {
	padding-left: 0;
}
.testimonial-carousel.style-3 .owl-controls .owl-buttons > div {
	background:  #0138b6;
    color: #415800;
}
@media (min-width: 1200px) {
	.testimonial-carousel.style-3 .owl-controls .owl-buttons {
		width: 100%;
		bottom: 130px;
	}
	.testimonial-carousel.style-3 .owl-controls .owl-buttons .owl-prev {
		left: 330px;
		position: absolute;
	}
	.testimonial-carousel.style-3 .owl-controls .owl-buttons .owl-next {
		right: 330px;
		position: absolute;
	}
}

/* === 2.11. CLIENTS === */
.client-wrap .client-item {
    position: relative;
    display: inline-block;
    max-width: 100%;
	width: 100%;
    border: 1px solid #eee;
    padding: 25px 0;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
}
.client-wrap .client-item:hover {
    border-color:  #0138b6;
}

/* === 2.12. PAGE TITLE === */
.page-title {
    margin-bottom: 70px;
}
.page-title-overlay {
	background-color: rgba(0,0,0,0.4);
	padding-top: 85px;
    padding-bottom: 65px;
}
.page-title #page-title-text {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.page-title #page-title-text h1 {
    font-family: Arial;
    text-transform: uppercase;
    line-height: 50px;
    font-weight: 700;
    font-style: normal;
    color: #fff;
    font-size: 42px;
	padding: 0;
    margin: 0;
}
.page-title #breadcrumb-text ul li a, .page-title #breadcrumb-text{
    color: #fff !important;
}
.page-title #page-title-text:after {
    content: "";
    display: block;
    width: 45px;
    height: 3px;
    background:  #0138b6;
    bottom: 0;
	left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    -khtml-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
}
.page-title #breadcrumb-text, 
.page-title #breadcrumb-text ul li a {
    font-family: Arial;
    line-height: 15px;
    font-weight: 400;
    font-style: normal;
    color: #000000;
}
.page-title #breadcrumb-text ul li {
    display: inline-block;
}
.page-title #breadcrumb-text ul li:after {
    content: "\f101";
    font-family: 'FontAwesome';
    padding: 0 5px;
    display: inline-block;
}
.page-title #breadcrumb-text ul li:last-child:after {
    content: '';
}

@media (max-width: 768px) {
  	.page-title {
		margin-top: 0;
	}
}

/* === 2.13. PRICING === */
.pricing .pricing-item {
	margin-top: 60px;
	margin-bottom: 30px;
	border: 1px solid rgb(238, 238, 238);
	border-radius: 5px;
	padding-left: 0;
	padding-right: 0;
}
.pricing .pricing-item.feature-item {
    margin-top: 0px;
    margin-left: -1px;
    margin-right: -1px;
}
.pricing .pricing-item .pricing-title {
	color: rgb(255, 255, 255);
    background-color: rgb(136, 136, 136);
    text-transform: uppercase;
    margin: 0px;
    padding: 18px 15px;
    border-radius: 5px 5px 0px 0px;
}
.pricing .pricing-item.feature-item .pricing-title {
	background-color: rgb(132, 180, 0);
}
.pricing .pricing-item .pricing-title .pricing-unit {
    display: block;
    clear: both;
    margin-top: 5px;
    font-size: 15px;
    font-weight: 600;
    text-transform: capitalize;
}
.pricing .pricing-item .pricing-feature {
	margin-top: 25px;
    padding: 0px 45px;
}
.pricing .pricing-item .pricing-feature {
	margin-top: 25px;
    padding: 0px 45px;
}
.pricing .pricing-item .pricing-feature .pricing-feature-list li {
    border-bottom: 1px solid rgb(238, 238, 238);
    padding: 7px 0px;
}
.pricing .pricing-item .readmore {
    margin: 25px 0px 35px;
}
.table-pricing {
    width: 100%;
    max-width: 100%;
}
.table-pricing > thead {
	background-color:  #0138b6;
    font-weight: 600;
    color: #fff;
    font-size: 18px;
}
.table-pricing > thead th {
    padding: 16px 10px;
    text-align: center;
    font-size: 14px;
}
.table-pricing > tbody tr {
    border-bottom: 1px solid #eee;
}
.table-pricing > tbody tr th {
    width: 30%;
    text-transform: capitalize;
    font-size: 14px;
    color: #555;
    text-align: center;
}
.table-pricing > tbody tr td,
.table-pricing > tbody tr th {
    padding: 16px 10px;
}
.table-pricing > tbody tr td.pricing-unit {
    width: 15%;
    font-size: 14px;
	text-align: center;
}

/* === 2.14. SIDEBAR === */
.widget-area .widget {
    margin-bottom: 35px;
	clear: both;
	float: left;
	width: 100%;
}
.widget-area .widget .wg-title {
    margin-bottom: 30px;
}
.widget-area .widget .searchform {
    position: relative;
}
.widget-area .widget .searchform input {
    background-color: #eee;
	-webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.widget-area .widget .searchform button {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: transparent;
    border: none;
    color:  #0138b6;
    font-size: 18px;
	color: #888;
	padding-right: 17px;
	padding-left: 22px;
}
.widget.widget_categories ul li {
    position: relative;
    padding: 7px 0 7px 20px;
    color: #aaa;
    border-bottom: 1px solid #eee;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
}
.widget.widget_categories ul li:before {
    content: "\f105";
    font-family: 'FontAwesome';
    position: absolute;
    left: 0;
    top: 6px;
}
.widget.widget_categories ul li a {
    color: #000000;
}
.widget.widget_categories ul li:hover, 
.widget.widget_categories ul li:active, 
.widget.widget_categories ul li:focus,
.widget.widget_categories ul li:hover > a, 
.widget.widget_categories ul li:active > a, 
.widget.widget_categories ul li:focus > a {
    color:  #0138b6;
}
.widget .recent-photo {
    margin: 0 -2px;
}
.widget .recent-photo li {
    padding: 0 2px;
	margin: 0 0 4px;
    float: left;
}
.widget .recent-post ul li {
    margin: 0 0 5px;
	float: left;
	width: 100%;
}
.widget .recent-post ul li .recent-post-detail {
	padding-left: 120px;
}
.widget .recent-post ul li .recent-post-detail a {
    color: #000000;
    letter-spacing: 0.45px;
    font-weight: 600;
}
.widget .recent-post ul li .post-date {
    display: block;
    font-size: 13px;
    line-height: 16px;
    letter-spacing: 0.42px;
    color: #aaa;
}
.widget .tagcloud {
    overflow: hidden;
}
.widget .tagcloud a {
    padding: 12px 20px;
    background-color: #fff;
    display: inline-block;
    margin: 0 5px 5px 0;
    font-size: 15px;
    text-transform: capitalize;
    color: #aaa;
    border: 1px solid #eee;
}
.widget .tagcloud a:hover {
    border-color: #ff9b11;
    background-color: #ff9b11;
    color: #fff;
}

@media (max-width: 768px) {
  	.widget-area {
		margin-top: 40px;
	}
}

/* === 2.15. QUOTES === */
.quote-carousel .carousel-item {
    min-height: 360px;
    background-size: cover;
    background-position: center center;
    filter: gray;
    filter: grayscale(1);
    -webkit-filter: grayscale(1);
}
.quote-carousel .carousel-item .carousel-item-text {
    position: relative;
    z-index: 1;
    letter-spacing: 0.45px;
    padding: 50px 15% 0;
}
.quote-carousel .carousel-item .carousel-item-text .carousel-item-text-inner {
    padding-left: 70px;
    position: relative;
}
.quote-carousel .carousel-item .carousel-item-text .carousel-item-text-inner:before {
    content: "\f10d";
    font-family: 'FontAwesome';
    font-size: 43px;
    position: absolute;
    top: 10px;
    left: 0;
    color: #555;
}

/* === 2.16. ACCORDION === */
.accordion-group {
	padding-bottom: 30px;
	margin-bottom: 30px;
	border-bottom: 1px solid #eee;
}
.accordion-heading {
	position: relative;
}
.accordion-heading > a.accordion-toggle {
	margin-left: 14px;
    padding: 14px 50px 14px 0px;
    text-decoration: none;
    position: relative;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
	display: inline-block;
	font-family: Arial;
    line-height: 22px;
    font-weight: 600;
    font-style: normal;
    color: #000;
    font-size: 18px;
}
.accordion-heading > .checklist {
    width: 42px;
    height: 42px;
    line-height: 40px;
    border: 1px solid  #0138b6;
    text-align: center;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-style: normal;
    display: inline-block;
	background-color:  #0138b6;
    color: #fff;
	font-size: 21px;
}
.accordion-heading > .toggle-icon {
    position: absolute;
    top: 50%;
	right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
	width: 42px;
    height: 42px;
    line-height: 40px;
    border: 1px solid  #0138b6;
    color:  #0138b6;
    text-align: center;
    -webkit-border-radius: 3px;
    -khtml-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    display: inline-block;
	font-size: 18px;
    font-weight: 600;
}
.accordion-body {
	margin-top: 30px;
}

/* === 2.17. PORTFOLIO === */
.portfolio-masonry-item {
    margin-bottom: 30px;
}
.portfolio-masonry-item .portfolio-thumbnail {
    position: relative;
    display: inline-block;
    max-width: 100%;
}
.portfolio-masonry-item .portfolio-thumbnail .overlay-wrap {
    overflow: hidden;
    position: relative;
}
.portfolio-masonry-item .portfolio-thumbnail .overlay-wrap .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
	background-color: rgba(132, 180, 0, 0.9);
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transform: scale(1.5);
    -khtml-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 150ms linear 0ms;
    -khtml-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
}
.portfolio-masonry-item .portfolio-thumbnail .overlay-wrap:hover .overlay {
    visibility: visible;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    -webkit-transform: scale(1);
    -khtml-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 150ms linear 0ms;
    -khtml-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
}
.portfolio-masonry-item .portfolio-thumbnail .overlay-wrap .overlay .overlay-content {
    width: 100%;
    padding: 20px;
    color: #fff;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 150ms linear 0ms;
    -khtml-transition: all 150ms linear 0ms;
    -moz-transition: all 150ms linear 0ms;
    -ms-transition: all 150ms linear 0ms;
    -o-transition: all 150ms linear 0ms;
    transition: all 150ms linear 0ms;
}
.portfolio-masonry-item .portfolio-thumbnail .overlay-wrap .overlay .overlay-content a {
    color: #fff;
	font-size: 22px;
}
.portfolio-masonry-item .portfolio-title {
    margin: 15px 0 0 0;
}
.single-portfolio .entry-info .h6 {
    text-transform: uppercase;
    margin-right: 15px;
}
.single-portfolio-slider .item img {
	display: block;
    max-width: 100%;
    height: auto;
	width: 100%;
}
.single-portfolio-slider .owl-controls .owl-buttons {
    top: 45%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-portfolio-slider .owl-controls .owl-buttons div {
    width: 57px;
    height: 72px;
    line-height: 72px;
    font-size: 24px;
    background-color: transparent;
    background-image: none;
    text-shadow: none;
    color: #adadad;
    margin: -20px 0 0 0;
	border-radius: 0;
	text-align: center;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
    filter: alpha(opacity=100);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    -webkit-opacity: 1;
    -khtml-opacity: 1;
    -moz-opacity: 1;
    -ms-opacity: 1;
    -o-opacity: 1;
    opacity: 1;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-portfolio-slider .owl-controls .owl-buttons div:hover {
    background-color: rgba(132, 180, 0, 0.5);
    color: #fff;
}
.single-portfolio-slider .owl-controls .owl-buttons .owl-next {
    right: 0;
}
.single-portfolio .portfolio-navigation {
    background: #f7f7f7;
    padding: 30px;
}
.single-portfolio .portfolio-navigation .nav-links > div {
    position: relative;
}
.single-portfolio .portfolio-navigation .nav-links > div .nav-icon {
    left: 15px;
    color: #acacac;
    top: 50%;
    position: absolute;
    -webkit-transform: translateY(-50%);
    -khtml-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
}
.single-portfolio .portfolio-navigation .nav-links > div .nav-icon.right {
    right: 15px;
    left: auto;
}
.single-portfolio .portfolio-navigation .nav-links > div .nav-label-wrap {
    padding-left: 30px;
    display: block;
}
.single-portfolio .portfolio-navigation .nav-links > div .nav-label-wrap.right {
    padding-right: 30px;
    padding-left: 0;
}
.single-portfolio .portfolio-navigation .nav-links > div .nav-label-wrap span {
    display: block;
    font-size: 15px;
    font-weight: 600;
    color: #1f1f1f;
}
.single-portfolio .portfolio-navigation .nav-links > div .nav-label-wrap span.nav-title {
    color: #999;
    font-weight: normal;
}
.single-portfolio .portfolio-navigation .nav-links > div a:hover * {
    color:  #0138b6;
}

/* === 2.18. PRELOADER === */
.noo-spinner {
    position: fixed;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 999999;
    -webkit-transition: all 0.8s ease 0s;
    -o-transition: all 0.8s ease 0s;
    transition: all 0.8s ease 0s;
}
.noo-spinner img {
	width: 40px;
	height: 40px;
	text-align: center;
	position: absolute;
    left: 50%;
    top: 50%;
    margin: -20px 0 -20px;
}

/* --------------------------------------------------------------------- */
/* 3. COMMERCE
/* --------------------------------------------------------------------- */

span.onsale {
    position: absolute;
    top: 0;
    right: 0;
    bottom: auto;
    left: auto;
    min-height: 0;
    min-width: 0;
    line-height: 50px;
    padding: 0 10px;
    font-size: 13px;
    text-transform: uppercase;
    color: #fff;
    background:  #0138b6;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
}
.star-rating {
    position: relative;
    display: inline-block;
    text-align: left;
}
.star-rating:before {
    font-family: 'FontAwesome';
    content: '\f005\f005\f005\f005\f005';
    color: #000000;
    font-size: 15px;
    letter-spacing: 2px;
}
.star-rating span {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 0;
    overflow: hidden;
    height: 28px;
}
.star-rating span:before {
    font-family: 'FontAwesome';
    content: '\f005\f005\f005\f005\f005';
    font-size: 15px;
    letter-spacing: 2px;
    color:  #0138b6;
}
.star-rating:after {
    content: attr(title);
    position: absolute;
    top: -50px;
    left: 0;
    width: 180px;
    background-color: #000;
    color: #fff;
    padding: 7px 10px;
    visibility: hidden;
    filter: alpha(opacity=0);
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    -webkit-opacity: 0;
    -khtml-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.widget_price_filter .ui-slider {
    position: relative;
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    background-color: #eee;
    border: 0;
    height: 5px;
    margin-right: 14px;
}
.widget_price_filter .ui-slider .ui-slider-range {
    position: absolute;
    top: 0;
    height: 100%;
	background-color:  #0138b6;
}
.widget_price_filter .ui-slider .ui-slider-handle {
    position: absolute;
    z-index: 2;
    width: 14px;
    height: 14px;
	background-color:  #0138b6;
    cursor: ew-resize;
    outline: 0;
    top: -5px;
    -webkit-border-radius: 50%;
    -khtml-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
}
.widget_price_filter .price_slider_amount .price_label {
    padding-top: 20px;
}
.widget_price_filter .price_slider_amount {
	text-align: right;
    margin-top: 30px;
    text-transform: capitalize;
}
.widget_price_filter .price_slider_amount:before,
.widget_price_filter .price_slider_amount:after {
    content: "";
    width: 100%;
    display: table;
}
.widget_price_filter .price_slider_amount .button {
    float: left;
}
.widget_top_rated_products ul li {
    clear: both;
    position: relative;
}
.widget_top_rated_products ul li + li {
    margin-top: 15px;
}
.widget_top_rated_products ul li a {
    font-weight: 600;
    display: block;
	text-decoration: none;
}
.widget_top_rated_products ul li a img {
    float: right;
    margin-left: 15px;
    max-width: 55px;
}
.widget_top_rated_products ul li a .product-title {
    display: block;
}
.widget_top_rated_products ul li .amount {
    display: block;
    font-weight: 600;
}
.shop-top-area {
	margin-bottom: 20px;
}
.shop-top-area .commerce-ordering {
    float: right;
}
.shop-top-area .commerce-ordering select {
    background: #f7f7f7 url(../images/select-arrow2.jpg) right center no-repeat;
    border-color: #f7f7f7;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
	min-height: 45px;
}
.shop-top-area .commerce-result-count {
    padding-top: 13px;
}
.shop-cart {
	color: #1f1f1f;
    margin-bottom: 30px;
}
.shop-cart .product-remove {
    text-align: center;
    color: #999;
}
.shop_table .product-remove a {
    color: #999;
}
.shop-cart .product-name {
    font-weight: 600;
    color: #1f1f1f;
}
.shop-cart .product-thumbnail {
    width: 90px;
}
.shop-cart > tbody > tr > td input[type="number"] {
	max-width: 70px;
}
.cart-proceed-to-checkout {
    margin-bottom: 40px;
}
.form-checkout label {
    font-weight: 700;
    line-height: 1.3;
    color: #242626;
	margin-top: 0;
	margin-bottom: 11.5px;
	font-size: 12px;
}
.form-checkout label sup {
    color: red;
	font-size: 20px;
    top: 0;
}
.products-list {
    margin-left: -30px;
}
.products-list .product-items {
    float: left;
    position: relative;
}
.products-list.columns-2 .product-items {
    width: 50%;
}
.products-list.columns-3 .product-items {
    width: 33.3333%;
}
.products-list.columns-3 .product-items:first-child {
    clear: left;
}
.products-list .product-items .product-item-wrap {
    margin-left: 30px;
    margin-bottom: 30px;
}
.products-list .product-items .product-item-wrap img {
    width: 100%;
}
.products-list .product-items .product-item-wrap .product-info {
    border: 1px solid #eee;
    border-top: none;
    padding: 0 30px 30px;
}
.products-list .product-items .product-item-wrap .product-info .product-title, 
.products-list .product-items .product-item-wrap .product-info .product-title a {
    margin: 0 -30px 17px;
    padding: 10px;
    background-color: #0138b3;
    color: #fff;
    font-size: 18px;
}
.products-list .product-items .product-item-wrap .product-info .price {
    margin-bottom: 15px;
    font-weight: 600;
	display: block;
}
.products-list .product-items .product-item-wrap .product-info .price ins {
    text-decoration: none;
}
.payment-product-list .product-item {
    position: relative;
    margin-bottom: 20px;
}
.payment-product-list .product-item .product-img {
    width: 90px;
    padding-right: 20px;
    display: inline-block;
    position: relative;
}
.payment-product-list .product-item .product-img span {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 24px;
    line-height: 24px;
    min-width: 24px;
    text-align: center;
    color: white;
    background-color: #242626;
}
.payment-product-list .product-item .product-body {
    display: inline-block;
}
.payment-product-list .product-item .product-body .product-name {
    color: #898989;
    font-weight: 400;
	font-size: 15px;
}
.payment-product-list .product-item .product-body .product-name a {
    color: #898989;
	font-size: 15px;
}
.payment-product-list .product-item .product-body .product-price {
    color: #242626;
    display: inline-block;
}
.payment-product-list .product-item .product-button {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}
.payment-product-list .product-item .product-button > a {
    display: block;
    margin-bottom: 5px;
    color: #898989;
    font-size: 14px;
    line-height: 20px;
    width: 20px;
    text-align: center;
    opacity: 1;
}
.payment-product-list .product-item .product-button > a:hover, 
.payment-product-list .product-item .product-button > a:focus {
    color: red;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50);
}
@media (min-width: 480px) {
	.payment-product-list .product-item .product-img {
		padding-right: 30px;
		width: 108px;
	}
}
.total-product {
    padding: 20px 0;
    margin-bottom: 20px;
    border-top: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3e3;
}
.coupon {
    height: 50px;
    background-color: #242626;
    color: #fff;
	display: table;
}
.coupon p {
    display: table-cell;
    vertical-align: middle;
	text-align: center;
}
.single-product .single-top-area {
    padding-bottom: 40px;
    margin-bottom: 40px;
    border-bottom: 1px solid #eee;
}
.single-product .single-top-area .images > a {
    display: block;
}
.single-product .single-top-area .images .thumbnails {
    margin-top: 10px;
    margin-left: -10px;
}
.single-product .single-top-area .images .thumbnails a {
    margin: 0 0 10px 10px;
    width: inherit;
    display: inline-block;
}
.single-product .single-top-area .single-info-wrapper .product_title {
    margin-bottom: 15px;
    text-transform: uppercase;
}
.single-product .single-top-area .single-info-wrapper .price {
    font-size: 18px;
    font-weight: 600;
    margin-right: 40px;
}
.single-product .single-top-area .single-info-wrapper .description {
    margin-top: 12px;
    clear: both;
}
.single-product .single-top-area .single-info-wrapper .cart {
    margin: 15px 0 35px;
	float: left;
	width: 100%;
}
.single-product .single-top-area .single-info-wrapper .cart .quantity .qty {
    width: 100px;
    margin: 0 0 0 10px;
    padding-right: 0;
    text-align: center;
    border-color:  #0138b6;
    -webkit-border-radius: 5px;
    -khtml-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
}
.single-product .single-top-area .product_meta {
	clear: both;
}
.single-product .single-top-area .product_meta > span {
    display: block;
    margin-bottom: 15px;
    font-size: 14px;
}
.single-product .single-top-area .single-info-wrapper .single-product-share a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: 1px solid #eee;
    color: #bbb;
    display: inline-block;
}
.single-product .single-top-area .single-info-wrapper .single-product-share a:hover, 
.single-product .single-top-area .single-info-wrapper .single-product-share a:active, 
.single-product .single-top-area .single-info-wrapper .single-product-share a:focus {
    border-color:  #0138b6;
    color:  #0138b6;
}
.commerce-tabs ul.tabs {
    list-style: none;
    overflow: hidden;
    position: relative;
    width: 20%;
    float: left;
    padding: 0;
    margin: 0;
    border: none;
}
.commerce-tabs ul.tabs li {
    display: block;
    margin: 0 0 5px 0;
	float: none;
}
.commerce-tabs ul.tabs li a {
	width: 100%;
    display: block;
	color: #333;
    font-weight: 600;
    border: 1px solid #f7f7f7;
    background-color: #f7f7f7;
    padding: 10px 15px;
    position: relative;
    display: inline-block;
    margin-bottom: -1px;
    -webkit-border-radius: 0;
    -khtml-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    -o-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all 300ms ease-in-out 0ms;
    -khtml-transition: all 300ms ease-in-out 0ms;
    -moz-transition: all 300ms ease-in-out 0ms;
    -ms-transition: all 300ms ease-in-out 0ms;
    -o-transition: all 300ms ease-in-out 0ms;
    transition: all 300ms ease-in-out 0ms;
}
.commerce-tabs ul.tabs li.active a, 
.commerce-tabs ul.tabs li:hover a {
    background-color: #fff;
    border-color:  #0138b6;
    color: #000000;
}
.commerce-tabs ul.tabs li a:hover, 
.commerce-tabs ul.tabs li a:focus {
    border-color:  #0138b6;
}
.commerce-tabs .tab-content {
    width: 70%;
    float: left;
    padding-left: 30px;
}
.related.products {
	clear: both;
}

.header-widgets{
    display: flex;
}
.header-widgets .header-phone, .header-widgets .header-email{
    margin-left: 20px;
    font-weight: 600 !important;
    color: #000000;
}
@media (max-width: 991px){
    .header-widgets{
        flex-direction: column;
    }
    .header-widgets .header-phone, .header-widgets .header-email{
        margin-left: 0px;
    }
}


@media (min-width:991px) and (max-width:1200px){
    .header-widgets-row{
        display: flex;
        align-items: center;
    }
    .header-widgets .header-phone, .header-widgets .header-email{
        margin-left: 10px !important;
    }
}


.tag-cloud{
    text-align: left;
    padding-left:0px;
  
  }
  
  .tag-cloud li a {
    background: #f5f5f5;
    color: #414141;
    border: 0;
    border-radius: 4px;
    padding: 8px 15px;
    font-size: 14px;
    text-wrap: auto;
    font-weight: 400;
    text-transform: capitalize;
  }

  @media (max-width:767px){
    .tag-cloud li a {
        font-size: 12px;
    }
  }
  
  .tag-cloud li{
    list-style-type: none;
    padding: 5px;
    display: inline-block;
  }
  
  .tags-heading{
    font-size: 20px;
      color: #2da8d8ff;
      padding-left: 30px;
      padding-bottom: 15px;
  }
  
  
  
  .tag-cloud li a:active, .tag-cloud li a:focus, .tag-cloud li a:hover{
    background: #0138b6;
  }

  .tag-cloud li a::after{
    display: none;
  }


  
.fa.fa-twitter{
	font-family:sans-serif;
}
.fa.fa-twitter::before{
	content:"𝕏";
	font-size:1.2em;
}

@media (max-width:1200px) and (min-width:991px){
    .header-social{
        display: none !important;
    }
}






.section-bg-estimate, .testimonial-seciton {
    background-color: #f5f5f5;
}

.services-section .col-lg-4{
    border-bottom: 1px solid  #0138b6;
    margin-bottom: 30px;
}

.widget.tags h3{
    margin-bottom: 25px;
}




.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 1020;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  }
  
  
.header-main.sticky{
    background-color: #fff;
    padding-bottom: 10px;
}  


.carousel-caption{
	bottom: 20% !important;
}

.carousel-caption{padding-bottom:80px;}

/* Background images are set within the HTML using inline CSS, not here */

.fill {
    width: 100%;
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
    -o-background-size: cover;
    opacity:0.6;
}




/**
 * Button
 */
.btn-transparent {
  background: transparent;
  color: #fff;
  border: 2px solid #fff;
}
.btn-transparent:hover {
  background-color: #fff;
}

.btn-rounded {
  border-radius: 70px;
}

.btn-large {
  padding: 11px 45px;
  font-size: 18px;
}

/**
 * Change animation duration
 */
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
}


@keyframes fadeInRight {
  from {
    opacity: 0;
    -webkit-transform: translate3d(100px, 0, 0);
    transform: translate3d(100px, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@keyframes fadeInLeft {
	from {
	  opacity: 0;
	  transform: translateX(-100px);
	}
  
	to {
	  opacity: 1;
	  transform: none;
	}
  }
  
  .fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft;
  }

  @keyframes fadeInTop {
	from {
	  opacity: 0;
	  transform: translate3d(0, 100px, 0);
	}
  
	to {
	  opacity: 1;
	  transform: none;
	}
  }
  
  .fadeInTop {
	-webkit-animation-name: fadeInTop;
	animation-name: fadeInTop;
  }

.carousel-caption h1, .carousel-caption p{
	color: #fff !important;
	padding-bottom: 30px;
  background: rgba(0,0,0,.25);
  padding: 5px;
  display: inline-block;
}

.carousel-caption a{
  width: 145px;
  height: 45px;
  background:  #0138b6;
  line-height: 45px;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
}
.carousel .item img{
  object-fit: cover;
}
.carousel.main-slider, .carousel .carousel-inner, .carousel .item, .carousel .item img{
  height: 70vh;
  width: 100%;
}
@media (max-width:1450px){
  .carousel.main-slider, .carousel .carousel-inner, .carousel .item, .carousel .item img{
    height: 80vh;
  }
}
@media (max-width:1200px) and (min-width:767px){
  .carousel.main-slider, .carousel .carousel-inner, .carousel .item, .carousel .item img{
    height: 50vh;
  }
}
@media (max-width:767px){
  .carousel.main-slider, .carousel .carousel-inner, .carousel .item, .carousel .item img{
    height: 60vh;
  }

  .sub-menu.sub-list{
	height: 250px;
	overflow-y: scroll;
  }

  .sub-menu.sub-list::-webkit-scrollbar{
	width: 0px;
  }

  .carousel .item img{
    object-fit: cover;
  }
  .carousel .item h1{
    font-size: 24px;
    line-height: 30px;
  }

  .carousel .carousel-caption{
    padding-bottom: 0px !important;
    bottom: 15% !important;
  }
}

@media (min-width:991px){
	.carousel-caption h1{
		font-size: 50px;
	}
}

.carousel-control-next, .carousel-control-prev{
	opacity: .8 !important;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
	border: 1px solid #fff;
    font-size: 25px;
	width: 30px !important;
    height: 30px !important;
	background: transparent !important;
}

.play-section{
	background-image: url(../images/bg/counter-bg.jpg) !important;
}

.testimonial-bg{
	background-image: url(../images/bg/testimonial-1-bg-1.jpg) !important;
}

@media (max-width:767px){
	.testimonial-carousel .owl-dots{
		top: -40px !important;
	}
	.testimonial-area.testimonial-bg{
		padding-top: 0px !important;
	}
    .header-top{
        display: none;
    }
    .team-item .team-thumbnail, .team-item .team-thumbnail img{
        width: 100%;
    }
}

@media (max-width:380px) and (min-width:360px){
    .carousel.main-slider, .carousel .carousel-inner, .carousel .item, .carousel .item img{
        height: 67vh;
    }
}

.header-logo{
    width: 200px;
}

.offer-page-sections .product-items {
    margin-bottom: 45px;
}

.offer-page-sections .product-items h3{
    margin-top: 15px;
}