@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap");
/*font-family: "Montserrat", serif;*/
@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap");
/*font-family: "Oswald", serif;*/
* {
  box-sizing: border-box;
}

body {
  margin: 0px;
}

button:focus {
  outline: none;
}

input:focus {
  outline: none;
}

a {
  color: #1b70bb;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul {
  list-style: none;
  padding-left: 0px;
}

/*##### Comon css start #####*/
.common-title {
  position: relative;
  width: 100%;
}
.common-title h5 {
  position: relative;
  width: 100%;
  color: #ec3925;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
}
.common-title h4 {
  position: relative;
  width: 100%;
  color: #78808A;
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 10px;
  padding-left: 0px;
}
.common-title h3 {
  position: relative;
  width: 100%;
  color: #272822;
  font-size: 40px;
  font-weight: 700;
  font-family: "Oswald", serif;
  margin-bottom: 10px;
}
.common-title h3 span {
  color: #ec3925;
}
.common-title p {
  position: relative;
  width: 100%;
  color: #6F7567;
  font-size: 16px;
  margin-bottom: 10px;
}

.common-btn1 {
  position: relative;
  background-color: #ec3925;
  border-color: #ec3925;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 0px;
}
.common-btn1:hover {
  background-color: #ec3925;
  border-color: #ec3925;
  color: #fff;
}

.common-btn2 {
  position: relative;
  background-color: #23a8a0;
  border-color: #23a8a0;
  color: #fff;
  font-size: 16px;
  padding: 10px 15px;
  border-radius: 0px;
}
.common-btn2:hover {
  background-color: #23a8a0;
  border-color: #23a8a0;
  color: #fff;
}

/*#### Common css end ####*/
/*#### Header css start ####*/
.header-wrapper {
  position: relative;
  width: 100%;
  z-index: 9;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.top-header {
  position: relative;
  width: 100%;
  background-color: #23a8a0;
  padding: 5px 0px;
}
.top-header .left-content {
  position: relative;
  width: 100%;
}
.top-header .left-content p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 12px;
  margin-bottom: 0px;
}
.top-header .left-content p .btn-info {
  padding: 2px 6px;
}

.top-header .social-icon {
  justify-content: flex-end;
}

.social-icon {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  margin-bottom: 0px;
}
.social-icon ul li {
  position: relative;
  margin-left: 10px;
}
.social-icon ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
}
.social-icon ul li a:hover {
  color: #ec3925;
  transition: 0.5s;
}

.head-cont-info {
  position: relative;
  width: 100%;
}

.head-cont-info ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
}

.head-cont-info ul li {
  position: relative;
  display: inline-block;
  margin-right: 14px;
}

.head-cont-info ul li p {
  position: relative;
  font-size: 14px;
  color: #fff;
  font-weight: 500;
  margin-bottom: 0px;
}

.head-cont-info ul li p .icon {
  display: inline-flex;
  flex-wrap: wrap;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  color: #fff;
  background-color: #ec3925;
}

.head-cont-info ul li a {
  font-size: 14px;
  color: #fff;
}

.main-menu .logo-wrap {
  position: relative;
}

.main-menu .logo-wrap img {
  position: relative;
  width: 220px;
}

.main-menu {
  position: relative;
  width: 100%;
}
.main-menu .navbar-nav {
  position: relative;
}
.main-menu .navbar-nav li {
  position: relative;
  padding: 5px 20px;
}
.main-menu .navbar-nav li a {
  color: #272822;
  font-size: 16px;
  font-weight: 500;
  transition: all 0.5s;
}
.main-menu .navbar-nav li a:hover {
  color: #ec3925;
  transition: all 0.5s;
}
.main-menu .navbar-nav li.active a {
  color: #ec3925;
}

.header-phone-wrap {
  position: relative;
  margin-left: 10px;
}
.header-phone-wrap h6 {
  position: relative;
  width: 100%;
  color: #6F7567;
  font-size: 14px;
  margin-bottom: 3px;
}
.header-phone-wrap h4 {
  position: relative;
  width: 100%;
  color: #23a8a0;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 0;
}
.header-phone-wrap h4 a {
  color: #23a8a0;
}
.header-phone-wrap h4 i {
  color: #ec3925;
  font-size: 20px;
}

/*#### Header css end ####*/
/*#### banner css start ####*/
.banner-wrapper {
  position: relative;
  width: 100%;
}

