<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* CSS Document */
/** maintenance page **/
.MaintenanceWrap .InnerContainWrapper {
  width: 1000px;
  padding: 25px 0px 0px 0px;
  background-color: #ddd;
  box-sizing: border-box;
}

.MaintenanceWrap .Logo {
  float: none;
  margin: 0px auto;
  padding: 0px 0px 25px 0px;
  box-sizing: border-box;
}

.MWrapper {
  padding: 30px;
  box-sizing: border-box;
}

.MaintenanceWrap .ContactInfo {
  float: none;
  width: 100%;
  margin: 0px;
  padding: 30px 0;
  text-align: center;
  box-sizing: border-box;
}

.MaintenanceWrap .ContactInfo .CIList {
  display: inline-block;
  width: 32%;
  color: #333;
  vertical-align: top;
  border-right: 1px solid #fff;
  min-height: 115px;
}

.MaintenanceWrap .ContactInfo .CIList h3.Title {
  font-size: 20px;
  line-height: 30px;
}

.MaintenanceWrap .ContactInfo .CIList:last-child {
  border-right: 0px solid #354966;
}

.MaintenanceWrap .ContactInfo .CIList table {
  width: 100%;
}

.UnderMaintenanceWrapper {
  padding: 45px 0px 50px;
  box-sizing: border-box;
}

.MaintenanceWrap .ContactInfo .CIList .Phone {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
}

.MaintenanceWrap .ContactInfo .CIList .Phone a {
  color: #fff;
}

.MaintenanceWrap .ContactInfo .CIList td {
  display: block;
  width: 100% !important;
  margin: 0 auto;
  text-align: center;
  padding: 0 !important;
  font-size: 14px;
  line-height: 20px;
  box-sizing: border-box;
}

.MaintenanceWrap .ContactInfo .CIList td a {
  color: #333;
  font-size: 16px;
  line-height: 26px;
}

.MaintenanceWrap .ContactInfo .CIList td a:hover {
  color: var(--site-color-2);
}

.MaintenanceWrap .ContactInfo .CIList i {
  margin: 0 auto 10px;
  width: 35px;
  height: 35px;
  line-height: 38px;
  font-size: 20px;
  text-align: center;
  background-color: var(--site-color-2);
  border-radius: 50%;
  color: #fff;
}

.MaintenanceWrap .ContactInfo .CIList.Email i {
  font-size: 18px;
  line-height: 35px;
}

.MaintenanceWrap .ContactInfo .CIList span {
  display: none;
}

.MaintenanceWrap {
  display: table;
  width: 100%;
}

.MaintenanceWrap .MWrap {
  display: table-cell;
  vertical-align: middle;
}

.MaintenanceWrap .ContactFormWrap .FormWrapper {
  width: 100%;
  box-sizing: border-box;
}

.MaintenanceWrap .FormWrapperWidth {
  width: 80%;
  margin: 0 auto;
}

.UnderMaintenanceWrapper .Copyright br {
  display: none;
}

.MaintenanceWrap .ContactFormWrap .Col3 {
  display: inline-block;
  vertical-align: top;
  padding: 8px;
  width: 32.9%;
  box-sizing: border-box;
}

.UnderMaintenanceWrapper {
  text-align: center;
  background-color: var(--site-color-2);
}

.UnderMaintenanceWrapper h4 {
  font-size: 40px;
  line-height: 50px;
  font-family: "Conv_ufonts.com_gotham_bold";
  margin-bottom: 10px;
  color: #fff;
}

.UnderMaintenanceWrapper h6 {
  font-size: 14px;
  line-height: 22px;
  color: #fff;
  font-family: "gotham_htfbook";
  letter-spacing: 1px;
}

.UnderMaintenanceWrapper h6 br {
  display: none;
}

/** maintenance page end **/
/** floating menu **/
.StickyBtns {
  position: fixed;
  bottom: 0;
  z-index: 109;
  right: 0;
  width: 100%;
}

.StickyBtns .FillRedBorder {
  height: 6px;
  background-color: var(--site-color-2);
  position: absolute;
  width: 100%;
  bottom: 0;
  border-top: 2px solid #fff;
}

.StickyBtns .MainWrapper {
  position: relative;
  bottom: 6px;
}

