@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&display=swap');

@font-face {
    font-family: 'gothammedium';
    src: url('fonts/gotham-medium-webfont.woff2') format('woff2'),
         url('fonts/gotham-medium-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;font-display: swap;

}




@font-face {
    font-family: 'gothambook';
    src: url('fonts/gotham-book-webfont.woff2') format('woff2'),
         url('fonts/gotham-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;font-display: swap;

}




@font-face {
    font-family: 'gothamlight';
    src: url('fonts/gotham-light-webfont.woff2') format('woff2'),
         url('fonts/gotham-light-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;font-display: swap;

}




@font-face {
    font-family: 'gothambold';
    src: url('fonts/gotham-bold-webfont.woff2') format('woff2'),
         url('fonts/gotham-bold-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;font-display: swap;

}


#main-wrapper {overflow: hidden;position: relative;max-width: 1900px;margin: 0 auto;width: 100%;}
a:focus,a:hover{text-decoration: none;outline: none;}
.container{max-width:1140px;}
a{text-decoration: none;}

.txt-center{text-align: center;}
.txt-left{text-align: left;}
.color-white{color: #fff;}
.left-align{float: left !important;}
.color-black{color: #000;}

.text-cptl{text-transform: uppercase;}
.txt-spcng{letter-spacing: 3px;}
.color-dpylw{color: #d4af37;}


h1{font-family: "Playfair Display", serif;font-weight: 400;font-size: 55px;margin:0;}
h2{font-family: "Playfair Display", serif;font-weight: 400;font-size: 45px;}
h3{font-family: "Playfair Display", serif;font-weight: 400;font-size: 35px;margin: 0;}
h4{font-family: 'gothambook';font-size: 30px;}
h5{font-family: 'gothamlight';font-size: 23px;}
h6{font-family: 'gothammedium';font-size: 20px;margin:0;}
p{font-family: 'gothamlight';font-size: 16px;}


header {
    margin: 0;
    padding: 17px 0 0px;
    float: left;
    width: 100%;background-color:transparent;position: absolute;z-index: 9;
}


img.logoimg {
    float: left;
    margin: 17px 0 12px 0;
}

.menu-part {
    margin: 0px 0px 0 0;
    padding: 14px 0px 0 0;
    float: right;
    width: 71%;
}
a.dntbtn {
    float: left;
    font-family: 'gt_walsheim_proregular';
    font-size: 17px;
    color: #ffffff;
    padding: 9px 47px;
    margin: 61px 0 0 0;
    background-color: #ed5100;
    border-radius: 12px;transition: ease-in-out 1s;
}
a.dntbtn:hover {background-color: #328dbb;transition: ease-in-out 1s;}



/*-----------------------css for menu part----------------------*/

.new-menu ul li.current-menu-item a{color:#d4af37;font-family: 'gothambold';transition: 1s ease-in-out;}
.new-menu ul li.current-menu-item a:after{position: absolute;content:'';left:0;bottom:9px;background: #d4af37;width: 67%;height: 3px;transition: ease-in-out 1s;right: 0;margin: 0 auto;float: none;display: table;}

.new-menu {
    width: 100%;
    float: left;
    /* margin: 0 0 0 24px; */
    margin: 0px 0 0;
    padding: 15px 0px 0 0;
}
ul.menu{margin: 0 0 0 0px;padding:0;list-style: none;overflow: hidden;width: auto;
    float: right;}
ul.menu li {
    margin: 0;
    list-style: none;
    float: left;
    padding: 0 0 12px 0;
    transition: ease-in-out 1s;
    height: auto;
    position: relative;
}

ul.menu li a:after{position: absolute;content:'';left:0;bottom:9px;background: #d4af37;width: 0%;height: 3px;transition: ease-in-out 1s;right: 0;margin: 0 auto;float: none;display: table;}
ul.menu li:hover a:after{width: 67%;transition: ease-in-out 1s;}


ul.menu li a {font-family: 'gothamlight';font-size: 16px;color:#351b1b;display: block;text-decoration: none;transition: 1s ease-in-out;padding: 0 14px 0;}

ul.menu li:hover a{color:#d4af37;transition: ease-in-out 1s;}
ul.menu {clear: both;max-height: 0;transition: max-height .2s ease-out;}
.new-menu .menu-icon {cursor: pointer;display: inline-block;float: right;padding: 28px 20px;position: relative;user-select: none;}

 .menu-icon .navicon {background: #333;display: block;height: 2px;position: relative;transition: background .2s ease-out;width: 18px;}
.menu-icon .navicon:before,
 .menu-icon .navicon:after {background: #333;content: '';display: block;height: 100%;position: absolute;transition: all .2s ease-out;width: 100%;}

.new-menu .menu-icon .navicon:before {top: 5px;}

.new-menu .menu-icon .navicon:after {top: -5px;}

/* menu btn */

.new-menu .menu-btn {display: none;}

.new-menu .menu-btn:checked ~ .menu {max-height: 240px;}
.new-menu .menu-btn:checked ~ .menu-icon .navicon {background: transparent;}

.new-menu .menu-btn:checked ~ .menu-icon .navicon:before {transform: rotate(-45deg);}

.new-menu .menu-btn:checked ~ .menu-icon .navicon:after {transform: rotate(45deg);}

.new-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:before,
.new-menu .menu-btn:checked ~ .menu-icon:not(.steps) .navicon:after {top: 0;}

/* 48em = 768px */

@media (min-width: 48em) {
  .new-menu li {float: left;}
  .new-menu li a {padding: 0;}
  .new-menu .menu {clear: none;float: right;max-height: none;/*padding: 17px 0px 0 0;*/width: auto;margin: 0 0;}
  .new-menu .menu-icon {display: none;}
}



.mbl{display: none;}
.menu-icon-toghtr {
    float: left;
    width: 100%;
    margin: 0 0 0 0px;
}

.social-media-part {
    float: right;
    width: 18%;
}

ul.social-listing {
    margin: 0;
    padding: 0px 0 0 0px;
    float: left;
    width: 100%;
}
ul.social-listing li {
    margin: 0;
    padding: 0 3px 0;
    float: left;
    list-style: none;
}
ul.social-listing li i {
    color: #fff;
    background-color: #d4af37;
    border-radius: 3px;
    padding: 5px;
    font-size: 22px;
}

.janelle-image {
    float: left;
    width: 43%;
    padding: 0 0 0 38px;
}

.janelle-image img {
    width: 479px !important;
    height: 572px;
    object-fit: contain;position: relative;
    bottom: -8px;
}
.home .janelle-image img {
    width: 474px !important;
    height: 474px;
    object-fit: contain;
    bottom: -72px;
    border-radius: 50%;
    z-index: -1;
    position: relative;
}
.janelle-text {
    float: right;
    width: 52%;
    position: relative;
    padding: 0px 2px 0 38px;
    margin: 90px 0 0 0;
}
.janelle-text:before {
    position: absolute;
    content: '';
    left: 0;
    top: -25px;
    width: 112px;
    height: 294px;
    background-color: #d4af37;
    z-index: -1;
}
section#banner{margin: 0;padding: 0;width: 100%;float: left;position: relative;}
#banner img{width: 100%;}
.banner-inside {
    position: absolute;
    width: 100%;
    left: 0;
    z-index: 8;
    margin: 0 auto;
    float: none;
    bottom: 0;
    padding: 0 0 0 0;
    right: 0;
}
.banner-caption {
    margin: 0 auto;
    padding: 0;
    float: none;
    position: relative;
    width: 1117px;
    left: 0;
    right: 0;
    display: table;
    bottom: 0;
}
section#text-below-banner {
    margin: 0;
    padding: 2% 0;
    float: left;
    width: 100%;
    background-color: #000000;
    z-index: 8;
    position: relative;
}
.playbold{font-family: "Playfair Display", serif;font-weight: 700;}
.gthmdm{font-family: 'gothammedium';}
section#what-you-do{margin: 0;padding:5% 0;float: left;width:100%;}
img.myprpse {
    width: 502px;
    height: 624px;
    object-fit: cover;
}
img.myprpseone {
    width: 511px;
    height: 591px;
    object-fit: cover;
}
h2.ydo {
    line-height: 52px;
    margin: 24px 0 29px 0;
}
h6.ydolne {
    margin: 0 0 12px 0;
}
.intmain {
    margin: 84px 0 0 0;
}

.intmainone {
    margin: 88px 0 0 0;
}

section#service-part{margin: 0;padding: 4% 0 5%;float: left;width: 100%;background: url("images/srvc_backgeound.webp") no-repeat;background-size: cover;background-attachment: fixed;}
section#synergyhub{margin: 0;padding: 4% 0 4%;float: left;width: 100%;}
section#blog-part{margin: 0;padding: 0 0 0;float: left;width: 100%;}
section#synergyhub h2.srvctxt{margin: 0 0 13px 0;}
section#synergyhub h2.srvctxt:before {
    position: absolute;
    left: -3px;
    top: 39px;
    content: '';
    width: 277px;
    height: 12px;
    background-color: #d4af37;
    z-index: -1;right: initial;float: initial;margin: 0;
}
.srvctxt {
    position: relative;
    z-index: 9;
}
.srvctxt:before {
    position: absolute;
    left: 0;
    top: 39px;
    content: '';
    width: 218px;
    height: 12px;
    background-color: #d4af37;
    right: 0;
    float: none;
    margin: 0 auto;
    z-index: -1;
}
.totalsrvc {
    margin: 0;
    padding: 30px 18px 12px;
    float: left;
    width: 100%;
    background-color: #fff;
}
.icon-part {
    position: relative;
    float: left;
    z-index: 9;
}
.icon-part:before {
    position: absolute;
    left: -2px;
    top: 38px;
    content: '';
    width: 48px;
    height: 48px;
    background-color: #eedfaf;
    border-radius: 50%;
    z-index: -1;
}

.icon-text {
    float: right;
    width: 72%;
}
.icon-text h6{font-family: "Playfair Display", serif;font-weight: 700;}
a.knwmre{float: left;margin: 0;padding:12px 24px;font-family: 'gothambook';color:#fff;font-size: 16px;background-color:#d4af37;}
img.snrgy {
    width: 467px;
    height: 340px;
    object-fit: cover;
}
section#blog-part .left {
    padding: 80px 0px 140px;
    background-color: #e6e6e6;

}
section#blog-part .left .heading {
    font-family: 'gothambold';
    font-size: 35px;
    font-weight: 600;
    padding-left: 50px;
    margin-bottom: 14px;
}
section#blog-part {
    background-color: #fafafa;
}
section#blog-part .right {
    padding: 80px 40px 80px 0px;
}
section#blog-part .right .heading {
    font-family: "Playfair Display", serif;
    font-size: 45px;
    font-weight: 500;
    margin-bottom: 20px;
}
section#blog-part .left .nav.nav-tabs {
    display: flex;
    flex-direction: column;
}
.nav.nav-tabs li {
    width: 100%;
    border-bottom: 1px solid #351b1b;   
    padding-left: 50px;
    padding-bottom: 3px;
}
.nav.nav-tabs li.last {
    border-bottom: none;
}
.nav.nav-tabs li button {
    padding: 16px 0px;
    width: 100%;
    display: flex;
    font-size: 20px;
    font-weight: 400;
    border: none;
    color: #351b1b;
    background-color: transparent;font-family: 'gothamlight';
}
.nav.nav-tabs li button.active {
    font-weight: 600;
    color: #000;
    background-color: transparent;font-family: 'gothammedium';
}
.tab-content .items {
    background-color: #fff;
    position: relative;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    margin-bottom: 40px;
    min-height: 441px;
}
.tab-content .items .pic img {
    width: 100%;
    height: 234px;
    object-fit: cover;
    object-position: top;transition: ease-in-out 1s;
}
.items:hover .pic img {
    filter: grayscale(1);transition: ease-in-out 1s;
}
.tab-content .items .tags {
    font-size: 15px;
    font-weight: 500;
    color: #000;
    font-family: "gothambook";
    padding: 0px 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow : hidden;
    margin: 12px 0px;
}
.tab-content .items .title {
    font-family: "Playfair Display", serif;
    font-size: 21px;
    font-weight: 500;
    margin: 14px 0px;
    padding: 0px 10px;
    display: -webkit-box;
    color: #000;
    -webkit-box-orient: vertical;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow : hidden;
}
.tab-content .items .read-btn {
    font-size: 16px;
    font-weight: 500;
    font-family: "gothammedium";
    color: #d4af37;
    margin: 18px 10px 10px 10px;
    
}
.tab-content .items .top {
    display: flex;
    gap: 4px;
    flex-direction: column;
    width: max-content;
    position: absolute;
    top: 0px;
    right: 0px;
    padding: 12px;
    background-color: #fff;
}
.tab-content .items .top span {
    font-size: 20px;
    font-weight: 600;
    font-family: 'gothambold';
    text-align: center;
}

footer{margin: 0;padding:1% 0;float: left;width:100%;background-color: #000000;}
p.copyright {
    font-family: 'gothambook';
    font-size: 14px;
    color: #fff;
    text-align: left;
    float: left;
    margin: 6px 0 0 0;
    display: initial;
}

.fixed {
    z-indeX: 9 !important;
    position: fixed !important;
    background: #ffffff;
    padding: 6px 0 0 !important;
    top: 0 !important;
    left: 0;
    animation: smoothScroll 1s forwards;
    border-bottom: 3px solid #d4af37;
    box-shadow: 4px 4px 13px 4px rgba(0, 0, 0, 0.3);
}

.page-template-template-about .janelle-text:before {
    position: absolute;
    content: '';
    left: 8px;
    top: -14px;
    width: 101px;
    height: 145px;
    background-color: #d4af37;
    z-index: -1;
}

.page-template-template-about .janelle-image {
    float: left;
    width: 43%;
    padding: 0 0 0 68px;
}

.page-template-template-about .janelle-image img {
    width: 408px !important;
    height: 408px;
    object-fit: contain;
    bottom: -8px;
    border-radius: 50%;
    z-index: -1;
    position: relative;
}
ul.scoutlisting {
    margin: 0 0 0 19px;
    padding: 0;
    float: left;
    width: 100%;
}
ul.scoutlisting li {
    margin: 0 0 5px 0;
    padding: 0;
    float: left;
    width: 100%;
    list-style: none;
    position: relative;
    font-size: 16px;
    font-family: 'gothamlight';
    color: #000;
}
ul.scoutlisting li:after {
    position: absolute;
    content: '';
    left: -18px;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #d4af37;
}
.page-template-template-about h2.ydo {
    line-height: 52px;
    margin: 24px 0 29px 0;
    font-weight: 600;
    font-size: 39px;
}

.page-template-template-about .srvctxt:before {
    position: absolute;
    left: -7px;
    top: 35px;
    content: '';
    width: 200px;
    height: 12px;
    background-color: #d4af37;
    right: 0;
    float: none;
    margin: 0 auto;
    z-index: -1;
}

.page-template-template-about img.myprpse {
    width: 502px;
    height: 654px;
    object-fit: cover;
}

p.advntr{line-height: 24px;}
.srvctxt{z-index: 8;}
.mbl{display: none;}
.page-template-template-about img.myprpseone {
    width: 446px;
    height: 614px;
    object-fit: cover;
}


.page-template-template-services .janelle-image img {
    width: 451px !important;
    height: 403px;
    object-fit: contain;
    position: relative;
    bottom: 27px;
}

.page-template-template-services .janelle-text {
    float: right;
    width: 52%;
    position: relative;
    padding: 0px 2px 0 38px;
    margin: 93px 0 0 0;
}

.page-template-template-services .janelle-text:before {
    position: absolute;
    content: '';
    left: 0;
    top: -14px;
    width: 95px;
    height: 148px;
    background-color: #d4af37;
    z-index: -1;
}
.each-srvc-box {
    border-radius: 21px;
    box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 21px;
    float: left;
    width: 100%;
    min-height: 391px;
}
section#service-part a.knwmre {margin: 30px auto 0;float: none;display: table;}
.page-template-template-services section#what-you-do a.knwmre {margin: 30px auto 0;float: none;display: table;}

.page-template-template-services .icon-part img{margin: 0 auto 0;float: none;display: table;}
.page-template-template-services .icon-text {float: left;width: 100%;margin: 20px 0 0 0;}
.page-template-template-services .icon-part {position: relative;float: left;z-index: 8;width: 100%;}
.page-template-template-services .icon-part:before {
    position: absolute;
    left: 0;
    top: 27px;
    content: '';
    width: 48px;
    height: 48px;
    background-color: #eedfaf;
    border-radius: 50%;
    z-index: -1;
    right: 0;
    margin: 0 auto;
    float: none;
    display: table;
}

section#introtext {
    background-color: #dddddd;
    float: left;
    margin: 0;
    padding: 4% 0;
    width: 100%;
}
section#introtext h6 {
    line-height: 33px;
}
.whywrk {
    border-bottom: 1px solid #afaaaa;
    padding: 0 0 54px 0px;
}

section#srvc-offrngs {
    margin: 0;
    padding: 0% 0 51px;
    float: left;
    width: 100%;
}
section#srvc-offrngs a.knwmre {margin: 30px auto 0;float: none;display: table;}
img.tailr{float: left;}
.page-template-template-synergy-hub .janelle-image img {
    width: 394px !important;
    height: 572px;
    object-fit: contain;
    bottom: -7px;
    bottom: -81px;
    left: 60px;
}
.prdct-image-part{float: left;width:100%;margin: 0;padding: 0;}
.prdct-image-part img {
    float: none;
    margin: 0 auto 31px;
    display: table;
    width: 282px;
    height: 238px;
    object-fit: contain;
    filter: grayscale(1);
}
.prdrw {justify-content: center}
.page-template-template-synergy-hub .icon-text {
    float: left;
    width: 100%;
}
.page-template-template-synergy-hub .janelle-text {margin: 244px 0 0 0;
}

.page-template-template-synergy-hub section#srvc-offrngs {
    margin: 0;
    padding: 4% 0 51px;
    float: left;
    width: 100%;
}
.page-template-template-synergy-hub .each-srvc-box {
    border-radius: 21px;
    box-shadow: 2px 2px 10px 3px rgba(0, 0, 0, 0.5);
    margin: 0;
    padding: 21px;
    float: left;
    width: 100%;
    min-height: 442px;
}

.page-template-template-community .janelle-image img {
    width: 479px !important;
    height: 410px;
    object-fit: contain;
    position: relative;
    bottom: -4px;
}

.page-template-template-community .janelle-text {
    float: right;
    width: 52%;
    position: relative;
    padding: 0px 2px 0 38px;
    margin: 119px 0 0 0;
}

.page-template-template-community .janelle-text:before {
    position: absolute;
    content: '';
    left: 8px;
    top: -14px;
    width: 101px;
    height: 145px;
    background-color: #d4af37;
    z-index: -1;
}

.page-template-template-community section#srvc-offrngs {padding: 4% 0 51px;}
.page-template-template-community .icon-text {float: left;width: 100%;}
.page-template-template-community section#introtext a.knwmre {margin: 30px auto 0;float: none;display: table;
}
.page-template-template-community .each-srvc-box {min-height: 540px;}
.bkoptns{justify-content: center;gap: 20px;}
.page-template-template-booking section#srvc-offrngs {margin: 0;padding: 4% 0;}
.page-template-template-booking a.knwmre {padding: 12px 23px;font-size: 14px;}
.page-template-template-booking .janelle-text:before {height: 149px;}
.page-template-template-booking .janelle-image img {height: 414px;}
.copyright br{display: none;}
section#rsspart{margin: 0;padding:4% 0;float: left;width: 100%;}
.page-template-template-community section#introtext h6 {
    padding: 0 48px;
}

.page-template-template-contactus section#srvc-offrngs {padding: 6% 0 51px;}
.page-template-template-contactus section#text-below-banner {margin: 131px 0 0 0;}
.error404 section#text-below-banner {margin: 12% 0px 12% 0;}

@media (max-width: 1440px) { 
    
}

@media (max-width: 1199px) { 
    .janelle-image img {
        width: 126% !important;
        height: 440px;
        object-fit: contain;
        position: relative;
        bottom: -20px;
    }
    .janelle-text {
        width: 57%;
        margin: 50px 0 0 0;
    }    
    #text-below-banner h3 {
        font-size: 28px;
        text-align: center;
    }
    img.myprpse {
        width: 100%;
        height: 600px;
        object-fit: cover;
    }
    img.myprpseone {
        width: 100%;
        height: 580px;
        object-fit: cover;
    }
    .nav.nav-tabs li {
        padding-left: 4px;
        padding-bottom: 3px;
    }
    section#blog-part .left .heading {
        padding-left: 4px;
        margin-bottom: 14px;
    }
    section#blog-part .right {
        padding: 80px 10px 80px 0px;
    }
    .menu-part {
        width: 67%;
    }
    .page-template-template-about .janelle-image {
        width: 35%;
    }
    .page-template-template-about .janelle-image img {
        width: 100% !important;
        height: 320px;
    }
    
    .page-template-template-booking a.knwmre {
    padding: 12px 16px;
    font-size: 14px;
}
ul.menu li a { padding: 0 9px 0;}
.page-template-template-services .janelle-text {
    margin: 25px 0 0 0;
}
}
@media screen and (min-device-width: 768px) and (max-device-width: 991px) { 
    .icon-part:before {
        top: 24px;
    }
    .icon-text {
        float: right;
        width: 100%;
    }
    .totalsrvc {
        display: flex;
        gap: 16px;
        flex-direction: column;padding: 30px 11px 12px;
    }
    .menu-part {
        width: 58%;
    }
    /* .page-template .menu-part {
        width: 58%;
    } */
    ul.menu li a {
        font-size: 14px;
        padding: 0 6px 0;
    }
    .social-media-part {
    float: right;
    width: 25%;
}
h2.ydo {
    line-height: 39px;
    margin: 24px 0 29px 0;font-size: 28px;
}
.home .janelle-image img {
    width: 368px !important;
    height: 405px;
}
.janelle-text {
    width: 60%;
    margin: 150px 0 0 0;
    padding: 0px 2px 0 10px;
}
.page-template .janelle-text {
    width: 60%;
    margin: 116px 0 0 0;
    padding: 0px 2px 0 10px;
}


}
@media (max-width: 991px) { 
    h4 {
        font-size: 27px;
    }	
    h2 {
        font-size: 36px;
    }
    h1 {
        font-size: 40px;
    }
    section#what-you-do .row {
        align-items: center;
    }
    section#what-you-do .intmain {
        margin: 50px 0 0 0;
    }    
    .intmainone {
        margin: auto;
    }
    img.snrgy {
        width: 100%;
        height: 340px;
        object-fit: cover;
    }
    .nav.nav-tabs li button {
        padding: 16px 0px;
        font-size: 16px;
    }
    section#blog-part .left .heading {
        font-size: 28px;
    }
    section#blog-part .right .heading {
        font-size: 35px;
    }
    .janelle-image img {
        width: 129% !important;
        height: 367px;
        bottom: -20px;
    }
    .janelle-text:before {
        left: 0;
        top: -25px;
        width: 91px;
        height: 214px;
    }
    /* .janelle-text {
        width: 63%;
        margin: 100px 0 0 0;
        padding: 0px 2px 0 10px;
    } */
    .janelle-image {
        float: left;
        width: 37%;
        padding: 0 0 0 38px;
    }
    .page-template-template-about .janelle-text:before {
        top: -28px;
        width: 60px;
        height: 120px;
    }
    .page-template-template-services .janelle-image img {
        width: 300px !important;
        height: 271px;
        bottom: 0px;
        float: right;
    }
    .page-template-template-services .janelle-text {
        margin: 100px 0 0 0;
    }
    .page-template-template-services .janelle-text:before {
        top: -40px;
        width: 65px;
    }

}
@media screen and (min-width: 971px) and (max-width: 1099px){

.home .janelle-image img {
        width: 363px !important;
        height: 363px;
        float: right;
    }
.totalsrvc {
    display: flex;
    gap: 16px;
    flex-direction: column;
    padding: 30px 18px 12px;
}
.page-template-template-about img.myprpse {width: 100%;}
.page-template-template-about img.myprpseone {width: 100%;}
.page-template-template-services .janelle-image img {width: 351px !important;height: 239px;}
.each-srvc-box {
    padding: 14px;
    min-height: 429px;
}
.page-template-template-synergy-hub .janelle-image img {width: 262px !important;height: 442px;}
.page-template-template-synergy-hub .each-srvc-box {padding: 8px;}
.page-template-template-community .janelle-image img {width: 479px !important;height: 291px;}
.page-template-template-booking .janelle-image img {width: 98% !important;height: 310px;}

}
@media screen and (min-device-width: 767px) and (max-device-width: 769px) {
    #blog-part .col-md-3 {
        flex: 0 0 auto !important;
        width: 100% !important;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 100% !important;
    }
}
@media (max-width: 768px) { 
    img.myprpse {
        width: 100%;
        height: 500px;
        object-fit: cover;
    }
    img.myprpseone {
        width: 100%;
        height: 480px;
        object-fit: cover;
    }
    #text-below-banner h3 {
        font-size: 24px;
        text-align: center;
    }
    .totalsrvc {
        margin-bottom: 14px;
    }
    section#blog-part .right {
        padding: 30px 10px 30px 10px;
    }
    .nav.nav-tabs li {
        padding: 4px 10px;
        border: 1px solid #351b1b !important;
        width: 100%;
    }
    section#blog-part .left .nav.nav-tabs {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        justify-content: left;
        overflow-y: scroll;
    }
    .nav.nav-tabs li button {
        padding: 16px 0px;
        width: max-content;
        display: flex;
        font-size: 20px;
    }
    section#blog-part .left {
        padding: 30px 0px 30px;
        background-color: #e6e6e6;
    }
    .janelle-image {
        float: left;
        width: 35%;
        padding: 0 0 0 38px;
    }
    .janelle-image img {
        width: 150% !important;
        height: 271px;
        padding: 36px 0px 0px 0px;
        bottom: -20px;
    }
    .janelle-text {
        width: 72%;
        margin: 84px 0 0 0;
        padding: 0px 2px 0 10px;
    }
    .janelle-text  h1 {
        font-size: 33px;
    }
    .janelle-text:before {
        left: 0;
        top: -25px;
        width: 67px;
        height: 170px;
    }
    .janelle-text {
        width: 65%;
        margin: 190px 0 0 0;
    }
    /* .janelle-text h1 {
        font-size: 37px;
    } */
    .janelle-text h1 {
        font-size: 34px;
    }
    .menu-part {
        display: none;
    }
    header.fixed {
        top: 36px !important;
    }
    .page-template-template-about .janelle-text:before {
        top: -33px;
        width: 60px;
        height: 120px;
    }
    .page-template .janelle-text {
        width: 63%;
        margin: 135px 0 0 0;
    }
        .page-template-template-about .janelle-image img {
        width: 90% !important;
        height: 275px;
    }
    .page-template-template-about .janelle-image {
        width: 30%;
    }
    .page-template-template-about img.myprpse {
    width: 357px;
    height: 699px;
    object-fit: cover;
}
.page-template-template-about img.myprpseone {
    width: 294px;
    height: 614px;
    object-fit: cover;
}
.page-template-template-services .janelle-image img {
    width: 283px !important;
    height: 403px;
    object-fit: contain;
    position: relative;
    bottom: -72px;
}
.page-template-template-synergy-hub .janelle-text{margin: 221px 0 0 0;}
.page-template-template-synergy-hub .janelle-image img {width: 229px !important;height: 428px;}
.page-template-template-synergy-hub .each-srvc-box{min-height: 578px;}
.prdct-image-part img{width: 168px;height: 238px;}
.page-template-template-community .janelle-image img {width: 430px !important;height: 267px;}
.each-srvc-box{padding: 7px;}
.page-template-template-booking .janelle-image img {height: 296px;width: 100% !important;}
#wprmenu_bar .menu_title {top: -11px;}
.home .janelle-image img {
    width: 350px !important;
    height: 388px;
    object-fit: contain;
    bottom: -72px;
    border-radius: 50%;
    z-index: -1;
    position: relative;
}
.page-template-template-services .janelle-text:before {
    top: -50px;
    width: 65px;
}
.page-template-template-services  .janelle-text {
    width: 63%;
    margin: 247px 0 0 0;
}

}
@media (max-width: 576px) {

    .janelle-text:before {
        left: 0;
        top: -6px;
        width: 67px;
        height: 170px;
    }
    #text-below-banner h3 {
        font-size: 18px;
        text-align: center;
    }
    img.myprpse {
        width: 100%;
        height: 400px;
        object-fit: cover;
    }
    img.myprpseone {
        width: 100%;
        height: 380px;
        object-fit: cover;
    }
    h2.ydo {
        line-height: 42px;
        margin: 16px 0 20px 0;
        font-size: 26px;
    }
    .home section#banner .banner-image  {
        display: none;
    }
    .home section#banner {
        background-image: url(./images/banner-mob.webp);
        background-position: center;
        background-size: cover;
        height: 600px;
        overflow: hidden;
    }
    .janelle-text {
        width: 88%;
        margin: 60px 0 0 30px;
        padding: 0px 2px 0 6px;
        top: 69px;
    }
    .home .banner-caption {
        width: 100%;
        flex-direction: column;
        display: flex;
    }
    .janelle-image {
        float: left;
        width: 100%;
        padding: 0 0 0 0;
    }
    .janelle-image img {
        width: 150% !important;
        height: 350px;
        padding: 36px 0px 0px 0px;
        bottom: -20px;
    }

    #wprmenu_bar .menu_title {top: -11px;}
    .menu-part{display: none;}
    header.fixed img.logoimg {margin: 40px auto 2px;}
    img.logoimg {
    float: none;
    margin: 2px auto 2px;
    display: table;width: 100%;
}
.mbl{display: none;}
.dskt{display: none;}
.social-media-part {
    float: left;
    width: 100%;
    margin: 15px 0 21px;
}
.copyright br{display: block;}
.home .janelle-image img {
    width: 100% !important;
    height: 100%;
    margin: 0 auto;
    float: none;
    display: table;
}
.page-template-template-about #banner img {width: auto;max-width: none;}
.page-template-template-about .banner-caption {width: 100%;}
.page-template-template-about .janelle-image {
    float: none;
    width: auto;
    padding: 0;
    margin: 0 auto;
    display: table;
}
.page-template-template-about .janelle-image img {
    width: 100% !important;
    height: 100%;
    object-fit: contain;
    bottom: -148px;
    border-radius: 50%;
    z-index: -1;
    position: relative;
    margin: 0 auto;
    float: none;
    display: table;
}
header {
    padding: 0px 0 0px;;
}
.page-template-template-about .janelle-text {
    width: 88%;
    margin: 8px 0 0 30px;
    padding: 35px 2px 0 6px;
    top: -392px;
}
.page-template-template-about img.myprpse {
    width: 100%;
    height: auto;
    object-fit: cover;
    margin: 0 auto;
    float: none;
    display: table;
}
.page-template-template-about h2.ydo {font-size: 35px;}
.page-template-template-about img.myprpseone {
    width: 100%;
    height: 100%;
    object-fit: cover;
    margin: 0 auto;
    float: none;
    display: table;
}
.dsktpicn{display: none;}
.page-template-template-services #banner img {width: auto;max-width: none;}
.page-template-template-synergy-hub #banner img {width: auto;max-width: none;}
.page-template-template-community #banner img {width: auto;max-width: none;}
.page-template-template-booking #banner img {width: auto;max-width: none;}
.page-template-template-services .banner-caption {width: 100%;}
.page-template-template-synergy-hub .banner-caption {width: 100%;}
.page-template-template-community .banner-caption {width: 100%;}
.page-template-template-booking .banner-caption {width: 100%;}
.page-template-template-services .janelle-text {float: left;width: 85%;position: relative;padding: 32px 2px 0 37px;margin: -21px 0 0 0;top: -391px;left: 30px;}
.page-template-template-synergy-hub .janelle-text {float: left;width: 85%;position: relative;padding: 32px 2px 0 37px;margin: -21px 0 0 0;top: -391px;left: 30px;}
.page-template-template-community .janelle-text {float: left;width: 85%;position: relative;padding: 32px 2px 0 37px;margin: -21px 0 0 0;top: -391px;left: 30px;}
.page-template-template-booking .janelle-text {float: left;width: 85%;position: relative;padding: 32px 2px 0 37px;margin: -21px 0 0 0;top: -391px;left: 30px;}
.page-template-template-services .janelle-image img {width: 77% !important;height: 100%;object-fit: contain;position: relative;bottom: 27px;margin: 0 auto;float: none;display: table;}
.page-template-template-synergy-hub .janelle-text {float: left;width: 100%;position: relative;padding: 32px 2px 0 37px;margin: -36px 0 0 0;top: -326px;left: 30px;}
.page-template-template-community .janelle-text {float: left;width: 100%;position: relative;padding: 32px 2px 0 37px;margin: -36px 0 0 0;top: -326px;left: 30px;}
.page-template-template-booking .janelle-text {float: left;width: 100%;position: relative;padding: 32px 2px 0 37px;margin: -36px 0 0 0;top: -326px;left: 30px;}
.page-template-template-synergy-hub .janelle-image img {width: 67% !important;height: 100%;object-fit: contain;bottom: -108px;left: 0;right: 0;margin: 0 auto;float: none;display: table;}
.page-template-template-community .janelle-image img {width: 67% !important;height: 100%;object-fit: contain;bottom: -108px;left: 0;right: 0;margin: 0 auto;float: none;display: table;}
.page-template-template-booking .janelle-image img {width: 90% !important;height: 100%;object-fit: contain;bottom: -108px;left: 0;right: 0;margin: 0 auto;float: none;display: table;}
h2 {
        font-size: 33px;
    }
    .page-template-template-about .janelle-text:before {
        top: 2px;
        width: 50px;
        height: 120px;
    }
    .page-template-template-about .janelle-text {
        top: -421px;
    }
    header.fixed {
        top: 0px !important;
    }

    .srvctxt:before{display: none;}
}
@media (max-width: 576px) { 
    .page-template-template-about .janelle-image img {
        bottom: -110px;
    }
    .page-template-template-services .janelle-text:before {
        top: -20px;
        width: 65px;
    }

}
