.site {
  position: relative;
}

*,
a,
*focus {
  outline: none !important;
}

@font-face {
  font-family: 'AGaramondPro-Regular';
  src: url('../fonts/AGaramondPro-Regular/AGaramondPro-Regular.eot');
  src: url('../fonts/AGaramondPro-Regular/AGaramondPro-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AGaramondPro-Regular/AGaramondPro-Regular.woff2') format('woff2'),
    url('../fonts/AGaramondPro-Regular/AGaramondPro-Regular.woff') format('woff'),
    url('../fonts/AGaramondPro-Regular/AGaramondPro-Regular.ttf') format('truetype'),
    url('../fonts/AGaramondPro-Regular/AGaramondPro-Regular.svg#AGaramondPro-Regular') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'AGaramondPro-Bold';
  src: url('../fonts/AGaramondPro-Bold/AGaramondPro-Bold.eot');
  src: url('../fonts/AGaramondPro-Bold/AGaramondPro-Bold.eot?#iefix') format('embedded-opentype'),
    url('../fonts/AGaramondPro-Bold/AGaramondPro-Bold.woff2') format('woff2'),
    url('../fonts/AGaramondPro-Bold/AGaramondPro-Bold.woff') format('woff'),
    url('../fonts/AGaramondPro-Bold/AGaramondPro-Bold.ttf') format('truetype'),
    url('../fonts/AGaramondPro-Bold/AGaramondPro-Bold.svg#AGaramondPro-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}

a,
a:hover {
  text-decoration: none;
  outline: none !important;
}

.testimonials__carousal .testimonials_item .client-name h3,
.testimonials__carousal .testimonials_item .client-name h4,
.blog__home__section .blog_item_large .blog_panel h3,
.blog__home__section .blog-readmore a,
.blog__home__section .home_article_listing-wrap .blog_panel h3,
.team-bio-wrapper h4.bio-head,
.front_page_slider .slider-caption h1,
.front_page_slider .front_slider_pagination .pagingInfo span.page-left-count,
.article-sidebar .pp_post_item h2,
.team-slider-wrapper .team_home_item .team_panel .team-info h3 {
  font-family: 'AGaramondPro-Bold';
  margin-bottom: 10px;
}




/* Mobile Menu Style */
.desktop-menu-wrapper {
  display: none;
}

.mobile-menu-wrapper {
  display: block;
}

.mobile-menu-wrapper .branding {
  float: right;
  margin-top: 20px;
  margin-right: 15px;
}

.mobile-menu-wrapper .branding img {
  max-height: 50px;
}

.mob-menu-click {
  float: none;
  padding: 0px;
  color: #2A3A79;
  cursor: pointer;
  font-size: inherit;
  width: 60px;
  height: 60px;
  background-color: #CCA84B;
  line-height: 8px;
  position: absolute;
  left: inherit;
  right: 0px;
  top: 0px;
  text-align: center;
  padding-top: 12px;
}

.mob-menu-click span.line {
  width: 29px;
  height: 3px;
  background-color: #FFF;
  display: inline-block;
}

.mob-menu-close-btn {
  font-size: 50px;
  color: #FFF;
  position: absolute;
  right: 8px;
  top: 0px;
  z-index: 99;
  cursor: pointer;
}

#pnxMobmenu,
#pnxMobmenu ul,
#pnxMobmenu ul li,
#pnxMobmenu ul li a {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  line-height: 1;
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

#pnxMobmenu ul li {
  position: relative;
}

#pnxMobmenu ul.nav-menu>li#menu-item-25 {
  display: inline-block;
}

#pnxMobmenu ul li>span.arrow {
  display: none;
}

#pnxMobmenu ul li.menu-item-has-children>span.arrow {
  display: block;
}

#pnxMobmenu ul li>span.arrow {
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
  text-align: center;
  z-index: 999;
}

#pnxMobmenu ul li>span.arrow:before {
  font-family: 'FontAwesome';
  content: '\f107';
  width: 35px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  font-size: 22px;
}

#pnxMobmenu ul.nav-menu>li#menu-item-26>span.arrow {
  left: 90px;
}

#pnxMobmenu ul.nav-menu>li#menu-item-25>span.arrow {
  left: 112px;
}

#pnxMobmenu {
  width: 100%;
  color: #ffffff;
  margin-top: 45px;
}

#pnxMobmenu ul ul {
  display: none;
}

.align-right {
  float: right;
}

#pnxMobmenu ul>li>a {
  padding: 10px 15px;
  cursor: pointer;
  z-index: 2;
  font-size: 22px;
  font-weight: normal;
  text-decoration: none;
  color: #000;
  border-bottom: 0px solid #5d5d5d;
  line-height: 1.4;
}

#pnxMobmenu ul li a:hover,
#pnxMobmenu>ul>li.active>a,
#pnxMobmenu>ul>li.open>a {
  color: #FFF;
}

.holder {
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  right: 0;
}

.holder::after,
.holder::before {
  display: block;
  position: absolute;
  content: "";
  width: 6px;
  height: 6px;
  right: 20px;
  z-index: 10;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

.holder::after {
  top: 17px;
  border-top: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
}

#pnxMobmenu>ul>li>a:hover>span::after,
#pnxMobmenu>ul>li.active>a>span::after,
#pnxMobmenu>ul>li.open>a>span::after {
  border-color: #eeeeee;
}

.holder::before {
  top: 18px;
  border-top: 2px solid;
  border-left: 2px solid;
  border-top-color: inherit;
  border-left-color: inherit;
}

#pnxMobmenu ul ul li a {
  cursor: pointer;
  border-bottom: 0px solid #666666;
  padding: 8px 15px;
  z-index: 1;
  text-decoration: none;
  font-size: 18px;
  color: #000;
  padding-left: 25px;
}

#pnxMobmenu ul ul li:hover>a,
#pnxMobmenu ul ul li.open>a,
#pnxMobmenu ul ul li.active>a {
  color: #ffffff;
}

#pnxMobmenu ul li.current-menu-item>a,
#pnxMobmenu ul li.current-menu-parent>a {
  color: #FFF;
  position: relative;
}

#pnxMobmenu ul li.current-menu-item>a:before {
  content: '';
  background-image: url(../images/corner-left-top.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  left: 0;
  width: 11px;
  height: 12px;
}

#pnxMobmenu ul ul li a {
  color: #000;
}

#pnxMobmenu ul ul li.current-menu-item a {
  color: #FFF;
}

#pnxMobmenu ul ul li:first-child>a {
  box-shadow: none;
}

#pnxMobmenu ul ul ul li:first-child>a {
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

#pnxMobmenu ul ul ul li a {
  padding-left: 20px;
  line-height: 1.2;
}

#pnxMobmenu>ul>li>ul>li:last-child>a,
#pnxMobmenu>ul>li>ul>li.last>a {
  border-bottom: 0;
}

#pnxMobmenu>ul>li>ul>li.open:last-child>a,
#pnxMobmenu>ul>li>ul>li.last.open>a {
  border-bottom: 1px solid #32373e;
}

#pnxMobmenu>ul>li>ul>li.open:last-child>ul>li:last-child>a {
  border-bottom: 0;
}

#pnxMobmenu ul li.menu-item-has-children>a::after,
#pnxMobmenu ul ul li.menu-item-has-children>a::after {
  display: block;
  position: absolute;
  content: none;
  width: 10px;
  height: 10px;
  right: 20px;
  z-index: 10;
  top: 10px;
  border-top: 2px solid #eeeeee;
  border-left: 2px solid #eeeeee;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

#pnxMobmenu ul ul li.menu-item-has-children>a::after {
  top: 12px;
  width: 8px;
  height: 8px;
}

