@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=Jost: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: 16px;
}


/***** 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
}


@font-face {
  font-family: 'Blacksword';
  src: url(../fonts/Blacksword.ttf);
  font-weight: 400;
  font-style: normal
}

/***** Custom Classes *****/

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}
ul.ft-cont-box li a {
    display: block;
}

ul.ft-cont-box li {
    color: #fff;
}
.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: 4px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid;
    text-transform: uppercase;
    background: #e500b3;
    border: unset;
    font-family: 'Poppins';
    font-weight: 400;
}

.theme-btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #28b16d;
    box-shadow: 0 5px 13px 0 rgb(51 0 129), 0 0px 18px 0 rgb(51 0 129);
    transition: 0.9s;
}

.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: 'Blacksword';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
   font-family: 'Blacksword';
   font-size: 55px;
   line-height: 60px;
   color: #000;
   font-weight: 500;
   margin: 0 0 30px;
}

h3 {
   font-size: 24px;
   line-height: 34px;
   color: #e400b2;
   font-weight: bold;
   margin: 0 0 28px;
   font-family: "Jost", sans-serif;
   text-transform: uppercase;
}

h4 {
   font-family: 'Blacksword';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
   font-family: 'Blacksword';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
   font-family: 'Blacksword';
  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;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 23px 1px;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid #e500b3;
  margin-top: 30px;
  text-transform: uppercase;
}

.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: #fff;
    padding: 10px 17px;
    font-size: 14px;
    font-family: 'Poppins';
}

/*.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;
    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: 4px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid;
    text-transform: uppercase;
    background: #e500b3;
    border: unset;
    font-family: 'Poppins';
    font-weight: 400;
}

.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: #e500b3;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 18px;
}

.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: center;
  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;}




/*Banner Css Start*/

.banner {
    background-image: url(../images/banner.jpg);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    position: relative;
}
.hm-banner-img img {
    width: 100%;
    height: 710px;
    object-fit: cover;
    border-radius: 6px 6px 0px 0px;
}
.banner .row {
    align-items: center;
}
.text-banner p {
    font-family: 'Poppins';
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 32px;
}
.text-banner h2 {
    color: #fff;
    font-size: 43px;
    line-height: 78px;
    margin-bottom: 18px;
}
.hm-banner-img {
    position: relative;
    z-index: 1;
}

.hm-banner-img:before {
    position: absolute;
    content: '';
    border: 1px solid #fff;
    width: 820px;
    height: 580px;
    left: -25px;
    top: 100px;
    z-index: -1;
}
.social-icons-banner ul {
    display: flex;
    gap: 20px;
    border: 1px solid #FFF;
    width: 100%;
    padding: 6px 3px;
    border-radius: 6px;
}

.social-icons-banner ul li {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 6px;
}

.social-icons-banner ul li a {
    font-size: 19px;
    color: #000;
    animation: tada 1.5s ease infinite;
}

.social-icons-banner {
    position: absolute;
    bottom: 60px;
}
.bannerslid .slick-dots li button:before {
    content: '';
}
.bannerslid li.slick-active {
    background: #e500b3 !important;
    opacity: 1;
}
.bannerslid .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #fff;
}
.bannerslid .slick-dots {
    bottom: -195px;
    width: 20%;
    right: 30px;
}

.bannerslid .slick-slide {
    margin: 20px 20px;
}
.social-icons-banner ul li:hover a {
    color: #fff;
}
.social-icons-banner ul li:hover {
    background: #e500b3;
    border-color: #e500b3;
}
@keyframes tada {

   0% {transform: scale(1);} 

   10%, 20% {transform: scale(0.9) rotate(-3deg);} 

   30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 

   40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 

   100% {transform: scale(1) rotate(0);} 

} 

.banner:hover .hm-banner-img img {
    filter: brightness(0.6);
    transition: 0.9s;
}

/*Banner Css End*/


/*Section About Us Start*/

.text-aboutus ul li i {
    border: 1px solid #000;
    padding: 6px 8px;
    border-radius: 50%;
    background: #000;
    color: #fff;
}

.text-aboutus ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 21px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
}

.text-aboutus p {
    text-align: justify;
    width: 100%;
    line-height: 28px;
    margin-bottom: 30px;
}

.text-aboutus {
    padding-left: 14px;
}

.about-img img {
    border-radius: 10px;
}
.allsections {
    padding: 100px 0px;
}
.aboutus .row {
    align-items: center;
}
.text-aboutus ul {
    margin-bottom: 50px;
}
.about-img {
    position: relative;
    z-index: 1;
}

.about-img:before {
    position: absolute;
    content: '';
    background: #330081;
    width: 660px;
    height: 510px;
    z-index: -1;
    left: -13px;
    border-radius: 7px;
    top: 40px;
}

.aboutus:hover .about-img:before {
    height: 648px;
    top: -31px;
    transition: 0.9s;
    width: 680px;
    left: -23px;
}
.aboutus:hover .about-img img {
    filter: brightness(0.8);
}

.text-abt-years h4 {
    font-family: 'Jost';
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}


.text-abt-years span.count {
    font-family: 'Jost';
    font-weight: bold;
    font-size: 56px;
    color: #fff;
}


.text-abt-years .counter-box {
    display: flex;
    align-items: center;
    gap: 3px;
    background: #e500b3;
    width: 42%;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 14px 0px;
    margin-top: -120px;
    position: relative;
    z-index: 2;
    margin-left: -23px;
}


/*Section About us End*/


/*Section Services Start*/
.img-service img {
    width: 100%;
}
.img-service img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    height: 280px;
    object-fit: cover;
}

.text-services h2 {
    font-size: 26px;
    margin-bottom: 0px;
}

.text-services p {
    font-size: 13px;
    margin-bottom: 30px;
    line-height: 26px;
}

.text-services {
    padding: 13px 20px 10px;
    background: #fff;
    height: 230px;
    border-radius: 0px 0px 5px 5px;
}


.service-box-main-dv:hover .img-service img {
    filter: brightness(0.7);
    transform: scale(1.1);
    transition: 0.9s;
}