#banner-slider .banner-sld-items {
  position: relative;
}

#banner-slider .banner-sld-items::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(90deg, rgba(0, 44, 75, 0.8) 1%, rgba(0, 44, 75, 0.1) 61.87%);
}

.banner-content-wrap {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  z-index: 1;
}
.banner-content-wrap h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 25px;
  margin-bottom: 12px;
}
.banner-content-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 10px;
}
.banner-content-wrap p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 15px;
}
.banner-content-wrap ul {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

/*####*/
#banner-slider {
  margin-bottom: 0px;
}

#banner-slider .slick-dots {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 35px;
  z-index: 9;
  margin-bottom: 0;
  margin-left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

#banner-slider .slick-dots li {
  position: relative;
  margin: 0px 5px;
}

#banner-slider .slick-dots li button {
  padding: 0;
  font-size: 0;
  line-height: 0;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent;
}

#banner-slider .slick-dots li button:before {
  content: "";
  width: 10px;
  height: 10px;
  background-color: #808080;
  display: block;
  border: 1px solid #808080;
  border-radius: 50%;
}

#banner-slider .slick-dots li.slick-active button:before {
  background-color: #fff;
  border: 1px solid #fff;
}

/*#### banner css end ####*/
/*####### About us css start ####*/
.about-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
}

.about-us-left-img {
  position: relative;
  width: 100%;
}
.about-us-left-img > img {
  position: relative;
  width: 100%;
}
.about-us-left-img .experience-info {
  position: absolute;
  left: -20px;
  top: 30px;
  width: 180px;
  background-color: #23a8a0;
  padding: 5px;
  text-align: center;
  border-radius: 8px 8px 8px 0px;
}
.about-us-left-img .experience-info h4 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 50px;
  margin-bottom: 5px;
}
.about-us-left-img .experience-info p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 5px;
}
.about-us-left-img .experience-info::after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -15px;
  width: 20px;
  height: 15px;
  background-color: #23a8a0;
  -webkit-clip-path: polygon(0 0, 100% 100%, 100% 0);
          clip-path: polygon(0 0, 100% 100%, 100% 0);
}

.about-right-content {
  position: relative;
  width: 100%;
}
.about-right-content p {
  position: relative;
  width: 100%;
  color: #6F7567;
  font-size: 16px;
  margin-bottom: 10px;
}
.about-right-content ul {
  position: relative;
  width: 100%;
  display: block;
}
.about-right-content ul li {
  position: relative;
  display: block;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #272822;
  font-weight: 600;
  font-size: 16px;
}
.about-right-content ul li:before {
  content: "\f0a9";
  font-family: fontawesome;
  position: absolute;
  top: 2px;
  left: 0;
  color: #ec3925;
  font-size: 16px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.contactno-about-wrap {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.contactno-about-wrap .icon {
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  background-color: #23a8a0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}
.contactno-about-wrap .info {
  position: relative;
  width: calc(100% - 30px);
  padding-left: 10px;
}
.contactno-about-wrap .info p {
  position: relative;
  font-size: 18px;
  font-weight: 600;
  word-break: break-all;
  margin-bottom: 0px;
  color: #272822;
}
.contactno-about-wrap .info p a {
  color: #272822;
}

/*####### About us css end ####*/
/*##### Services css start #####*/
.services-wrapper {
  position: relative;
  width: 100%;
  padding: 80px 0px;
  background-color: #fff;
}

/*## New style css start ###*/
.services-list {
  position: relative;
  width: 100%;
  padding: 20px 20px;
  border: 1px solid #ec3925;
  border-radius: 10px;
  transition: all 0.5s;
}
.services-list .icon {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.services-list .icon img {
  height: 60px;
}
.services-list .icon .hover-icon {
  display: none;
}
.services-list h3 {
  position: relative;
  width: 100%;
  color: #272822;
  font-size: 20px;
  font-family: "Oswald", serif;
  margin-bottom: 10px;
}
.services-list p {
  position: relative;
  width: 100%;
  color: #6F7567;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.services-list .read-more-btn {
  position: relative;
  display: inline-block;
  color: #ec3925;
  font-size: 16px;
  font-weight: 500;
}
.services-list .read-more-btn i {
  color: #272822;
}
.services-list:hover {
  background-color: #ec3925;
  transition: all 0.5s;
}
.services-list:hover .icon .hover-icon {
  display: block;
}
.services-list:hover .icon .normal-icon {
  display: none;
}
.services-list:hover h3 {
  color: #fff;
}
.services-list:hover p {
  color: #fff;
}
.services-list:hover .read-more-btn {
  color: #fff;
}

/*## New style css start ###*/
/*### Slider css ###*/
#services-slider {
  position: relative;
  z-index: 1;
}

#services-slider .slick-track {
  display: flex;
  flex-wrap: wrap;
}

#services-slider .services-sld-items {
  padding: 10px 15px;
  height: auto;
  min-height: unset;
}

.services-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 2px 0px 20px rgba(0, 0, 0, 0.1);
  border-radius: 5px;
  overflow: hidden;
}
.services-wrap .services-img {
  position: relative;
  width: 100%;
}
.services-wrap .services-img img {
  position: relative;
  width: 100%;
}
.services-wrap .services-content {
  position: relative;
  width: 100%;
  padding: 15px 15px;
  background-color: #fff;
}
.services-wrap .services-content h3 {
  position: relative;
  width: 100%;
  color: #272822;
  font-size: 20px;
  font-family: "Oswald", serif;
  margin-bottom: 10px;
}
.services-wrap .services-content p {
  position: relative;
  width: 100%;
  color: #6F7567;
  font-size: 15px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 10px;
}
.services-wrap .services-content .read-more-btn {
  position: relative;
  display: inline-block;
  color: #ec3925;
  font-size: 16px;
  font-weight: 500;
}
.services-wrap .services-content .read-more-btn i {
  color: #272822;
}