#pnxMobmenu ul ul li.active>a::after,
#pnxMobmenu ul ul li.open>a::after,
#pnxMobmenu ul ul li>a:hover::after {
  border-color: #ffffff;
}

.sidenav {
  height: 100%;
  width: 0;
  position: fixed;
  z-index: 999;
  top: 0;
  left: 0;
  background-color: #232641;
  overflow-x: hidden;
  transition: 0.5s;
  padding-top: 10px;
  z-index: 999;
}

.sidenav a {
  padding: 8px 8px 8px 32px;
  text-decoration: none;
  font-size: 25px;
  color: #FFF;
  display: block;
  transition: 0.3s;
}

.sidenav a:hover {
  color: #f9ad37;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 5px;
  font-size: 36px;
  margin-left: 0px;
  line-height: 26px;
  padding-left: 10px;
}

b, strong {
  font-weight: 900;
}

.btn {
  display: inline-block;
  padding: 8px 45px;
  min-width:
    margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background-image: none;
  border: 1px solid #CCA84B;
  border-radius: 0px;
  position: relative;

}

.btn-primary {
  color: #231F20;
  background-color: transparent;
  border-color: #CCA84B;
}

.btn-primary:hover {
  color: #fff;
  background-color: #231F20;
  border-color: #231F20;
}

.btn-primary.active.focus,
.btn-primary.active:focus,
.btn-primary.active:hover,
.btn-primary:active.focus,
.btn-primary:active:focus,
.btn-primary:active:hover,
.open>.dropdown-toggle.btn-primary.focus,
.open>.dropdown-toggle.btn-primary:focus,
.open>.dropdown-toggle.btn-primary:hover {
  color: #fff;
  background-color: #231F20;
  border-color: #231F20;
}

.btn-primary.focus,
.btn-primary:focus {
  color: #fff;
  background-color: #231F20;
  border-color: #231F20;
}

.btn-border:after {
  content: '';
  background-image: url(../images/btn-corner.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 12px;
  height: 11px;
  display: inline-block;
}

.btn-border:hover:after {
  content: '';
  background-image: url(../images/btn-corner-white.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 12px;
  height: 11px;
  display: inline-block;
}

.btn-fill {
  color: #FFF;
  background-color: #CCA84B;
  border-color: #CCA84B;
}

.btn-fill:after {
  background-image: url(../images/btn-corner-white.png);
}

.btn-fill:hover:after {
  background-image: url(../images/btn-corner-white.png);
}



.btn,
.so-widget-sow-headline .sow-headline-container .sow-sub-headline {
  font-family: 'AGaramondPro-Bold';
}

.widget_sow-headline {
  margin-bottom: 15px;
}

.so-widget-sow-headline .sow-headline-container .sow-headline {
  font-size: 20px;
  margin-bottom: 0px;
  position: relative;
}

.so-widget-sow-headline .sow-headline-container .sow-sub-headline {
  font-size: 56px;
  color: #CCA84B;
  line-height: 1.2 !important;
  margin-top: 0px;
  position: relative;
}

.white-heading .so-widget-sow-headline .sow-headline-container .sow-headline,
.white-heading .so-widget-sow-headline .sow-headline-container .sow-sub-headline {
  color: #FFF;
  position: relative;
}

.white-heading .so-widget-sow-headline .sow-headline-container .sow-headline:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #CCA84B;
  position: absolute;
  top: 12px;
  margin-left: 10px;
}

.so-widget-sow-headline .sow-headline-container .sow-sub-headline:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 37px;
  margin-left: 10px;
}

.so-widget-sow-headline .sow-headline-container .sow-sub-headline:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #000000;
  position: absolute;
  top: 37px;
  margin-left: 10px;
}

.top-line .so-widget-sow-headline .sow-headline-container .sow-headline:after {
  content: '';
  width: 40px;
  height: 2px;
  background-color: #CCA84B;
  position: absolute;
  top: 11px;
  margin-left: 10px;
}

.no-line .so-widget-sow-headline .sow-headline-container .sow-sub-headline:after,
.team-section .so-widget-sow-headline .sow-headline-container .sow-sub-headline:after,
.news-section .so-widget-sow-headline .sow-headline-container .sow-sub-headline:after {
  content: none;
}


.heading-style2 .so-widget-sow-headline .sow-headline-container .sow-sub-headline {
  color: #111111;
  font-size: 34px;
  margin-top: 10px;
}

.heading-style2 .so-widget-sow-headline .sow-headline-container .sow-sub-headline:after {
  content: none;
}

.heading-style2 .so-widget-sow-headline .sow-headline-container .sow-headline:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #CCA84B;
  position: absolute;
  top: 14px;
  margin-left: 10px;
}


.site-content article {
  margin-bottom: 70px;
}

/* Inner Banner Style */

.site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 99;
  height: 60px;
}

.home .site-header {
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
}

.inner-banner-wrap {
  padding-top: 130px;
  padding-bottom: 60px;
  text-align: center;
  color: #FFF;
  position: relative;
}

.inner-banner-wrap:before {
  content: '';
  background-color: rgba(0, 0, 0, 0.75);
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.inner-banner-wrap .inner-banner-title h1 {
  font-size: 32px;
  margin-bottom: 20px;
  padding-bottom: 15px;
  position: relative;
}

.inner-banner-wrap .inner-banner-title h1:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #CCA84B;
  position: absolute;
  left: 50%;
  bottom: 0;
  display: inline-block;
  margin-left: -25px;
}

.inner-banner-wrap .breadcrumbWrap {
  color: #CCA84B;
}

.inner-banner-wrap .breadcrumbWrap a {
  color: #FFF;
}

.inner-banner-wrap .breadcrumbWrap i {
  padding-left: 5px;
  margin-right: 5px;
  position: relative;
  top: -1px;
  color: #FFF;
}

.inner-banner-wrap .breadcrumbWrap i.fa-angle-right::before {
  content: "|";
}

.footer-section {
  padding: 25px 15px;
  background-color: #FFF;
}

.footer-section .copyright-left {
  float: left;
}

.footer-section .copyright-right {
  float: right;
}

.footer-section .copyright-right ul.menu li {
  display: inline-block;
}

.footer-section .copyright-right ul.menu li:after {
  content: '|';
  position: relative;
  top: 0;
  padding-left: 4px;
}

.footer-section .copyright-right ul.menu li:last-child:after {
  content: none;
}

.footer-section .copyright-right a {
  color: #231F20;
}

.footer-section .copyright-right a:hover {
  color: #CCA84B;
}



/* Front Service Section */


.service__home__section {
  position: relative;
  padding-top: 15px;
  padding-bottom: 15px;
}

.service__home__section .service_panel h3 span.font-bold {
  display: block;
}

.service__home__section {
  text-align: center;
}

.service__home__section .service-icon {
  min-height: 75px
}

.service__home__section a {
  color: #FFF;
}

.service__home__section .service-icon {
  text-align: center;
  margin-bottom: 25px;
}

.service__home__section .service-icon img {
  display: inline-block;
  max-width: 44px;
}

.service__home__section .service-icon figure {
  width: 70px;
  height: 70px;
  border: 1px solid #FFF;
  box-sizing: border-box;
  padding: 13px;
  display: inline-block;
}

.service__home__section .service_panel:hover .service-icon figure {
  border: 1px solid #2e2e2e;
}

.service__home__section .service-icon figure a {
  display: inline-block;
}

.service__home__section .service_panel {
  padding: 35px;
  margin: 0px 15px;
  margin-bottom: 25px;
  background-color: #2e2e2e;
  position: relative;
}

.service__home__section .service_panel:hover {
  background-color: #CCA84B;
}

