@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px 'Poppins', sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

a:hover,
a:focus {
  text-decoration: none;
  color: #393939;
}

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
  list-style-type: none;
}

p {
  font-weight: 500;
  line-height: 25px;
  font-family: "Montserrat", sans-serif;
  font-size: 14px;
}


/***** Font Files *****/


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8 {
  padding-top: 80px;
}

.pb_8 {
  padding-bottom: 80px;
}

.py_8 {
  padding: 80px 0px;
}

.theme_btn {
  padding: 14px 18px 15px 20px;
  border: unset;
  border-radius: 30px;
  color: #ffffff;
  z-index: 1;
  background: #0067cc;
  position: relative;
  font-size: 14px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
  display: inline-block;
  /* width: 74%; */
}

.theme_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 5px;
  background-color: #1c75b9;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms
}

.theme_btn:hover {
  color: #fff;
}

.theme_btn:hover::before {
  width: 100%;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "Barlow", sans-serif;
  font-size: 74px;
  line-height: 77px;
  color: #fff;
  font-weight: 500;
  margin: 0px 0 0px;
  text-transform: uppercase;
  padding: 0;
}

h2 {
  font-family: "Barlow", sans-serif;
  font-size: 60px;
  line-height: 60px;
  color: #000;
  font-weight: bold;
  margin: 0px 0 0px;
  text-transform: uppercase;
}

h3 {
  font-family: "Barlow", sans-serif;
  font-size: 27px;
  line-height: 1.2;
  color: #000000;
  font-weight: 500;
  margin: 0 0 10px;
  text-transform: uppercase;
}

h4 {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #2d2d2d;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Barlow", sans-serif;
  font-size: 20px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Barlow", sans-serif;
  font-size: 18px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url('../images/arrow.png') no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}


/*header css start */

.menuSec {
  padding: 0px 0;
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 30px;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: end;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #0f0e0e;
  padding: 10px 31px;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 500;
  font-family: "Montserrat", sans-serif;
}

/* .menuSec ul li a:after {
    content: '';
    position: absolute;
    top: 35%;
    right: 0;
    width: 1px;
    height: 13px;
    background-color: #393939;
}
 */
.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #0067cc;
}

.menuSec li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 38px;
}

.menuSec li>ul>li>a {
  border: none;
  padding: 13px 20px !important;
  color: #fff !important;
  overflow: hidden;
  font-size: 13px;
  line-height: 20px;
}

.menuSec li>ul>li,
.menuSec li>ul>li>a {
  display: block;
  margin: 0;
}

.menuSec li>ul>li>a:before,
.menuSec li>ul>li>a:after {
  display: none;
}

.menuSec li:hover li {
  float: none;
}

.menuSec li ul li a:hover {
  background-color: #ffffff;
  color: #000000 !important;
}

.menuSec ul ul ul {
  left: 100%;
  top: 0;
}

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li>ul>li:hover>ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

.droopdwon li:hover>ul {
  display: block;
  position: absolute;
  z-index: 1000;
  background-color: #000000;
  left: 0px;
  width: 230px;
  text-align: left;
  top: 40px;
}

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}


/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}


/*banner css start */


/* Tab slider fix  */

.tab_sec .tab-pane {
  display: block;
  border: 0;
  height: 0;
}

.tab_sec .tab-pane.active {
  display: block !important;
  height: auto;
}


/* Tab slider fix  */

.carousel-inner>.item>a>img,
.carousel-inner>.item>img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.container-fluid {
  padding: 0 4%;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  /* background: #124c7966; */
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}


/*banner css end*/

.blog_sec {
  padding: 5% 0;
}


/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
  background: #242889;
  color: #fff;
}

.tab_sec .nav-tabs .nav-link {
  background: #ccc;
  border-radius: 50px;
  color: #000;
  padding: 7px 28px;
}

.tab_sec .nav-tabs {
  border: none;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}


/* Tabs  */


/* .theme-btn-sd a {
    display: flex;
    align-items: center;
    justify-content: space-between;
} */
.btn-flex-inner {
  display: flex;
  align-items: center;
  gap: 20px;
}

.theme-btn-sd a p {
  margin: 0;
  color: #fff;
  text-transform: uppercase;
}

.theme-btn-sd a .btn-icon {
  background: #fff;
  width: 40px;
  height: 23px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 21px;
  box-shadow: 0px 0px 14px 0px #00000070;
}

.theme-btn-sd.header-btn-sd {
  display: flex;
  align-items: center;
  justify-content: end;
}

.dis-block {
  display: block;
}

.banner-text-center-line-one {
  width: 25%;
  height: 5px;
  background: #0a58ca;
  border-radius: 30px;
}

.banner-text-center-line-two {
  width: 65%;
  height: 5px;
  background: #40637f;
  border-radius: 30px;
}

.banner-text-center-line-sd {
  display: flex;
  gap: 7px;
  margin: 20px 0px 15px;
}

