@import url("https://fonts.googleapis.com/css?family=Roboto:300,400,500,700");
a, a:hover, a:focus {
text-decoration: none;
}
input, input:hover, input:focus {
outline: none;
}
html{
overflow-x: hidden; 
}
body {
font-family: 'Roboto', sans-serif;
overflow-x: hidden; 
}
.header {
position: fixed;
top: 0px;
width: 100%;
z-index: 100
}
.logo img {
width: 100%;
max-width: 70px;
transition: all 0.5s;
}
.menu {
padding-left: 10px;
margin-top: 20px;
}
.menu > ul {
padding-left: 0px
}
.menu > ul > li {
display: inline-block;
position: relative;
}
.menu > ul > li > ul{
position: absolute;
left: 0px;
padding-left: 0px;
width: 175px;
top: 0px;
transform: scaleY(0);
padding-top: 35px;
}
.menu > ul > li:hover > ul{
transform: scaleY(1);
}
.menu > ul > li > ul li{
display: block;
padding: 5px 10px;
border-bottom: 1px solid #5ba85f;
background-color: #009348;
transition: all 0.5s;
}
.menu > ul > li > ul li:hover{
background-color: #057b3f;
}
.menu > ul > li > ul li a{
font-size: 14px;
text-transform: initial;
color: #fff !important;
font-weight: 500;
}
.menu ul li a {
font-size: 15px;
font-family: 'Roboto', sans-serif;
color: #4b514e;
font-weight: bold;
text-transform: uppercase;
padding-right: 18px;
transition: all 0.2s;
}
.menu ul li.current-menu-item a {
color: #009348;
}
.menu ul li:hover a {
color: #009348;
}
.mobile_menu {
display: none;
}
.mobile_menu span {
height: 3px;
margin-bottom: 8px;
width: 40px;
display: block;
background-color: #16526a;
border-radius: 5px;
}
.mobile_menu {
width: 40px;
float: right;
margin-left: 20px;
}
header {
position: fixed;
width: 100%;
top: 25px;
left: 0px;
z-index: 9999;
background-color: rgba(0, 0, 0, 0);
transition: all 0.5s;
}
header.stickmenu {
background-color: rgba(0, 0, 0, 0.8);
top: 0px;
}
header.stickmenu .logo img {
max-width: 30px;
margin: 10px 0px;
}
header.stickmenu .menu ul li a {
color: #fff;
}
header.stickmenu .menu ul li.current-menu-item a {
color: #009348;
}
.mob_menu {
width: 35px;
cursor: pointer;
margin-left: 20px;
display: none;
}
.mob_menu.open span {
width: 32px;
}
.mob_menu span {
display: block;
background: #009348;
height: 3px;
margin: 5px 0px;
border-radius: 2px;
position: relative;
transition: all 0.5s;
}
#back-to-top {
position: fixed;
bottom: 40px;
right: 40px;
z-index: 9999;
width: 32px;
height: 32px;
text-align: center;
line-height: 30px;
background: #044826;
color: #fff;
cursor: pointer;
border: 0;
border-radius: 2px;
text-decoration: none;
transition: opacity 0.2s ease-out;
opacity: 0;
z-index: 100;
}
#back-to-top:hover {
background: #e9ebec;
color: #0b151e;
}
#back-to-top.show {
opacity: 1;
}
#owl-slider {
position: relative;
}
.slid-itm {
background-size: cover;
}
.hed a {
width: 35px;
height: 35px;
display: inline-block;
background-image: url(//www.bernardsceylon.com/wp-content/themes/berands/img/icon.png);
background-repeat: no-repeat;
margin: 0px 5px;
-webkit-transition: background-position .3s ease-in;
-moz-transition: background-position .3s ease-in;
-o-transition: background-position .3s ease-in;
transition: background-position .3s ease-in;
}
.hed a.call {
background-position: -235px -2px;
}
.hed a.mail {
background-position: -277px 0px;
}
.stickmenu .hed a.call {
background-position: -235px -32px;
}
.stickmenu .hed a.mail {
background-position: -277px -30px;
}
.hed {
margin-top: 8px;
white-space: nowrap;
}
.slid-cont {
position: absolute;
top: 50%;
transform: translateY(-20%);
width: 40%;
}
.slid-cont h2 {
font-size: 46px;
line-height: 1.109;
color: #fff;
text-shadow: 0.469px 2.963px 8px rgba(0, 0, 1, 0.09);
font-family: 'Roboto', sans-serif;
position: relative;
z-index: 2;
font-weight: 500;
}
.slid-cont h2 strong {
color: #009348;
font-weight: 500;
}
.slid-cont p {
font-size: 16px;
font-family: 'Roboto', sans-serif;
color: rgb(56, 62, 56);
line-height: 1.625;
position: relative;
z-index: 2;
margin-top: 20px;
}
.welcom:after {
background-image: url(//www.bernardsceylon.com/wp-content/themes/berands/img/icon.png);
width: 500px;
height: 574px;
position: absolute;
left: -145px;
top: 50px;
background-position: 0px -392px;
content: '';
z-index: 0;
background-size: 839px;
background-repeat: no-repeat;
}
.slid-cont:after {
background-image: url(//www.bernardsceylon.com/wp-content/themes/berands/img/icon.png);
width: 230px;
height: 285px;
position: absolute;
left: -145px;
top: -98px;
content: '';
z-index: 0;
}
.welcom {
position: relative;
padding-top: 90px
}
.welcom h1 {
font-size: 50px;
color: #009348;
padding-left: 40px;
line-height: 50px;
text-transform: uppercase;
}
.welcom h1 span {
font-size: 27px;
display: block;
font-weight: 300;
margin-left: -40px;
text-transform: initial;
}
.welcom div {
font-size: 15px;
color: rgb(67, 69, 68);
margin-top: 25px
}
.welcom-left {
margin-top: 50px
}
.welcom-left img {
width: 100%
}
.welcom div p strong {
font-size: 26px;
color: rgb(0, 147, 72);
font-weight: 600;
line-height: 38px;
margin-top: 120px;
display: block;
}
.numb-row {
position: relative;
background-color: #009348;
width: 85%;
float: right;
padding: 20px 0px 30px 20px;
margin-top: -130px;
margin-bottom: -25px;
z-index: 1;
}
.numb-row:after {
content: '';
position: absolute;
right: -100%;
width: 100%;
height: 100%;
background-color: #009348;
top: 0px
}
.numb-bloc p {
font-weight: 600;
text-transform: uppercase;
margin-top: -5px;
font-size: 18px;
color: #fff;
}
.numb {
font-size: 70px;
font-weight: 600;
color: #fff;
}
.numb-bloc {
text-align: center;
width: 49%;
display: inline-block;
}
.qulty {
background-image: url(//www.bernardsceylon.com/wp-content/themes/berands/img/biglog.jpg);
background-size: cover;
background-attachment: fixed;
position: relative;
margin-bottom: 80px;
background-position: bottom;
}
.qulty>div {
position: relative;
}
.good_quality {
position: absolute;
top: 50%;
transform: translateY(-50%);
left: 0px
}
.qlt {
position: relative;
background-color: rgb(249, 247, 247);
box-shadow: 0px 0px 54px 0px rgba(0, 0, 1, 0.03);
}
.qlt-div {
font-size: 19px;
color: rgb(65, 83, 74);
font-style: italic;
font-weight: 400;
}
.qlt-div span {
display: block;
}
.good_quality h4 {
font-size: 48px;
color: rgb(0, 147, 72);
font-weight: 500;
padding-left: 65px;
padding-bottom: 10px;
}
#owl-qlt {
background-color: #fff;
padding: 60px 85px 50px 25px;
position: relative;
max-width: 500px;
}
#owl-qlt:after {
content: '';
position: absolute;
left: -100%;
top: 0px;
height: 100%;
width: 100%;
background-color: #fff;
} .owl-qlt-div {
position: relative;
}
.owl-qlt-div:after {
width: 45px;
height: 45px;
content: '';
display: block;
background-color: #008643;
position: absolute;
top: -46px;
right: 12px;
}
.owl-qlt-div:before {
width: 75px;
height: 75px;
content: '';
display: block;
background-color: #47a843;
position: absolute;
top: -30px;
right: -40px;
z-index: 10;
}
.welcom div p {
font-size: 15px;
color: rgb(67, 69, 68);
line-height: 1.733;
}
#owl-clients img {
width: auto !important;
}
.our_clients h4 {
font-size: 22px;
color: rgb(15, 89, 51);
font-weight: 600;
text-transform: uppercase;
letter-spacing: 1px;
margin-bottom: 40px;
}
.our_clients {
margin-bottom: 90px;
margin-top: 30px;
}
.gry {
position: relative;
padding-top: 100px;
padding-bottom: 125px;
background-color: #fdfdfd
}
.gry:after {
background-color: #fafafa;
position: absolute;
width: 85%;
top: -30px;
left: 0px;
height: 100%;
content: '';
}
.fet-post {
position: relative;
}
.fet-post div {
position: absolute;
background-color: #fff;
right: 0px;
width: 40%;
top: 50%;
transform: translateY(-50%);
padding: 35px;
}
.fet-post span {
width: 75%;
display: block;
}
.fet-post div h5 {
font-size: 32px;
color: rgb(3, 118, 59);
font-weight: 600;
line-height: 35px;
margin: 25px 0px
}
.fet-post div p {
font-size: 14px;
color: rgb(12, 14, 13);
line-height: 1.818;
}
.fet-post div span {
font-size: 15px;
color: rgb(135, 143, 139);
text-transform: uppercase;
}
.latest_news>h4 {
font-size: 45px;
color: rgba(4, 192, 97, 0.969);
font-weight: 600;
text-transform: uppercase;
text-align: right;
position: relative;
z-index: 1;
}
.hiw h4 {
font-size: 45px;
color: rgb(37, 121, 78);
font-weight: 600;
}
.hiw p {
font-size: 15px;
color: rgb(65, 83, 74);
line-height: 1.8;
}
.hiw-div {
width: 38%;
float: left;
margin-right: -55px;
}
.hiw-div img {
width: 100%
}
.hiw-row>div:nth-child(2) {
margin-top: 15px;
}
.hiw-row>div:nth-child(3) {
margin-top: 31px;
}
.hiw-row>div:nth-child(4) {
margin-top: 48px;
}
.hiw-div>div {
position: relative;
margin-bottom: 20px;
}
.hiw-div>div span {
position: absolute;
background-color: #04c061;
color: #fff;
font-size: 25px;
width: 50px;
height: 50px;
text-align: center;
line-height: 42px;
bottom: -15px;
left: 2px;
-ms-transform: skew(-10deg, 10deg);
-webkit-transform: skew(-10deg, 10deg);
transform: skew(-10deg, 0deg);
}
.hiw-div>div span p {
-ms-transform: skew(11deg, 10deg);
-webkit-transform: skew(11deg, 10deg);
transform: skew(11deg, 0deg);
margin-bottom: 0px;
line-height: 56px;
}
.hiw-div>div>p {
position: absolute;
bottom: 10px;
left: 65px;
font-size: 20px;
text-transform: uppercase;
color: #fff;
margin-bottom: 0px;
}
.hiw-section{
margin-bottom: 20px;
}
.hiw-div>span {
font-size: 12px;
color: rgba(113, 125, 119, 0.702);
line-height: 20px;
text-align: left;
display: block;
padding-left: 40px;
padding-right: 60px;
background-image: url(//www.bernardsceylon.com/wp-content/themes/berands/img/dash-row.png);
background-repeat: no-repeat;
background-position: 15px 7px;
opacity: 0;
transition: all 0.5s;
}
.hiw-div>div:hover+span {
opacity: 1;
}
footer:after {
content: '';
width: 100%;
height: 90px;
background-image: url(//www.bernardsceylon.com/wp-content/themes/berands/img/footer-top.png);
background-size: 100%;
position: absolute;
top: -90px;
left: 0px;
display: block;
background-repeat: no-repeat;
background-position: bottom;
}
footer {
position: relative;
background-color: #141515;
z-index: 10;
}
.fot-logo {
float: left;
width: 20%;
}
.fot-cont-info {
float: left;
padding-left: 20px;
width: 80%;
}
.fot-row>div {
width: 50%;
float: left;
}
.fot-row address {
font-size: 15px;
color: rgb(254, 254, 254);
font-weight: 300;
margin-bottom: 0px;
}
.fot-row>h3 {
font-size: 18px;
text-transform: uppercase;
color: #fff;
font-weight: 400;
margin-bottom: 5px;
}
.fot-row a {
font-size: 15px;
text-transform: uppercase;
color: #fff;
font-weight: 300;
}
.fot-anc a {
display: block;
font-size: 17px;
color: rgb(254, 254, 254);
font-weight: 400
}
.fot-anc {
padding-top: 15px;
clear: both;
line-height: 30px;
}
.fot-div {
overflow: hidden;
padding-top: 60px;
padding-bottom: 80px;
}
.foter-menu ul {
list-style: none;
padding-left: 0px;
margin-bottom: 0px;
}
.foter-menu ul li {
display: inline-block;
padding-right: 30px;
position: relative;
}
.foter-menu ul li:after {
content: '';
width: 3px;
height: 3px;
position: absolute;
right: 12px;
top: 13px;
background-color: #323333;
border-right: 3px
}
.foter-menu ul li a {
font-size: 14px;
color: rgb(146, 134, 134);
line-height: 1.857;
}
.darck-blck {
background-color: #0e0f0f;
padding: 40px 0px;
}
.about-baner {
margin-left: -470px;
position: relative;
margin-bottom: 40px;
}
.about-baner>div {
width: 100%;
height: 480px;
background-size: cover;
}
.foter-menu ul li:last-child:after {
display: none;
}
.banner-img {
margin-top: 110px
}
.about-baner span { width: 170px;
height: 170px;
display: block;
position: absolute;
left: -95px;
bottom: 50px;
}
.about-baner span:after {
background-image: url(//www.bernardsceylon.com/wp-content/themes/berands/img/icon.png);
width: 160px;
height: 228px;
position: absolute;
left: 25px;
bottom: -100px;
content: '';
z-index: 0;
background-size: 435px;
}
.page-hed h1 {
font-size: 40px;
color: rgb(32, 118, 32);
margin-bottom: 0px;
text-transform: capitalize;
font-weight: 500;
}
.bred, .bred a, .bred span {
font-size: 17px;
font-weight: 300;
color: rgb(107, 112, 110);
}
.about-cont p {
font-size: 15px;
color: rgb(67, 69, 68);
margin-bottom: 25px;
line-height: 25px;
}
.about_us_content_below p {
font-size: 15px;
color: rgb(67, 69, 68);
margin-bottom: 25px;
line-height: 25px;
}
.about-cont {
max-width: 430px;
float: right;
padding-right: 35px;
}
.about-cont .page-hed {
margin-bottom: 30px
}
.about-right {
height: 480px;
background-size: cover;
position: relative;
}
.about-right:after {
content: '';
width: 360px;
height: 75px;
position: absolute;
bottom: 0px;
left: 0px;
background-color: #fff;
}
.the_transition {
font-size: 21px;
color: rgb(0, 147, 72);
font-weight: 500;
line-height: 30px;
}
.vm {
width: 50%;
float: left;
min-height: 375px; color: #fff;
background-color: #000;
}
.vm img{
width: 100%;
opacity: 0.8;
}
.vision { }
.mission { margin-top: 70px;
}
.abo-section .col-lg-7 {
padding-right: 0px;
padding-left: 0px;
}
.vm h4 {
font-size: 25px;
letter-spacing: 1px;
text-transform: uppercase;
margin-bottom: 15px;
}
.vm p {
line-height: 30px;
font-size: 19px;
font-weight: 300;
}
.vm-div {
overflow: hidden;
position: relative;
width: 95%;
float: right;
}
.vm-div img{
width: 100%;
} .vm-section {
padding-top: 60px;
padding-bottom: 110px;
}
.othe-banner {
margin-bottom: 0px;
}
.othe-banner span {
bottom: 160px;
}
.othe-pg {
background-color: #fff;
padding: 29px 45px 0px 50px;
margin-top: -60px;
display: inline-block;
}
.fab-cont h4 {
font-size: 24px;
color: rgb(43, 69, 74);
text-transform: uppercase;
font-weight: 500;
}
.fab-cont p span {
font-size: 14px;
font-weight: 300;
color: rgb(43, 69, 74);
text-transform: uppercase;
display: inline-block;
min-width: 170px;
}
.fab-cont p {
font-size: 17px;
color: rgb(43, 69, 74);
text-transform: uppercase;
margin-bottom: 10px;
}
.fab-div {
position: relative;
width: 66.66%;
margin-bottom: 70px;
}
.clear {
clear: both
}
.fab-cont {
position: absolute;
bottom: 0px;
right: -200px;
background-color: #fff;
padding: 31px 27px;
top: 50%;
transform: translateY(-50%);
width: 400px;
box-shadow: 0px 0px 18px 0px rgba(0, 0, 1, 0.1);
z-index: 2
}
.fab-div img {
width: 100%;
position: relative;
z-index: 2
}
.fab-div:after {
content: '';
position: absolute;
background-color: #fafafa;
width: 420px;
height: 100%;
bottom: -50px;
right: -370px;
z-index: 1;
}
.fab-div.rit {
float: right;
}
.fab-div.rit .fab-cont {
right: auto;
left: -200px;
z-index: 3;
}
.fab-div.rit::after {
right: auto;
left: -370px;
}
.fab-row {
margin-top: 50px;
margin-bottom: 100px;
}
.bred a {
margin-right: 10px;
}
.bred span {
margin-left: 10px
}
.cont-dit {
padding-left: 45px;
padding-top: 50px;
}
.cont-dit>div {
line-height: 25px;
margin-bottom: 27px;
}
.cont-dit>div img {
max-width: 90px;
margin-bottom: 30px;
}
.cont-dit>div h3 {
font-size: 18px;
color: #434544;
font-weight: 400;
margin-bottom: 12px;
}
.cont-dit>div address {
color: #434544;
font-size: 15px;
font-weight: 400;
margin-bottom: 0px;
width: 150px;
}
.cont-dit>div a {
color: #434544;
font-size: 15px;
font-weight: 400;
display: block;
}
.cont-frm label {
display: block;
font-size: 15px;
color: rgb(90, 90, 90);
margin-top: 15px;
font-weight: 300;
}
div.wpcf7-response-output {
margin: 25px 0px 10px;
font-size: 14px;
}
span.wpcf7-not-valid-tip {
font-size: 13px !important;
}
.cont-frm input {
width: 100%;
border: 1px solid #c1e1d1;
height: 40px;
padding-left: 10px;
font-size: 15px;
font-weight: 300;
}
.cont-frm textarea {
width: 100%;
padding-left: 10px;
padding-top: 7px;
height: 160px;
border: 1px solid #c1e1d1;
font-size: 15px;
font-weight: 300;
}
.pp_social{
display: none;
}
.cont-frm input[type=submit] {
background-color: #009348;
color: #fff;
width: 170px;
float: right;
margin-top: 25px;
height: 50px;
}
.cont-frm br {
display: none;
}
.cont-section {
margin-bottom: 90px;
}
.cont-frm h4 {
font-size: 29px;
color: rgb(135, 135, 135);
line-height: 2.084;
font-weight: 500;
}
.cont-frm {
margin-top: -15px;
}
.pc-div {
max-width: 75%;
padding-left: 0;
float: none;
margin-bottom: 50px;
}
.pc-div>p {
font-size: 22px;
color: rgb(0, 147, 72);
font-weight: 500
}
.pc-head h4 {
font-size: 45px;
color: rgb(100, 100, 100);
text-transform: uppercase;
font-weight: 500;
text-align: right;
padding-right: 215px;
padding-top: 305px;
position: relative;
z-index: 100;
}
.pc-icon div {
position: absolute;
background: #2ca267;
z-index: 10;
width: 150px;
height: 150px;
text-align: center;
vertical-align: middle;
padding: 25px;
}
.pc-itm {
height: 430px;
background-size: cover;
}
.pc-icon img {
height: 100%;
width: auto;
}
.pc-icon:after {
content: '';
width: 130px;
height: 100%;
background-color: #e5f1eb;
bottom: -75px;
position: absolute;
left: -55px;
}
.pc-icon {
position: absolute;
z-index: 10;
width: 150px;
height: 150px;
bottom: 260px;
left: -260px;
}
.pc-gal {
margin-left: -200px;
margin-bottom: 100px;
}
.pc-row {
position: relative;
z-index: 10;
}
.pc-section {
position: relative;
}
.pc-section:after {
content: '';
background-color: #fafafa;
position: absolute;
height: 100%;
width: 45%;
left: 0px;
bottom: -50px
}
.owl-gallery .owl-dot, .owl-other .owl-dot {
margin-right: 15px
}
.owl-gallery .owl-dot span, .owl-other .owl-dot span {
width: 30px;
height: 3px;
background-color: #dedede;
display: block;
}
.owl-gallery .owl-dot.active span, .owl-other .owl-dot.active span {
background-color: #2ca267;
}
.owl-gallery .owl-dots {
text-align: right;
padding-right: 100px;
margin-top: 10px;
}
.pc-head {
position: relative;
height: 100%;
}
.pc-head:after {
width: 1px;
position: absolute;
height: 100%;
background-color: #f3f2f2;
content: '';
right: 385px;
top: 0px;
display: block;
}
.pc-head::before {
content: '';
background-color: #fafafa;
width: 90px;
height: 125px;
position: absolute;
bottom: 173px;
right: 332px;
z-index: 10;
}
.owl-other img {
width: auto !important;
max-width: 100%;
margin: 0 auto
}
.owl-other h4 {
text-align: center;
font-weight: 400;
font-size: 19px;
color: rgb(13, 25, 19);
line-height: 1.526;
margin-top: 15px;
}
.owl-other {
margin-top: 80px;
margin-bottom: 100px;
position: relative;
}
.owl-other .owl-dots {
text-align: center;
margin-top: 20px;
}
.owl-other .owl-nav button {
position: absolute;
top: 20%;
}
.owl-other .owl-nav button span {
font-size: 55px;
font-weight: 300;
opacity: 0.1;
}
.owl-other .owl-nav button:hover span {
opacity: 1
}
.owl-other .owl-nav .owl-prev {
left: 0px;
}
.owl-other .owl-nav .owl-next {
right: 0px;
}
.layouts {
margin-top: 50px;
}
.layouts h4 {
background-color: #009348;
display: inline-block;
-ms-transform: skew(-20deg, 10deg);
-webkit-transform: skew(-20deg, 10deg);
transform: skew(-20deg, 0deg);
padding: 7px 35px 7px 15px;
position: relative;
margin-bottom: 40px;
}
.layouts h4:after {
position: absolute;
content: '';
width: 300%;
left: -299%;
height: 100%;
background-color: #009348;
top: 0px;
}
.layouts h4 span {
font-size: 22px;
color: rgb(255, 255, 255);
text-transform: uppercase;
-ms-transform: skew(20deg, 10deg);
-webkit-transform: skew(20deg, 10deg);
transform: skew(20deg, 0deg);
display: block;
}
.ep-left {
width: 60%;
float: left;
}
.ep-left div {
width: 32.33%;
display: inline-block;
margin-bottom: 25px;
}
.ep-left div img {
width: 100%;
}
.ep-left div h5 {
font-size: 15px;
color: rgb(13, 25, 19);
font-weight: 400;
margin-top: 10px;
}
.bolck {
display: block !important;
}
.ep-right {
width: 40%;
float: left;
margin-left: -14px;
}
.ep-right img {
width: 100%
}
.ep-left.lay2 div {
width: 46.7%;
margin-right: 16px;
}
.ep-left.lay2 {
width: 50%;
}
.ep-right.lay2 {
width: 50%;
}
.ep-left.lay3 div {
width: 24%;
text-align: center;
transform: all 0.5s;
padding: 35px 25px 15px;
cursor: pointer;
}
.ep-right.lay3>div {
max-height: 0px;
transform: all 0.5s;
opacity: 0;
text-align: right;
}
.ep-right.lay3>div.activ {
max-height: 500px;
opacity: 1
} .ep-left.lay3 div.activ {
box-shadow: 0px 0px 18px 0px rgba(0, 0, 1, 0.06);
}
.lay3img img {
max-width: 345px;
}
.grycolor>div:nth-child(2n+0) {
background-color: #fbfbfc
}
.back-col {
padding-bottom: 40px;
}
.grycolor {
margin-top: 50px;
margin-bottom: 50px;
}
.tsht-cont {
text-align: center;
max-width: 70%;
margin: 0 auto;
background-image: url(//www.bernardsceylon.com/wp-content/themes/berands/img/tsht-bck.png);
background-repeat: no-repeat;
background-position: top center;
padding-top: 130px;
padding-bottom: 100px;
}
.tsht-cont p strong {
font-size: 21px;
color: rgb(0, 147, 72);
font-weight: 500;
line-height: 1.667;
}
.tsht-cont p {
font-size: 16px;
color: rgb(67, 69, 68);
line-height: 1.813;
}
.ts-left {
width: 30%;
float: left;
}
.ts-right {
width: 70%;
float: left;
}
.ts-left img {
width: 100%
}
.tht-itm {
position: relative;
overflow: hidden;
}
.tht-itm h5 {
position: absolute;
display: inline-block;
background-color: #09a608;
-ms-transform: skew(-20deg, 10deg);
-webkit-transform: skew(-20deg, 10deg);
transform: skew(-20deg, 0deg);
bottom: 0px;
left: 0px;
margin-bottom: 0px;
padding: 7px 35px 7px 15px;
}
.tht-itm h5:after {
position: absolute;
left: -28px;
bottom: 0px;
background-color: #09a608;
content: '';
width: 30px;
height: 100%;
}
.tht-itm h5 span {
font-size: 17px;
color: rgb(255, 255, 255);
-ms-transform: skew(20deg, 10deg);
-webkit-transform: skew(20deg, 10deg);
transform: skew(20deg, 0deg);
display: block;
}
.owl-tshrt {
background-color: #fbfbfb;
padding: 25px;
position: relative;
}
.owl-tshrt:after {
background-color: #fbfbfb;
height: 100%;
width: 100%;
position: absolute;
right: -100%;
top: 0px;
content: '';
}
.owl-tshrt .owl-dots {
text-align: center;
margin-top: 20px;
}
.owl-tshrt .owl-dot, .owl-other .owl-dot {
margin-right: 15px
}
.owl-tshrt .owl-dot span, .owl-other .owl-dot span {
width: 30px;
height: 3px;
background-color: #dedede;
display: block;
}
.owl-tshrt .owl-dot.active span, .owl-other .owl-dot.active span {
background-color: #2ca267;
}
.owl-2tshrt {
background-color: #fbfbfb;
padding: 25px 80px 25px 25px;
position: relative;
}
.owl-2tshrt:after {
background-color: #fbfbfb;
height: 100%;
width: 100%;
position: absolute;
right: -100%;
top: 0px;
content: '';
}
.owl-2tshrt .owl-dots {
text-align: center;
margin-top: 20px;
}
.owl-2tshrt .owl-dot, .owl-other .owl-dot {
margin-right: 15px
}
.owl-2tshrt .owl-dot span, .owl-other .owl-dot span {
width: 30px;
height: 3px;
background-color: #dedede;
display: block;
}
.owl-2tshrt .owl-dot.active span, .owl-other .owl-dot.active span {
background-color: #2ca267;
}
.menu-shrt ul {
list-style: none;
padding-left: 0px;
}
.menu-shrt ul li {
display: inline-block;
text-transform: uppercase;
cursor: pointer;
font-size: 15px;
color: #bfcec7;
font-weight: 500;
padding: 10px;
}
#owl-slider .owl-dot, .owl-other .owl-dot {
margin-right: 15px
}
#owl-slider .owl-dot span, .owl-other .owl-dot span {
width: 30px;
height: 3px;
background-color: #dedede;
display: block;
}
#owl-slider .owl-dot.active span, .owl-other .owl-dot.active span {
background-color: #2ca267;
}
#owl-slider .owl-dots {
text-align: left;
position: absolute;
bottom: 117px;
width: 100%;
padding-left: 120px;
}
.menu-shrt ul li.act {
color: rgb(0, 147, 72);
}
#owl-news {
position: relative;
margin-top: 65px;
}
#owl-news .owl-dots {
text-align: right;
position: absolute;
top: -55px;
width: 100%;
}
#owl-news .owl-dot, .owl-other .owl-dot {
margin-right: 15px
}
#owl-news .owl-dot span, .owl-other .owl-dot span {
width: 30px;
height: 3px;
background-color: #dedede;
display: block;
}
#owl-news .owl-dot.active span, .owl-other .owl-dot.active span {
background-color: #2ca267;
}
#sendpress_signup #form-wrap label {
display: none;
}
#sendpress_signup #form-wrap {
position: relative;
}
.sendpress-signup-form input[type="text"] {
width: 100%;
border-bottom: 1px solid #72b191 !important;
border: 0px;
background-color: rgba(0, 0, 0, 0);
color: #fff;
padding-bottom: 10px;
font-size: 20px;
}
.submit {
display: none;
}
.newsltr {
background-image: url(//www.bernardsceylon.com/wp-content/themes/berands/img/news.png);
background-repeat: no-repeat;
padding: 40px 10px 27px 65px;
margin-top: -32px;
position: relative;
z-index: 1;
min-height: 176px;
}
.newsltr h5 {
text-align: right;
font-size: 15px;
color: rgb(254, 254, 254);
text-transform: uppercase;
}
.newsltr:after {
content: '';
position: absolute;
width: 100%;
right: -100%;
background-color: #07763e;
height: 148px;
top: 0px;
}
#sendpress_signup #exists, #sendpress_signup #thanks {
display: block;
padding: 4px 7px;
font-size: 14px;
font-weight: 600;
}
.sendpress-signup-form #error {
margin: 0px !important;
}
#sendpress_signup #exists {
color: #9b9518;
border: 2px solid #9b9518;
margin-bottom: 0px;
}
#sendpress_signup #thanks {
color: #189b1a;
border: 2px solid #189b1a;
}
.siomd {
margin-top: 15px;
}
.siomd p {
display: inline-block;
vertical-align: middle;
font-size: 14px;
font-weight: 300;
color: rgba(254, 254, 254, 0.522);
text-transform: uppercase;
padding-right: 25px;
padding-left: 50px;
margin-bottom: 0px
}
.siomd a {
display: inline-block;
vertical-align: middle;
background-image: url(//www.bernardsceylon.com/wp-content/themes/berands/img/icon.png);
width: 36px;
height: 36px;
-webkit-transition: background-position .3s ease-in;
-moz-transition: background-position .3s ease-in;
-o-transition: background-position .3s ease-in;
transition: background-position .3s ease-in;
margin-right: 6px;
}
.fb {
background-position: -394px -38px;
}
.tw {
background-position: -442px -38px;
}
.ins {
background-position: -495px -38px;
}
.pin {
background-position: -547px -38px;
}
.fb:hover {
background-position: -394px 0px;
}
.tw:hover {
background-position: -444px 0px;
}
.ins:hover {
background-position: -495px 0px;
}
.pin:hover {
background-position: -547px 0px;
}
.copy, .copy a {
font-size: 13px;
color: rgb(146, 134, 134);
text-align: right;
}
#fixed-div {
transition: all 0.5s;
position: relative;
top: 0px;
z-index: 10
}
#fixed-div.fixed-ani {
position: fixed;
width: 100%;
top: 75px;
left: 0px;
}
.slid-row {
position: absolute;
background-color: #fff;
width: 100%;
}
.ani-section {
position: relative;
}
.fix-sec {
position: fixed;
top: 75px !important
}
.foter-menu ul li a:hover {
color: #fff
}
.qulty:after {
content: '';
position: absolute;
width: 60px;
height: 290px;
top: 40px;
left: 30px;
background-image: url(//www.bernardsceylon.com/wp-content/themes/berands/img/icon.png);
background-position: 292px 0px;
}
.fot-row>div:first-child {
padding-right: 60px
}
.blogo-wrap {
z-index:1 !important;
}
.sliderimg {
z-index:1 !important;
}
.sliderdesc {
z-index:10000 !important;
}
.home .gry{
display: none;
}@media( max-width: 1024px) {
.ep-left.lay2 div {
width: 45.7%;
}
.hed a {
margin: 0px 10px;
}
.menu ul li a {
font-size: 14px;
}
.siomd p {
padding-right: 0px;
padding-left: 0px;
}
.gap {
display: none;
}
#owl-slider .owl-dots {
display: none;
}
.welcome-sal {
overflow-x: hidden;
}
.banner-img, .tsh-section {
overflow-x: hidden;
}
}
@media( max-width: 800px) {
.menu>ul>li>ul {
position: relative;
padding-left: 0px;
width: 100%;
padding-top: 0px;
max-height: 0px;
transition: all 0.5s;
overflow: hidden;
}
.menu>ul>li:hover>ul {
max-height: 500px;
}
.menu ul li:hover a {
color: #fff;
}
.menu>ul>li>ul li {
padding: 0px;
}
.ani-section {
margin-bottom: 100px;
}
.menu-shrt {
display: none;
}
.tsht-cont {
padding-bottom: 0px;
}
.hiw {
text-align: center;
margin-bottom: 40px;
}
.slid-row {
position: relative;
}
.siomd p {
display: block;
margin-bottom: 15px;
margin-top: 35px;
}
.foter-menu {
margin-bottom: 20px;
}
.copy {
text-align: center;
}
.foter-menu ul {
text-align: center;
}
.siomd, .foter-menu {
text-align: center;
}
.newsltr {
background-image: initial;
background-color: #07763e;
padding: 25px 30px;
min-height: auto;
}
.sendpress-signup-form input[type="text"] {
text-align: center;
}
.newsltr h5 {
text-align: center;
}
.fet-post div p {
font-size: 14px;
line-height: 22px;
}
.fet-post div h5 {
margin: 0px;
font-size: 20px;
line-height: 23px;
}
.latest_news>h4 {
text-align: center;
}
#owl-news {
margin-top: 35px;
}
.gry {
width: 100%;
position: relative;
padding-top: 40px;
}
#owl-news .owl-dots {
text-align: center;
position: relative;
top: 0;
width: 100%;
}
.latest_news>h4 {
font-size: 30px;
}
.newsltr::after {
display: none;
}
.fet-post span {
width: 100%;
}
.fet-post div {
width: 100%;
position: relative;
top: auto;
transform: inherit;
margin-bottom: 20px;
}
.our_clients h4 {
text-align: center;
}
.rit-res {
text-align: right;
padding-top: 10px;
}
.qulty>div>div>div.col-lg-12 {
height: 480px !important;
}
.welcom div p strong {
margin-top: 40px;
}
.welcom {
text-align: center;
padding-top: 45px;
}
.welcom h1 span {
margin-left: 0px;
}
.welcom h1 {
padding-left: 0px;
}
.slid-cont {
width: 100%;
text-align: center;
left: 0px;
}
.slid-itm {
height: 500px !important;
}
.menu {
max-height: 0px;
transition: all 0.5s;
overflow: hidden;
}
.menu.open {
max-height: 500px;
}
.menu>ul {
margin-bottom: 0px;
}
.menu {
padding-left: 0px;
}
.menu ul li.current-menu-item a {
color: #fff;
}
.menu ul li {
display: block;
}
.menu ul {
padding-left: 0px;
background-color: #108c4e;
}
.menu ul li a {
color: #fff;
display: block;
padding: 10px;
border-bottom: 1px solid #41ae18;
}
.hed a {
margin: 0px;
}
.hed, .mob_menu {
display: inline-block;
}
.ep-left div {
width: 45.33%;
}
.ep-left.lay2 div {
width: 44.7%;
}
.ep-left.lay3 div {
width: 30%;
padding: 20px 10px 5px;
}
.cont-dit {
padding-left: 0px;
}
.about-baner span {
display: none;
}
.about-baner {
margin-left: 0px;
margin-bottom: 15px;
}
.about-cont {
text-align: center;
max-width: 100%;
padding: 15px;
}
.the_transition {
text-align: center;
margin-bottom: 50px;
}
.vm {
min-height: 330px;
padding: 35px;
}
.vm-div::after {
display: none;
}
.fab-cont {
top: auto;
transform: inherit;
}
.pc-head h4 {
text-align: center;
padding-right: 0px;
padding-top: 0px;
}
.pc-head::after {
display: none;
}
.pc-gal {
margin-left: 0px;
margin-bottom: 45px;
}
.pc-head::before {
display: none;
}
.owl-gallery .owl-dots {
text-align: center;
padding-right: 0px;
}
.mob_menu.open span:nth-child(2) {
display: none;
}
.mob_menu.open span:nth-child(1) {
transform: rotate(45deg);
}
.mob_menu.open span:nth-child(3) {
transform: rotate(-45deg);
top: -8px;
}
.about-baner>div {
height: 350px;
}
header {
top: 15px;
}
.menu {
margin-top: 0px;
}
.afb-section {
overflow-x: hidden;
}
}
@media( max-width: 680px) {
.tsht-cont {
max-width: 100%;
}
.hiw-div>div {
max-width: 300px;
margin: 0 auto 30px;
}
.hiw-div {
width: 100%;
float: none;
margin-right: 0px;
}
.good_quality h4 {
font-size: 40px;
}
.hiw h4 {
font-size: 40px;
}
.hiw-div>span {
opacity: 1;
background-image: initial;
}
.welcom h1 {
font-size: 40px;
line-height: 35px;
}
.welcom h1 span {
font-size: 22px;
}
.ep-left {
width: 100%;
}
.ep-right {
width: 100%;
margin-left: 0px;
}
.ep-left.lay2 {
width: 100%;
}
.ep-right.lay2 {
width: 100%;
}
.lay3img img {
max-width: 345px;
margin: 0 auto;
display: block;
}
.cont-dit>div address {
width: 100%;
}
.cont-dit {
text-align: center;
margin-bottom: 15px;
}
.the_transition {
font-size: 17px;
text-align: center;
margin-bottom: 10px;
}
.fab-div.rit {
float: none;
display: flex;
flex-flow: column;
}
.fab-div.rit .fab-cont {
left: auto;
order: 2
}
.fab-div.rit img {
order: 1
}
.fab-cont {
position: relative;
left: 0px;
width: 100%;
}
.fab-div.rit {
float: none;
display: flex;
flex-flow: column;
}
.fab-div {
width: 100%
}
.vm {
width: 100%;
min-height: auto;
text-align: center;
}
.vm-div::after {
display: none;
}
.vm-div {
width: 100%;
margin-top: 35px;
}
.mission {
margin-top: 0px;
}
.text-align-right {
text-align:right;
}
}
@media( max-width: 480px) {
.hiw-row > div:nth-child(4) div {
background-color: #05924b;
}
.qulty{
overflow: hidden;
}
.ts-right {
width: 100%;
}
.ts-left {
width: 100%;
}
.owl-2tshrt {
padding: 25px;
}
.othe-pg {
padding: 0px;
margin-top: 15px;
display: block;
text-align: center;
}
.banner-img {
margin-top: 0px;
}
.fab-cont p {
font-size: 15px;
margin-bottom: 5px;
}
.fab-cont {
padding: 20px;
}
.fab-cont h4 {
font-size: 20px;
}
.about-baner>div {
height: 200px;
}
.fot-row {
text-align: center;
}
.fot-anc {
text-align: center;
}
.slid-cont::after {
display: none;
}
.rit-res {
padding-top: 0px;
}
.copy span {
display: block;
}
.good_quality {
position: relative;
top: auto;
transform: inherit;
left: 0px;
}
.fot-row>div {
width: 100%;
float: left;
margin-bottom: 20px;
}
.qulty>div>div>div.col-lg-12 {
height: auto !important;
padding-bottom: 50px;
}
.hiw-div>div {
position: relative;
max-width: 100%;
margin: 0 auto 30px;
}
.fot-logo {
float: none;
width: 100%;
text-align: center;
margin-bottom: 30px;
}
.fot-cont-info {
float: none;
padding-left: 0px;
width: 100%;
}
.sendpress-signup-form input[type="text"] {
font-size: 17px;
padding-bottom: 5px;
}
.newsltr {
padding: 10px;
}
#form-wrap p {
margin-bottom: 0px
}
.foter-menu ul li::after {
display: none;
}
#owl-clients img {
margin: 0 auto;
display: block;
}
.our_clients h4 {
margin-bottom: 20px;
margin-top: 50px;
}
#owl-qlt {
background-color: #fff;
padding: 20px 50px 20px 20px;
position: relative;
max-width: 500px;
}
.good_quality h4 {
font-size: 30px;
padding-left: 0px;
padding-bottom: 20px;
text-align: center;
padding-top: 25px;
}
.numb {
font-size: 40px;
}
.numb-bloc p {
font-size: 14px;
}
.numb-row {
width: 100%;
float: right;
padding: 5px 0px 0px 20px;
}
.welcom div p strong {
margin-top: 25px;
font-size: 20px;
line-height: 29px;
}
.slid-itm {
height: 280px !important;
}
.slid-cont p {
font-size: 14px;
}
.slid-cont h2 {
font-size: 25px;
}
.page-hed h1 {
font-size: 30px;
line-height: 44px;
margin-bottom: 10px;
}
.bred, .bred a, .bred span {
font-size: 15px;
}
.pc-itm {
height: 285px;
}
.pc-head h4 {
font-size: 25px;
}
.cont-frm h4 {
text-align: center;
margin-top: 20px;
font-size: 25px;
}
.fab-cont p span {
min-width: 150px;
}
.about-baner {
margin-left: 0px;
}
.vm {
padding: 25px;
}
.about-right::after {
display: none;
}
.vm p {
line-height: 24px;
font-size: 16px;
}
.vm h4 {
font-size: 20px;
}
.vm-section {
padding-top: 40px;
}
.hiw-div>div span {
right: 0px;
margin: 0 auto;
-ms-transform: skew(0deg, 10deg);
-webkit-transform: skew(0deg, 10deg);
transform: skew(0deg, 0deg);
}
.hiw-div>div>p {
bottom: 45px;
right: auto;
width: 100%;
text-align: center;
left: auto;
}
.hiw-div>div span p {
-ms-transform: skew(0deg, 10deg);
-webkit-transform: skew(0deg, 10deg);
transform: skew(0deg, 0deg);
}
.hiw-row>div>div {
background-color: #008542
}
.hiw-row>div:nth-child(2) div {
background-color: #05924b
}
.hiw-row>div:nth-child(3) div {
background-color: #057b3f
}
.hiw-div>span {
opacity: 1;
background-image: initial;
text-align: center;
padding-left: 0px;
padding-right: 0px;
}
.hiw-div img {
width: 80%;
margin: 0 auto;
display: block;
}
.foter-menu {
display: none;
}
.siomd a {
margin-right: 15px;
}
}