@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=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?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: 400;
  font-size: 14px;
  font-family: 'Poppins';
}


/***** Font Files *****/

@font-face {
  font-family: 'Fonts Awesome';
  src: url(../fonts/fontawesome-webfont.eot);
  src: url(../fonts/fontawesome-webfont.eot?#iefix) format("embedded-opentype"), url(../fonts/fontawesome-webfont.woff) format("woff"), url(../fonts/fontawesome-webfont.ttf) format("truetype"), url(../fonts/fontawesome-webfont.svg#fontawesome-webfont) format("svg");
  font-weight: 400;
  font-style: normal
}


/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.theme-btn {
  font-size: 16px;
  line-height: 20px;
  font-weight: 500;
  padding: 18px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  text-transform: uppercase;
  font-family: 'Poppins';
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  background-image: -webkit-linear-gradient(90deg, rgb(94, 94, 94) 0%, rgb(209, 209, 209) 100%);
}

.theme-btn:hover {
  background-image: -webkit-linear-gradient(90deg, rgb(94 94 94 / 56%) 0%, rgb(0 0 0) 100%);
  color: #fff;
  border-color: #28b16d;
}

.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: "Anton", sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: "Anton", sans-serif;
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: "Anton", sans-serif;
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: "Anton", sans-serif;
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: "Anton", sans-serif;
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Anton", sans-serif;
  font-size: 18px;
  line-height: 23px;
  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;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
}

.menuSec ul li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  width: 175px;
  text-align: center;
  justify-content: center;
  border-left: 1px solid #7a7d7f;
  padding: 42px 44px;
}

.menuSec li ul {
  display: none;
}

.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    /* padding: 33px 44px; */
    font-size: 14px;
    font-family: 'Poppins';
    /* border-left: 1px solid #ffffff4f; */
}

/*.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: 44px; */
}

.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: #fff;
}

.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:hover a {}

.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 */




.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 {}
.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;
}
.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: end;
  background: rgba(0, 0, 0, 0.1);
}
.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;
}
/*slick slider in tabs css start*/


/* Style the tab */




.tab_sec .tab {
  overflow: hidden;
  border: 0;
  background-color: #ffffff;
}
/* Style the buttons that are used to open the tab content */
.tab_sec .tab button {
  background-color: inherit;
  float: left;
  border: none;
  outline: none;
  cursor: pointer;
  padding: 14px 16px;
  transition: 0.3s;
}
/* Change background color of buttons on hover */
.tab_sec .tab button:hover {
  background-color: #ddd;
}
/* Create an active/current tablink class */
.tab_sec .tab button.active {
  background-color: #ccc;
}
/* Style the tab content */

.tab_sec .tabcontent {
  display: none;
  padding: 6px 12px;
  border: 0;
}
.tabcontent.active {
  display: block;
}
/*slick slider in tabs css start*/

.nav-item {padding: 10px;}




li.active:before {
    position: absolute;
    content: '';
    width: 102%;
    height: 100%;
    left: 0;
    top: 0;
    background-image: -webkit-linear-gradient(90deg, rgb(94 94 94 / 76%) 0%, rgb(29, 29, 29) 100%);
}

img.banner-img {
    width: 100%;
}
.menuSec {
    position: absolute;
    width: 100%;
    z-index: 2;
    z-index: 2;
    border-bottom: 1px solid #ffffff4f;
}
.header-logo {
    text-align: start;
}

.menuSec .row {
    align-items: center;
}

.menuSec ul li:last-child {
    border-right: 1px solid #ffffff4f;
    background-image: -webkit-linear-gradient(90deg, rgb(94, 94, 94) 0%, rgb(209, 209, 209) 100%);
}


/*banner Start*/
.banner_text h1 {
    font-size: 80px;
    text-transform: uppercase;
    line-height: 86px;
}

.banner_text p {
    font-family: 'Poppins';
    font-size: 14px;
    color: #ffffffbd;
    font-weight: 400;
    width: 49%;
    margin-bottom: 28px;
}

