<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&amp;display=swap');
/* General Css */
:root{
    --black:#000000;
     --main-color:#7B3C93;

}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    background-color: #fff;
    font-size: 18px;
    line-height: 28px;
    font-family: 'Poppins', sans-serif;
    font-weight:300;
    color: #333;
    
}   
blockquote,
q {
    quotes: none;
    margin: 0;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: '';
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

img {
    max-width: 100%;
    height: auto;
    border: none;
}

::selection {
    color: #fff;
    background-color: #056639;
    opacity: 0.4;
}

a {
    transition: ease-in-out 0.3s;
    color: #000;
}

a:hover {
    text-decoration:underline; color:#056639;
}

button:focus,
a:focus {
    outline: none;
}

.form-control:focus,
.btn.focus,
.btn:focus {
    box-shadow: none
}

html {
    scroll-behavior: smooth;
}

.container {
    max-width: 1280px;
}
.pt-100 {
    padding-top:30px;
}
.pb-100{
    padding-bottom: 100px;
}
.pt-50{
    padding-top: 50px;
}
.pb-50{
    padding-bottom: 50px;
}
.pt-70{
    padding-top: 70px;
}
.pb-70{
    padding-bottom: 70px;
}

  
.side-bar {
    background-color: #000;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 120vh;
    overflow: hidden;
    z-index: 10000;
    left: -100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.side-show {
    left: 0;
    overflow-y: scroll;
}
.side-show::-webkit-scrollbar{
    width: 0px;
    padding-bottom: 100px;
}
.side-content .remove-sidebar {
    position: absolute;
    right: 30px;
    top: 30px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background-color: #1a1a1a;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.side-content .side-logo {
    display: block;
    margin-left: -20px;
}
.side-items {
    margin-top: 20px;
}
.side-content .remove-sidebar i {
    font-size: 28px;
    color: #ffffff;
}
.side-content .remove-sidebar:hover {
    background-color: #7B3C93;
}
.side-content h6 {
    letter-spacing: 1px;
    color: #ffffff;
    font-size: 14px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.side-content p ,.side-content p,.side-content a{
    color: #dddddd;
    line-height: 1.4;
    font-size: 14px;
    font-weight: 400 !important;
}
header {
    position:relative;
    z-index: 2;
    width: 100%;
    left: 0; 
    top: 0;
    z-index: 1000; background: #d9dadb;
    padding:0px;
    
}
.main-menu{-webkit-box-shadow:15px 0px 0px 0px rgba(209,209,209,1);
-moz-box-shadow:15px 0px 0px 0px rgba(209,209,209,1);
box-shadow:15px 0px 0px 0px rgba(209,209,209,1); background: #056639;}

.header-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.header-right {
    align-items: center;
    justify-content: flex-end;
    padding:16px 0 0 0;
    width: 100%;    
}
.header-right ul{list-style: none; width: 100%; display: flex; padding: 0; margin: 0;}
.header-right ul li{position: relative; padding: 0 20px 0 0; width: 23%; font-weight: 600;}
.header-right ul li:after{border-right: solid 1px #bfc0c1; content: ''; padding: 0; position: absolute; right:20px; top: 0; height: 100%; }
.header-right ul li:last-child:after{border:none;}
.header-right ul li span{color: #056639; width: 100%; display: block;}

.main-menu nav ul{list-style: none; width: 100%; text-align: center;}
.main-menu nav ul li:after{ position: absolute; right:10px; top: -17px;
height: 58px; content: ''; border-right:solid 1px #509475;} 
.main-menu nav ul li:last-child:after{display: none;}
.main-menu nav:not(.mean-nav)&gt;ul {
    display:inline-block;
}

.main-menu nav:not(.mean-nav) ul li {
    position: relative; display:inline;padding: 0 8px;
}
.main-menu nav&gt; ul&gt;li&gt;a:last-child{
    margin-right:0px;
}
.main-menu nav&gt; ul&gt;li&gt;a {
    color: #ffffff;
    font-size:22px; text-transform: uppercase;
    display: inline-block;
    position: relative;
    font-weight: 600; padding:15px 20px 15px 0; 
    
}
.header-btn{
    margin-right:0px !important;
   
}
.main-menu nav&gt; ul&gt;li&gt;a:hover{
    color: #ffffff;
}
  
.main-menu nav:not(.mean-nav)&gt;ul&gt;li ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top:40px;
    background: #fff;
    width: 250px; left: 0;
    border-radius: 3px;
    transition: ease-in-out 0.4s;
}
.main-menu nav:not(.mean-nav)&gt;ul&gt;li:hover ul {
    opacity: 1;
    visibility: visible;
    top: 50px;
}
.main-menu nav:not(.mean-nav) &gt; ul &gt; li ul li a {
  display: inline-block;
  width: 100%;
  padding: 6px 16px;
  border-bottom: 1px solid #000;
  color: #fff;
}
.main-menu nav:not(.mean-nav)&gt;ul&gt;li ul li a:hover {
    color: #2c8dd1;
}
.main-menu nav ul li ul li:after{border:none;}
.main-menu ul li ul{display: block; text-align: left;}
.main-menu ul li ul li{float: left; width: 100%; text-align: left;}
.main-menu nav ul li ul li ul{left:230px!important; top: 0!important; opacity: 0!important;}
.main-menu nav ul li ul li:hover ul{opacity: 1!important;}

.main-menu nav:not(.mean-nav)&gt;ul&gt;li ul li a {
    display: inline-block;
    width: 100%;
    padding: 6px 16px;
    border-bottom: 1px solid #f1f1f1;
    color: #333;
}
.main-menu nav:not(.mean-nav)&gt;ul&gt;li ul li a:hover {
    color:#056639; font-weight: 600;
}
.main-menu nav ul li ul li:after{border:none;}
.header-right  .header-btn a {
    display: inline-block;
    color: #fff;
    padding: 7px 20px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--main-color);
    
}
.header-right  .header-btn a:hover::before {
    height: 100%;
     opacity: 1;
     right: 0;
     border: none;
}

.header-menu-bar ul li  a {
    display: block;
    color: #fff;
    margin-right: 25px;
}
.header-menu-bar ul li  a:hover{
    color: #7B3C93;
}
.banner-section {
    display: flex;
    height: 100vh;
    overflow: hidden;
    position: relative;
}

.banner-section .owl-carousel .owl-stage-outer {
    height: 100vh;
}

.banner-section .owl-stage,
.banner-section .owl-carousel .owl-item,
.banner-section .item {
    height: 100%;
}

.banner-slider{
    overflow: hidden;
}
.slider-image {
    position: relative;
    z-index: 1;
    height: 100%;
}
.slider-image::before {
    content: "";
    width: 100%;
    background-color: #000000;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    opacity: 0.2;
}

.banner-section .owl-carousel .owl-item .slider-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}
.banner-slider{
    position: relative;
}

.slider-content {
    position: absolute;
    bottom: 0%;
    left: 0%;
    z-index: 3;
    width: 100%;
    display: flex;
    height:auto;
    overflow: hidden;
    align-items: center; background: rgba(5,102,57,0.8);
    justify-content: flex-start; padding:20px 0;
 
}
 
.slider-content .slider-content-box {
    margin-left:0px; width: 100%;display: flex;
}

.slider-content .banner-text {
    width:70%;
    font-size:36px;
    font-weight:600;
    color: #fff;
    line-height:40px;
    position: relative;
    padding-top:0px;
    display: block;  
    margin-top:0px;

}
.slider-content .btn {
    width:160px;
    background:transparent;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin-top:0px;
    z-index: 1; font-weight:600;
    border-radius: 0px; text-transform: uppercase;
    position: relative;
    z-index: 1; border:solid 1px #fff;
    font-size: 16px;
    overflow: hidden; margin-left:20px; height:40px; margin-top:10px;
}
.slider-content .btn:hover{color: #000; background:#fff;}
.mr-zero{margin: 0;}
.about-img{margin-right: -10px;}
.pad-100{padding: 60px;padding-right: 30px;}
.slider-content  .run-icoun a {
    width: 24px;
    height: 38px;
    border-radius: 14px;
    -moz-border-radius: 14px;
    -webkit-border-radius: 14px;
    display: flex;
    justify-content: center;
    border: 1.5px solid rgb(255,255,255,0.6);
    z-index: 1000;
    overflow: hidden;
    position: absolute;
    bottom: 50px;
}
 
.slider-content .btn span    {
    margin-left: 10px;
}
.slider-content .btn span {
    fill: #fff;
}
.banner-slider {
    position: relative;
}
 
.slider-count {
    position: absolute;
    bottom: 50px;
    right: 21%;
}

.slider-count  .count {
    color: #fff;
    font-weight: 300;
}
.slider-count  .line {
    width: 150px;
    height: 1px;
    background-color: #ffffff;
    margin-left: 10px;
    margin-top: 13.5px;
    margin-right: 50px;
}

/* About style */
.about-content{ margin-left:0px;} 
.about-content h1 {
    font-size:42px;
    color: #000000;
    font-weight:900;
    line-height: 50px; padding-bottom:20px; 
}
.about-content p{padding-bottom: 20px;}
.about-content .btn-new{position: relative; display: block; width: 100%;}
.btn-new .btn{border:solid 1px #056639; position: relative;
text-transform: uppercase; font-weight: 600; margin-right:10px; padding:8px 20px; overflow:hidden;}
 
 .btn-new a.btn:hover{
     background: #056639; color: #fff;
  }
 .service-icon img{filter: brightness(0) invert(1);}
 .brand-slider img{filter: brightness(1) invert(0);}
.home-about{position: relative; margin-bottom: 50px;}
.for-hire-section{position: relative; width: 100%; background:url(../images/bg.png) left top repeat; padding: 40px 0; margin-top: -10px;}
.sidebar-navbar-menu li  a {font-size: 30px;}
.for-hire-section h2{font-weight: 800; font-size: 36px;}
#event-main{margin-top:20px;}
.home-service {
    overflow: hidden;
}
.service-content {
    width: calc(100% - 0%);
    display: block;
    margin-left: 18px;
 
}
.service-items  {
    margin: 0;
    padding: 0;
}
.service-content  .service-single{
    position: relative;
    margin: 0px;
    padding: 0px;
}

.service-single::before {
    content: "";
    position: absolute;
    right: 0%;
    bottom: 6px;
    width: 180px;
    transform: translateX(-6%);
    -webkit-transform: translateX(-6%);
    -moz-transform: translateX(-6%);
    height: 1.5px;
    background-color: #ebe3e3;
}
.service-single-third::before{
    transform: translateX(-1%);
    -webkit-transform: translateX(-1%);
    -moz-transform: translateX(-1%);
    width: 130px;
} 
.service-image {
    height: 75px;
}
.service-single-last::before{
    display: none;
}
.service-image img {
    height: 100%;
}
.service-single .service-name h3 {
    font-size: 14px;
    font-weight: 900 !important; 
    color: #3e505d;
    letter-spacing: 1px;
    margin-top: 17px;
    margin-left: 20px;
  
}
.readmore2{position: relative; overflow:hidden; text-align: center;}
.readmore2 a{background: #056639; color: #fff; font-weight: 800; text-transform: uppercase; padding: 8px 20px;}
.readmore2 a:hover{background: transparent; border:solid 1px #056639;}

.home-service-section{background: url(../images/blue-bg.png) left top repeat fixed; text-align: center; padding:40px 0 60px 0;}
.service-slider a{color: #fff;}
.service-slider p{opacity: 0.7;}
.service-slider .item{position: relative; padding: 40px 30px; padding-top: 0;}
.service-slider .item:after{border-right: solid 1px rgba(255,255,255,0.4); content: '';
position: absolute; right:-10px; top: 0; height: 100%;}
.home-brand-section{background: #fff; padding: 40px 0; display: block; width: 100%;}
.brand-slider .item{padding: 10px;}
.brand-slider .item .service-icon{-webkit-box-shadow: 0px 0px 10px 0px rgba(235,235,235,1);
-moz-box-shadow: 0px 0px 10px 0px rgba(235,235,235,1);
box-shadow: 0px 0px 10px 0px rgba(235,235,235,1);height: 100px;}
.home-brand-section h3{font-size: 36px; font-weight: 800; padding-top:10px;}
.home-brand-section h3 span{font-weight: 200;}

.breakers{background: url(../images/breaker-bg.png) center top no-repeat; padding:30px 0 30px 0; display: block;}
.breakers h3{color: #fff; font-weight: 700;}
.breakers h2{font-weight: 700;}
.pad-right-100 h2{padding-bottom:50px;}
.breakers h6{text-align: center; font-size: 22px; font-weight: 800; padding-top:20px;}
.breakers textarea{resize: none; height:60px!important;}
.breakers select{color: #000;}

.home-content{background: url(../images/contact-bg.png) center top no-repeat; background-size: 100% 100%; padding:20px 0 30px 0; display: block;}
.take-look h3{color: #fff; font-size:32px; font-weight: 800; line-height: 40px;} 
.take-look h3 a{background: #fff; padding:0px 12px; margin-left: 10px;}
.liner-bg{ background-image: linear-gradient(to bottom, #d9dadb, #e3e3e4, #ececed, #f6f6f6, #ffffff);}



/*  home-product style */
.home-product {
    background-color: var(--black);
}
.product-content .main-title {
    letter-spacing: 1px;
    color: #fff;
    display: block;
    width: 100%;font-size: 46px;
    margin:  auto;
    margin-left: 18px;
    font-weight: 300;
}
.home-product  .product-content p {
    color:#e0e0e0;
    font-size: 13px;
    display: block;
    margin: 10px auto;
    width: 100%;
    margin-left: 18px;
}

.product-items {
    padding-left: 10px;
    padding-right: 10px;
}
.product-single {
    margin-left:0px;
    margin-bottom:20px;
    position: relative;
    overflow: hidden; transition: 0.3s all ease-in-out;
}
.breaker-img{overflow: hidden; transition: 0.3s all ease-in-out;}
.product-single img, .breaker-img img{transition: 0.5s all ease-in-out;}
.product-single:hover img, .breaker-img:hover img{transform: scale(1.2);}
.home-project a {
    display: inline-block;
    color: #fff;
    padding: 7px 20px;
    font-size: 14px;
    line-height: 28px;
    font-weight: 700;
    position: relative;
    overflow: hidden;
    z-index: 1;
    background-color: var(--main-color);
}
.home-project a:hover{background: #000;}
.home-project h2, .home-project p{padding-bottom:30px;}
.pad-right-100{padding-right: 160px;}
.product-single .product-image {
    position: relative; text-align: center;
    overflow: hidden; background:#fff; 
}
.product-image img {
    display: inline-block;
}
.product-single .overlay {
    position: absolute;
    left: 0;
    top: auto;
    width: 100%;
    height:auto;
    padding:10px 15px;
    text-align: center;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    bottom: 0;background: #fff; 
}
.page-cat{margin-top: 50px;}
.page-cat ul{padding: 10px 0 30px 20px;}
.responsive-table table{width: 100%; border:solid 1px #ccc;}
.responsive-table table tr:first-child{color:#fff;background: #055c34; padding: 6px; font-weight: 600;}
.responsive-table table tr:first-child td{}
.responsive-table table tr td{padding: 6px; border-right: solid 1px #ccc; border-bottom: solid 1px #ccc;}
.product-single:hover .overlay {
   padding:10px;background:#0d6b3f; text-align: left;
}
.fa.fa-arrow-right {
    position: absolute;
    right:10px;
    bottom:39%; color: #fff;
}
.product-single .overlay .overlay-title h3 {
    color: #000;
    font-weight:600; 
    font-size:22px; padding-bottom:0px;
}
.product-single:hover .overlay-title h3 {
    color: #ffffff; 
}
 
.product-single  .overlay .line { width: calc(100% - 0%);
    display: block;
    margin: 20px auto;
    background-color: #c9c9c9;
    height: 1px;
    opacity: 0.7;
}
.product-single  .overlay .prodcu-tetx h5 {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #fff;
    font-size: 12px;
    margin-top: 20px;
}
.product-single  .overlay .prodcu-tetx span{
    color: #fce9f2;
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 400;
    display: block;
}
.prodcu-tetx a{background: #fff; margin-top:20px;}
.prodcu-tetx a:hover{background: #fff!important;}
.product-slider .owl-nav {
    position: absolute;
    top: -100px;
    right: 3%;
    background-color: transparent;
    display: flex;

}
.product-slider .item {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}
.product-slider .owl-nav button.owl-prev{
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    border-radius: 50%;
    position: relative;
       
}
.product-slider .owl-nav button.owl-prev:hover{
    color: #7B3C93;
}
.product-slider .owl-nav button.owl-prev::after{
    right: -31%;
    top: -5px;
    width: 2px;
    height: 50px;
    content: "";
    position: absolute;
    background-color: #fff;
    opacity: 0.1;
}
.product-slider .owl-nav button.owl-next{
    color: #fff;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    border-radius: 50%;
}
.product-slider .owl-nav button.owl-next:hover{
    color: #7B3C93;
}

.product-slider .owl-nav button {
    margin-left: 25px;
}
/* Projetc Style */

.home-project{
    position: relative;
    z-index: 1;
}
.project-content .main-title {
    letter-spacing: 1px;
    color: #000000;
    display: block;
    width: 100%;
    font-size: 54px;
    margin: auto;
    font-weight: 300;
    margin-bottom: 60px;
}
.home-project::before{
    content: "";
    position: absolute;
    left: 0;
    bottom:-40px;
    width: 100%;
    height:100px;
    z-index: -1;
    background-color: #7B3C93;
}
.project-slider .project-box {
     max-width: 400px;
     background-color: #fff;
     height: 240px;    
     padding: 20px 20px;
     position: relative;
}
.project-slider .project-imagee {
    overflow: hidden;
}
.project-slider .project-imagee img{
    overflow: hidden;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
}
.project-slider .project-imagee img:hover{
    transform: scale(1.1) rotate(4deg);
}
.project-slider .project-box a {
    color: #7B3C93;
    text-transform: capitalize;
    font-weight: 900;
}
.project-slider .project-box p {
    line-height: 1.5;
    display: flex;
    align-items: flex-end;
    width: 100%;
    height: 100%;
    color: #78848d;
    padding-bottom: 30px;
    
}

.project-slider .owl-nav {
    position: absolute;
    top: -60px;
    right: 0;
    background-color: transparent;
    display: flex;
}
.project-slider .owl-nav button.owl-prev{
    color: #909090;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    border-radius: 50%;
    position: relative;
    font-weight: 900;left: -40px;
       
}
.project-slider .owl-nav button.owl-prev:hover{
    color: #7B3C93;
}
.project-slider .owl-nav button.owl-prev::after{
    right: -4%;
    top: -2px;
    width: 2px;
    height: 40px;
    content: "";
    position: absolute;
    background-color: #909090;

}
.project-items 
{
    margin: 0;
    padding: 0;
}
.project-slider .owl-nav button.owl-next{
    color: #000000;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent !important;
    border-radius: 50%;
    font-weight: 900; right: 0;
       
}
.project-slider .owl-nav button.owl-next:hover{
    color: #7B3C93;
}
.home-branded {
    position: relative; background: #7b3c93;
    z-index: 1; 
    padding-bottom:40px;
}
.home-blogs h4{padding-bottom: 20px; margin-left: -15px; font-size: 32px;} 
.home-branded .branded-content h2 {
    letter-spacing: 1px;
    color: #fff;
    display: block;
    width: 100%;
    font-size: 48px;
    margin: auto;
    font-weight: 300;
    margin-bottom: 60px;
}
.home-branded .branded-content .branded-single h5 {
    color: #ffffff;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 2px;
    font-weight: 900 !important;
}
.home-branded .branded-content .branded-single  p {
    color: #b3b4b6;
    line-height: 1.5;
    margin-top: 15px;
    width: calc(100% - 28%);
    font-size: 14px;
}
.home-branded .branded-content .branded-single .line {
    width: 100%;
    background-color: #fff;
    opacity: 0.1;
    height: 1px;
    margin: 30px 0px;
}
.branded-items {
    padding-left: 10px;
    padding-right: 10px;
}
.page-content {
    position: relative;
    z-index: 1;
}
.page-content::before{
    content: "";
    right: 0;
    top: 0;
     bottom: 0; left: 0;
     background-color: #ebedee;
     z-index: -1;
     position: absolute;
}
.input-box{width: 50%; float: left;}
.full-width{float: left; width: 100%;}
.branded-single h4{font-size: 30px; padding-bottom: 30px; font-weight: 200; color: #fff;}
.input-box label{color: #fff;}
.branded-single .form-submit-tetx button{background: #fff; color: #000;}
.input-box input, .input-box textarea{background: transparent; padding: 10px; border:solid 1px #f1f1f1; width: 90%; margin-bottom: 30px; color: #fff;}
.full-width textarea{width:95%;}
.contect-box  &gt; p {
    color: #ffffff;
    line-height: 1.5;
     margin-top: 30px;
    margin-bottom: 40px;
}

.contect-box .input-box {
    width: calc(100% - 0%);
}
.contect-box .input-box input,.contect-box .input-box textarea {
    background-color: #1a1a1a;
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    -moz-box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    height: 60px;
    padding: 5px 0px;
    padding-left: 20px;
    outline: none;
    border: none;
    color: #fff;
    display: flex;
    width: 100%;
    align-items: center;
    margin-top: 20px;
}
.contect-box .input-box textarea {
    height: 150px;
    padding-top: 10px;
    margin-bottom: 30px;
}
.contect-box .input-box input:focus,.contect-box .input-box textarea:focus{
    border: 1px solid #fff;
}
.contect-box .input-box input::placeholder,.contect-box .input-box textarea::placeholder{
    color: #ffffff;
    text-transform: capitalize;

}
.form-submit-tetx p {
    width: calc(100% - 45%);
    color: #b3b3b3;
    font-size: 10px;
    line-height: 1.4;
    font-weight: 700;
}
.form-submit-tetx button{
    background-color: #7B3C93;
     color: #fff;
     outline: none;
     border: none;
     overflow:hidden;
     padding: 8px 20px;
     font-size: 14px;
     font-weight: 900;
     position: relative;
     z-index: 1;
}
.form-submit-tetx button:hover{
    color: #7B3C93;
}

.form-submit-tetx button:hover::after {
    background-color: #ffffff;
}
.feq-content h2{
    color: #000000;
    font-size: 48px;
    font-weight: 300;
    margin-bottom: 60px;
    margin-left: 3px;
}
.home-feq {
    background-color: #ebedee;
    padding-bottom: 70px;
}
.faq li {
    padding: 20px 0px;
}
.faq li.main_box {
    border-bottom: 1px #b5bdc2 solid;
    cursor: pointer;
    position: relative;
    color: #000000;
    text-transform: capitalize;
    font-weight: 700;
}
.faq li.main_box:hover{
    color: #7B3C93;
} 
.faq li.main_box i {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
}


.faq li.text {
    color: #464747;
    display: none;
}



/* about page style */
.bg-top {
    position: relative;
    width: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vh;
    z-index: 1;
   
}
.bg-top::before{
    content: "";
    z-index: -1;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000000;
    height: 100%;
    bottom: 0;
    width: 38%;
}
.about-content {
    width: 100%;
}
.about-content blockquote  {
    margin-top: 52px;
    display: block;
}
.about-content blockquote p {
    margin-bottom: 20px;
    font-size: 15.1px;
    line-height: 27px;
    color: #000000;
    font-weight: 400;
}
.contect-banner {
    position: relative;
    z-index: 1;
}
.contect-banner::after{
    right: 0;
    top: 0;
    width: 50%;
    background-color: #fff;
    position: absolute;
    content: "";
    z-index: -1;
    height: 100%;
}
.contect-add,.contect-social-link   {
    margin-top: 53px;
    margin-bottom: 6px;
}

.contect-add h6 {
    color: #000000;
    font-weight: 650;

}
.contect-add address{
    color: #000000;
    font-size: 18px;
    font-weight: 300;
    margin-top: 16px;
    font-weight: 400;
}
.contect-add address a {
    color: #000000;
}
 
.contect-social-link  li a {
    color: #929292;
    margin-left: 10px;
    font-size: 24px;
}
.contect-social-link  li .active{
    color: #000000;
}
.contect-page {
      background-color: #f4f4f4;
}
.contect-content,.contect-form {
    padding-top: 250px;
}
.contect-content p{
    color: #3e505d;
    display: block;
    font-weight: 700;
}
.contect-form p {
    font-weight: 600;
    color: #3e505d;
    font-size: 18px;
    letter-spacing: 0px;
}
.contect-form {
    background-color: #fff;
    padding-bottom: 50px;
    padding-left: 20px;
    padding-right: 20px;
}
.cf-input{
    width: 100%;
    display: block;
    margin-top:10px;
}
.cf-input .cp-input, .cf-radio .radio-box {
    width: 100%;
    outline: none;
    border:none; border-bottom: solid 1px #82b39c;
    height:34px;
    display: flex; background: transparent;
    align-items: center;
    margin-top:0px; color: #ccc;
    padding-left:0px; font-weight: 300;
}
.cf-radio  {
    margin: 0;
    margin-top: 8px;
}
.cf-input .cp-input::placeholder{
    text-transform: capitalize;
}
.form-items  {
    margin: 0;
    padding: 0;
    padding-left: 20px;
}
.cf-input .cp-input::-moz-placeholder{
    text-transform: capitalize;
}
.cf-input .textarea{
    height: 100px;
}

.cf-input label,.cf-radio label{
    color: #ffff;
    font-size: 18px;
    font-weight:300;
}
.cf-input label span{
    color: #ff2222;
}
.file-select .file-btn {
    border: none;
    padding: 1px 6px;
    outline: none;
    border: 1px #8f8f9d solid;
    background-color: #e9e9ed;
    text-transform: capitalize;
    color: #000000;
    border-radius: 6px;
}

.file-select span {
    color: #555555;
    text-transform: capitalize;
    padding-left: 15px;
}
.submit-box .submit{
    background-color: #fff;
    color: #000;
    width:110px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing:0px;
    overflow: hidden;
    z-index: 2;
    font-size: 17px;
    position: relative;
    line-height: 35px;
    display: block;
    margin-top: 6px;
    
}
.submit-box .submit span {
    padding-left: 10px;
}
.submit-box .submit::after{
    background-color: #f1f1f1;
}
.fp-content h5 {
    font-size: 37px;
    color: #000000;
    font-weight: 300;
}
.fp-content p {
    padding-top: 10px;
    font-size: 17px;
    font-weight: 400;
    color: #000000;
}
.fp-content .line {
    width: 100%;
    height: 1px;
    background-color: #cccccc;
    margin: 40px 0px;
}
.fp-items,.prodcut-page-items {
    margin: 0;
    padding: 0;
}
.product-page {
    padding-top: 160px;
    position: relative;
    z-index: 1;
  
}
.product-page::before{
    width: 40%;
    background-color: #f1f1f1;
    position: absolute;
    top: 0;
    height: 99%;
    right: 0;
    content: "";
    z-index: -1;
}
.product-page .prodcut-page-image  a span {
    position: relative;
    display: block;

}
 
.product-page .prodcut-page-image  a span:hover::before{
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    opacity: 0;

}
.product-page .prodcut-page-image  a span img {
    width: 100%;
    height: 450px;
    display: block;
    object-fit: cover;
    object-position: center center;
}
.prodcut-page-items {
    padding-left: 15px;   
    margin-bottom: 15px;
}
.product-page .product-content {
    padding-left: 60px;
}
.product-page .product-content h2 {
    color: #000000;
    font-size: 38px;
    font-weight: 600;
    line-height: 1.1;
}
.product-page .product-content .product-list {
    margin-top: 30px;
}
.product-page .product-content .product-list  h4 {
    color: #000000;
    margin-bottom: 20px;
    font-weight: 400;
}

.product-page .product-content .product-list ul li a {
    color: #000000;
    display: flex;
    padding: 5px;

}
.product-prize {
    margin-top: 30px;
}
.product-page .product-content .product-list ul li a i {
    padding-right: 10px;
    color: #676868;
    padding-top: 5px;
}
.product-page .product-content .product-list ul li a {
    padding-top: 5px;
}
.product-prize .prize-box p {
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    display: block;
    margin-bottom: 10px;
}
.product-prize .prize-box .price {
    position: relative;
    z-index: 1;
}
.product-prize .prize-box .price span {
    font-size: 42px;
    font-weight: 300;
    color: #000000;
}
.product-prize .prize-box .price .vat {
    font-size: 14px;
    position: absolute;
    right: -30px;
    top: 0;
    color: #000000;
    font-weight: 600;
}

.product-prize .btn-box a{
    overflow: hidden;
    position: relative;
    z-index: 1;
    background-color: #7B3C93;
    color: #ffff;
    font-size: 12px;
    padding: 10px 20px;
    margin-top: 20px;
    display: inline-block;
}
.pp-box {
    text-align: center;
    width: calc(100% - 10%);
    display: block;
    margin: 0 auto;
}
.pp-box h5 {
    color: #000000;
    font-size: 29px;
    line-height: 42px;
    margin-bottom: 30px;
  
}
.pp-box p{
    text-align: center;
    color: #222222;
    width: calc(100% - 10%);
    display: block;
    margin: 0 auto;
    font-size: 18px;
    margin-bottom: 20px;   
    line-height: 1.5;
}

.pp-input-box input{
    width: calc(100% - 50%) !important ;
}
 .footer-logo {
    transform: scale(.7);
    -webkit-transform: scale(.7);
    -moz-transform: scale(.7);
    display: flex;
    margin-left: -20px;

}
.social_link li a {
    
    width: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 10px;
    height: 35px;
    border-radius: 6px; 
    
}
.pp-product-content h2 {
    color: #000000;
    font-size: 48px;
    font-weight: 300;
    text-transform: capitalize;
    margin-bottom: 0px;
    line-height: 0px;
    margin-left: 22px;
}
.footer-nav{margin-top:0px; display: block; width: 100%;}
.footer-nav ul{float: left; width: 100%; padding: 0 0 20px 0;}
.footer-nav ul li{position: relative; float: left; width: 50%; margin-bottom: 10px; list-style: none; padding-left: 20px;}
.footer-nav ul li:after{position: absolute; left:0px; top:10px; content: '';
width: 10px; height: 10px; background:#aaabac; border-radius: 30px;}
.accreditation-logo{float: left; width:50%; padding: 0;}
.footer-logo{float: right; width:50%; padding:40px 0 0 0; display: block;}
.accreditation-logo ul{float: left; width: 100%;}
.accreditation-logo ul li{list-style: none; float: left; width: 50%; padding-right: 10px; padding-bottom: 10px;}
.foot-logo{background: #fff; width: 100%; text-align: center; padding: 10px 0; margin-bottom: 20px;}
.download-btn a{color: #000; background: #e9b100; float: left; font-size:20px; font-weight: 700; width: 100%; text-align: center; padding: 10px 10px;}
#copy{ border-top: solid 1px #929292; padding-top:40px; margin-top:20px;}
#copy p{font-size: 17px; padding-bottom: 0!important}
footer h4{font-weight:800; padding-bottom: 30px;}
footer h6{font-weight:800; font-size:20px;}
footer p{padding-bottom: 40px;}
#copy ul {
    float: right;
    list-style: none;
    width: 174px;
    display: inline-block;
    text-align: right; margin-top:0;
}
#copy ul li{display: inline; padding-left:10px;}
#copy ul li img{ width: 22px;}
#copy ul li:last-child img{ width: 24px;}
#copy ul li:hover{opacity: 0.5;}
.footer-top{
    z-index: 1;
    position: relative;
    padding: 60px 0px 2px 0px;
} 
.foter-content  h5,.foter-content ul li a {
    color: #000;
    display: block;
    margin-bottom: 30px;
     text-transform: capitalize;
     font-weight: 600;
     
}
.foter-content span{
    color: #000;
    line-height: 1.7;
    display: block;
    font-size: 12px;
    font-weight: 400;
  
}
.foter-content ul li a {
    margin-bottom: 10px;
    text-transform: none;
    position: relative;
}
.foter-content ul li a:hover{
    background-color: transparent;
    color: #7B3C93;
}
.foter-content ul li a::before{
    content: "";
    position: absolute;
    left: 0;
    bottom:  0;
    width: 0%;
    height: 2px;
    background-color: #7B3C93;
    margin-top: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    
}
.foter-content ul li a:hover::before {
    width: 100%;
}
.copyright {
    margin-top: 0px;
    padding-bottom: 0px;
}
 .copyright-tetx {
    font-size:16px;
    color: #000;
    width: calc(100% -80%);
    line-height: 1.5; padding-top:40px; 
    text-transform: capitalize; 
}

.fist {
    margin-top: -10%;
    position: relative;
    display: block;
}
.fa-pound-sign{
 
    font-weight: 100;
} 

.pt-150{padding-top: 200px; padding-bottom: 60px;}
.plist {overflow: hidden;transition: transform .2s; }
.plist img{width: 100%; object-fit: cover;transition: transform .4s;}
.plist:hover img{transform: scale(1.2);transition: transform .6s;}
.pl-cont{text-align: center; padding:20px; margin-bottom: 20px;}
.pl-cont h6{font-size: 26px; font-weight: 200; padding-bottom: 20px;}
.project-details .plist{margin-bottom: 20px;}
.pro-detail .about-content{margin-left: 0; padding-bottom: 60px;}
 
 /* nnner pages css */    
    .pager{width: 100%; text-align: center; display: block; padding: 0 0 60px 0;}
    .pager ul{list-style: none; display: inline; width: 100%; text-align: center; padding: 0; margin: 0;}
    .pager ul li{padding:0 10px; display: inline;}
    .pager ul li a{opacity: 0.4;}
    .pager ul li a:hover, .pager ul li a.active{opacity: 1;color: #7B3C93; border-bottom: solid 1px #7B3C93;}
    .breadcumb{display: block; width: 100%; padding: 0; margin:0;}
    .breadcumb ul{list-style: none; width: 100%; padding: 0 0 0 20px;}
    .breadcumb ul li{padding-bottom: 10px; padding-right:20px; display: inline; position: relative; color: #fff;}
    .breadcumb ul li a{color: #fff;}
    .breadcumb ul li:after{content: '&gt;'; position: absolute; color: #fff; right:3px; top:-2px; font-size: 18px;}
    .breadcumb ul li:last-child:after{content: '';}
    .blog-cont{margin-left: 0;}
    .page-blog p, .page-blog h2, .page-blog h3, .page-blog h4, .page-blog h5, .page-blog h6{padding-bottom: 40px;}
    .bd-cont ul, .bd-cont ol{list-style: inherit; padding-left: 15px;}
 .recetn-post{margin-top: 60px; padding-top: 40px;}

 .ib-section{position: relative;}
 .ib-section img{object-fit: cover; width: 100%;}
 .ib-section .slider-content{background: transparent; text-align: center;}
 .ib-section h1{color:#fff;}
 .brand-contant{border-top: solid 1px #ccc; width: 100%; display: block; padding-top: 20px; margin-top: 30px;}
 .brand-list{margin-bottom:20px; overflow: hidden; width: 100%;}
 .page-cms p{padding-bottom:20px;}
 .page-cms h2{padding-bottom: 30px;}
 .pad-40{padding-top:60px;}
 .page-cms .slowgan{font-size: 24px; padding-bottom: 40px; font-weight: 300; display: block; width: 100%; padding-right:50%;}
 .page-cms a{font-weight: 600; text-decoration: underline;}
 .white-bg{background:#fff;}
 .white-bg .product-single{border: solid 1px #f1f1f1;}
 .white-bg h2{padding-bottom: 0;}

 .main .container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
  justify-content: center;
  align-items: center;
}
.main .card {
  background: #ffffff;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.12), 0 1px 3px rgba(0, 0, 0, 0.24);
  color: #333333;
  border-radius: 2px;
}
.main .card-image {
  background: #ffffff;
  display: block;
  padding-top: 70%;
  position: relative;
  width: 100%;
}
.main .card-image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media only screen and (max-width: 600px) {
  .main .container {
    display: grid;
    grid-template-columns: 1fr;
    grid-gap: 1rem;
  }
}

.cms-new-testimonial {
    padding:0 15px;
    float: left;
    width: 100%;
}
.item-testimonial {
  display: inline-block;
  padding: .15rem;
  width: 100%;
  margin:0px 0 16px 0;
}
*, *:before, *:after {box-sizing:  border-box !important;}


.row-testimonial {
 -moz-column-width:21em;
 -webkit-column-width:21em;
 -moz-column-gap: 1em;
 -webkit-column-gap:1em;
 column-width:21em; column-gap:1em;
  
}

.item-testimonial {
 display: inline-block;
 padding:  .25rem;
 width:  100%; 
}

.well {
 position:relative;
 display: block; 
}
.tab-content &gt; .active {
    display: block;
    opacity: 1;
}
.panel-default {
    position: relative;
    display: block;
    width: 100%;
}
.panel-heading {
    position: absolute;
    right: 0;
    top:-88px;
}
.for-hire-img{background: #fff;}
#keyword { float: right; background:#056639; width: 100%; border:solid 1px #056639; color: #fff;padding: 10px;}
 .for-hire-section button .fa{color: #fff;}
.for-hire-section button {
    padding: 10px;
    position: absolute;
    right: 20px;
    border: none;
    background: right;
}
.nav-tabs { border-bottom: none;}
.nav-tabs li a{text-decoration: none; font-weight: 300;}
.nav-tabs li{padding-left: 30px; position: relative;}
.nav-tabs li:after{content: ''; background: #242424; height: 14px; width: 1px; right: -16px;
top: 6px; position: absolute;}
.nav-tabs li:last-child:after{background: transparent;}
.nav-tabs li a.active{font-weight: 600;}
.team-main{background:#056639; text-align: center; margin-bottom: 30px;}
.team-main h4, .team-main p{color: #fff;}
.service-slowgan{background: #056639; padding:30px 0 60px 0; width: 100%; margin-top: -6px; text-align: center; display: block;}
.service-slowgan h6{font-size: 24px; font-weight: 700; color: #fff; padding: 0 12%; line-height:36px;}
.page-service{display: block; width: 100%;}
.service-cont{padding:2% 6%; display: block; width: 100%;}
.service-cont .sc-icon{opacity: 0.5;}
.service-cont h3{font-size: 40px; font-weight: 700; padding-bottom: 20px;}
.service-cont p{padding-bottom: 30px;}
.read-more a{
    border: solid 1px #056639;
    position: relative;
    text-transform: uppercase;
    font-weight: 600; background: #056639; color: #fff;
    margin-right: 10px;
    padding: 8px 20px;
    overflow: hidden; text-decoration: none;
}
.read-more a:hover{background: #fff; color:#000;}
.service-list{padding-bottom: 40px;}
.contact-form{background: #056639; display: block; width: 100%; overflow: hidden;}
.pad-100{padding-left:0;}
textarea{resize: none;}
.form-items{padding-bottom:0px;}
.cf-left h3{ color:#fff;}
.conta-box h2{padding-bottom: 10px; font-size: 30px;}
.conta-box p a{font-weight: 300; text-decoration: none;}
.cont-tel p{padding-bottom:2px;}
.cont-tel a:hover{font-weight:400; text-decoration: underline;}
.cont-tel span{font-weight: 700;}
.black-bg{background: #1b1b1b;}
.black-bg a{color: #fff; text-decoration: underline;}
.black-bg a:hover{text-decoration: none;}
.example { background: #056639; float: right;}
.example input{background: transparent; border:none; padding: 10px; color: #fff;}
.example button{background: none; border:none; padding-right: 20px;}
.example button .fa{color: #fff;}
.forhire-list{display: block; width: 100%; padding-bottom: 40px;}
.forhire-list a{text-decoration: none; color: #000;}
.forhire-list a p{font-weight:300;}
.readmore{background:#056639; font-size: 16px; font-weight: 600; color:#fff; padding: 10px 20px;}
.for-hire-cont{display: block; width: 100%; padding-top: 10px;}
.forhire-list h4{padding-bottom:20px;}
.forhire-list p{padding-bottom:30px;}
.fh-details{padding-top:30px; display: block; width: 100%;}
.fh-details .breadcumb ul{padding-left: 0; margin-bottom: 50px;}
.fh-details .breadcumb ul li a, .fh-details .breadcumb ul li::after, .fh-details .breadcumb ul li{color: #000;}
.pd-right{display: block; width: 100%; margin-bottom:20px; padding: 30px; text-align: center;} 
.green-bg{background: #055c34;}
.pd-right h3{color: #fff; font-weight: 700; padding-bottom: 30px;}
.pd-right p{font-size: 24px; font-weight: 300; color:#fff; padding-bottom:10px;}
.pd-right p a{font-weight: 600; color:#fff; padding-bottom: 0;text-decoration:none;}
.pd-right p a:hover{text-decoration: underline;}
.download-pdf a {
	background: #055c34;
	font-size: 17px;
	font-weight: 600;
	width: 100%;
	display: block;
	padding: 15px 20px 15px 20px;
	color: #fff;
	text-decoration: none;
	text-align: center;
	border-bottom: solid 2px #fff;
}
.download-pdf img {
	margin-right: 10px;
	display: inline-block; 
}
.download-pdf a:hover{background:#000;}
.pd-right-box ul{ text-align: center; width: 100%; list-style: none; padding: 0; margin: 0; }
.pd-right-box ul li{padding-bottom: 20px; display: block; width: 100%;}
.pd-right-box ul li a{text-align: center; text-decoration: none; color: #fff; padding:20px; width: 100%; display: block; background:#055c34; font-size: 17px; font-weight: 600;}
.pd-right-box ul li a:hover{background: #dddddd; color: #000;}
.pd-right-box ul li .btn, .modal-body .submit btn{text-align: center; position: relative; left: 0; right: 0; border-radius: 0;font-weight: 600;
font-size: 17px; text-decoration: none; color: #fff; padding:20px; width: 100%; display: block; background:#055c34;}
.pd-right-box ul li .btn:hover{background: #dddddd; color: #000;}
.btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus, .show &gt; .btn-info.dropdown-toggle:focus {
    box-shadow: 0 0 0 0.2rem rgba(0, 0, 0, 0.5);
}
.btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active, .show &gt; .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #242424;
    border-color: #242424;
}
.modal-body .cp-input, .modal-body .radio-box {
    width: 100%;
    outline: none;
    border: none;
    border-bottom: solid 1px #82b39c;
    height: 34px;
    display: flex;
    background: transparent;
    align-items: center;
    margin-top: 0px;
    color: #000;
    padding-left: 0px;
    font-weight: 300;
    margin-bottom: 30px;
}

.responsive-table .table{border:solid 1px #ccc; margin-top:20px;}
.table .thead-dark th { color: #fff; background-color: #055c34; border-color: #055c34;}
.main-banner{background: #fff; display: block; width: 100%; padding:0; margin-bottom: 40px;}
 
.main-banner .owl-carousel .owl-nav button.owl-prev, 
.main-banner .owl-carousel .owl-nav button.owl-next{
    background:#fff !important;
    color: inherit; position: absolute; top: 48%;
    border: none; width: 40px;
    padding: 5px !important;
    transition: all 0.3s ease-in-out !important;
    -webkit-transition: all 0.3s ease-in-out !important;
    -moz-transition: all 0.3s ease-in-out !important;
    -ms-transition: all 0.3s ease-in-out !important;
    font: inherit;
}
.main-banner .owl-carousel .owl-nav button.owl-prev{left: 10px;}
.main-banner .owl-carousel .owl-nav button.owl-next{right:10px;}
.bg-white{background:#fff; padding-top: 0; margin-bottom:20px;}
.main-banner {-webkit-box-shadow: 0px 0px 23px 0px rgba(217,217,217,1);
-moz-box-shadow: 0px 0px 23px 0px rgba(217,217,217,1);
box-shadow: 0px 0px 23px 0px rgba(217,217,217,1);}
.cms-page ul, .cms-page ol{padding-left: 20px; padding-bottom: 20px;}
.cms-page p{padding-bottom: 20px;}
.cms-page h2{font-weight:400;}
.cms-page h1, .cms-page h2, .cms-page h3, .cms-page h4, .cms-page h6, .cms-page h5{padding-bottom: 20px;}
.cms-page h6{font-size: 20px;}
.cms-page a{font-weight: 500;}
.page-breakers-b {
    width: 100%;
}
.col-lg-6.bl {
    float: left;
    width: 50%;
}
.box1, .box2 {
    float: left;
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
    background-color: #f5f5f5;
    margin-bottom: 30px;
}
.left-imgb {
    float: left;
    width: 50%;
    position: relative;
}
.left-imgb a {
    float: left;
    width: 95%;
}
.bright-content {
    float: left;
    padding: 25px;
    width: 50%;
}
.bright-content a {
    color: #056639;
    font-size:15px;
    padding-bottom: 15px;
    float: left;
    width: 100%;
    transition: all 0.4s ease-in-out 0s;
    text-decoration: none;
    line-height: 30px;
}
.bright-content p {
    color: #242424;
    font-weight: 300;
    line-height: 24px;
    float: left;
    width: 100%;
    padding-bottom: 20px;
    letter-spacing: 0.4px;
}
.bread-btn {
    float: left;
}

.bread-btn a {
    border: solid 1px #056639;
    position: relative;
    text-transform: uppercase;
    font-weight: 600;
    background: #056639;
    color: #fff;
    margin-right: 10px;
    padding: 8px 20px;
    overflow: hidden;
    text-decoration: none;
}

.page-404 {
    padding: 40px 0;
    text-align: center;
}
#wpsl-wrap{ margin-top: 50px; }
.map-left{background: #056639; padding: 15px;}
.map-left h6{color: #fff; padding-bottom: 10px; font-weight: 26px; font-weight: 600;}
input#wpsl-search-input {
    float: left;
    width:55%;
}
 
#wpsl-search-btn {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    float: left;
    width: 120px!important;
    height: 46px;
    margin-left: 10px;
}
#wpsl-stores {
    margin-top: 30px;
}
#wpsl-stores p, #wpsl-stores p a{color: #fff!important;}
#wpsl-stores p a:hover{text-decoration: underline;}
#wpsl-stores ul, #wpsl-stores ul li{list-style: none;}
#wpsl-stores p a{font-weight: 600;font-size: 16px;}
.map-left{height:100%!important; overflow: hidden; padding-bottom:30px;
/* 	overflow-y: scroll; */
}
.wpsl-contact-details p a{font-size: 15px;}
.wpsl-store-location{width: 100%!important}
#wpsl-stores ul li {
    border-bottom: solid 1px #fff;
    margin-bottom: 10px;
    display: block;
    width: 100%;
    float: left; color: #fff;
} 
.map-left #wpsl-stores{height: 430px!important}
#wpsl-stores ul li strong a{font-size: 20px;}
.cms-page table {width: auto;}
.cms-page table tr:first-child{background: #056639; color: #fff;}
.cms-page table tr h4{padding-bottom: 0;}
.cms-page table tr td {vertical-align: top; border:solid 1px #ccc; padding:10px;}
.branch-details .wl-map {height: 300px;}
.branch-details #wpsl-base-gmap_0{height: 100%;}
.blue-box{background:#056639; padding: 20px; color: #fff;height: 300px;}
.blue-box h6, .blue-box p, .blue-box a{color: #fff;}
.blue-box h6{font-size: 20px; padding-bottom: 15px;}
.page-cat .banner-slider, .for-hire-section .banner-slider{padding: 0 20%;}
.for-hire-section ul{padding:20px 0 20px 20px;}
.pd-right-box ul{padding:0;}
 select#cars{background-color: #056639;} 
select option:hover{background-color:#098f51!important;}
.submit-hire .btn{background:#056639; color: #fff;}
.cf-input.area-hire textarea{height: 100px;}
.breakers select#cars {
    background-color:transparent;
}

.input_search::placeholder {
 opacity: 1; color:#fff;
}

.input_search:-ms-input-placeholder { /* Internet Explorer 10-11 */
opacity: 1; color:#fff;
}

.input_search::-ms-input-placeholder { /* Microsoft Edge */
 opacity: 1; color:#fff;
}
.breadcumb ul li::after {
    top: 0px;
}
.pb-contact .form-items {
    padding-bottom: 30px;
}

h3.r-center {
    padding-left: 10px;
}</pre></body></html>