@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=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;
  background-color: #fffcf7;
}

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-family: "Montserrat", sans-serif;
  font-weight: 400;
}


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

@font-face {
  font-family: 'BlenderTrial';
  src: url(../fonts/BlenderTrial-Medium.otf);
  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: 14px;
  line-height: 20px;
  font-weight: 500;
  padding: 15px 40px;
  color: #fff;
  margin: 20px 20px 20px 0;
  border-radius: 50px;
  -webkit-border-radius: 50px;
  -moz-border-radius: 50px;
  text-transform: capitalize;
  border: 2px solid;
  text-transform: uppercase;
}

.theme-btn:hover {
  background-color: #fff;
  color: #28b16d;
  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: 'BlenderTrial';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
  font-family: 'BlenderTrial';
  font-size: 55px;
  line-height: 60px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 30px;
}

h3 {
  font-family: 'BlenderTrial';
  font-size: 30px;
  line-height: 34px;
  color: #000000;
  font-weight: 600;
  margin: 0 0 28px;
}

h4 {
  font-family: 'BlenderTrial';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
  font-family: 'BlenderTrial';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Montserrat", 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 */
header {
    padding: 0 5%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 999;
    padding-bottom: 2px;
    border-bottom: 1px solid #ffffff6b;
}
.menuSec {
  padding: 10px 0;
}
.btn-1 a {
    background-color: #292928;
    border-radius: 100px;
    padding: 14px 30px;
    font-size: 12px;
    color: #fff;
    font-family: 'Montserrat';
}

.btn-1 {
    background-color: #00ff24;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 4px 4px;
    width: fit-content;
    border-radius: 100px;
}
.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;
}

.menuSec li ul {
  display: none;
}


.menuSec .row {
    align-items: center;
}
.menuSec ul li a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #fff;
    padding: 10px 22px;
    font-size: 14px;
    letter-spacing: 1px;
}

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

.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: #2efc2d;
}

.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 */


img.img-fluid {
    width: 100%;
    height: 850px;
    object-fit: cover;
}

.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 {
    display: none;
}
.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: center;
  /* background: rgba(0, 0, 0, 0.1); */
  padding: 0 5%;
}
.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_text h1 {
    font-size: 70px;
    line-height: 75px;
    margin-bottom: 30px;
}

.banner_text h1 span {
    display: block;
}

.banner_text p {
    font-size: 14px;
    width: 74%;
    line-height: 26px;
    margin-bottom: 25px;
}
/*banner css end*/
/* banner-bottom start */
section.banner-bottom {
    padding: 0px 5%;
    position: relative;
    margin-top: -100px;
    z-index: 1;
}

.ban-bot-main-bx {
    padding: 30px;
    border-radius: 10px;
    background-color: rgb(252, 252, 252);
    box-shadow: 0px 0px 35px 0px rgba(18, 17, 17, 0.23);
    text-align: center;
}

.ban-bot-main-bx ul li h5 {
    font-size: 20px;
    color: #141414;
    line-height: 24px;
    margin-bottom: 10px;
}

.ban-bot-main-bx ul li p {
    font-size: 14px;
    color: #141414;
    width: 85%;
    margin: 0 auto;
}

.ban-bot-main-bx ul li img {
    background-color: #18f72f;
    width: 40px;
    height: 40px;
    object-fit: cover;
    padding: 7px;
    border-radius: 50%;
    margin-bottom: 10px;
}
.sm-main-bx-bot ul {
    margin-bottom: 0;
}
/* banner-bottom end */
/*about start*/
section.about {
    padding: 100px 0px;
    background-color: #fffcf7;
}
.abt-img img {
    width: 100%;
    height: 650px;
    object-fit: cover;
    border-radius: 20px;
}
.abt-txt .btn-1 {
    background-color: #2e2e2e;
}

.abt-txt .btn-1 a {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    padding: 12px 30px;
}
.abt-txt h2 {
    font-size: 50px;
    line-height: 50px;
    margin-bottom: 5px;
    color: #2e2e2e;
}

