/*
Theme Name: Conquest Pest Services
Theme URI: https://digi-maa.com
Author: the digimaa team
Author URI: https://digi-maa.com
Description: Our family is just like every other Indian family; different yet working towards the same goal and following the set rules. We brainstorm ideas with love, fights & care but at the same time are tightly knit by our creative values. Also, we are a warm and cozy bunch of people who love to offer their guests with all their marketing needs.
/* Base Styles CSS Start */

/* Fonts */

/* QuickSand Font */

@import url("https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap");

@import url('https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;0,600;0,700;0,900;1,200;1,300;1,400;1,600;1,700&display=swap');


/* Myriad Pro Font */

@font-face {
  font-family: MyriadPro;
  src: url(/assets/fonts/MYRIADPRO-LIGHT.woff);
  font-weight: 300;
}

@font-face {
  font-family: MyriadPro;
  src: url(../fonts/MYRIADPRO-REGULAR.woff);
  font-weight: 400;
}

@font-face {
  font-family: MyriadPro;
  src: url(../fonts/MYRIADPRO-SEMIBOLD.woff);
  font-weight: 600;
}

@font-face {
  font-family: MyriadPro;
  src: url(../fonts/MYRIADPRO-BOLD.woff);
  font-weight: 700;
}

/* BasementGrotesque Font */

@font-face {
  font-family: BasementGrotesque;
  src: url(./assets/fonts/BasementGrotesque.otf);
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

body {
  font-family: MyriadPro;
  font-family: BasementGrotesque;
  font-family: "Quicksand", sans-serif;
  scroll-behavior: smooth;
}

ol,
ul,
p {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

img {
  max-width: 100%;
}

a {
  text-decoration: none;
  cursor: pointer;
}

/* Base Styles CSS End */


/* Please ❤ this if you like it! */
:root {
  --red: #da2c4d;
  --yellow: #f8ab37;
  --green: #2ecc71;
  --white: #ffffff;
  --grey-light: #f2f7f9;
  --grey: #ecedf3;
  --black: #080808;
  --black-blue: #1f2029;
  --black-blue-light: #353746;
  --black-blue-light-2: #404255;
  --black-blue-light-3: #4b4d64;
  --black-light: #424455;
}

/* #Progress
================================================== */
.progress-wrap {
  position: fixed;
    left: 50px;
  bottom: 35px;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  border-radius: 50px;
  box-shadow: inset 0 0 0 2px rgba(255, 0, 0, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(15px);
  transition: all 200ms linear;
}

.progress-wrap.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.progress-wrap::after {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 35px;
  font-size: 30px;
  color: black;
  left: 0;
  top: 0;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  z-index: 1;
  transition: all 200ms linear;
}

.progress-wrap:hover::after {
  opacity: 0;
}

.progress-wrap::before {
  position: absolute;
  font-family: "unicons";
  content: "\e84b";
  text-align: center;
  line-height: 35px;
  font-size: 30px;
  opacity: 0;
  background-image: linear-gradient(298deg, var(--red), var(--yellow));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 35px;
  width: 35px;
  cursor: pointer;
  display: block;
  z-index: 9999999999999999999999999;
  transition: all 200ms linear;
}

.progress-wrap:hover::before {
  opacity: 1;
}

.progress-wrap svg path {
  fill: none;
}

.progress-wrap svg.progress-circle path {
  stroke: #f7cc18;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear;
}




/* nav head part start */
.header_area {
    padding-top: 5px;
    padding-bottom: 5px; 
}

.header_right ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
  float: right;
}

.header_right ul li {
  float: left;
}

.header_right ul li:nth-child(1) {
    padding-right: 45px;
    padding-top: 6px;
}



.header_right ul li:nth-child(1) img {
    height: 45px;
    margin-right: 10px;
}

.header_right ul li:nth-child(2) img {
    height: 60px;
    margin-right: 11px;
}



.header_icon_part {
  display: flex;
  align-items: center;
}


.header_icon_text p {
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 25px;
}

.header_icon_text p span {
    font-weight: 600;
    font-size: 17px;
}

.header_icon_text p span a {
  color: #000000;
  transition: 0.2s all ease;
}

.header_icon_text p span a:hover {
  color: #f7cc18;
}




.nav_head_text h4 {
  padding: 20px;
  border: 14px solid #f7cc18;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  font-size: 30px;
  font-weight: 700;
  margin-right: 20px;

}

.nav_head_text i {
  margin-right: 10px;
}


.nav_head_logo img {
    width: 196px;
}



.services___ {
  position: relative;
}

.services___:hover .services_list {
  display: block;
}

.services_list {
    position: absolute;
    margin-top: 0px;
    z-index: 99999;
    background: #f5ca18;
    width: 190px;
    display: none;
    padding-top: 8px;
}

.services_list ul {
   padding: 0;
   margin: 0;
   list-style-type: none;
}


.services_list ul li {
  display: block;
}

.services_list ul li a {
    font-size: 15px !important;
    font-weight: 600 !important;
    color: #323232 !important;
    padding: 10px 10px;
    display: block;
    width: 190px;
    transition: 0.2s all ease;
    background-color: #f5ca18;
}

.services_list ul li a:hover {
    color: #fff;
    background-color: #000000;
}



.nav_manu {
    display: flex;
    text-align: center;
    width: 100%;
 }









/* nav head part end */


/* nav part start */
.nav_main {
  background-color: #f7cc18;
}

.nav_manu ul li {
  padding-right: 25px;
  padding-left: 25px;
}

.nav_manu ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #323232 !important;
  transition: 0.2s all ease;
  text-transform: uppercase;
}

.nav_manu ul li a:hover {
  color: #fff !important;
}

.nav_manu ul li a i {
  font-size: 16px;
}

.nav_manu ul li button.sub-menu-toggle, .mobile_nav_____ ul li button.sub-menu-toggle{
    display:none;
}
.nav_manu ul li ul.dropdown-menu li{
    padding-right:0px;
     padding-left:0px;
}
.nav_manu ul li ul.dropdown-menu li:hover a{
    background-color:#000 !important;
}





/* nav part end */

/* banner part start */
#banner {
  padding: 221px 0 280px 0;
  background: url(./assets/images/banner.png) no-repeat center / cover;
  position: relative;
  z-index: 1;
}

#banner::after {
  position: absolute;
  content: '';
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.503);
  z-index: -1;
}

.banner_text h1 {
    color: white;
    font-weight: 700;
    font-size: 46px;
    font-family: BasementGrotesque;
    line-height: 68px;

}

.banner_text h3 {
    color: white;
    font-weight: 600;
    font-size: 24px;
    padding-top: 4px;
    margin: 0;
}



/* from part stat */
.form_banner {
    background: url(./assets/images/from-tag.jpg) no-repeat center / cover;
    padding: 70px 0;
    padding-bottom: 130px;
}

.banner_form_text h2 {
    font-size: 25px;
    font-weight: 700;
    color: #701B6C;
    margin: 0;
    padding-bottom: 17px;
}

.banner_form_text p {
    font-size: 20px;
    font-weight: 400;
    padding-bottom: 27px;
}

.btn_button {
    display: inline-block;
}


.banner_form_text a {
    font-size: 17px;
    font-weight: 400;
    padding: 12px 55px;
    text-transform: uppercase;
    color: black;
    border-radius: 19px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 19px;
    -ms-border-radius: 19px;
    -o-border-radius: 19px;
    background-color: #fff;
    display: block;
    transition: 0.2s all ease;
    border: 8px solid #f7cc18;
}

.banner_form_text a:hover {
    color: #fff;
}


.text_dowm_part {
    padding-top: 29px;
}


.from_iteam h3 {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    padding: 24px 10px 4px 10px;
    color:#7575ED;
}
.from_iteam h4 {
    font-size: 20px;
    font-weight: 800;
    text-align: center;
  padding: 0px 10px;
  margin-bottom: 20px;
}

.from_iteam a {
  margin-top: 50px;
  font-size: 26px;
  font-weight: 500;
  color: black;
  padding: 5px 0px;
  border: 10px solid #f7cc18;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  display: block;
  text-align: center;
}

.from_position {
  position: relative;
}



.from_iteam2 {
    background-color: white;
    box-shadow: 4px 1px 53px -15px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 4px 1px 53px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: 4px 1px 53px -15px rgba(0, 0, 0, 0.75);
    position: absolute;
    left: 25px;
    width: 100%;
    top: -262px;
    border-radius: 25px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    z-index: 111;
}




.from_iteam form {
    padding: 0px 40px 50px 40px;
}

.from_iteam form label {
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px;
}

.from_iteam form input {
    color: #000000;
    font-size: 15px;
    width: 100%;
    display: block;
    border: 1px solid #eaeaea;
    padding: 8px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
}

.from_iteam form input.wpcf7-not-valid{
    margin-bottom: 5px;
}

.from_iteam form span.wpcf7-not-valid-tip{
    margin-bottom: 5px;
}

.wpcf7 form .wpcf7-response-output{
    margin: 1em 0.5em 1em;
}
.from_iteam form.wpcf7-form.invalid{
    padding-bottom:15px;
}

.from_iteam form input::placeholder {
  color: #e0e0e0;
  font-size: 15px;
}


.from_iteam form select {
    color: #000000;
    font-size: 15px;
    width: 100%;
    display: block;
    border: 1px solid #eaeaea;
    padding: 11px 15px;
    border-radius: 5px;
    margin-bottom: 20px;
    outline: none;
    text-transform: capitalize;
}