/**/
#services-slider .slick-arrow {
  position: absolute;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #ec3925;
  border: 3px solid #ec3925;
  color: #fff;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.1607843137);
  z-index: 9;
}
#services-slider .slick-arrow:hover {
  background-color: #23a8a0;
  border: 3px solid #23a8a0;
  color: #fff;
  transition: 0.5s;
}

#services-slider .slick-arrow:before {
  display: none;
}

#services-slider .slick-arrow.slick-prev {
  position: absolute;
  left: -3%;
  top: 50%;
  transform: translateY(-50%);
}

#services-slider .slick-arrow.slick-next {
  position: absolute;
  right: -3%;
  top: 50%;
  transform: translateY(-50%);
}

/**/
/*##### Services css end #####*/
/*##### PROCESS css start ###**/
.work-process-wrapper {
  position: relative;
  width: 100%;
  padding: 80px 0px;
  background-color: #E9F0E9;
}

.work-process-list {
  position: relative;
  width: 100%;
}
.work-process-list .icon {
  position: relative;
  width: 110px;
  height: 110px;
  background-color: #ec3925;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  border-radius: 0px 50px;
  margin-bottom: 15px;
  padding: 20px;
}
.work-process-list .process-content {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  text-align: center;
}
.work-process-list .process-content h4 {
  position: relative;
  width: 100%;
  color: #272822;
  font-size: 20px;
  margin-bottom: 10px;
}
.work-process-list .process-content p {
  position: relative;
  width: 100%;
  color: #6F7567;
  font-size: 16px;
  margin-bottom: 10px;
}

/*##### PROCESS css end ###**/
/*#### our-company-number css start ####*/
.our-company-number-wrapper {
  position: relative;
  width: 100%;
  padding: 80px 0px;
  background-image: url(../images/services-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.our-company-number-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: linear-gradient(75deg, rgba(0, 0, 0, 0.9612219888) 0%, rgba(3, 65, 61, 0.9023984594) 52%, rgba(35, 168, 160, 0.9472163866) 100%);
  opacity: 0.7;
}
.our-company-number-wrapper .common-title h3 {
  color: #fff;
}

.company-number-list {
  position: relative;
  width: 100%;
  text-align: center;
}

.company-number-list h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 40px;
  font-weight: 700;
  margin-bottom: 20px;
}

.company-number-list h5 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 18px;
  margin-bottom: 0px;
}

/*#### our-company-number css end ####*/
/*####### why-choose section css start ####*/
.why-choose-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px 0px 0px;
}

.why-choose-left-wrap {
  position: relative;
  width: 100%;
}