.service__home__section .service_panel:hover:after {
  content: '';
  background-image: url(../images/btn-corner.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 12px;
  height: 11px;
}

.service__home__section .service_panel h3 {
  margin-top: 10px;
  position: relative;
  padding-bottom: 10px;
  font-size: 22px;
  min-height: 63px;
}

.service__home__section .service_panel h3>a>span {
  display: block;
}

.service__home__section .service_panel:hover {
  color: #FFF;
}

.service__home__section .service_panel:hover h3 a {
  color: #FFF;
}

.service__home__section .service_panel img.ser-hover-pic {
  display: none;
}

.service__home__section .service_panel:hover img.ser-pic {
  display: none;
}

.service__home__section .service_panel:hover img.ser-hover-pic {
  display: inline-block;
}

.service__home__section .service_panel .btn {
  display: block;
}

.service__home__section .service_panel .btn-services {
  background-color: #2e2e2e;
}

.service__home__section .service_panel .btn-services:after {
  content: '';
  background-image: url(../images/btn-corner-white.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 12px;
  height: 11px;
  display: inline-block;
}

.services-slider-wrapper .section-btn {
  text-align: center;
}

/*.full-service-list-item div.service_home_item { 
  display: none;
}*/

/* Testimonial Section Style */

.testimonial-heading {
  position: relative;
}

.testimonial-heading .so-widget-sow-headline .sow-headline-container:before {
  content: '';
  background-image: url(../images/icons/quote-icon.png);
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: -65px;
  width: 53px;
  height: 47px;
  margin-left: -26px;
}

.testimonials__carousal {
  padding: 25px 50px 0px 50px;
}

.testimonials__carousal .testimonials_item {
  text-align: center;
}

.testimonials__carousal .testimonials_item .client-name h3,
.testimonials__carousal .testimonials_item .client-name h4 {
  margin-bottom: 0px;
  margin-top: 0px;
  font-size: 20px;
}

.testimonials__carousal .testimonials_item .client-name h3 {
  text-transform: uppercase;
}

.testimonials__carousal .testimonials_item .client-name h4 {
  margin-bottom: 35px;
  position: relative;
}

.testimonials__carousal .testimonials_item .client-name h4:before {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #CCA84B;
  left: 50%;
  margin-left: -25px;
  position: absolute;
  bottom: -12px;
}

.testimonials__carousal .slick-prev,
.testimonials__carousal .slick-next {
  top: 20%;
}

.testimonials__carousal .slick-prev {
  left: 0;
  right: inherit;
}


/* Team Slider Style */

.team-slider-wrapper {
  position: relative;
  margin-bottom: -113px;
  padding-left: 10px;
  padding-right: 10px;
}

.team-slider-wrapper .slick-list {}

.team-slider-wrapper .team_home_item {
  padding-bottom: 20px;
}

.team-slider-wrapper .team_home_item .team_panel {
  background-color: #FFF;
  -moz-box-shadow: -1px 1px 6px -3px #888;
  -webkit-box-shadow: -1px 1px 6px -3px #888;
  box-shadow: -1px 1px 6px -3px #888;
}

.team-slider-wrapper .team_home_item .team_panel .team-info {
  padding: 15px 25px 20px 25px;
  position: relative;
}

.team-slider-wrapper .team_home_item .team_panel .team-info:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background-color: rgba(204, 168, 75, 0.95);
}

.team-slider-wrapper .team_home_item .team_panel:hover .team-info:before {
  position: absolute;
  top: 0;
  left: 0;
  content: '';
  width: 100%;
  height: 5px;
  background-color: rgba(35, 31, 32, 1);
}

.team-slider-wrapper .team_home_item .team_panel .team-info h3 {
  font-size: 24px;
  color: #CCA84B;
  margin: 5px 0px;
}

.team-slider-wrapper .team_home_item .team_panel a {
  color: #CCA84B;
}

.team-slider-wrapper .team_home_item .team_panel h3 {
  font-size: 24px;
}

.team-slider-wrapper .team_home_item .team_panel .team-info p {
  margin-bottom: 0px;
}

.team-slider-wrapper .team_home_item .team_panel .team-info p>span {
  position: relative;
}

.team-slider-wrapper .team_home_item .team_panel .team-info p>span:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #CCA84B;
  position: absolute;
  top: 10px;
  margin-left: 10px;
}

.team-slider-wrapper .team_home_item .team_panel figure {
  position: relative;
}

.team-slider-wrapper .team_home_item .team_panel .team-mask a {
  color: #FFF;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: 44%;
}

.team-slider-wrapper .team_home_item .team_panel .team-mask {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(204, 168, 75, 0.7);
  text-align: center;
  font-size: 16px;
  color: #FFF;
  transition: .5s ease;
}

.team-slider-wrapper .team_home_item:hover .team_panel .team-mask {
  display: block;
}

