html {
line-height: 1.15;
-webkit-text-size-adjust: 100%;
}  body {
margin: 0;
font-family: 'Source Sans Pro', sans-serif;
} main {
display: block;
} h1 {
font-size: 2em;
margin: 0.67em 0;
}  hr {
box-sizing: content-box;
height: 0;
overflow: visible;
} pre {
font-family: monospace, monospace;
font-size: 1em;
}  a {
background-color: transparent;
} abbr[title] {
border-bottom: none;
text-decoration: underline;
text-decoration: underline dotted;
} b,
strong {
font-weight: bolder;
} code,
kbd,
samp {
font-family: monospace, monospace;
font-size: 1em;
} small {
font-size: 80%;
} sub,
sup {
font-size: 75%;
line-height: 0;
position: relative;
vertical-align: baseline;
}
sub {
bottom: -0.25em;
}
sup {
top: -0.5em;
}  img {
border-style: none;
}  button,
input,
optgroup,
select,
textarea {
font-family: inherit;
font-size: 100%;
line-height: 1.15;
margin: 0;
} button,
input {
overflow: visible;
} button,
select {
text-transform: none;
} button,
[type="button"],
[type="reset"],
[type="submit"] {
-webkit-appearance: button;
} button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
border-style: none;
padding: 0;
} button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
outline: 1px dotted ButtonText;
} fieldset {
padding: 0.35em 0.75em 0.625em;
} legend {
box-sizing: border-box;
color: inherit;
display: table;
max-width: 100%;
padding: 0;
white-space: normal;
} progress {
vertical-align: baseline;
} textarea {
overflow: auto;
} [type="checkbox"],
[type="radio"] {
box-sizing: border-box;
padding: 0;
} [type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
height: auto;
} [type="search"] {
-webkit-appearance: textfield;
outline-offset: -2px;
} [type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
} ::-webkit-file-upload-button {
-webkit-appearance: button;
font: inherit;
}  details {
display: block;
} summary {
display: list-item;
}  template {
display: none;
} [hidden] {
display: none;
}  *,
*::before,
*::after {
box-sizing: inherit;
}
html {
box-sizing: border-box;
}  body,
button,
input,
select,
optgroup,
textarea {
color: #404040;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
font-size: 1rem;
line-height: 1.5;
}
h1,
h2,
h3,
h4,
h5,
h6 {
clear: both;
}
p {
margin-bottom: 1.5em;
}
dfn,
cite,
em,
i {
font-style: italic;
}
blockquote {
margin: 0 1.5em;
}
address {
margin: 0 0 1.5em;
}
pre {
background: #eee;
font-family: "Courier 10 Pitch", courier, monospace;
line-height: 1.6;
margin-bottom: 1.6em;
max-width: 100%;
overflow: auto;
padding: 1.6em;
}
code,
kbd,
tt,
var {
font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr,
acronym {
border-bottom: 1px dotted #666;
cursor: help;
}
mark,
ins {
background: #fff9c0;
text-decoration: none;
}
big {
font-size: 125%;
} body {
background: #fff;
font-family: 'Source Sans Pro', sans-serif;
}
hr {
background-color: #ccc;
border: 0;
height: 1px;
margin-bottom: 1.5em;
}
ul,
ol {
margin: 0 0 1.5em 3em;
}
ul {
list-style: disc;
}
ol {
list-style: decimal;
}
li > ul,
li > ol {
margin-bottom: 0;
margin-left: 1.5em;
}
dt {
font-weight: 700;
}
dd {
margin: 0 1.5em 1.5em;
} embed,
iframe,
object {
max-width: 100%;
}
img {
height: auto;
max-width: 100%;
}
figure {
margin: 1em 0;
}
table {
margin: 0 0 1.5em;
width: 100%;
} a {
color: #4169e1;
}
a:visited {
color: #800080;
}
a:hover,
a:focus,
a:active {
color: #191970;
}
a:focus {
outline: thin dotted;
}
a:hover,
a:active {
outline: 0;
} button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
border: 1px solid;
border-color: #ccc #ccc #bbb;
border-radius: 3px;
background: #e6e6e6;
color: rgba(0, 0, 0, 0.8);
line-height: 1;
padding: 0.6em 1em 0.4em;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
border-color: #ccc #bbb #aaa;
}
button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
border-color: transparent;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
color: #666;
border: 1px solid #ccc;
border-radius: 3px;
padding: 3px;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
color: #111;
}
select {
border: 1px solid #ccc;
}
textarea {
width: 100%;
}   .main-navigation {
display: block;
width: 100%;
}
.main-navigation ul {
display: none;
list-style: none;
margin: 0;
padding-left: 0;
}
.main-navigation ul ul {
box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
float: left;
position: absolute;
top: 100%;
left: -999em;
z-index: 99999;
}
.main-navigation ul ul ul {
left: -999em;
top: 0;
}
.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
display: block;
left: auto;
}
.main-navigation ul ul a {
width: 200px;
}
.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
left: auto;
}
.main-navigation li {
position: relative;
display: inline-block;
}
.main-navigation a {
display: block;
text-decoration: none;
} .menu-toggle,
.main-navigation.toggled ul {
display: block;
}
@media screen and (min-width: 768px) {
.menu-toggle {
display: none;
}
.main-navigation ul {
display: block;
}
#primary-menu .menu-item > a {
padding-top: 10px;
padding-bottom: 10px;
border-top: 2px solid #0000;
}
}
.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
margin: 0 0 1.5em;
}
.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
display: flex;
}
.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
flex: 1 0 50%;
}
.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
text-align: end;
flex: 1 0 50%;
} .sticky {
display: block;
}
.post,
.page {
margin: 0 0 1.5em;
}
.updated:not(.published) {
display: none;
}
.page-content,
.entry-content,
.entry-summary {
margin: 1.5em 0 0;
}
.page-links {
clear: both;
margin: 0 0 1.5em;
} .comment-content a {
word-wrap: break-word;
}
.bypostauthor {
display: block;
} .widget {
margin: 0 0 1.5em;
}
.widget select {
max-width: 100%;
} .page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
border: none;
margin-bottom: 0;
margin-top: 0;
padding: 0;
} .custom-logo-link {
display: inline-block;
} .wp-caption {
margin-bottom: 1.5em;
max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
display: block;
margin-left: auto;
margin-right: auto;
}
.wp-caption .wp-caption-text {
margin: 0.8075em 0;
}
.wp-caption-text {
text-align: center;
} .gallery {
margin-bottom: 1.5em;
display: grid;
grid-gap: 1.5em;
}
.gallery-item {
display: inline-block;
text-align: center;
width: 100%;
}
.gallery-columns-2 {
grid-template-columns: repeat(2, 1fr);
}
.gallery-columns-3 {
grid-template-columns: repeat(3, 1fr);
}
.gallery-columns-4 {
grid-template-columns: repeat(4, 1fr);
}
.gallery-columns-5 {
grid-template-columns: repeat(5, 1fr);
}
.gallery-columns-6 {
grid-template-columns: repeat(6, 1fr);
}
.gallery-columns-7 {
grid-template-columns: repeat(7, 1fr);
}
.gallery-columns-8 {
grid-template-columns: repeat(8, 1fr);
}
.gallery-columns-9 {
grid-template-columns: repeat(9, 1fr);
}
.gallery-caption {
display: block;
}   .infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
display: none;
} .infinity-end.neverending .site-footer {
display: block;
}   .screen-reader-text {
border: 0;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
margin: -1px;
overflow: hidden;
padding: 0;
position: absolute !important;
width: 1px;
word-wrap: normal !important;
}
.screen-reader-text:focus {
background-color: #f1f1f1;
border-radius: 3px;
box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
clip: auto !important;
clip-path: none;
color: #21759b;
display: block;
font-size: 0.875rem;
font-weight: 700;
height: auto;
left: 5px;
line-height: normal;
padding: 15px 23px 14px;
text-decoration: none;
top: 5px;
width: auto;
z-index: 100000;
} #primary[tabindex="-1"]:focus {
outline: 0;
} .alignleft { float: left; margin-right: 1.5em;
margin-bottom: 1.5em;
}
.alignright { float: right; margin-left: 1.5em;
margin-bottom: 1.5em;
}
.aligncenter {
clear: both;
display: block;
margin-left: auto;
margin-right: auto;
margin-bottom: 1.5em;
}
ul{
margin: 0;
padding: 0;
list-style: none;
}
li{
margin: 0;
padding: 0;
}
.bespoke_butm_innr a:focus {
outline: 0;
} footer#colophon {
margin-bottom: -30px;
}
.container {
max-width: 1412px;
margin: 0 auto;
width: 100%;
}
.socl_header li{
display: inline-block;
margin-right: 25px;
}
.socl_header li:last-child{
margin-right: 0px;
}
.socl_header {
text-align: right;
}
.socl_header .fa {
background: #87b540;
border-radius: 100%;
width: 31px;
height: 31px;
line-height: 31px;
text-align: center;
color: #fff;
}
.socl_header a{
font-size: 19px;
font-family: 'Source Sans Pro', sans-serif;
color: #000;
font-weight: 600;
margin-left: 15px;
text-decoration: none;
}
.socl_header a:hover{
color: #0b472d;
}
.top_header {
width: 100%;
display: inline-block;
padding: 25px 0 25px;
}
.menusect {
background: #0b472d;
padding: 0px 0;
width: 100%;
display: inline-block;
}
.main-navigation li{
margin: 0 40px;
}
.main-navigation a{
color: #fff;
font-size: 18px;
font-weight: 600;
text-transform: uppercase;
outline: none;
}
#primary-menu .menu-item.menu-item-has-children.focus > a, #primary-menu .menu-item:hover > a, #primary-menu .current-menu-item > a, #primary-menu .current-menu-ancestor > a {
border-top: 2px solid #87b540;
padding-top: 10px;
padding-bottom: 10px;
} .site-info ul li {
display: block;
margin-bottom: 20px;
font-size: 15px;
transition: .5s ease-out;
text-shadow: 0 0 #414141;
}
.second-section-footer ul li:before, .third-section-footer ul li:before{
content: "\f111";
font-family: 'Font Awesome 5 Free';
font-weight: 900;
font-size: 8px;
margin-right: 9px;
color: #87b540;
vertical-align: middle;
}
.site-info ul li a {
color: #fff;
text-decoration: none;
outline: none;
transition: .5s ease;
font-size: 16px;
}
.site-info .second-section-footer ul li, .site-info .third-section-footer {
transition: .5s ease-out;
}
.site-info ul li strong {
width: 80%;
display: inline-block;
color: #fff;
font-weight: 400;
vertical-align: text-top;
margin-left: 0;
font-size: 16px;
}
.site-info ul li span {
margin-right: 10px;
display: inline-block;
color: #87b540;
vertical-align: middle;
text-align: center;
font-size: 20px;
}	
.site-info h3 {
font-size: 25px;
margin: 0 0 25px;
color: #fff;
position: relative;
}
.second-section-footer {
padding-left: 115px;
}
.third-section-footer {
padding-left: 100px;
}
.site-info h3:after {
content: "";
height: 2px;
width: 61px;
background: #87b540;
margin-right: 15px;
display: block;
margin-top: 10px;
}
.top_footer{
background: #181818;
width: 100%;
display: inline-block;
padding-top: 80px;
padding-bottom: 50px;
}
.footer-contact-related p{
color: #fefefd;
font-size: 16px;
font-weight: 400;
line-height: 32px;
margin: 25px 0 0;
}
.copyright {
width: 100%;
display: inline-block;
padding: 0px 0;
background: #181818;
}
.copyright p {
font-size: 17px;
color: #fff;
padding: 20px 0;
margin: 0;
}
.copyright a {
color: #87b540;
text-decoration: none;
}
.bdr_top{
border-top: 1px solid #747474;
}
.site-info ul li a:hover {
color: #005eb8;
}
.site-info ul li a:hover {
color: #87b540;
}
.banner_sect {
position: relative;
}
.banner_contant {
position: absolute;
bottom: 50%;
left: 0;
transform: translate(0, 50%);
width: 100%;
}
.banner_contant h2 {
font-size: 47px;
color: #fff;
text-shadow: 0 2px 5px #000;
line-height: 50px;
font-weight: 700;
}
.banner_contant p {
font-size: 20px;
color: #fff;
line-height: 30px;
margin: 20px 0 0;
}
.banner_sect .owl-dots {
position: absolute;
bottom: 30px;
text-align: center;
left: 0;
width: 100%;
}
.banner_sect .owl-dots .owl-dot {
display: inline-block;
width: 40px;
height: 5px;
background: #fff;
margin: 0 2px;
outline: none;
border-radius: 0;
}
.banner_sect .owl-dot.active {
background: #87b540;
}
.webinar-workshop-section.home-about-section {
display: flex;
float: left;
margin-bottom: 80px;
flex-direction: row-reverse;
width: 100%;
}
.webinar-workshop-section.home-about-section .left {
width: 40%;
}
.webinar-workshop-section.home-about-section .right {
width: 58%;
max-width: 833.5px;
}
.home_about {
width: 100%;
display: inline-block;
margin-top: 80px;
}
.inner-content-about {
width: calc(110%);
padding: 40px 40px 40px 50px;
background: #fff;
box-shadow: 0 0 5px #ccc;
margin-top: 50px;
}
.home-about-section a {
background: #0d4b31;
color: #fff;
font-size: 16px;
text-transform: uppercase;
padding: 12px 40px;
display: inline-block;
text-decoration: none;
border-radius: 3px;
}
.home-about-section a:hover {
background: #87b540;
}
.home-about-section p {
font-size: 19px;
color: #000;
margin: 0px 0 20px;
line-height: 30px;
}
.home_about h1{
font-size: 35px;
color: #222121;
text-transform: uppercase;
margin: 0;
text-align: center;
font-weight: 700;
margin-bottom: 40px;
}
.home_about h1:after {
content: "";
height: 2px;
width: 61px;
background: #87b540;
display: block;
margin: 10px auto 0;
}
.bespoke_butm_innr .fa-arrow-right {
background: #87b540;
padding: 20px 20px;
color: #fff;
margin-right: 10px;
border-radius: 15px;
}
.bespoke_butm_innr li {
display: flex;
margin: 0;
padding: 0px 15px 0 0;
padding-bottom: 15px;
padding-right: 0;
font-size: 20px;
font-weight: 600;
color: #000;
border-radius: 15px;
align-items: center;
}
.bespoke_butm {
background: #F2F2F2;
padding-top: 100px;
padding-bottom: 100px;
margin-bottom: 100px;
}
.bespoke_butm_innr .fa {
background: #87b540;
color: #fff;
margin-right: 10px;
border-radius: 10px;
font-size: 29px;
width: 10%;
height: 64px;
line-height: 64px;
text-align: center;
}
.home_our_services h2{
font-size: 35px;
color: #222121;
text-transform: uppercase;
margin: 0;
text-align: center;
font-weight: 700;
margin-bottom: 40px;
}
.home_our_services h2:after {
content: "";
height: 2px;
width: 61px;
background: #87b540;
display: block;
margin: 10px auto 0;
}
.home_our_services {
width: 100%;
display: inline-block;
margin-bottom: 55px;
}
.banner_sect img{
width: 100%;
}
.bespoke_butm_innr p{
float: right;
width: 90%;
line-height: normal;
margin: 0;
} .serv_innr_socl {
display: inline-block;
background: #87b540;
color: #fff;
border-radius: 10px;
font-size: 29px;
padding: 0 32px;
height: 64px;
line-height: 64px;
text-align: center;
float: left;
}
.service_main .fa{
display: inline-block;
}
.serv_innr p{
float: right;
width: 90%;
line-height: normal;
margin: 0;
}
.serv_innr h2{
float: right;
width: 90%;
line-height: normal;
margin: 0;
}
.serv_innr_cont {
display: inline-block;
margin-left: 25px;
}
.serv_innr_cont a{
text-decoration: none;
}
.serv_innr_cont h2{
font-size: 20px;
color: #0d4b31;
font-weight: 600;
margin: 15px 0;
}
.serv_innr_cont p{
font-size: 19px;
color: #000;
font-weight: 400;
line-height: 30px;
margin: 0;
}
.service_main {
width: 100%;
display: inline-block;
margin-top: 80px;
margin-bottom: 50px;
}
.service_main h1{
font-size: 35px;
color: #222121;
text-transform: uppercase;
margin: 0;
text-align: center;
font-weight: 700;
margin-bottom: 40px;
}
.service_main h1:after{
content: "";
height: 2px;
width: 61px;
background: #87b540;
display: block;
margin: 10px auto 0;
}
.contfrm_left {
width: 100%;
display: inline-block;
padding-bottom: 50px;
background: #87b540;
padding-left: 50px;
padding-top: 90px;
}
.contfrm_left ul li {
display: inline-block;
margin: 0 0 65px;
padding: 0;
width: 100%;
}
.iconsct_contact {
display: inline-block;
height: 54px;
line-height: 54px;
width: 54px;
text-align: center;
font-size: 25px;
border-radius: 10px;
float: left;
background: #0b472d;
color: #fff;
}
.contsct_contact {
display: inline-block;
margin-top: 10px;
margin-left: 15px;
width: 80%;
}
.contsct_contact p {
margin: 0;
font-size: 20px;
font-weight: 600;
color: #fff;
margin-bottom: 5px;
text-transform: uppercase;
}
.contsct_contact strong {
margin: 0;
font-size: 19px;
font-weight: 500;
color: #fff;
margin-bottom: 5px;
}
.contsct_contact a {
margin: 0;
font-size: 19px;
font-weight: 400;
color: #fff;
text-decoration: none;
}
.contfrm_left ul li:last-child {
margin: 0;
}
.contact_and_find h1{
font-size: 35px;
color: #222121;
text-transform: uppercase;
margin: 0;
text-align: center;
font-weight: 700;
margin-bottom: 40px;
}
.contact_and_find h1:after {
content: "";
height: 2px;
width: 61px;
background: #87b540;
display: block;
margin: 10px auto 0;
}
.contact_and_find{
width: 100%;
display: inline-block;
margin-top: 80px;
margin-bottom: 80px;
}
.serv_innr_socl .fa-angle-right:before{
color: #fff;
}
.bespoke_butm_innr .fa {
background: #87b540;
color: #fff;
margin-right: 10px;
border-radius: 10px;
font-size: 29px;
width: 64px; line-height: 64px;
text-align: center;
display: flex;
justify-content: center;
align-items: center;
}
.bespoke_butm_innr p {
width: calc(100% - 74px);
padding: 5px;
color: #000;
-ms-flex-item-align: center!important;
align-self: center!important;
color: #0d4b31;
font-weight: 700;
}
.bespoke_butm_innr a {
display: flex;background-color: #f0f0f0;width: 100%;border-radius: 10px;
}
.bespoke_butm_innr .fa {
display: flex;
justify-content: center;
align-items: center;
}
.bespoke_butm_innr ul {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
column-gap: 30px;
margin-bottom: -15px;
}
.bespoke_butm_innr li {
page-break-inside: avoid;
break-inside: avoid-column;
-webkit-column-break-inside: avoid;
}
.bespoke_butm_innr a:hover{
border: 0;
text-decoration: none;
}
.service_main li {
page-break-inside: avoid;
break-inside: avoid-column;
-webkit-column-break-inside: avoid;
}
.service_main ul {
-moz-column-count: 2;
-webkit-column-count: 2;
column-count: 2;
column-gap: 30px;
margin-bottom: -15px;
}
.service_main li {
display: flex;
margin: 0;
padding: 0px 15px 0 0;
padding-bottom: 15px;
padding-right: 0;
font-size: 20px;
font-weight: 600;
color: #000;
border-radius: 15px;
align-items: center;
}
input#submit{
background: #0d4b31;
color: #fff;
font-size: 16px;
text-transform: uppercase;
padding: 15px 30px;
display: inline-block;
text-decoration: none;
border-radius: 3px;
}
.post_services {
width: 100%;
display: inline-block;
margin-top: 80px;
margin-bottom: 80px;
}
.post_services h1{
font-size: 35px;
color: #222121;
margin: 0;
font-weight: 600;
margin-bottom: 20px;
}
.post_services p{
font-size: 19px;
color: #000;
margin: 0px 0 20px;
line-height: 30px;
}
.projct_main h1{
font-size: 35px;
color: #222121;
text-transform: uppercase;
margin: 0;
text-align: center;
font-weight: 700;
margin-bottom: 40px;
}
.projct_main h1:after {
content: "";
height: 2px;
width: 61px;
background: #87b540;
display: block;
margin: 10px auto 0;
}
.projct_main {
width: 100%;
display: inline-block;
margin-top: 90px;
margin-bottom: 60px;
}
.innerprjct h2{
font-size: 20px;
color: #0d4b31;
font-weight: 700;
margin: 15px 0 40px;
padding-left: 15px;
}
.innerprjct a{
text-decoration: none;
}
.innerprjct img{
width: 100%;
}
p:empty {
display: none;
}
.dost_header{
display: block;
}
.mb_header{
display: none;
}
#home_bnnr_slider .dostp_img{
display: block;
}
#home_bnnr_slider .mb_img{
display: none;
}
#rmp_menu_trigger-84 {
display: none;
}
#rmp-container-84{
display: none;
} @media only screen and (max-width: 767px){
#rmp-container-84{
display: block;
}	
#rmp_menu_trigger-84 {
display: block;
}
#home_bnnr_slider .mb_img{
display: block;
}
#home_bnnr_slider .dostp_img{
display: none;
}
.socl_header a{
display: none;
}
.menusect {
display: none;
}
.dost_header{
display: none;
}
.mb_header{
display: block;
}
.post_services{
margin-top: 20px;
margin-bottom: 40px;
}
.post_services h1{
font-size: 25px;
margin-bottom: 15px;
margin-top: 15px;
line-height: 35px;
}
.post_services p{
font-size: 18px;
}
.menu-menu-1-container {
position: relative;
}
.main-navigation li {
margin: 0;
margin-right: 0;
border-bottom: solid #fff 1px;
display: block;
}
.main-navigation ul li a {
color: #fff;
padding: 20px 20px;
font-size: 18px!important;
font-weight: 400;
}
#navbarCollapse\ primary-menu {
position: absolute;
background: #0b472d;
left: -15px;
margin: 0;
width: calc(100vw);
text-align: left;
z-index: 9;
top: 25px;
}
.menu-toggle {
display: block;
background: transparent;
cursor: pointer;
margin: 0;
color: #fff;
line-height: normal;
border: 0;
border-radius: 0;
outline: none;
padding: 0;
}
.menu-toggle .fa{
font-size: 30px;
color: #000000;
font-weight: 300;
}
.navbar{
padding: 0;
}
.main-navigation.navbar.toggled .menu-toggle:before {
content: "\f00d";
color: #000;
padding: 10px;
height: 100%;
display: inline-block;
font: normal normal normal 14px/1 FontAwesome;
text-rendering: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
font-size: 30px;
padding: 0;
}
.main-navigation.navbar.toggled .menu-toggle span {
display: none;
}
.menu-toggle.navbar-toggle .icon-bar {
background-color: #000;
display: block;
width: 22px;
height: 2px;
border-radius: 1px;
margin-top: 4px;
}
button:focus{
outline: none;
}
.service_main{
margin-top: 50px;
margin-bottom: 35px;
}
.service_main h1{
font-size: 30px;
margin-bottom: 30px;
}
.serv_innr_cont h2{
font-size: 18px;
}
.serv_innr_cont p{
font-size: 17px;
}
.serv_innr_socl{
padding: 0 25px;
height: 55px;
line-height: 55px;
}
.second-section-footer {
padding-left: 15px;
}
.third-section-footer {
padding-left: 15px;
}
.site-info h3{
margin: 35px 0 25px;
}
.top_footer{
padding-bottom: 50px;
}
.pl-0, .px-0 {
padding-left: 15px!important;
}
.pr-0, .px-0 {
padding-right: 15px!important;
}
.contact_and_find h1{
font-size: 30px;
}
.contact_and_find{
margin-top: 50px;
}
.contfrm_left ul li{
margin: 0 0 50px;
}
.rmp-container {
margin-top: 84px !important;
}
#rmp_menu_trigger-84:hover .responsive-menu-pro-inner, #rmp_menu_trigger-84:hover .responsive-menu-pro-inner::before, #rmp_menu_trigger-84:hover .responsive-menu-pro-inner::after {
background-color: #000;
}
#rmp_menu_trigger-84 .responsive-menu-pro-inner, #rmp_menu_trigger-84 .responsive-menu-pro-inner::before, #rmp_menu_trigger-84 .responsive-menu-pro-inner::after{
background-color: #000;
}
.rmp-menu-title{
display: none !important;
}
.rmp-container .rmp-menu-additional-content{
display: none;
}
#rmp-container-84{
position: absolute;
width: 100%;
max-width: initial;
min-width: inherit;
background: #0b472d;
}
#rmp-search-box-84{
display: none;
}
#rmp_menu_trigger-84{
width: auto;
}
#rmp-menu-wrap-84 .rmp-menu-item-link{
font-size: 18px;
text-transform: uppercase;
border-bottom: 1px solid #fff;
padding-bottom: 55px !important;
padding-top: 15px;
}
.img_logo img {
width: 210px;
}
#rmp-menu-wrap-84 .rmp-menu-current-item .rmp-menu-item-link{
background-color: #87b540;
}
#rmp-menu-wrap-84 .rmp-menu-item-link{
background: transparent;
}
#rmp-menu-wrap-84 .rmp-menu-item{
background: #0b472d;
}
.webinar-workshop-section.home-about-section {
width: 100%;
flex-direction: column-reverse;
margin-bottom: 50px;
}
.webinar-workshop-section.home-about-section .left {
width: 100%;
}
.inner-content-about {
width: 94%;
margin: 0 auto;
padding: 40px 25px 40px 30px;
}
.webinar-workshop-section.home-about-section .right {
padding-bottom: 40px;
width: 100%;
z-index: 9;
}
.home_about{
margin-top: 50px;
}
.webinar-workshop-section.home-about-section .left{
position: relative;
}
.webinar-workshop-section.home-about-section .left img{
margin-top: -102px;
width: 100%;
}
.home-about-section p{
font-size: 18px;
}
.home_our_services h2{
font-size: 30px;
}
.bespoke_butm_innr ul{
column-count: 1;
}
.home_our_services{
margin-bottom: 50px;
}
.banner_contant h2{
font-size: 37px;
}
.banner_contant p{
font-size: 17px;
}
.projct_main h1{
font-size: 30px;
}
.projct_main{
margin-top: 50px;
margin-bottom: 20px;
}
}
@media only screen and (max-width: 479px){
.rmp-container {
margin-top: 80px !important;
}
.banner_contant h2 {
font-size: 26px;
line-height: 30px;
}
.banner_contant p{
font-size: 14px;
line-height: 20px;
}
}
@media (min-width: 768px) and (max-width: 899px){
.site-info h3{
font-size: 20px;
}
.footer-contact-related p{
font-size: 14px;
}
.site-info ul li strong{
font-size: 14px;
}
.site-info ul li span{
margin-right: 6px;
}
.site-info ul li strong{
font-size: 14px;
}
.second-section-footer {
padding-left: 80px;
}
.third-section-footer {
padding-left: 50px;
}
.top_footer{
padding-bottom: 40px;
}
.contfrm_left{
padding-left: 30px;
}
.contsct_contact strong{
font-size: 15px;
}
.contsct_contact p{
font-size: 18px;
}
.contsct_contact{
margin-left: 10px;
width: 65%;
}
.iconsct_contact{
height: 50px;
line-height: 50px;
width: 50px;
}
.contfrm_left ul li{
margin: 0 0 40px;
}
.contsct_contact a{
font-size: 15px;
}
.contact_and_find{
margin-top: 50px;
}
.contact_and_find h1{
font-size: 32px;
}
.home-about-section p{
font-size: 16px;
margin: 0px 0 10px;
line-height: 23px;
}
.home_about h1{
font-size: 30px;
}
.home_our_services h2{
font-size: 30px;
}
.bespoke_butm_innr p{
font-size: 17px;
}
.webinar-workshop-section.home-about-section{
margin-bottom: 50px;
}
.home_about{
margin-top: 50px;
}
.banner_contant h2{
font-size: 35px;
}
.service_main h1{
font-size: 30px;
}
.service_main{
margin-top: 50px;
}
.main-navigation li {
margin: 0 30px;
}
.socl_header a{
font-size: 17px;
}
.innerprjct h2{
font-size: 18px;
}
.projct_main{
margin-top: 50px;
margin-bottom: 30px;
}
.projct_main h1{
font-size: 30px;
}
}
@media (min-width: 900px) and (max-width: 1023px){
.second-section-footer {
padding-left: 56px;
}
.third-section-footer {
padding-left: 45px;
}
.top_footer{
padding-bottom: 50px;
}
.contact_and_find{
margin-top: 50px;
}
.top_footer{
padding-bottom: 40px;
}
.contfrm_left{
padding-left: 30px;
}
.contsct_contact strong{
font-size: 15px;
}
.contsct_contact p{
font-size: 18px;
}
.contsct_contact{
margin-left: 10px;
width: 65%;
}
.iconsct_contact{
height: 50px;
line-height: 50px;
width: 50px;
}
.contfrm_left ul li{
margin: 0 0 40px;
}
.contsct_contact a{
font-size: 15px;
}
.contact_and_find{
margin-top: 50px;
}
.contact_and_find h1{
font-size: 32px;
}
.webinar-workshop-section.home-about-section{
margin-bottom: 50px;
}
.home_about{
margin-top: 50px;
}
.banner_contant h2{
font-size: 35px;
}
.home-about-section p{
font-size: 16px;
margin: 0px 0 10px;
line-height: 25px;
}
.service_main{
margin-top: 50px;
}
.main-navigation li {
margin: 0 30px;
}
.bespoke_butm_innr p {
font-size: 17px;
}
.innerprjct h2{
font-size: 18px;
}
.projct_main{
margin-top: 50px;
margin-bottom: 30px;
}
.projct_main h1{
font-size: 30px;
}
}
@media (min-width: 1024px) and (max-width: 1199px){
.contsct_contact{
margin-left: 10px;
width: 75%;
}
.contsct_contact strong{
font-size: 16px;
}
.contfrm_left ul li{
margin: 0 0 50px;
}
.contact_and_find{
margin-top: 50px;
}
.contsct_contact a{
font-size: 16px;
}
.bespoke_butm_innr p {
font-size: 17px;
}
.innerprjct h2{
font-size: 18px;
}
.projct_main{
margin-top: 50px;
margin-bottom: 30px;
}
.projct_main h1{
font-size: 30px;
}
}
@media (min-width: 1200px) and (max-width: 1400px){
.container{
width: 92%;
}
.contsct_contact{
width: 70%;
}
.contsct_contact strong{
font-size: 16px;
}
.contsct_contact a{
font-size: 16px;
}
}
@media (min-width: 1401px) and (max-width: 1600px)