.banner_text b {
  text-transform: uppercase;
  letter-spacing: 5px;
  font-family: 'Barlow';
  font-size: 14px;
  font-weight: 500;
}

.banner_text h1 span.dis-block {
  font-weight: bold;
  margin-bottom: 13px;
}

.banner_img {
  position: absolute;
  background: #fff;
  width: 26%;
  top: 34%;
  right: 0px;
  border-radius: 20px 0px 0px 20px;
}

.banner_text>p {
  margin: 18px 1px 26px;
  line-height: 28px;
  color: #ffffff80;
  width: 81%;
}

.banner_img ul {
  display: flex;
  align-items: center;
  margin: 0;
}

.banner-text-posi {
  width: 100%;
  padding: 40px 40px 40px 33px;
}

.banner-text-posi h4 {
  color: #0a58ca;
  text-transform: uppercase;
  margin-bottom: 30px;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 1px;
}

.banner-text-posi h3 {
  text-transform: uppercase;
  font-size: 25px;
  margin-bottom: 20px;
  border-bottom: 1px solid #0000005e;
  padding-bottom: 20px;
  font-weight: 600;
}

.banner-text-posi p {
  line-height: 26px;
  color: #0000007a;
}

.banner-posi-img img {
  height: 420px;
  width: 200px;
  object-fit: cover;
}

.banner-icon-sd {
  background: #0067cc;
  /* display: inline-block; */
  padding: 3px 18px;
  border-radius: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  height: 30px;
}

.menuSec .container-fluid .row {
  background: #fff;
  padding: 12px 20px;
  border-radius: 12px;
}

.banner-img-sd img {
  height: 100vh;
  width: 100%;
  object-fit: cover;
}

.banner_text {
  margin-top: 130px;
}



ul.banner-social-icon {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
}

ul.icon-bg-sd {
  display: flex;
  gap: 40px;
  margin: 0;
}

li.icon-social-dis-sd ul.icon-bg-sd a i {
  color: #6ba5d1;
  height: 50px;
  width: 50px;
  background: #0067cc;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #6ba5d1;
  font-size: 14px;
}

.banner-btm-social-icon {
  background: #0067cc;
  position: relative;
  z-index: 1;
  padding: 20px 0px;
}

ul.banner-social-icon li h4 {
  margin: 0;
  color: #fff;
  background: #0067cc;
  padding: 0px 15px;
  text-transform: uppercase;
}

.banner-btm-social-icon:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background: #6ba5d1;
  z-index: -1;
}

li.icon-social-dis-sd ul.icon-bg-sd a i:hover {
  background: #fff;
  color: #0067cc;
  border: 1px solid #fff;
  transition: 1s;
}

section.about-sec-sd {
  margin: 130px 0px;
}

.about-sec-img {
  text-align: end;
  position: relative;
  z-index: 1;
  padding: 0px 0px;
}

.about-sec-img:after {
  position: absolute;
  content: '';
  top: -28px;
  left: 15%;
  height: 110%;
  width: 46%;
  background: #006ad3;
  z-index: -1;
  border-radius: 6px;
}

.about-sec-img img {
  width: 80%;
  height: 600px;
  object-fit: cover;
  border-radius: 10px;
}

.about-sec-text {
  padding-left: 20px;
}

.about-sec-text p {
  font-size: 14px;
  width: 89%;
  color: #868686;
}

.about-sec-text h2 {
  margin-bottom: 13px;
}

ul.our-mission-sd {
  position: relative;
  display: flex;
  align-items: center;
  gap: 24px;
  width: 100%;
  margin: 30px 0px 40px;
}

ul.our-mission-sd p {
  width: 100%;
}

ul.our-mission-sd li h3 {
  width: 110px;
}

ul.our-mission-sd:before {
  position: absolute;
  content: '';
  top: -3px;
  left: 16%;
  height: 90px;
  width: 1px;
  background: #00000042;
}





/* Water Home section css start  */

section.waterHome {
  position: relative;
  overflow: hidden;
  margin-bottom: 80px;
}

.heading-services h2 {
  margin-bottom: 15px;
}

.heading-services p {
  color: #868686;
}

.waterTxt p {
  color: #868686;
}

section.waterHome .slick-list {
  padding: 40px 0px 40px;
  margin-right: -60px;
}

section.waterHome .slick-list .item {
  opacity: 1;
}

section.waterHome .heading p {
  /* font-weight: 500; */
  line-height: 26px;
  /* opacity: 100%; */
  /* width: 100%; */
  /* margin: 0px auto; */
}

section.waterHome .waterh-box {
  background: #fff;
  border-radius: 10px;
  box-sizing: border-box;
  box-shadow: 0px 0px 20px 7px #55555505;
  transition: 0.9s;
  height: 100%;
  position: relative;
  text-align: center;
}

section.waterHome .waterh-box .waterImg img {
  width: 100%;
  margin: 0px auto;
  border-radius: 5px 5px 0px 0px;
  transition: 0.9s;
  box-shadow: 0px 0px 20px 6px #4444442e;
  height: 420px;
  object-fit: fill;
}