.team-slider-wrapper .team_home_item .team_panel .team-mask:before {
  content: '';
  background-image: url(../images/corner-left-top.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  width: 11px;
  height: 12px;
}

.team-slider-wrapper .slick-prev {
  right: 50px;
}

.team-slider-wrapper .slick-next {
  right: 0px;
}

.team-slider-wrapper .slick-list {
  padding: 0px 1px;
}

.blog__home__section .blog_item_large .blog_panel figure img {
  width: 100%;
}

.blog__home__section a {
  color: #231F20;
}

.blog__home__section .blog_panel h3 {
  font-size: 22px;
}

.blog__home__section .blog_panel .date-meta {
  color: #929497;
  position: relative;
  padding-bottom: 15px;
}

.blog__home__section .blog_panel .date-meta span.date {
  text-transform: uppercase;
}

.blog__home__section .blog_panel span.divider {
  position: relative;
  padding: 0px 2px;
}

.blog__home__section .blog_panel span.divider:before {
  content: '';
  width: 1px;
  height: 12px;
  background-color: #929497;
  position: relative;
  display: inline-block;
}

.blog__home__section .blog_panel .date-meta:after {
  content: '';
  width: 30px;
  height: 2px;
  background-color: #CCA84B;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
}

.blog__home__section .blog-readmore a {
  color: #CCA84B;
}

.home_article_listing-wrap {
  clear: both;
  padding: 35px 0px;
  padding-right: 50px;
}

.home_article_listing-wrap .blog_item {
  padding: 15px;
}

.home_article_listing-wrap .blog_item .blog_panel {
  background: #F4F4F4;
  border: 3px solid #F4F4F4;
  padding: 15px 25px;
  position: relative;
}

.home_article_listing-wrap .blog_item .blog_panel:hover {
  background: #F4F4F4;
  border: 3px solid #CCA84B;
}

.home_article_listing-wrap .blog_item .blog_panel:hover:before {
  content: '';
  background-image: url(../images/corner-left-top-black.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -3px;
  left: -3px;
  width: 12px;
  height: 11px;
  display: inline-block;
}

.home_article_listing-wrap .slick-prev,
.home_article_listing-wrap .slick-next {
  top: 45%;
}

.home_article_listing-wrap .slick-prev {
  right: 15px;
  top: 58%;
}

.home_article_listing-wrap .slick-next {
  top: 40%;
}

.blog__home__section .home_article_listing-wrap .blog_panel h3 {
  font-size: 18px;
}

.main-article-listing-wrap {
  display: inline-block;
  width: 100%;
  padding-top: 10px;
  padding-right: 0px;
}

.main-article-listing-wrap .blog_item .blog_panel {
  border: 3px solid #F4F4F4;
  padding: 0px 0px;
}

.main-article-listing-wrap .blog_item .blog_panel .thumb-pic img {
  width: 100%;
}

.main-article-listing-wrap .blog_item .blog_panel .blog-info {
  padding: 5px 25px 20px 25px;
}


.main-article-listing-wrap .loadMore_articles {
  text-align: center;
  margin-top: 35px;
}

.home .blog__home__section .section-btn {
  text-align: center;
  margin-bottom: 35px;
}


.scroll-down-btn {
  text-align: center;
  display: block;
  position: absolute;
  bottom: 20px;
  left: 50%;
}

.scroll-down-btn span {
  display: inline-block;
  margin-left: 15px;
}


.widget-area.article-sidebar {
  margin-top: 25px;
}

.widget-area.article-sidebar .heading-style2 {
  margin-bottom: 20px;
}

.article-sidebar .pp_post_item {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000000;
}

.article-sidebar .pp_post_item:last-child {
  border-bottom: 0px;
}

.article-sidebar .pp_post_item h2 {
  font-size: 18px;
  margin-bottom: 10px;
}

.single-article-wrapper {
  margin-top: 15px;
}

.single-article-wrapper .blog-meta {
  margin-bottom: 20px;
}

.single-article-wrapper .single-thumbnail>img {
  width: 100%;
}

.single-article-wrapper .site-content .sow-headline {
  margin-top: 0px;
}

.single-article-wrapper .site-content .sow-sub-headline {
  margin-bottom: 0px;
}

.single-article-wrapper .site-content .entry-header {
  margin-bottom: 0px;
}

/* Footer Contact Infor */

.footer-form-section {
  display: inline-block;
  width: 100%;
}

.footer-form-section .ft-contact-left,
.footer-form-section .ft-contact-right {
  min-height: 450px;
}

.footer-form-section h2 {
  color: #FFF;
  font-size: 22px;
  position: relative;
  padding-bottom: 20px;
  margin-top: 0px;
}

.footer-form-section h2:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #CCA84B;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
}


.footer-form-section .ft-contact-left {
  width: 42%;
  float: left;
  position: relative;
  top: -15px;
  background: #CCA84B url(../images/ft-contact-info.png) no-repeat center center;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.footer-form-section .ft-contact-left:after {
  content: '';
  background-image: url(../images/btn-corner.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 12px;
  height: 11px;
}



.footer-form-section .ft-contact-left .ft-contact-info {
  margin-top: 80px;
  width: 512px;
  float: left;
  margin-left: -50px;
  color: #FFF;
  padding: 40px 35px 40px 100px;
  border: 1px solid #FFF;
  line-height: 1.4;
  position: relative;
}

.footer-form-section .ft-contact-left .ft-contact-info h2 {
  margin-bottom: 20px;
}

.footer-form-section .ft-contact-left .ft-contact-info h2::after {
  background-color: #111111;
}

.footer-form-section .ft-contact-left .ft-contact-info p {
  margin-bottom: 15px;
}

.footer-form-section .ft-contact-left .ft-contact-info:after {
  content: '';
  position: absolute;
  top: 10%;
  height: 80%;
  width: 5px;
  background-color: #CCA84B;
  left: -3px;
}

.footer-form-section .ft-contact-left .ft-contact-info:before {
  content: '';
  background-image: url(../images/corner-left-bottom-black.png);
  background-repeat: no-repeat;
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 12px;
  height: 11px;
  display: inline-block;
}



.footer-form-section .ft-contact-right {
  width: 58%;
  float: left;
  padding: 70px 100px 0px 100px;
  background-color: #111111;
}

.footer-form-section .ft-contact-right .ft-contact-form {
  max-width: 630px;
}

.footer-form-section .form-field {
  margin-bottom: 15px;
  display: inline-block;
  width: 100%;
}

.form-control {
  display: block;
  width: 100%;
  height: auto;
  padding: 10px 12px;
  font-size: 16px;
  line-height: 1.42857143;
  color: #FFF;
  background-color: transparent;
  background-image: none;
  border: 0px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-radius: 0px;
  box-shadow: none;
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
  -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

textarea.form-control {
  height: 60px;
}

.form-control:focus {
  box-shadow: none;
  border-color: #CCA84B;
}

.form-control::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #FFF;
}

.form-control::-moz-placeholder {
  /* Firefox 19+ */
  color: #FFF;
}

.form-control:-ms-input-placeholder {
  /* IE 10+ */
  color: #FFF;
}

.form-control:-moz-placeholder {
  /* Firefox 18- */
  color: #FFF;
}

.form-control option {
  color: #111111;
}

.footer-form-section .form-field .skew-btn {
  display: inline-block;
  position: relative;
}

.footer-form-section .form-field .skew-btn input[type='submit'] {
  width: 310px;
}

.footer-form-section .form-field .skew-btn:after {
  content: '';
  background-image: url(../images/btn-corner-white.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  right: 19px;
  width: 12px;
  height: 11px;
  display: inline-block;
}

div.wpcf7-response-output {
  margin: 0.5em 1em 1em;
  padding: 0.5em 1em;
  border: 2px solid #ff0000;
  color: #FFF;
}

span.wpcf7-not-valid-tip {
  margin-top: 8px;
}














.mobile-menu-wrapper .top-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(45deg);
  /* Chrome, Safari, Opera */
  transform: rotate(45deg);
}

.mobile-menu-wrapper .mid-animate {
  opacity: 0;
}

.mobile-menu-wrapper .bottom-animate {
  background: #fff !important;
  top: 13px !important;
  -webkit-transform: rotate(-225deg);
  /* Chrome, Safari, Opera */
  transform: rotate(-225deg);
}

.mobile-menu-wrapper .top-menu {
  top: 5px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.mobile-menu-wrapper .mid-menu {
  top: 13px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.mobile-menu-wrapper .bottom-menu {
  top: 21px;
  width: 25px;
  height: 2px;
  border-radius: 10px;
  background-color: #F9A530;
}

.mobile-menu-wrapper .menui {
  background: #fff;
  transition: 0.6s ease;
  transition-timing-function: cubic-bezier(.75, 0, .29, 1.01);
  margin-top: 10px;
  position: absolute;
}

.mobile-menu-wrapper .nav-overlayicon {
  z-index: 9999;
  position: absolute;
  /*    background: rgba(0, 0, 0, 0.21);*/
  display: block;
  box-sizing: border-box;
  height: 60px;
  width: 60px;
  margin: 0px;
  top: 0;
  right: 0;
  background-color: #CCA84B;
}

.mobile-menu-wrapper .nav-overlayicon.active {
  background-color: #231F20;
}

.mobile-menu-wrapper .nav-overlayicon .hamburger {
  margin-left: 18px;
  position: relative;
  top: 5px;
}

.nav-overlayDiv {
  font-family: inherit;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(204, 168, 75, 0.95);
}

.nav-overlayDiv .nav-popup-panel {
  width: 200px;
  float: right;
  margin-right: 150px;
}

.nav-popup-panel {
  display: table;
  height: 100%;
}

.nav-popup-panel #pnxMobmenu {
  vertical-align: middle;
  display: table-cell;
}

/* Full Service Listing Style */

.full-service-listing {}

.full-service-listing .service__home__section {
  display: inline-block;
  width: 100%;
  margin-bottom: 0px;
}

.full-service-listing .service__home__section .service_panel {
  margin: 15px 0px;
}


/* Full Team Listing Style */

.full_team_listing_wrap {
  margin-top: 15px;
}

.team-slider-wrapper.full_team_listing_wrap .team_home_item {
  padding-left: 10px;
  padding-right: 10px;
}

.team-slider-wrapper.full_team_listing_wrap .team_home_item .team_panel {
  -moz-box-shadow: 0px 0px 5px -1px #888;
  -webkit-box-shadow: 0px 0px 5px -1px #888;
  box-shadow: 0px 0px 5px -1px #888;
}

.team-slider-wrapper .team_home_item .team_panel figure img {
  display: block;
}


/* Single Page Style */

body.single.full-width .site-content {
  width: 73%;
}


.team-single-section .heading-style2 .so-widget-sow-headline .sow-headline-container .sow-sub-headline {
  font-size: 32px;
}

.team-bio-wrapper {
  margin-top: 25px;
}

.team-bio-wrapper h4.bio-head {
  position: relative;
  margin-top: 0px;
  padding-bottom: 20px;
  font-size: 20px;
}

.team-bio-wrapper h4.bio-head:after {
  content: '';
  width: 50px;
  height: 2px;
  background-color: #CCA84B;
  position: absolute;
  left: 0;
  bottom: 0;
  display: inline-block;
}

.team-bio-wrapper .team-cnt-info ul,
.team-bio-wrapper .team-cnt-info ul li {
  list-style: none;
  margin: 0;
  padding: 0px;
}

.team-bio-wrapper .team-cnt-info ul li {
  margin-bottom: 10px;
}

.team-bio-wrapper .team-cnt-info ul li a {
  color: #231F20;
}

.team-bio-wrapper .team-cnt-info ul li a:hover {
  color: #CCA84B;
}

.team-bio-wrapper .team-cnt-info ul li>span.cnt-icons {
  width: 40px;
  height: 40px;
  background-color: #CCA84B;
  display: inline-block;
  position: relative;
  margin-right: 10px;
  vertical-align: middle;
}

.team-bio-wrapper .team-cnt-info ul li>span.cnt-icons img {
  margin-top: 13px;
  margin-left: 10px;
}

.team-bio-wrapper .team-cnt-info ul li>span.cnt-icons.phone-icon img {
  margin-top: 10px;
  margin-left: 10px;
}

/*.team-bio-wrapper .team-cnt-info ul li > span.cnt-icons:before { content: '';  background-repeat: no-repeat; position: relative; top: 10px; left: 10px; display: inline-block; }
*/
/*.team-bio-wrapper .team-cnt-info ul li > span.cnt-icons.email-icon:before { background-image: url(../images/icons/email-icon.png); width: 21px; height: 15px; }
.team-bio-wrapper .team-cnt-info ul li > span.cnt-icons.phone-icon:before { background-image: url(../images/icons/call-icon.png); width: 20px; height: 20px; }*/

.team-bio-wrapper .team-cnt-info ul li span.cnt-icons:after {
  content: '';
  background-image: url(../images/btn-corner.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 12px;
  height: 11px;
}


/* Sidebar Style */
.widget-area {
  margin-top: 70px;
}

.widget-area ul.menu li {
  margin-bottom: 10px;
  font-size: 18px;
  position: relative;
}

.widget-area ul.menu li a {
  background-color: #E5E5E5;
  padding: 8px 20px;
  display: block;
}

.widget-area ul.menu li a:hover {
  background-color: #CCA84B;
  color: #FFF;
}

.widget-area ul.menu li a:after {
  content: '';
  background-image: url(../images/btn-corner.png);
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 12px;
  height: 11px;
}

.widget-area ul.menu li a:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #C4C4C4;
  left: 0;
  top: 0;
}

.widget-area ul.menu li a:hover:before {
  background-color: #231F20;
}

.widget-area ul.menu li.current-menu-item a {
  background-color: #CCA84B;
  color: #FFF;
}

.widget-area ul.menu li.current-menu-item a:before {
  background-color: #231F20;
}


/* Front Page Slider Style */
.front_page_slider {
  display: block;
  width: 100%;
  height: auto;
}

.front_page_slider {
  position: relative;
}

.front_page_slider .banner_item {}

.front_page_slider .slider-overlay-shape {
  width: 50%;
  height: 102%;
  position: relative;
  top: 0px;
  right: 0;
  background-color: rgba(17, 17, 17, 0.8);
  padding-top: 140px;
  padding-bottom: 160px;
  float: right;
}

.front_page_slider .slider-caption {
  position: relative;
  left: -60px;
  top: 26%;
  padding: 100px 20px 30px 210px;
  border: 2px solid #CCA84B;
  max-width: 750px;
  color: #FFF;
}

.front_page_slider .slider-caption:before {
  content: '';
  width: 180px;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(204, 168, 75, 0.8);
}

.front_page_slider .slider-caption:after {
  content: '';
  width: 4px;
  height: 80%;
  position: absolute;
  left: -3px;
  top: 10%;
  background-color: rgba(255, 255, 255, 1);
}

.front_page_slider .slider-caption h4.first-head,
.front_page_slider .slider-caption h1.second-head,
.front_page_slider .slider-caption h2.third-head {
  position: relative;
}

.front_page_slider .slider-caption h4.first-head {
  font-size: 16px;
}

.front_page_slider .slider-caption h1.second-head {
  font-size: 42px;
  margin-top: 15px;
  margin-bottom: 10px;
}

.front_page_slider .slider-caption h2.third-head {
  font-size: 30px;
}

.front_page_slider .slider-caption h4.first-head:after {
  content: '';
  background-color: #AA9C6A;
  width: 100px;
  height: 1px;
  position: relative;
  display: inline-block;
  padding-left: 15px;
  left: 15px;
  top: -5px;
}

.front_page_slider .slider-caption .section-btn {
  margin-top: 15px;
}

.front_page_slider .slick-dots {
  position: absolute;
  right: 25px;
  bottom: 25px;
  text-align: right;
}

.front_page_slider .slick-dots li button {
  background-color: #fff;
}

.front_page_slider .slick-dots li.slick-active button {
  background-color: transparent;
}

.front_page_slider .slick-prev,
.front_page_slider .slick-next {
  bottom: 0px;
  left: 0;
  top: inherit;
  z-index: 999;
}

.front_page_slider .slick-prev {
  left: 58px;
}

.front_page_slider .slick-next {
  left: 160px;
}

.front_page_slider .front_slider_pagination {
  position: absolute;
  bottom: 15px;
  left: 0;
  padding: 15px 20px 15px 70px;
  background-color: rgba(17, 17, 17, 0.8);
  width: 200px;
  color: #FFF;
  border-left: 10px solid #CCA84B;
}

.front_page_slider .front_slider_pagination:after,
.front_page_slider .slider-caption span.corner-icon {
  background-image: url(../images/pagination-corner-icon.png);
  width: 14px;
  height: 13px;
  position: absolute;
  top: -3px;
  right: -3px;
}

.front_page_slider .front_slider_pagination .pagingInfo {}

.front_page_slider .front_slider_pagination .pagingInfo {}

.front_page_slider .front_slider_pagination .pagingInfo span.page-left-count {
  font-size: 20px;
}

.front_page_slider .front_slider_pagination .pagingInfo span.page-right-count {
  color: #FFF;
}

.front_page_slider .front_slider_pagination .pagingInfo span.pag-divider {
  width: 20px;
  height: 1px;
  background-color: #FFF;
  position: relative;
  display: inline-block;
  margin-left: 5px;
  margin-right: 5px;
  top: -4px;
}

.front_page_slider .front_slider_pagination .pagingInfo span.page-left-count:hover,
.front_page_slider .front_slider_pagination .pagingInfo span.page-right-count:hover {
  color: #CCA84B;
}

.front_page_slider .slick-prev,
.front_page_slider .slick-next {
  border-width: 0px;
  height: auto;
  width: auto;
  bottom: 19px;
}

.front_page_slider .slick-prev:hover,
.front_page_slider .slick-next:hover,
.front_page_slider .slick-prev:active,
.front_page_slider .slick-next:active,
.front_page_slider .slick-prev:focus,
.front_page_slider .slick-next:focus {
  background-color: transparent;
}

.front_page_slider .front_slider__section:after {
  content: '';
  width: 50%;
  height: 15px;
  background-color: #FFF;
  position: absolute;
  bottom: 0px;
  left: 0px;
}


/* Animated Header Style */

.site-header {
  z-index: 1000;
  -webkit-transition: height 0.3s;
  -moz-transition: height 0.3s;
  transition: height 0.3s;

}

.site-header.shrink {
  position: fixed;
  background-color: #111111;
  height: 52px;
}

.site-header .branding a {
  display: block;
}

.site-header .branding a img,
.site-header.shrink .branding a img,
.site-header.shrink .mobile-menu-wrapper .nav-overlayicon,
.site-header.shrink .mob-callDiv {
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}

.site-header .branding {
  top: 6px;
  position: relative;
}

.site-header .branding>a>img {
  max-width: 180px;
}

.home .site-header .branding>a>img {
  max-width: inherit;
}

.site-header.shrink .branding {
  top: 3px;
}

.site-header.shrink .branding a img {
  max-width: 80px;
  display: inline-block;
}

.site-header.shrink .mobile-menu-wrapper .nav-overlayicon {
  height: 52px;
  width: 52px;
}

.site-header.shrink .mobile-menu-wrapper .nav-overlayicon .hamburger {
  margin-left: 14px;
  top: 1px;
}



.mob-callDiv {
  display: none;
}

.site-header .branding a.brown-logo {
  display: none;
}

.site-header.shrink .branding a.black-logo {
  display: none;
}

.site-header.shrink .branding a.brown-logo {
  display: block;
}


.footer-form-section select {
  background: url(../images/down-arrow.png) no-repeat right transparent;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;

}



/*****cookie option design*****/

.cookie-notice-container .bottom-cookie {
  width: 70%;
  float: left;
  padding: 25px;
  font-size: 15px;
}

.bottom-cookie a {
  color: #fff;
  font-weight: bold;
}

.cn-set-cookie.cn-button.wp-default.ck-btn {
  padding: 6px 45px;
  margin-top: 30px;
  border: 1px solid #fff;
  border-radius: 0px;
  background: #CCA84B;
  color: #000;
  font-size: 20px;
  font-family: Adobe Garamond Pro;
  line-height: 20px;
}

.cn-set-cookie.cn-button.wp-default.ck-btn:hover {
  border: 1px solid #000;
  border-radius: 0px;
}

.cn-set-cookie.cn-button.wp-default.ck-btn.btn-border {
  position: relative;
}

.cn-set-cookie.cn-button.wp-default.ck-btn.btn-border:after {
  content: '';
  background-image: url(../images/btn-corner.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -2px;
  right: -2px;
  width: 12px;
  height: 11px;
  display: inline-block;
}

.cn-set-cookie.cn-button.wp-default.ck-btn.btn-border:hover:after {
  content: '';
  background-image: url(../images/btn-corner-white.png);
  background-repeat: no-repeat;
  position: relative;
  top: -14px;
  right: -46px;
  width: 12px;
  height: 11px;
  display: inline-block;
}



.bookappointment-btn.regBtnWrap {
  display: flex;
}

.bookappointment-btn.regBtnWrap .section-btn {
  margin-right: 30px;
}

.appointmentBtnWrap a {
  padding: 8px 50px;
  font-size: 16px;
  line-height: 1.428571429;
  font-weight: normal;
  color: #FFF;
  background-color: #CCA84B;
  border-color: #CCA84B;
  text-transform: uppercase;
}

/*...................../20.12.23/.....................*/
.bio-details {
  margin-top: 25px;
}

.linkbtnsec {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
  margin-bottom: 25px;
}

.linkbtn {
  background-color: #E5E5E5;
  padding: 8px 20px;
  display: block;
  color: #231F20;
  position: relative;
  text-align: center;
  width: fit-content;
}

.linkbtn:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #C4C4C4;
  left: 0;
  top: 0;
}

.linkbtn::after {
  content: '';
  background-image: url('https://www.toulouraslaw.com/wp-content/uploads/2023/12/btn-corner.png');
  background-repeat: no-repeat;
  position: absolute;
  top: 0px;
  right: 0px;
  display: inline-block;
  width: 12px;
  height: 11px;
}

.linkbtn:hover {
  background-color: #CCA84B;
  color: #FFF;
}

.linkbtn:hover::before {
  background-color: #231F20;
}

/*............................................................*/

/*........................./21.12.23/...........................*/
.cyprusdesclist ol,
.cyprusdesclist ul {
  padding-inline-start: 0px;
}

.cyprusdesclist h2 {
  color: #231F20;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
}

.cyprusdesclist ul.accordion-list {
  position: relative;
  display: block;
  height: auto;
  /*padding: 12.5px 0px;*/
  margin: 0;
}

.cyprusdesclist ul.accordion-list li {
  position: relative;
  width: 100%;
  height: auto;
  padding: 0px;
  border-radius: 0px;
  cursor: pointer;
  list-style-type: none;
  margin: 25px 0px;
}

.cyprusdesclist ul.accordion-list li.active h3:after {
  transform: rotate(180deg);
}

.cyprusdesclist ul.accordion-list li h3 {
  font-weight: 700;
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  padding: 9px 16px 8px 14px;
  margin: 0;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  cursor: pointer;
  color: #231F20;
  border-bottom: 0.5px solid #231F20;
  font-family: Adobe Garamond Pro;
}

.cyprusdesclist ul.accordion-list li h3:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 18px;
  background: url('https://www.toulouraslaw.com/wp-content/uploads/2023/12/downblack.png') 50% no-repeat;
  transition: all 0.3s ease-in-out;
  width: 18px;
  height: 10px;
}

.cyprusdesclist ul.accordion-list li h3.colorstrip:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 18px;
  background: url('https://www.toulouraslaw.com/wp-content/uploads/2023/12/goldenarrow.png') 50% no-repeat;
  transition: all 0.3s ease-in-out;
  width: 18px;
  height: 10px;
}

.cyprusdesclist ul.accordion-list li div.answer {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  padding: 25px 0px 25px 25px;
  cursor: pointer;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
}

.cyprusdesclist ul.accordion-list li div.answer p {
  position: relative;
  display: block;
  font-weight: 300;
  padding: 10px 0 0 0;
  cursor: pointer;
  line-height: 150%;
  margin: 0 0 15px 0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
}

.cyprusdesclist ul.accordion-list li div.answer ul li {
  list-style-type: disc !important;
  padding-bottom: 0px;
}

.cyprusdesclist ul.accordion-list li div.answer ol li {
  list-style-type: number !important;
  padding-bottom: 0px;
}

.cyprusdesclist .colorstrip {
  background: #FFFBF2;
  color: #A4790A !important;
  font-size: 18px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: 25.2px !important;
  padding: 9px 0px 8px 14px !important;
  position: relative !important;
  width: 100% !important;
  border: none !important;
}

.cyprusdesclist .colorstrip:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #A4790A;
  left: 0;
  top: 0;
}