.form-select {
    display: block;
    width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #54667a;
    vertical-align: middle;
    background-color: #fff;
    background-image: url('./assets/images/down.png');
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 16px 12px;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.form-select:focus {
        border-color: #eaeaea;
    box-shadow: none!important;
    outline: none !important;
}

.from_iteam form input:focus {
  outline: none !important;
}



.from_iteam form button {
    font-size: 16px;
    font-weight: bold;
    padding: 13px 74px;
    text-transform: uppercase;
    color: black;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #fff;
    display: block;
    width: 100%;
    border: none;
    margin-bottom: 0;
    transition: 0.2s all ease;
    border: 8px solid #f7cc18;
}

.from_iteam form button:hover {
      color: #fff;
      font-weight: bold;
}


/* from part end */
/* banner part end */
/* specilized part start */
#specilized {
  background-color: #f7f7f7;
  padding: 150px 0px 40px 0px;
}

.all_head {
  text-align: center;
}

.all_head h2 {
    font-size: 32px;
    font-weight: 700;
    color: #701B6C;
    text-transform: uppercase;
}

.all_head h3 {
    font-family: BasementGrotesque;
    color:#7575ED;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;

}


.spalized_iteam {
  padding: 50px 0;
  margin:10px;
  transition: all linear 0.5s;
  -webkit-transition: all linear 0.5s;
  -moz-transition: all linear 0.5s;
  -ms-transition: all linear 0.5s;
  -o-transition: all linear 0.5s;
}

.services-owl .spalized_iteam{
    margin:10px;
}

.spalized_iteam:hover {
    background-color: #ffffff;
    border-radius: 19px;
    box-shadow: 0px 0px 18px rgb(0 0 0 / 13%);
    padding: 40px 0;
}



.spalized_iteam:hover.spalized_iteam h4 {
  color: #701B6C;
  font-size: 20px;
}

.spalized_iteam:hover.spalized_iteam i {
  opacity: 1;
}

.spalized_iteam i {
  color: #fff;
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    display: block;
    margin: auto;
    background: #7575ED;
    border-radius: 50%;
    margin-top: 22px;
    transition: 0.2s all ease;
    opacity: 0;  
}

.spalized_iteam i:hover {
  color: #fff;
  transform: scale(1.1);
}



.spalized_iteam a {
  color: #000000;
}


.spalized_iteam h4 {
  padding-top: 16px;
  font-weight: 700;
  font-size: 20px;
  transition: 0.2s all ease;
  color:#701B6C;
}

.spe_img img {
  height: 75px;
}

/* specilized part end */

/* about part start  */
#about {
  background: url(./assets/images/about_+bg.jpg) no-repeat center / cover;
  padding: 60px 0 80px 0;
  background-attachment: fixed;
}




.about_text h3 {
    font-family: BasementGrotesque;
    color: #7575ED;
    font-size: 40px;
    font-weight: 700;
}



.about_text p {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 39px;
    line-height: 30px;
}



.bnt_about_button {
    display: inline-block; 
}

.bnt_about_button a {
    font-size: 17px;
    font-weight: 400;
    padding: 12px 59px;
    text-transform: uppercase;
    color: black;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #fff;
    display: block;
    border: 8px solid #f7cc18;
    transition: 0.2s all ease;
}

.bnt_about_button a:hover {
     background: #f7cc18;
     color: #fff; 
}










.bnt_blog3_button{
    display: inline-block; 
}
.alm-btn-wrap button.btn1{ 
z-index: 999;
text-align: center;
position: relative;
font-weight: 700;
margin:0 auto;
}

.bnt_blog3_button a, .alm-btn-wrap button.btn1 {
    font-size: 17px;
    font-weight: 400;
    padding: 12px 59px;
    text-transform: uppercase;
    color: black;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #fff;
    display: block;
    border: 8px solid #f7cc18;
    transition: 0.2s all ease;
}

.bnt_blog3_button a:hover, .alm-btn-wrap button.btn1:hover {
     background: #f7cc18;
     color: #fff; 
}

.bnt_about_buttons {
   padding-top: 15px;
}

.bnt_about_buttons a {
    font-size: 17px;
    font-weight: 400;
    padding: 10px 27px;
    text-transform: uppercase;
    color: black;
    border-radius: 20px;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    background-color: #fff;
    display: block;
    margin: auto;
    border: 8px solid #7575ed;
    transition: 0.2s all ease;
}

.bnt_about_buttons a:hover {
     color: #fff;
    background-color: #7575ed;
}


.about_iteam {
  padding-top: 46px;

}

.about_iteam_text {
  padding-left: 0px;
}

.about_iteam_text h4 {
    font-family: BasementGrotesque;
    font-size: 24px;
    font-weight: 700;
    color: #f5ca18;
    margin: 0;
}

.about_iteam_text h5 {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
}


.about_text_part {
    background-color: white;
    height: 220px;
    width: auto;
    padding: 40px;
    box-shadow: 0px 5px 24px rgb(0 0 0 / 10%);
}


.about_text_part h2 {
    font-size: 22px;
    font-weight: 700;
    padding-bottom: 13px;
    margin: 0;
}

.about_text_part h3 {
     font-size: 20px;
    font-weight: 500;
    line-height: 28px;
    padding-bottom: 5px;
}

.about_text_part h4 {
    font-size: 22px;
    font-weight: 700;
    display: flex;
    align-items: center;

}

.about_text_part h4 img {
    width: 18px;
    height: 18px;
    margin-right: 7px;
}


.about_iteam__ {
     padding-left: 77px; 
}

.about_img img {
    width: auto;
    display: block;
    margin-top: 0px;
    height: 450px;
	margin: auto;
}

.about_text {
  padding-left: 25px;
}

.new_part__ {
  padding-top: 25px;
}

/* about part end */
/* blog part start */
#blog {
  padding: 80px 0;
}

/* blog part end */
/* fature part start */
.fature_img {
    background-color: white;
    box-shadow: 4px 1px 53px -15px rgb(247 204 24 / 75%);
    -webkit-box-shadow: 4px 1px 53px -15px rgb(247 204 24 / 75%);
    -moz-box-shadow: 4px 1px 53px -15px rgba(247, 204, 24, 0.75);
    height: 170px;
    width: 170px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 34px;
    -webkit-border-radius: 34px;
    -moz-border-radius: 34px;
    -ms-border-radius: 34px;
    -o-border-radius: 34px;
    margin: 0 auto;
    transition: 0.2s all ease;
}

.fature_img:hover {
  box-shadow: 4px 1px 53px -15px rgb(255, 255, 0 / 75%);
  -webkit-box-shadow: 4px 1px 53px -15px rgb(255, 255, 0 / 75%);
  -moz-box-shadow: 4px 1px 53px -15px rgb(255, 255, 0 / 75%);
}

.fature_iteam:hover .fature_img {
    box-shadow: none;
}

.fature_iteam {

    padding: 30px 0px;
    border-radius: 10px;
    transition: 0.2s all ease;    
}



.fature_iteam:hover {

    padding: 30px 0px;
    border-radius: 10px;

    box-shadow: 0px 5px 24px rgb(0 0 0 / 10%); 
    transform: scale(1.1);   
}

.fature_text h3 {
      transition: 0.2s all ease; 
}


.fature_iteam:hover .fature_text h3 {
    color: #701B6C;
}







.fature_iteam:hover .images1 {
  display: none;
}

.fature_iteam:hover .images2 {
  display: block;
}

.fature_img:hover.fature_text h3  {
  color: #F5CC17;
}



.fature_img img {
   height: 97px;
}

.images2 {
  display: none;
}

.fature_main {
  padding: 30px 0 50px 0;
}

.fature_text {
  padding: 22px;
  text-align: center;
}

.fature_text h3 {
    color: #701B6C;
    font-size: 20px;
    font-weight: bold;
    padding-bottom: 5px;
    text-transform: uppercase;
    line-height: 30px;
    padding-top: 3px;
}



.fature_text h4 {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 27px;
}

/* fature part end */

/* feedback part start */
#feedback {
    background: url(./assets/images/feedback.jpg) no-repeat center / cover;
    padding: 70px 0;
    padding-top: 65px;
    overflow: hidden;
    background-attachment: fixed;
}

.feadback_iteam {
    background-color: white;
    border: 1px solid #D0F4F0;
    padding: 38px 37px;
    border-radius: 30px;
}

.feadback_iteam h3 {
   font-size: 20px;
    font-weight: 700;
    color: #7575ed;
    margin: 0;
}

.feadback_iteam h4 {
    font-size: 16px;
    font-weight: 700;
    margin: 0;
}

.feadback_iteam p {
     font-size: 14px;
    font-weight: 400;
    padding-top: 8px;
}

.icon i {
  color: #f5ca18;
  font-size: 15px;
}

.slick_iteam {
  margin-right:25px;
  margin-left: 25px;
}

.feadback_icon_one {
  color: #F5CEED;
  position: relative;
}

.feadback_icon_one i {
    color: #fff;
    position: absolute;
    top: 244px;
    left: -60px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background-color: #7575ed;
    border-radius: 50%;
    line-height: 40px;
    cursor: pointer;
    text-align: center;
    transition: 0.2s all ease;
}

.feadback_icon_one i:hover {
   color: #000000;
   background-color: rgb(255, 255, 0);
}

.feadback_icon_two {
  position: relative;
}

.feadback_icon_two i {
    color: #fff;
    position: absolute;
    top: 244px;
    right: -60px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background-color: #7575ed;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    transition: 0.2s all ease;
    z-index: 99999;
    cursor: pointer;
}

.feadback_icon_two i:hover {
   color: #000000;
   background-color:#f7cc18;
}





.main__rating_part {
  padding-top: 50px;
}

.rating__part {
  text-align: center;
}

.rating__part img {
  max-width: 100%;
  display: block;
  margin: auto;
}

























.slick_main {
  padding-top: 30px;
}

/* feedback part end */
/* qna part start */
.accourding_main {
  margin-bottom: 6px !important;
}

.accourding_main P {
  font-size: 18px;
  font-weight: 700;
}

.accourding_main h3 {
    font-size: 15px;
    font-weight: 500;
    position: relative;
    line-height: 21px;
}




/* qna part end */
/* help part start */
#help {
  background-color: #f7cc18;
  padding: 10px 0px 10px 0px;
}