.why-choose-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 25px;
}
.why-choose-list .icon {
  width: 65px;
  height: 65px;
  background-color: #ec3925;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.why-choose-list .content {
  position: relative;
  width: calc(100% - 65px);
  padding-left: 10px;
}
.why-choose-list .content h4 {
  position: relative;
  width: 100%;
  color: #272822;
  font-size: 20px;
  margin-bottom: 10px;
}
.why-choose-list .content p {
  position: relative;
  width: 100%;
  color: #6F7567;
  font-size: 16px;
  margin-bottom: 5px;
}

.why-choose-wrap {
  position: relative;
  width: 100%;
  text-align: center;
}

/*####### why-choose section css end ####*/
/*### footer css start ####*/
.footer-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px 0px 0px;
  background-color: #272822;
}

.footer-inner-wrap {
  position: relative;
  width: 100%;
}

.footer-inner-wrap .footer-logo {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}

.footer-inner-wrap p {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 14px;
  margin-bottom: 10px;
}

.footer-inner-wrap h3 {
  position: relative;
  width: 100%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
}

.footer-inner-wrap .footer-menu {
  position: relative;
  width: 100%;
}

.footer-menu ul {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}

.footer-menu ul li {
  position: relative;
  width: 100%;
  padding: 5px 0px;
}

.footer-menu ul li a {
  position: relative;
  color: #fff;
  font-size: 14px;
}

/**/
.footer-inner-wrap .contact-det-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.footer-inner-wrap .contact-det-list .icon {
  color: #fff;
  font-size: 14px;
  width: 30px;
  height: 30px;
  background-color: #ec3925;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.footer-inner-wrap .contact-det-list .info {
  position: relative;
  width: calc(100% - 30px);
  padding-left: 10px;
}

.footer-inner-wrap .contact-det-list p {
  position: relative;
  font-size: 14px;
  word-break: break-all;
  margin-bottom: 0px;
  color: #fff;
}

.footer-inner-wrap .contact-det-list p a {
  color: #fff;
}

/**/
.footer-social-icon {
  position: relative;
  width: 100%;
}

.footer-social-icon ul {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 0px 0px;
  margin-bottom: 0px;
}

.footer-social-icon ul li {
  position: relative;
  margin-right: 15px;
  display: inline-flex;
}

.footer-social-icon ul li a {
  color: #fff;
  font-size: 16px;
  transition: 0.5s;
}

.footer-social-icon ul li a:hover {
  color: #ec3925;
  transition: 0.5s;
}

/**/
.footer-copyright-wrap {
  position: relative;
  width: 100%;
  padding: 15px 0px;
  border-top: 1px solid #3a3a3a;
  background-color: #272822;
}

.foot-copy {
  position: relative;
  width: 100%;
  text-align: center;
}
.foot-copy p {
  position: relative;
  width: 100%;
  color: #727272;
  font-size: 14px;
  margin-bottom: 0px;
}

/*### footer css end ####*/
/*### Inner banner css start ####*/
.inner-bannerwrapper {
  position: relative;
  width: 100%;
  padding: 0px 0px;
  z-index: 1;
}

.inner-bannerwrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(90deg, rgba(0, 44, 75, 0.8) 1%, rgba(0, 44, 75, 0.1) 61.87%);
  z-index: 1;
}

.inner-bannerwrapper img {
  position: relative;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}

.inner-bannerwrapper .inner-banner-cont {
  position: absolute;
  bottom: 15%;
  width: 100%;
  left: 0;
  z-index: 2;
}

.inner-bannerwrapper .inner-banner-cont h1 {
  position: relative;
  color: #fff;
  font-size: 30px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 0px;
}

.main-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
}

.cms-content {
  position: relative;
  width: 100%;
}

.cms-content h3 {
  position: relative;
  width: 100%;
  color: #272822;
  font-size: 25px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h4 {
  position: relative;
  width: 100%;
  color: #ec3925;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content h5 {
  position: relative;
  width: 100%;
  color: #23a8a0;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 10px;
}

.cms-content p {
  position: relative;
  width: 100%;
  color: #6F7567;
  font-size: 15px;
  margin-bottom: 10px;
}

.cms-content ul {
  position: relative;
  width: 100%;
  display: block;
}

.cms-content ul li {
  position: relative;
  display: block;
  padding-left: 24px;
  margin-bottom: 10px;
  color: #210026;
  font-size: 16px;
}

.cms-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/listing-check-icon.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  top: 50%;
  transform: translateY(-50%);
}