section.waterHome .waterh-box h4 {
  font-weight: 500;
  font-size: 20px;
  line-height: 16px;
  margin-bottom: 13px;
  text-transform: uppercase;
}

section.waterHome .waterh-box p {
  line-height: 26px;
}

section.waterHome .waterh-box .waterTxt {
  margin: 30px 0 16px;
}

section.waterHome .waterh-box .location a {
  display: flex;
}

section.waterHome .waterh-box .loaction a {
  display: flex;
  align-items: center;
  gap: 13px;
  padding-left: 4px;
  color: #000;
  font-family: "Montserrat";
  font-weight: 500;
  transition: 0.9s;
}

section.waterHome .waterh-box .loaction a i {
  font-size: 18px;
  color: #405d3c;
  transition: 0.9s;
}

section.waterHome .waterh-box .listing {
  justify-content: space-between;
  align-items: center;
  margin: 10px 0 15px;
  gap: 10px;
  padding: 0px 3px 0px;
  position: relative;
}

section.waterHome .waterh-box .listing .txt-icons {
  position: relative;
  width: 100%;
  display: flex;
  gap: 10px;
  align-items: center;
}

section.waterHome .waterh-box .listing .txt-icons h6 {
  margin: 0px;
  position: relative;
  font-size: 12px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #000;
  opacity: 100%;
  line-height: 22px;
  transition: 0.9s;
}

section.waterHome .waterh-box .listing .txt-icons h6 span {
  transition: 0.2s;
}

section.waterHome .waterh-box .listing .count-i {
  display: inline-block;
  position: relative;
}

section.waterHome .waterh-box .listing .count-i i {
  color: #42603e;
  transition: 0.9s;
  font-size: 18px;
}

section.waterHome .waterh-box ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
  padding: 0px 3px 10px;
  position: relative;
}

section.waterHome .waterh-box ul p {
  margin: 0;
  color: #000;
  opacity: 1;
  font-family: "ntseawave-standart";
  font-weight: 600;
  transition: 0.9s;
  position: relative;
}

section.waterHome .waterh-box ul a {
  display: inline-block;
  color: #42603e;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  text-decoration: underline;
  transition: 0.9s;
  position: relative;
  z-index: 2;
}

section.waterHome .waterh-box .banner-card-ba img {
  width: auto;
  filter: unset;
  height: auto;
  transition: 0.9s;
}

section.waterHome ul.slick-dots {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  bottom: 35.7%;
  left: -64%;
}

/* .waterhome-slide ul.slick-dots {
    position: absolute;
   
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    
} */

section.waterHome ul.slick-dots li {
  margin: 0px;
  width: 7px;
  height: 7px;
  background: #aaa8a0;
  border-radius: 45px;
  transition: 0.6s;
}

section.waterHome ul.slick-dots buttton {
  padding: 0px;
}

section.waterHome .slick-dots li button:before {
  display: none;
}

section.waterHome ul.slick-dots li.slick-active {
  outline: 1px solid #ffffff;
  background: #ffffff;
  outline-offset: 9px;
  box-shadow: 0px 0px 20px 8px #42603e42;
  opacity: 1 !important;
}

/* prev & Next  */

section.waterHome .slick-prev {
  width: 40px;
  height: 40px;
  top: 63.8%;
  border-radius: 45px;
  transition: 0.9s;
  background-size: 17px 17px !important;
  background-position: center;
  left: -52%;
  border: 1px solid #ffffff;
}

section.waterHome .slick-prev::before {
  content: url(../images/prev-arrwo.png) !important;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 9%;
  left: 0;
  right: 0;
  margin: 0px auto;
}

section.waterHome .slick-next::before {
  background-image: url(../images/btn-icon1.png) !important;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 41%;
  left: 3px;
  right: 0;
  margin: 0px auto;
  background-repeat: no-repeat;
  content: "";
}

section.waterHome .slick-next {
  background-size: 17px 17px !important;
  background-position: center;
  width: 40px;
  height: 40px;
  top: 63.8%;
  border-radius: 45px;
  transition: 0.9s;
  left: -46%;
  background-color: transparent;
  border: 1px solid #ffffff;
}

section.waterHome .slick-prev:hover,
section.waterHome .slick-next:hover {
  background-color: #f3a000;
  border: unset;
}

section.waterHome .slick-prev:hover::before,
section.waterHome .slick-next:hover::before {
  filter: brightness(0) invert(1);
}

.waterhome-slider {
  position: relative;
}

.waterhome-slider:before {
  position: absolute;
  content: '';
  top: 0;
  right: -75px;
  height: 460px;
  width: 110%;
  background: #006ad3;
  border-radius: 20px 20px 0px 0px;
}

.heading-services {
  padding: 30px 48px 0 0px;
}