.help_icon {
   height: 45px;
}

.help_icon img {
    display: block;
    margin: auto;
    height: 40px;
} 


.help_iteam {
  border-right: 1px solid white;
  padding-top: 20px;
  padding-bottom: 20px;
}

.help_text h4 {
    font-size: 16px;
    font-weight: 700;
    padding: 0px 0;
    padding-bottom: 4px
}

.help_text h5 {
  font-family: "Quicksand", sans-serif;
  font-size: 22px;
  font-weight: 700;
  color: white;
}

.help_text .foo-email{
  font-size: 15px;
}

.lastchild {
  border: none !important;
}



/* help part end */

/* map part start */
#map {
    background: url(./assets/images/map_part.jpg) no-repeat center / cover;
    padding: 10px 0;
    padding-top: 0;
    position: relative;
    padding-bottom: 0;
    margin-bottom: -5px;
    z-index: 99;
}

.manu_iteam {
  padding-top: 50px;
}

.manu_iteam p {
    font-size: 20px;
    font-weight: 700;
    padding-bottom: 14px;
}

.manu_iteam ul li a {
  font-size: 18px;
  font-weight: 500;
  color: black;
  transition: 0.2s all ease;
}

.manu_iteam ul li a:hover {
    color: #f5ca18;
}

.manu_iteam ul li {
  padding-bottom: 8px;

}

.reposition {
  top: -500px;
  left: 436px;
}

.reposition h3 {
  font-size: 25px;
}

.reposition a {
  margin-top: 20px;
}

footer {
  z-index: 11;
  background-color: #323232;
  padding: 5px;
}

.foter_manu {
  padding: 12px;
  background-color: #f5f5f5;
}

.foter_icon i {
    height: 25px;
    width: 25px;
    line-height: 25px;
    text-align: center;
    font-size: 18px;
    margin-right: 7px;
    background-color: #7575ED;
    color: white;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    transition: 0.2s all ease;
}

.foter_icon i:hover {
   color: #fff;
   background-color: #f7cc18;
}


.foter_icon_text {
  text-align: right;
}

.foter_icon_text ul li {
  display: inline-block;
  margin-left: 15px;

}

.foter_icon_text ul li a {
  font-size: 14px;
  font-weight: 600;
  color: black;
  transition: 0.2s all ease;

}

.foter_icon_text ul li a:hover {
  color: #f5ca18;
}

footer p {
  font-size: 25px;
  font-weight: 500;
  color: white;

}



.footer_part p {
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    text-align: center;

}

.footer_part p a {
     color: #fff;
     transition: 0.2s all ease; 
}

.footer_part p a:hover {
  text-decoration: underline;
}

/* map part end */



.faq_area{
  padding-bottom: 60px;
}

.faq_area .accordion-item {
    background-color: #fff;
    border: 4px solid #f1f1f17a;
    border-top: 4px solid #f1f1f17a !important;
}

.faq_area .accordion-button:not(.collapsed)::after {
    background-image: url(./assets/images/close.png);
    background-size: 15px;
    position: relative;
    top: -17px;
}

.faq_area .accordion-button::after {
    flex-shrink: 0;
    width: 30px;
    height: 30px;
    margin-left: auto;
    content: "";
    background-image: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e);
    background-repeat: no-repeat;
    background-size: 33px;
}


.faq_area .accordion-button:not(.collapsed) {
    color: #323232;
    background-color: #f1f1f1;
    box-shadow: inherit;
}


.faq_area .accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0.5rem 1.25rem;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    background-color: #f1f1f1;
    outline: none;
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
}


.faq_area .accordion-body {
    padding: 1rem 1.25rem;
    background-color: #f1f1f1;
    padding-top: 5px;
    margin-top: -8px;
}

.faq_area .accordion-button:focus {
    z-index: 3;
    border-color: inherit !important;
    outline: 0;
    box-shadow: inherit !important;
}

.faq_area_head {
  padding-bottom: 22px;
}



.slick-center .feadback_iteam {
    background-color: white;
    padding: 16px 18px;
}

.slick-center .feadback_iteam h3 {
    font-size: 25px;
}

.slick-center .feadback_iteam h4 {
    font-size: 18px;
}

.slick-center .icon i {
    color: #f5ca18;
    font-size: 17px;
}

.slick-center .slick-center p {
    font-size: 14px;
    font-weight: 500;
    padding-bottom: 25px;
}





.slick-center p {
    font-size: 16px;
    font-weight: 500;
}

.slick-list {
    padding: 10px 0 !important;
}

.slidera3 .slick-list {
    padding: 0px 0 !important;
}

.gmap_canvas iframe {
    width: 146%;
}


.gmap_canvas {
    overflow: initial!important;
    background: none !important;
    height: 100%;
    width: 100%;
}

/*-- map_form_part ---*/

.map_form_part {
  padding: 0;

}


.from_iteam3 {
    background-color: white;
    box-shadow: 4px 1px 53px -15px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 4px 1px 31px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: 4px 1px 53px -15px rgba(0, 0, 0, 0.75);
    left: 0px;
    width: 370px;
    margin-top: 0;
    margin-bottom: -17px;
    left: 5%;
    top: -50px;
    position: relative;
    z-index: 99999;
    border-radius: 25px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    z-index: 111;
}



.from_iteam6 {
    background-color: white;
    box-shadow: 4px 1px 53px -15px rgb(0 0 0 / 75%);
    -webkit-box-shadow: 4px 1px 31px -15px rgb(0 0 0 / 75%);
    -moz-box-shadow: 4px 1px 53px -15px rgba(0, 0, 0, 0.75);
    left: 0px;
    width: 100%;
    margin-top: 0;
    margin-bottom: -17px;
    z-index: 99999;
    border-radius: 25px;
    -webkit-border-radius: 16px;
    -moz-border-radius: 25px;
    -ms-border-radius: 25px;
    -o-border-radius: 25px;
    z-index: 111;
}


.from_iteam6 .from_iteam h3 {
    font-size: 24px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 13px;
    padding-top: 29px;
}


.from_iteam6.from_iteam form {
    padding: 0px 40px 35px 40px;
}


.map_form_part .from_iteam form {
    padding: 0px 32px 44px 32px;
}


.map_form_part .from_iteam h3 {
    font-size: 19px;
    font-weight: 800;
    text-align: center;
    padding-bottom: 4px;
    padding-top: 32px;
}

.map_form_part .from_iteam form label {
    font-size: 13px;
    font-weight: 600;
    padding-bottom: 7px;
}


.map_form_part .from_iteam form input {
    color: #000000;
    font-size: 13px;
    width: 100%;
    display: block;
    border: 1px solid #eaeaea;
    padding: 8px 9px;
    border-radius: 2px;
    margin-bottom: 4px;
}

.map_form_part .from_iteam form input::placeholder {
    font-size: 13px;
}


.map_form_part .from_iteam form button {

    margin-bottom: 0;
    border-radius: 7px;
    border: none;
    border: 8px solid #f7cc18;
    font-size: 14px;
    padding: 6px 67px;

}

.map_form_part .from_iteam form select{
      color: #000000;
    font-size: 13px;
    width: 100%;
    display: block;
    border: 1px solid #eaeaea;
    padding: 11px 9px;
    border-radius: 2px;
    margin-bottom: 0px;
}

.map_form_part .submit_button {
    display: block;
    margin-top: 14px;
}



.about_iteam_img {
  height: 84px;
}

.about_iteam_img img {
  height: 70px;
}


.mapouter img {
    max-width: inherit;
    width: 144%;
    margin-left: -130px;
    height: 440px;
}

.main {
  overflow: hidden;
}






.btn1 {
   min-width: 160px;
   width: fit-content;
   width: -moz-fit-content;
   background-color: white;
   font-weight: 700;
   position: relative;
   transition: all 0.4s ease;
   cursor: pointer;
   display: -webkit-flex;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   border: 0;
  /* btn text */
}
 .btn1 span {
   z-index: 999;
   text-align: center;
   position: relative;
   font-weight: 700;
}
 .btn1:before, .btn1:after {
   content: "";
   position: absolute;
   width: 0px;
   height: 100%;
   top: 0;
   transition: all 0.4s ease;
   background-color: #f7cc18;
}
 .btn1:before {
   left: 0;
}
 .btn1:after {
   right: 0;
}
 .btn1:hover {
   transition: all 0.4s ease;
}
 .btn1:hover:before, .btn1:hover:after {
   width: 50%;
}

.alm-btn-wrap .btn1:hover:before, .alm-btn-wrap .btn1:hover:after {
    width: 0%;
 }

 
.bnt_blogs3, .alm-btn-wrap {
    text-align: center;
    padding-top: 15px;
    padding-bottom:10px;
}





.btn {
   min-width: 160px;
   width: fit-content;
   width: -moz-fit-content;
   background-color: white;
   font-weight: 700;
   position: relative;
   transition: all 0.4s ease;
   cursor: pointer;
   display: -webkit-flex;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   border: 0;
  /* btn text */
}
 .btn span {
   z-index: 999;
   text-align: center;
   position: relative;
   font-weight: 700;
}
 .btn:before, .btn:after {
   content: "";
   position: absolute;
   width: 0px;
   height: 100%;
   top: 0;
   transition: all 0.4s ease;
   background-color: #f7cc18;
}
 .btn:before {
   left: 0;
}
 .btn:after {
   right: 0;
}
 .btn:hover {
   transition: all 0.4s ease;
}
 .btn:hover:before, .btn:hover:after {
   width: 51%;
}






.mobile___menu {
    background: #8E8CE1;
    padding: 5px;
    border-radius: 30px;
    width: 55px;
    height: 55px;
    line-height: 55px;
    position: absolute;
    top: 13px;
    right: 15px;
    z-index: 999999;
    display: none;
    text-align: center;


}

.mobile___menu i {
    font-size: 30px;
    color: #fff;
}

.xmark__ {
  display: none;
}