.abt-txt h4 {
    font-size: 35px;
    color: #2e2e2e;
    line-height: 40px;
}


.abt-txt p {
    font-size: 14px;
    color: #7c7c7c;
    width: 84%;
    margin-bottom: 30px;
}
.abt-txt ul li {
    display: flex;
    align-items: center;
    gap: 20px;
    padding-bottom: 23px;
}

.abt-txt ul li span {
    font-size: 14px;
    color: #090909;
    font-family: 'Montserrat';
    width: 77%;
    line-height: 22px;
}

section.about .row {
    align-items: center;
}
/*about end*/
/*talk start*/
section.lets-talk {
    padding: 100px 0px;
}

section.lets-talk .row {
    align-items: center;
}
.talk-img img {
    width: 100%;
}

.lets-talk-txt h3 {
    font-size: 50px;
    line-height: 55px;
    color: #2e2e2e;
    margin-bottom: 5px;
    font-weight: 400;
}

.lets-talk-txt h5 {
    font-size: 35px;
    color: #2e2e2e;
    line-height: 40px;
    margin-bottom: 30px;
}

.lets-talk-txt p {
    font-size: 14px;
    color: #7c7c7c;
    line-height: 22px;
}

.lets-talk-txt form input {
    width: 100%;
    background-color: #fffdf9;
    border: 1px solid #cecbc7;
    border-radius: 10px;
    padding: 13px;
    margin-bottom: 20px;
}
.lets-talk-txt form select {
    width: 100%;
    background-color: #fffdf9;
    border: 1px solid #cecbc7;
    border-radius: 10px;
    padding: 13px;
    margin-bottom: 20px;
}
.lets-talk-txt form textarea {
    width: 100%;
    background-color: #fffdf9;
    border: 1px solid #cecbc7;
    border-radius: 10px;
    padding: 13px;
    margin-bottom: 20px;
    height: 150px;
    resize: none;
}
/*talk end*/
/* chose start */
.chose-txt h3 {
    font-size: 50px;
    line-height: 55px;
    margin-bottom: 5px;
    color: #2e2e2e;
}

.chose-txt h5 {
    font-size: 35px;
    color: #2e2e2e;
    line-height: 36px;
    margin-bottom: 10px;
}

.chose-txt p {
    font-size: 14px;
    color: #7c7c7c;
}
.chose-txt ul li {
    display: flex;
    align-items: center;
    gap: 15px;
    padding-bottom: 22px;
}

.chose-txt ul li img {
    background-color: #00ff24;
    height: 54px;
    width: 69px;
    padding: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    border-radius: 10px;
}

.chose-txt ul li h6 {
    font-size: 14px;
    color: #090909;
    margin: 0;
    line-height: 18px;
}

.chose-txt ul li h6 span {
    display: block;
    font-size: 12px;
    color: #7c7c7c;
}
.chose-img {
    position: relative;
}

.chose-2-img {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 234px;
    height: 250px;
}

.chose-2-img img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    border: 10px solid #fff;
    border-top-right-radius: 15px;
    border-left: 0px solid #fff;
}
section.why-chose .row {
    align-items: center;
}
section.why-chose {
    padding: 100px 0px;
}
/* chose end */
/*testimonials start*/
.sm-img-test img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    border: 3px solid #2e2e2e;
}
section.customer-say {
    padding: 100px 5%;
}
.test-top {
    text-align: center;
    margin-bottom: 30px;
}

.test-top h3 {
    font-size: 50px;
    line-height: 60px;
    font-weight: 300;
    margin-bottom: 10px;
}

.test-top p {
    font-size: 14px;
    color: #2e2e2e;
    width: 45%;
    margin: 0 auto;
}
section.customer-say .slick-active {
    opacity: 1;
}
.test-main-bx ul {
    display: flex;
    align-items: center;
}

.test-main-bx ul li i {
    color: #f39f1e;
}

