@import url('https://fonts.googleapis.com/css2?family=Lato:wght@400;700;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:wght@400;600;700&display=swap');
* {
margin: 0;
padding: 0;
}
body {
font-family: "Lato", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
color: #3c4253;
font-weight: 600;
}
p {
	margin: 0 0 24px;
    margin-top: 0px;
    margin-bottom: 24px;
  padding: 0;
  font-size: 18px;
  color: #6b6b6b;
  font-family: Lato;
  line-height: 1.5em;
}
a {
/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */
text-decoration: none;
outline: none;
font-size: 14px;
font-weight: 600;
}
a:hover,
a:focus {
/* -webkit-transition-duration: 500ms;
transition-duration: 500ms; */
text-decoration: none;
outline: none;
font-size: 14px;
font-weight: 600;
}
ul,
ol {
margin: 0;
}
ul li,
ol li {
list-style: none;
}
img {
height: auto;
max-width: 100%;
}
.bg-transparent {
background-color: transparent;
}
.bg-transparent-dark {
background-color: rgba(0, 0, 0, 0.5) !important;
}
.bg-transparent-light {
background-color: rgba(255, 255, 255, 0.5) !important;
}
.font-bold {
font-weight: 700;
}
.font-light {
font-weight: 300;
}
.height-500 {
height: 500px !important;
}
.height-600 {
height: 600px !important;
}
.height-700 {
height: 700px !important;
}
.height-800 {
height: 800px !important;
}
.our-testimonials-area{
padding-top: 60px;
padding-bottom: 60px;
background: #f2f2f2;
/* background:#efefef url(../img/h2-bg-section-02.jpg) no-repeat  ;
background-attachment: fixed;
background-size: cover; */
}

.featured-properties-area {
padding: 60px 0;
padding-bottom: 60px;
}
.bg-overlay-white {
position: relative;
z-index: -1;
}
.bg-overlay-white::after {
position: absolute;
z-index: -2;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(230, 241, 255, 0.5);
content: "";
}
.bg-gray {
background-color: #f5f7f9;
}

.row-reverse {
-webkit-box-orient: horizontal;
-webkit-box-direction: reverse;
-ms-flex-direction: row-reverse;
flex-direction: row-reverse;
}
.align-items-stretch {
-webkit-box-align: stretch;
-ms-flex-align: stretch;
-ms-grid-row-align: stretch;
align-items: stretch;
} */
.bg-fixed {
background-position: center center;
background-attachment: fixed;
background-size: cover;
}
.bg-overlay {
position: relative;
z-index: 1;
}
.bg-overlay::after {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #ff9c07;
opacity: 0.7;
content: "";
}
.bg-overlay-black {
position: relative;
z-index: 1;
}
.bg-overlay-black::after {
position: absolute;
z-index: -1;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: #000000;
opacity: 0.2;
content: "";
}
/*  Scroll Up Area CSS */
#scrollUp {
background-color: #03863b;
border-radius: 50%;
bottom: 40px;
right: 40px;
box-shadow: 0 0 5px 0 rgba(255, 255, 255, 0.1);
color: #ffffff;
font-size: 24px;
height: 50px;
text-align: center;
width: 50px;
line-height: 46px;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}
#scrollUp:hover {
background-color: #000000;
}
/*  Section Heading Area CSS */
.section-heading {
position: relative;
z-index: 1;
text-align: center;
margin-bottom: 40px;
}
.section-heading img {
margin-bottom: 10px;
}
.bg-img {
	background-position: top 80px center;
}
.heading-separator{
width: 60px;
height: 4px;
background-color: #eaeaea;
position: relative;
}
.heading-separator span {
background-color: #03863b;
content: "";
left: 0;
position: absolute;
bottom: 0;
width: 30px;
height: 4px;
}
.section-heading p {
color: #3c4253;
font-size: 15px;
margin-bottom: 0;
}
/* our Button CSS */
.our-btn {
position: relative;
z-index: 1;
min-width: 170px;
height: 42px;
color: #ffffff;
font-size: 14px;
font-weight: 600;
background-color: #ff9c07;
border-radius: 0;
line-height: 39px;
padding: 0 30px;
text-transform: uppercase;
}
.our-btn.active,
.our-btn:hover,
.our-btn:focus {
color: #ffffff;
background-color: #000000;
}
.our-btn.btn-2 {
border: 2px solid #ff9c07;
background-color: transparent;
color: #ff9c07;
line-height: 46px;
}
.our-btn.btn-2:hover,
.our-btn.btn-2:focus {
color: #ffffff;
background-color: #ff9c07;
}
.our-btn.btn-3 {
border: 2px solid #000000;
background-color: transparent;
color: #000000;
line-height: 46px;
}
.our-btn.btn-3:hover,
.our-btn.btn-3:focus {
color: #ffffff;
background-color: #000000;
}
/*  Header Area CSS */
.dark .classynav ul li .dropdown,
.dark.classy-nav-container,
.dark .classynav ul li .megamenu,
.dark.breakpoint-on .classynav > ul > li > a,
.dark.breakpoint-on .classy-navbar .classy-menu {
background-color: #03863b;
}
.dark.classy-nav-container a {
	color: #03863b !important;
}
.dark .classynav ul li .dropdown li a {
	border-bottom: 1px solid rgba(242,244,248,.1);
	color: #fff !important;
	transition: .5s;
}
.dark .classynav ul li .dropdown li a:hover{
	padding-left: 20px !important;
}
.header-area {
position: absolute;
z-index: 10000;
width: 100%;
height: auto;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}
.top-header-area {
	position: relative;
	z-index: 1;
	height: 55px;
	background: #052148;
}
.top-header-area .email-address {
padding-left: 30px;
line-height: 1;
}
.top-header-area .email-address a {
color: #fff;
font-size: 15px;
position: relative;
z-index: 1;
top: 2px;
margin-right: 10px;
font-weight: 500;
}
.top-header-area .email-address a:hover,
.top-header-area .email-address a:focus {
color: #ffffff;
}
.top-header-area .phone-number {
line-height: 1;
background-color: #ff9c07;
height: 45px;
margin-bottom: 0;
}
.top-header-area .phone-number .icon {
background-color: #ffffff;
width: 45px;
height: 45px;
text-align: center;
}
.top-header-area .phone-number .icon img {
padding: 16px 0;
max-width: 15px;
}
.top-header-area .phone-number .number a {
padding: 0 60px;
color: #ffffff;
line-height: 45px;
font-size: 15px;
}
.email-address .fa.fa-envelope.sdr-ics, .email-address .fa.fa-phone   {
color: #03863b;
font-size: 18px;
}
.social-icons {
padding-top: 12px;
margin-right: 10px;
}
.lgi{
	padding-top:6px;
	}
.social-icons b {
color: #ddd;
font-size: 15px;
}
/* .social-icons a:hover {
color: #ff9c07;
} */
.alignable {
	width: 10%;
}
.top-lf {
display: flex;
justify-content: start;
padding-top: 16px;
}
.top-rt {
display: flex;
justify-content: end;
padding-right: 30px;
height: 55px;
}


.social-icons a {
color: #ddd;
padding: 0 1px;
}
.social-icons img{
	width: 30px;
}
.lgi li {
float: left;
margin-top: 10px;
}