.banner_form_text ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}


.banner_form_text ul li {
    display: inline-block;
    margin-right: 11px;
}






/*--- contact__us_area ---*/
._top_contact__us_area {
    background-image: url('./assets/images/bg-2.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.contact__us_area {
    padding: 80px 0;
    background-color: rgb(0, 0, 0,0.6);
}


.contact__us_part {
    text-align: center;
}

.contact__us_part h2 {
    font-family: BasementGrotesque;
    color: #fff;
    font-size: 32px;
    margin: 0;
    padding-bottom: 20px;
}

.contact__us_part p {
    color: #fff;
    font-size: 16px;
    margin: 0;
    font-weight: 300;    
}



.contact__us_part p a {
    color: #fff;
    transition: 0.2s all ease;
}

.contact__us_part p a:hover {
    color: #f7cd1a;
    text-decoration: underline;
}

.contact__us_part p span {
    padding: 0 8px;
}

.active_text {
    color: #f7cd1a !important;
}

 
.contact__us_part h3 {
    color: #fff;
    font-size: 23px;
    margin: 0;
    padding-top: 30px;
    font-weight: 400;   
}

.line___ {
    width: 234px;
    display: block;
    background-color: #fff;
    height: 2px;
    margin: auto;
    margin-top: 37px;    
}


/*--- form_contact__us_area start ---*/
.form_contact__us_area {
    background-color: #fff;
    padding: 60px 0 160px 0px;
}

.form_contact_left {
    padding-right: 10px;
    padding-left: 45px;
}

.inner____part {
   padding-left: 15px;
}

.form_contact_left h2 {
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-size: 25px;
    margin: 0;
    font-weight: 400;
    padding-bottom: 4px
}

.form_contact_left p {
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-size: 14px;
    padding-bottom: 12px;
}


.form_contact_left input[type="text"] {
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #000000;
    padding-bottom: 18px;
    margin-bottom: 25px;
    outline: none;    
}

.form_contact_left input[type="text"]::placeholder {
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}




.form_contact_left input[type="email"] {
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #000000;
    padding-bottom: 18px;
    margin-bottom: 25px;
    outline: none;    
}

.form_contact_left input[type="email"]::placeholder {
    font-family:"Quicksand", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}




.form_contact_left input[type="tel"] {
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #000000;
    padding-bottom: 18px;
    margin-bottom: 25px;
    outline: none;    
}

.form_contact_left input[type="tel"]::placeholder {
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}



.form_contact_left select {
    font-family:"Quicksand", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    border: none;
    border-bottom: 2px solid #000000;
    padding-bottom: 18px;
    margin-bottom: 25px;
    outline: none;    
}




.form_contact_left textarea {
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
    width: 100%;
    height: 70px;
    border: none;
    border-bottom: 2px solid #000000;
    margin-bottom: 20px;
    outline: none;
    padding-right: 5px;  
}

.form_contact_left textarea::placeholder {
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-weight: 400;
    font-size: 14px;
}


.form_contact_left .submit_button {
    display: block;
}


.form_contact_left button {
    font-family: "Quicksand", sans-serif;
    margin-bottom: 0;
    border-radius: 7px;
    border: none;
    border: 8px solid #f7cc18;
    font-size: 20px;
    padding: 6px 34px;
    display: block;
    margin: auto;
    margin-right: 0;
}




.form_contact_right {
    border-left: 1px solid #000000;
    padding: 3px 0;
    padding-left: 45px;
}


.__call_us_part {
    padding-bottom: 20px;
}


.__call_us_part h2 {
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 11px;
}

.__call_us_part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.__call_us_part ul li {
    display: inline-block;
    margin-right: 15px;
}

.__call_us_part ul li a {
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-size: 16px;
    transition: 0.2s all ease;   
}

.__call_us_part ul li a:hover {
    color: #f7cc18;
}


.__call_us_part ul li a img  {
    height: 28px;
    margin-right: 5px;   
} 







.__email_us_part {
    padding-bottom: 20px;
}

.__email_us_part h2 {
font-family:"Quicksand", sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 11px;
}

.__email_us_part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.__email_us_part ul li {
    display: inline-block;
    margin-right: 15px;
}

.__email_us_part ul li a {
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-size: 16px;
    transition: 0.2s all ease;   
}

.__email_us_part ul li a:hover {
    color: #f7cc18;
}


.__email_us_part ul li a img  {
    height: 28px;
    margin-right: 5px;   
} 



.__Location_part {
    padding-bottom: 20px;
}


.__Location_part h2 {
    font-family:"Quicksand", sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 11px;
}

.__Location_part ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.__Location_part ul li {
    display: inline-block;
    margin-right: 15px;
}

.__Location_part ul li a {
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-size: 16px;
    transition: 0.2s all ease;   
}

.__Location_part ul li a:hover {
    color: #f7cc18;
}


.__Location_part ul li a img  {
    height: 28px;
    margin-right: 5px;   
} 














.__Follow_us_part {
    padding-bottom: 20px;
}


.__Follow_us_part  h2 {
    font-family: "Quicksand", sans-serif;
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 11px;
}

.__Follow_us_part  ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.__Follow_us_part  ul li {
    display: inline-block;
    margin-right: 3px;
}

.__Follow_us_part  ul li a {
    color: #fff;
    font-size: 20px;
    transition: 0.2s all ease;
    background-color: #676767;
    width: 35px;
    height: 35px;
    display: block;
    line-height: 35px;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s all ease;
}

.__Follow_us_part  ul li a:hover {
    background-color: #f7cc18;
    color: #fff;
    transform: scale(1.1);
}



/*---- blog3__area start ---*/
.blog3__area {
    background-color: #fff;
    padding: 60px 0;
}



.blog3__part {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 21%);
    border-radius: 10px;
}

.blog3___img {
    position: relative;
    overflow: hidden;
}

.blog3___img img {
    width: 100%;
     height:auto;
    max-height: 300px;
    object-fit:cover;
    object-position:
}

.date_text {
    padding-bottom: 20px;
    background-color: #f7cc18;
    line-height: 16px;
    width: 80px;
    height: 80px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: -24px;
    padding-top: 12px;
    left: -10px;  
}


.date_text h5 {
    font-family: "Quicksand", sans-serif;
    color: #fff;
    font-size: 15px;
    font-weight:700;
    margin: 0;
    margin-bottom: -3px;
    margin-left: 6px;
    font-weight:normal;
}


.date_text h6 {
    color: #fff;
    font-size: 13px;
    margin: 0;
    font-weight: 400;
}



.blog3___text {
    padding: 30px 20px;
}

.home-blog .blog3___text {
    padding: 2px 20px;
}
.home-blog .blog3___text .date-box{
    padding-bottom: 0px;
}

.home-blog .blog3___text h2{
    padding-top: 5px;
}

.blog3___text h2 {
    font-family: BasementGrotesque;
    color: #363636;
    font-size: 18px;
    margin: 0;
    padding-bottom: 10px;
}

.blog3___text p {
    color: #545353;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 7px;
}

.bnt___ {
    display: flex;
}

.bnt1___ {
    width: 50%;
}

.bnt2___ {
    width: 50%;
    text-align: right;
}

.bnt2___.categ-single{
    text-align:left;
}

.bnt___ a {
    color: #f7cc18;
    font-size: 15px;
    font-weight: 500;
    transition: 0.2s all ease;   
}

.bnt2___.categ-single a {
    color: #f7cc18;
    font-size: 22px;
font-weight: 700;
    transition: 0.2s all ease;   
}

.bnt___ a:hover {
    text-decoration: underline;
}


.blog3s__part {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 21%);
    border-radius: 10px;
}

.blog3s___img {
    position: relative;
    overflow: hidden;
}

.blog3s___img img {
    height:auto;
    max-height: 300px;
    width: 100%;
    object-fit:cover;
    object-position:
}

.texts_____ {
    padding-bottom: 20px;
    background-color: #f7cc18;
    line-height: 16px;
    width: 70px;
    height: 70px;
    font-weight: bold;
    border-radius: 50%;
    text-align: center;
    position: absolute;
    bottom: -13px;
    padding-top: 20px;
    left: -15px;   
}


.texts_____ h5 {
    font-family: BasementGrotesque;
    color: #fff;
    font-size: 13px;
    margin: 0;
    margin-bottom: -3px;
}


.texts_____ h6 {
    color: #fff;
    font-size: 13px;
    margin: 0;
    font-weight: 400;
}



.blog3s___text {
   
    padding: 20px 20px 10px 20px;
}

.blog3s___text h2 {
    font-family: BasementGrotesque;
    color: #363636;
    font-size: 18px;
    margin: 0;
    padding-bottom: 10px;
}

.blog3s___text p {
    color: #545353;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding-bottom: 7px;
}


.bnts___ a {
    color: #f7cc18;
    font-size: 15px;
    font-weight: 500;
    transition: 0.2s all ease;   
}

.bnts___ a:hover {
    text-decoration: underline;
}


.form-select2 {
    display: block;
    width: 100%;
    padding: 0.375rem 1.75rem 0.375rem 0.75rem;
    font-size: 0.875rem;
    font-weight: 400;
    line-height: 1.5;
    color: #54667a;
    vertical-align: middle;
    background-color: #fff;
    background-image: url(./assets/images/down1.png);
    background-repeat: no-repeat;
    background-position: right 0.75rem center;
    background-size: 18px 10px;
    border: 1px solid #e9ecef;
    border-radius: 2px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.blog3____top__part {
    background-color: #fff;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 21%);
    border-radius: 10px;
    margin-bottom: 35px;
    overflow: hidden;
}

.blog3____top__left {
    position: relative;
    overflow: hidden;

}

.blog3____top__left img {
    width: 100%;
    display: block;
    margin: auto;
}

.blog3____top__right {
    padding-right: 20px;
}


.blog3____top__right h3 {
    font-size: 32px;
    font-weight: 700;
    color: #701B6C;
    text-transform: uppercase;
}

.blog3____top__right h2 {
    font-family: BasementGrotesque;
    color: #7575ED;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;    
}

.blog3____top__right p {
    color: #000000;
    text-align: justify;
    font-size: 15px;
    margin: 0;
    padding-top: 6px;  
    padding-bottom: 37px;  
}






























/*---- blog1__area start ---*/
.blog1__area {
    background-color: #fff; 
    padding: 60px 0;
    padding-bottom: 0;
}


.blog1___form__part{
    background: #F2F2FF;
    padding: 18px;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.10);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.10);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.10);
}