.cyprusdesclist .describe-div {
  padding: 42px;
  position: relative;
  color: #231F20;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 25.2px;
  margin: 50px 0px;
}

.cyprusdesclist .describe-div:before {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  background-color: #A4790A;
  left: 0;
  top: 0;
}

.cyprusdesclist .describe-div h3 {
  color: #A4790A;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 25.2px;
}

div:focus-visible {
  outline: none;
}

h2 small {
  color: #231F20;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24.2px;
}

.postid-1649 .footerAboveBtn, .postid-1646 .footerAboveBtn, .postid-1649 .addtoany_share_save_container, .postid-1646 .addtoany_share_save_container{
  display: none;
}
#menu-services-menu .current-menu-ancestor a{
  background-color: #CCA84B;
    color: #FFF;
}
#menu-services-menu .current-menu-ancestor a:before {
  background-color: #231F20;
}
#menu-services-menu .sub-menu{
  display: none;
}
/*................................................................*/


@media screen and (max-width: 1199px) {
  .front_page_slider .slider-caption {
    padding: 100px 20px 30px 160px;
  }

  .front_page_slider .slider-caption::before {
    width: 130px;
  }


  .footer-form-section .ft-contact-left .ft-contact-info {
    width: auto;
  }

}

@media screen and (max-width: 991px) {

  .front_page_slider .slider-caption h1.second-head {
    font-size: 34px;
  }

  .front_page_slider .slider-caption h2.third-head {
    font-size: 24px;
  }

  .front_page_slider .slider-caption h4.first-head::after {
    position: absolute;
    left: 0px;
    top: -15px;
  }

  /* footer start */

  .footer-form-section .ft-contact-left .ft-contact-info {
    max-width: 100%;
    width: calc(100% - 30px);
    margin-top: 0px;
    margin-right: 0px;
    padding: 30px 20px 60px 20px;
    margin-right: 15px;
    margin-left: 15px;
    position: relative;
    bottom: -30px;
  }

  .footer-form-section .ft-contact-left .ft-contact-info:after {
    content: '';
    position: absolute;
    right: inherit;
    top: inherit;
    left: 10%;
    height: 5px;
    width: 80%;
    background-color: #CCA84B;
    bottom: -3px;
    display: none;
  }

  .footer-form-section .ft-contact-left .ft-contact-info::before {
    content: '';
    background-image: url(../images/btn-corner.png);
    background-repeat: no-repeat;
    position: absolute;
    left: inherit;
    bottom: inherit;
    top: -1px;
    right: -1px;
    width: 12px;
    height: 11px;
    display: inline-block;
  }

  .footer-form-section .ft-contact-left,
  .footer-form-section .ft-contact-right {
    width: 100%;
    float: none;
    top: 0px;
    display: table;
  }

  .footer-form-section .ft-contact-right {
    padding: 80px 15px 40px 15px;
  }

  .footer-section {
    font-size: 14px;
  }

  .footer-section .copyright-left,
  .footer-section .copyright-right {
    float: none;
    margin: 10px 0px;
    text-align: center;
  }

  .footer-section {
    padding: 15px 0px;
  }


  .footer-form-section .ft-contact-left .ft-contact-info p span.mob-fax {
    display: block;
  }

  .footer-form-section .ft-contact-right .ft-contact-form {
    max-width: 100%;
  }

  /* footer end */

}