.services-btn-arrow-sd {
  position: absolute;
  content: '';
  bottom: 271px;
  left: 0;
  height: 100px;
  width: 539px;
  background: #006ad3;
  z-index: -1;
  border-bottom-right-radius: 8px;
}

.waterhome-slider .slick-slide img {
  width: auto;
}

/* Water Home section css end */



ul.why-choose-list li {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 10px;
}

.why-li-text h4 {
  font-size: 16px;
  margin: 0;
  font-weight: 600;
}

ul.why-choose-list {
  margin-bottom: 34px;
}

.why-choose-img img {
  width: 80%;
  height: 560px;
}

.why-choose-img {
  position: relative;
  z-index: 1;
  padding: 30px 0px;
}

.why-choose-img:before {
  position: absolute;
  content: '';
  top: 0;
  right: 98px;
  height: 100%;
  width: 39%;
  background: #1c75b9;
  z-index: -1;
  border-radius: 20px;
}

section.why-choose {
  margin: 80px 0px;
}

section.join-our-sec {
  padding: 70px 0px;
  width: 100%;
  background: #0067cc;
  margin-bottom: 100px;
}

.join-our-img img {
  height: 560px;
  width: 100%;
  object-fit: cover;
  margin-left: 0px;
  border-radius: 20px;
}

section.join-our-sec .row {
  /* background: #fff; */
  padding: 0px;
  margin: 0;
  position: relative;
  z-index: 1;
}

section.join-our-sec .row:before {
  position: absolute;
  content: '';
  top: 0;
  left: 0;
  height: 100%;
  width: 90%;
  background: #fff;
  z-index: -1;
  border-radius: 18px;
}

.join-our-text {
  padding: 45px 30px 50px 30px;
}

ul.join-our-li li.join {
  width: 50%;
}

.join-our-text h2 {
  margin-bottom: 20px;
  line-height: 65px;
}

.join-our-text p {
  color: #868686;
  margin-bottom: 27px;
}

ul.join-our-li {
  width: 100%;
  margin-bottom: 20px;
}

ul.join-our-li li {
  font-weight: 500;
  font-size: 14px;
  display: inline-block;
  width: 40%;
  margin-bottom: 22px;
  font-family: "Montserrat", sans-serif;
  color: #000;
}

section.contact-sec-sd {
  height: 100%;
  width: 100%;
  padding: 60px 0;
  background-image: url(../images/contact-bg-img.png);
  background-repeat: no-repeat;
  background-size: cover;
}

.contact-new-lst-main {
  display: flex;
  gap: 10px;
  align-items: center;
}

.contact-imges {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
}

.contact-imges img {
  width: 100%;
  height: 90px;
  object-fit: scale-down;
}

.contact-sec-text {
  display: flex;
  flex-direction: column;
  gap: 270px;
}

.contact-sec-text h2 {
  margin-bottom: 13px;
}

.contact-sec-text p {
  width: 70%;
  opacity: 80%;
}

.contact-sec-text h2 {
  color: #fff;
}

.contact-sec-text p {
  color: #fff;
}

.form-sec-sd {
  background: #fff;
  padding: 40px 30px;
  border-radius: 10px;
}

.apoint-input input,
.apoint-input select,
.apoint-input textarea {
  border-width: 1px;
  border-color: #00000014;
  border-style: solid;
  width: 100%;
  height: 50px;
  padding: 0 15px;
  font-size: 14px;
  color: #000;
  text-transform: capitalize;
  margin: 0px 0px 12px;
  border-radius: 10px;
}

.appointment-sec::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: #224543e6;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}

.apoint-input input::placeholder,
.apoint-input textarea::placeholder {
  color: #00000069;
  text-transform: capitalize;
}

.apoint-input textarea {
  height: 200px;
  resize: none;
  padding: 10px;
}

.apoint-input {
  position: relative;
}

.apoint-input i {
  font-size: 18px;
  color: #0067cc;
  position: absolute;
  top: 14px;
  right: 16px;
  pointer-events: none;
}

button.theme_btn img {
  background: #fff;
  padding: 6px 10px;
  margin-left: 10px;
  border-radius: 10px;
}


button.theme_btn {
  width: max-content;
}



/* testimonial */
.testi-left {
  text-align: center;
  width: 60%;
  margin: 0 auto;
}

.testimonial .testi-box {
  position: relative;
  padding: 15px 30px;
  border-radius: 10px;
  box-shadow: 0px 0px 8px #c3c3c30a;
  z-index: 1;
  width: fit-content;
  border: 1px solid #0000000d;
}

.testi-left p {
  color: #9d9f96;
  width: 95%;
}

.testi-box p {
  font-style: italic;
  width: 82%;
}



.testi-slider .slick-slide.slick-current.slick-active {
  box-shadow: 0px 0px 7px 0px #00000054;
}

.testi-box:after {
  position: absolute;
  /* content: ''; */
  border: 2px solid #d92532;
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  border-radius: 10px;
  z-index: -1;
}

.testi-box::before {
  position: absolute;
  content: "";
  background-image: url("../images/quote-back.png");
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  z-index: -1;
  background-repeat: no-repeat;
}