.counter-box h4 {font-family: 'Poppins';font-size: 14px;color: #ffffffbd;font-weight: 400;width: 270px;}

.counter {
    font-family: 'Anton';
    font-size: 60px;
    line-height: 60px;
    width: fit-content;
}

.banner-reviews-img p {
    font-family: 'Poppins';
    font-size: 14px;
    color: #ffffffbd;
    font-weight: 400;
    width: 100%;
}

.banner-counter ul {
    display: flex;
    width: 100%;
    align-items: center;
}

.counter-box {
    width: 50%;
}

.banner-counter ul li {
    width: 22%;
    position: relative;
}

.banner-counter {
    display: flex;
    justify-content: space-between;
    margin-top: 109px;
    margin-bottom: 108px;
}
.banner-counter ul li::before {
    position: absolute;
    content: '';
    background: #ffffff40;
    width: 1px;
    height: 70px;
    right: 50px;
    top: 10px;
}

.banner-counter ul li:last-child:before {
    display: none;
}


/*Banner End*/


/*Section About Us Start*/


.text-aboutus h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 60px;
    margin-bottom: 13px;
}

.text-aboutus p {
    margin-bottom: 30px;
    width: 90%;
}

.mission-img {
    background-image: -webkit-linear-gradient(90deg, rgb(94, 94, 94) 0%, rgb(209, 209, 209) 100%);
    width: 60px;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 60px;
    margin-bottom: 18px;
}


.mission-text h5 {
    font-size: 30px;
    text-transform: uppercase;
    color: #000;
    margin-bottom: 13px;
}

.mission-text {
    padding-top: 30px;
}

.text-aboutus .row {
    margin-top: 55px;
    border-top: 1px solid #00000082;
    position: relative;
}

.about-main-sec .row {
    align-items: center;
    justify-content: center;
    margin-left: 0px;
}

.about-img img {
    width: 100%;
}

.about-main-sec {
    padding: 90px 0px;
}

.text-aboutus {
    margin-left: 20px;
}
.text-aboutus .row::before {
    position: absolute;
    content: '';
    background: #00000069;
    width: 1px;
    height: 75%;
    left: 0;
    right: 40px;
    margin: 0 auto;
    bottom: 29px;
}

/*Section About Us End*/