.StickyBtns .FSocialIcon {
  float: right;
  background-color: var(--site-color-2);
  margin: 0 0 0 10px;
  padding: 6px 15px 4px;
  border: 2px solid #fff;
  border-bottom: 0;
  width: auto;
  box-sizing: border-box;
}

.StickyBtns .FillRedBtn {
  display: inline-block;
}

.StickyBtns .FillRedBtn a {
  display: block;
  background-color: var(--site-color-2);
  border: 2px solid #fff;
  border-bottom: 2px solid var(--site-color-2);
  padding: 4px 33px 4px;
  font-family: var(--site-font-b);
  font-weight: 700;
  transition: ease-in 0.3s;
  position: relative;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 40px;
  text-transform: uppercase;
  letter-spacing: 1.5px;
}

.StickyBtns .FillRedBtn a:hover {
  color: #fff;
  background-color: var(--site-color-1);
}

.StickyBtns .FillRedBtn .activator i {
  vertical-align: middle;
  margin: 3px 13px 0px 0px;
  display: inline-block;
}

.StickyBtns .RightWrapper {
  float: right;
}

.StickyBtns .MainWrapper .RightWrapper {
  display: inline-block;
  position: absolute;
  bottom: -2px;
  width: auto;
  right: 0px;
}

/*-----StickyMenu-----------*/
/** index start **/
.IconWrap,
.ImgWrap,
.PlayIcon {
  line-height: 0;
}

.FillGreenBtn,
.FillWhiteBtn {
  display: inline-block;
}

.FillGreenBtn span,
.FillGreenBtn a {
  display: block;
  color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  padding: 15px 30px;
  background-color: var(--site-color-1);
  box-sizing: border-box;
  font-family: var(--site-font-b);
  font-weight: 700;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 1px;
  border-radius: 5px;
}

.FillGreenBtn span:hover,
.FillGreenBtn a:hover {
  background-color: var(--site-color-2);
}

.FillWhiteBtn span,
.FillWhiteBtn a {
  display: block;
  color: var(--site-color-2);
  font-size: 14px;
  line-height: 1.5;
  text-transform: uppercase;
  position: relative;
  padding: 15px 20px;
  background-color: #fff;
  box-sizing: border-box;
  font-family: var(--site-font-b);
  font-weight: 700;
  -moz-transition: all 0.3s ease-in-out;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  letter-spacing: 0.5px;
  border-radius: 5px;
}

.FillWhiteBtn span:hover,
.FillWhiteBtn a:hover {
  color: #fff;
  background-color: var(--site-color-2);
}

.FillWhiteBtn i.fa-play {
  width: 25px;
  height: 25px;
  border: 2px solid var(--site-color-2);
  border-radius: 100%;
  text-align: center;
  line-height: 21px;
  margin-left: 8px;
}

.FillWhiteBtn a:hover i.fa-play {
  border: 2px solid #fff;
}

.FullWidthWrap {
  width: 100% !important;
  display: block !important;
  float: none !important;
}

.FooterContactInfoWrap .LeftWrap {
  float: left;
  width: 39%;
}

.FooterContactInfoWrap .RightWrap {
  float: right;
  width: 61%;
  line-height: 0;
}

.FooterContactInfoWrap .InnerWrap {
  float: right;
  width: 430px;
  padding: 60px 60px 60px 0px;
}

.FooterContactInfoWrap .FooterLogo {
  line-height: 0px;
  margin-bottom: 35px;
}

.InfoWrap .InfoCol {
  display: flex;
  margin-top: 15px;
}

.InfoWrap .InfoCol .Icon {
  width: 20px;
  min-width: 20px;
  margin-right: 8px;
  margin-top: 2px;
}

.InfoWrap .InfoCol .Text,
.InfoWrap .InfoCol .Text a {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 1.5;
}

.InfoWrap .InfoCol .Text a:hover {
  color: var(--site-color-1);
}

.HomeWhoWeAreWrapper .RightWrap .Desc {
  font-size: 15px;
  line-height: 1.5;
}

.BlogWrap .ListWrap ul {
  display: flex;
  align-items: top;
  justify-content: center;
}