.testi-box img {
  width: auto;
}

.client-rat i.fas.fa-star {
  font-size: 16px;
  color: #f39f1e;
  margin: 20px 0;
}

.cli-img img {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  overflow: hidden;
  border: 4px solid white;
  object-fit: cover;
  margin-right: 20px;
}

.testi-slider .slick-list {
  padding: 30px 170px 0px 0;
  margin-right: -60px;
}

.testi-slider .slick-slide {
  opacity: 1;
  margin: 10px 5px;
}


.testimonial {
  padding: 0px 0;
  padding-left: 3%;
  position: relative;
  margin-bottom: 120px;
}

.testi-slider .slick-prev {
  left: unset;
  right: 10%;
}

.testi-slider .slick-next {
  right: 6%;
  left: unset;
}

.testi-slider .slick-prev,
.testi-slider .slick-next {
  top: -50px;
}

.testi-slider .slick-arrow {
  height: 35px;
  width: 35px;
  border-radius: 50%;
  border: 1px solid #fff;
}

.testi-slider .slick-prev:before {
  right: -7px;
  color: #fff;
  opacity: 0.5 !important;
  font-family: 'Font Awesome 6 Pro';
  content: '\f0d9';
  font-weight: 600;
}

.testi-slider .slick-next:before {
  font-family: 'Font Awesome 6 Pro';
  font-size: 22px;
  position: relative;
  color: #fff;
  opacity: 1;
  content: '\f0da';
  font-weight: 600;
  top: 0;
  left: 0;
  background: var(--yellow);
}


.testi-slider .slick-arrow:hover:before {
  color: white;
  opacity: 1 !important;
}

.testi-slider .slick-prev:before,
.testi-slider .slick-next:before {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 35px;
  height: 35px;
  transition: 0.5s all;
  background: var(--yellow);
  opacity: 1 !important;
}

.testi-slider .slick-arrow:hover:before {
  transform: scale(1.2);
  background: var(--red);
}

.testimonial .row {
  align-items: center;
}

.testi-left h2 {
  margin-bottom: 18px;
}

.client-img-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.clien-testi-img-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 15px;
}

.client-img-box h5 {
  font-size: 20px;
  margin: 0;
  text-transform: uppercase;
  color: #006ad3;
  letter-spacing: 1px;
}

.client-img-box p {
  font-size: 16px;
  color: #f3a000;
  font-weight: 500;
}




.testi-slider .slick-dots li button:before {
  content: '';
  position: absolute;
  width: 8px;
  height: 8px;
  background: #2a2a2a;
  border-radius: 50%;
  opacity: 0.5;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.testi-slider .slick-dots li.slick-active button:before {
  opacity: 1;
  background: var(--red);
}

.testi-slider .slick-dots li.slick-active button:after {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid var(--red);
  border-radius: 50%;
  transform: translate(-50%, -50%);
}

.testi-slider .slick-dots li.slick-active {
  opacity: 1;
}

.testi-slider ul.slick-dots {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  bottom: -50px;
  left: 0;
  gap: 0;
  margin: 0 !important;
  flex-direction: row-reverse;
}

.testi-slider .slick-dots li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 25px;
}