/*Section Services Start*/
.heading-txt h2 {
    font-family: 'Anton';
    font-size: 60px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.service-top-btn {
    text-align: end;
}

.service-text h2 {
    font-size: 25px;
    color: #000;
    margin-bottom: 0;
    text-transform: uppercase;
}

.service-text {
    text-align: center;
    border: 1px solid #0000004f;
    border-top: unset;
    padding: 10px 0 10px;
    transition: all 0.4s ease;
}

.service-text p {
    width: 86%;
    margin: 0 auto 20px;
}

.img-services img {
    width: 100%;
}

.main-box-services {
    transition: all 0.4s ease;
}

/* hidden content */
.service-hover-txt-btn {
    opacity: 0;
    max-height: 0;
    overflow: visible;
    transform: translateY(15px);
    transition: all 0.4s ease;
}

.service-hover-txt-btn p {
    margin-bottom: 25px;
}

/* hover effects */
.main-box-services:hover {
    box-shadow: 0px 8px 40px rgba(0,0,0,0.11);
    background: #fff;
}

.main-box-services:hover .service-hover-txt-btn {
    opacity: 1;
    max-height: 500px; /* zyada rakha taake button cut na ho */
    transform: translateY(0);
}

.main-box-services:hover .service-text {
    border: unset;
    padding: 10px 0 30px;
}
.services-main-sec .row {
    width: 94%;
    margin: 0 auto;
}
.services-main-sec {
    padding: 60px 0px 100px;
}

/*Section Services End*/


/*Section Work Start*/


.work-sec-main .heading-txt {
    text-align: center;
    margin-bottom: 35px;
}

.work-main-box h2 {
    font-size: 25px;
    color: #000;
    line-height: 30px;
    margin-bottom: 10px;
}

.work-main-box {
    text-align: center;
    border: 1px solid #0000004d;
    padding: 30px 0px;
}

.work-img {
    margin-bottom: 13px;
}

.text-work p {
    margin-bottom: 0px;
}
.main-work-for-colour {
    background: #fff;
    padding: 50px 40px;
}

.work-sec-main {
    position: relative;
    padding: 100px 0px;
}

.work-sec-main::before {
    position: absolute;
    content: '';
    width: 100%;
    height: 380px;
    z-index: -1;
    top: 0;
    background-image: -webkit-linear-gradient(90deg, rgb(94, 94, 94) 0%, rgb(209, 209, 209) 100%);
}

.work-main-box:hover {
    border: unset;
    box-shadow: 0px 8px 40px 0px rgba(0, 0, 0, 0.11);
    transition: 0.9s;
}
/*Section Work End*/


/*Section Work Start*/

.choose-text h2 {
    text-transform: uppercase;
    color: #000;
    font-size: 60px;
    margin-bottom: 13px;
}

.choose-text p {
    margin-bottom: 30px;
    width: 90%;
}
.choose-text ul li span {
    font-size: 25px;
    font-family: 'Anton';
    color: #7c7c7c;
    text-transform: uppercase;
}

.choose-text ul li p {
    margin-bottom: 16px;
    color: #7c7c7c;
}

.choose-text ul {
    border-left: 1px solid #0000005c;
    padding-left: 21px;
}

.choose-text ul li:hover span {
    color: #000;
    transition: 0.9s;
}

.choose-text ul li:hover  p {
    color: #000;
    transition: 0.9s;
}

.choose-main-sec {
    padding-bottom: 100px;
}

.choose-text ul li {
    position: relative;
}

.choose-text ul li::before {
    position: absolute;
    content: '';
    background: #000;
    width: 8px;
    height: 8px;
    left: -25px;
    top: 0px;
    border-radius: 30px;
}
/*Section Work End*/


/*Section testimonials Start*/


.testimonial-sec {
    margin-bottom: 10px;
}

.testimonial-sec .slick-arrow:before {
    background: #aca6a3;
    color: #7d746f;
}

.slick-arrow:hover:before {
    color: #251914;
    background: #fff;
}

/* .slick-center .testi-main *, .testi-main:hover * {
    color: #fff;
}
 */
.slick-center .testi-main, .testi-main:hover {
    /* background: #fbcd0e; */
}

.slick-center .testi-main img.quote-tsti, .testi-main:hover img.quote-tsti {
    filter: brightness(0) saturate(100%) invert(96%) sepia(100%) saturate(0%) hue-rotate(174deg) brightness(106%) contrast(108%);
}

.slick-center .testi-main p, .testi-main:hover p {
    /* opacity: 1; */
}

.testimonial-sec .slick-arrow:hover:before {
    background: #000000;
    color: #fff;
    background-image: -webkit-linear-gradient(90deg, rgb(94, 94, 94) 0%, rgb(209, 209, 209) 100%);
}

.testi-head {
    text-align: center;
    margin-bottom: 40px;
}

.testi-head span {
    font-family: 'AmericanCaptain';
    font-size: 20px;
    color: #30211a;
    letter-spacing: 3px;
}

.testi-head p {
    width: 60%;
    margin: 3px auto;
}

.testi-user {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 20px;
}

.testi-main {
    border: 1px solid #0000002b;
    border-radius: 0px;
    padding: 30px 20px 28px;
    transition: 0.5s all;
    position: relative;
}

.testi-img img {
    width: 60px;
    height: 60px;
    object-fit: cover;
    border-radius: 50%;
}

img.quote-tsti {
    width: 40px;
    margin-left: 100px;
}

.testi-usr-txt span {
    font-size: 12px;
}
.testi-slider .slick-prev:before {
    content: '\f060' !important;
}
.testi-slider .slick-arrow:before {
    content: '\f061';
    position: absolute;
    font-family: 'FontAwesome';
    font-weight: 500;
    top: 0;
    color: #00000029;
    left: 0;
    background: transparent;
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 1 !important;
    border-radius: 50%;
    transition: 0.5s all;
    border: 1px solid #00000029;
}
.testi-slider .slick-active {
    opacity: 1;
}

.testi-slider .slick-prev {
    left: -45px;
}
.testi-head .about-heading-icon {
    justify-content: center;
}
span.quotes i {
    font-size: 40px;
    position: absolute;
    right: 30px;
    top: 33px;
    color: #0000003d;
}

.testi-usr-txt h6 {
    color: #000;
    text-transform: uppercase;
    margin-bottom: unset;
}

.testi-slider .slick-slide.slick-current.slick-active.slick-center {
    box-shadow: 0px 0px 32px 0px rgba(0, 0, 0, 0.11);
}

.testi-slider .slick-slide.slick-current.slick-active.slick-center .testi-main.wow.fadeInUp {
    border: unset;
}

.testi-slider .slick-slide {
    margin: 16px 20px;
}

/*Section testimonials End*/


/*Footer Start*/

.heading-ft-contact h2 {
    font-size: 50px;
    text-transform: uppercase;
    margin-bottom: 10px;
    color: #000;
}

.ft-contact ul li img {width: 55px;height: 55px;object-fit: contain;padding: 16px 5px;border-radius: 50%;background-image: -webkit-linear-gradient(90deg, rgb(94, 94, 94) 0%, rgb(209, 209, 209) 100%);transition: 0.8s;}

.ft-contact ul li p {
    font-family: 'Montserrat';
    font-size: 14px;
    font-weight: 500;
    color: #000;
    margin-bottom: 0px;
}

.ft-contact ul li  a {
    font-size: 14px;
    font-weight: 500;
    color: #000;
    font-family: 'Poppins';
}

.ft-contact ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ft-contact ul li span {
    display: block;
    color: #0000004a;
    font-size: 14px;
    font-weight: 500;
    font-family: 'Poppins';
}




.ft-contact {
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 40px;
}

.heading-ft-contact {
    margin-bottom: 30px;
}

.ft-contacts-main-sec {padding: 100px 0px 0px;}

footer {
    width: 100%;
    height: auto;
    background-repeat: no-repeat;
    background-size: cover;
    margin-top: 14px;
    background: #282424;
}
.ft-logo-main p {
    /* font-family: 'Montserrat'; */
    font-size: 14px;
    color: #ffffffa3;
    font-weight: 300;
    margin-top: 22px;
    margin-bottom: 7px;
    font-family: 'Poppins';
}

.ft-links h3 {
    color: #ffffff;
    font-size: 30px;
    margin-bottom: 20px;
    font-weight: unset;
    text-transform: uppercase;
}

.ft-links ul li a {
    font-size: 14px;
    font-weight: 300;
    color: #ffffffa3;
    text-transform: capitalize;
    font-family: 'Poppins';
}

.ft-links ul {
    column-count: 1;
}

.ft-links ul li {
    margin-bottom: 14px;
}

.ft-links {
    margin: 0px 0px 20px 50px;
    border-left: 1px solid #ffffff57;
    padding: 0px 0px 0px 50px;
}

.ft-social ul li {
    border: 1px solid #ffffff7d;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.ft-social ul {
    display: flex;
    align-items: center;
    gap: 10px;
}

.ft-social ul li a {
    color: #ffffff94;
}

.ft-social ul li:hover {
    transition: 0.9s;
    border: unset;
    /* background: #fbcd0e; */
    background-image: -webkit-linear-gradient(90deg, rgb(94, 94, 94) 0%, rgb(209, 209, 209) 100%);
}

.ft-social ul li:hover a {
    color: #fff;
}

.ft-form-main h2 {
    font-size: 47px;
    margin-bottom: 23px;
    line-height: 31px;
    text-transform: uppercase;
    color: #000;
}

.ft-form-main p {
    font-size: 14px;
    font-weight: 400;
    color: #000000a6;
    margin-bottom: 22px;
}

.ft-form-field input {
    border: 1px solid #00000040;
    width: 100%;
    margin-bottom: 15px;
    padding: 12px 24px;
    border-radius: 0px;
    /* font-family: 'Montserrat'; */
    font-size: 14px;
    color: #000;
    font-weight: 500;
}

.ft-form-field  textarea {
    border: 1px solid #00000040;
    width: 100%;
    margin-bottom: 10px;
    padding: 12px 14px;
    border-radius: 0px;
    font-size: 14px;
    color: #000;
    height: 150px;
    font-weight: 500;
}

.ft-form-main {
    background: #fff;
    padding: 30px 30px;
    margin-top: -200px;
    margin-left: 62px;
    box-shadow: 0px 0px 111px 0px rgba(0, 0, 0, 0.06);
}

.ft-bottom p {
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    color: #000;
    background: #fff;
    margin-bottom: unset;
    padding: 30px 0px;
    width: 94.4%;
    opacity: 1;
    padding-left: 178px;
}
.ft-logo-main {
    margin-top: 60px;
}
footer .row {
    align-items: center;
}
.ft-social h2 {
    color: #fff;
    font-family: 'Anton';
    text-transform: uppercase;
    font-size: 30px;
    margin-bottom: 2px;
    margin-top: 9px;
}
.ft-form-field  button.theme_btn {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    background-image: -webkit-linear-gradient(90deg, rgb(94, 94, 94) 0%, rgb(209, 209, 209) 100%);
    border: unset;
    color: #fff;
    text-transform: uppercase;
}


.ft-form-field  button.theme_btn .side-btn-img {position: absolute;right: 5px;}


.testimonial-sec .heading-txt {
    text-align: center;
}

.testi-slider .slick-slide.slick-current.slick-active.slick-center span.quotes i {
    background: -webkit-linear-gradient(90deg, rgb(94, 94, 94) 0%, rgb(209, 209, 209) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.ft-links ul li a:hover {
    color: #fff;
}
.ft-logo-main.wow.fadeInDown a img {
    width: 180px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
/*Footer End*/