.lgi li a .fa{
color: #fff;
}
.lgi li a {
	background:  #45a247;
	color: #fff;
	border: 2px solid  #78bf7a;
	padding: 10px 15px;
	font-weight: bold;
	margin-right: 5px;
	font-size: 13px;
	border-radius: 6px;
}
.tagline {
	background: #fff;
	text-align: right;
	padding-top: 2px;
	margin-bottom: -28px;
	padding-right: 40px;
}
.tagline p {
	font-family: Titillium Web;
	font-weight: 600;
	color: #052148;
	font-size: 20px;
}
.main-header-area {
width: 100%;
height: 90px;
position: relative;
z-index: 1;
/* background-color: rgba(0, 0, 0, 0.4); */
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}
.main-header-area .classy-nav-container {
background-color: #fff;
}
.dark .classynav > ul > li.has-down.active > .dd-arrow::after, .dark .classynav > ul > li.has-down.active > .dd-arrow::before, .dark .has-down .dd-arrow::after, .dark .has-down .dd-arrow::before, .dark .has-down.active > .dd-arrow::after, .dark .has-down.active > .dd-arrow::before, .dark .megamenu-item .dd-arrow::after, .dark .megamenu-item .dd-arrow::before, .dark .megamenu-item.active > .dd-arrow::after, .dark .megamenu-item.active > .dd-arrow::before {
	background-color: #000;
}
.main-header-area .classy-navbar {
height: 90px;
padding: 0.5em 60px;
}
.main-header-area .classynav ul li a {
	color: #000 !important;
	/* text-transform: capitalize */
	font-weight: 600;
	font-family: 'Titillium Web', sans-serif;
	font-size: 18px;
	padding: 0 10px;
}
.breakpoint-off .classynav ul li .dropdown.ser-dr {
	width: 290px;
}
.classynav ul li ul li:hover {
	background: #03863b;
}
.dark .classynav ul li.megamenu-item > a::after, .dark.classy-nav-container a:focus, .dark.classy-nav-container a:hover {
	color: #03863b !important;
}
.breakpoint-off .classynav ul li .dropdown{
	padding: 0;
}	
.main-header-area .nav-brand {
line-height: 1;
}
.main-header-area .classynav ul {
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}
.main-header-area .searchbtn {
margin-left: 30px;
height: 90px;
line-height: 90px;
background-color: transparent;
width: 60px;
text-align: center;
margin-right: -20px;
}
/* 
.main-header-area .searchbtn:hover {
background-color: #000;
} */
.main-header-area .our-search-form {
position: relative;
z-index: 1;
display: none;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}
.dark .classynav ul li .dropdown,  .dark .classynav ul li .megamenu, .dark.breakpoint-on .classynav > ul > li > a, .dark.breakpoint-on .classy-navbar .classy-menu {
	background-color: #052148;
}
.main-header-area .our-search-form input {
width: 650px;
height: 50px;
background-color: transparent;
border: 1px solid #333;
color: #000;
border-radius: 100px;
padding: 0 30px;
font-size: 14px;
}
.main-header-area .our-search-form button {
position: absolute;
top: 0;
right: 15px;
height: 50px;
background-color: transparent;
color: #000;
border: none;
cursor: pointer;
width: 50px;
outline: none;
-webkit-transition-duration: 500ms;
transition-duration: 500ms;
}
.main-header-area .our-search-form button:hover {
color: #000 ;
}
.search-close .searchbtn {
background-color: #444;
border-radius: 50px;
padding: 10px;
height: 60px !important;
width: 60px;
line-height: 40px;
}
.search-close .classynav ul {
display: none;
}
.search-close .our-search-form {
display: block;
}
.is-sticky .main-header-area {
width: 100%;
z-index: 10000 !important;
height: 90px;
box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.2);
background-color: #181a20;
}
/*  Welcome Area CSS */
.single-hero-slide {
	position: relative;
	z-index: 1;
	width: 100%;
	height: 700px;
  }
  .annivery {
	width: 170px !important;
	margin: 0 auto;
	border-radius: 30px 0;
	margin-bottom: 10px;
	box-shadow: 0px 5px 20px 3px rgba(155, 154, 154, 0.9);
}
  .hero-slides-content {
	  text-align: center;
	  margin-top: 90px;
	  /* background: #01000461; */
 	  padding: 20px;
  	  border-radius: 10px;
  }
  .hero-slides-content .thm-btn {
	padding: 12px 25px;
	margin-top: 20px;
  }
  .hero-slides-content h2 {
	color: #fff;
	font-size: 39px;
	margin-bottom: 0;
	text-transform: capitalize;
	border-bottom: #fff 3px double;
  border-top: #fff 3px double;
  text-shadow: 1px 2px 1px #000;
  font-family: 'Titillium Web', sans-serif;
	line-height: 40px;
	display: inline-block;
	font-weight: 700;
	margin-top: 0;
	padding: 10px;
	width: 80%;

  }
  .hero-slides-content p {
	  color: #fff;
	  font-size: 30px;
	  font-family: 'Titillium Web', sans-serif;
	  text-shadow: 1px 2px 1px #000;
	  line-height: 33px;
	  margin-top: 20px;
	  margin-bottom: 10px;
	  font-weight: 600;
  }
  .hero-slides-content h5 {
	color: #fff;
	font-size: 30px;
	font-weight: 500;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
	margin-top: 20px;
	line-height: 30px;
	padding: 0px 50px;
}
  /* .hero-slides-content span {
	  color: #53ebdd;
  } */
  .hero-area .owl-prev,
  .hero-area .owl-next {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 60%;
	line-height: 36px;
	text-align: center;
	color: #ffffff;
	left: 70px;
	margin-top: -19px;
	opacity: 0;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: #052148;
	font-size: 16px;
  }
  
  .hero-area .owl-prev:hover,
  .hero-area .owl-next:hover {
	background-color: #000000;
  }
  .hero-area .owl-next {
	left: auto;
	right: 70px;
  }
  
  .hero-area:hover .owl-prev,
  .hero-area:hover .owl-next {
	opacity: 1;
  }
  .hero-area .owl-dots {
	width: 1110px;
	position: absolute;
	bottom: 15px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
  }
  
  .hero-area .owl-dot {
	display: block;
	width: 20px;
	height: 20px;
	background-color: #03863b;
	font-size: 12px;
	color: #ffffff;
	text-align: center;
	margin-bottom: 5px;
	display: none;
  }
  .hero-area .owl-dot.active {
	background-color: #000000;
  }
  
  
  
  /* Testimonials Area CSS */
  .testimonials-slides {
	position: relative;
	z-index: 1;
  }
  .testimonials-slides .single-testimonial-slide {
	position: relative;
	z-index: 1;
	-webkit-transform: scale(0.8);
	transform: scale(0.8);
	padding: 43px 30px 41px 30px;
  /* box-shadow: 0 5px 15px rgba(0, 0, 0, 0.05); */
  background: transparent;
  border-radius: 0px;
  }
  .our-testimonials-area .col-md-5 {
	margin-top: 40px;
}
  .testimonials-slides .single-testimonial-slide h5 {
	margin-bottom: 60px;
	color: #fff;
  }
  .testimonials-slides .single-testimonial-slide .testimonial-author-info {
	margin-top: 50px;
	font-weight: bold;
  }
  .testimonials-slides .single-testimonial-slide .testimonial-author-info img {
	width: 70px;
	height: 70px;
	border-radius: 50%;
	/* margin: 0 auto 20px; */
  }
  .testimonials-slides .single-testimonial-slide .testimonial-author-info p {
	color: #2b87d1 !important;
	text-align: center;
}

  .fa.fa-quote-left.testimonial_fa {
	font-size: 30px;
	background: #03863b;
	margin-bottom: 20px;
	color: #fff;
	padding: 15px;
	border-radius: 50px;
}
  .sp-testimonial-client-rating i.fa {
	font-size: 19px;
	margin-right: -1px;
	color: #ffb900;
}
.read-more_review {
	text-align: center;
	margin: 0 auto;
}
.review-img img{
	margin: 0 auto;
	margin-top: 20px;
}
.review-btn a {
	color: #fff;
	background: #03863b;
	padding: 12px 20px;
	font-size: 15px;
	text-transform: uppercase;
	border-radius: 4px;
}
.review-btn a:hover{
	background: #052148 ;
	color: #fff;
}
  .testimonials-slides .center .single-testimonial-slide p{
	color: #fff;
  }
  .our-testimonials-area  .section-heading h2{
	  color: #fff;
  }
  .our-testimonials-area  .section-heading p {
	  color: #ddd;
  }
  .review-img {
	display: flex;
	justify-content: center;
}
.az-ph {
	width: 200px;
}
.rev-goo{
	margin-top: 30px !important;
}
.portfolio-testimonials .rev-goo{
	margin-top: 0px !important;
}
  .testimonials-slides .single-testimonial-slide .testimonial-author-info p span {
	  color: rgb(11, 165, 185);
	  font-weight: bold;
	font-size: 14px;
  }
  .testimonials-slides .owl-item {
	  /* background: #fff;
	  border: 1px solid #e8e8e8;
	  border-radius: 10px;
	box-shadow: 0 0 20px 0 rgba(112, 121, 138, 0.18); */
	padding: 5px;
  }
  .testimonials-slides .center .single-testimonial-slide {
	-webkit-transform: scale(1);
	transform: scale(1);
  }
  .testimonials-slides .center .single-testimonial-slide h5 {
	color: #000000;
  }
  .our-brands-area .owl-prev, .our-brands-area .owl-next, .testimonials-slides .owl-prev,
  .testimonials-slides .owl-next {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	left: -38px;
	margin-top: -19px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: #a69e9e;
	font-size: 12px;
  }
  .testimonials-slides .owl-next, .our-brands-area .owl-next {
	  left: 100%;
  }
  .testimonials-slides .owl-prev:hover,
  .testimonials-slides .owl-next:hover, .our-brands-area .owl-prev:hover, .our-brands-area .owl-next:hover {
	background-color: #03863b;
  }
  .testimonials-slides .single-testimonial-slide p {
	  color: #fff !important;
	font-size: 16px;
	padding: 0 20px;
  }
  .top-lg {
	  width: 20% !important;
	  margin: 0 auto;
	  text-align: center;
	margin-bottom: 20px;
  }
  
  .dark .classy-navbar-toggler .navbarToggler span {
	background-color: #000;
}
  
  /*  Footer Area CSS */
  .footer-area {
	background: #052148 ;
  }
  .main-footer-area {
	  padding: 60px 0;
	  padding-bottom: 30px;
  }
  .cc-fa .address {
	margin-top: 0px !important;
}
.cc-fa .widget-title {
	margin-bottom: 10px !important;
}
.footer-area .copywrite-text {
	width: 100%;
	background-color: transparent;
	padding: 20px 15px;
	margin-top: 0;
	text-align: center;
	border-top: 1px solid #808080;
}
  .footer-area .copywrite-text p {
	margin-bottom: 0;
	font-size: 14px;
	color: #fff;
  }
  .footer-area .copywrite-text p a {
	font-size: 14px;
	color: #03863b;
  }
  
  .footer-widget-area .widget-title {
	margin-bottom: 40px;
  }
  .footer-widget-area .widget-title h6 {
	font-size: 16px;
	color: #fff;
	margin-bottom: 0;
	text-transform: uppercase;
	/* border-bottom: 2px solid;
	border-color: #ff9c07; */
	line-height: 1.8;
	display: inline-block;
  }
  .footer-widget-area p {
	color: #fff;
	margin-bottom: 0;
	font-weight: normal;
	font-size: 16px;
  }
  .footer-widget-area .weekly-office-hours ul li {
	padding: 15px 0;
	display: block;
	border-bottom: 1px solid #7d7d7d;
  }
  .footer-widget-area .weekly-office-hours ul li span {
	color: #575454;
	font-size: 15px;
	font-weight:normal;
  }
  .footer-widget-area .weekly-office-hours ul li:first-of-type {
	padding-top: 0;
  }
  .footer-widget-area .address {
	margin-top: 0px;
  }
  .footer-widget-area .address h6 {
	position: relative;
	z-index: 1;
	color: #fff;
	margin-bottom: 10px;
	display: block;
	font-size: 16px;
	font-weight: 400;
	padding-left: 0px;
	line-height: 1.8;
	margin: 0;
  }
  .widget-title::before {
	background-color: #03863b;
}
.links-widget {
	position: relative;
}
.widget .widget-title {
	position: relative;
	font-size: 20px;
	color: #fff;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.main-footer-area .social-icons {
	margin-top: 5px;
	padding: 0;
}
.footer-widget-area h4 {
	color: #222;
	font-size: 18px;
}
.main-footer-area .social-icons a {
	color: #fff;
	/* font-size: 20px; */
	padding: 0 3px;
}
.main-footer-area .social-icons .fa {
	font-size: 18px;
}
.hero-slides-content .thm-btn {
	background: #03863b;
	text-transform: uppercase;
	color: #fff;
}
.hero-slides-content .thm-btn:hover {
	background: #052148;
}
.get-in {
	background: #052148;
	/* background: #052148 url(../img/pattern-2.png) no-repeat;
	background-attachment: fixed; */
	padding: 30px 0;
}
.get-in p{
	font-size: 18px;
	color: #fff;
	text-align: center;
	margin-bottom: 0;
}
.get-in .thm-btn {
	float: right;
	margin-top: 10px;
	text-transform: uppercase;
	background: #03863b;
	color: #fff;
}
.service-page-cta  .thm-btn {
	margin-top: 25px;
}
.get-in h3 {
	margin: 0;
	font-weight: 700;
	color: #fff;
	font-size: 21px;
	line-height: 33px;
	margin-bottom: 10px;
	text-align: center;
}
.all-courses {
	text-align: center;
	margin-top: 40px;
}
.all-courses a {
	background: #fff !important;
	color:  #000 !important;
	padding: 15px 30px;
	font-size: 16px;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
}
.main-footer-area  .alignable {
	width: 9%;
	margin-top: -8px;
}
.widget-title::before {
	position: absolute;
	content: '';
	height: 2px;
	width: 40px;
	bottom: 0;
	left: 0;
}
  .footer-widget-area .address h6 a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.address h4 {
	color: #03863b;
}
.address a, .address p{
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	margin: 0;
}
.address b {
	font-size: 16px;
}
  .footer-widget-area .address h6 .fa{
	color: #03863b;
	margin-right: 5px;
  }
  .footer-widget-area .address h6 a:hover{
	color: #03863b;
  }
  .footer-widget-area .address h6 img {
	position: absolute;
	top: 4px;
	z-index: 10;
	left: 0;
  }
  .footer-widget-area .useful-links-nav {
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 20px;
  }
  .footer-widget-area .useful-links-nav li::before {
	color: #03863b;
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 6px;
	font-size: 17px;
	margin-top: -2px;
}
.footer-widget-area .useful-links-nav li {
	/* border-bottom: 1px dotted #575454; */
	display: flex;
	padding-top: 1px;
	/* float: left;
	width: 48%;
	margin-left: 7px; */
}
  .footer-widget-area .useful-links-nav li:last-child {
	  border-bottom: none;
  }
  .ftr-btn1 {
	  background-color: #03863b;
	  color: #fff;
	  font-weight: 600;
	  padding: 8px 20px;
	  font-size: 15px;
  }

	  .footer-widget-area .useful-links-nav li a {
		padding: 8px 0;
		display: block;
		color: #fff;
		font-weight: 400;
		transition: .5s;
		font-size: 16px;
	  }
  
  .footer-widget-area .useful-links-nav li a:first-child,
  .footer-widget-area .useful-links-nav li a:nth-child(2) {
	padding-top: 0;
  }
  .footer-widget-area .useful-links-nav li a:hover,
  .footer-widget-area .useful-links-nav li a:focus {
	color: #03863b;
	padding-left: 10px;
  }
  .footer-widget-area .featured-properties-slides {
	position: relative;
	z-index: 1;
  }
  .footer-widget-area .featured-properties-slides .owl-prev,
  .footer-widget-area .featured-properties-slides .owl-next {
	width: 38px;
	height: 38px;
	position: absolute;
	top: 50%;
	line-height: 40px;
	text-align: center;
	color: #ffffff;
	left: -19px;
	opacity: 0;
	visibility: hidden;
	margin-top: -19px;
	-webkit-transition-duration: 500ms;
	transition-duration: 500ms;
	background-color: #ff9c07;
	font-size: 13px;
	box-shadow: 0 0 5px rgba(255, 255, 255, 0.15);
  }
  .footer-widget-area .featured-properties-slides .owl-prev:hover,
  .footer-widget-area .featured-properties-slides .owl-next:hover {
	background-color: #000000;
  }
  .footer-widget-area .featured-properties-slides .owl-next {
	left: auto;
	right: -19px;
  }
  .footer-widget-area .featured-properties-slides:hover .owl-prev,
  .footer-widget-area .featured-properties-slides:hover .owl-next {
	opacity: 1;
	visibility: visible;
  }
  .book-apointment {
	background: linear-gradient(to left, #283c86, #45a247);
	padding: 15px;
}
.book-apointment svg {
	color: #ffffff;
	width: 80px;
}
.desktop-hide .thm-btn {
	background: #fff;
	color: #024772;
}
.white-btn {
    float: right;
    background-color: #ffffff;
    color: #000000;
    font-size: 14px;
    padding: 10px 52px;
    /* letter-spacing: 2.4px; */
    text-transform: uppercase;
    text-decoration: none;
    margin-top: 20px;
}
.book-apointment svg {
    color: #ffffff;
    width: 80px;
	overflow: hidden;
  vertical-align: middle;
}
.book-apointment .email span {
    text-transform: lowercase;
    padding-left: 0;
}
.book-apointment span.get-sup {
    display: block;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2.4px;
}
.email .chat a {
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.book-apointment .email {
	text-transform: uppercase;
	color: #ffffff;
	letter-spacing: 2.4px;
}
.chat {
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	float: right;
	padding-left: 10px;
}
.book-apointment .email {
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    letter-spacing: 2.4px;
    vertical-align: middle;
    margin-left: 25px;
}
.book-apointment h3 {
    display: inline-block;
    text-transform: uppercase;
    color: #ffffff;
    /* letter-spacing: 2px; */
    vertical-align: middle;
    margin-bottom: 0;
    font-size: 24px;
    margin-top: 12px;
}
.book-slot {
    padding: 50px 0;
    background-color: #fff7f1;
}
.main-header {
    background: transparent;
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    z-index: 999;
    transition: all 500ms ease;
}
.downl, .downl:hover {
	background: #03863b;
	color: #fff;
	padding: 6px 10px;
	margin-top: 10px;
	float: left;
}
.modal-header h3 {
	font-size: 16px;
	margin: 0;
}
.modal-dialog {
	width: 28% !important;
}
.close {
	opacity: 1 !important;
}

.modal {
	position: fixed;
	top: 20px !important;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 999999;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}


#txt_Message_7{
	min-height: 50px !important;
}
.modal-header{
	display: block;
	text-align: center;
}
.modal-header .close {
	margin-top: -2px;
	position: absolute;
	right: 15px;
	top: 11px;
	color: #000;
}
.modal-body {
	background: #024772;
}
.modal-body textarea{
    resize: none;
}
.modal-body  .btn {
	background: #03863b;
	width: 100%;
}
.thm-btn {
	background-color: #fff;
	color: #024772;
	font-size: 16px;
	font-weight: 700;
	padding: 14px 50px;
	transition: 500ms;
	border-radius: 8px;
	border: none;
}
.modal-header img {
	width: 120px;
}
  .nav-brand img {
	width: 126px;
  }
  .nav-brand.logo-2 img {
	width: 130px;
}
  .footer-logo img {
	width: 180px;
  }
  .faqsBox {
	padding: 60px 0;
	background: #fcfafa;
}
.moreellipses {
	float: left;
	width: 100%;
}
.fq-tr {
	display: block;
	overflow: hidden;
	/* padding: 30px 30px;
	box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1); */
}
.panel-group .panel {
	border-radius: 0;
	box-shadow: none;
	border-color: #EEEEEE;
	border-left: solid 6px #d2dfdc;
}
.faqsBox .col-md-8 h3 {
	font-size: 30px;
}
.panel-group .panel + .panel {
	margin-top: 8px;
}
.panel-default > .panel-heading {
	padding: 0;
	border-radius: 0;
	color: #212121 ;
	background-color: #fff;
	border-color: #ddd;
	margin: 0;
	padding: 15px;
}
.panel-default > .panel-heading a {
	padding: 10px 0px;
	font-size: 16px;
	color: #3f4140;
}
.panel-default > .panel-heading a:hover{
    text-decoration: none;
}
.panel-title {
	font-size: 14px;
}

.panel-title>a {
	display: block;
	padding: 15px;
	text-decoration: none;
	font-size: 18px;
}
.panel-body p {
	font-size: 16px;
	color: #6b6b6b;
}
.panel-body ul li{
	font-size: 16px;
	color: #6b6b6b;
}
.panel-body ul li::before {
	color: #03863b;
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 6px;
	font-size: 17px;
	margin-top: -2px;
}
.more-less {
	float: right;
	color: #fff;
}
.glyphicon {
	top: -2px;
	font-weight: bold;
	font-size: 25px;
	background: #03863b;
	padding: 0px 4px;
	color: #fff;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	border-top-color: #f7faf8 !important;
}
  .top-title {
	text-align: center;
	margin-bottom: 40px;
	width: 100%;
}
.top-title h2, .section-heading h2 {
	font-size: 40px;
	line-height: 45px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #052148;
	margin-top: 0;
}
.top-title h2 span , .section-heading span{
	color: #03863b;
}
.top-title p {
	font-size: 18px;
	margin-top: 10px;
	color: #696969;
	padding: 0 20px;
}
.top-title h6{
	font-size: 16px;
}
.about-info h4 {
	font-size: 18px;
	line-height: 25px;
}
.services-area.area-padding {
	padding: 60px 0;
	background: #f6f6f6;
}

.about_area {
	padding: 50px 0;
	/* background: #fff url(../img/img_pattern1.png); */
	background: #fff;
}
  .about-info blockquote {
	background: #F2F2F2;
	border-color: #03863b;
}
.about_area.top-ab {
	background: #F2F2F2;
	text-align: center;
}
.about-info a  {
	font-size: 18px;
}
  .about-info p {
	  font-size: 18px;
	  color: #696969;
	  line-height: 28px;
	  text-align: justify;
	  margin-bottom: 20px;
  }
  .about-info h3 {
	  color: #052148;
	  font-size: 40px;
	  font-weight: 700;
	  margin-bottom: 30px;
	  margin-top: 0px;
  }
  .about-info h3 span {
	  color: #03863b;
  }
  .about-info ul li::before {
	  color: #03863b;
	  content: "\f14a ";
	  font-family: FontAwesome;
	  margin-right: 6px;
  }
  .about-info ul{
	margin-top: 20px;
  }
  .about-info ul li {
	  padding-bottom: 14px;
	color: #444;
	font-size: 16px;
  }
  .about-co {
	padding: 60px 0;
}
.about-co img, .leve-link img{
	border-radius: 30px 0;
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
	border: 4px solid #fff;
}
 .view {
	  text-align: left !important;
	  margin-top: 30px;
  }
  .services.about_area .row {
	flex-wrap: wrap;
	display: flex;
	justify-content: center;
}
  .all-courses {
	margin-top: 10px;
	display: flex;
	justify-content: center;
	margin: 0 auto;
	float: left;
	width: 100%;
}
.about-info b {
	color: #052148;
}
  .view a:hover{
	background: #000 ;
	color: #fff !important;
  }
  .all-courses a:hover{
	background: #03863b !important;
	color: #fff !important;
  }
  .view a:hover{
	background: #052148 !important;
  }
 .view a {
	background: #03863b !important;
	color: #fff;
	padding: 12px 20px;
	font-size: 15px;
	border-radius: 6px;
	text-transform: uppercase;
	font-weight: 600;
	border: none;
}
.all-courses a {
	background: #052148 !important;
	color: #fff !important;
	padding: 12px 20px;
	font-size: 15px;
	border-radius: 6px;
	text-transform: capitalize;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
}
  .top-ab .about-info {
	  margin-top: 30px;
  }
  .service-box  img {
	 margin: 0 auto;
	 border-radius: 60px;
  border: 6px solid #f3f4ff;
  background: #fff;
  transition: width 2s, height 2s, transform 2s;
  }
  .service-box:hover >  .sr-img img {
	border: 6px solid #90c489 !important;
	transform: rotate(360deg);
}
  .service-box {
	padding: 20px;
	margin-bottom: 20px;
	text-align: center;
	border-radius: 20px 0;
	background-color: #fff;
	box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
}

.sr-info h3 {
	color: #3c4253;
	font-size: 18px;
	min-height: 40px;
}
.sr-info p {
	color: #596f8f ;
	font-size: 16px;
	margin-bottom: 20px;
	height: 120px;
}
.sr-info a {
	color: #fff;
	background: #03863b;
	padding: 12px 20px;
	font-size: 13px;
	text-transform: uppercase;
	border-radius: 6px;
}
.service-box:hover{
	background: #03863b;
}
.service-box:hover > .sr-info h3, .service-box:hover > .sr-info p {
	color: #fff;
}
.service-box:hover > .sr-info a {
	color: #fff;
	background-color: #052148 ;
}

  .blog-artical {
	  padding: 60px 0;
	  background: #f2f2f2;
	  /* background:  #fff url(../img/insurace-bg-1.jpg) no-repeat;
	  background-attachment: fixed;
	  background-size: cover; */
  }
  .blog-page.case-study {
	background: #efefef ;
	padding: 60px 0;
}

  .media-bx {
	  margin-bottom: 30px;
	  background: #fff;
	  box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
	  border-radius: 10px;
	  padding: 10px;
  }
  .media-bx .md-img {
	  overflow: hidden;
	  /* border-radius: 10px; */
  }
  .media-bx .md-img img {
	  width: 100%;
	  transition: all 500ms ease;
  }
  .media-bx:hover .md-img img {
	  transform: scale(1.1);
  }
  .our-portfolio .md-content h3 {
	min-height: 30px;
}
.case-study   .media-bx{
	padding: 0;
	border-radius: 0;
	box-shadow: none;
	border: 1px solid #dadada;
	border-radius: 10px;
}
.case-study   .media-bx img, .case-study  .media-bx .md-img{
	border-radius: 10px 10px 0px 0px;
}
.case-study  .media-bx:hover {
	box-shadow: 0 17px 40px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);
}
.our-portfolio .md-content h3 a, .tjblog_author a{
	font-size: 18px;
	font-weight: 600;
	line-height: 1.4;
	color: #052148 !important;
} 
.blog__inner .content strong {
	color: #161616;
}
.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.blog-page-new  .sticky {
	position: -webkit-sticky;
	position: sticky;
	top:152px;
}
.download-form.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 152px;
	box-shadow: 0 17px 50px 0 rgba(0,0,0,.19),0 12px 15px 0 rgba(0,0,0,.24);
	background: #fff;
}
.download-form h3 {
	color: #024772;
	line-height: 1.3;
	margin-bottom: 8px;
	margin-top: 0;
	font-size: 30px !important;
}
.download-form .ftr-btn1{
	width: 100%;
	padding: 16px 30px;
	color: #fff !important;
}
.download-form p{
	font-size: 13px;
	color: #000;
	margin-top: 10px;
}
.blog-page-new  .postrgt-items {
	padding: 0;
	background: none;
}
.blog-page-new  .contact-realtor-wrapper {
	background: none;
}
.blog-page-new .container-fluid{
	padding: 0 60px;
}
  .md-content {
	  padding: 13px;
	  padding-bottom: 5px;
  }
  .md-content h3 {
	  margin-top: 0;
	  font-size: 18px;
	  font-weight: 600;
	  line-height: 1.4;
	  min-height: 72px;
  }
  .md-content h5 {
	  color: #919191;
  }
  .md-content h5 .fa{
	  color: #c41130;
  }
  .md-content p {
	font-size: 16px;
	line-height: 27px;
	font-weight: 300;
	color: #616161;
	height: 110px;
}
  .readmore{
	  margin: 20px 0;
  }
  .readmore a{
	  background: #03863b;
	  color: #fff;
	  padding: 10px 20px;
	  font-size: 14px;
	  text-transform: capitalize;
	  border-radius: 6px;
	  text-shadow: none;
  }
  .our-events .blog-bx {
	display: flex;
	height: 255px;
}
.our-events  .bmd-content h3 {
	margin-top: -13px;
}

 .blog-bx {
	background: #fff;
	box-shadow: 0 2px 25px rgba(0,0,142,.15);
	margin-bottom: 30px;
	padding: 10px 10px 10px 10px;
	display: flex;
	/* border-radius: 6px; */
}
.blog-bx .bmd-img img {
	transition: all 0.3s linear;
	width: 500px !important;
	/* border-radius: 6px; */
	height: 230px;
}
.blog-bx .bmd-img img {
	transition: all 0.3s linear;
	width: 100%;
	/* border-radius: 6px; */
}
.portfolio .media-bx{
	padding: 0;
}
.bmd-content {
	padding:0 10px;
}
.bmd-content h3 {
	margin-top: 0;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.4;
	min-height: 83px;
	color: #052148;
}