.testi-slider .slick-dots li button {
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* testimonial */






/* Footer styling start here  */

footer {
  background: #041628;
  color: #fff;
  padding: 70px 60px 0px 60px;
  /* overflow: hidden; */
}

footer.footerSec .container-fluid {
  border-top: 1px solid #ffffff2e;
}

footer .padds {
  padding: 40px 0px 110px 0px;
  height: 100%;
}

footer.footerSec .row {
  overflow: hidden;
}

footer .ft-logo {
  margin-bottom: 18px;
}

footer p {
  color: #fff;
  opacity: 100%;
  font-weight: 400;
  line-height: 24px;
}

footer h3 {
  font-size: 28px;
  line-height: 37px;
  color: #fff;
  margin: 0;
}

footer ul {
  margin: 0px;
  position: relative;
}

footer ul li {
  margin: 24px 0px;
}

footer ul li a {
  text-transform: uppercase;
  color: #fff;
  transition: 0.5s;
  font-size: 14px;
  font-weight: 500;
  font-family: "Montserrat";
}

footer ul li a:hover {
  opacity: 1;
  text-decoration: underline;
  font-weight: 600;
  opacity: 1;
  color: #1c75b9;
}

footer .foot-links ul {
  position: relative;
  width: 70%;
  column-count: 2;
}

footer .follow ul {
  display: flex;
  align-items: center;
  gap: 10px;
}

footer .follow ul li a i {
  width: 40px;
  height: 40px;
  border-radius: 45px;
  color: #ffffff63;
  border: 1px solid #ffffff63;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
  font-size: 17px;
  opacity: 100%;
}

footer .follow ul li a i:hover {
  background: #1d73b4;
  border: 1px solid #1c75b9;
  color: #fff;
  opacity: 1;
}

footer .follow ul li a:hover {
  text-decoration: unset !important;
}

.footer-btm {
  padding: 20px 0;
  position: relative;
  border-top: 1px solid #ffffff2e;
}

.footer-btm p {
  margin: 0px;
  /* color: #fff; */
  /* font-family: "Montserrat"; */
  /* font-size: 14px; */
  /* font-weight: 500; */
  /* opacity: 100%; */
}

footer .foot-links {
  position: relative;
  padding: 40px 0px 40px 80px;
}

footer .foot-links:before {
  position: absolute;
  content: "";
  width: 1px;
  height: 100%;
  background: #ffffff2e;
  left: 0px;
  bottom: 0px;
}

footer .foot-links:after {
  position: absolute;
  content: "";
  width: 1px;
  right: 54px;
  height: 100%;
  background: #ffffff2e;
  bottom: 0px;
}

.footer-btm:before {
  position: absolute;
  content: "";
  width: 115%;
  left: -120px;
  top: 0;
  background: #363537;
  height: 1px;
}

footer .ft-logo h2 {
  font-weight: 500;
}

/* Footer Mail section css st  */

/* Footer Mail section css st  */

/* section.mail-ft {
    position: relative;
    margin-top: -60px;
  } */

footer {
  position: relative;
}

section.mail-ft .mailWraper {
  width: 70%;
  margin: 0px auto;
  margin-bottom: 70px;
}

section.mail-ft .mailWraper .row:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border: 1px solid #ffffff57;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}

section.mail-ft .mailWraper .row {
  position: relative;
}



section.mail-ft .col-lg-4.col-md-4.col-12 {
  padding: 0;
}

section.mail-ft .connectLinks {
  display: flex;
  align-items: center;
  gap: 16px;
  background: transparent;
  padding: 20px 10px 20px 0px;
  transition: 0.9s;
  height: 110px;
  width: 100%;
  border-radius: 10px;
}

section.mail-ft .connectLinks .connecIcon {
  width: 52px;
  height: 50px;
  background: #006ad3;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.9s;
  cursor: pointer;
  border-radius: 0px 12px 12px 0px;
  width: 20%;
}

section.mail-ft .connectLinks .connecIcon i {
  color: #fff;
  font-size: 22px;
  line-height: 30px;
  transition: 0.9s;
}

section.mail-ft .connectLinks .conneTxt {
  position: relative;
  width: 96%;
}

section.mail-ft .connectLinks .conneTxt h6 {
  font-size: 14px;
  margin: 0px;
  color: #fff;
  text-transform: capitalize;
  letter-spacing: 2px;
  font-weight: 700;
}

section.mail-ft .connectLinks .conneTxt a {
  transition: 0.9s;
  color: #fff;
  font-family: "Montserrat";
  font-size: 13px;
  font-weight: 500;
  line-height: 21px;
  display: inline-block;
}

section.mail-ft .connectLinks:hover .connecIcon {
  transform: translate(0px, -2px);
  background: #1c75b9;
}

section.mail-ft .connectLinks:hover a {
  text-decoration: underline;
}

section.mail-ft .mailWraper .row {
  margin: 0px auto;
  padding: 0;
  box-shadow: 0px 0px 20px 20px #1211110a;
}

section.mail-ft .differCol .connectLinks {
  background: #006ad3;
}

section.mail-ft .differCol .connectLinks h6 {
  color: #fff;
}

section.mail-ft .differCol .connectLinks a {
  color: #fff;
}

section.mail-ft .differCol .connectLinks .connecIcon {
  background: #fff;
}

section.mail-ft .differCol .connectLinks .connecIcon i {
  color: #006ad3;
}

footer .follow {
  margin-top: 24px;
}

footer ul li:first-child {
  display: inline;
}

footer h5 {
  font-size: 24px;
  color: #fff;
  letter-spacing: 1px;
  font-weight: 600;
  margin: 0 0 30px;
}

footer .follow ul li {
  margin: 0px;
}

footer .newlatter {
  position: relative;
}

footer .newlatter form {
  display: flex;
  position: relative;
  width: 90%;
  margin-top: 28px;
}

footer .newlatter form input {
  width: 100%;
  position: relative;
  background: #2e2e2e;
  border: 0px;
  padding: 12px 40px 12px 20px;
  border-radius: 10px;
  color: #ffffffad;
  font-family: "Montserrat";
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
}

footer .newlatter form input::placeholder {
  color: #fff;
  opacity: 40%;
  text-transform: uppercase;
}

footer .newlatter form button {
  position: absolute;
  width: 48px;
  height: 48px;
  background: #42603e;
  border-radius: 10px;
  border: 0px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  right: 0;
  top: 1px;
  transition: 0.9s;
}

footer .newlatter form button:hover {
  transform: scale(0.985);
  background: #fff;
  color: #000;
}

footer .newlatter form button:hover i {
  color: #42603e;
}

footer .newlatter form button i {
  color: #fff;
}

section.mail-ft .connectLinks .connecIcon i.fas.fa-phone-volume {
  transform: rotate(-35deg);
}

.site_des.padds p {
  width: 85%;
  margin: 30px 0 24px;
}

/* Footer Mail section css end  */

ul.inner-banner-link {
  display: flex;
  gap: 13px;
  margin: 26px 0px;
}

ul.inner-banner-link li a {
  color: #fff;
  text-transform: uppercase;
  font-size: 16px;
}

.banner-text-center-line-one.inner-banner-line-one {
  width: 9%;
}

.banner-text-center-line-two.inner-banner-line-two {
  width: 40%;
}

.banner-img-sd.inner-baner img {
  height: 80vh;
}

.email-footer input {
  width: 100%;
  border-radius: 50px;
  background: #092138;
  padding: 10px 20px;
  border: unset;
  color: #fff;
  height: 53px;
}

.about-sec-text.inner-about {
  padding: 0px 148px 0px 20px;
}

.about-sec-text.inner-about p {
  line-height: 28px;
  margin-bottom: 22px;
}

.our-mission-heading h2 {
  font-size: 50px;
  /* line-height: 1; */
}

.our-mission-text p {
  margin: 0;
  width: 68%;
}

.our-mission-img img {
  width: 100%;
  height: 500px;
}

section.our-mission {
  margin-bottom: 80px;
}

.ser-inner-top-head {
  text-align: center;
  width: 66%;
  margin: 0 auto;
  margin-bottom: 50px;
}

.ser-inner-sec-box {
  margin-bottom: 40px;
}

.ser-inner-box-img img {
  height: 384px;
  width: 100%;
  margin-bottom: 15px;
  object-fit: cover;
}

section.services-inner-sec {
  margin: 80px 0px 140px;
}

.services-detail-img img {
  width: 94%;
  height: 439px;
  object-fit: cover;
  border-radius: 20px;
}

section.services-detail-sec {
  margin: 80px 0px 120px;
}

.services-detail-text-btm {
  margin-top: 50px;
}

.about-sec-img.carriers-page img {
  width: 94%;
  height: 620px;
  object-fit: cover;
}

.about-sec-img.carriers-page:after {
  position: absolute;
  content: '';
  top: -4%;
  left: 2%;
  height: 58%;
  width: 48%;
  background: #1c75b9;
  z-index: -1;
  border-radius: 10px;
}

.our-commitment-text h2 {
  font-size: 65px;
  line-height: 70px;
}

section.our-commitment-sec {
  margin-bottom: 80px;
}

section.opportunities-for-sec {
  background-image: url(../images/opportunities-for-img.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 80px;
  padding: 40px 0px;
}

.opportunities-for-text {
  background: #fff;
  padding: 30px 30px;
  border-radius: 15px;
}

ul.opportunities-for-ul {
  /* display: flex; */
  column-count: 2;
}

ul.opportunities-for-ul li {
  font-weight: 600;
}

.opportunities-for-img img {
  height: 460px;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}

.the-carrier-sec-sd {
  text-align: center;
  width: 56%;
  margin: 0 auto;
}

.the-carrier-sec-sd h2 {
  margin-bottom: 12px;
}

section.the-carrier-sec {
  margin-bottom: 150px;
}

/* Contact Us Start*/
.btn-theme.snd {
  padding: 2%;
}

.cntct-head h4 {
  font-size: 40px;
  line-height: normal;
  font-weight: 400;
  margin: 0 0 30px;
  color: #2a2a2a;
}

.contact-input {
  position: relative;
}

/* .contact-input::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 45px;
    top: 5px;
    left: 55px;
    background: url(../images/contact-input-bef.png) no-repeat;
  } */

input[type="time"]::-webkit-calendar-picker-indicator {
  background: none;
}

.contact-input input {
  width: 100%;
  height: 55px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 0px 20px 0 16px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #000000;
  /* font-family: "Montserrat"; */
  border-radius: 4px;
}

.contact-input textarea {
  width: 100%;
  height: 150px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 12px 20px 12px 21px;
  font-size: 14px;
  font-weight: 400;
  color: #3d3d3d;
  resize: none;
  background: transparent;
  border-radius: 6px;
}

.contact-input input::placeholder,
.contact-input textarea::placeholder {
  color: #7e7e7e6b;
}

.contact-input i {
  position: absolute;
  top: 15px;
  left: 18px;
  color: #008077;
  /* padding: 12px 16px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.contact-input.selectbox select {
  width: 100%;
  height: 50px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 0 80px 0 20px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #7e7e7e6b;
  /* font-family: "Montserrat"; */
  border-radius: 7px;
  z-index: 1;
  position: relative;
  cursor: pointer;
}

section.contact-us .rates button.theme1 {
  border: 0px;
}

section.contact-us .get-in-touch.cntct-head {
  padding-right: 30px;
}

.contact-input.selectbox:before {
  left: unset !important;
  right: 60px;
  transform: rotateY(156deg);
  content: "";
  position: absolute;
  width: 10px;
  height: 45px;
  top: 2px;
  left: 55px;
  background: url(../images/contact-input-bef.png) no-repeat;
}

.contact-input.selectbox i.fa-solid.fa-angle-down {
  position: absolute;
  right: 20px;
  left: unset !important;
  top: 19px;
  color: #000;
  opacity: 40%;
  cursor: pointer;
}

.contact-input.textaryea:before {
  display: none;
}

.contact-input.textaryea textarea::placeholder {
  position: absolute;
  bottom: 20px;
}

section.contact-us .formWraper {
  width: 88%;
  margin: 0px auto;
}

section.contact-us .heading {
  margin-bottom: 50px;
}

section.contact-us .heading p {
  font-weight: 500;
  opacity: 100%;
  line-height: 26px;
  width: 60%;
  margin: 0px auto;
}

section.contact-map {
  position: relative;
  overflow: hidden;
}

section.contact-map iframe {
  width: 100%;
  margin-bottom: -7px;
}

section.contact-us.sec {
  margin: 80px 0px 140px;
}

.contact-img-sd img {
  height: 670px;
  width: 100%;
  object-fit: cover;
  border-radius: 20px;
}

/* Contact Us End */



/*Custom Boards Page Css Start*/

.custom-heading h6 {
  font-size: 14px;
  line-height: 24px;
  margin: 0 0 10px 0;
  font-family: 'Montserrat';
}

.custom-heading h5 {
  font-size: 18px;
  line-height: 20px;
  margin: 10px 0 0 0;
  font-family: 'Montserrat';
}

.custom-form-txt h6 {
  font-size: 15px;
  line-height: 20px;
  /* font-family: 'Montserrat'; */
  color: #909091;
  margin: 0 0 10px 0;
}

.custom-form-input input,
.custom-form-input textarea {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  border: 1px solid #00000040;
  border-radius: 5px;
  margin: 0 0 20px 0;
}

.custom-form-input textarea {
  height: 200px;
  padding: 20px;
  position: relative;
  resize: none;
}

.custom-form-input textarea::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #909091;
  font-family: 'Montserrat';
}

.custom-form-btn {
  display: flex;
  align-items: center;
  justify-content: center;
}

section.custom-bottom-sec {
  padding: 0 0 80px 0;
}

.custom-bottom-box {
  display: grid;
  gap: 50px;
}

.custom-bottom-txt h4 {
  font-size: 46px;
  line-height: 50px;
  margin: 0;
}

.custom-bottom-txt p {
  font-size: 14px;
  line-height: 25px;
  color: #202020;
  margin: 0;
}

.custom-heading.heading {
  text-align: center;
  margin-bottom: 40px;
}

section.custom-sec {
  margin: 80px 0px 120px;
}

/*Custom Boards Page Css Ends*/




.roles-main img {
  width: 100%;
  height: 530px;
  object-fit: cover;
  border-radius: 10px;
  transition: 1s;
}

.roles-main:hover a img {
  transform: scale(1.06);
}

.roles-main {
  position: relative;
}

.roles-heading img {
  height: 40px;
  width: 40px;
  object-fit: scale-down;
}

.roles-heading {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 16px;
  position: relative;
  padding: 8px 0 10px;
}

.roles-heading h2 {
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}

.roles-text {
  background: #fff;
  width: 88%;
  margin: 0 auto;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
  padding: 10px 20px 20px;
  border-radius: 13px;
}

.roles-text ul li i {
  color: #0067cc;
  font-size: 13px;
}

.roles-heading:before {
  content: '';
  position: absolute;
  bottom: 0;
  background: #cfcfcf;
  width: 344px;
  height: 1px;
  left: -20px;
}

.roles-text h6 {
  font-size: 14px;
  margin-bottom: 10px;
  font-family: 'Montserrat';
}

.roles-text h4 {
  font-size: 16px;
  margin-bottom: 8px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}

.roles-text ul li {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.roles-text ul li p {
  font-size: 12px;
  color: #000;
  margin: unset;
}

.btn-roles h3 {
  font-size: 12px;
  text-transform: uppercase;
  background: #0067cc;
  padding: 10px 20px;
  border-radius: 20px;
  color: #fff;
  margin: unset;
}

.btn-roles h5 {
  font-size: 17px;
  margin: unset;
}

.btn-roles {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.join-crew-sec {
  margin-bottom: 100px;
}

.heading-crew {
  text-align: center;
  margin-bottom: 36px;
}

.heading-crew h2 {
  line-height: 68px;
}

.email-footer {
  position: relative;
}

.icon-foot-email {
  position: absolute;
  top: 0;
  right: 0;
  background: #006ad3;
  width: 65px;
  height: 53px;
  border-radius: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-foot-email button {
  background: unset;
  border: unset;
}

.testi-slider .slick-slide.slick-current.slick-active .testi-top-icon-img img {
  filter: brightness(0.1);
}