.blog1___form__part input[type="text"] {
    color: #797979;
    font-weight: 500;
    font-size: 16px;
    width: 100%;
    padding: 10px 24px;
    border: 2px solid #f5ca18;
    outline: none;
    border-radius: 5px;
}

.blog1___form__part input[type="text"]::placeholder {
     color: #797979;
    font-size: 16px;   
}


.blog1___form__part select {
    color: #797979;
    font-size: 16px;
    font-weight: 500;
    width: 100%;
    padding: 12px 24px;
    border: 2px solid #f5ca18;
    outline: none;
    border-radius: 5px;
}

.bnt_blogss1 {
    text-align: center;
}

.bnt_blog1_button {
    display: block;
        margin-bottom: 0;
    border-radius: 7px;
    border: none;
    border: 8px solid #f7cc18;
    font-size: 16px;
}



.btn2 {
    background-color: white;
    font-weight: 700;
    position: relative;
    transition: all 0.4s ease;
    cursor: pointer;
    display: block;
    justify-content: center;
    align-items: center;
    text-align: center;
    border: 0;
    width: 100%;
    padding: 5px 0;
    color: #000000;
    font-size: 17px;
}

.btn2:hover {
    color: #fff;
}

 .btn2 span {
   z-index: 999;
   text-align: center;
   position: relative;
   font-weight: 700;
}
 .btn2:before, .btn2:after {
   content: "";
   position: absolute;
   width: 0px;
   height: 100%;
   top: 0;
   transition: all 0.4s ease;
   background-color: #f7cc18;
}
 .btn2:before {
   left: 0;
}
 .btn2:after {
   right: 0;
}
 .btn2:hover {
   transition: all 0.4s ease;
}
 .btn2:hover:before, .btn2:hover:after {
   width: 51%;
}




/*--- pricing_plan__area start ----*/
.pricing_plan__area {
    padding: 60px 0;
    background-image: url('./assets/images/bg3.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.pricing_plan_top p {
    color: #707070;
    font-size: 18px;
    font-weight: 500;
    margin: 0;
    line-height: 30px;
    padding-bottom: 60px;   
}



.line_____ {
    width: 100%;
    height: 12px;
    display: block;
    background-color: #f5ca18;
    position: absolute;
    top: 0px;
    left: 0px;
}

.pricing_plan_part {
    background-color: #fff;
    padding: 25px 30px;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 21%);
    transition: 0.2s all ease;
    position: relative;
    z-index: 999;
    display: flex;
flex-direction: column;
}

.pricing_plan_part .bnt_about_buttons{
    margin-top: auto;
}

.pricing_plan_part:hover { 
    border: 3px solid #f5ca18;
    border-top: 0;
    transform: scale(1.1);
    border-radius: 0px 0px 5px 5px;
}

.pricing_plan_part:hover .line_____ {
    z-index: 999999;
}


.pricing_plan_top_text h2 {
    font-family: BasementGrotesque;
    color: #7575ED;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
    padding-bottom: 15px;
    padding-top: 6px;
}

.pricing_plan_top_text span {
    width: 100%;
    display: block;
    margin: auto;
    height: 1px;
    background-color: #d6d6d6;
}



.pricing_plan_top_list ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    padding-top: 18px;
}

.pricing_plan_top_list ul li {
    display: block;
    padding-bottom: 8px;
}

.pricing_plan_top_list ul li p {
    color: #8a8a8a;
    font-size: 15px;
    font-weight: 500;
    display: flex;
    align-items: start;
    line-height: 22px;
}

.pricing_plan_top_list ul li p i {
    color: #0ad02a;
    padding-right: 8px;
    padding-top: 5px;
}


.pricing_plan_top_list h2 {
    color: #701b6c;
    font-size: 50px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding-bottom: 4px;
    padding-top: 13px;  
}


.btn4 {
   width: fit-content;
   width: -moz-fit-content;
   background-color: #7575ed;
   font-weight: 700;
   position: relative;
   transition: all 0.4s ease;
   cursor: pointer;
   display: -webkit-flex;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   border: 0;
  /* btn text */
}
 .btn4 span {
   z-index: 999;
   text-align: center;
   position: relative;
   font-weight: 700;
}
 .btn4:before, .btn4:after {
   content: "";
   position: absolute;
   width: 0px;
   height: 100%;
   top: 0;
   transition: all 0.4s ease;
   background-color: #7575ed;
}
 .btn4:before {
   left: 0;
}
 .btn4:after {
   right: 0;
}
 .btn4:hover {
   transition: all 0.4s ease;
}
 .btn4:hover:before, .btn4:hover:after {
   width: 51%;
}


.inner_pricing_part {
    padding-top: 50px;
}


/*--- about_Servics_part_area start ---*/
.about_Servics_part_area {
    background-color: #fff;
    padding: 60px 0;
}
.service-carousel-ser{
    padding: 60px 0px 0px 0px;
}


.about_Servics_part {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 21%);
    border-radius: 10px; 
    text-align: center;   
    padding: 35px 15px;
    transition: 0.2s all ease;
}

.about_Servics_part:hover {
    transform: scale(1.1);
}



.about_Servics_part h3 {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 6px;
}


.about_Servics_part p {
    color: #646464;
    font-size: 13px;
    font-weight: 600;
    margin: 0;
    line-height: 23px;
    padding-bottom: 16px;    
}


.bnt_about_Servics_button {
    display: inline-block; 
}

.bnt_about_Servics_button a {
    font-size: 13px;
    font-weight: 400;
    padding: 9px 40px;
    text-transform: uppercase;
    color: black;
    border-radius: 20px;
    background-color: #fff;
    display: block;
    border: 8px solid #f7cc18;
    transition: 0.2s all ease;
}

.bnt_about_Servics_button a:hover {
     background: #f7cc18;
     color: #fff; 
}




.btn8 {
   min-width: 160px;
   width: fit-content;
   width: -moz-fit-content;
   background-color: white;
   font-weight: 700;
   position: relative;
   transition: all 0.4s ease;
   cursor: pointer;
   display: -webkit-flex;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   border: 0;
  /* btn text */
}
 .btn8 span {
   z-index: 999;
   text-align: center;
   position: relative;
   font-weight: 700;
}
 .btn8:before, .btn8:after {
   content: "";
   position: absolute;
   width: 0px;
   height: 100%;
   top: 0;
   transition: all 0.4s ease;
   background-color: #f7cc18;
}
 .btn8:before {
   left: 0;
}
 .btn8:after {
   right: 0;
}
 .btn8:hover {
   transition: all 0.4s ease;
}
 .btn8:hover:before, .btn8:hover:after {
   width: 51%;
}


.inner_about_Servics-imgs {
    width: 80px;
    height: 80px;
    background-color: #fee1a4;
    line-height: 70px;
    border-radius: 50%;
    display: block;
    margin: auto;
    margin-bottom: 10px;
	background-color: #fff;
	border: 2px solid #7575ED;
}

.inner_about_Servics-imgs img {
    height: 50px;
}




/*--- howitworks_area start ---*/
.howitworks_area {
    background-color: #fff;
    padding: 80px 0;
}


.howitworks_top h3 {
    padding-bottom: 80px;
}




.dots___part img {
    display: block;
    margin: auto;
    max-height: 180px;
}




.howitworks_left img {
    width: 250px;
    display: block;
    margin: auto;
    margin-right: 0;
    margin-top: 37px;  
}



.dots___part h5 {
    font-family: BasementGrotesque;
    color: #a9a9a9;
    font-size: 14px;
    text-align: center;
    margin: 0;
}


.dots___part h6 {
    font-family: BasementGrotesque;
    color: #000000;
    font-size: 32px;
    text-align: center;
    margin: 0;
    padding-bottom: 33px;
    padding-top: 7px;
}




.dots___part img {
    max-width: 100%;
    display: block;
    margin: auto;
}




.howitworks_right h2 {
    font-family: BasementGrotesque;
    color: #A13699;
    font-size: 23px;
    margin: 0;
    padding-bottom: 10px;
    padding-top: 71px;
}


.howitworks_right p {
    color: #696969;
    font-size: 16px;
    font-weight: 500;
    padding-bottom: 24px;
}



.howitworks_right img {
    max-width: 100%;
    display: block;
    margin: auto;
}



.howitworks_item2 {
    margin-top: 46px;
}


.new_howitworks_left img {
    margin-left: 0;
}



.new_howitworks_right h2 {
    text-align: right;
}

.new_howitworks_right p {
    text-align: right;    
}





/*--- about_us_hero_area start ---*/
.about_us_hero_area {
    background-color: #fff;
    padding: 80px 0;
}


.about_us_hero_left1 h2, .defaultpage h2 {
    font-family: BasementGrotesque;
    color: #7575ED;
    font-size: 40px;
    font-weight: 700;
    text-transform: uppercase;
}


.about_us_hero_left1 p {
    color: #000000;
    font-size: 18px;
    font-weight: 500;
    padding-bottom: 24px;  
    
}



.box1_part {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 21%);
    border-radius: 10px;
    padding: 20px;
    width: 86%;
    margin-bottom: 25px; 
}


.box1_part_left img {
    max-width: 100%;
    display: block;
}


.box1_part_right h3 {
    font-family: BasementGrotesque;
    color: #000000;
    font-size: 14px;
    margin: 0;
    padding-left: 12px
}