.BlogWrap .ListWrap ul li {
  width: 365px;
  text-align: left;
  background-color: #fff;
  border-radius: 15px;
  margin: 15px;
  padding: 8px;
}

.BlogWrap .ListWrap ul li .ImgWrap,
.BlogWrap .ListWrap ul li .ImgWrap img {
  border-radius: 15px;
}

/** index end **/
.SecondaryNavigationWrapper {
  position: relative;
}

.SecondaryNavigationWrapper::before {
  content: "";
  position: absolute;
  background: url(../images/imgs/woor-repeat-bg.jpg) repeat;
  width: 100%;
  height: 165px;
  bottom: 0;
  left: 0;
}

.SecondaryNavigationWrapper .InnerContainWrapper {
  position: relative;
  z-index: 0;
}

.SecondaryNavigationWrapper h3 + .ListWrap {
  margin-top: 40px;
}

.SecondaryNavigationWrapper .ListWrap ul li {
  display: inline-block;
  vertical-align: top;
  width: 385px;
  margin: 0px 3px;
}

.SecondaryNavigationWrapper .ListWrap ul li:first-child {
  margin-left: 0;
}

.SecondaryNavigationWrapper .ListWrap ul li:last-child {
  margin-right: 0;
}

.SecondaryNavigationWrapper .ListWrap ul li img {
  border-radius: 80px 0px;
  background-color: #fff;
  border: 10px solid #fff;
  transition: all 0.5s ease-in-out;
}
 
.SecondaryNavigationWrapper .ListWrap ul li a:hover .Col .Text,
.SecondaryNavigationWrapper .ListWrap ul li a:hover img {
  border: 10px solid var(--site-color-2);
}

.SecondaryNavigationWrapper .ListWrap ul li .Col {
  position: relative;
}

.SecondaryNavigationWrapper .jcarousel ul li .Col {
  width: 96%;
  max-width: 404px;
}

.SecondaryNavigationWrapper .ListWrap ul li .Col .Text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-radius: 0px 0px 80px;
  box-sizing: border-box;
  width: 100%;
  text-align: left;
  padding: 10px 15px;
  background-image: url(../images/imgs/second-nav-shadow.png);
  background-size: 5px;
  background-position: top left;
  background-repeat: repeat;
  border: 10px solid #fff;
  border-top: 0px solid #fff !important;
  transition: all 0.5s ease-in-out;
}

.SecondaryNavigationWrapper .ListWrap ul li .Col .Text h3 {
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  font-size: 32px;
  font-family: var(--poppins-b);
  font-weight: 700;
}

/** Service Page Start **/
.OddEvenWrapper &gt; ul &gt; li {
  background-image: none;
  padding: 0;
}

.OddEvenWrapper ul li .ImgWrap {
  width: 570px;
  float: left;
}

.OddEvenWrapper ul li .ImgWrap,
.OddEvenWrapper ul li .ImgWrap img {
  border-radius: 15px;
}

.OddEvenWrapper ul li .DescWrap {
  float: right;
  width: 48%;
}

.FooterContactInfoWrap {
  margin: 3px 0px;
}

.FooterWrap,
.ServicesDetailWoodWrap,
.MeetOurTeamWrapper,
.HomeWhoWeAreWrapper,
.BlogWrap,
.OddEvenWrapper &gt; ul &gt; li:nth-child(even) {
  background-image: url(../images/imgs/woor-repeat-bg.jpg);
  background-repeat: repeat;
  background-position: bottom left;
}

.OddEvenWrapper ul li:nth-child(even) .ImgWrap {
  float: right;
}

.OddEvenWrapper ul li:nth-child(even) .DescWrap {
  float: left;
}

.OddEvenWrapper ul li .DescWrap h2.Title {
  color: var(--site-color-2);
  font-size: 45px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--poppins-sb);
  margin-bottom: 5px;
}

.OddEvenWrapper ul li .DescWrap .Desc {
  font-size: 15px;
}

.OddEvenWrapper ul li .DescWrap .btn-group {
  margin-top: 20px;
}

.btn-group .FillGreenBtn {
  margin-right: 10px;
}

.btn-group .FillGreenBtn:last-child {
  margin-right: 0px;
}

/*.DetailPageWrapper .InnerContainWrapper {
  width: 1100px;
}*/