@media screen and (max-width: 767px) {
  .home .site-header .branding a {
    display: none;
  }

  .site-header .branding a.brown-logo {
    display: block;
  }

  .home .site-header {
    background-color: #111111;
    height: 60px;
  }

  .home .site-header.shrink {
    height: 52px;
  }

  .mobile-menu-wrapper .nav-overlayicon {
    left: 0;
    right: inherit;
  }

  .site-header .branding {
    position: relative;
    display: inline-block;
    position: relative;
    left: 50%;
    margin-left: -43px;
    max-width: 94px;
  }

  .site-header.shrink .branding {
    margin-left: -40px;
  }

  .mob-callDiv {
    display: block;
    position: absolute;
    right: 15px;
    top: 15px;
  }

  .mob-callDiv a {
    width: 30px;
    height: 30px;
    border: 0px solid #FFF;
    display: inline-block;
  }

  .mob-callDiv a:before {
    position: relative;
    content: url(../images/icons/mob-call-icon.png);
    left: 6px;
    top: 6px;
    content: none;
  }

  .mob-callDiv a img {
    width: 30px;
    height: 30px;
  }

  .site-header.shrink .mob-callDiv {
    top: 12px;
  }

  .so-widget-sow-headline .sow-headline-container .sow-sub-headline {
    font-size: 34px;
  }

  .so-widget-sow-headline .sow-headline-container .sow-headline {
    font-size: 18px;
  }

  .so-widget-sow-headline .sow-headline-container .sow-sub-headline::after {
    width: 35px;
    top: 23px;
  }




  .testimonials__carousal {
    padding: 25px 0px 0px 0px;
  }

  .site-content article {
    margin-bottom: 20px;
  }

  .team-slider-wrapper {
    margin-bottom: 0px;
  }

  .footer-form-section .ft-contact-left,
  .footer-form-section .ft-contact-right {
    min-height: inherit;
  }

  .testimonials__carousal .testimonials_item .client-name h4 {
    margin-bottom: 0px;
  }

  .testimonials__carousal .testimonials_item .client-name h4:before {
    content: none;
  }

  .service__home__section .slick-dots {
    padding-top: 0px;
    margin-bottom: 0px;
  }

  body.single.full-width .site-content {
    width: auto;
  }

  .widget-area {
    margin-top: 40px;
  }

  .front_page_slider .slider-overlay-shape {
    width: 100%;
    height: 100%;
  }

  .front_page_slider .slider-caption {
    position: relative;
    left: 0px;
    padding: 0;
    border: 0px solid #CCA84B;
  }

  .front_page_slider .slider-overlay-shape {
    padding: 60px 25px 90px 25px;
  }

  .front_page_slider .slider-caption::before,
  .front_page_slider .slider-caption::after {
    content: none;
  }

  .front_page_slider .slider-caption h4 {
    padding-top: 12px;
  }

  .front_page_slider .slider-caption h4.first-head::after {
    width: 50px;
    height: 1px;
    position: absolute;
    display: inline-block;
    padding-left: 0px;
    left: 0px;
    top: -5px;
  }

  .front_page_slider .slider-caption h4 {
    padding-top: 12px;
  }

  .front_page_slider .slider-caption h1.second-head::after {
    content: '';
    width: 100px;
    height: 1px;
    position: relative;
    display: inline-block;
    padding-left: 0px;
    left: 15px;
    top: -10px;
    background-color: #AA9C6A;
  }

  .front_page_slider .slick-dots {
    position: absolute;
    right: 0px;
    bottom: 40px;
    text-align: center;
    padding-top: 0px;
  }

  .front_page_slider .slider-caption .section-btn {
    margin-top: 40px;
  }


  .front_page_slider .front_slider_pagination {
    display: none;
  }

  .scroll-down-btn {
    display: none;
  }

  .front_page_slider .front_slider__section:after {
    content: none;
  }

  .front_page_slider .slider-caption span.corner-icon {
    display: none;
  }



  #pnxMobmenu ul li>span.arrow:before {
    font-size: 18px;
    height: 46px;
    line-height: 46px;
  }

  .cookie-notice-container .bottom-cookie {
    width: 100%;
    text-align: justify;
    padding: 0px;
  }

  .cookie-notice-container {
    max-height: 350px;
    padding: 20px;
  }

  .cn-set-cookie.cn-button.wp-default.ck-btn {
    width: 100%;
  }

  .cn-set-cookie.cn-button.wp-default.ck-btn {
    margin-top: 15px;
  }


  .bookappointment-btn.regBtnWrap {
    flex-wrap: wrap;
  }

  .bookappointment-btn.regBtnWrap .section-btn {
    margin-right: 0px;
    width: 100%;
  }

  .bookappointment-btn.regBtnWrap .btnFlipLeft {
    margin-bottom: 20px;
  }

  .bookappointment-btn.regBtnWrap .section-btn a {
    width: 100%;
  }

  .footerAboveBtn {
    display: none;
  }

  .linkbtnsec {
    flex-direction: column;
    gap: 0;
  }

  .linkbtn {
    width: 100%;
  }

  .cyprusdesclist .describe-div {
    padding: 21px;
  }
  .cyprusdesclist h2{
    font-size: 18px;
  }
  .cyprusdesclist .describe-div:before {
    width: 1px;
  }

  .inner-banner-wrap .breadcrumbWrap {
    color: #CCA84B;
    padding: 0px 20px;
  }
}