.img-service {
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}
.heading-services h3 {
    margin-bottom: 10px;
}
.heading-services {
    text-align: center;
    margin-bottom: 50px;
}
.Services {
    background-image: url(../images/services-back.jpg);
    width: 100%;
    height: 1030px;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.heading-services h2 {
    color: #fff;
}
/*Section Services End*/


/*Section Wants Start*/

.wants {
    background-image: url(../images/wants-back.jpg);
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wants-text h2 {
    color: #fff;
    text-align: center;
    font-size: 72px;
    width: 70%;
    line-height: 100px;
    margin-bottom: 47px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.wants-text {
    text-align: center;
}
/*Section Wants End*/


/*Section why Choose Us Start*/
.chooseus-text .text-aboutus ul li {
    font-size: 14px;
    font-family: 'Poppins';
    color: #000;
    margin-bottom: 27px;
}

.chooseus-img {
    text-align: end;
    position: relative;
    z-index: 1;
}

.chooseus-img:before {
    position: absolute;
    content: '';
    background: #330081;
    width: 320px;
    height: 580px;
    right: -40px;
    z-index: -1;
    border-radius: 5px;
    top: -35px;
}


.chooseus:hover .chooseus-img:before {
    width: 691px;
    transition: 0.9s;
}

.chooseus:hover .chooseus-img img {
    filter: brightness(0.5);
    transition: 0.9s;
}

.chooseus-img img {
    border-radius: 5px;
}
/*Section Why Choose Us End*/


/*Section Schdule Start*/

.img-schdule img {
    width: 100%;
}
.schdule-home {
    background: #330081;
}

.text-schdule h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    height: 80px;
    display: flex;
    align-items: center;
}
.schdule-field input {
    width: 100%;
    border-bottom: 1px solid #fff !important;
    background: transparent;
    border: unset;
    color: #fff;
    margin-bottom: 60px;
}

.schdule-field input::placeholder {
    font-family: 'Poppins';
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.schdule-home .row {
    align-items: center;
}
.btn-schdule .theme-btn {
    margin: unset;
}
.maindv-schdulehm {
    padding-left: 30px;
    padding-top: 10px;
}
.schdule-home:hover .img-schdule img {
    transform: scale(1.1);
    filter: brightness(0.6);
    transition: 0.9s;
}

.img-schdule {
    overflow: hidden;
}


/*Section Schdule End*/



/*Section testimonials Start*/

.testi-box {
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid #00000042;
    padding: 45px 23px 45px 0px;
    border-radius: 5px;
    position: relative;
    margin-left: 40px;
}

.test-img img {
    width: 310px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.testi-text h4 {
    margin-bottom: 0px;
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
}



.test-img {
    margin-left: -40px;
}

.testi-text p {
    width: 96%;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 6px;
    font-size: 14px;
}
.testi-heading {
    text-align: center;
    margin-bottom: 0px;
}

.testimonials .testi-heading h3 {
    color: #330081;
}
.testi-box:before {
    position: absolute;
    content: '';
    background: #e500b3;
    width: 3px;
    height: 180px;
    left: 0;
    z-index: -1;
    border-radius: 5px;
}

.testi-box:hover:before {
    width: 100%;
    height: 100%;
    transition: 0.9s;
}

.testi-box:hover .testi-text p {
    color: #fff;
}

.testi-box:hover .testi-text h4 {
    color: #fff;
}

.testi-box:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.testislid .slick-active {
    opacity: 1.5;
}
.testislid .slick-slide {
    margin: 20px 20px 20px 20px;
}
.testislid .slick-dots li button:before {
    content: '';
}
.testislid li.slick-active {
    background: #330081 !important;
    opacity: 1;
}
.testislid .slick-dots li {
    width: 42px;
    height: 11px;
    margin: 0 6px;
    background: #000000;
    border-radius: 3px;
}
.testislid .slick-dots {
    bottom: -45px;
}
.test-quotes {
    position: absolute;
    top: -20px;
    right: 50px;
    border: 1px solid #e500b3;
    background: #e500b3;
    padding: 10px 11px;
    border-radius: 5px;
}
.testi-box:hover .test-quotes {
    background: #330081;
    border-color: #330081;
}
/*Section testimonials End*/

/*Footer Start*/

footer {
    background-image: url(../images/footerback.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0px 0px;
    position: relative;
    /* background-attachment: fixed; */
    background-size: cover;
    z-index: 1;
}
.fticons-social .social-icons-banner ul {
    position: unset;
    margin-top: 30px;
}

.logo-ft p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
    width: 96%;
}
.logo-ft a img {
    /* border: 1px solid #fff; */
    /* padding: 7px 9px 10px; */
    /* border-radius: 4px; */
    width: 95%;
    height: 100%;
    margin-bottom: 10px;
    margin-top: -150px;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 30px;
}

ul.ft-links h2 {
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 20px;
    color: #fff;
    font-family: 'Jost' !important;
    font-weight: bold;
    font-family: 'Jost';
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}
ul.ft-links li a {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}
ul.ft-links li {
    margin-bottom: 10px;
}
ul.ft-links {
    margin-left: 0px;
}
ul.ft-contact h2 {
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 20px;
    color: #fff;
    font-family: 'jost' !important;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}
ul.ft-contact li a {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0px;
}
ul.ft-contact li a i {
    font-size: 20px;
    animation: tada 1.5s ease infinite;
}
ul.ft-contact {
    margin-left: 24px;
}
ul.ft-contact  li {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 33px;
}
.ft-social-icons h2 {
    font-size: 23px;
    margin-bottom: 40px;
    line-height: 20px;
    color: #fff;
    font-family: 'Rajdhani';
    font-weight: bold;
    font-family: 'Jost';
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}
.ft-social-icons ul.top-sec-socialicons {
    justify-content: start;
}
.paypal-img {
    margin-top: 40px;
}
.ft-social-icons {
    margin-left: 26px;
}

.ft-bottom-text p {
    text-align: center;
    color: #fff;
    /* margin-top: 50px; */
    /* background: #00599c; */
    margin-bottom: 0px;
    padding: 22px 0px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    /* background: #000; */
    /* background-color: rgb(255, 255, 255); */
    /* box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.004), inset 0px 0px 21px 0px rgba(0, 0, 0, 0.5); */
    border-top: 1px solid #fff;
    margin-top: 72px;
}


ul.ft-links li a:hover {
    color: #e500b3;
    margin-left: 10px;
    transition: 0.9s;
}
ul.ft-contact li a:hover {
    color: #e500b3;
    transition: 0.9s;
}
ul.top-sec-socialicons li p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
}
ul.top-sec-socialicons li input {
    border: unset;
    width: 90%;
    height: 66px;
    padding: 0px 16px;
    border-radius: 5px;
    margin-bottom: 20px;
}
ul.top-sec-socialicons li a {
    border: 1px solid #dcad1d;
    color: #fff;
    padding: 7px 14px;
    font-size: 18px;
    border-radius: 6px;
    margin-left: -7px;
    background: #dcad1d;
}
ul.ft-links h2:before {
    position: absolute;
    content: '';
    background: #e500b3;
    left: 0;
    bottom: -17px;
    width: 133px;
    height: 3px;
    border-radius: 23px;
}

ul.ft-contact h2:before {
    position: absolute;
    content: '';
    background: #e500b3;
    left: 0;
    bottom: -17px;
    width: 184px;
    height: 3px;
    border-radius: 23px;
}

.ft-social-icons h2:before {
    position: absolute;
    content: '';
    background: #e500b3;
    left: 0;
    bottom: -17px;
    width: 270px;
    height: 3px;
    border-radius: 23px;
}
ul.top-sec-socialicons .themes-btn {
    width: 180px;
    letter-spacing: 0px;
}
ul.top-sec-socialicons .themes-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    width: 190px;
    background: #069fe4;
    color: #fff;
    border-radius: 4px;
    /* border-top-right-radius: 0; */
    transition: 0.6s ease-in-out;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: "Roboto", sans-serif;
}
.logo-ft ul {
    display: flex;
    gap: 10px;
    display: flex;
    gap: 20px;
    border: 1px solid #FFF;
    width: 46%;
    padding: 6px 3px;
    border-radius: 6px;
    margin: 0 auto;
}

.logo-ft ul li {
    border: 1px solid #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 6px;
}

.logo-ft ul li a {
    color: #000;
    font-size: 21px;
    animation: tada 1.5s ease infinite;
}
.logo-ft ul li:hover {
    background-color: #e500b3;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.004),inset 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
    border-color: unset;
    transform: rotate(360deg);
    transition: 0.9s;
}

.logo-ft ul li:hover a {
    color: #fff;
}
ul.ft-contact li span {
    line-height: 13px;
}

ul.ft-contact li i {
    color: #fff;
    font-size: 20px;
}
footer:before {
    position: absolute;
    content: '';
    background-image: url(../images/ft-before.png);
    width: 1170px;
    right: 0;
    height: 500px;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
}
ul.ft-cont-box li i {
    color: #fff;
    padding: 15px;
    background: #330081;
    border-radius: 50%;
    transform: rotate(85deg);
    font-size: 19px;
}

ul.ft-cont-box li span {
    font-size: 14px;
    font-family: 'Poppins';
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-weight: 400;
}

ul.ft-cont-box li a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

ul.ft-cont-box {
    display: flex;
    margin-bottom: 13px;
    background: #e500b3;
    padding: 20px 20px;
    border-radius: 6px;
    gap: 10px;
}
.ft-social-icons p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
}
/*Footer End*/


/*inner Banner Start*/
section.innerbanner .banner {
    background-image: url(../images/innerbanner-back.png) !important;
    height: 710px !important;
}
section.innerbanner .hm-banner-img img {
    height: 510px;
}
section.innerbanner .hm-banner-img:before {
    position: absolute;
    content: '';
    border: 1px solid #fff;
    width: 948px;
    height: 430px;
    left: -36px;
    top: 50px;
    z-index: -1;
    border-radius: 6px;
}
section.innerbanner .social-icons-banner ul {
    width: 10%;
}
section.innerbanner .text-banner h2 {
    font-size: 72px;
}
/*inner Banner End*/


/*About page Start*/
.innerabout-pg .aboutus .row {
    align-items: unset;
}
.innerabout-pg .text-aboutus p {
    width: 100%;
    margin-bottom: 10px;
}
.about-pg-bottom-text p {
    text-align: justify;
    line-height: 29px;
    margin-top: 8px;
}


/*About page End*/


/*Services Page Start*/
.inner-service-pg .Services {
    background-image: unset;
    height: unset;
    padding: 100px 0px;
}

.inner-service-pg .service-box-main-dv {
    margin-bottom: 25px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.inner-service-pg .heading-services h2 {color: #000;}


/*Services Page End*/


/*Service Detailo Page Start*/
.text-ser-detail {
    padding: 20px 0px;
}

.text-ser-detail h2 {
    margin-bottom: 10px;
}

.text-ser-detail p {
    text-align: justify;
    line-height: 29px;
    margin-bottom: 30px;
}

.heading-services p {
    font-weight: 400;
    font-size: 16px;
    color: #fff;
}

/*Service Detail Page End*/



/*procedures page Start*/

.working .top-heading-services {
    text-align: center;
    margin-bottom: 100px;
}
.text-working ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.text-working ul li p {
    padding: 30px 26px;
    border-radius: 10px;
    font-family: 'Jost';
    font-size: 36px;
    background: #e500b3;
    color: #fff;
    margin-top: -90px;
    margin-left: -90px;
    line-height: unset;
    position: relative;
}

.text-working h4 {
    font-size: 33px;
    /* font-weight: 600; */
    color: #000;
    text-transform: capitalize;
    line-height: 44px;
}

.text-working {
    padding: 40px 29px;
    /* border: 1px solid #000; */
    border-radius: 0px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    width: 87%;
}

.text-working p {
    line-height: 28px;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: justify;
}
.text-working ul li p:before {
    position: absolute;
    content: '';
    background: #330081;
    width: 4px;
    height: 0px;
    top: 82px;
    left: 27px;
}
.text-working ul li p:after {
    position: absolute;
    content: '';
    background: #330081;
    width: 0px;
    top: 25px;
    height: 4px;
    left: 88px;
}
.working:hover .text-working ul li p:after {
    width: 318px;
    transition: 0.9s;
}
.working:hover .text-working ul li p:before {
    height: 236px;
    transition: 0.9s;
}
.working-maindv:hover .text-working {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgb(51 0 129);
}
.working-maindv:hover .text-working ul li p {
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 8px 0px rgb(229 0 179), inset 0px 0px 21px 0px rgb(51 0 129);
    color: #000;
}
/*procedures page End*/


/*Questions Page Start*/
.text-faqs p {
    font-size: 14px;
    text-align: justify;
}
.text-faqs h2 {
    margin-bottom: 10px;
    font-size: 50px;
}
.text-faqs {
    margin-bottom: 30px;
}
.faqs-btn {
    margin-top: 40px;
}
.accordion-button::after {
    background-image: unset !important;
    content: "_";
    font-size: 30px;
    color: #000;
    line-height: 0px;
}
.accordion-button:not(.collapsed)::after {
    content: "+";
    background-image: unset !important;
    font-size: 30px;
    color: #000;
    margin-bottom: 19px;
}
button.accordion-button {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    padding: 13px 20px;
    background: #f8f7f7;
}
.accordion-item {
    margin-bottom: 20px;
    border: unset;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #f8f7f7;
    box-shadow: unset;
}
/*Questions Page End*/


/*Consultation Page Start*/


.maindv-consultation {
    background: #e500b3;
    padding: 70px 100px;
    border-radius: 6px;
}

.consultation-fields label {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin-bottom: 6px;
}

.consultation-fields input {
    border: unset;
    border-bottom: 1px solid #000 !important;
    width: 100%;
    padding: 0px 30px;
    margin-bottom: 30px;
}

.maindv-consultation h2 {
    text-align: center;
    font-size: 72px;
    color: #fff;
    margin-bottom: 20px;
}

.consultation-fields textarea {
    border: unset;
    border-bottom: 1px solid #000 !important;
    width: 100%;
    padding: 0px 30px;
    margin-bottom: 30px;
    height: 110px;
}

.maindv-consultation p {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.consultation-fields {
    background: #fff;
    padding: 40px 60px;
    border-radius: 6px;
}

.consultation .row {
    display: flex;
    justify-content: center;
}

.consultation {
    padding: 100px 0px;
}
.consultation-fields button.theme-btn {
    background: #330081;
    margin:unset;
}
.consultation-fields input::placeholder {
    font-family: 'Poppins';
    font-size: 16px;
    color: #0000007d;
}
.consultation-fields textarea::placeholder {
    font-family: 'Poppins';
    font-size: 16px;
    color: #0000007d;
}
/*Consultation Page End*/


/*book start*/
section.book form input {
    width: 100%;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    padding: 15px 15px;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    color: #000;
}
section.book form select {
    background: #f8f8f8 url(../images/arrow.png) no-repeat right;
    width: 100%;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    padding: 15px 15px;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    appearance: auto;
}
section.book form textarea {
    width: 100%;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    padding: 15px 15px;
    outline: none;
    border: 1px solid #cdcdcd;
    resize: none;
    border-radius: 5px;
    height: 200px;
    color: #000;
}
section.book form button {
    width: 50%;
    padding: 15px 10px;
    border: none;
    border-radius: 4px;
    color: #fff;
    background-color: #e500b3;
    font-size: 20px;
}
.Services {
    height: 940px;
}
section.book {
    padding: 100px 0px;
}

section.book form input::placeholder {
    color: #000;
    text-transform: capitalize !important;
}
section.book form textarea::placeholder {
    color: #000;
    text-transform: capitalize !important;
}
/*book end*/

/*contact page start*/
/*CONTACT START*/
.contact_page_sidbar h6 {
  font-size: 14px;
  color: #dad7d7;
  line-height: 20px;
  margin: 0;
  font-weight: 400;
}

.fa-color {
  color: #e51921;
  font-size: 80px;
}

.contact_page_sidbar h4 {
    color: #000;
    font-weight: 500;
    margin: 0;
    font-family: 'Poppins';
    margin-bottom: 0px;
    font-size: 18px;
}

.contact_page_sidbar i {
  font-size: 35px;
  margin: 0 20px 0 0;
  width: 35px;
}

.contact_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #e51921;
  color: #ffffff;
  border-radius: 0;
  margin: 0 10px 0 0;
  font-size: 22px;
}

.contact_social a:hover {
  background-color: #e51921;
  color: #fff;
}

.contact_map iframe {
  width: 100%;
  height: 600px;
}

.contact-left img {
  width: 100%;
}

ul.contact_page_sidbar li i {
    color: #000;
}

ul.contact_page_sidbar a {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  color: #5f5f5f;
  text-decoration: none;
  font-family: 'Poppins';
}

ul.contact_page_sidbar h6 {
  line-height: 26px;
  font-family: 'Poppins';
  font-size: 18px;
  color: #5f5f5f;
  font-family: 'Poppins';
}

.contact-form {
    border-radius: 5px;
    padding: 40px 40px 40px 40px;
    /* border: 2px solid #d9d9d9; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    margin-left: 20px;
}
.contact-form-title h4 {
  color: #000;
  font-size: 36px;
  line-height: 26px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-form input {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.contact-form input::placeholder {
  color: #000;
}

.contact-form textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 18px 80px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    resize: none;
}
.contact-submit button {
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  background: none;
}

.contact-form input::placeholder {
  font-size: 16px;
  line-height: 14px;
  color: #9d9a9a;
  border-radius: 5px;
  margin-bottom: 0px;
  font-family: 'Poppins';
}

.contact-form textarea::placeholder {
  font-size: 16px;
  line-height: 14px;
  border-radius: 5px;
  color:#9d9a9a;
  margin-bottom: 0px;
  font-family: 'Poppins';
}

section.contact_page_main.pt-8.pb-8 {
  padding: 100px 0;
  background-color: #050505;
}

li.d-flex.align-items-center.mt-5 {
  margin: 0 !important;
  margin-bottom: 40px !important;
}

.contact_page_sidbar p {
  margin-bottom: 0;
}

.cont-1 h3 {
  color: #000;
}

.cont-1 p {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}

.icons i {
    background: #f17033;
    color: #fff;
    padding: 6px;
    margin: 0px 5px;
}
.con-form {
  padding: 20px 50px;
}

section.contact-us {
  padding: 100px;
}

.btn-contact a {
  background: #194376;
  padding: 10px 80px;
  border: none;
  border-radius: 5px;
  color: #fff;
}

section.contact-us.inner h3 {
    font-size: 54px;
    line-height: 51px;
    color: #000;
    font-weight: 300;
    font-family: 'Blacksword';
    text-transform: capitalize;
    margin-bottom: 29px;
}
.map-col {
  padding: 0;
}
.btn-contact button {
    width: 20%;
    padding: 0;
    height: 45px;
    background-color: #e500b3;
    color: #fff;
    border: none;
    border-radius: 4px;
}
section.contact-us .row {
    align-items: baseline;
}
ul.social-icon.on.tw li i {
    color: #000;
}
ul.social-icon.on.tw  li {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 4px;
}

ul.social-icon.on.tw li a i {
    color: #fff;
    font-size: 21px;
}

ul.social-icon.on.tw {
    display: flex;
    gap: 20px;
}
section.map-sec iframe {
    height: 780px;
    margin-bottom: -8px;
}

/*/*contact inner page sec end*/



/*Results Page Start*/

.results-heading {
    text-align: center;
    margin-bottom: 30px;
}

.results-heading h2 {
    font-size: 72px;
    margin-bottom: 20px;
}

.img-results img {
  border-radius: 5px;
}

.img-results:hover img {
    filter: brightness(0.5);
    transition: 0.9s;
    transform: scale(1.1);
}

.img-results {
    overflow: hidden;
    border-radius: 5px;
}
.maindv-results {
    margin-bottom: 20px;
}
.result-btn {
    text-align: center;
    padding: 40px 0px;
}

/*results Page End*/










.menuSec ul li:last-child a:hover {
    background-color: #fff;
    color: #000;
    border-color: #28b16d;
    box-shadow: 0 5px 13px 0 rgb(51 0 129), 0 0px 18px 0 rgb(51 0 129);
    transition: 0.9s;
}
.banner:hover .hm-banner-img:before {
    border-color: #e500b3;
    transition: 0.9s;
}
.menuSec ul li a i {
    font-size: 10px;
    margin-left: 4px;
}
.menuSec li>ul>li:last-child a {
    background: unset;
    border-radius: unset;
}
.menuSec li>ul>li:last-child a:hover {
    box-shadow: unset;
    color: unset;
}

.btn-shine {
    background: linear-gradient(to right, #fff 0, #e500b3, #e500b3 33%, #fff 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;
    }
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section.inner-service-choose-sec .chooseus-img:before {
    background: #db00ab;
}
section.inner-service-choose-sec .theme-btn {
    background: #330081;
}

/*Responsive Start*/

@media only screen and (min-width: 1366px) and (max-width: 1850px){
.hm-banner-img img {
    height: 640px;
}
.hm-banner-img:before {
    height: 500px;
        width: 710px;
        

}

section.innerbanner .hm-banner-img:before {
    width: 840px;
}
.bannerslid .slick-dots {
    bottom: -145px;
}
footer:before {
    width: 1110px;
}
.menuSec ul li:last-child a { 
    padding: 15px 27px;
}
section.innerbanner .text-banner h2 {
    /* height: 80px; */
    /* display: flex; */
    align-items: center;
}
section.innerbanner .social-icons-banner ul {
    width: 13%;
}
h2.heading-questionmain {
    height: 190px !important;
}
.accordion {
    padding-left: 15px;
}
    .text-banner h2 {
    font-size: 38px;
   
}
    
    .about-img:before {
    width: 598px;
    height: 494px;
    left: -25px;
    
}
    
    .text-services h2 {
    font-size: 21px;
    line-height: 30px;
}
    
    

section.lst-blogs .box .ss-content {
    position: relative;
    width: 100%!important;
    padding: 32px 0px 20px 20px!important;
    height: 166px!important;
}
section.innerbanner .text-banner h2 {
    font-size: 61px;
}
    
    .chooseus-img:before {
    width: 291px;
    height: 496px;
    right: -26px;
    top: -22px;
}


.theme-btn {
    width: 29%!important;
  
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px){
    
    .hm-banner-img img {
    height: auto;

}

.chooseus-img:before {
    width: 291px;
    height: 496px;
    right: -26px;
    top: -22px;
}
    
    .text-banner h2 {
    font-size: 38px;
   
}
    
    .about-img:before {
    width: 598px;
    height: 494px;
    left: -25px;
    
}
    
    .text-services h2 {
    font-size: 21px;
    line-height: 30px;
}
    
    

section.lst-blogs .box .ss-content {
    width: 100%;
    padding: 46px 0px 12px 12px;
    height: 168px;
}
    section.lst-blogs .box .ss-content {
    position: relative;
    width: 100%!important;
    padding: 32px 0px 20px 20px!important;
    height: 166px!important;
}
    
    
    ul.ft-contact li {
    display: inline;
   
}


section.innerbanner .hm-banner-img:before {
    width: 791px;
    height: 430px;
    left: -15px;
}

.inner-service-pg .heading-services h2 {
    color: #000;
    font-size: 44px;
}


.theme-btn {
    width: 29%!important;
  
}


section.innerbanner .text-banner h2 {
    font-size: 56px;
}

section.contact-us.inner h3 {
    font-size: 47px;
}

ul.contact_page_sidbar a {
    font-size: 16px;
}
 
 
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    
    
    .text-banner h2 {
    font-size: 31px!important;
    line-height: 70px!important;
    
}    .menuSec ul li a {
       padding: 10px 3px!important;
       font-size:13px;
   
}
.menuSec ul li a {
    font-size: 13px !important;
}
    
    .hm-banner-img img {
    height: auto!important;
   
}
   .hm-banner-img:before {
    width: 606px!important;
  
} 
    .hm-banner-img:before {
    width: 606px!important;
    height: 580px!important;
    }
    
   .bannerslid .slick-dots {
    bottom: -84px!important;
}
 
 .about-img:before {
    width: 483px!important;
    height: 403px!important;
 }
 
 
 .text-aboutus br {
    display: none!important;
}
 .text-aboutus h2 {
   
    font-size: 36px!important;
     line-height: 40px!important;
 }
 

.text-aboutus p {
      line-height: 22px!important;
    font-size: 12px!important;
}
.text-services h2 {
    font-size: 17px!important;
    margin-bottom: 0px!important;
    line-height: 30px!important;
}
.text-services {

    height: 286px!important;
   
}


.wants-text h2 {
    width: 100%!important;
 
}
.chooseus-img:before {
   
    width: 259px!important;
    height: 410px!important;
    right: -24px!important;
    top: -18px!important;
}

.text-aboutus ul {
    margin-bottom: 0!important;
}


.text-schdule h2 {

    height: 121px!important;

}

section.lst-blogs .box .ss-content {
    width: 100%!important;
    padding: 23px 0px 20px 20px!important;
    height: 139px!important;
}

footer:before {
    height: 652px!important;
    
}
 .ft-social-icons p {
    font-size: 13px!important;
    
}
 
 ul.ft-contact li {
    display: inline!important;
    
}
 section.innerbanner .hm-banner-img:before {

    width: 668px!important;
    height: 430px!important;
    left: -16px!important;
 
}
.innerabout-pg .text-aboutus h2 {
    font-size: 37px!important;
    line-height: 40px!important;
}
 
 .theme-btn {
    width: 29%!important;
   
}
 
 
 section.innerbanner .text-banner h2 {
    font-size: 48px!important;
}
 
 
 section.contact-us {
    padding: 100px 0!important;
}
 section.contact-us.inner h3 {
    font-size: 43px!important;
 }
 ul.contact_page_sidbar a {
    font-size: 15px!important;
 }
 
 
}
    
@media only screen and (min-width: 768px) and (max-width: 991px){
    
   html {
    overflow-x: hidden;
}
 .menuSec ul li a {
  
    padding: 10px 3px!important;
    font-size: 10px!important;
  
}
    .banner {
    height: 820px !important;
}
    
  .menuSec ul {
    padding: 10px 0px;
    margin-top:0 !important;
  }
    .text-banner p {
    line-height: 23px!important;
    font-size: 13px!important;
    margin-bottom: 28px;
}
    
    .hm-banner-img img {
        height: auto;
    }

    
    
    .text-banner h2 {
    font-size: 22px!important;
    line-height: 53px!important;
  
}
    .about-img img {
  
    width: 100%;
}
    
   .about-img:before {
    width: 723px;
    height: 619px;

} 
    .text-aboutus {
    padding-left: 0;
    margin-top: 10%;
}
    
    .text-aboutus br {
    display: none;
}
.text-aboutus ul li {
    font-size: 11px;
}
    .text-services h2 {
        font-size: 21px !important;
        margin-bottom: 0px !important;
        line-height: 1.3;
        height: 40px;
    }
    .text-services p {
    height: 120px;
}
.chooseus:hover .chooseus-img:before {
    width: 250px !important;
}




.wants-text h2 {
    font-size: 59px;
    width: 100%;
}

.chooseus.allsections {
    padding: 0;
}

.text-aboutus ul {
    margin-bottom: 0;
}

    .chooseus-img img {
        border-radius: 5px;
        width: 100%;
        margin-bottom: 10%;
        margin-top: 6%;
    }

.chooseus-img:before {
    width: 288px;
    height: 602px;
    right: -22px;
    top: 20px;
}    
    
.text-schdule h2 {
    height: 112px;
}

section.lst-blogs .box .ss-content {
    padding: 29px 0px 20px 20px!important;
    height: 140px!important;
    margin-bottom: 8%!important;
}

footer:before {
    height: 698px!important;
}

section.innerbanner .text-banner h2 {
    font-size: 40px;
}
section.innerbanner .hm-banner-img:before {
    width: 506px;
    height: 430px;
}

.maindv-consultation h2 {
    font-size: 50px;
}

section.contact-us {
    padding: 100px 0;
}

.logo-ft a img {
    margin-top: 0!important;
}
footer {
    padding: 62px 0px 0px!important;
}

}

@media only screen and (min-width: 520px) and (max-width: 767px){
.about-img:before {
    display: none;
}
.hm-banner-img img {
    height: 330px;
}
h2 {
    font-size: 37px;
    line-height: 45px;
}    
.hm-banner-img:before {
  display: none;
}

.text-abt-years h4 {
    font-size: 17px;
    line-height: 20px;
}
.text-abt-years span.count {
    font-size: 46px;
}
.text-abt-years .counter-box {
    width: 44%;
    padding: 13px 14px 0px;
    margin-top: -10px;
    margin-left: -23px;
}
.aboutus:hover .about-img:before {
    height: 308px;
    width: 311px;
    border-radius: unset;
}
.text-aboutus {
    padding-left: 0px;
}
h3 {
    font-size: 19px;
    margin: 0 0 7px;
}
.text-aboutus p {
    line-height: 25px;
}
.heading-services p {
    font-size: 13px;
    color: #fff;
}
.text-aboutus ul li {
    font-size: 13px;
    text-align: justify;
}
.text-aboutus ul {
    margin-bottom: 20px;
}
.Services .heading-services p br {
    display: none;
}
.text-services {
    padding: 13px 10px 30px;
    height: unset;
}
.wants-text h2 {
    font-size: 35px;
    width: 100%;
    line-height: 60px;
}
.wants {
    height: 330px;
}
 .img-service img {
        height: 240px;
}
    .text-services h2 {
        font-size: 19px;
        line-height: 25px;
    }
.text-services p {
    font-size: 12px;
    line-height: 22px;
}
.serviceslid .slick-dots {
    bottom: -25px !important;
    left: 0;
}
.text-aboutus h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.chooseus-img:before {
   display: none;
}
.chooseus:hover .chooseus-img:before {
    display: none;
}
.chooseus-img {
    margin-top: 60px;
}
.text-schdule h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.schdule-field {
    padding: 0 10px;
}
.maindv-schdulehm {
    padding-left: 0px;
    padding-top: 10px;
}
.btn-schdule {
    margin-bottom: 30px;
}
.testi-text {
    padding-left: 20px !important;
}
.testi-box {
    padding: 24px 12px 25px 0px;
        margin-left: 0px;
}
.testi-text p {
    width: 100%;
    line-height: 27px;
    margin-bottom: 6px;
    font-size: 12px;
}
.testislid .slick-dots {
    bottom: -45px;
    left: 0;
}
section.lst-blogs .box .ss-content {
    width: 100% !important;
    padding: 28px 0px 20px 0px !important;
    margin-top: -20px !important;
    margin-bottom: 30px !important;
}
section.lst-blogs {
    padding-bottom: 20px;
}
ul.ft-contact {
    margin-left: 0px;
}
.logo-ft a img {
    width: 65%;
    height: 70%;
}
.ft-social-icons h2 {
    font-size: 21px;
    margin-top: 30px;
}
.ft-social-icons {
    margin-left: 0px;

}
    footer:before {
        width: 100%;
        height: 850px;
        bottom: 100px;
        top: unset !important;
    }
.text-banner p {
    font-size: 12px;
}
.text-banner h2 {
    font-size: 33px;
    line-height: 48px;
    margin-bottom: 18px;
}
.bannerslid .slick-slide {
    margin: 20px 16px;
}
    .banner {
        height: 168vh;
    }
.logo a img {
    width: 40%;
}
section.innerbanner .hm-banner-img img {
    height: 240px;
}
section.innerbanner .text-banner h2 {
    font-size: 43px;
    margin-bottom: 40px;
    line-height: 68px;
}

section.innerbanner .banner {
    height: 560px !important;
}
.innerabout-pg .text-aboutus h2 {
    font-size: 23px;
}
.inner-service-pg .heading-services h2 {
    color: #000;
    font-size: 23px;
}
.inner-service-pg .heading-services {
    margin-bottom: 20px;
}
.ser-detail-img img {
    width: 100%;
    height: 230px !important;
    margin-bottom: 10px !important;
}
button.accordion-button {
    font-size: 13px;
    padding: 13px 6px;
}
.maindv-consultation {
    padding: 23px 10px;
}
ul.ft-cont-box {
    width: 60%;
}
.consultation-fields {
    padding: 20px 9px;
}
.consultation-fields input {
    padding: 0px 0px;
}
.consultation-fields textarea {
    padding: 0px 0px;
}
.maindv-consultation h2 {
    font-size: 52px;
    line-height: 70px;
}
.text-banner h2 br {
    display: none;
}
.text-ser-detail h2 {
    font-size: 21px;
}
.testislid .slick-dots li {
    width: 32px;
}
.allsections {
    padding: 80px 0px;
}
.text-aboutus h2 br {
    display: none;
}
section.contact-us {
    padding: 100px 0px;
}

section.contact-us.inner h3 {
    font-size: 34px;
    margin-bottom: 9px;
}
.cont-1 p {
    font-size: 13px;
    line-height: 27px;
}
ul.contact_page_sidbar a {
    font-size: 18px;
}
.contact-form {
    border-radius: 5px;
    padding: 30px 10px 30px 10px;
    margin-left: 0px;
}
section.contact-us.inner h3 {
    font-size: 24px;
}
.btn-contact button {
    width: 35%;
}
.menuSec {
    position: inherit;
}
    .logo {
        position: absolute;
        top: 48px;
        width: 31%;
        z-index: 2;
    }
section.innerbanner .banner {
        height: 410px !important;
}
.slicknav_nav a:hover {
    background: #e500b3;
    color: #fff;
}

.theme-btn {
    width: 52%!important;
}


}

@media only screen and (min-width: 300px) and (max-width: 519px){

.about-img:before {
    display: none;
}
.hm-banner-img img {
    height: 280px;
}
section.providser-sec {
    margin-top: -30%;
}
h2 {
    font-size: 37px;
    line-height: 45px;
}    
.hm-banner-img:before {
  display: none;
}

.text-abt-years h4 {
    font-size: 17px;
    line-height: 20px;
}
.text-abt-years span.count {
    font-size: 46px;
}
.text-abt-years .counter-box {
    width: 74%;
    padding: 13px 14px 0px;
    margin-top: -10px;
    margin-left: -23px;
}
.aboutus:hover .about-img:before {
    height: 308px;
    width: 311px;
    border-radius: unset;
}
.text-aboutus {
    padding-left: 0px;
}
h3 {
    font-size: 19px;
    margin: 0 0 7px;
}
.text-aboutus p {
    line-height: 25px;
}
p {
    font-size: 13px;
}
.text-aboutus ul li {
    font-size: 13px;
    text-align: justify;
}
.text-aboutus ul {
    margin-bottom: 20px;
}
.Services .heading-services p br {
    display: none;
}
.text-services {
    padding: 13px 10px 30px;
    height: unset;
}
.wants-text h2 {
    font-size: 35px;
    width: 100%;
    line-height: 60px;
}
.wants {
    height: 330px;
}
 .img-service img {
        height: 240px;
}
.text-services h2 {
    font-size: 22px;
}
.text-services p {
    font-size: 12px;
    line-height: 22px;
}
.serviceslid .slick-dots {
    bottom: -25px !important;
    left: 0;
}
.text-aboutus h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.chooseus-img:before {
    width: 301px;
    height: 270px;
    top: -15px;
    right: unset;
    left: -13px;
}
.chooseus:hover .chooseus-img:before {
    width: 301px;
}
.chooseus-img {
    margin-top: 60px;
}
.text-schdule h2 {
    font-size: 40px;
    margin-bottom: 20px;
        height: 135px;
}
.schdule-field {
    padding: 0 10px;
}
.maindv-schdulehm {
    padding-left: 0px;
    padding-top: 10px;
}
.btn-schdule {
    margin-bottom: 30px;
}
.testi-text {
    padding-left: 20px !important;
}
.testi-box {
    padding: 24px 12px 25px 0px;
        margin-left: 0px;
}
.testi-text p {
    width: 100%;
    line-height: 27px;
    margin-bottom: 6px;
    font-size: 12px;
}
.testislid .slick-dots {
    bottom: -45px;
    left: 0;
}
section.lst-blogs .box .ss-content {
    width: 100% !important;
    padding: 50px 0px 20px 0px !important;
    margin-top: -20px !important;
    margin-bottom: 30px !important;
    height: 168px!important;
}
section.lst-blogs {
    padding-bottom: 20px;
}
ul.ft-contact {
    margin-left: 0px;
}
 .logo-ft a{
 display:block;
 text-align:center;
 }
    .logo-ft a img {
        width: 42% !important;
        height: 70% !important;
        margin: 0 auto;
    }
.ft-social-icons h2 {
    font-size: 21px;
    margin-top: 30px;
}
.ft-social-icons {
    margin-left: 0px;

}
    footer:before {
        width: 100%;
        height: 850px;
        bottom: 100px;
        top: unset !important;
    }
.text-banner p {
    font-size: 12px;
}
.text-banner h2 {
    font-size: 33px;
    line-height: 48px;
    margin-bottom: 18px;
}
.bannerslid .slick-slide {
    margin: 20px 16px;
}
    /*.banner {*/
    /*    height: 96vh;*/
    /*}*/
.logo a img {
    width: 40%;
}
section.innerbanner .hm-banner-img img {
    height: 240px;
}
section.innerbanner .text-banner h2 {
    font-size: 43px;
    margin-bottom: 40px;
    line-height: 68px;
}

section.innerbanner .banner {
    height: 480px !important;
}
.innerabout-pg .text-aboutus h2 {
    font-size: 23px;
}
.inner-service-pg .heading-services h2 {
    color: #000;
    font-size: 23px;
}
.inner-service-pg .heading-services {
    margin-bottom: 20px;
}
.ser-detail-img img {
    width: 100%;
    height: 230px !important;
    margin-bottom: 10px !important;
}
button.accordion-button {
    font-size: 13px;
    padding: 13px 6px;
}
.maindv-consultation {
    padding: 23px 10px;
}

.consultation-fields {
    padding: 20px 9px;
}
.consultation-fields input {
    padding: 0px 0px;
}
.consultation-fields textarea {
    padding: 0px 0px;
}
.maindv-consultation h2 {
    font-size: 52px;
    line-height: 70px;
}
.text-banner h2 br {
    display: none;
}
.text-ser-detail h2 {
    font-size: 21px;
}
.testislid .slick-dots li {
    width: 32px;
}
.allsections {
    padding: 80px 0px;
}

section.contact-us {
    padding: 100px 0px;
}

section.contact-us.inner h3 {
    font-size: 34px;
    margin-bottom: 9px;
}
.cont-1 p {
    font-size: 13px;
    line-height: 27px;
}
ul.contact_page_sidbar a {
    font-size: 18px;
}
.contact-form {
    border-radius: 5px;
    padding: 30px 10px 30px 10px;
    margin-left: 0px;
}
section.contact-us.inner h3 {
    font-size: 24px;
}
.btn-contact button {
    width: 35%;
}
.menuSec {
    position: inherit;
}
   .logo {
        position: absolute;
        top: 0;
        width: 100%;
        z-index: 3;
        left: 0;
        /* z-index: 14; */
        text-align: center;
    }

.innerabout-pg .text-aboutus h2 {
    font-size: 37px;
}
.about-pg-bottom-text {
    margin-bottom: 20px;
}
.about-pg-bottom-text h2 {
    margin-bottom: 10px;
}
.Services .heading-services p {
    color: #fff;
}
.slick-active {
    opacity: 1.5;
}
.serviceslid .slick-dots li {
    width: 42px;
    height: 11px;
    margin: 0 6px;
    background: #fff;
    border-radius: 3px;
}
.serviceslid li.slick-active {
    background: #e500b3 !important;
    opacity: 1;
}
.serviceslid .slick-dots li button:before {
    content: '';
}
.serviceslid  .slick-dots {
    bottom: -55px;
}
.faqs .row {
    display: flex;
    justify-content: center;
}

.slicknav_nav a:hover {
    background: #e500b3;
    color: #fff;
}
ul.ft-contact li {
       flex-wrap:wrap
   
}
ul.ft-contact li a{
  display:block;
}
ul.ft-contact li a + br + a{
  padding-left:42px;
}
html {
    overflow-x: hidden;
}



}



/*Responsive End*/








section.lst-blogs {

    padding-top: 40px;

    padding-bottom: 100px;

    position: relative;

}



section.lst-blogs h2 {

    padding-bottom: 30px;

    letter-spacing: 2px;

}



section.lst-blogs .box {

    position: relative;

    transition: 1s;

}



section.lst-blogs .box .lst-img img {

width: 100%;

transition: 0.5s;

HEIGHT: 260PX;

OBJECT-FIT: cover;
}



section.lst-blogs .box .ss-content {
    position: relative;
    width: 95%;
    margin: 0 auto;
    padding: 50px 0px 20px 20px;
    height: 130px;
    margin-top: -20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: #fff;
    box-shadow: 0px 0px 4px #000;
}



section.lst-blogs .box .ss-content p {

    font-family: "Poppins";

    font-size: 16px;

    color: #a1a1a0;

    margin-bottom: 10px;

    position: absolute;

    top: 20px;

}



section.lst-blogs .box .ss-content p span {

    display: inline-block;

    margin-left: 20px;

}



section.lst-blogs .box .ss-content h4 {

font-family: 'Blacksword';

font-size: 23px;

line-height: 31px;

color: #333333;

font-weight: 500;

letter-spacing: 1px;
}



section.lst-blogs .box .ss-content .lst-dt {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-top: 10px;

}



section.lst-blogs .box .ss-content .lst-dt .user {

    display: flex;

    align-items: center;

    gap: 10px;

}



section.lst-blogs .box .ss-content .lst-dt h6 {

    font-size: 16px;

    font-weight: 600;

    font-family: "Montserrat";

    color: #000;

    margin: 0;

    line-height: 26px;

}



section.lst-blogs .box .ss-content .lst-dt .listing span {

    font-size: 16px;

    color: #a1a1a0;

    margin-bottom: 10px;

    font-family: "Roboto Condensed";

}



section.lst-blogs .box .ss-content .lst-dt .user span img {

    width: 30px;

}



section.lst-blogs .box:hover .lst-img img {

    filter: brightness(0.6);

    cursor: pointer;

}



section.lst-blogs .box:hover {

    transform: translate(0px, 20px);

}



section.search .card:hover .cd-img img {

    filter: brightness(0);

}
.text-ser-detail ul li {
    margin-bottom: 10px;
}
.text-ser-detail ul li span {
    display: block;
    font-weight: 700;
}
.text-ser-detail ul {
    padding-left: 20px;
}
.text-ser-detail h3 {
    color: #000;
}
.blog-detailpg-main .ser-detail-img img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    border-radius: 10px;
}

.ser-detail-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 20px;
}
.testi-text {
    padding-left: 40px;
}
.providser-sec .text-aboutus h2 {
    font-size: 36px;
}

section.providser-sec .about-img img {
    width: 100%;
    height: 580px;
    object-fit: cover;
}
section.providser-sec .text-aboutus {
    padding-right: 10px;
}






/*Login page Start*/

.text-blue {
    color: #100c6c;
}

.text-black {
    color: #000 !important;
}

.log-in-wrap {
    padding: 40px 40px;
    background-color: #fdfdfd;
    /* border: 1px solid #c4c4c4; */
    float: right;
    width: 100%;
    border-radius: 0px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 7%), 0 6px 20px 0 rgb(0 0 0 / 0%);
}
.form-group {
    margin-bottom: 15px;
}


.log-in-wrap h2 {
    margin: 0 0 30px 0;
    text-align: center;
    color: #000;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 54px;
    /* font-weight: bold; */
    font-family: 'Blacksword';
}

.login_btn {
    width: 100%;
    background-color: #e500b3;
    padding: 16px 10px;
    display: block;
    color: #fff;
    font-size: 21px;
    text-transform: capitalize !important;
    border: none;
    border: 2px solid #e500b3;
    transition: 0.5s all;
    border-radius: 0px;
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: capitalize;

}

.contact-page-main .form-control {
    height: 56px;
    background-color: #ffffff;
    border-color: #d8d8d8;
    width: 100%;
    border-radius: 0px;
}

.log-in-page-main .form-check label.form-check-label {
    font-size: 14px;
    font-weight: 300;
    /* font-family: 'Lato'; */
    margin: 0;
    font-weight: 400;
    color: #b6b5b5;
    font-family: 'Poppins';
}

.form-check-input:checked {
    background-color: #330852;
    border-color: #330852;
}

.log-in-page-main .form-check,
.forgot-pass {
    display: inline-block;
}


input::placeholder {
    font-size: 15px;

    font-weight: 300;
    color: #000;
    opacity: 0.5;
}

.forgot-pass {
    width: 72%;
    text-align: right;
}

.forgot-pass a {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #b6b5b5;
    font-family: 'Poppins';
}

.term-condition:hover {
    color: #91805b;
    border-bottom: 2px solid #91805b;
}

.forgot-pass a:hover {
    color: #91805b;
}

.agree-text {
    color: #b6b5b5;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 32px;
    font-family: 'Poppins';
}

.term-condition {
    font-weight: 600;
    margin-left: 10px;
    color: #37031a;
    border-bottom: 2px solid #37031a;
    /* font-size: 15px; */
    /* float: inline-end; */
    font-family: 'Poppins';
}

.contact-page-main .form-control::placeholder {
    font-family: 'Poppins';
    font-size: 14px;
    color: #a7a5a5;
}
.form-group {
    margin-bottom: 25px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.login_btn:hover {
    background-color: transparent;
    border: 2px solid #31031a;
    color: #31031a;
}
section.contact-page-main.log-in-page-main.all-section {
    padding: 140px 0px;
    position: relative;
}
.leaf-img-login img {
    position: absolute;
    bottom: 150px;
}
/*Login Page End*/



@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=Jost: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: 16px;
}


/***** 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
}


@font-face {
  font-family: 'Blacksword';
  src: url(../fonts/Blacksword.ttf);
  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: 4px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid;
    text-transform: uppercase;
    background: #e500b3;
    border: unset;
    font-family: 'Poppins';
    font-weight: 400;
}

.theme-btn:hover {
    background-color: #fff;
    color: #000;
    border-color: #28b16d;
    box-shadow: 0 5px 13px 0 rgb(51 0 129), 0 0px 18px 0 rgb(51 0 129);
    transition: 0.9s;
}

.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: 'Blacksword';
  font-size: 55px;
  line-height: 60px;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
}

h2 {
   font-family: 'Blacksword';
   font-size: 55px;
   line-height: 60px;
   color: #000;
   font-weight: 500;
   margin: 0 0 30px;
}

h3 {
   font-size: 24px;
   line-height: 34px;
   color: #e400b2;
   font-weight: bold;
   margin: 0 0 28px;
   font-family: "Jost", sans-serif;
   text-transform: uppercase;
}

h4 {
   font-family: 'Blacksword';
  font-size: 24px;
  line-height: 29px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 13px;
}

h5 {
   font-family: 'Blacksword';
  font-size: 20px;
  line-height: 25px;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
   font-family: 'Blacksword';
  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;
  position: absolute;
  width: 100%;
  z-index: 2;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 23px 1px;
  margin: 0;
  text-align: center;
  text-transform: capitalize;
  border: 1px solid #e500b3;
  margin-top: 30px;
  text-transform: uppercase;
}

.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: #fff;
    padding: 10px 17px;
    font-size: 14px;
    font-family: 'Poppins';
}

/*.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;
    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: 4px;
    -moz-border-radius: 50px;
    text-transform: capitalize;
    border: 2px solid;
    text-transform: uppercase;
    background: #e500b3;
    border: unset;
    font-family: 'Poppins';
    font-weight: 400;
}

.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: #e500b3;
}

.menuSec li:hover>ul {
    display: block;
    position: absolute;
    z-index: 1000;
    background-color: #000000;
    left: 0px;
    width: 230px;
    text-align: left;
    top: 18px;
}

.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: center;
  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;}




/*Banner Css Start*/

.banner {
    background-image: url(../images/banner.jpg);
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: end;
    position: relative;
}
.hm-banner-img img {
    width: 100%;
    height: 710px;
    object-fit: cover;
    border-radius: 6px 6px 0px 0px;
}
.banner .row {
    align-items: center;
}
.text-banner p {
    font-family: 'Poppins';
    font-size: 14px;
    color: #fff;
    font-weight: 400;
    margin-bottom: 32px;
}
.text-banner h2 {
    color: #fff;
    font-size: 43px;
    line-height: 78px;
    margin-bottom: 18px;
}
.hm-banner-img {
    position: relative;
    z-index: 1;
}

.hm-banner-img:before {
    position: absolute;
    content: '';
    border: 1px solid #fff;
    width: 820px;
    height: 580px;
    left: -25px;
    top: 100px;
    z-index: -1;
}
.social-icons-banner ul {
    display: flex;
    gap: 20px;
    border: 1px solid #FFF;
    width: 100%;
    padding: 6px 3px;
    border-radius: 6px;
}

.social-icons-banner ul li {
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 6px;
}

.social-icons-banner ul li a {
    font-size: 19px;
    color: #000;
    animation: tada 1.5s ease infinite;
}

.social-icons-banner {
    position: absolute;
    bottom: 60px;
}
.bannerslid .slick-dots li button:before {
    content: '';
}
.bannerslid li.slick-active {
    background: #e500b3 !important;
    opacity: 1;
}
.bannerslid .slick-dots li {
    width: 10px;
    height: 10px;
    margin: 0 6px;
    background: #fff;
}
.bannerslid .slick-dots {
    bottom: -195px;
    width: 20%;
    right: 30px;
}

.bannerslid .slick-slide {
    margin: 20px 20px;
}
.social-icons-banner ul li:hover a {
    color: #fff;
}
.social-icons-banner ul li:hover {
    background: #e500b3;
    border-color: #e500b3;
}
@keyframes tada {

   0% {transform: scale(1);} 

   10%, 20% {transform: scale(0.9) rotate(-3deg);} 

   30%, 50%, 70%, 90% {transform: scale(1.1) rotate(3deg);} 

   40%, 60%, 80% {transform: scale(1.1) rotate(-3deg);} 

   100% {transform: scale(1) rotate(0);} 

} 

.banner:hover .hm-banner-img img {
    filter: brightness(0.6);
    transition: 0.9s;
}

/*Banner Css End*/


/*Section About Us Start*/

.text-aboutus ul li i {
    border: 1px solid #000;
    padding: 6px 8px;
    border-radius: 50%;
    background: #000;
    color: #fff;
}

.text-aboutus ul li {
    display: flex;
    gap: 10px;
    margin-bottom: 21px;
    font-size: 14px;
    font-family: 'Poppins';
    font-weight: 400;
}

.text-aboutus p {
    text-align: justify;
    width: 100%;
    line-height: 28px;
    margin-bottom: 30px;
}

.text-aboutus {
    padding-left: 14px;
}

.about-img img {
    border-radius: 10px;
}
.allsections {
    padding: 100px 0px;
}
.aboutus .row {
    align-items: center;
}
.text-aboutus ul {
    margin-bottom: 50px;
}
.about-img {
    position: relative;
    z-index: 1;
}

.about-img:before {
    position: absolute;
    content: '';
    background: #330081;
    width: 660px;
    height: 510px;
    z-index: -1;
    left: -13px;
    border-radius: 7px;
    top: 40px;
}

.aboutus:hover .about-img:before {
    height: 648px;
    top: -31px;
    transition: 0.9s;
    width: 680px;
    left: -23px;
}
.aboutus:hover .about-img img {
    filter: brightness(0.8);
}

.text-abt-years h4 {
    font-family: 'Jost';
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    color: #fff;
}


.text-abt-years span.count {
    font-family: 'Jost';
    font-weight: bold;
    font-size: 56px;
    color: #fff;
}


.text-abt-years .counter-box {
    display: flex;
    align-items: center;
    gap: 3px;
    background: #e500b3;
    width: 42%;
    border: 1px solid #fff;
    border-radius: 5px;
    padding: 10px 14px 0px;
    margin-top: -120px;
    position: relative;
    z-index: 2;
    margin-left: -23px;
}


/*Section About us End*/


/*Section Services Start*/
.img-service img {
    width: 100%;
}
.img-service img {
    width: 100%;
    border-radius: 5px 5px 0px 0px;
    height: 280px;
    object-fit: cover;
}

.text-services h2 {
    font-size: 26px;
    margin-bottom: 0px;
}

.text-services p {
    font-size: 13px;
    margin-bottom: 30px;
    line-height: 26px;
}

.text-services {
    padding: 13px 20px 10px;
    background: #fff;
    height: 230px;
    border-radius: 0px 0px 5px 5px;
}


.service-box-main-dv:hover .img-service img {
    filter: brightness(0.7);
    transform: scale(1.1);
    transition: 0.9s;
}

.img-service {
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
}
.heading-services h3 {
    margin-bottom: 10px;
}
.heading-services {
    text-align: center;
    margin-bottom: 50px;
}
.Services {
    background-image: url(../images/services-back.jpg);
    width: 100%;
    height: 1030px;
    background-repeat: repeat;
    background-size: cover;
    display: flex;
    align-items: center;
}
.heading-services h2 {
    color: #fff;
}
/*Section Services End*/


/*Section Wants Start*/

.wants {
    background-image: url(../images/wants-back.jpg);
    width: 100%;
    height: 550px;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.wants-text h2 {
    color: #fff;
    text-align: center;
    font-size: 72px;
    width: 70%;
    line-height: 100px;
    margin-bottom: 47px;
    margin: 0 auto;
    padding-bottom: 30px;
}

.wants-text {
    text-align: center;
}
/*Section Wants End*/


/*Section why Choose Us Start*/
.chooseus-text .text-aboutus ul li {
    font-size: 14px;
    font-family: 'Poppins';
    color: #000;
    margin-bottom: 27px;
}

.chooseus-img {
    text-align: end;
    position: relative;
    z-index: 1;
}

.chooseus-img:before {
    position: absolute;
    content: '';
    background: #330081;
    width: 320px;
    height: 580px;
    right: -40px;
    z-index: -1;
    border-radius: 5px;
    top: -35px;
}


.chooseus:hover .chooseus-img:before {
    width: 691px;
    transition: 0.9s;
}

.chooseus:hover .chooseus-img img {
    filter: brightness(0.5);
    transition: 0.9s;
}

.chooseus-img img {
    border-radius: 5px;
}
/*Section Why Choose Us End*/


/*Section Schdule Start*/

.img-schdule img {
    width: 100%;
}
.schdule-home {
    background: #330081;
}

.text-schdule h2 {
    color: #fff;
    font-size: 40px;
    margin-bottom: 30px;
    height: 80px;
    display: flex;
    align-items: center;
}
.schdule-field input {
    width: 100%;
    border-bottom: 1px solid #fff !important;
    background: transparent;
    border: unset;
    color: #fff;
    margin-bottom: 60px;
}

.schdule-field input::placeholder {
    font-family: 'Poppins';
    color: #fff;
    font-size: 16px;
    text-transform: capitalize;
}
.schdule-home .row {
    align-items: center;
}
.btn-schdule .theme-btn {
    margin: unset;
}
.maindv-schdulehm {
    padding-left: 30px;
    padding-top: 10px;
}
.schdule-home:hover .img-schdule img {
    transform: scale(1.1);
    filter: brightness(0.6);
    transition: 0.9s;
}

.img-schdule {
    overflow: hidden;
}


/*Section Schdule End*/



/*Section testimonials Start*/

.testi-box {
    display: flex;
    align-items: center;
    gap: 30px;
    border: 1px solid #00000042;
    padding: 45px 23px 45px 0px;
    border-radius: 5px;
    position: relative;
    margin-left: 40px;
}

.test-img img {
    width: 310px;
    border-radius: 5px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}

.testi-text h4 {
    margin-bottom: 0px;
    font-family: 'Poppins';
    font-weight: bold;
    text-transform: uppercase;
    color: #000;
    font-size: 24px;
}



.test-img {
    margin-left: -40px;
}

.testi-text p {
    width: 96%;
    text-align: justify;
    line-height: 30px;
    margin-bottom: 6px;
    font-size: 14px;
}
.testi-heading {
    text-align: center;
    margin-bottom: 0px;
}

.testimonials .testi-heading h3 {
    color: #330081;
}
.testi-box:before {
    position: absolute;
    content: '';
    background: #e500b3;
    width: 3px;
    height: 180px;
    left: 0;
    z-index: -1;
    border-radius: 5px;
}

.testi-box:hover:before {
    width: 100%;
    height: 100%;
    transition: 0.9s;
}

.testi-box:hover .testi-text p {
    color: #fff;
}

.testi-box:hover .testi-text h4 {
    color: #fff;
}

.testi-box:hover {
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.4);
}
.testislid .slick-active {
    opacity: 1.5;
}
.testislid .slick-slide {
    margin: 20px 20px 20px 20px;
}
.testislid .slick-dots li button:before {
    content: '';
}
.testislid li.slick-active {
    background: #330081 !important;
    opacity: 1;
}
.testislid .slick-dots li {
    width: 42px;
    height: 11px;
    margin: 0 6px;
    background: #000000;
    border-radius: 3px;
}
.testislid .slick-dots {
    bottom: -45px;
}
.test-quotes {
    position: absolute;
    top: -20px;
    right: 50px;
    border: 1px solid #e500b3;
    background: #e500b3;
    padding: 10px 11px;
    border-radius: 5px;
}
.testi-box:hover .test-quotes {
    background: #330081;
    border-color: #330081;
}
/*Section testimonials End*/

/*Footer Start*/

footer {
    background-image: url(../images/footerback.jpg);
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    padding: 150px 0px 0px;
    position: relative;
    /* background-attachment: fixed; */
    background-size: cover;
    z-index: 1;
}
.fticons-social .social-icons-banner ul {
    position: unset;
    margin-top: 30px;
}

.logo-ft p {
    font-size: 14px;
    line-height: 25px;
    font-weight: 300;
    color: #fff;
    text-align: justify;
    width: 96%;
}
.logo-ft a img {
    /* border: 1px solid #fff; */
    /* padding: 7px 9px 10px; */
    /* border-radius: 4px; */
    width: 95%;
    height: 100%;
    margin-bottom: 10px;
    margin-top: -150px;
    border-radius: 0px 0px 10px 10px;
    margin-bottom: 30px;
}

ul.ft-links h2 {
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 20px;
    color: #fff;
    font-family: 'Jost' !important;
    font-weight: bold;
    font-family: 'Jost';
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}
ul.ft-links li a {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    text-transform: uppercase;
}
ul.ft-links li {
    margin-bottom: 10px;
}
ul.ft-links {
    margin-left: 0px;
}
ul.ft-contact h2 {
    font-size: 22px;
    margin-bottom: 40px;
    line-height: 20px;
    color: #fff;
    font-family: 'jost' !important;
    font-weight: bold;
    font-family: "Roboto", sans-serif;
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}
ul.ft-contact li a {
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 300;
    color: #fff;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 0px;
}
ul.ft-contact li a i {
    font-size: 20px;
    animation: tada 1.5s ease infinite;
}
ul.ft-contact {
    margin-left: 24px;
}
ul.ft-contact  li {
    margin-bottom: 7px;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 33px;
}
.ft-social-icons h2 {
    font-size: 23px;
    margin-bottom: 40px;
    line-height: 20px;
    color: #fff;
    font-family: 'Rajdhani';
    font-weight: bold;
    font-family: 'Jost';
    position: relative;
    text-transform: uppercase;
    font-weight: 500;
}
.ft-social-icons ul.top-sec-socialicons {
    justify-content: start;
}
.paypal-img {
    margin-top: 40px;
}
.ft-social-icons {
    margin-left: 26px;
}

.ft-bottom-text p {
    text-align: center;
    color: #fff;
    /* margin-top: 50px; */
    /* background: #00599c; */
    margin-bottom: 0px;
    padding: 22px 0px;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    text-transform: uppercase;
    /* background: #000; */
    /* background-color: rgb(255, 255, 255); */
    /* box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.004), inset 0px 0px 21px 0px rgba(0, 0, 0, 0.5); */
    border-top: 1px solid #fff;
    margin-top: 72px;
}


ul.ft-links li a:hover {
    color: #e500b3;
    margin-left: 10px;
    transition: 0.9s;
}
ul.ft-contact li a:hover {
    color: #e500b3;
    transition: 0.9s;
}
ul.top-sec-socialicons li p {
    font-size: 15px;
    color: #fff;
    margin-bottom: 30px;
    font-weight: 300;
}
ul.top-sec-socialicons li input {
    border: unset;
    width: 90%;
    height: 66px;
    padding: 0px 16px;
    border-radius: 5px;
    margin-bottom: 20px;
}
ul.top-sec-socialicons li a {
    border: 1px solid #dcad1d;
    color: #fff;
    padding: 7px 14px;
    font-size: 18px;
    border-radius: 6px;
    margin-left: -7px;
    background: #dcad1d;
}
ul.ft-links h2:before {
    position: absolute;
    content: '';
    background: #e500b3;
    left: 0;
    bottom: -17px;
    width: 133px;
    height: 3px;
    border-radius: 23px;
}

ul.ft-contact h2:before {
    position: absolute;
    content: '';
    background: #e500b3;
    left: 0;
    bottom: -17px;
    width: 184px;
    height: 3px;
    border-radius: 23px;
}

.ft-social-icons h2:before {
    position: absolute;
    content: '';
    background: #e500b3;
    left: 0;
    bottom: -17px;
    width: 270px;
    height: 3px;
    border-radius: 23px;
}
ul.top-sec-socialicons .themes-btn {
    width: 180px;
    letter-spacing: 0px;
}
ul.top-sec-socialicons .themes-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
    width: 190px;
    background: #069fe4;
    color: #fff;
    border-radius: 4px;
    /* border-top-right-radius: 0; */
    transition: 0.6s ease-in-out;
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0px;
    font-family: "Roboto", sans-serif;
}
.logo-ft ul {
    display: flex;
    gap: 10px;
    display: flex;
    gap: 20px;
    border: 1px solid #FFF;
    width: 46%;
    padding: 6px 3px;
    border-radius: 6px;
    margin: 0 auto;
}

.logo-ft ul li {
    border: 1px solid #fff;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    border: 1px solid #fff;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #fff;
    border-radius: 6px;
}

.logo-ft ul li a {
    color: #000;
    font-size: 21px;
    animation: tada 1.5s ease infinite;
}
.logo-ft ul li:hover {
    background-color: #e500b3;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.004),inset 0px 0px 21px 0px rgba(0, 0, 0, 0.5);
    border-color: unset;
    transform: rotate(360deg);
    transition: 0.9s;
}

.logo-ft ul li:hover a {
    color: #fff;
}
ul.ft-contact li span {
    line-height: 13px;
}

ul.ft-contact li i {
    color: #fff;
    font-size: 20px;
}
footer:before {
    position: absolute;
    content: '';
    background-image: url(../images/ft-before.png);
    width: 1170px;
    right: 0;
    height: 87%;
    z-index: -1;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
}
ul.ft-cont-box li i {
    color: #fff;
    padding: 15px;
    background: #330081;
    border-radius: 50%;
    transform: rotate(85deg);
    font-size: 19px;
}

ul.ft-cont-box li span {
    font-size: 14px;
    font-family: 'Poppins';
    text-transform: uppercase;
    color: #fff;
    display: block;
    font-weight: 400;
}

ul.ft-cont-box li a {
    font-family: 'Poppins';
    font-weight: 400;
    font-size: 24px;
    color: #fff;
}

ul.ft-cont-box {
    display: flex;
    margin-bottom: 13px;
    background: #e500b3;
    padding: 20px 20px;
    border-radius: 6px;
    gap: 10px;
}
.ft-social-icons p {
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    font-family: 'Poppins';
}
/*Footer End*/


/*inner Banner Start*/
section.innerbanner .banner {
    background-image: url(../images/innerbanner-back.png) !important;
    height: 710px !important;
}
section.innerbanner .hm-banner-img img {
    height: 510px;
}
section.innerbanner .hm-banner-img:before {
    position: absolute;
    content: '';
    border: 1px solid #fff;
    width: 948px;
    height: 430px;
    left: -36px;
    top: 50px;
    z-index: -1;
    border-radius: 6px;
}
section.innerbanner .social-icons-banner ul {
    width: 10%;
}
section.innerbanner .text-banner h2 {
    font-size: 72px;
}
/*inner Banner End*/


/*About page Start*/
.innerabout-pg .aboutus .row {
    align-items: unset;
}
.innerabout-pg .text-aboutus p {
    width: 100%;
    margin-bottom: 10px;
}
.about-pg-bottom-text p {
    text-align: justify;
    line-height: 29px;
    margin-top: 8px;
}


/*About page End*/


/*Services Page Start*/
.inner-service-pg .Services {
    background-image: unset;
    height: unset;
    padding: 100px 0px;
}

.inner-service-pg .service-box-main-dv {
    margin-bottom: 25px;
    box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.2);
}

.inner-service-pg .heading-services h2 {color: #000;}


/*Services Page End*/


/*Service Detailo Page Start*/
.text-ser-detail {
    padding: 20px 0px;
}

.text-ser-detail h2 {
    margin-bottom: 10px;
}

.text-ser-detail p {
    text-align: justify;
    line-height: 29px;
    margin-bottom: 30px;
}

/*Service Detail Page End*/



/*procedures page Start*/

.working .top-heading-services {
    text-align: center;
    margin-bottom: 100px;
}
.text-working ul {
    display: flex;
    justify-content: space-between;
    margin-bottom: 0px;
}

.text-working ul li p {
    padding: 30px 26px;
    border-radius: 10px;
    font-family: 'Jost';
    font-size: 36px;
    background: #e500b3;
    color: #fff;
    margin-top: -90px;
    margin-left: -90px;
    line-height: unset;
    position: relative;
}

.text-working h4 {
    font-size: 33px;
    /* font-weight: 600; */
    color: #000;
    text-transform: capitalize;
    line-height: 44px;
}

.text-working {
    padding: 40px 29px;
    /* border: 1px solid #000; */
    border-radius: 0px;
    box-shadow: 0px 0px 3px 0px rgba(0, 0, 0, 0.5);
    width: 87%;
}

.text-working p {
    line-height: 28px;
    margin-bottom: 0px;
    font-size: 16px;
    text-align: justify;
}
.text-working ul li p:before {
    position: absolute;
    content: '';
    background: #330081;
    width: 4px;
    height: 0px;
    top: 82px;
    left: 27px;
}
.text-working ul li p:after {
    position: absolute;
    content: '';
    background: #330081;
    width: 0px;
    top: 25px;
    height: 4px;
    left: 88px;
}
.working:hover .text-working ul li p:after {
    width: 318px;
    transition: 0.9s;
}
.working:hover .text-working ul li p:before {
    height: 236px;
    transition: 0.9s;
}
.working-maindv:hover .text-working {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgb(51 0 129);
}
.working-maindv:hover .text-working ul li p {
    background: rgb(255, 255, 255);
    box-shadow: 0px 0px 8px 0px rgb(229 0 179), inset 0px 0px 21px 0px rgb(51 0 129);
    color: #000;
}
/*procedures page End*/


/*Questions Page Start*/
.text-faqs p {
    font-size: 14px;
    text-align: justify;
}
.text-faqs h2 {
    margin-bottom: 10px;
    font-size: 50px;
}
.text-faqs {
    margin-bottom: 30px;
}
.faqs-btn {
    margin-top: 40px;
}
.accordion-button::after {
    background-image: unset !important;
    content: "_";
    font-size: 30px;
    color: #000;
    line-height: 0px;
}
.accordion-button:not(.collapsed)::after {
    content: "+";
    background-image: unset !important;
    font-size: 30px;
    color: #000;
    margin-bottom: 19px;
}
button.accordion-button {
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    padding: 13px 20px;
    background: #f8f7f7;
}
.accordion-item {
    margin-bottom: 20px;
    border: unset;
}
.accordion-button:focus {
    z-index: 3;
    border-color: #fff;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgb(13 110 253 / 0%);
}
.accordion-button:not(.collapsed) {
    color: #212529;
    background-color: #f8f7f7;
    box-shadow: unset;
}
/*Questions Page End*/


/*Consultation Page Start*/


.maindv-consultation {
    background: #e500b3;
    padding: 70px 100px;
    border-radius: 6px;
}

.consultation-fields label {
    font-family: 'Poppins';
    font-weight: 500;
    font-size: 16px;
    color: #000;
    margin-bottom: 6px;
}

.consultation-fields input {
    border: unset;
    border-bottom: 1px solid #000 !important;
    width: 100%;
    padding: 0px 30px;
    margin-bottom: 30px;
}

.maindv-consultation h2 {
    text-align: center;
    font-size: 72px;
    color: #fff;
    margin-bottom: 20px;
}

.consultation-fields textarea {
    border: unset;
    border-bottom: 1px solid #000 !important;
    width: 100%;
    padding: 0px 30px;
    margin-bottom: 30px;
    height: 110px;
}

.maindv-consultation p {
    text-align: center;
    color: #fff;
    margin-bottom: 25px;
}

.consultation-fields {
    background: #fff;
    padding: 40px 60px;
    border-radius: 6px;
}

.consultation .row {
    display: flex;
    justify-content: center;
}

.consultation {
    padding: 100px 0px;
}
.consultation-fields button.theme-btn {
    background: #330081;
    margin:unset;
}
.consultation-fields input::placeholder {
    font-family: 'Poppins';
    font-size: 16px;
    color: #0000007d;
}
.consultation-fields textarea::placeholder {
    font-family: 'Poppins';
    font-size: 16px;
    color: #0000007d;
}
/*Consultation Page End*/


/*book start*/
section.book form input {
    width: 100%;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    padding: 15px 15px;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    color: #000;
}
section.book form select {
    background: #f8f8f8 url(../images/arrow.png) no-repeat right;
    width: 100%;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    padding: 15px 15px;
    outline: none;
    border: 1px solid #cdcdcd;
    border-radius: 6px;
    appearance: auto;
}
section.book form textarea {
    width: 100%;
    margin-bottom: 30px;
    background-color: #f8f8f8;
    padding: 15px 15px;
    outline: none;
    border: 1px solid #cdcdcd;
    resize: none;
    border-radius: 5px;
    height: 200px;
    color: #000;
}
section.book form button {
    width: 50%;
    padding: 15px 10px;
    border: none;
    border-radius: 4px;
    color: #fff;
    background-color: #e500b3;
    font-size: 20px;
}
.Services {
    height: 940px;
}
section.book {
    padding: 100px 0px;
}

section.book form input::placeholder {
    color: #000;
    text-transform: capitalize !important;
}
section.book form textarea::placeholder {
    color: #000;
    text-transform: capitalize !important;
}
/*book end*/

/*contact page start*/
/*CONTACT START*/
.contact_page_sidbar h6 {
  font-size: 14px;
  color: #dad7d7;
  line-height: 20px;
  margin: 0;
  font-weight: 400;
}

.fa-color {
  color: #e51921;
  font-size: 80px;
}

.contact_page_sidbar h4 {
    color: #000;
    font-weight: 500;
    margin: 0;
    font-family: 'Poppins';
    margin-bottom: 0px;
    font-size: 18px;
}

.contact_page_sidbar i {
  font-size: 35px;
  margin: 0 20px 0 0;
  width: 35px;
}

.contact_social a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  background-color: #e51921;
  color: #ffffff;
  border-radius: 0;
  margin: 0 10px 0 0;
  font-size: 22px;
}

.contact_social a:hover {
  background-color: #e51921;
  color: #fff;
}

.contact_map iframe {
  width: 100%;
  height: 600px;
}

.contact-left img {
  width: 100%;
}

ul.contact_page_sidbar li i {
    color: #000;
}

ul.contact_page_sidbar a {
  font-family: 'Poppins';
  font-weight: 400;
  font-size: 20px;
  color: #5f5f5f;
  text-decoration: none;
  font-family: 'Poppins';
}

ul.contact_page_sidbar h6 {
  line-height: 26px;
  font-family: 'Poppins';
  font-size: 18px;
  color: #5f5f5f;
  font-family: 'Poppins';
}

.contact-form {
    border-radius: 5px;
    padding: 40px 40px 40px 40px;
    /* border: 2px solid #d9d9d9; */
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.3);
    margin-left: 20px;
}
.contact-form-title h4 {
  color: #000;
  font-size: 36px;
  line-height: 26px;
  margin-bottom: 30px;
  font-weight: 600;
}