.test-main-bx {
    padding: 30px 20px;
    background-color: #fff;
    width: 100%;
    border-radius: 15px;
    position: relative;
}
.bot-img-name {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.nam h5 {
    font-size: 20px;
    color: #0b0b0b;
}

.nam h5 span {
    display: block;
    font-size: 15px;
    color: #7c7c7c;
    font-family: 'Montserrat';
}
section.customer-say .slick-dots li button:before {
    font-size: 10px;
}

section.customer-say .slick-dots li.slick-active button:before {
    opacity: 1;
    color: #fff;
    background-color: #2e2e2e;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}
section.customer-say .slick-dots {
    bottom: -40px;
}
.test-main-bx p {
    font-size: 14px;
    line-height: 28px;
    color: #7c7c7c;
}
.tst-coma img {
    width: 100px;
}

.tst-coma {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    width: 100%;
    bottom: 0;
    z-index: 0;
}
/*testimonials end*/

/*section.powerful start*/

section.powerful {
    background-image: url(../images/powerful-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    z-index: 11;
}
.powerful-txt-img {
    padding: 0 5%;
}
.power-ful-txt h3 {
    font-size: 45px;
    color: #fff;
    font-weight: 400;
}

.power-ful-txt p {
    font-size: 14px;
    color: #fff;
    margin-bottom: 30px;
    width: 68%;
}
section.powerful::before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 39%;
    background-image: url(../images/powerful-bef.png);
    background-repeat: no-repeat;
    height: 360px;
    content: '';
    z-index: -1;
}
section.powerful::after {
    position: absolute;
    top: 0px;
    right: 0;
    content: '';
    background-image: url(../images/powerful-af.png);
    background-repeat: no-repeat;
    width: 17%;
    height: 214px;
    z-index: -1;
    transform: rotate(180deg);
    background-size: cover;
}
/*section.powerful end*/
/*footer start*/
footer {
    background-color: #141414;
}

.ft-logo {
    text-align: center;
}

.foter-top {
    padding: 20px 5%;
    margin-bottom: 20px;
    border-bottom: 1px solid #ffffff75;
}
.footer-mid {
    padding: 20px 8%;
}
.ft-links h4 {
    font-size: 25px;
    color: #fff;
    font-weight: 500;
    margin-bottom: 30px;
}

.ft-links ul li a {
    font-size: 14px;
    color: #fff;
    line-height: 39px;
    font-family: 'Montserrat';
}

.ft-mid {
    text-align: center;
    margin-bottom: 80px;
}

.ft-mid h3 {
    font-size: 25px;
    color: #fff;
    font-weight: 400;
}

.inp input {
    width: 70%;
    background-color: #000;
    border: unset;
    border-radius: 100px;
    padding: 10px 14px;
    color: #fff;
}

.inp {
    position: relative;
}

.inp button {
    padding: 10px 30px;
    background-color: #00ff24;
    border: unset;
    border-radius: 100px;
    position: absolute;
    right: 93px;
}
.ft-md-bot h5 {
    font-size: 25px;
    color: #fff;
}

.ft-md-bot ul li a i {
    font-size: 15px;
    height: 40px;
    width: 40px;
    color: #3f3f3f;
    border: 1px solid #3f3f3f;
    border-radius: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ft-md-bot ul {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.ft-md-bot {
    text-align: center;
    margin-top: 52px;
    position: relative;
    padding-top: 30px;
    border-top: 1px solid #fff;
}
.fot-bot p {
    font-size: 14px;
    text-align: center;
    color: #fff;
}


.fot-bot {
    padding-top: 20px;
    border-top: 1px solid #ffffff75;
}
.ft-links-2 ul li {
    display: flex;
    align-items: center;
    gap: 23px;
    padding-bottom: 46px;
}

.ft-links-2 ul li p {
    font-size: 14px;
    color: #fff;
    margin: 0;
}
.ft-links-2 ul li p span{
  display: block;
}

.ft-links-2 ul li a {
    font-size: 14px;
    color: #fff;
}

.ft-links-2 ul li i {
    color: #fff;
}
.ft-links {position: relative;}

.ft-links::before {
    position: absolute;
    right: -11px;
    content: '';
    width: 1px;
    height: 383px;
    background-color: #ffffff8a;
    top: -40px;
}
.ft-links-2 {
  margin-left: 23%;
  position: relative;
}
.ft-links-2 h3 {
    font-size: 25px;
    color: #fff;
    line-height: 30px;
    font-weight: 400;
}
.ft-links-2::before {
    position: absolute;
    top: -40px;
    left: -98px;
    content: '';
    width: 1px;
    height: 382px;
    background-color: #ffffff78;
}
.ft-md-bot::before {
    position: absolute;
    top: 0;
    left: -24px;
    width: 790px;
    height: 1px;
    background-color: #ffffff70;
    content: '';
    display: none;
}
.footer-mid .col-md-6.col-lg-6.col-12 {
    padding: 0;
}
/*footer end*/
/*service start*/
section.service .container-fluid {
    padding: 0 5%;
}

section.service {
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(../images/ser-bg.jpg);
    padding: 100px 0px 70px;
    background-position: bottom;
}
.ser-txt-top {
    text-align: center;
    margin-bottom: 30px;
}

.ser-txt-top h3 {
    font-size: 50px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 10px;
}

.ser-txt-top p {
    font-size: 14px;
    color: #fff;
    width: 40%;
    margin: 0 auto;
}
.ser-slid .slick-active {
    opacity: 1;
}
.ser-main-img img {
    width: 100%;
    height: 430px;
    object-fit: cover;
    border-radius: 20px;
}

.ser-bot-txt a {
    font-size: 12px;
    color: #fff;
    font-family: 'Montserrat';
    text-decoration: underline;
}
.ser-slid.slick-initialized .slick-slide {
    display: block;
    margin-bottom: 100px;
}
.ser-bot-txt {
    padding: 20px 30px;
    background-color: #1c1c1c;
    height: 200px;
    border-radius: 15px;
    position: relative;
    width: 95%;
    margin: 0 auto;
    margin-top: -210px;
}

.ser-bot-txt h5 {
    font-size: 20px;
    color: #fff;
    font-weight: 400;
    line-height: 25px;
    margin-bottom: 10px;
}

.ser-bot-txt h5 span {
    display: block;
}

.ser-bot-txt p {
    font-size: 14px;
    color: #fff;
    line-height: 23px;
    width: 80%;
    margin-bottom: 10px;
}

.ser-main-img {
    height: 430px;
    width: 100%;
}

.ser-slid .slick-prev:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(../images/ser-slid-btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    top: 0;
    z-index: 999;
    opacity: 1;
    }

 .ser-slid .slick-next:before {
    position: absolute;
    content: '';
    width: 40px;
    height: 40px;
    background-image: url(../images/ser-slid-btn.png);
    background-repeat: no-repeat;
    background-size: contain;
    right: 0;
    top: 0;
    z-index: 999;
    opacity: 1;
    transform: rotate(185deg);
  }

.ser-slid .slick-prev.slick-disabled:before, .ser-slid .slick-next.slick-disabled:before{
      opacity: 1;   
 }

 .lets-talk-txt button span {
    background-color: #fff;
    color: #000;
    font-weight: 500;
    padding: 9px 13px;
    border-radius: 100px;
}
.lets-talk-txt button {
    background-color: #2e2e2e;
    display: flex;
    align-items: center;
    gap:10px;
    border-radius: 100px;
    border: unset;
    padding: 4px;
}

/*inner-banner start*/
section.main_slider.inn .carousel-inner {
    overflow: unset;
}
section.main_slider.inn .carousel-item {
    display: block;
}
section.main_slider.inn img.img-fluid {
    height: 600px;
    object-fit: cover;
    object-position: top;
}
.banner_img img {
    width: 100%;
    height: 500px;
    object-fit: contain;
    object-position: top;
}

.banner_img {
    padding-top: 99px;
}
/*inner-banner end*/
section.service-in {
    padding: 100px 0px;
}

section.service-in .row {
    align-items: center;
}
section.testimonial-pg {
    padding: 100px 5%;
}

section.testimonial-pg .test-main-bx {
    background-color: rgb(255, 255, 255);
    box-shadow: 0px 0px 242.5px 7.5px rgba(0, 0, 0, 0.17);
}
section.service-det {
    padding: 100px 0px;
}

.ser-det-img img {
    width: 100%;
}

.ser-det-txt {
    margin-top: 30px;
}

.ser-det-txt h3 {
    font-size: 60px;
    line-height: 1;
    color: #2e2e2e;
    font-weight: 400;
}

.ser-det-txt p {
    font-size: 14px;
    color: #7c7c7c;
    margin-bottom: 30px;
}
/* InnerPage Contact Us start */
.contact-pag-form form {
    position: relative;
}

.contact-pag-form .form-group {
    position: relative;
}

.contact-pag-form .form-group::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    left: 40px;
    top: 5px;
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form .form-group1::after {
    content: '';
    height: 53px;
    width: 10px;
    position: absolute;
    right: 40px;
    top: 5px;
    left: unset;
    transform: rotate(180deg);
    background-size: 10px 50px;
    background-image: url(../images/aroow-forward.png);
    background-repeat: no-repeat;
}

.contact-pag-form form input.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 55px;
    border: 1px solid #bdbdbd;
    line-height: 0;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    font-family: 'Montserrat';
    display: flex;
    border-radius: 5px;
}

.contact-pag-form form select.form-control {
    height: 60px;
    font-size: 15px;
    padding-left: 25px;
    border: 1px solid #bdbdbd;
    box-shadow: none;
    color: black;
    font-weight: 400;
    background-color: transparent;
    margin-top: 20px;
    font-family: 'Montserrat';
    display: flex;
    border-radius: 5px;
}

.contact-pag-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 8px;
    height: 47px;
    background-repeat: no-repeat;
    left: 40px;
    top: 5px;
}

.contact-pag-form .form-group:before {
    content: "";
    position: absolute;
    background-image: url(../images/contact-line.png);
    width: 50px;
    height: 50px;
}

.contact-pag-form form input.form-control::placeholder {
    color: #909091;
}

.contact-main-sec .them-btn-1:hover {
    background-color: #00006d;
    transition: 0.3s all;
}

.contact-pag-form form textarea.form-control {
    font-size: 15px;
    padding-left: 25px;
    padding-top: 20px;
    border: 1px solid #c6c6c6;
    letter-spacing: 0;
    box-shadow: none;
    resize: unset;
    background-color: transparent;
    margin-top: 20px;
    color: #000000;
    border-radius: inherit;
    border-radius: 6px;
    height: 150px;
    padding-top: 100px;
    scroll-behavior: unset;
}

.contact-pag-form .email {
    padding: 0;
}

.contact-pag-form h4 {
    font-size: 62px;
    line-height: 70px;
    font-weight: 500;
    text-transform: capitalize;
    color: #fff;
}

.contact-pag-form form textarea.form-control::placeholder {
    color: #909091;
}

.contact-pag-form ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: #909091;
}

.contact-pag-form ::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(18, 28, 42, 0.55);
}