@media screen and (max-width: 480px) {
  .entry-content .section-btn a.btn-primary {
    display: block;
    /* margin-left: 15px;
    margin-right: 15px; */
  }

  .footer-form-section .form-field .skew-btn {
    display: block;
  }

  .footer-form-section .form-field .skew-btn input[type='submit'] {
    width: 100%;
  }

  .footer-form-section .form-field .skew-btn:after {
    right: -1px;
  }

  .so-widget-sow-headline .sow-headline-container .sow-sub-headline::after {
    top: 19px;
  }

  .so-widget-sow-headline .sow-headline-container .sow-sub-headline {
    font-size: 28px;
  }

  .so-widget-sow-headline .sow-headline-container .sow-headline {
    font-size: 14px;
  }

  .nav-overlayDiv .nav-popup-panel {
    max-width: 320px;
    float: left;
    margin-right: 0;
    padding: 0px 40px;
    width: auto;
  }

  #pnxMobmenu ul>li>a {
    padding: 6px 15px;
  }

  .team-slider-wrapper.full_team_listing_wrap .team_home_item {
    padding-left: 0px;
    padding-right: 0px;
  }

  .heading-style2 .so-widget-sow-headline .sow-headline-container .sow-sub-headline {
    font-size: 26px;
  }

  .team-slider-wrapper {
    padding-left: 0px;
    padding-right: 0px;
  }

  .team-bio-wrapper .team-cnt-info ul li>span.cnt-icons {
    margin-right: 5px;
  }

  .team-bio-wrapper .team-cnt-info ul li {
    font-size: 16px;
  }

  .team__home__section .slick-dots {
    padding-top: 0px;
    margin-bottom: 5px;
  }

  .home_article_listing-wrap {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .front_page_slider .slider-caption h1.second-head {
    font-size: 34px;
  }

  .front_page_slider .slider-caption .section-btn a {
    width: 100%;
  }

  .heading-style2 .so-widget-sow-headline .sow-headline-container .sow-headline:after {
    height: 1px;
    top: 10px;
  }

  .full-service-list-item div.service_home_item {
    width: 100%;
  }

  .bookappointment-btn .section-btn a.btn-appointment {
    margin-left: 0px;
    margin-right: 0px;
  }

  .form-control {
    padding: 15px 5px 20px 0px;
  }

  .footer-form-section .form-field .wpcf7-form-control-wrap {
    margin-bottom: 15px;
    display: inline-block;
    width: 100%;
  }

  .service__home__section .service_panel {
    padding: 61px 35px;
  }

  .full-service-listing .service__home__section .service_panel {
    padding: 61px 35px;
    max-width: 344px;
    margin: 0 auto 25px;
  }

  .page-id-10 .entry-content .section-btn a.btn-primary {
    margin-left: 0px;
    margin-right: 0px;
  }


}