.DetailPageWrapper .ImgWrap {
  float: left;
  width: 535px;
  margin-right: 35px;
  margin-bottom: 20px;
}

.DetailPageWrapper .ImgWrap,
.WhoWeAreWrapper .LeftWrap img,
.DetailPageWrapper .ImgWrap img {
  border-radius: 15px;
}

.DetailPageWrapper h2.ServiceTitle {
  font-family: var(--poppins-sb);
  font-size: 50px;
}
.DetailPageWrapper h2.ServiceTitle br{
  display: none;
}
.DetailPageWrapper .DescWrap h3.Title {
  color: var(--site-color-2);
  font-size: 35px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: var(--poppins-sb);
}

.DetailPageWrapper h2.ServiceTitle + .group {
  margin-top: 40px;
}

.WhoWeAreWrapper .RightWrap .Desc ul li,
.DetailPageWrapper .DescWrap .Desc ul li {
  background-image: none !important;
  position: relative;
}

.WhoWeAreWrapper .RightWrap .Desc ul li::before,
.DetailPageWrapper .DescWrap .Desc ul li::before {
  content: "";
  position: absolute;
  background-image: url(../images/bullet-1.png);
  width: 8px;
  height: 8px;
  top: 9px;
  margin-left: -15px;
}

.ServicesDetailWoodWrap .Desc ul {
  column-count: 2;
  width: 91%;
  margin: 0 auto;
  column-gap: 100px;
  column-rule: 2px solid var(--site-color-2);
  margin-top: 50px;
}

.ServicesDetailWoodWrap .Desc ul li {
  margin-bottom: 5px;
}

.ConnectWithSociallyWrap {
  background-image: url(../images/imgs/woor-bg.jpg);
  background-size: cover;
}

.ConnectWithSociallyWrap .InnerWrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  text-align: center;
  width: 1050px;
  margin: 0 auto;
}

.ConnectWithSociallyWrap .InnerWrap .ColWrap {
  color: #fff;
  font-size: 35px;
  line-height: 1.3;
  margin: 0px 20px;
}

.ConnectWithSociallyWrap .InnerWrap .ColWrap:nth-child(2) {
  margin-left: 0;
  margin-right: 90px;
}

.ConnectWithSociallyWrap .InnerWrap .ColWrap:first-child {
  margin-left: 0px;
}

.ConnectWithSociallyWrap .InnerWrap .ColWrap:last-child {
  margin-right: 0px;
  min-width: 260px;
}

.ConnectWithSociallyWrap .InnerWrap .ColWrap .FSocialIcon li {
  margin: 5px 0px;
}

.ConnectWithSociallyWrap .InnerWrap .ColWrap .FSocialIcon .fa-lg {
  font-size: 30px;
  line-height: 60px;
  color: transparent;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 60px;
  height: 60px;
}

.ConnectWithSociallyWrap .InnerWrap .ColWrap .FSocialIcon .fa-stack-2x {
  font-size: 55px;
}

.ConnectWithSociallyWrap .InnerWrap .ColWrap .FSocialIcon a .fa-inverse {
  color: #fff;
}

.ConnectWithSociallyWrap .InnerWrap .ColWrap .FSocialIcon a:hover {
  background-color: #fff;
}

.ConnectWithSociallyWrap .InnerWrap .ColWrap .FSocialIcon a:hover .fa-inverse {
  color: var(--site-color-2);
}

/** Service Page End **/
/** Contact Page Start **/
.ContactWrapper {
  position: relative;
  overflow: hidden;
}

.ContactWrapper::before {
  content: "";
  position: absolute;
  background-color: var(--site-color-1);
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
}

.ContactWrapper::after {
  content: "";
  position: absolute;
  background: url(../images/imgs/contact-img.png) no-repeat;
  width: 229px;
  height: 428px;
  bottom: 0;
  right: 50%;
  margin-right: -700px;
  z-index: 2;
}

.ContactWrapper .InnerContainWrapper {
  position: relative;
  z-index: 1;
}

.ContactWrapper .InnerWrap {
  width: 1110px;
  margin: 30px auto 0;
  border: 10px solid var(--site-color-2);
  border-radius: 80px 0;
  padding: 40px 60px 70px;
  background-image: url(../images/imgs/woor-repeat-bg.jpg);
  background-repeat: repeat;
  background-position: bottom left;
}