.contact-pag-form :-moz-placeholder {
    /* Firefox 18- */
    color: rgba(18, 28, 42, 0.55);
}

.cicle-icon i {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
    border: transparent;
    height: 70px;
    width: 70px;
    border-radius: 50px;
    color: #000;
    background: #fff;
}

.cicle-icon img {
    margin: 0 auto;
}

.contact-info {
    background: #2d2d2d;
    width: 100%;
    padding: 40px 20px;
    margin-bottom: 10px;
    border: 1px solid #c6c6c6;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.contact-main-sec h4 {
    font-size: 45px;
    color: #000000;
    font-weight: 400;
    line-height: 42px;
    margin-bottom: 10px;
    margin-left: 10px;
}

.contact-main-sec p span {
    display: block;
}

.contact-main-sec p {
    font-size: 16px;
    color: #fff;
    margin-bottom: 0;
    font-family: 'Oswald';
    text-transform: capitalize;
}

.contact-main-sec h2 {
    margin: 0;
    font-size: 20px;
    color: #fff;
    font-weight: 500;
    line-height: 30px;
    text-transform: uppercase;
}

.contact_text p {
    font-size: 22px;
    line-height: 25px;
    color: #8b8b8b;
    padding-top: 0px;
    font-weight: 400;
    font-family: 'Montserrat';
    letter-spacing: 1px;
}