.box1_part_right p {
    color: #545353;
    font-size: 14px;
    padding-left: 9px;
    margin: 0;
    line-height: 20px;
    padding-top: 8px;
    font-weight: 500;   
}


.main_box_part {
    width: 400px;
    height: 400px;
    background: #fff;
    display: block;
    margin: auto;
    margin-right: 0;
    position: relative;    
}



.box___part2 img {
  
    position: relative;
    top: 10px;
    margin-left: -45px;    
}

.box___part3 {
   background: rgb(254,179,23);
    background: linear-gradient(151deg, rgba(254,179,23,1) 0%, rgba(221,152,7,1) 48%);
    padding: 15px;
    width: 120px;
    height: 120px;
    position: absolute;
    top: -4px;
    left: -88px;
}

.box___part3 h2 {
    font-family: BasementGrotesque;
    color: #000000;
    font-size: 28px;
    margin: 0;
    padding-top: 8px;
}

.box___part3 p {
    color: #000000;
    font-size: 16px;
    font-weight: 600;
    margin: 0;
    line-height: 20px;    
}



.img1____ {
    position: absolute;
    right: -19px;
    width: 88px;
    bottom: -110px;
}

.img2____ {
    width: 72px;
    position: absolute;
    top: -27px;
    right: -36px; 
}

.img3____ {
    position: absolute;
   left: -150px;
top: -50px;
    width: 93px;
}


/*--- down_about_us_area start ---*/
.down_about_us_area {
    background-color: #fff;
    padding: 80px 0;
}



.down_about_us_part h2 {
    font-family: BasementGrotesque;
    color: #000000;
    font-size: 35px;
    margin: 0;
    text-align: center;
}

.down_about_us_part p {
    color: #000000;
    font-size: 17px;
    margin: 0;
    line-height: 20px;
    text-align: center;
    font-weight: 500;
    padding-top: 5px;
}




/*--- slider1_area start ---*/
.slider1_area {
    background-color: #fff;
    padding: 60px 0;
}



.main_slider_part {
    position: relative;
}


.slider1_part {
    padding: 45px 20px;
    border: 2px solid #fff;
    position: relative;
    overflow: hidden;
    transition: 0.2s all ease;
}

.slider1_part:hover {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 21%);
    border: 2px solid #f5ca18;
}


.slider1_part:hover .slider1_text_img p {
    opacity: 1;
}

.slider1_part:hover .slider1_text {
    opacity: 1;
}


.slider1_text_img img {
    height: 250px;
    display: block;
    margin: auto;
}



.slider1_text_img h2 {
   color: #000000;
    font-size: 30px;
    text-align: center;
    font-weight: 800;
    text-transform: uppercase;
    margin: 0;
    padding-top: 16px;    
}


.slider1_text_img p {
    color: #000000;
    font-size: 25px;
    text-align: center;
    font-weight: 600;
    margin: 0;
    padding-top: 5px;
    opacity: 0;
}



.slider1_text {
    background-color: #f5ca18;
    text-align: center;
    width: 130px;
    height: 130px;
    line-height: 110px;
    border-radius: 50%;
    position: absolute;
    top: -35px;
    left: -41px;
    padding-top: 43px;
    padding-left: 24px;
    opacity: 0;
}

.slider1_text h3 {
    color: #fff;
    font-size: 20px;
    margin: 0;
}


.slider1_text h3 span {
    font-size: 28px;
    font-weight: 600;    
}


.customNextBtn i {
    color: #000000;
    font-size: 26px;
    width: 45px;
    height: 45px;
    background-color: #7575ed;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s all ease;
    position: absolute;
    top: 50%;
    z-index: 9999;
    right: -73px;  
    cursor: pointer; 
}


.customNextBtn i:hover {
    background-color: #f7cc18;
    color: #000;
}


.customPrevBtn i {
    color: #000000;
    font-size: 26px;
    width: 45px;
    height: 45px;
    background-color: #7575ed;
    line-height: 45px;
    text-align: center;
    border-radius: 50%;
    transition: 0.2s all ease;
    position: absolute;
    top: 50%;
    z-index: 9999;
    left: -73px; 
    cursor: pointer; 
}


.customPrevBtn i:hover {
    background-color:#f7cc18;
    color: #000;
}


/*--- aboutus_services_map_area start ----*/
.aboutus_services_map_area {
    background-color: #fff;
    padding: 60px 0;
}


.aboutus_services_map_img {
    position: relative;
}


.inner_aboutus_services_map_img {
    box-shadow: 0px 0px 10px rgb(0 0 0 / 21%);
    border-radius: 0px; 
    position: relative;  
}

.inner_aboutus_services_map_img img {
    width: 100%;
    margin-bottom: 0px;
}


.down_aboutus_services_map_right2 {
    padding-left: 34px;
   
}

.down_aboutus_services_map {
    background-color: #363636;
}

.bg_____part {
    background-color: #ddfaf7;
    box-shadow: 0px 0px 10px rgb(0 0 0 / 21%);
}


.down_aboutus_services_map_left {
    padding: 50px 15px 15px;
    text-align: center;
}

.down_aboutus_services_map_left img {
    height: 62px;
}


.down_aboutus_services_map_left h3 {
    color: #000;
    font-size: 20px;
    font-weight: 600;
    margin: 0;
    padding-top: 20px;    
}

.down_aboutus_services_map_left p {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    padding-top: 7px;    
}


.down_aboutus_services_map_right {
    padding: 30px 0px;
    padding-left: 66px;
    background:#F1FAF9;
}


.down_aboutus_services_map_right h2 {
    color: #f7cc18;
    font-size: 35px;
    margin: 0;
    padding-bottom: 15px; 
	 padding-top: 10px; 
}



.down_aboutus_services_map_right1 ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
}

.down_aboutus_services_map_right1 ul li {
    display: block;
}


.down_aboutus_services_map_right1 ul li {
    color: #000;
    font-size: 16px;
    font-weight: 500;
    display: block;
    padding-bottom: 18px;
    transition: 0.2s all ease;
}

.down_aboutus_services_map_right1 ul li:hover {
       color: #f7cc18; 
}




.innerdots_box1 {
    position: absolute;
	bottom: 433px;
	left: 132px;
}

.innerdots_box2 {
    position: absolute;
    top: 218px;
    left: 150px;
}

.innerdots_box3 {
    position: absolute;
    left: 488px;
    bottom: 184px;
}

.innerdots_box4 {
    position: absolute;
    bottom: 238px;
    right: 213px;
}

.innerdots_box5 {
    position: absolute;
    top: 122px;
    right: 108px;
}

.innerdots_box6 {
    position: absolute;
    top: 123px;
    right: 481px;
}

















.innerdots_box1:hover .maindots_box1 {
    opacity: 1;
}

.innerdots_box2:hover .maindots_box1 {
    opacity: 1;
}

.innerdots_box3:hover .maindots_box1 {
    opacity: 1;
}

.innerdots_box4:hover .maindots_box1 {
    opacity: 1;
}


.innerdots_box5:hover .maindots_box1 {
    opacity: 1;
}

.innerdots_box6:hover .maindots_box1 {
    opacity: 1;
}



.maindots_box1 {
    position: absolute;
    background-color: #4f4f4f;
    text-align: center;
    padding: 10px;
    width: 150px;
    border-radius: 5px;
    top: -73px;
    left: -57px;
    opacity: 0;
}

.maindots_box1 span {
    width: 20px;
    height: 20px;
    display: block;
    background: #4f4f4f;
    margin: auto;
    transform: rotate(45deg);
    margin-bottom: -18px;   
}

.maindots_box1 h3 {
    color: #fff;
    font-size: 13px;
    font-weight: 500;
    margin: 0;
    padding-top: 8px;
}

.maindots_box1 p {
    color: #b4b3b1;
    font-size: 10px;
    font-weight: 500;
    margin: 0;
    padding-top: 2px;
    padding-bottom: 6px;    
}




.dotcir {
    width: 20px;
    height: 20px;
    text-align: center;
    position: relative;
    top: 0;
}




.dotcir .dotimgspan {
  position: relative;
}
.dotcir .dotimgspan .dotgraycir {
    display: inline-block;
    position: absolute;
    width: 4px;
    height: 4px;
    background: #ffe5ae;
    top: 50%;
    left: 50%;
    margin-left: 6px;
    margin-top: -1px;
    border-radius: 100%;
    transform: scale(2);
    -moz-animation: dot 1.5s infinite;
    -webkit-animation: dot 1.5s infinite;
    animation: dot 1.5s infinite;
}
.dotcir .dotimgspan .dotgraycir.stop {
  -moz-animation: initial;
  -webkit-animation: initial;
  animation: initial;
}
.dotcir .dotimgspan .dot {
    width: 35px;
    height: 35px;
    background: #f7cc18;
    transform: scale(0.5);
    display: inline-block;
    vertical-align: middle;
    border-radius: 100%;
}

@-moz-keyframes dot {
  0% {
    transform: scale(2);
    opacity: 1;
  }
  50% {
    transform: scale(11);
    opacity: 0.4;
  }
  100% {
    transform: scale(2);
    opacity: 1;
  }
}
@-webkit-keyframes dot {
  0% {
    transform: scale(2);
    opacity: 1;
  }
  50% {
    transform: scale(11);
    opacity: 0.4;
  }
  100% {
    transform: scale(2);
    opacity: 1;
  }
}
@keyframes dot {
  0% {
    transform: scale(2);
    opacity: 1;
  }
  50% {
    transform: scale(11);
    opacity: 0.4;
  }
  100% {
    transform: scale(2);
    opacity: 1;
  }
}



.mobile_view {
    display: none;
}





/*--- top__Servics_part_area start ---*/
.top__Servics_part_area {
    background-color: #efefef;
    padding: 0px 0;
}


.top__Servics_part_item {
    background-color: #efefef;
    padding: 70px 25px;
    border-top: 4px solid #efefef;
    transition: 0.2s all ease;
    
}