/** Contact Page End **/
/** Testimonial Page Start **/
.TestimonialsWrapper .ListWrap ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.TestimonialsWrapper .ListWrap ul li {
  width: 30.8%;
  margin: 15px;
  text-align: left;
}

.TestimonialsWrapper .ListWrap ul li .Col {
  border: 6px solid #96bf63;
  border-radius: 50px 0px;
  padding: 100px 35px 40px;
  position: relative;
}

.TestimonialsWrapper .ListWrap ul li .Col::before {
  content: "";
  position: absolute;
  background: url(../images/icons/double-quotes.png) no-repeat;
  width: 41px;
  height: 26px;
  top: 45px; 
  left: 35px;
}

.TestimonialsWrapper .ListWrap ul li:nth-child(even) .Col {
  border: 6px solid #5d8729;
}

.TestimonialsWrapper .ListWrap ul li .Desc {
  font-size: 20px;
  line-height: 1.5;
 font-family: "Tahoma"; 
 letter-spacing: 0.3px;
}

.TestimonialsWrapper .ListWrap ul li h6.Name {
  font-size: 14px;
  line-height: 1.4;
  text-transform: uppercase;
  font-family: var(--site-font-b);
  margin-top: 40px;
  margin-bottom: 10px;
}

/** Testimonial Page End **/
/** About Page Start **/
.WhoWeAreWrapper .InnerContainWrapper {
  width: 1100px;
}

.WhoWeAreWrapper .LeftWrap {
  width: 570px;
  float: left;
  margin-right: 45px;
}

.VideoWrap {
  position: relative;
  line-height: 0;
  display: inline-block;
}

.WhoWeAreWrapper .VideoWrap::before {
  content: "";
  position: absolute;
  background-color: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 15px;
}

.VideoWrap .PlayIcon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.MeetOurTeamWrapper .ListWrap ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.MeetOurTeamWrapper .ListWrap ul li {
  width: 286px;
  background-color: #fff;
  padding: 8px;
  border-radius: 20px;
  box-sizing: border-box;
  margin: 20px;
  text-align: left;
  box-shadow: 0px 4px 5px 0px rgba(0, 0, 0, 0.18);
}

.MeetOurTeamWrapper .ListWrap ul li .ImgWrap {
  overflow: hidden;
}

.MeetOurTeamWrapper .ListWrap ul li .ImgWrap,
.MeetOurTeamWrapper .ListWrap ul li .ImgWrap img {
  border-radius: 15px 15px 0px 0px;
  transition: all 0.3s ease-in-out;
}

.MeetOurTeamWrapper .ListWrap ul li a:hover .ImgWrap img {
  transform: scale(1.1, 1.1);
}

.MeetOurTeamWrapper .ListWrap ul li .DescWrap {
  padding: 12px 40px 12px 12px;
  position: relative;
}