.contact_text p a {
    font-size: 18px;
    color: #fff;
    text-decoration: none;
    transition: 0.5s ease-in-out;
    margin-top: 3px;
    display: block;
    font-family: 'Montserrat';
}

.mailt {
    padding-left: 30px;
}

.contact_text a:hover {
    color: #8b8b8b;
}

.contact_text p a.email-text {
    /* font-size: 14px; */
    /* color: #8b8b8b; */
}

.contact_text p a.email-text:hover {
    color: #8b8b8b;
}

.contact-us {
    padding: 6% 0;
}

.contact-head {
    text-align: center;
}

.contact-head h2 {
    font-size: 50px;
    color: #000;
    text-transform: uppercase;
}

.lg-btn {
    width: 100%;
}

.cp {
    font-size: 17px;
    line-height: 27px;
}

.contact_heading {
    margin-bottom: 30px;
}

.contact_heading h2 {
    font-size: 45px;
    color: #000000;
    font-weight: bolder;
}

.contact-side-bar {
    padding-top: 18px;
    margin-left: 20px;
}

.contact-main-sec {
    padding: 100px 0;
}

.contact-main-sec .them-btn-1 {
    margin-top: 20px;
    border: none;
    padding: 12px 20px;
    background-color: #ff0000;
    color: white;
    border-radius: 25px;
}