.top__Servics_part_item:hover {
    background-color: #9191fb;
    border-top: 4px solid #f5ca18;   
}

.top__Servics_part_item:hover.top__Servics_part_item h3 {
    color: #fff;
}

.top__Servics_part_item:hover.top__Servics_part_item p {
    color: #fff;
}

.top__Servics_part_item h3 {
    color: #000000;
    font-size: 20px;
    font-weight: bold;
    margin: 0;
    padding-bottom: 17px;
}



.top__Servics_part_item p {
    color: #323232;
    font-size: 16px;
    margin: 0;
    padding-bottom: 26px;    
}






.top__Servics_part_item_button {
    display: inline-block; 
}

.top__Servics_part_item_button a {
    font-size: 13px;
    font-weight: 400;
    padding: 9px 40px;
    text-transform: uppercase;
    color: black;
    border-radius: 20px;
    background-color: #fff;
    display: block;
    border: 8px solid #f7cc18;
    transition: 0.2s all ease;
}

.top__Servics_part_item_button a:hover {
     background: #f7cc18;
     color: #fff; 
}






.btn9 {
   min-width: 160px;
   width: fit-content;
   width: -moz-fit-content;
   background-color: white;
   font-weight: 700;
   position: relative;
   transition: all 0.4s ease;
   cursor: pointer;
   display: -webkit-flex;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   border: 0;
  /* btn text */
}
 .btn9 span {
   z-index: 999;
   text-align: center;
   position: relative;
   font-weight: 700;
}
 .btn9:before, .btn9:after {
   content: "";
   position: absolute;
   width: 0px;
   height: 100%;
   top: 0;
   transition: all 0.4s ease;
   background-color: #f7cc18;
}
 .btn9:before {
   left: 0;
}
 .btn9:after {
   right: 0;
}
 .btn9:hover {
   transition: all 0.4s ease;
}
 .btn9:hover:before, .btn9:hover:after {
   width: 51%;
}