/* WBC154 */
#Article01 {
  display: grid;
  grid-template-columns: 33.3% 33.3% 33.3%;
}

#Article01>div {
  width: 100%;
}

.Pagination01 ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.Pagination01 li {
  display: inline-block;
}

.Pagination01 li a {
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #111;
  color: #fff;
  font-size: 13px;
  font-family: 'AGaramondPro-Bold';
}

.Pagination01 li a:hover,
.Pagination01 li.Active01 a {
  background-color: #CCA84B;
}

.Pagination01 li {
  display: inline-block;
  margin: 0;
  padding: 5px;
}

.Pagination01 {
  width: 100%;
  text-align: center;
}

.btn-fill,
.request-information-form h2,
.request-information-form input[type="submit"] {
  text-transform: uppercase;
}

.get-consultancy-button a {
  background: #cca84b;
  border-color: #cca84b;
  color: #fff !important;
}

/*.single-service_offered .sow-headline-container h1 {
	display: none;
}*/
.callto-button-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
  display: none;
  width: 100%;
}

.callto-button-fixed a {
  background: #cca84b;
  background-color: rgb(204, 168, 75);
  border-color: #cca84b;
  color: #fff !important;
  padding: 10px 10px;
  line-height: 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.42857143;
  text-align: center;
  position: relative;
  width: 100%;
  float: left;
}

.callto-button-fixed a:hover {
  color: #fff;
  background-color: #231F20;
  border-color: #231F20;
}

.callto-button-fixed a:after {
  content: '';
  background-image: url(../images/btn-corner.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 12px;
  height: 11px;
  display: inline-block;
}

.callto-button-fixed a:hover:after {
  content: '';
  background-image: url(../images/btn-corner-white.png);
  background-repeat: no-repeat;
  position: absolute;
  top: -1px;
  right: -1px;
  width: 12px;
  height: 11px;
  display: inline-block;
}

.home-banner-heading {
  position: absolute;
  left: 15%;
  top: 0;
  width: 460px;
  z-index: 999;
  background: rgba(204, 168, 75, 0.8);
  color: #fff;
  font-size: 50px;
  padding: 50px 30px;
  margin-top: 190px;
}

@media only screen and (min-width:3501px) and (max-width:5500px) {
  .home-banner-heading {
    left: 30%;
    padding: 50px 30px;
    margin-top: 230px;
    width: 470px;
  }
}

@media only screen and (min-width:2501px) and (max-width:3500px) {
  .home-banner-heading {
    left: 25%;
    padding: 50px 30px;
    margin-top: 230px;
    width: 470px;
  }
}

@media only screen and (min-width:2100px) and (max-width:2500px) {
  .home-banner-heading {
    left: 17%;
    padding: 50px 30px;
    margin-top: 230px;
    width: 470px;
  }
}

@media only screen and (min-width:1501px) and (max-width:1800px) {
  .home-banner-heading {
    left: 10%;
    padding: 50px 30px;
    margin-top: 230px;
    width: 470px;
  }
}

@media only screen and (min-width:1367px) and (max-width:1500px) {
  .home-banner-heading {
    left: 10%;
    font-size: 42px;
    padding: 50px 30px;
    margin-top: 230px;
    width: 380px;
  }
}

@media only screen and (min-width:1201px) and (max-width:1366px) {
  .home-banner-heading {
    left: 1%;
    width: 360px;
    font-size: 42px;
    padding: 50px 30px;
    margin-top: 230px;
  }
}

@media only screen and (min-width:992px) and (max-width:1200px) {
  .home-banner-heading {
    left: 1%;
    width: 360px;
    font-size: 42px;
    padding: 50px 30px;
    margin-top: 230px;
  }
}

@media only screen and (min-width:768px) and (max-width:991px) {
  .home-banner-heading {
    left: 1%;
    width: 305px;
    font-size: 40px;
    padding: 50px 20px;
    margin-top: 250px;
  }
}

@media (max-width:767px) {
  #Article01 {
    grid-template-columns: 50% 50%;
  }

  .home-banner-heading {
    position: relative;
    left: 0;
    top: 0;
    width: 100%;
    font-size: 30px;
    padding: 10px 20px;
    margin-top: 60px;
  }

  .footer-section {
    padding: 15px 0px 50px;
  }
}

@media (max-width:600px) {
  #Article01 {
    grid-template-columns: 100%
  }
}

@media (max-width:575px) {
  .front_page_slider .slider-overlay-shape {
    padding: 60px 25px 90px 25px;
  }

  .callto-button-fixed {
    display: block;
  }

  .home-banner-heading {
    font-size: 23px;
    text-align: center;
  }
}

/* WBC154 */