.contact-form input {
    width: 100%;
    margin-bottom: 20px;
    padding: 15px 20px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.contact-form input::placeholder {
  color: #000;
}

.contact-form textarea {
    width: 100%;
    margin-bottom: 20px;
    padding: 20px 18px 80px;
    border-radius: 5px;
    border: 1px solid #dcdcdc;
    resize: none;
}
.contact-submit button {
  width: 100%;
  padding: 15px;
  border-radius: 30px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 17px;
  background: none;
}

.contact-form input::placeholder {
  font-size: 16px;
  line-height: 14px;
  color: #9d9a9a;
  border-radius: 5px;
  margin-bottom: 0px;
  font-family: 'Poppins';
}

.contact-form textarea::placeholder {
  font-size: 16px;
  line-height: 14px;
  border-radius: 5px;
  color:#9d9a9a;
  margin-bottom: 0px;
  font-family: 'Poppins';
}

section.contact_page_main.pt-8.pb-8 {
  padding: 100px 0;
  background-color: #050505;
}

li.d-flex.align-items-center.mt-5 {
  margin: 0 !important;
  margin-bottom: 40px !important;
}

.contact_page_sidbar p {
  margin-bottom: 0;
}

.cont-1 h3 {
  color: #000;
}

.cont-1 p {
  color: #5f5f5f;
  font-size: 16px;
  font-weight: 400;
  line-height: 31px;
}

.icons i {
    background: #f17033;
    color: #fff;
    padding: 6px;
    margin: 0px 5px;
}
.con-form {
  padding: 20px 50px;
}

section.contact-us {
  padding: 100px;
}

.btn-contact a {
  background: #194376;
  padding: 10px 80px;
  border: none;
  border-radius: 5px;
  color: #fff;
}

section.contact-us.inner h3 {
    font-size: 54px;
    line-height: 51px;
    color: #000;
    font-weight: 300;
    font-family: 'Blacksword';
    text-transform: capitalize;
    margin-bottom: 29px;
}
.map-col {
  padding: 0;
}
.btn-contact button {
    width: 20%;
    padding: 0;
    height: 45px;
    background-color: #e500b3;
    color: #fff;
    border: none;
    border-radius: 4px;
}
section.contact-us .row {
    align-items: baseline;
}
ul.social-icon.on.tw li i {
    color: #000;
}
ul.social-icon.on.tw  li {
    width: 35px;
    height: 35px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #000;
    border-radius: 4px;
}

ul.social-icon.on.tw li a i {
    color: #fff;
    font-size: 21px;
}

ul.social-icon.on.tw {
    display: flex;
    gap: 20px;
}
section.map-sec iframe {
    height: 780px;
    margin-bottom: -8px;
}

/*/*contact inner page sec end*/



/*Results Page Start*/

.results-heading {
    text-align: center;
    margin-bottom: 30px;
}

.results-heading h2 {
    font-size: 72px;
    margin-bottom: 20px;
}

.img-results img {
  border-radius: 5px;
}

.img-results:hover img {
    filter: brightness(0.5);
    transition: 0.9s;
    transform: scale(1.1);
}

.img-results {
    overflow: hidden;
    border-radius: 5px;
}
.maindv-results {
    margin-bottom: 20px;
}
.result-btn {
    text-align: center;
    padding: 40px 0px;
}

/*results Page End*/










.menuSec ul li:last-child a:hover {
    background-color: #fff;
    color: #000;
    border-color: #28b16d;
    box-shadow: 0 5px 13px 0 rgb(51 0 129), 0 0px 18px 0 rgb(51 0 129);
    transition: 0.9s;
}
.banner:hover .hm-banner-img:before {
    border-color: #e500b3;
    transition: 0.9s;
}
.menuSec ul li a i {
    font-size: 10px;
    margin-left: 4px;
}
.menuSec li>ul>li:last-child a {
    background: unset;
    border-radius: unset;
}
.menuSec li>ul>li:last-child a:hover {
    box-shadow: unset;
    color: unset;
}

.btn-shine {
    background: linear-gradient(to right, #fff 0, #e500b3, #e500b3 33%, #fff 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;
    }
}



input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

section.inner-service-choose-sec .chooseus-img:before {
    background: #db00ab;
}
section.inner-service-choose-sec .theme-btn {
    background: #330081;
}

/*Responsive Start*/

@media only screen and (min-width: 1366px) and (max-width: 1850px){
.hm-banner-img img {
    height: 640px;
}
.hm-banner-img:before {
    height: 500px;
}
.bannerslid .slick-dots {
    bottom: -145px;
}
footer:before {
    width: 1110px;
}
.menuSec ul li:last-child a { 
    padding: 15px 27px;
}
section.innerbanner .text-banner h2 {
    /* height: 80px; */
    /* display: flex; */
    align-items: center;
}
section.innerbanner .social-icons-banner ul {
    width: 13%;
}
h2.heading-questionmain {
    height: 190px !important;
}
.accordion {
    padding-left: 15px;
}
}

@media only screen and (min-width: 1200px) and (max-width: 1365px){}

@media only screen and (min-width: 992px) and (max-width: 1199px){
  .banner {
    height: 660px;
}
}

@media only screen and (min-width: 768px) and (max-width: 991px){
  .text-services {
    height: 250px;
}
}

@media only screen and (min-width: 520px) and (max-width: 767px){
.about-img:before {
    display: none;
}
.hm-banner-img img {
    height: 330px;
}
h2 {
    font-size: 37px;
    line-height: 45px;
}    
.hm-banner-img:before {
  display: none;
}

.text-abt-years h4 {
    font-size: 17px;
    line-height: 20px;
}
.text-abt-years span.count {
    font-size: 46px;
}
.text-abt-years .counter-box {
    width: 44%;
    padding: 13px 14px 0px;
    margin-top: -10px;
    margin-left: -23px;
}
.aboutus:hover .about-img:before {
    height: 308px;
    width: 311px;
    border-radius: unset;
}
.text-aboutus {
    padding-left: 0px;
}
h3 {
    font-size: 19px;
    margin: 0 0 7px;
}
.text-aboutus p {
    line-height: 25px;
}
p {
    font-size: 13px;
}
.text-aboutus ul li {
    font-size: 13px;
    text-align: justify;
}
.text-aboutus ul {
    margin-bottom: 20px;
}
.Services .heading-services p br {
    display: none;
}
.text-services {
    padding: 13px 10px 30px;
    height: unset;
}
.wants-text h2 {
    font-size: 35px;
    width: 100%;
    line-height: 60px;
}
.wants {
    height: 330px;
}
 .img-service img {
        height: 240px;
}
.text-services h2 {
    font-size: 22px;
}
.text-services p {
    font-size: 12px;
    line-height: 22px;
}
.serviceslid .slick-dots {
    bottom: -25px !important;
    left: 0;
}
.text-aboutus h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.chooseus-img:before {
   display: none;
}
.chooseus:hover .chooseus-img:before {
    display: none;
}
.chooseus-img {
    margin-top: 60px;
}
.text-schdule h2 {
    font-size: 40px;
    margin-bottom: 20px;
}
.schdule-field {
    padding: 0 10px;
}
.maindv-schdulehm {
    padding-left: 0px;
    padding-top: 10px;
}
.btn-schdule {
    margin-bottom: 30px;
}
.testi-text {
    padding-left: 20px !important;
}
.testi-box {
    padding: 24px 12px 25px 0px;
        margin-left: 0px;
}
.testi-text p {
    width: 100%;
    line-height: 27px;
    margin-bottom: 6px;
    font-size: 12px;
}
.testislid .slick-dots {
    bottom: -45px;
    left: 0;
}
section.lst-blogs .box .ss-content {
    width: 100% !important;
    padding: 50px 0px 20px 0px !important;
    margin-top: -20px !important;
    margin-bottom: 30px !important;
}
section.lst-blogs {
    padding-bottom: 20px;
}
ul.ft-contact {
    margin-left: 0px;
}
.logo-ft a img {
    width: 65%;
    height: 70%;
}
.ft-social-icons h2 {
    font-size: 21px;
    margin-top: 30px;
}
.ft-social-icons {
    margin-left: 0px;

}
    footer:before {
        width: 100%;
        height: 850px;
        bottom: 100px;
        top: unset !important;
    }
.text-banner p {
    font-size: 12px;
}
.text-banner h2 {
    font-size: 33px;
    line-height: 48px;
    margin-bottom: 18px;
}
.bannerslid .slick-slide {
    margin: 20px 16px;
}
.banner {
    height: 82vh;
}
.logo a img {
    width: 40%;
}
section.innerbanner .hm-banner-img img {
    height: 240px;
}
section.innerbanner .text-banner h2 {
    font-size: 43px;
    margin-bottom: 40px;
    line-height: 68px;
}

section.innerbanner .banner {
    height: 560px !important;
}
.innerabout-pg .text-aboutus h2 {
    font-size: 23px;
}
.inner-service-pg .heading-services h2 {
    color: #000;
    font-size: 23px;
}
.inner-service-pg .heading-services {
    margin-bottom: 20px;
}
.ser-detail-img img {
    width: 100%;
    height: 230px !important;
    margin-bottom: 10px !important;
}
button.accordion-button {
    font-size: 13px;
    padding: 13px 6px;
}
.maindv-consultation {
    padding: 23px 10px;
}
ul.ft-cont-box {
    width: 60%;
}
.consultation-fields {
    padding: 20px 9px;
}
.consultation-fields input {
    padding: 0px 0px;
}
.consultation-fields textarea {
    padding: 0px 0px;
}
.maindv-consultation h2 {
    font-size: 52px;
    line-height: 70px;
}
.text-banner h2 br {
    display: none;
}
.text-ser-detail h2 {
    font-size: 21px;
}
.testislid .slick-dots li {
    width: 32px;
}
.allsections {
    padding: 80px 0px;
}
.text-aboutus h2 br {
    display: none;
}
section.contact-us {
    padding: 100px 0px;
}

section.contact-us.inner h3 {
    font-size: 34px;
    margin-bottom: 9px;
}
.cont-1 p {
    font-size: 13px;
    line-height: 27px;
}
ul.contact_page_sidbar a {
    font-size: 18px;
}
.contact-form {
    border-radius: 5px;
    padding: 30px 10px 30px 10px;
    margin-left: 0px;
}
section.contact-us.inner h3 {
    font-size: 24px;
}
.btn-contact button {
    width: 35%;
}
.menuSec {
    position: inherit;
}

.logo {
   position: absolute;
   top: 0px;
   width: 26%;
   z-index: 2;
}
section.innerbanner .banner {
        height: 410px !important;
}
}

@media only screen and (min-width: 300px) and (max-width: 519px){

.about-img:before {
    display: none;
}
.hm-banner-img img {
    height: 280px;
}
h2 {
    font-size: 37px;
    line-height: 45px;
}    
.hm-banner-img:before {
  display: none;
}

.text-abt-years h4 {
    font-size: 17px;
    line-height: 20px;
}
.text-abt-years span.count {
    font-size: 46px;
}
.text-abt-years .counter-box {
    width: 74%;
    padding: 13px 14px 0px;
    margin-top: -10px;
    margin-left: -23px;
}
.aboutus:hover .about-img:before {
    height: 308px;
    width: 311px;
    border-radius: unset;
}
.text-aboutus {
    padding-left: 0px;
}
h3 {
    font-size: 19px;
    margin: 0 0 7px;
}
    .text-aboutus p {
        line-height: 25px;
        text-align: start;
    }
p {
    font-size: 13px;
}
.text-aboutus ul li {
    font-size: 13px;
    text-align: justify;
}
.text-aboutus ul {
    margin-bottom: 20px;
}
.Services .heading-services p br {
    display: none;
}
.text-services {
    padding: 13px 10px 30px;
    height: unset;
}
.wants-text h2 {
    font-size: 35px;
    width: 100%;
    line-height: 60px;
}
.wants {
    height: 330px;
}
 .img-service img {
        height: 240px;
}
.text-services h2 {
    font-size: 22px;
}
.text-services p {
    font-size: 12px;
    line-height: 22px;
}
.serviceslid .slick-dots {
    bottom: -25px !important;
    left: 0;
}
.text-aboutus h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.chooseus-img:before {
    width: 301px;
    height: 270px;
    top: -15px;
    right: unset;
    left: -13px;
}
.chooseus:hover .chooseus-img:before {
    width: 301px;
}
.chooseus-img {
    margin-top: 60px;
}
    .text-schdule h2 {
        font-size: 30px;
        margin-bottom: 20px;
        text-align: center;
        justify-content: center;
    }
.schdule-field {
    padding: 0 10px;
}
.maindv-schdulehm {
    padding-left: 0px;
    padding-top: 10px;
}
.btn-schdule {
    margin-bottom: 30px;
    text-align:center;
}
.testi-text {
    padding-left: 20px !important;
}
.testi-box {
    padding: 24px 12px 25px 0px;
        margin-left: 0px;
}
.testi-text p {
    width: 100%;
    line-height: 27px;
    margin-bottom: 6px;
    font-size: 12px;
}
.testislid .slick-dots {
    bottom: -45px;
    left: 0;
}
section.lst-blogs .box .ss-content {
    width: 100% !important;
    padding: 50px 0px 20px 0px !important;
    margin-top: -20px !important;
    margin-bottom: 30px !important;
}
section.lst-blogs {
    padding-bottom: 20px;
}
ul.ft-contact {
    margin-left: 0px;
}
/*.logo-ft a img {*/
/*    width: 65%;*/
/*    height: 70%;*/
/*}*/
.ft-social-icons h2 {
    font-size: 21px;
    margin-top: 30px;
}
.ft-social-icons {
    margin-left: 0px;

}
    footer:before {
        width: 100%;
        height: 850px;
        bottom: 100px;
        top: unset !important;
    }
.text-banner p {
    font-size: 12px;
}
.text-banner h2 {
    font-size: 33px;
    line-height: 48px;
    margin-bottom: 18px;
}
.bannerslid .slick-slide {
    margin: 20px 16px;
}
    .banner {
        height: 800px;
    }
.logo a img {
    width: 40%;
}
section.innerbanner .hm-banner-img img {
    height: 240px;
}
section.innerbanner .text-banner h2 {
    font-size: 43px;
    margin-bottom: 40px;
    line-height: 68px;
}

section.innerbanner .banner {
    height: 480px !important;
}
.innerabout-pg .text-aboutus h2 {
    font-size: 23px;
}
.inner-service-pg .heading-services h2 {
    color: #000;
    font-size: 23px;
}
.inner-service-pg .heading-services {
    margin-bottom: 20px;
}
.ser-detail-img img {
    width: 100%;
    height: 230px !important;
    margin-bottom: 10px !important;
}
button.accordion-button {
    font-size: 13px;
    padding: 13px 6px;
}
.maindv-consultation {
    padding: 23px 10px;
}

.consultation-fields {
    padding: 20px 9px;
}
.consultation-fields input {
    padding: 0px 0px;
}
.consultation-fields textarea {
    padding: 0px 0px;
}
.maindv-consultation h2 {
    font-size: 52px;
    line-height: 70px;
}
.text-banner h2 br {
    display: none;
}
.text-ser-detail h2 {
    font-size: 21px;
}
.testislid .slick-dots li {
    width: 32px;
}
.allsections {
    padding: 80px 0px;
}

section.contact-us {
    padding: 100px 0px;
}

section.contact-us.inner h3 {
    font-size: 34px;
    margin-bottom: 9px;
}
.cont-1 p {
    font-size: 13px;
    line-height: 27px;
}
ul.contact_page_sidbar a {
    font-size: 18px;
}
.contact-form {
    border-radius: 5px;
    padding: 30px 10px 30px 10px;
    margin-left: 0px;
}
section.contact-us.inner h3 {
    font-size: 24px;
}
.btn-contact button {
    width: 35%;
}
.menuSec {
    position: relative;
}

/*.logo {*/
/*   position: absolute;*/
/*   top: 0px;*/
/*  width: 44%;*/
/*}*/


.innerabout-pg .text-aboutus h2 {
    font-size: 37px;
}
.about-pg-bottom-text {
    margin-bottom: 20px;
}
.about-pg-bottom-text h2 {
    margin-bottom: 10px;
}
.Services .heading-services p {
    color: #fff;
}
.slick-active {
    opacity: 1.5;
}
.serviceslid .slick-dots li {
    width: 42px;
    height: 11px;
    margin: 0 6px;
    background: #fff;
    border-radius: 3px;
}
.serviceslid li.slick-active {
    background: #e500b3 !important;
    opacity: 1;
}
.serviceslid .slick-dots li button:before {
    content: '';
}
.serviceslid  .slick-dots {
    bottom: -55px;
}
.faqs .row {
    display: flex;
    justify-content: center;
}
/*Responsive End*/








section.lst-blogs {

    padding-top: 40px;

    padding-bottom: 100px;

    position: relative;

}



section.lst-blogs h2 {

    padding-bottom: 30px;

    letter-spacing: 2px;

}



section.lst-blogs .box {

    position: relative;

    transition: 1s;

}



section.lst-blogs .box .lst-img img {

width: 100%;

transition: 0.5s;

HEIGHT: 260PX;

OBJECT-FIT: cover;
}



    section.lst-blogs .box .ss-content {
        position: relative;
        width: 95%;
        margin: 0 auto;
        padding: 50px 0px 20px 20px;
        height: 130px;
        margin-top: -20px;
        display: flex;
        flex-direction: column;
        justify-content: center;
        background: #fff;
        box-shadow: 0px 0px 4px #000;
        text-align: center;
    }


section.lst-blogs .box .ss-content p {

    font-family: "Poppins";

    font-size: 16px;

    color: #a1a1a0;

    margin-bottom: 10px;

    position: absolute;

    top: 20px;

}



section.lst-blogs .box .ss-content p span {

    display: inline-block;

    margin-left: 20px;

}



section.lst-blogs .box .ss-content h4 {

font-family: 'Blacksword';

font-size: 23px;

line-height: 31px;

color: #333333;

font-weight: 500;

letter-spacing: 1px;
}



section.lst-blogs .box .ss-content .lst-dt {

    display: flex;

    justify-content: space-between;

    align-items: center;

    padding-top: 10px;

}



section.lst-blogs .box .ss-content .lst-dt .user {

    display: flex;

    align-items: center;

    gap: 10px;

}



section.lst-blogs .box .ss-content .lst-dt h6 {

    font-size: 16px;

    font-weight: 600;

    font-family: "Montserrat";

    color: #000;

    margin: 0;

    line-height: 26px;

}



section.lst-blogs .box .ss-content .lst-dt .listing span {

    font-size: 16px;

    color: #a1a1a0;

    margin-bottom: 10px;

    font-family: "Roboto Condensed";

}



section.lst-blogs .box .ss-content .lst-dt .user span img {

    width: 30px;

}



section.lst-blogs .box:hover .lst-img img {

    filter: brightness(0.6);

    cursor: pointer;

}



section.lst-blogs .box:hover {

    transform: translate(0px, 20px);

}



section.search .card:hover .cd-img img {

    filter: brightness(0);

}
.text-ser-detail ul li {
    margin-bottom: 10px;
}
.text-ser-detail ul li span {
    display: block;
    font-weight: 700;
}
.text-ser-detail ul {
    padding-left: 20px;
}
.text-ser-detail h3 {
    color: #000;
}
.blog-detailpg-main .ser-detail-img img {
    width: 100%;
    height: 570px;
    object-fit: cover;
    border-radius: 10px;
}

.ser-detail-img img {
    width: 100%;
    height: 500px;
    object-fit: cover;
    margin-bottom: 20px;
}
.testi-text {
    padding-left: 40px;
}
.providser-sec .text-aboutus h2 {
    font-size: 36px;
}

section.providser-sec .about-img img {
    width: 100%;
    height: 580px;
    object-fit: cover;
}
section.providser-sec .text-aboutus {
    padding-right: 10px;
}






/*Login page Start*/

.text-blue {
    color: #100c6c;
}

.text-black {
    color: #000 !important;
}

.log-in-wrap {
    padding: 40px 40px;
    background-color: #fdfdfd;
    /* border: 1px solid #c4c4c4; */
    float: right;
    width: 100%;
    border-radius: 0px;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 7%), 0 6px 20px 0 rgb(0 0 0 / 0%);
}
.form-group {
    margin-bottom: 15px;
}


.log-in-wrap h2 {
    margin: 0 0 30px 0;
    text-align: center;
    color: #000;
    font-size: 28px;
    text-transform: uppercase;
    line-height: 54px;
    /* font-weight: bold; */
    font-family: 'Blacksword';
}

.login_btn {
    width: 100%;
    background-color: #e500b3;
    padding: 16px 10px;
    display: block;
    color: #fff;
    font-size: 21px;
    text-transform: capitalize !important;
    border: none;
    border: 2px solid #e500b3;
    transition: 0.5s all;
    border-radius: 0px;
    font-family: 'Poppins';
    font-weight: 400;
    text-transform: capitalize;

}

.contact-page-main .form-control {
    height: 56px;
    background-color: #ffffff;
    border-color: #d8d8d8;
    width: 100%;
    border-radius: 0px;
}

.log-in-page-main .form-check label.form-check-label {
    font-size: 14px;
    font-weight: 300;
    /* font-family: 'Lato'; */
    margin: 0;
    font-weight: 400;
    color: #b6b5b5;
    font-family: 'Poppins';
}

.form-check-input:checked {
    background-color: #330852;
    border-color: #330852;
}

.log-in-page-main .form-check,
.forgot-pass {
    display: inline-block;
}


input::placeholder {
    font-size: 15px;

    font-weight: 300;
    color: #000;
    opacity: 0.5;
}

.forgot-pass {
    width: 72%;
    text-align: right;
}

.forgot-pass a {
    font-size: 14px;
    margin: 0;
    font-weight: 400;
    color: #b6b5b5;
    font-family: 'Poppins';
}

.term-condition:hover {
    color: #91805b;
    border-bottom: 2px solid #91805b;
}

.forgot-pass a:hover {
    color: #91805b;
}

.agree-text {
    color: #b6b5b5;
    font-size: 14px;
    font-weight: 400;
    margin-top: 5px;
    margin-bottom: 32px;
    font-family: 'Poppins';
}

.term-condition {
    font-weight: 600;
    margin-left: 10px;
    color: #37031a;
    border-bottom: 2px solid #37031a;
    /* font-size: 15px; */
    /* float: inline-end; */
    font-family: 'Poppins';
}

.contact-page-main .form-control::placeholder {
    font-family: 'Poppins';
    font-size: 14px;
    color: #a7a5a5;
}
.form-group {
    margin-bottom: 25px;
}

.form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}

.login_btn:hover {
    background-color: transparent;
    border: 2px solid #31031a;
    color: #31031a;
}
section.contact-page-main.log-in-page-main.all-section {
    padding: 140px 0px;
    position: relative;
}
.leaf-img-login img {
    position: absolute;
    bottom: 150px;
}
/*Login Page End*/