/*### Inner banner css end ####*/
/*### Contact us css start ####*/
.contact-us-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #fff;
}

.contact-inner-wrap {
  position: relative;
  width: 100%;
  padding: 30px;
  background-color: rgb(251, 251, 251);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  border-radius: 10px;
}
.contact-inner-wrap .comon-title h3 {
  font-size: 35px;
}
.contact-inner-wrap .form-group {
  position: relative;
  width: 100%;
}
.contact-inner-wrap .form-group .form-control {
  position: relative;
  width: 100%;
  padding: 15px 12px;
  border: 0px;
  background-color: #fff;
}
.contact-inner-wrap .form-group .form-control:focus {
  outline: none;
  box-shadow: none;
}
.contact-inner-wrap .form-group .btn-danger {
  padding: 10px 30px;
}

.contact-us-right {
  position: relative;
  width: 100%;
  padding-left: 30px;
  border-left: 1px solid #D0DAE9;
}
.contact-us-right .contact-details-list {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.contact-us-right .contact-details-list .icon {
  position: relative;
  width: 35px;
  font-size: 26px;
  color: #ec3925;
  line-height: 0;
}
.contact-us-right .contact-details-list .details {
  position: relative;
  width: calc(100% - 35px);
  padding-left: 5px;
}
.contact-us-right .contact-details-list .details h5 {
  position: relative;
  width: 100%;
  color: #272822;
  font-size: 18px;
  margin-bottom: 5px;
}
.contact-us-right .contact-details-list .details p {
  position: relative;
  width: 100%;
  color: #6F7567;
  font-size: 16px;
  margin-bottom: 10px;
}
.contact-us-right .contact-details-list .details p a {
  color: #6F7567;
}
.contact-us-right .contact-us-social-wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 15px 10px;
  border: 1px solid #D0DAE9;
  border-radius: 5px;
}
.contact-us-right .contact-us-social-wrap .contact-social-icon {
  justify-content: center;
}

.contact-social-icon {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0px;
}
.contact-social-icon li {
  position: relative;
  padding-right: 10px;
  display: inline-flex;
}
.contact-social-icon li a {
  font-size: 15px;
  width: 35px;
  height: 35px;
  background-color: #E9F0E9;
  color: #272822;
  border: 1px solid #C9C9C9;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  transition: all 0.5s;
}
.contact-social-icon li a:hover {
  transition: all 0.5s;
  color: #ec3925;
  border: 1px solid #ec3925;
}

/*### Contact us css end ####*/
/*### testimonials css start ###*/
.testimonials-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #E9F0E9;
}

.testmonials-sld-items {
  padding: 10px 15px;
}

.testimonials-wrap {
  position: relative;
  width: 100%;
  background-color: #fff;
  padding: 15px 15px;
  box-shadow: 0px 1px 10px rgba(0, 0, 0, 0.15);
  border-radius: 10px;
}
.testimonials-wrap .testimonials-top {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}
.testimonials-wrap .testimonials-top .auth-left {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
}
.testimonials-wrap .testimonials-top .title-wrap {
  position: relative;
  width: calc(100% - 70px);
  padding-left: 10px;
}
.testimonials-wrap .testimonials-top .title-wrap h4 {
  position: relative;
  width: 100%;
  font-size: 17px;
  color: #272822;
  margin-bottom: 5px;
}
.testimonials-wrap .testimonials-top .title-wrap h5 {
  position: relative;
  width: 100%;
  font-size: 15px;
  color: #6F7567;
  margin-bottom: 5px;
}
.testimonials-wrap .testimonials-top .title-wrap .google-icon {
  position: absolute;
  right: 0px;
  top: 0;
  width: 30px;
}
.testimonials-wrap .test-right-content {
  position: relative;
  width: 100%;
}
.testimonials-wrap .test-right-content .rating {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
}
.testimonials-wrap .test-right-content p {
  position: relative;
  width: 100%;
  color: #6F7567;
  font-size: 15px;
  margin-bottom: 5px;
}

/**/
.testmonials-slider .slick-arrow {
  position: absolute;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border: 3px solid #fff;
  color: #23a8a0;
  width: 35px;
  height: 35px;
  font-size: 18px;
  border-radius: 50%;
  box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.26);
  z-index: 9;
}
.testmonials-slider .slick-arrow:hover {
  color: #ec3925;
  transition: 0.5s;
}