.MeetOurTeamWrapper .ListWrap ul li .DescWrap::before {
  content: "+";
  position: absolute;
  width: 45px;
  height: 45px;
  color: #fff;
  font-size: 28px;
  line-height: 20px;
  right: 0;
  bottom: 0;
  background: white;
  background: linear-gradient(135deg, white 50%, #7c4e20 50%);
  border-radius: 15px 0;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 5px;
  box-sizing: border-box;
}

.MeetOurTeamWrapper .ListWrap ul li .DescWrap h6.Name {
  color: var(--site-color-1);
  text-transform: uppercase;
}

.MeetOurTeamWrapper .ListWrap ul li .DescWrap .designation {
  color: var(--primary-color);
}

.box.TeamDetails {
  background-color: #fff;
}

.TeamDetailsPopUpWrap {
  padding: 30px;
}

.TeamDetailsPopUpWrap .AuthorName {
  color: var(--site-color-1);
  font-size: 25px;
  line-height: 1.2;
  text-transform: uppercase;
  font-family: var(--site-font-b);
  text-align: left;
  margin-bottom: 5px;
}

.BioInfoWrap .PhoneCol {
  margin-top: 5px !important;
}

.BioInfoWrap .EmailCol {
  margin-bottom: 10px;
}

.BioInfoWrap i {
  width: 20px;
}

.TeamDetailsPopUpWrap h6 {
  color: var(--primary-color);
  font-size: 16px;
  line-height: 1.2;
  padding: 0px 0px 5px;
}

.BioInfoWrap .PhoneCol .fa.fa-phone,
.BioInfoWrap .EmailCol .fa-envelope {
  font-size: 18px;
  color: var(--site-color-2);
  margin-right: 5px;
}

.BioInfoWrap .PhoneCol a,
.BioInfoWrap .EmailCol a {
  color: var(--site-color-2);
  font-size: 14px;
  line-height: 24px;
  margin: 5px 0px;
  font-family: var(--site-font-b);
  word-break: break-all;
}

.BioInfoWrap .PhoneCol a:hover,
.BioInfoWrap .EmailCol a:hover {
  color: var(--site-color-1);
}

.BioImgWrap {
  float: left;
  line-height: 0px;
  margin: 0px 30px 10px 0px;
}

.TeamDetails .InnerBioInfo ul li {
  background-image: none !important;
  position: relative;
}

.TeamDetails .InnerBioInfo ul li::before {
  content: "";
  position: absolute;
  background: url(../images/bullet-1.png) no-repeat;
  width: 8px;
  height: 8px;
  top: 9px;
  margin-left: -18px;
}

.BioInfoWrap .PhoneCol .fa-mobile {
  font-size: 1.6em;
  vertical-align: middle;
  margin: -4px 3px 0 0;
}

.InnerBioInfo h1,
.InnerBioInfo h2,
.InnerBioInfo h3,
.InnerBioInfo h4,
.InnerBioInfo h5,
.InnerBioInfo h6 {
  color: var(--primary-color) !important;
  text-align: left !important;
  margin: 0px !important;
}

/** About Page End **/
/* sureja piyush 10-06-21 */
.BlogWrap .FillGreenBtn a {
  background-color: white;
  border: 2px solid var(--site-color-1);
  color: var(--site-color-1);
}
.BlogWrap .FillGreenBtn a:hover {
  background-color: var(--site-color-1);
  color: white;
}
.BlogWrap h2.Title {
  margin-bottom: 12px;
}
.BlogWrap h5.Title {
  margin-bottom: 10px;
}
.BlogWrap h5.Title a {
  color: #7c4e20;
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 20px;
}
.BlogWrap .DescWrap {
  padding: 15px;
}
.BlogWrap .Desc {
  margin-bottom: 20px;
}

.HomeWhoWeAreWrapper .InnerContainWrapper {
  padding: 60px 0 90px;
}
.HomeWhoWeAreWrapper h2.Title {
  line-height: 1;
}
.HomeWhoWeAreWrapper .RightWrap .Desc {
  line-height: 1.7;
}

.flex {
  display: flex;
}
.testimonial-container .flex {
  position: relative;
}
.testimonial-container {
  --sp: calc(50% - 370px);
  background: linear-gradient(to left, var(--site-color-1) var(--sp), var(--site-color-2) var(--sp));
  color: white;
}
.testimonial-container .InnerContainWrapper {
  padding: 0;
}
.testimonial-container .right {
  min-width: 344px;
  margin-top: 32px;
}
.testimonial-container .left {
  padding: 90px 45px 90px 180px;
}
.testimonial-container .img {
  line-height: 0;
  position: absolute;
  bottom: 0px;
}
.testimonial-container .desc {
  font-size: 20px;
  line-height: 35px;
  color: #fcf6ea;
  margin-bottom: 25px;
}
.testimonial-container h4.title {
  line-height: 1;
  margin-bottom: 20px;
  padding-left: 20px;
}
.testimonial-container .left-fixed {
  position: relative;
}
.testimonial-container .left-fixed::before {
  content: url(../images/icons/left-quotes.png);
  width: 81px;
  height: 114px;
  position: absolute;
  top: -140px;
  left: -10px;
}
.testimonial-container .left-fixed::after {
  content: url(../images/icons/right-quotes.png);
  width: 56px;
  height: 77px;
  position: absolute;
  bottom: -30px;
  right: 0px;
}
.testimonial-container .author-role {
  line-height: 1.3;
}

.testimonial-container .flex-control-nav {
  bottom: -60px;
  text-align: left;
  left: 17px;
  z-index: 1;
}
.testimonial-container .flex-control-paging li a {
  display: block;
  border-radius: 0px;
  width: 40px;
  height: 7px;
  background-color: #5f3b17;
  border: none;
}
.testimonial-container .flex-control-paging li a.flex-active {
  background-color: #2a1b15;
}

.fz36 {
  font-size: 36px;
}

.service-container {
  background-image: url(../images/imgs/woor-repeat-bg.jpg);
  background-repeat: repeat;
  background-position: bottom left;
}

.flex-wrapper {
  background-color: var(--site-color-1);
  color: white;
}

.service-container .heading h5.title {
  font-size: 36px;
  line-height: 40px;
  color: #7c4e20;
}
.service-container .heading h6.title {
  font-size: 20px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #7c4e20;
  margin-bottom: 8px;
}
.service-container .heading .InnerContainWrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 55px 0 100px;
}
.service-container .heading .left {
  max-width: 580px;
}
.service-container .heading .right {
  max-width: 290px;
  text-align: right;
  padding-top: 10px;
}
.service-container .heading .phone a {
  font-size: 30px;
  letter-spacing: 0px;
  line-height: 20px;
  color: #5b8722;
  font-family: var(--site-font-b);
  font-weight: 700;
}
.service-container .heading .phone a i {
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background-color: #794a1d;
  font-size: 0.58em;
  color: white;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  vertical-align: 4px;
}