.bmd-content h5 {
	color: #868686;
}
.bmd-content p {
	font-size: 16px;
	line-height: 24px;
	color: #464646;
}

  .our-brands-area {
	  padding-top: 40px;
	padding-bottom: 60px;
	background: #fff;
  }
  .our-brands-area  .owl-carousel .owl-item img {
	  text-align: center;
	  margin: 0 auto;
	width:auto;
  }
  .slide-logo-info h5 {
	min-height: 30px;
}
.single-brand-slide {
	padding: 20px;
	background: #fff;
	border: 4px solid #ccc !important;
}


/* :: 16.0 Breadcumb Area CSS */
.breadcumb-area {
	width: 100%;
	height: 450px;
	position: relative;
	z-index: 1;
	padding-top: 130px;
	text-align: center;
	}
	.breadcumb-area .breadcumb-title {
	font-size: 50px;
	margin-bottom: 0;
	background-color: transparent;
	padding: 5px 20px 7px;
	line-height: 1;
	color: #ffffff;
	display: inline-block;
	text-transform: capitalize; 
	}
	.breadcumb-area  p{
		color: #fff;
	}
	.listings-content-wrapper {
	padding: 80px 0;
	/* padding-top: 180px; */
	}
	.detail-list{
	padding-top: 150px; 
	}
	.breadcrumb-sec {
		padding-left: 60px;
		margin-bottom: 30px;
		border-bottom: 1px solid #ccc;
		padding-bottom: 15px;
	}
	.breadcrumb-sec a{
		color: #3c4253;
	}
	.breadcrumb-sec span, .breadcrumb-sec a:hover{
		color: #f18c00;
	}
	.morecontent span {
		display: none;

	}
	.morelink {
		display: block;
		background: #03863b;
		color: #fff;
		padding: 10px 20px;
		float: left;
		border-radius: 6px;
		margin-top: 10px;
		text-transform: uppercase;
	}
	.ff-co {
		background: #F2F2F2;
		/* background: #efefef url(../img/about-blog-abstract.png) no-repeat center;
		background-attachment: fixed; */
		padding: 40px 0;
		font-size: 18px;
  color: #696969;
	}
	.ff-co p {
		line-height: 24px;
		margin-bottom: 14px;
	}

	.about-info .fa.fa-star{
		color: #03863b;
	}
	.ff-co .top-title h2 {
		padding: 0 100px;
	}
	.ff-co  .about-info h4 {
		font-size: 20px;
	}
	.ff-co   .sr {
		float: right;
		width: 40%;
		margin-left: 15px;
		border-radius: 30px 0;
		box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
		border: 4px solid #fff;
	}
	.blog-one__content::after {
		-webkit-transition: all 0.4s ease-out 0s;
		transition: all 0.4s ease-out 0s;
		content: "";
		clear: both;
		position: absolute;
		bottom: 0%;
		z-index: 0;
		left: 0%;
		width: 100%;
		height: 0%;
		background-color: #03863b;
	}
	.fa.fa-calendar.cl-nd{
		color: #03863b;
		margin-right: 10px;
		font-size: 16px;
	}
	.blog-one__content {
		position: relative;
		z-index: 1;
	}
	.media-info span {
		color: #03863b;
		text-align: center;
		margin: 0 auto;
		display: flex;
		justify-content: center;
		border: 1px solid #03863b !important;
		padding: 10px;
		border-radius: 4px;
		text-transform: uppercase;
		font-size: 15px !important;
	}
	.media-bx:hover > .media-info span{
		color: #fff;
		background:  #03863b !important;
	}
	.blog__inner {
		background: #fff;
		width:100%;
		/* border-right: 1px solid #ccc; */
		position: relative;
		z-index: 1;
		border-radius: 10px;
	}
	.blog__meta {
		padding: 20px;
		gap: 20px;
	}
	.blog__meta {
		padding: 20px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 30px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		border-bottom: 1px solid #ccc;
	}
	.blog__meta a, .blog__meta p {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		color: #777;
		margin-bottom: 0 !important;
		font-weight: bold;
		text-transform: capitalize;
	}
	.blog__meta a i, .blog__meta p i {
		color: #155799;
		font-size: 18px;
		margin-right: 5px;
	}
	.blog__inner .content {
		padding: 20px 20px;
		
	}
	.blog__inner .content .blog-title {
		font-weight:bold;
		color: #102039;
		margin-bottom: 15px;
		font-size: 24px;
		margin-top: 0;
	}
	.blog__inner .content .blog-title a {
		margin-top: 0;
		font-size: 18px;
		font-weight: 600;
		line-height: 1.4;
		color: #000;
	}
	/* .blog-btn {
		position: absolute;
		width: 300px;
		padding: 20px 50px;
		bottom: 50%;
		left: 92%;
		z-index: 1;
		font-weight: bold;
		-webkit-transform: rotate(-90deg) translateX(-50%);
		-ms-transform: rotate(-90deg) translateX(-50%);
		transform: rotate(-90deg) translateX(-50%);
		-webkit-transform-origin: left;
		-ms-transform-origin: left;
		transform-origin: left;
		font-size: 16px;
		line-height: 26px;
		color: #03863b;
	} */
	.blog-one__content:hover .blog-btn {
		color: #fff;
		font-size: 16px;
	}
	.blog-one__content:hover::after {
		height: 100%;
	}
	.blog__inner .content strong{
		color: #052148;
	}
	.blog__inner .content h3 {
		margin-top: 0;
		min-height: 70px;
	}
	.blog__inner .content p{
		font-size: 15px;
	}
	.blog__inner .content a {
		color: #024772;
		font-size: 18px;
	}
	.our-portfolio{
		padding: 60px 0;
		background: #efefef url(../img/portfolio-2.jpg) no-repeat;
		background-attachment: fixed;
		background-size: cover;
	}
	.case-study {
		padding: 60px 0;
		background: #fff;
	}
	.testimonial-item {
		padding: 30px;
		margin-bottom: 20px;
	}
	.testimonial-item .author-thumb img {
		width: 100px;
		height: 100px;
		border-radius: 50%;
		border: 3px solid #369b8d;
	}
	.testimonial-item .author-thumb {
		position: absolute;
		top: -47px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
	}
	.testimonial-content{
		text-align: center;
	}
	.testimonial-item .testimonial-content p {
		font-size: 18px;
		line-height: 25px;
		color: #2c2c2c;
		margin-bottom: 25px;
		min-height: 140px;
		/* font-style: italic; */
	}
	.testimonial-item .testimonial-content .quote i {
		width: 50px;
		height: 50px;
		border-radius: 50%;
		background-color: #eece38;
		/* display: -webkit-inline-box; */
		/* display: -ms-inline-flexbox; */
		display: inline-flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		color: #2c2c2c;
		font-size: 20px;
	}
	.testimonial-item .testimonial-content .author-title h4 {
		font-size: 20px;
		line-height: 24px;
		color: #2550ea;
	}
	.testimonial-item .testimonial-content .author-title p.position {
		font-size: 18px;
		color: #767676;
		margin-bottom: 0;
		line-height: 28px;
		font-weight: 500;
	}
	.testimonial-item .testimonial-content .quote::after {
		position: absolute;
		top: 25px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		transform: translateX(-50%);
		content: "";
		width: 80%;
		height: 1px;
		background-color: #ccc;
		z-index: -1;
	}
	.testimonial-item .testimonial-content .quote {
		position: relative;
		z-index: 1;
		margin-bottom: 20px;
	}
	.our-testimonials-area  .fa.fa-angle-left.prevarr.slick-arrow {
		font-size: 21px;
		position: absolute;
		top: 38%;
		padding: 4px 8px;
		left: -23px;
		cursor: pointer;
		background: #000;
		color: #fff;
	}
	.our-testimonials-area .fa.fa-angle-right.nextarr.slick-arrow {
		font-size: 21px;
		position: absolute;
		top: 38%;
		padding: 4px 8px;
		right: -23px;
		cursor: pointer;
		background: #000;
		color: #fff;
	}
	.our-portfolio .section-heading h2, .our-portfolio .section-heading h2 span{
		color: #fff;
	}
	.our-portfolio .all-courses a{
		background: #fff !important;
		color: #052148 !important;
	}
	.req-form {
		padding: 40px 10px;
		background: #f2f2f2;
		/* border-radius: 30px; */
		box-shadow: 0 0 9px 2px rgb(20 23 28 / 10%), 0 3px 1px 0 rgb(20 23 28 / 10%);
	}
	.fr-img {
		padding: 50px 0px;
	}
	.requirement{
		padding: 60px 0;
		/* background: #fff url(../img/thm-pattern-4.png); */
		background: #fff;
		background-attachment: fixed;
	}
	.google-captcha {
		margin: 20px 0;

	}
	.contact-btn:hover{
		background: #052148;
	}
	.contact-btn {
		background:  #03863b;
		color: #fff;
		padding: 14px 30px;
		font-size: 16px;
		border-radius: 6px;
		text-shadow: none;
		border: 0;
		margin-top: 10px;
		font-weight: 500;
		margin: 0 auto;
		text-transform: uppercase;
		display: flex;
	}
	.req-form .form-group input {
		border: 1px solid #dee1ec;
		box-shadow: none;
		padding: 20px;
		padding-left: 12px;
		display: block;
		font-size: 14px;
		font-weight: 500;
		line-height: 1.5;
		color: #495057;
	}
	.categories_info li {
		float: left;
		margin-right: 8px;
	}
	.categories_info a {
		color: #052148;
	}
	.categories_info li img{
		margin-right: 3px;
	}
	.our-portfolio .media-bx {
		padding-bottom: 60px;
		border-bottom: 6px solid #058aac;
	}
	.morelink.less, .morelink:hover {
		color: #fff !important;
	}
	.morelink:hover{
	background: #052148 !important;
	}
	.business-analysis{
		background: url(../img/bg-img.jpg) no-repeat;
		background-attachment: fixed;
		background-size: cover;
		background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  
  padding: 0 !important;
  text-align: center;
  position: relative;
  z-index: 1;
	}
	/* .business-analysis::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: linear-gradient(90.08deg, rgba(50, 145, 92, 0.83) 0.07%, rgba(32, 125, 112, 0.9) 32.83%, #419783 49.48%, rgba(0, 89, 68, 0.9) 67.16%, rgba(12, 33, 65, 0.5) 99.93%);
		z-index: -1;
	} */
	.business-analysis h3 {
		color: #fff;
		text-align: left;
		font-size: 40px;
		margin-top: 0;
	}
	/* .business-analysis h3 span {
		color: #5cd699;
	} */
	.business-analysis p {
		color: #fff;
		text-align: left;
		font-size: 18px;
	}
	.business-analysis .col-md-5 {
		/* background: #03863b url(../img/bg-ff.png); */
		margin-top: 0;
		box-shadow: none !important;
		padding-bottom: 40px;
	}
	.business-analysis .req-form {
		background: none !important;
		margin-top: 0;
		box-shadow: none !important;
	}
	.business-analysis .container-fluid {
		padding: 0;
		overflow: hidden;
	}
	.rq-box img {
		margin-bottom: 10px;
	}
	.business-analysis .req-form  h3{
		margin-top: 0;
		text-align: center;
		font-size: 30px;
		margin-bottom: 30px;
	}
	.business-analysis .req-form .check {
		color: #fff;
		margin-bottom: 20px;
	}
	.biography-sec {
		background: #fff;
		/* background: #fff url(../img/addbanner2_bg.webp) no-repeat bottom right; */
		box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
		padding: 3rem;
		border-radius: 30px 0;
		border: 12px solid #fff;
	}
	.biography {
		padding: 40px 0;
		background: #f4f6fa;
	}
	.biography .about-info{
		margin-top: 80px;
	}
	.biography  .about-info h4 {
		font-size: 22px;
		color: #016e31;
	}
	.asist-sec {
		/* background: #edf0ef; */
		background: #f2f2f2;
		padding: 40px 0;
	}
	.asist-sec img {
		margin: 0 auto;
	}
	/* .asist-sec .top-title h2, 	.asist-sec .top-title h2 span{
		color: #fff;
	} */
	.middle-icon-features {
		border-bottom: 5px solid #fff;
		padding: 20px 15px;
		  padding-top: 20px;
		padding-top: 30px;
		margin-bottom: 15px;
		text-align: center;
		border-radius: 0;
		background: #fff;
		box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
		transition: all 0.3s ease-in-out;
	}
	.middle-icon-features img{
		margin: 0 auto;
	}
	.middle-icon-features-content h4{
		font-size: 22px;
	}
	.middle-icon-features:hover {
		transform: translateY(-20px);
		border-bottom: 5px solid #016e31;
	}
	.middle-icon-features:hover .middle-icon-large-features-box img {
		filter: brightness(0) invert(1);
	}
	.middle-icon-large-features-box img{
		margin: 0 auto;
		margin-top: 35px;
	}
	.middle-icon-large-features-box {
		width: 150px;
		height: 150px;
		line-height: 150px;
		margin-bottom: 20px;
		border-radius: 100px;
		text-align: center;
		background: #ebf1f3;
		display: inline-block;
		position: relative;
		transition: all 0.3s ease-in-out;
	}
	.middle-icon-features:hover .middle-icon-large-features-box {
		background: #016e31;
	}
	.middle-icon-features-item .steps {
		font-size: 14px;
		font-weight: 600;
		position: absolute;
		right: 5px;
		top: -5px;
		width: 30px;
		height: 30px;
		background: transparent;
		border-radius: 50%;
		line-height: 30px;
		color: #fff;
	}
	.compatibility {
		padding: 60px 0;
		background: #fff;
	}
	.compatibility .container .row{
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
	.business-analysis .req-form .contact-btn {
		background: #03863b;
		color: #fff;
	}
	.tag {
		margin-bottom: 2px;
		font-family: 'Titillium Web', sans-serif;
	}
	.logo-se .tag {
		margin-top: -1px;
	}
	.logo-se p {
		font-size: 16px;
	}
	.logo-se {
		text-align: center;
	}
	.contact-page {
		padding: 60px 0;
		padding-top: 40px;
	}
	.top-co{
		text-align: center;
	}
	.top-co h6{
		font-size: 18px;
		color: #444;
	}
	.top-co h3 {
		font-size: 30px;
		color: #023442;
		margin-top: 0;
	}
	.contact-top {
		margin-bottom: 20px;
	}
	.address-text p {
		margin: 0;
		color: #333;
	}
	.contact-form {
		background: #f2f2f2;
		padding: 30px 40px;
	}
	.contact-form  .check{
		color: #000;
	}
	.content-sidebar .address h6 {
		position: relative;
		z-index: 1;
		color: #3c4253;
		margin-bottom: 20px;
		display: block;
		font-size: 16px;
		padding-left: 40px;
		line-height: 1.8;
		/* border-bottom: 2px dotted #ccc; */
		padding: 10px 10px;
		margin: 12px 0;
		box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
		padding: 20px;
		border-radius: 10px;
		padding-top: 8px;
	}
	.content-sidebar .address h6 {
		position: relative;
		z-index: 1;
		color: #3c4253;
		margin-bottom: 20px;
		display: block;
		font-size: 16px;
		padding-left: 40px;
		line-height: 1.8;
		/* border-bottom: 2px dotted #ccc; */
		padding: 10px 10px;
		margin: 12px 0;
		box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.05);
		padding: 20px;
		border-radius: 10px;
		padding-top: 8px;
	}
	.content-sidebar .address h6 a{
		color: #000;
	}
	.address .fa {
		color: #03863b;
		font-size: 25px;
		margin-top: 10px;
		margin-right: 5px;
	}
	.address-item:hover {
		box-shadow: 0 0 20px 3px rgba(0,0,0,.05);
		border-color: transparent;
		-webkit-transform: translateY(-10px);
		transform: translateY(-10px);
	}

	.address-item h3 {
		color: #052148;
	}
	.address-item a{
		color: 	#2a2b2b;
		font-size: 16px;
	}
	.address-item {
		text-align: center;
		/* border: 2px solid #f4f4f4; */
		transition: all 500ms ease;
		background-color: #fff;
		padding-left: 20px;
		padding-right: 20px;
		height: 240px;
		margin-bottom: 20px;
		box-shadow: 0 0 .5rem 0 #c9e2f899;
		padding: 30px 20px;
		border-radius: 10px 40px;
 		 border: 1px solid rgba(29, 12, 184, 0.25);
	}
	.contact-form .form-group input {
		border: 1px solid #dee1ec;
		box-shadow: none;
		padding: 25px 20px;
		display: block;
		font-size: 16px;
		font-weight: 500;
		line-height: 1.5;
		color: #495057;
	}
	.get-in.co-page .thm-btn {
		margin-top: 0 !important;
	}
	.contact-form input.contact-btn {
		background: #c41130;
		border: none;
		padding: 15px 20px;
		font-weight: 500;
		color: #fff;
		border-radius: 5px;
		margin-top: 30px;
		margin: 0 auto;
		display: flex;
		justify-content: center;
	}
	.contact-form textarea.form-control {
		text-indent: 0px;
		border-radius: 4px !important;
		border: 1px solid #dee1ec !important;
		height: 100px;
	}
	.contact-form .check {
		margin-bottom: 20px;
	}
	.calender {
		float: left;
		width: 100%;
		margin-top: 30px;
		margin-bottom: 40px;
		text-align: center;
	}
	.calender a {
		background: #03863b;
		color: #fff;
		padding: 12px 20px;
		border-radius: 4px;
	}
	.calender a:hover{
		background: #052148;
	}
	.blog-detail{
		padding: 60px 0;
	}
	.details-content h3 {
		margin-top: 30px;
	}
	.details-content p .fa {
		color: #ff9c07;
	}
	.service-details__need-help-bg img {
		clip-path: polygon(0 0, 100% 0, 102% 87%, 0% 100%);
	}
	@media only screen and (max-width: 767px) {
		.listings-content .listings-core-features li {
		-webkit-box-flex: 0;
		-ms-flex: 0 0 100%;
		flex: 0 0 100%;
		min-width: 100%; } }
		.listings-content .listings-core-features li i {
		width: 27px;
		height: 27px;
		background-color: #947054;
		color: #ffffff;
		border-radius: 50%;
		text-align: center;
		line-height: 27px;
		font-size: 12px;
		margin-right: 10px; }
		.listings-content .listings-btn-groups a:first-child {
		margin-bottom: 15px; }
		.listings-content .listings-btn-groups .south-btn {
		min-width: 285px;
		width: 285px;
		display: block; }
		.contact-realtor-wrapper {
		background-color: #f5f5f5;
		margin-top: 0px;
		position: relative;
		z-index: 1; }
		.contact-realtor-wrapper .realtor-info > img {
		width: 100%; }
		.contact-realtor-wrapper .realtor---info {
		padding: 40px 45px; }
		.contact-realtor-wrapper .realtor---info h2 {
		font-size: 24px;
		text-transform: uppercase; }
		.contact-realtor-wrapper .realtor---info p {
		font-style: italic;
		color: #947054; }
		.contact-realtor-wrapper .realtor---info h6 {
		font-size: 14px; }
		.contact-realtor-wrapper .realtor---info h6 img {
		margin-right: 15px; }
		.contact-realtor-wrapper .realtor--contact-form {
		padding: 30px ; }
		.contact-realtor-wrapper .realtor--contact-form .form-group {
		margin-bottom: 15px; }
		.contact-realtor-wrapper .realtor--contact-form .form-control {
		border: 1px solid #e1dddd;
		height: 45px;
		background-color: #ffffff;
		border-radius: 0;
		font-style: italic;
		font-size: 15px;
		margin-bottom: 15px; }
		.contact-realtor-wrapper .realtor--contact-form textarea.form-control {
		height: 100px;
		padding: 15px; }
		.right-post {
		display: flex;
		}
		.right-post img {
		width: 90px;
		}
		.postrgt-items .right-post {
		padding: 14px 0;
		/* border-bottom: 1px solid #dbdbdb; */
		font-weight: 500;
		font-size: 14px;
		color: #303030;
		background: #fff;
		padding-left: 10px;
		padding-right: 10px;
		margin-bottom: 10px;
		}
		.postrgt-items {
		padding: 30px;
		padding-top: 0;
		}
		.right-post .post-content {
		padding-left: 15px;
		flex: 1;
		}
		.post-title {
		margin: 0 !important;
		font-size: 16px;
		font-weight: bold;
		}
		.right-post .post-content .post-title a {
		font-weight: 500;
		font-size: 14px;
		color: #000;
		text-decoration: none;
		}
		.post-items li:last-child {
		border: none;
		}
		.postrgt-items h3, .contact-realtor-wrapper .realtor--contact-form h3 {
		margin-top: 0;
		font-size: 20px;
		color: #016e31;
		text-transform: uppercase;
		font-size: 15px;
  		letter-spacing: 1px;
		}
		.details-content p, .list li {
			font-size: 18px;
			color: #00234b;
			text-align: justify;
			line-height: 1.8em;
		}
		.details-content p a, .details-content li a{
			font-size: 18px;
		}
		.details-content h4 {
			margin-top: 20px;
			font-size: 20px;
			font-weight: 600;
			margin-top: 30px;
			color: #00234b;
		}
		/* .blog-detail {
			padding-top:150px ;
			border-top: 1px solid #222;
		}
		.blog-detail-main {
			border-top: 2px solid #ccc;
			padding-top: 30px;
		} */
		.blog-detail .list li::before {
			color: #03863b;
			content: "\f00c";
			font-family: FontAwesome;
			margin-right: 6px;
			font-size: 17px;
			margin-top: -2px;
		}
		.details-content .blog-imge img {
			padding: .25rem;
			background-color: #fff;
			border: 1px solid #dee2e6;
		}
		.details-content .blog-imge img {
			padding: .25rem;
			background-color: #fff;
			/* border: 1px solid #dee2e6; */
			box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
			border: 4px solid #fff;
			height: 420px;
			margin: 0 auto;
			width: 800px;
			object-fit: cover;
		}
		.share ul {
			display: flex;
			padding: 20px 0;
		}
		.share ul li{
			margin-right: 5px;
		}
		.share ul b{
			font-size: 16px;
			margin-top: 6px;
		}
		.share ul li img {
			width: 34px;
		}
		.light-layout.upper-footer {
			background-color: #052148;
			padding: 40px 0;
			text-align: center;
		}
		.light-layout.upper-footer h4{
			font-size: 40px;
			line-height: 1.2;
			margin-bottom: 8px;
			color: #fff;
		}
		.light-layout.upper-footer h5{
			font-size: 18px;
			color: #fff;
			font-weight: normal;
		}
		.emil-input {
			display: flex;
			align-items: center;
			height: 100%;
			justify-content: flex-end;
			margin: 0 auto;
			margin-top: 20px;
			margin-bottom: 20px;
		}
		.subscribe-form .form-control {
			padding: 13px;
			width: 345px;
			border-radius: 0;
			border: 1px solid #eee;
			height: auto;
			margin-right: 10px;
		}
		.light-layout.upper-footer p {
			font-size: 13px;
			margin-top: 20px;
			text-align: center;
			color: #fff;
			float: left;
			width: 100%;
		}
		.light-layout.upper-footer p a{
			color: #fff;
			text-decoration: underline;
		}
		.subscribe-form .btn {
			text-transform: uppercase;
			background: #03863b;
			color: #fff;
			font-size: 16px;
			font-weight: 700;
			padding: 14px 50px;
			transition: 500ms;
			border-radius: 0;
			border: none;
		}
		.req-form .check{
			color: #000;
		}
		.check {
			float: left;
			width: 100%;
			color: #fff;
		}
		.recent-blogs {
			padding: 60px 0;
		}
		.recent-blogs h4 {
			font-size: 30px;
			color: #024772;
		}
		.recent-blogs p {
			font-size: 18px;
		}
		.view_all {
			text-align: right;
			margin-top: 60px;
		}
		.view_all a{
			color: #03863b;
			font-size: 15px;
			font-weight: 700;
			letter-spacing: 1.5px;
			text-transform: uppercase;
			-webkit-transition: all .2s ease-in-out;
			-moz-transition: all .2s ease-in-out;
			transition: all .2s ease-in-out;
			vertical-align: middle;
			border-radius: 6px;
			padding: 6px 0;
		}
		.recent_ps {
			margin-top: 20px;
		}
		.view_all a:hover{
			background: #e0e0e0;
  			padding: 6px 16px;
			color:  #024772;
		}
		.case-study .blog__inner .content h3 {
			margin-top: 0;
			min-height: 50px;
		}
		.download-ebook .blog__inner .content h3 {
			min-height: 80px;
		}
		.recent-blogs.recent-case-study {
			background: #F2F2F2;
		}
		.leve-link {
			padding: 60px 0;
		}
		.work-session {
			background: #F2F2F2;
			padding: 60px 0;
		}
		.work-session strong{
			color: 	#297cae;
		}
		.work-session h3 {
			float: left;
			width: 100%;
			text-align: center;
			margin-top: 0;
			margin-bottom:20px;
		}
		.tpic-box {
			background: #fff;
			padding: 30px;
			border-radius: 10px;
			border-top: 4px solid #297cae;
			box-shadow: 10px 10px 20px rgba(49, 47, 59, 0.2);
			height: 364px;
		}
		.topic-list li strong {
			color: #101f33;
			font-size: 16px;
		}
		.topic-list li {
			border-bottom: 1px dotted #1a1a1a4f;
			margin-bottom: 8px;
			padding-bottom: 8px;
		}
		.topic-list li:last-child{
			border-bottom: none;
		}
		.topic-list   li::before {
			color: #03863b;
			content: "\f02d ";
			font-family: FontAwesome;
			margin-right: 6px;
			font-size: 16px;
		}
		.tpic-box h4 {
			color: #052148;
			font-size: 18px;
			margin-bottom: 20px;
			margin-top: 0;
		}
		.upcom {
			background: #052148 url(../img/pattern-2.png) no-repeat;
			padding: 20px;
			margin-top: 50px;
			border-radius: 20px;
			padding-bottom: 30px;
			text-align: center;
		}
		.upcom h4, 	.upcom h4 a{
			color: #fff;
			font-size: 24px;
		}
		.upcom h3{
			color: #fff;
			font-size: 28px;
			margin-bottom: 20px;
		}
		.upcom  p{
			margin-bottom: 4px;
		}
		.upcom  p a{
			color: #5dc0fc;
			font-size: 15px;
		}
		.co-btn a{
			text-transform: uppercase;
			background: #03863b;
			color: #fff;
			padding: 12px 20px;
			border-radius: 4px;
			font-size: 16px;
		}
		.co-btn {
			margin: 0 auto;
			text-align: center;
			margin-top: 20px;
		}
		.faqsBox {
			padding: 60px 0;
			background: #F2F2F2;
		}
		.service-details__need-help {
			background: #052148 url(../img/shape-pattent1.png);
			text-align: center;
			padding: 30px 20px;
			float: left;
			/* width: 100%; */
			margin-bottom: 30px !important;
			margin: 6px;
		}
		.service-details__need-help h2{
			color: #fff;
			font-size: 30px;
			margin-top: 0;
		}
		.service-details__need-help-contact a {
			background: #038539;
			font-size: 20px;
			color: #fff;
			width: 100%;
			padding: 10px;
			margin-top: 20px;
			float: left;
			border-radius: 4px;
		}
		.blog-page-new {
			padding: 60px 0;
			background: #F2F2F2;
			/* padding-top: 200px; */
		}
		.breadcrumb-link.blog-pp {
			background: #f2f2f2;
		}
		.download-ebook {
			padding-bottom: 40px ;
		}
		.blog-page-new  .md-content h3 {
			min-height: 109px;
		}
		.caret.caret-up {
			border-top-width: 0;
			border-bottom: 4px solid #fff;
		  }
		  .sort-bl .dropdown .dropdown-toggle::after {
			border: 0 !important;
		}
		.sort-bl .btn-primary{
			background-color: #fff;
			border-radius: 4px;
			color: #016e31;
			cursor: pointer;
			display: inline-block;
			font-weight: 700;
			letter-spacing: 1px;
			padding: 8px 32px;
			text-align: center;
			text-transform: uppercase;
			vertical-align: middle;
		}
		.sort-bl {
			padding-bottom: 20px;
			margin: 0 auto;
			display: flex;
			margin-bottom: 20px;
			justify-content: center;
		}
		.sort-bl > .dropdown.open{
			margin-bottom: 170px;
		}
		.sort-bl .dropdown-menu{
			min-width: 1112px;
  			height: 180px;
			left: -456px;
			margin-bottom: 20px;
			padding: 10px 0;
		}
		.sort-bl .dropdown-menu li {
			float: left;
			width: 25%;
			text-align: center;
			margin-bottom: 8px;
		}
		.sort-bl .dropdown-menu li a{
			font-size: 16px;
			color: #024772;
		}
		.sort-bl .dropdown-menu li a:hover{
			color: #016e31;
			font-weight: 700;
  			text-decoration: underline;
			background: none;
		}
		
		.blog-page-new .readmore a {
			background: transparent;
			color: #038539;
			border: 1px solid #038539;
			padding: 10px 20px;
			padding-bottom: 12px;
			font-size: 14px;
			letter-spacing: 2;
			border-radius: 30px;
			text-shadow: none;
			font-size: 16px;
		}
		.blog-page-new .readmore a:hover {
			background: #038539;
			color: #fff;
		}
		.media-bx:hover > .md-content .readmore a {
			color: #fff;
			background: #03863b !important;
		}
		/* pagination */
.pagination ul {
    margin: 2em auto;
    padding-left: 0;
    list-style-type: none;
  }
  
  .page-number {
    display: inline;
  }
  
  .page-number a {
    text-decoration: none;
    color: black;
  }
  
  /* Pagination 1 */
  .pagination-1 .page-number {
    margin: 0.25em;
  }
  
  .pagination-1 .page-number a {
    padding: 0.125em;
  }
  
  .pagination-1 .active a {
    font-weight: bold;
    border-bottom: 3px solid black;
  }
  
  .pagination-1 .prev,
  .pagination-1 .next {
    text-transform: uppercase;
  }
  
  /* Pagination 2 */
  .pagination-2 .page-number {
    padding: 8px 16px;
    background-color: #fefffd;
  }
  .page-number.prev {
	background: #052148 ;
}
.page-number.prev:hover {
	background: #03863b !important;
}
.page-number.prev a{
	color: #fff;
}
  .pagination-2 .page-number:hover {
    background-color: #d9dcd6;
  }
  
  .pagination-2 .active {
    border-radius: 4px;
    background-color: #052148 ;
  }
  
  .pagination-2 .active:hover {
    background-color: #052148 ;
  }
  
  .pagination-2 .active a {
    color: #f3f4f2;
  }
  .pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
	margin: 0 auto;
	text-align: center;
	width: 100%;
}  