.testmonials-slider .slick-arrow:before {
  display: none;
}

.testmonials-slider .slick-arrow.slick-prev {
  position: absolute;
  left: -3%;
  top: 50%;
  transform: translateY(-50%);
}

.testmonials-slider .slick-arrow.slick-next {
  position: absolute;
  right: -3%;
  top: 50%;
  transform: translateY(-50%);
}

/**/
/*### testimonials css end ###*/
/*### our-clients css end ####*/
.our-clients-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0 20px 0px;
}

#our-clients-slider .our-clients-sld-items {
  position: relative;
  padding: 10px 10px;
}

.our-clients-wrap {
  position: relative;
  width: 100%;
  padding: 10px 10px;
  box-shadow: 0px 2px 8px rgba(30, 6, 4, 0.13);
  border-radius: 5px;
}

.our-clients-wrap img {
  height: 60px;
  margin: 0 auto;
}

/*### our-clients css start ####*/
/*### About us css start ####*/
.our-vision-mission-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px 60px 0px;
  background-image: url(../images/vision-mission-bg.jpg);
  background-repeat: no-repeat;
  background-size: 100%;
  overflow: hidden;
}
.our-vision-mission-wrapper::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
}
.our-vision-mission-wrapper:after {
  content: "";
  position: absolute;
  right: -40px;
  top: 0;
  width: 50%;
  height: 100%;
  background-color: #23a8a0;
  transform: skewX(-10deg);
}

.vision-mission-wrap {
  position: relative;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 15px 15px;
  border-radius: 10px;
  text-align: center;
  z-index: 1;
}
.vision-mission-wrap .icon {
  position: relative;
  width: 100px;
  height: 100px;
  background-color: #ec3925;
  border-radius: 50%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  margin-bottom: 15px;
}
.vision-mission-wrap h3 {
  position: relative;
  width: 100%;
  color: #23a8a0;
  font-size: 30px;
  font-weight: 600;
  margin-bottom: 15px;
}
.vision-mission-wrap p {
  position: relative;
  width: 100%;
  color: #6F7567;
  font-size: 15px;
  margin-bottom: 10px;
}

.about-leaders-wrap {
  position: relative;
  width: 100%;
  background-color: #E9F0E9;
  border-radius: 0px 100px;
  overflow: hidden;
  box-shadow: 0px 4px 0px rgb(35, 168, 160);
}
.about-leaders-wrap .about-leaders-content {
  position: relative;
  width: 100%;
  padding: 20px 50px;
}
.about-leaders-wrap .about-leaders-content.cms-content h3 {
  font-family: "Oswald", serif;
  margin-bottom: 15px;
}
.about-leaders-wrap .about-leaders-img {
  position: relative;
  width: 100%;
}
.about-leaders-wrap .about-leaders-img img {
  position: relative;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.team-wrapper {
  position: relative;
  width: 100%;
  padding: 60px 0px;
  background-color: #f9f9f9;
}

.team-member-list {
  position: relative;
  width: 100%;
  background-color: #fff;
  border-radius: 0px;
  border-bottom: 2px solid #ec3925;
  overflow: hidden;
}
.team-member-list .member-img {
  position: relative;
  width: 100%;
}
.team-member-list .member-img img {
  position: relative;
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.team-member-list .member-dtls {
  position: relative;
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding: 15px 15px;
}
.team-member-list .member-dtls h4 {
  position: relative;
  width: 100%;
  font-size: 20px;
  color: #ec3925;
  margin-bottom: 5px;
  font-weight: 600;
  font-family: "Oswald", serif;
}
.team-member-list .member-dtls p {
  position: relative;
  width: 100%;
  color: #6F7567;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 0;
}
.team-member-list .member-dtls .dtls {
  position: relative;
  width: calc(100% - 50px);
}
.team-member-list .member-dtls .social-links {
  position: relative;
  width: 50px;
  text-align: right;
}
.team-member-list .member-dtls .social-links a {
  position: relative;
  display: inline-flex;
  background-color: #0077b5;
  width: 45px;
  height: 45px;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  color: #fff;
}

/*### About us css end ####*//*# sourceMappingURL=style.css.map */