.flex-wrapper .InnerContainWrapper {
  display: flex;
  padding: 0 0 43px;
}
.flex-wrapper .child-left {
  max-width: 290px;
  padding: 40px 20px 20px 10px;
}
.flex-wrapper .child-left .desc {
  font-size: 18px;
  line-height: 25px;
  color: #ffffff;
  margin-bottom: 35px;
}
.flex-wrapper .service-img {
  overflow: hidden;
  border: 10px solid white;
  border-radius: 80px 0 80px 0;
  position: relative;
  line-height: 0;
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
  overflow: hidden;
}
.flex-wrapper .service-img img {
  line-height: 0;
  transition: all 0.3s ease-in-out;
}
.flex-wrapper a:hover .service-img img{
  transform: scale(1.1,1.1);
} 
.flex-wrapper .service-overlay {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: url(../images/bg/overlay-ng.png);
  display: flex;
  align-items: flex-end;
  padding: 12px 25px 12px 12px;
}
.flex-wrapper .service-name {
  line-height: 1;
  text-transform: uppercase;
      color: #fff;
}
.flex-wrapper .service-text {
  padding: 10px 25px;
  margin-bottom: 10px;
}
.flex-wrapper .service-desc {
  font-family: var(--mont-r);
  font-weight: 400;
  display: inline;
  position: relative;
  padding-bottom: 20px;
}
.flex-wrapper .service-desc::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 150px;
  height: 10px;
  background-color: #2a1b15;
}

.fz22 {
  font-size: 22px;
}

.service-slider .WithoutSlider .NoBullet {
  display: flex;
  align-items: flex-start;
  margin-top: -66px;
  margin-left: -5px;
}
.service-slider .WithoutSlider .NoBullet &gt; li {
  margin: 0 5px;
  flex: 0 0 296px;
}
.service-slider .WithoutSlider .NoBullet &gt; li:nth-child(2) {
  margin-top: -104px;
}
.service-slider .NoBullet {
  pointer-events: none;
}
.service-slider .NoBullet &gt; li {
  pointer-events: all;
  transition: all 0.5s cubic-bezier(0.39, 0.575, 0.565, 1);
}

.testmonial-slider ul li .Col {
  padding: 0px 20px;
}
.TestiBtnWrap {
  text-align: center;
  margin-top: 50px;
}

.TestiBtnWrap .FillGreenBtn span, 
.TestiBtnWrap .FillGreenBtn a {
  border: 2px solid var(--site-color-1);
}

.TestiBtnWrap .FillGreenBtn span:hover, 
.TestiBtnWrap .FillGreenBtn a:hover {
    background-color: var(--site-color-2);
    border: 2px solid #fff;
}



















</pre></body></html>