/* End */

.why-choose{
	background: #F2F2F2 ;
	padding: 60px 0;
}
.why-choose .ch-box {
	box-shadow: 0 4px 18px 0 rgb(194 200 213 / 30%);
	/* background: white; */
	padding: 20px 10px;
	text-align: center;
	border-radius: 0;
	margin-bottom: 20px;
	display: flex;
	/* border: 1px solid #ccc; */
	background: #fff;
	height: 120px;
}
.why-choose .ch-img {
	margin-right: 10px;
	width: 25%;
}
.why-choose  .ch-content {
	width: 75%;
}
.why-choose  .ch-content h4 {
	font-size: 17px;
	margin-top: 10px;
	color: #444;
	font-weight: 600;
}

.why-choose .row {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.membership{
	padding: 10px 0;
}
.membership h3 {
	color: #297cae;
	text-align: center;
	font-size: 30px;
	margin-bottom: 20px;
}
.membership ul li {
	color: #000;
	font-size: 18px;
	font-weight: 600;
	float: left;
	width: 33%;
	margin-bottom: 20px;
	text-align: center;
	
}
.membership ul {
	background: #fff;
	float: left;
	width: 100%;
	padding: 20px;
	border-radius: 30px;
}
/* .membership ul  li::before {
	color: #03863b;
	content: "\f00c  ";
	font-family: FontAwesome;
	margin-right: 6px;
	font-size: 16px;
} */
.membership ul li a{
	color: #000;
	font-size: 18px;
	line-height: 20px;
}
.membership img {
	/* width: 70%; */
	margin: 0 auto;
}
.bio-graphy {
	padding: 60px 0;
	background: #0a426c;
}
.bio-graphy .about-img{
	float: left;
}
.bio-graphy .about-info p{
	color: #fff;
}
.bio-graphy .about-info h3{
	margin-bottom: 20px;
}
.bio-graphy .about-info h3, .bio-graphy .about-info h3 span{
	color: #fff;
}
.bio-graphy .about-info h4{
	color: #2aaeff;
}
.bio-graphy .about-info p a {
    color: #2aaeff;
}
.wsi-phoenix {
	background: #Fff;
	padding: 60px 0;
}
.business-own {
	padding-top: 30px;
}

.business-own .about-img img {
	border-radius: 30px 0;
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
	border: 4px solid #fff;
}
.wsi-phoenix-lifecycle {
	padding: 60px 0;
}
.asist-secs{
	padding: 60px 0;
	background: #F2F2F2;
	}
	.asist-secs .model-btn {
	padding: 8px 12px;
	border-radius: 4px;
	font-size: 12px;
	background: transparent;
	color: #07767b;
	border: 1px solid #07767b;
	}
	.asist-secs .model-btn:hover{
	background: #000000;
	color: #fff;
	border-color: #000;
	}
	.asist-secs .middle-icon-large-features-box::before {
	content: "";
	position: absolute;
	width: 72px;
	height: 72px;
	background: transparent;
	border-radius: 50%;
	border: 1px dashed #d0def1;
	left: 9px;
	top: 9px;
	}
	.asist-secs .middle-icon-large-features-box::before:hover {
	background: #07767b;
	border: 1px dashed #d0def1;
	color: #fff;
	}
	.asist-secs .middle-icon-large-features-box {
	background: #fff;
	width: 90px;
	height: 90px;
	line-height: 90px;
	text-align: center;
	transition: .25s ease-in-out;
	font-size: 30px;
	border-radius: 50px;
	color: #0a426c;
	margin: 10px auto;
	position: relative;
	-webkit-box-shadow: 0 0 12px 0 rgba(71,119,244,0.2);
	box-shadow: 0 0 12px 0 rgba(71,119,244,0.2);
	}
	.asist-secs  .fa.fa-search {
		color: #0a426c !important;
	}
	.asist-secs .middle-icon-features-item .steps {
	font-size: 14px;
	font-weight: 600;
	position: absolute;
	right: 0;
	top: -5px;
	width: 30px;
	height: 30px;
	background: transparent;
	border-radius: 50%;
	line-height: 30px;
	color: #fff;
	}
	.asist-secs .middle-icon-features-content p {
	font-size: 15px;
	}
	.asist-secs .middle-icon-features-content h4 {
	font-size: 18px;
	margin-top: 0;
	}
	.asist-secs .middle-icon-features:hover  .middle-icon-large-features-box, 	.asist-secs .middle-icon-features:hover	 .fa.fa-search {
		background: #016e31 !important;
		color: #fff !important;
	}
	.asist-secs .middle-icon-features-content p {
		font-size: 15px;
		height: 160px;
	}
	.asist-secs  .middle-icon-features {
		border-bottom: 5px solid #fff;
		padding: 20px 15px;
		  padding-top: 20px;
		padding-top: 30px;
		text-align: center;
		border-radius: 0;
		background: #fff;
		box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
		transition: all 0.3s ease-in-out;
		margin-bottom: 30px;
		border-radius: 40px 0;
	}
	.note a{
		font-size: 18px;
	}


  .loacted-area {
	padding: 40px 0;
	background: #fafafa;
}
.local .fa {
	color: #03863b;
	margin-right: 10px;
	font-size: 20px;
}
.about_wsi {
	padding: 60px 0;
}
.about_wsi .about-img {
	margin-top: 40px;
}
.services-page {
	padding: 60px 0;
	background:#F2F2F2 ;
}
.services-page .services-box{
	padding: 10px;
	padding-bottom: 30px;
  background-color: #fff;
  box-shadow:0px 5px 20px 3px rgba(230, 233, 249, 0.9);
  border-radius: 5px;
  position: relative;
  transition: all ease .4s;
  overflow: hidden;
  margin: 0 0 30px 0;
  text-align: center;

}
.services-box:hover > .sr-info a {
	color: #fff;
	background-color: #052148;
}
.services-page .services-box .sr-info p {
	color: #596f8f;
	font-size: 15px;
	margin-bottom: 20px;
	height:70px;
}
.services-page .row{
	display: flex;
	justify-content: center;
}
.services-box .sr-img img{
	overflow: hidden;
	transition: all 500ms ease;
	width: 100%;
}
.services-box:hover .sr-img img {
	transform: scale(1.1);
}
.privacy-page{
	padding: 60px 0;
}
/* service Detail */
.page-open_time {
	background: #fff;
	padding: 60px 0;
}
.sidebar-cate_list {
	padding: 2rem;
	/* border: 1px solid #e7e7e7; */
	box-shadow: 0px 5px 30px 0px rgba(165, 165, 166, 0.2);
	background: #fff;
	border-radius: 6px;
}
.our-boxes {
	padding: 0 60px;
}
.service-detail {
	background: #fff;
	/* box-shadow: 0px 10px 12px -4px rgba(128,128,128,1); */
	/* margin-bottom: 20px; */
}
.sidebar-cate_list.sticky {
	position: -webkit-sticky;
	position: sticky;
	top: 150px;
	float: left;
	width: 100%;
	overflow: hidden;
}
.sidebar-cate_list {
	padding: 10px 20px;
	/* border: 1px solid #e7e7e7; */
	box-shadow: 0px 5px 30px 0px rgba(165, 165, 166, 0.2);
	background: #fff;
	border-radius: 6px;
}
.ftr-a2 .form-control {
	border: none;
	/* border-bottom: 1px solid #8c7d7d; */
	box-shadow: none;
	width: 100%;
	background-color: #f7f7f7;
	padding: 20px 10px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	text-indent: 3px;
}
.sidebar-cate_list .ftr-a2 .check{
	color: #000;
	margin-bottom: 20px;
}
.form-service.ftr-a2 h4 {
	text-align: center;
	font-size: 20px;
	margin-bottom: 20px;
}
.sidebar-services {
	margin-top: 30px;
}
@-webkit-keyframes lineMove {
	0% {
	  left: -40px;
	}
	50% {
	  left: 100%;
	}
	100% {
	  left: -40px;
	}
  }
  .sidebar-services ul li {
	padding: 14px 25px;
	background-color: #fff;
	margin-top: 6px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
	display: block;
	/* border-radius: 4px; */
	border-bottom: 2px solid #e5eaef;
	background: #f2f2f2;
}

.sidebar-services ul li a{
	font-size: 15px;
	color: #323232;
}
.sidebar-services ul li:hover > a{
	color: #fff;
}
.sidebar-services ul li:hover, .sidebar-services ul li.active, .sidebar-services ul li.active a {
	background: #052148;
	color: #fff !important;
	
}
.sidebar-services ul li:hover, .sidebar-services ul li.active{
	border-bottom: 2px solid #052148;
}
.sidebar-services ul li.active a::before, .sidebar-services ul li:hover a::before {
	color: #ffffff;
}
.sidebar-services ul li a::before {
	position: absolute;
	left: 15px;
	top: 10px;
	font-size: 12px;
	line-height: 30px;
	color: #222222;
	font-weight: 900;
	content: "\f0da";
	font-family: FontAwesome;
	-webkit-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	transition: all 300ms ease;
}
.ser-des h3 {
	font-size: 24px;
}
.ser-des h2 {
	font-size: 28px;
}
.sidebar-services h4 {
	margin-top: 0;
	position: relative;
	line-height: 1em;
  margin: -0.12em 0 15px 0;
	/* background: #383d4d; */
	color: #052148;
	padding: 8px;
	font-size: 20px;
	/* border-bottom: 5px solid #565d75; */
}
.sidebar-services h4::after {
	content: '';
	height: 1px;
	width: calc(100% + 100px);
	background-color: #ccc;
	display: block;
	margin-top: 15px;
	position: relative;
	left: -50px;
}
.sidebar-services h4::before {
	content: '';
	height: 1px;
	width: 40px;
	background-color: #03863b;
	position: absolute;
	bottom: 8px;
	left: 0;
	z-index: 1;
	-webkit-animation: lineMove 10s linear infinite;
	animation: lineMove 10s linear infinite;
}

.service-detail p {
	color: #5d5c5f;
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
}
.service-detail p a {
	color: #337ab7;
	font-size: 16px;
	font-weight: 600;
}
.sidebar-services ul {
	margin-bottom: 20px;
}

.ser-des h2 {
	color: #052148;
}
.srs-img img{
	border-radius: 6px;
}
.contact-widget {
	background: #e4ecf6;
	padding: 10px;
	text-align: center;
	padding-bottom: 40px;
	margin-top: 20px;
}
.contact-widget h5{
	font-size: 22px;
	color: #052148;
	font-weight: 600;
}
.contact-widget p{
	color: #444;
	font-size: 15px;
	margin-bottom: 20px;
}
.contact-widget a {
	background: #03863b;
	color: #fff;
	padding: 7px 10px;
	border-radius: 4px;
}
.expert {
	padding: 60px 0;
	background: #E3E8ED;
}
.expert-form {
	padding: 24px;
	background: #052148;
	border: 5px solid #ffffffad;
	border-radius: 40px 0;
	text-align: center;
}
.expert-form h4{
	color: #fff;
	font-size: 20px;
	margin-top: 0;
	margin-bottom: 20px;
}
.expert-form .check{
	color: #fff;
}
.expert-form .contact-btn:hover {
	background: #03863b;
}
/* .expert-form .contact-btn{
	margin-top: 20px;
} */
.expert-info {
	display: flex;
	justify-content: center;
}
.expert-info .greenbtn{
	background: #03863b;
	padding: 12px 20px;
	font-size: 16px;
	color: #fff;
	border-radius: 4px;
	margin-right: 10px;
}
.expert-info h4{
	color: #052148;
	font-size: 24px;
}
.left-info {
	text-align: left;
	margin-top: 30px;
}
.left-info  h3{
	margin-top: 0;
}
.listing li::before, .list li::before {
	color: #03863b;
	content: "\f00c";
	font-family: FontAwesome;
	margin-right: 6px;
}
.listing, .list li{
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
 .listing li {
	font-size: 18px;
	color: #616161;
	line-height: 26px;
	float: left;
	width: 50%;
	margin-bottom: 10px;
}
.list li {
	font-size: 18px;
	color: #616161;
	line-height: 26px;
	float: left;
	width: 100%;
	margin-bottom: 10px;
}
.ab-project {
	margin-bottom: 20px;
}
/* seo Service detail */
/*-- Web Design Page --*/
.wdc-section {
    padding: 40px 0px;
}

.wdc-section iframe {border-radius: 15px;box-shadow: 0px 5px 20px 0px rgba(0,0,0,0.5);}

 .list-features {
    padding: 20px 20px;
    background: #f3f1f1;
    border-radius: 20px;
}

 .list-features li {
padding: 8px 50px;
    background: #fff;
    margin-bottom: 10px;
    border-radius: 60px;
    position: relative;
    height: 40px;
}

.list-features li:last-child {
    margin-bottom: 0px;
}
 .list-features span {
    position: absolute;
    background: #03863b;
    color: #fff;
    height: 40px;
    width: 40px;
    left: 0;
    top: 0;
    border-top-left-radius: 60px;
    border-bottom-left-radius: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    z-index: 99999;
}
.popup .popup__content {
    width: 50%;
    padding: 20px;
    background: white;
    color: black;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    box-sizing: border-box;
    line-height: 0pc;
    border-radius: 20px 0;
}
.popup .popup__content iframe{
	border-radius: 20px;
}
.popup .popup__content .close {
    position: absolute;
    right: -10px;
    top: -10px;
    width: 30px;
    height: 30px;
    background: #000f30;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
}
.popup .popup__content .close span {
    cursor: pointer;
    position: fixed;
    width: 13px;
    height: 2px;
    background: #ffffff;
}
.popup .popup__content .close span:nth-child(1) {
  transform: rotate(45deg);
}
.popup .popup__content .close span:nth-child(2) {
  transform: rotate(135deg);
}
.imagebox-popup-main{
	    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin-top: 50px;
}
.imagebox-popup-main span {
    position: absolute;
    font-size: 20px;
    color: #fff;
    height: 60px;
    width: 60px;
    background: red;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 100%;
	background: rgba(255, 82, 82, 1);
	box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
	animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
	0% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
	}
	
	70% {
		transform: scale(1);
		box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
	}
	
	100% {
		transform: scale(0.95);
		box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
	}
}

.customm-wd-sv {
    padding: 40px 0px;
}
.whsr-box-points {
    padding: 30px 40px;
    margin-bottom: 30px;
    text-align: center;
    height: 160px;
    border-radius: 10px;
    background: #fff;
}

.service-card {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    padding-bottom: 10px;
        border: 1px solid #eee;
}
.service-card::before {
    content: '';
    width: 80%;
    height: 10%;
    border-radius: 10px;
    background-color: #707070;
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.service-card .service-card-img {
    position: relative;
}
.service-card .service-card-img::before {
    content: '';
    width: 100%;
    height: 0%;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color: rgba(0, 0, 0, 0.7);
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.service-card .service-card-text {
    z-index: 1;
    position: relative;
    padding: 25px 30px 20px;
    border-radius: 0px 0px 10px 10px;
    background-color: #052148;
}
.service-card .service-card-text h4{
	color: #fff;
}
.service-card .service-card-img p {
    margin: 0px;
    background: transparent;
    position: absolute;
    top: 0;
    text-align: center;
    padding: 30px 15px;
    color: #fff;
    visibility: hidden;
    opacity: 0;
     transition: all 0.3s ease-in-out;
}
.service-card:hover .service-card-img p{
	visibility: visible;
	opacity: 1;
	 transition: all 0.3s ease-in-out;
}
.service-card::after {
    content: '';
    width: 0%;
    height: 10%;
    border-radius: 10px;
    -webkit-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    background-color: #03863b;
    position: absolute;
    bottom: 0px;
    left: 50%;
    z-index: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.service-card:hover .service-card-img::before {
    height: 100%;
}
.service-card:hover::after {
    width: 80%;
}
.wpd-process {
    padding: 40px 0px;
}
.wpd-process .col-md-12 {
    margin-top: 30px;
    text-align: center;
}
.wdc-Excited {
    background: #f8f8f8;
}
.wdc-Excited-content {
    width: 100%;
    padding: 30px;
}

.wdc-Excited-points ul {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.wdc-Excited-points ul li {
    padding: 20px;
    border: 1px solid #eee;
    width: calc(50% - 10px);
    background: #fff;
    border-radius: 15px;
}

.wdc-Excited-points ul li p {
    margin: 0px;
}

.wdc-Excited-points ul li h4 {
    border-bottom: 1px solid #e0dfdf;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.cv-bg {
    background-size: cover;
}
.wdc-contact-us-sec {
    padding: 40px 0px;
}
.tab-content.panels-faq {
  padding: 0;
  border: 0;
      z-index: 1;
      position: relative;
}

.panel.panel-help {
  box-shadow: 0 1px 5px rgba(85, 85, 85, 0.15);
  padding-bottom: 0;
  border-radius: 2px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 0 16px;
}
.panel.panel-help a[href^="#"],
.panel.panel-help a[href^="#"]:hover,
.panel.panel-help a[href^="#"]:focus {
  outline: none;
  cursor: pointer;
  text-decoration: none;
}
.panel.panel-help .panel-heading {
    padding: 14px 30px;
}
.panel.panel-help .panel-heading h4 {
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  letter-spacing: 0;
  text-transform: none;
}
.panel-group-box .panel .panel-body {
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px;
    padding: 30px;
    padding-top: 0px;
}
.panel.panel-help .panel-body p {
  margin: 0 0 16px;
}
.panel.panel-help .panel-body p:last-of-type {
  margin: 0;
}
.panel-group-box .panel {
    border: 1px solid #eee;
    border-radius: 30px;
    position: relative;
}
.panel-group-box .panel-heading i {
    position: absolute;
    right: 16px;
    top: 12px;
    font-size: 24px;
    color: #03863b;
}
.panel-group-box a .panel-heading .fa-plus-circle{
	display: block;
}
.panel-group-box a.collapsed .panel-heading .fa-minus-circle{
	display: none;
}
.wdc-faq-box {
    position: relative;
    padding: 40px;
    background: #f2f2f2;
    overflow: hidden;
	border-radius: 20px;
	margin-top: 40px;
}
.wdc-faq-box .top-title h3{
	color: #3c4253;
	font-size: 24px;
}
.wdc-faq-box:after {
    content: "Frequently Asked Questions";
    width: 100%;
    text-align: center;
    position: absolute;
    font-size: 12vh;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    bottom: -20px;
    opacity: 0.1;
    z-index: 0;
}
.single-imgmb img{
    display: none;
    width :100%;
}
.wh-img img {
	width: 30%;
}
/* seo service detail end */
.main-co-section {
	padding: 40px 0;
}
.why-boxes {
	background: #052148;
	padding: 40px;
	border-radius: 10px;
}
.whsr-box {
	/* box-shadow: 5px 5px 15px 5px rgba(234, 244, 247, 0.9); */
	background: #fff;
	padding: 20px;
	margin-bottom: 30px;
	text-align: center;
	height: 285px;
	border-radius: 10px;
}
.why-boxes  .top-title h3, .why-boxes  .top-title  p{
	color: #fff !important;
}
.wh-img img {
	width: 18%;
}
.get-you {
	background: #038539;
	padding: 40px 20px;
	margin: 40px 0;
	text-align: center;
	border-radius: 20px;
}
.get-you p{
	color: #fff;	
	font-size: 16px;
	font-weight: 500;
	line-height: 24px;
	margin-bottom: 0;
}
.get-you h4{
	color: #fff;
	font-size: 28px;
	margin-bottom: 10px;
}
.get-you a{
	background: #fff;
	color: #052148;
	margin-top: 10px;
}
.image-group-1 {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 20px;
	border-radius: 30px;
}
.image-group-1  iframe{
	border-radius: 30px;
}
.setups{
	padding: 40px;
	background: #f2f2f2;
	text-align: center;
	border-radius: 10px;
}
.our-work {
    padding: 20px;
}
.ht-about-work {
    border: 1px solid #eee;
    padding: 20px;
    border-radius: 20px;
    margin-bottom: 20px;
    border-top-left-radius: 0px;
    position: relative;
}
.ht-about-work span {
    position: absolute;
    left: 0;
    height: 50px;
    width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #038539;
    color: #fff;
    top: -1px;
    border-bottom-right-radius: 40px;
}
.ht-work-text h5 {
    padding-left: 30px;
    font-size: 17px;
}

.ht-work-text p {
    padding-top: 10px;
    border-top: 1px solid #eee;
    margin-top: 15px;
    display: block;
}
.recent-services{
	background-color: #f6f6f6;
}
.recent-services .sr-info p {
	color: #596f8f;
	font-size: 15px;
	margin-bottom: 20px;
	height: 60px;
}
/* -----------------------------------
      Gallery Section
--------------------------------------*/
.portfolio-section {
	padding: 50px 0;
	background-color: #ffffff;
  }
  .portfolio-section h2 {
	font-size: 28px;
	font-weight: 600;
	color: #000000;
	text-transform: uppercase;
  }
  .portfolio-menu {
	text-align: center;
  }
  .control {
	background: #052148;
	color: #fff;
	padding: 5px 10px;
	border: 1px solid #012455;
	border-radius: 3px;
	margin: 5px;
	cursor: pointer;
	-webkit-transition: all 05s ease;
	-moz-transition: all 05s ease;
	-ms-transition: all 05s ease;
	-o-transition: all 05s ease;
	transition: all 0.5s ease;
  }
  .control:hover {
	background: #03863b;
	border: 1px solid #007533;
  }
  .mixitup-control-active {
	color: #fff;
	background: #03863b;
	border: 1px solid #007533;
  }
  .fancybox-container button:focus {
	outline: 0;
	box-shadow: none;
  }
  /* .portfolio-item {
	padding-top: 30px;
  } */
  .portfolio-item li {
	  position: relative;
	  margin-bottom: 20px;
	  padding: 0 5px;
  }
  .pd img {
	height: 260px;
	transition: all 0.5s;
	width: 100%;
  }
  .portfolio-overlay {
	position: absolute;
	z-index: 2;
	top: 0;
	left: 0;
	background: rgba(1, 0, 10, 0.7);
	width: 100%;
	height: 100%;
	text-align: center;
	visibility: hidden;
	transition: all 0.5s;
	transform: scale(0);
  }
  .portfolio-overlay p,
  .portfolio-overlay a {
	position: relative;
	z-index: 4;
  }
  .portfolio-overlay::before {
	content: "";
	width: 0;
	height: 0;
	border-width: 0;
	position: absolute;
	left: 10%;
	top: 10%;
	transition: 50ms height ease 150ms;
	z-index: 3;
  }
  .portfolio-overlay::after {
	content: "";
	width: 0;
	height: 0;
	border-width: 0;
	position: absolute;
	right: 10%;
	bottom: 10%;
	transition: 100ms width ease 200ms;
	z-index: 3;
  }
  .portfolio-item:hover .portfolio-overlay::before {
	width: 80%;
	height: 80%;
	border-top: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	transition: width 0.1s ease 0.3s, height 0.1s ease 0.5s;
  }
  .portfolio-item:hover .portfolio-overlay::after {
	width: 80%;
	height: 80%;
	border-bottom: 1px solid #ffffff;
	border-left: 1px solid #ffffff;
	transition: width 0.1s ease 0.6s, height 0.1s ease 0.7s;
  }
  .portfolio-item .gallery-box {
	position: relative;
	/* border: 5px solid #ccd9e2; */
	margin: 10px;
}

  .portfolio-item .gallery-box:hover .portfolio-overlay {
	visibility: visible;
	transform: scale(1);
  }
  .portfolio-overlay .category {
	margin-top: 70px;
	margin-bottom: 20px;
	font-size: 16px;
	color: #fff;
	font-weight: 500;
	padding: 0 40px;
}
  .portfolio-overlay .magnify-icon {
	height: 40px;
	width: 40px;
	border-radius: 20px;
	background: #03863b;
	margin: 0 5px;
	cursor: pointer;
	display: inline-block;
	transition: all 0.25s;
	margin-top: 160px;
  }
  .portfolio-overlay .magnify-icon:hover {
	background: #000;
  }
  .portfolio-overlay .magnify-icon p span i {
	font-size: 15px;
	color: #fff;
	line-height: 40px;
	cursor: pointer;
  }
  .portfolio-page {
	background: #fff;
}
.portfolio-page .portfolio-item .gallery-box {
	background: #fff;
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
	border: 4px solid #fff;
	border-radius: 10px;
}
.portfolio-page .portfolio-overlays {
	padding-left: 5px;
}
.portfolio-page  .category {
	color: #0a426c;
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 16px;
	margin-top: 5px;
	min-height: 42px;
	line-height: 23px;
}
  .web-link {
	float: left;
	color: #052d44;
	font-weight: 600;
	font-size: 16px;
	margin-top: 2px !important;
}
.portfolio-page .pd img {
	height: 260px;
	transition: all 0.5s;
	width: 100%;
}
.gallery_sec img {
	height: 350px;
	object-fit: cover;
	display: block;
	width: 500px;
	border: 10px solid #fff;
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
}
.gallery_sec .col-md-4{
	margin-bottom: 30px;
}
.gallery_sec {
	padding: 40px 0;
}
/* .web-link  .fa.fa-link {
	background: #297cae;
	color: #fff;
	padding: 5px 6px;
	border-radius: 50px;
} */
.magnify-icon p span {
	color: #03863b !important;
	font-size: 15px;
}
.gallery-page .control {
	background: #fff;
	color: #173966;
	padding: 7px 10px;
	border-bottom: 2px solid #012455 !important;
	border: 2px solid #fff;
	font-weight: bold;
	font-size: 16px;
	border-radius: 6px;
}
.gallery-page .control:hover {
	background: #012455;
	border: 2px solid #012455;
	color: #fff;
	border-bottom: 2px solid #518cde !important;
}
.gallery-page .mixitup-control-active, .gallery-page .mixitup-control-active:hover {
	color: #fff !important;
	background: #03863b !important;
	border: 2px solid #03863b !important;
	border-radius: 6px;
}
.gallery-page .portfolio-item .gallery-box {
	box-shadow: rgb(14 30 37 / 12%) 0px 2px 4px 0px, rgb(14 30 37 / 32%) 0px 2px 16px 0px;
	border: 4px solid #fff;
}
.gallery-page{
	background: #fff;
	padding: 60px 0;
}
.gallery-boxes {
	text-align: center;
	padding: 10px;
	padding-bottom: 30px;
}
.gallery-boxes:hover{
box-shadow: 0 10px 20px rgb(0 0 0 / 19%), 0 6px 6px rgb(0 0 0 / 23%);
  border-radius: 10px;
}
.gallery-boxes img{
	border-radius: 8px;
}
.gg-box{
	text-align: center;
}
.gallery-boxes .read-more a {
	background: #03863b;
	color: #fff;
	padding: 10px 20px;
	border-radius: 4px;
	text-transform: uppercase;
}
.gallery-boxes h3 {
	font-size: 20px;
	margin-bottom: 20px;
}
  .sitemap-page {
	padding: 60px 0;
}
.sitemap-page h4 {
	float: left;
	width: 100%;
	margin: 5px 0;
}
.sitemap-page ul {
	list-style: none;
	padding-left: 0;
}
.sitemap-page li {
	float: left;
	/* width: 23%; */
	margin: 10px 0;
	margin-right: 9px;
}
.sitemap-page li::before {
	color: #03863b;
	content: "\f105";
	font-family: FontAwesome;
	margin-right: 6px;
}
.sitemap-page li a {
	font-size: 18px;
	color: #052148;
	line-height: 26px;
	font-weight: 500;
	text-decoration: underline;
	background: #fff;
}
.sitemap-page h4 a {
	color: #fff;
	font-size: 17px;
	background: #052148;
	border: 1px solid #707070;
	float: left;
	padding: 6px 10px;
	border-radius: 4px;
}
.sitemap-box {
	border: 8px solid #eee;
	padding:30px 50px;
	float: left;
	width: 100%;
}
.sitemap-page h4 a:hover{
	background: #03863b;
	color: #fff;
	border: 1px solid #03863b;
}
.sitemap-page  a:hover{
	color: #03863b;
}
.our-gallery-area .gallery-box img {
	height: 380px;
	object-fit: cover;
	object-position: top;
}
.our-gallery-area .single-brand-slide {
	padding: 5px;
	background: #fff;
	border: 4px solid #ccc !important;
}
.our-gallery-area  .gallery-box {
margin: 0 !important;
}
.gallery-page.op-2 img {
	height: 310px;
}
.ab-project h3 {
	font-size: 20px;
}
.our-gallery-area .portfolio-overlay .magnify-icon {
	height: 40px;
	width: 85px;
	padding: 6px;
}
.our-gallery-area .portfolio-overlay .magnify-icon  span{
	color: #fff !important;
}
.breadcrumb-link a {
	color:#052148 !important;
	font-size: 16px;
}
.breadcrumb-link {
	color: #333;
	padding: 20px;
	font-size: 16px;
}
.enquire-form {
	position: fixed;
	top: 50%;
	right: -69px;
	z-index: 1;
}
.enquire-form .thm-btn {
	padding: 11px 20px;
	font-size: 18px;
	transform: rotate(-90deg);
	background: #03863b;
	border-radius: 10px 10px 0 0;
	color: #fff;
	font-weight: 500;
}
body {
	padding-right: 0 !important;
}
.ebook-detail {
	background: #f2f2f2;
	padding: 60px 0;
	margin-bottom: 40px;
}
.ebook-detail .about-img img{
	margin: 0 auto;
	text-align: center;
}
.about-info h5 {
	color: #016e31;
	font-size: 20px;
	margin-bottom: 30px;
}
.all-ebook a:hover {
	background:  #052148 !important;
	color: #fff !important;
}
.all-ebook a {
	background: #03863b !important;
	color: #fff !important;
	padding: 12px 20px;
	font-size: 15px;
	border-radius: 6px;
	text-transform: capitalize;
	font-weight: 600;
	border: none;
	text-transform: uppercase;
}
.all-ebook {
	margin-top: 10px;
	display: flex;
	justify-content: start;
	margin: 0 auto;
	float: left;
	width: 100%;
}
.list {
	margin-bottom: 20px;
	float: left;
	width: 100%;
}
.case-info p, .case-info p a {
	font-size: 16px;
}
 
/*-- Popup Start --*/
    /* Styles for lightbox */
    :root {
      --lightbox-bg-color: #292929;
      --lightbox-caption-text-color: white;
      --lightbox-controls-color: white;
      --lightbox-controls-hover-color: #bf40bf;
     
    }

/* Styles for lightbox */
#lightbox {
  display: none;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;
  z-index:99999;
  width: 100%;
  height: 100%;
  background: #ffffffd9;
  opacity: 0; /* Initial opacity set to 0 */
  transition: opacity 0.5s; /* Cross-fade transition */
}

/* Container for the image and caption */
#lightbox figure {
  max-width: calc(90vw - 100px);
  max-height: calc(90vh - 100px);
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.lightbox-image {
 width:44vw;
  height: 100%;
    max-height: calc(100vh - 100px); /* Adjusted to accommodate the caption */
  display: block;
  margin: 0;
  opacity: 0; /* Initial opacity */
  transition: opacity 0.5s; /* Cross-fade transition */
  object-fit: contain;
  aspect-ratio:4/3;
}

#lightbox-caption {
    display: none;
}

#close, #prev, #next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #052148;
  border: none;
  padding: 10px;
  border-radius: 5px;
  color: var(--lightbox-controls-color);
}

#lightbox #close {
  top: 35px;
  right: 20px;
  width:35px;
  height:35px;
}

#lightbox #close:hover {
    background: rgba(178, 34, 52, 0.95);
}
#lightbox #close  {
    text-indent: -9999px;
    cursor: pointer
}
#lightbox #close:after, .close-button:before {
    content: ""'';
    width: 55%;
    height: 2px;
    background: #fafafa;
    position: absolute;
    top: 48%;
    left: 22%;
    transform: rotate(-45deg);
    transition: .3s ease-out
}
#lightbox #close:after {
    transform: rotate(45deg);
    transition: .3s ease-out
}
#lightbox #close:hover:after, .close-button:hover:before {
    transform: rotate(180deg)
}

#lightbox #prev {
  left: 20px;
}

#lightbox #next {
  right: 20px;
}

#close:hover, #prev:hover, #next:hover {
  color: #fff;
  transition: all 0.5s ease-in-out;
}

/* Demo styles */
.wsi-award {
    padding-top: 40px;
    padding-bottom: 60px;
    background: #eee;
}
.gallery {
  width: 100%;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
row-gap: 30px; /* Row gap */
  column-gap: 30px; /* Column gap */

}

.gallery img {
  width: 100%;
  height: auto;
  cursor: pointer;
  transition: transform 0.5s ease, box-shadow 0.5s ease;
width:100%;
height:auto;
  aspect-ratio:4/3;
object-fit: contain;
    border: 1px solid #0521484f;
    padding: 10px;
	    background: #fff;
}

.gallery img:hover {
  transform: scale(1.05) translateY(-5px);

}
@media (max-width: 980px) {
  .gallery img:hover {
     transform: none;
  }
}
@media only screen and (min-width: 320px) and (max-width: 480px){
  .gallery{
       grid-template-columns: repeat(2, 1fr);
  }
}