.b-img img {
    border-radius: 20px;
}

.contact-pag-form .form-group i {
    position: absolute;
    top: 20px;
    color: #000;
    left: 13px;
    font-size: 20px;
}

.contact-pag-form .form-group1 i {
    right: 13px;
    left: unset;
    color: #7f7f7f;
    pointer-events: none;
}

.contact-pag-form {
    margin-top: 0;
}

.contact-pag-form button {
    /* margin-top: 5%; */
    /* width: fit-content; */
    /* text-transform: uppercase; */
    /* font-family: montserrat; */
    /* background: transparent; */
}

.contact-pag-form .lets-talk-txt button {
    margin-top: 30px;
}
.contact_text p {
    font-size: 14px;
    color: #fff;
    font-family: 'Montserrat';
}
/* InnerPage Contact Us end */
section.blog {
    padding: 100px 5%;
}
.blog-img {
    width: 90%;
    margin: 0 auto;
}

.blog-img img {
    width: 100%;
    height: 325px;
    object-fit: cover;
    border-radius: 10px;
}

.blog-txt {
    width: 90%;
    margin: 0 auto;
    padding: 30px;
}
.blog-txt ul li {
    display: flex;
    align-items: center;
    gap: 10px;
}

.blog-txt ul li h6 {
    font-size: 14px;
    color: #000000;
    margin: 0;
}

.blog-txt ul {
    display: flex;
    align-items: center;
    gap: 26px;
}

.blog-txt ul li i {
    color: #2dfa2c;
    font-size: 20px;
}

.blog-txt h5 {
    font-size: 14px;
    color: #000;
    font-family: 'Montserrat';
}

.blog-txt p {
    font-size: 14px;
    color: #7c7c7c;
}

.blog-txt a {
    font-size: 14px;
    color: #000000;
    text-transform: uppercase;
    text-decoration: underline;
    font-family: 'Montserrat';
}
.blog-txt:hover {
    background-color: #2d2d2d;
    border-radius: 15px;
    transition: 1s;
}

.blog-txt:hover a {
    color: #fff;
}