/*--- Experience_area start ---*/
.Experience_area {
    padding: 110px 0;
    background-image: url('./assets/images/bg4.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}



.Experience_left_part {
    background-color: rgb(248, 248, 248,0.8);
    padding: 60px 42px;
    width: 87%;
}




.Experience_left_part h2 {
    font-family: BasementGrotesque;
    color: #7575ED;
    font-size: 30px;
    font-weight: 700;
    margin: 0;
    line-height: 39px;
    padding-bottom: 10px;
}



.Experience_left_part p {
    color: #000000;
    font-size: 18px;
    margin: 0;    
}












/*--- services_hero_part_area start ---*/
.services_hero_part_area {
    padding: 93px 0;
    background-image: url(./assets/images/bg5.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    padding-bottom: 238px;
}






.services_hero_left h2 {

    font-family: BasementGrotesque;
    color: #7575ED;
    font-size: 49px;
    font-weight: 700;
    margin: 0;
    line-height: 63px;
    padding-bottom: 40px;
}




.services_hero_left p {
    color: #000000;
    font-size: 22px;
    margin: 0;
    font-weight: 500;
    padding-bottom: 25px;
}








.top__Servics_part_item_button1 {
    display: inline-block; 
}

.top__Servics_part_item_button1 a {
    font-size: 18px;
    font-weight: 400;
    padding: 9px 40px;
    text-transform: uppercase;
    color: black;
    border-radius: 20px;
    background-color: #fff;
    display: block;
    border: 8px solid #f7cc18;
    transition: 0.2s all ease;
}

.top__Servics_part_item_button1 a:hover {
     background: #f7cc18;
     color: #fff; 
}



.btn10 {
   min-width: 160px;
   width: fit-content;
   width: -moz-fit-content;
   background-color: white;
   font-weight: 700;
   position: relative;
   transition: all 0.4s ease;
   cursor: pointer;
   display: -webkit-flex;
   display: flex;
   justify-content: center;
   align-items: center;
   text-align: center;
   border: 0;
  /* btn text */
}
 .btn10 span {
   z-index: 999;
   text-align: center;
   position: relative;
   font-weight: 700;
}
 .btn10:before, .btn10:after {
   content: "";
   position: absolute;
   width: 0px;
   height: 100%;
   top: 0;
   transition: all 0.4s ease;
   background-color: #f7cc18;
}
 .btn10:before {
   left: 0;
}
 .btn10:after {
   right: 0;
}
 .btn10:hover {
   transition: all 0.4s ease;
}
 .btn10:hover:before, .btn10:hover:after {
   width: 51%;
}



/*-- services_here_part_area start ---*/
.inner_services_hero {
    padding-bottom: 10px;
    margin-top: 50px;
}




.inner_services_hero_part {
    box-shadow: 0px 0px 14px rgb(0 0 0 / 20%);
    border-radius: 10px;
    padding: 33px;
    background-color: #fff;
    transition: 0.2s all ease;
    min-height: 130px;
}

.inner_services_hero_part:hover {
    transform: scale(1.1);
}

.inner_services_hero_part h2 {
    color: #000000;
    font-size: 22px;
    font-weight: bold;
    margin: 3px;
    position: relative;   
}


.inner_services_hero_part h2 img {
    width: 39px;
    display: inline-block;
    float: right;
    position: absolute;
    top: -10px;
    right: -30px; 
}

.inner_services_hero_part p {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    line-height: 22px;
    padding-top: 13px;   
}





/*-- services_Common_area start ---*/
.services_Common_area {
    background-color: #fff;
    padding: 60px 0px 10px 0px;
    position: relative;
}

.services_Common_left {
    padding-left: 15px;
}



.services_Common_left h3 {

    font-size: 32px;
    font-weight: 700;
    color: #701B6C;
    padding-bottom: 7px;
}

.services_Common_left h3 span {
    width: 81px;
    height: 3px;
    display: inline-block;
    background-color: #f5ca18;
    position: relative;
    top: -7px;
    margin-left: 14px;    
}


.services_Common_left h2  {
    font-family: BasementGrotesque;
    color: #7575ED;
    font-size: 42px;
    font-weight: 600;
    line-height: 56px;
}


.services_Common_left p  {
    color: #000000;
    font-size: 22px;
    font-weight: 500;
    margin: 0;
}





.services_Common_right {
    box-shadow: 0px 0px 8px rgb(0 0 0 / 20%);
    border-radius: 5px;
    padding: 36px 15px;
    background-color: #e6e6ff;

}

.services_Common_right-img {
    width: 100px;
    height: 100px;
    background-color: #7777ed;
    border-radius: 50%;
    text-align: center;
    line-height: 100px;
    margin:0 auto;
} 

.services_Common_right img {
    max-width: 60%;
    display: inline-block;   
}
 

.services_Common_right h2 {

    color: #701B6C;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0;
    padding-top: 17px;
    text-align: center;
    
}


.services_Common_right p {
    color: #323232;
    font-size: 18px;
    margin: 0;
    font-weight: 500;
    padding-top: 5px;
    line-height: 25px;
}


.services_Common_right1 {
    background-color: #ededed;
    margin-bottom: 33px;
}


.services_Common_right2 {
    background-color: #fadcf9;
}





.services_img1 {
    position: absolute;
    top: -55px;
    width: 110px;    
}












/*-- services_Conquest_area start ---*/
.services_Conquest_area {
    background-color: #fff;
    padding: 40px 0;
    position: relative;
}

.services_Conquest_left {
    padding-left: 87px;
}


.services_Conquest_left h3 {
    font-size: 32px;
    font-weight: 700;
    color: #701B6C;
    padding-bottom: 7px;
}

.services_Conquest_left h3 span {
    width: 81px;
    height: 3px;
    display: inline-block;
    background-color: #f5ca18;
    position: relative;
    top: -7px;
    margin-left: 14px;    
}


.services_Conquest_left h2  {
    font-family: BasementGrotesque;
    color: #7575ED;
    font-size: 42px;
    font-weight: 600;
    line-height: 56px;
}


.services_Conquest_left p  {
    color: #000000;
    font-size: 25px;
    font-weight: 500;
    margin: 0;
}

.services_Conquest_right1s {

    border: 2px solid #f5ca18;
    padding-top: 15px;
    padding-left: 15px;
    border-radius: 75px 0px 0px 0px;
    border-bottom: 0;
    border-right: 0;
    width: 700px;
    margin-left: 86px;
    background-color: #ff



}

.services_Conquest_right {
border: 2px solid #fff;
    padding-top: 62px;
    padding-left: 75px;
    border-radius: 75px 0px 0px 0px;
    border-bottom: 0;
    border-right: 0;
    width: 700px;
    background-color: #f5f5f5;
}


.inner_services_Conquest_right1 {
    padding-bottom: 50px;
}


.services_Conquest_right1 {
    width: 80px;
    height: 80px;
    background-color: #7777ed;
    border-radius: 50%;
    text-align: center;
    line-height: 80px;
} 

.services_Conquest_right1 img {
    max-width: 62%;
    display: inline-block;   
}


.services_Conquest_right2 h2 {
    color: #7777ed;
    font-size: 19px;
    text-transform: uppercase;
    font-weight: bold;
    margin: 0;
}

.services_Conquest_right2 p {
    color: #323232;
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    line-height: 21px;
    padding-top: 8px;
}






/*-- howweork_area start ---*/
.howweork_area {
    background-color: #fff;
    padding: 50px 0;
    padding-top: 150px;
    position: relative;
}


.howweork_img1 {
    position: absolute;
    top: -73px;
    width: 110px;
    right: 0;
}



.main_howweork_part1 h6 {
    color: #0a0a0a;
    font-size: 18px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding-bottom: 20px;
}

.main_howweork_part1 h2 {
    font-family: BasementGrotesque;
    color: #e4e4e4;
    font-size: 55px;
    text-align: center;
    margin: 0;
    padding-top: 24px;
}


.main_howweork_part1 h3 {
    color: #701B6C;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
    margin: 0;
    padding-bottom: 15px;
    padding-top: 4px;   
}

.main_howweork_part1 p {
    color: #010101;
    font-size: 15px;
    text-align: center;
    font-weight: 500;
    margin: 0;
    line-height: 22px;    
}

.circal_part__ {
    width: 20px;
    height: 20px;
    display: block;
    background-color: #ee43e1;
    border-radius: 50%;
    margin: auto;
    position: relative;
    z-index: 99999;
}


.line_part__ {
    width: 500%;
    height: 2px;
    display: block;
    background-color: #525252;
    margin-left: -2000px;
    position: relative;
    top: 52px;   
}

.howweork {
    padding-bottom: 40px;
}




.inner_services_container {
  float:left;
  display:inline-block;
  width:100%;
  height:auto;
  padding:25px;    
}





.slidera3 .owl-dots {
    display: none;
}

























.mobile_nav_area {
    background-color: #ffffff;
    padding: 0px 15px;
    display: none;
}


.mobile_nav_main {
    display: flex;
    align-items: center;
}


.mobile_nav_left {
    width: 50%;
}


.mobile_nav_left i {
    color: #000000;
    font-size: 31px;
}

.mobile_nav_right {
    width: 50%;
}

.mobile_nav_____ {
    background: #fff;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
    height: 100%;
    margin-left: -800px;
    transition: 0.2s all ease;
    padding: 2.5em;
    text-transform: uppercase;
}

.mobile_nav_____ ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
} 


.mobile_nav_____ ul li {
    display: block;
    border-bottom: 1px solid rgba(0,0,0,.1) !important;
}

.dropdowwn-list .dropdown-toggle::after{
    display:none !important;
}

.mobile_nav_____ ul li a {
    color: #000;
    font-size: 18px;
    display: block;
    padding: 10px 18px;   
    font-weight: 700; 
}

.inner_part_nav_______.dropdown ul li a{
    font-size: 17px;
    font-weight: 500; 
}


.mobile_nav_____ ul li a i {
    float: right;
    margin-top: 6px;
    transition: transform 0.4s;
    transform: rotate(-91deg);
}

.mobile_nav_____ ul li ul {
    padding-left: 15px;
}

.arow111 {
    transform: rotate(0deg) !important;
}


.mobile_nav1_icon_____ {
    display: block;
    width: 100%;
}

.mobile_nav1_icon_____ i {
color: rgb(19, 19, 19);
    font-size: 20px;
    width: 44px;
    height: 44px;
    line-height: 42px;
    display: block;
    margin: auto;
    background: #fff;
    text-align: center;
    border-radius: 50%;
    margin-right: 16px;
    margin-top: 14px; 
    border: 2px solid rgb(19, 19, 19);   
}

.inner_part_nav_______ {
   display: none;
}

.inner_part_nav_______.open {
    display: block;
 }

.___arow_2 {
    display: none;
}

.service-map .serve-area {
  max-width: 365px;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-10%, -50%);
  border: 1px solid #8179d4;
  padding: 30px 10px 40px 35px;
  border-radius: 20px;
	background: #F1FAF9;
opacity: 0.9;
}

.service-map .serve-area h2 {
  font-size: 25px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.serve-area .serve-area-list {
    padding-left: 35px;
  }

.service-map .serve-area-list ul li {
  position: relative;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  color: #8179d4;
}

.service-map .serve-area-list ul li::before {
  position: absolute;
  content: "";
  top: 7px;
  left: -18px;
  width: 13px;
  height: 13px;
  background: #eccb3b;
  border-radius: 100%;
}
.about_us_hero_left .box1_part_right .accordion-button:focus,
.about_us_hero_left .box1_part_right .accordion-button:not(.collapsed){
    box-shadow: none !important;
    background:none !important;
}

.box1_part_right .accordion-body{
	padding: 0rem !important;
}
.mobile-page-banner{
    display:none;
}
.sticky {
background: #ffffff;
padding: 0px 0px !important;
transition: all 0.3s ease-in-out;
position: fixed;
top: 0;
width: 100%;
z-index: 9999999;
}

.sticky .navbar{
    padding-top: 0rem !important;
padding-bottom: 0rem !important;
}

.mobile_nav_area.sticky{
    padding: 0px 10px !important;
}

.sticky .nav_head_logo img{
    width: 160px;
}
.c-checkbox {font-family: 'Titillium Web', sans-serif;color: #000000;font-weight: 400;font-size: 14px; }
.check-m-p p { margin-top: 10px; margin-left: -11px; }
.innerhowweork_part .customPrevBtn.left-side-arrow i{ left: 30px;top: 59%; }
.innerhowweork_part .customNextBtn.right-side-arrow i{ right: 30px;top: 59%; }

.serve-area-about {max-width: 600px;
    width: 100%;
    position: absolute;
    left: 0;
    transform: translate(-50%, -50%);
    border: 1px solid #8179d4;
    padding: 40px 40px 40px 70px;
    border-radius: 20px;
    background: #fff;
    opacity: 0.8;
    right: 0;
    /* margin: auto; */
    top: 50%;
    left: 50%;
}
	.serve-area-about h2{
	    color:#701B6C;
	    font-size: 25px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
	}
	.serve-area-about ul li {
    position: relative;
    font-size: 19px;
    font-weight: 700;
    text-transform: uppercase;
    color: #8179d4;
}

.serve-area-about ul li::before {
    position: absolute;
    content: "";
    top: 7px;
    left: -30px;
    width: 15px;
    height: 15px;
    background: #eccb3b;
    border-radius: 100%;
}
.banner_form_text ul.desktop-call li a i {
  padding: 0px 10px;
}




/*New css*/
.spe_text ul {
    
    opacity:0;
    transition:0.5s
    }
    
    
.spalized_iteam:hover .spe_text ul {opacity: 1; }
    .spalized_iteam:hover .spe_text ul {
    display: block;
    }
    
    .spy-carousel .spe_img img {
    margin: auto;
    }
    
    .spy-carousel {
    position: relative;
    }
    
    .spy-carousel  i.right,
    .spy-carousel  i.left {
    color: #fff;
    position: absolute;
    font-size: 20px;
    width: 40px;
    height: 40px;
    background-color: #7575ed;
    border-radius: 50%;
    line-height: 40px;
    text-align: center;
    transition: 0.2s all ease;
    z-index: 99999;
    cursor: pointer;
    }
    .spy-carousel i.right {
    top: 50%;
    right: -60px;
    transform: translateY(-50%);
    }
    .spy-carousel i.left {
    top: 50%;
    left: -60px;
    transform: translateY(-50%);
    }
    .spy-carousel i.right:hover,
    .spy-carousel i.left:hover {
    color: #000000;
    background-color:#f7cc18;
    }
    
    .stripe-cta .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
        }
        .stripe-cta {
        padding-top: 22px;
        padding-bottom: 22px;
        box-shadow: 0px -10px 12px 0px rgb(0,0,0,0.05);
        margin-top: 40px;
        }
        
        .stripe-cta p {
        color: #701B6C;
        font-size: 30px;
        font-weight: 700;
        }

    #feedback{
        padding-bottom:0px;
    }

    .top__Servics_part_item {
        min-height: 460px;
      }
    .top__Servics_part_area .customPrevBtn.left-side-arrow i {
        left: -15px;
        }
        
        .top__Servics_part_area .customNextBtn.right-side-arrow i {
        right: -15px;
        }
        
        .top__Servics_part_area .customPrevBtn.left-side-arrow i { top: 50%; transform: translateY(-50%);}
        .top__Servics_part_area .customNextBtn.right-side-arrow i { top: 50%; transform: translateY(-50%);}
    
        .date-box{
            padding-bottom: 10px;
            padding-top:10px;
        }
        .date-box-2{
            padding-bottom: 10px;
            padding-top:0px;
        }
        
        .customPrevBtn i, .customNextBtn i {z-index: 888 !important;}
        
       .slidera3 .slick-arrow {
color: #fff;
position: absolute;
font-size: 20px;
width: 40px;
height: 40px;
background-color: #7575ed;
border-radius: 50%;
line-height: 40px;
text-align: center;
transition: 0.2s all ease;
z-index: 99999;
cursor: pointer;
}

.slidera3 .left {
top: 50%;
transform: translateY(-50%);
left: -45px;
}
.slidera3 .right{
top: 50%;
transform: translateY(-50%);
right: -45px;
}
.slidera3 i.slick-arrow:hover{
    color: #000000;
    background-color:#f7cc18;
    }

    .top__Servics_part_area .about_Servics_part_top.all_head {width:80%;}
    .top__Servics_part_area .about_Servics_part_top.all_head h3 {text-align: left; font-size: 28px;}
    
   .howweork_part .innerhowweork_part .slidera2 .slick-arrow {
color: #fff;
position: absolute;
font-size: 20px;
width: 40px;
height: 40px;
background-color: #7575ed;
border-radius: 50%;
line-height: 40px;
text-align: center;
transition: 0.2s all ease;
z-index: 99999;
cursor: pointer;
}

 .howweork_part .innerhowweork_part .slidera2.slick-initialized.slick-slider {
margin-top: -10px;
}

 .howweork_part .innerhowweork_part .slidera2 .left.slick-arrow {
top: 40px;
left: -45px;
}

.howweork_part .innerhowweork_part .slidera2 .right.slick-arrow {
top: 40px;
right: -45px;
}

.howweork_part .innerhowweork_part .slidera2 .slick-arrow:hover {background-color: #f7cc18;
color: #000; }

.list-service-home .bnt_about_button{ display:none;}

.blog3__area.single-blog .aligncenter{
    display: block !important;
margin: 0 auto !important;
padding: 20px 10px;
}


.blog3__area.single-blog .blog3____top__part p { 
    padding-bottom: 6px; 
}

.grecaptcha-badge { 
    visibility: hidden; 
}