.blog-txt:hover h5 {
    color: #fff;
}

.blog-txt:hover p {
    color: #fff;
}

.blog-txt:hover ul li i {
    color: #fff;
}

.blog-txt:hover ul li h6 {
    color: #fff;
}

.blog-img.inn {
    width: 100%;
}

.blog-img.inn img {
    width: 100%;
    height: 550px;
    object-fit: cover;
    border-radius: 10px;
    object-position: top;
}
.blog-txt.inn {
    width: 100%;
}.det
.blog-txt:hover {
    background-color: #fffcf7;
}.det
.blog-txt:hover ul li h6 {
    color: #000000;
}
.det
.blog-txt:hover ul li i {
    color: #2dfa2c;
}
.det .blog-txt:hover p {
    color: #7c7c7c;
}
.det
.blog-txt:hover h5 {
    color: #000;
}
.blog-txt.inn h5 {
    font-size: 30px;
    line-height: 40px;
}

.btn-shine {
    background: linear-gradient(to right, #fff, #00ff24, #00ff24 33% 33%, #fff 4% 4%);
    background-position: 0;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: shine 10s infinite linear;
    animation-fill-mode: forwards;
    -webkit-text-size-adjust: none;
    /* text-decoration: none; */
}

@keyframes shine {



  0%,

  100% {

    background-position: 0;

  }



  10% {

    background-position: 50px;

  }



  20% {

    background-position: 100px;

  }



  30% {

    background-position: 150px;

  }



  40% {

    background-position: 200px;

  }



  50% {

    background-position: 250px;

  }



  60% {

    background-position: 300px;

  }



  70% {

    background-position: 350px;

  }



  80% {

    background-position: 400px;

  }



  90% {

    background-position: -450px;

  }

}

.ft-md-bot ul li a i:hover {
    background-color: #00ff24;
    border: unset;
    color: #fff;
    transition: 1s;
}
.ft-links ul li a:hover {
    transition: 1s;
    padding-left: 4%;
    color: #00ff24;
}
.sm-main-bx-bot {
    padding: 20px;
}
.sm-main-bx-bot:hover {
    background-color: #19f02f;
    border-radius: 15px;
}

.sm-main-bx-bot:hover img {
    background-color: #000;
    filter: invert(1);
}
.sm-main-bx-bot:hover h5 {
    color: #fff;
}

.sm-main-bx-bot:hover p {
    color: #fff;
}

.btn-1:hover {
    background-color: #000;
}
.btn-1 a:hover {
 background-color:#00ff24; 
}
.ser-bot-txt:hover {
    background-color: #05fd2a;
    transition: 1s;
}

.ser-bot-txt:hover h5 {
    color: #000;
}
.ser-bot-txt:hover a {
    color: #000;
}

.ser-bot-txt:hover p {
    color: #000;
}

.test-main-bx:hover {
    transition: 1s;
    background-color: #2e2e2e;
}
.test-main-bx:hover p{
  color: #fff;
}

.test-main-bx:hover .nam h5{
  color: #fff;
}
.test-main-bx:hover .nam h5 span{
  color: #fff;
}
section.testimonial-pg .test-main-bx:hover {
    background-color: #2e2e2e;
}


/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
.ser-pg-txt h4 {
    font-size: 40px;
    line-height: 40px;
    color: #2e2e2e;
}

.ban-bot-main-bx ul li h5 {
    text-transform: uppercase;
}

@media only screen and (min-width: 1366px) and (max-width: 1920px){}

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){}

@media only screen and (min-width: 768px) and (max-width: 991px){}

@media only screen and (min-width: 520px) and (max-width: 767px){}

@media only screen and (min-width: 300px) and (max-width: 519px){
.powerful-txt-img {
    padding: 40px 0 0;
}
.banner_img img {
    height: 300px;
}
.banner_img {
    padding-top: 10px;
}
.banner_text h1 {
    font-size: 40px !important;
    line-height: 40px !important;
}
.power-ful-txt h3{
    width:80% !important;
}
    
}







