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

:root {
  --pColor: #690dac;
  --wColor: #fff;
  --bColor: #000;
}

body {
  word-break: break-word;
  font: 15px/25px "Montserrat", sans-serif;
  color: #393939;
  overflow-x: hidden;
  /* font-family: "Montserrat", sans-serif; */
  font-weight: 500;
}

a {
  text-decoration: none;
  color: inherit;
  white-space: initial;
}

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

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;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

/***** 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: "AmpleBold";
  src: url(../fonts/AmpleSoftPro-Bold.ttf);
}

@font-face {
  font-family: "AmpleMedium";
  src: url(../fonts/fonnts.com-AmpleSoftPro-Medium.ttf);
}

@font-face {
  font-family: "AmpleRegular";
  src: url(../fonts/fonnts.com-AmpleSoftPro-Regular.ttf);
}

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

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "AmpleMedium";
  line-height: 1.2;
}

h1 {
  font-size: 80px;
}

h2 {
  font-size: 50px;
}

h3 {
  font-size: 30px;
}

h4 {
  font-size: 28px;
  line-height: 33px;
}

h5 {
  font-size: 20px;
  line-height: 25px;
}

h6 {
  font-size: 18px;
  line-height: 23px;
}

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

::-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: 14px 0 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-transform: capitalize;
  margin-left: 30px;
  display: flex;
  align-items: center;
}

.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: #000;
  padding: 10px 23px;
  font-size: 17px;
  font-family: "AmpleRegular";
}

.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: var(--pColor);
}

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

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

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

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

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

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

.menuSec 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;
}

/* Header st */

header {
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 12;
}

header .menuSec .row {
  align-items: center;
}

header .header-rightbtn {
  position: relative;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.sitebtn {
  display: inline-block;
}

.sitebtn .p-btn {
  display: flex;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--pColor);
  border-radius: 60px;
  height: 55px;
  padding: 0px 6px;
  transition: 0.9s;
  position: relative;
  color: #000;
}

.sitebtn .p-btn span {
  display: inline-block;
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 600;
  padding-left: 17px;
  transition: 0.9s;
  position: relative;
  color: #000;
}

.sitebtn .p-btn img.img-fluid {
  transition: 0.9s;
  position: relative;
  outline: 1px solid transparent;
  border-radius: 55px;
  outline-offset: -24px;
  outline: 1px solid #000;
}

.sitebtn .p-btn:hover img.img-fluid {
  outline: 1px solid #fff;
  border-radius: 55px;
  outline-offset: -2px;
}

section.about .ab-text .sitebtn .p-btn:hover img {
  outline: 2px solid #000;
  border-radius: 55px;
  outline-offset: -4px;
}

header .header-logo {
  display: inline-block;
}

header .header-logo a img.img-fluid {
  display: inline-block;
  transition: 0.6s;
}

header .header-logo a img.img-fluid:hover {
  transform: translate(-4px, 0px);
}

header .sitebtn a {
  background: #fff;
}

/* Header ed  */

/* Banner start  */

section.main_slider {
  height: 570px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  border-bottom: 1px solid #cccccc4a;
}

section.main_slider .bannerMainIMG {
  border-width: 10px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  position: absolute;
  width: 740px;
  height: 680px;
  transform: rotate(-45deg);
  overflow: hidden;
  border-radius: 110px;
  z-index: 2;
  right: -120px;
  top: -10%;
  box-shadow: 0px 0px 20px 20px #44444417;
}

section.main_slider .bannerMainIMG img {
  transform: rotate(45deg) scale(1.4);
  width: 670px;
  height: 670px;
  margin: 0px 0 0 0px;
  object-fit: cover;
  transition: 1s all;
  object-position: 100% -70%;
}

section.main_slider .bannerSmImgs .smImg2.smimges img.img-fluid {
  object-position: 100% 0%;
}

.page-id-7 section.main_slider .smimges {
  border-width: 6px;
  border-color: rgb(255, 255, 255);
  border-style: solid;
  transform: rotate(-45deg);
  overflow: hidden;
  z-index: 2;
  border-radius: 25px;
  box-shadow: 0px 0px 20px 20px #44444417;
}

section.main_slider .smimges {
  /*border-width: 6px;*/
  /*border-color: rgb(255, 255, 255);*/
  /*border-style: solid;*/
  transform: rotate(-45deg);
  /*overflow: hidden;*/
  /*z-index: 2;*/
  /*border-radius: 25px;*/
  /*box-shadow: 0px 0px 20px 20px #44444417;*/
}

section.main_slider .smimges img {
  transform: rotate(0deg);
  width: 100%;
  height: 200px;
  margin: 0px 0 0 0px;
  object-fit: cover;
  transition: 1s all;
}

/* about st  */
section.about {
  position: relative;
  overflow: hidden;
  padding: 80px 0 80px;
}

section.about .ab-text {
  position: relative;
  background: var(--pColor);
  color: #fff;
  padding: 60px 30px 60px 70px;
  border-radius: 24px 24px 0px 0px;
}

section.about .ab-text .sitebtn {
  margin-top: 10px;
}

section.about .ab-text .sitebtn .p-btn {
  border: 1px solid #fff;
}

section.about .ab-text .sitebtn .p-btn span {
  color: #fff;
}

section.about .wraper .row {
  position: relative;
}

section.about .colright {
  position: relative;
  padding: 90px 0;
}

section.about .colright:before {
  position: absolute;
  content: "";
  width: 148%;
  height: 90px;
  bottom: 0;
  background: #fff;
  border-radius: 29px 0 0 0;
  right: 0;
}

section.about .coleft {
  padding: 0;
}

section.about .coleft .ab-img {
  position: absolute;
  left: 0;
  width: 58%;
  height: 667px;
  border-radius: 14px;
}

section.about .coleft .ab-img img.img-fluid {
  width: 100%;
  height: 100%;
  overflow: hidden;
  transition: 0.9s;
  object-fit: cover;
  border-radius: 20px;
  object-position: bottom;
}

section.about .coleft .ab-img img.img-fluid:hover {
  filter: brightness(0.7);
}

/* ====== */

/* Services st  */

section.services {
  position: relative;
  padding: 50px 0 120px;
}

.heading {
  margin-bottom: 50px;
}

.heading h1 {
  color: #000;
}

section.services .card {
  padding: 42px 24px 24px;
  background: var(--wColor);
  box-sizing: border-box;
  box-shadow: 0px -5px 18px 7px #6a6a6a1f;
  border-radius: 24px;
  position: relative;
  margin-bottom: 40px;
  border: 0;
  transition: 0.9s;
}

section.services .card .headingBox {
  padding: 24px 30px;
  background: var(--pColor);
  box-sizing: border-box;
  box-shadow: 0px 0px 18px 7px #2222220a;
  border-radius: 12px;
  position: relative;
  margin-bottom: 30px;
  transition: 0.9s;
  color: #fff;
}

section.services .card .headingBox h3 {
  margin: 0px;
  font-family: "Oswald", sans-serif;
}

section.services .card p {
  font-family: "roboto";
  font-weight: 400;
  font-size: 15px;
  line-height: 26px;
  color: #4b4b4b;
  padding: 0 16px;
  opacity: 80%;
  transition: 0.9s;
}

section.services .card .cd-txt {
  margin-bottom: 20px;
}

section.services .card .ss-img {
  position: relative;
  overflow: hidden;
}

section.services .card .ss-img img {
  width: 100%;
  height: 280px;
  object-fit: fill;
  display: inline-block;
  transition: 0.9s;
  border-radius: 24px;
}

section.services .card:hover .ss-img img {
  filter: brightness(0.8);
  transform: translate(0px, -5px);
}

section.services .card:hover .headingBox {
  background: var(--bColor);
  opacity: 80%;
}

section.services .card:hover p {
  opacity: 1;
  color: var(--bColor);
}

section.services .card:hover {
  transform: translate(0px, -5px);
  filter: drop-shadow(2px 4px 216px #6a6a6a9e);
}

/* action st      */

section.action {
  overflow: hidden;
  position: relative;
}

section.action .act-box {
  box-sizing: border-box;
  box-shadow: 0px -5px 18px 7px #6a6a6a1f;
  border-radius: 30px;
  position: relative;
  border: 0;
  background: #fff;
  padding: 60px 35px 40px;
}

section.action .act-box form {
  position: relative;
}

form .frmField {
  position: relative;
  margin-bottom: 18px;
}

form .frmField input {
  width: 100%;
  height: 48px;
  display: flex;
  align-items: center;
  border: 1px solid #bcbcbc;
  padding: 0px 18px;
  background-color: #f5f5f5;
  border-radius: 8px;
  font-size: 13px;
  font-weight: 500;
}

form .frmField textarea {
  width: 100%;
  display: flex;
  align-items: center;
  border: 1px solid #bcbcbc;
  padding: 19px 24px;
  background-color: #f5f5f5;
  border-radius: 14px;
  font-size: 13px;
  font-weight: 500;
  height: 160px;
  resize: unset;
}

button.p-btn {
  background: transparent;
}

section.action .act-txt {
  position: relative;
  padding: 34px 0px 0px 30px;
  color: #fff;
}

section.action .act-txt p {
  font-family: "Roboto";
  opacity: 70%;
  font-weight: 400;
  word-spacing: 2px;
}
section.action .form-Wraper {
  position: relative;
  width: 88%;
  margin: 0px auto;
  z-index: 1;
  padding-top: 110px;
}

section.action .wraprebt {
  margin-top: -303px;
  position: relative;
}

section.action .wraprebt .act-img {
  position: relative;
  width: 100%;
}

section.action .wraprebt .act-img img {
  height: 480px;
  width: 100%;
  display: inline-block;
  transition: 0.9s;
  border-radius: 20px;
}

section.action .wraprebt .act-img img:hover {
  filter: brightness(0.7) hue-rotate(360deg);
}

section.action:before {
  position: absolute;
  width: 100%;
  height: 65%;
  top: 0;
  right: 0;
  background: var(--pColor);
  content: "";
}

/* choose St  */
section.chose {
  position: relative;
  padding: 40px 0 100px;
}

section.chose .chose-txt {
  position: relative;
}

section.chose .chose-txt h1 {
  color: #000;
  margin-bottom: 10px;
}

section.chose .chose-txt p {
  font-size: 15px;
  line-height: 28px;
  font-family: "Roboto";
  font-weight: 400;
  color: #000;
}

section.chose .chose-txt ul {
  flex-direction: column;
  gap: 8px;
}

section.chose .chose-txt ul li {
  display: flex;
  align-items: center;
  gap: 10px;
}

section.chose .chose-txt ul li i {
  width: 20px;
  height: 20px;
  border-radius: 45px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--pColor);
  color: #fff;
  font-size: 10px;
  transition: 0.9s;
}

section.chose .chose-txt ul li span {
  display: inline-block;
  font-size: 14px;
  color: #000;
  font-weight: 500;
  transition: 0.9s;
}

section.chose .chose-txt .row {
  padding-right: 50px;
  margin-top: 20px;
  margin-bottom: 5px;
}

.btnsGrop {
  display: flex;
  align-items: center;
  gap: 30px;
}

.btnsGrop .headphone {
  display: flex;
  align-items: center;
  gap: 20px;
  transition: 0.9s;
}

.btnsGrop .headphone .headp-txt {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.btnsGrop .headphone .headp-txt span.txt {
  display: inline-block;
  font-family: "Roboto";
  font-weight: 400;
  color: #000;
  font-size: 15px;
  line-height: 20px;
}

.btnsGrop .headphone .headp-txt h6 {
  margin: 0px;
  font-size: 25px;
  font-family: "Montserrat";
  font-weight: 500;
}

.btnsGrop .headphone .headp-txt h6 a {
  color: var(--pColor);
}

section.chose .btnsGrop .sitebtn .p-btn {
  gap: 20px;
}

section.chose .choseMainImg {
  margin: 0px auto;
  display: table;
  position: relative;
  padding: 14px 10px 0px 10px;
}

section.chose .choseMainImg img {
  height: 540px;
  width: 100%;
  border-radius: 100%;
  transition: 0.9s;
  position: relative;
  object-fit: cover;
}

section.chose .choseMainImg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--pColor);
  border-radius: 100%;
  top: -10px;
  left: 0;
  right: 0;
  margin: 0px auto;
  transition: 0.9s;
}

section.chose .chooseImgs {
  position: relative;
  transition: 0.9s;
}

section.chose .chooseImgs .choseSmallImg {
  margin: 0px auto;
  display: table;
  padding: 11px 4px 0px 5px;
  position: absolute;
  right: 0;
  bottom: 0;
}

section.chose .chooseImgs .choseSmallImg img {
  height: 220px;
  width: 220px;
  border-radius: 100%;
  transition: 0.9s;
  position: relative;
  object-fit: fill;
}

section.chose .choseSmallImg:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background: var(--pColor);
  border-radius: 100%;
  top: -1px;
  left: 0;
  right: 0;
  margin: 0px auto;
  transition: 0.9s;
}

section.chose .chooseImgs:before {
  position: absolute;
  content: "";
  width: 120px;
  height: 120px;
  background: var(--pColor);
  border-radius: 100%;
  bottom: 50px;
  left: 30px;
  transition: 0.9s;
  opacity: 30%;
}

section.chose .chooseImgs:after {
  position: absolute;
  content: "";
  width: 190px;
  height: 190px;
  border-radius: 100%;
  top: -20px;
  right: 0px;
  transition: 0.9s;
  background-image: url(../images/chose-shape1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}

section.chose .chooseImgs:hover:before {
  filter: hue-rotate(715deg) drop-shadow(2px 4px 56px black);
  opacity: 1;
  transform: scale(1.2);
}

section.chose .chooseImgs:hover:after {
  filter: hue-rotate(715deg) drop-shadow(2px 4px 56px black);
  opacity: 1;
  transform: scale(1.2) rotate(360deg);
}

section.chose .chooseImgs:hover .choseMainImg:before {
  opacity: 70%;
}

section.chose .chooseImgs:hover .choseSmallImg:before {
  opacity: 70%;
}

section.chose .chooseImgs:hover .choseMainImg img {
  transform: rotateY(190deg);
}

section.chose .chooseImgs:hover .choseSmallImg img {
  transform: rotate(360deg);
  filter: drop-shadow(2px 4px 110px var(--pColor));
}

/* =================== */
/* =================== */
/* =================== */
/* =================== */

/* Testimonial Section Start */

.our-client-sec .head-effect::after {
  width: 50%;
}

.client-sli .slick-slide {
  opacity: 1;
  outline: none;
}

.client-sli .slick-prev,
.client-sli .slick-next {
  top: 4%;
}

.client-sli .slick-prev {
  left: -50px;
}

.client-box {
  margin: 0px 0;
}

.client-sli {
  position: relative;
  z-index: 1;
}

.client-sli::after {
  content: "";
  position: absolute;
  left: 0;
  top: 9%;
  border: 1px dotted #2a5ca1;
  width: 100%;
  z-index: -1;
}

.client-sli .slick-prev:before {
  content: "\f053";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: #000;
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 900;
}

.client-sli .slick-next:before {
  content: "\f054";
  font-family: "FontAwesome";
  position: absolute;
  left: 0;
  height: 40px;
  width: 40px;
  color: #fff;
  background-color: var(--bColor);
  opacity: 1 !important;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-weight: 900;
}

.client-box h6 {
  color: #3c3c3c;
  font-size: 15px;
  font-weight: 500;
  display: block;
  margin-bottom: 10px;
  padding-left: 20px;
}

.client-box .quotess {
  margin-left: 20px;
  position: relative;
  left: 0;
  top: 0;
  height: 70px;
  width: 70px;
  border-radius: 50%;
  background-color: #d2b6e6;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 50px;
}

.client-box .quotess::after {
  content: "";
  position: absolute;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  background: var(--pColor);
  color: #fff;
  font-size: 30px;
}

.client-box .quotess::before {
  z-index: 2;
  color: #fff;
  font-size: 20px;
}

.client-ineer-box::before {
  content: "";
  position: absolute;
  top: -20px;
  left: 5%;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-top-color: #fff;
  border-bottom: 0;
  margin-left: 20px;
  margin-bottom: 20px;
  transform: rotate(180deg);
  filter: drop-shadow(2px 4px 6px #00000021);
}

.client-ineer-box {
  z-index: 2;
  background-color: #fff;
  padding: 60px 30px;
  position: relative;
  box-shadow: 0 0 10px 0 #00000022;
  background: #fff;
  border-radius: 10px;
}

.client-ineer-box ul {
  display: flex;
  justify-content: space-between;
  margin: 0 0 30px 0;
}

.client-ineer-box ul li h4 {
  color: var(--pColor);
  font-size: 22px;
  margin: 0;
  font-family: "Montserrat";
  line-height: 1.2;
  text-transform: capitalize;
  font-weight: 500;
}

.client-ineer-box ul li h4 span {
  font-size: 14px;
  display: block;
  color: var(--pColor);
  text-transform: capitalize !important;
  margin-top: 0px;
  font-weight: 600;
  font-family: "Montserrat";
}

.client-ineer-box ul li i {
  color: var(--pColor);
  margin-right: 5px;
}

section.our-client-sec.themes-padd {
  padding: 100px 0;
  position: relative;
}

section.our-client-sec.themes-padd .slick-track {
  margin-bottom: 30px;
}

h2.themes-h2.head-effect {
  font-size: 62px;
  color: #000;
  margin: 0 0 5px;
}

.client-sli .slick-next:hover:before,
.client-sli .slick-prev:hover:before {
  background: var(--pColor);
}

.client-sli .slick-next {
  right: -20px;
}

.client-ineer-box p {
  font-size: 14px;
  color: #000;
  margin: 0;
  width: 92%;
  opacity: 80%;
  font-family: "Roboto";
  font-weight: 400;
}

.heading p {
  width: 60%;
  margin: 0 auto;
  font-family: "Roboto";
  font-weight: 400;
  color: #000;
  opacity: 60%;
  line-height: 28px;
}
/* Testimonial Section End */

/*Footer Sec Css Starts */

.footer-main {
  padding: 100px 0 0 0;
  background-color: #1c1a16;
}

.footer-txt {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 30px;
}

.footer-txt h5 {
  font-size: 30px;
  line-height: 36px;
  color: #fff;
  font-family: "AmpleMedium";
}

.footer-txt p {
  font-size: 14px;
  color: #fff;
  font-family: "Roboto";
  font-weight: 400;
  opacity: 50%;
}

.socials ul {
  display: flex;
  align-items: start;
  justify-content: start;
  gap: 10px;
}

.socials ul li a {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 30px;
  width: 30px;
  border: 1px solid #fff;
  overflow: hidden;
  border-radius: 100px;
  transition: ease-in;
  transition-duration: 0.5s;
}

.socials ul li a::before {
  content: "";
  position: absolute;
  height: 0;
  width: 0;
  top: var(--y, 50%);
  left: var(--x, 50%);
  transform: translate(-50%, -50%);
  background-color: #690dac;
  border-radius: 100px;
  z-index: -1;
  transition: ease-out;
  transition-duration: 0.5s;
}

.socials ul li a:hover::before {
  height: 100%;
  width: 100%;
  transition: ease-out;
  transition-duration: 0.5s;
}

.socials ul li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  width: 100%;
  color: #fff;
  font-size: 10px;
}

.socials ul li a:focus::before {
  height: 100%;
  width: 100%;
}

.footer-links ul {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 15px;
  width: 100%;
}

.footer-links ul li a {
  position: relative;
  z-index: 999;
  font-size: 14px;
  line-height: 20px;
  height: 16px;
  color: #fff;
  font-family: "Montserrat";
  text-transform: capitalize;
  display: inline-flex;
  align-items: center;
  justify-content: start;
  gap: 20px;
  transition: ease-in;
  transition-duration: 0.5s;
  font-weight: 500;
  opacity: 50%;
}

.footer-links ul li a:hover {
  background-color: unset;
}

.footer-contact ul {
  gap: 0;
}

.footer-contact ul li {
  width: 100%;
}

.footer-contact ul li a {
  text-transform: unset;
}

.footer-contact ul li:nth-child(2) {
  padding: 15px 0;
  margin: 15px 0;
  border: 1px solid #ffffff47;
  border-right: none;
  border-left: none;
}

.footer-txt.footer-news form {
  width: 100%;
}

.footer-news-input-main {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: start;
  gap: 20px;
}

.footer-news-input {
  width: 100%;
}

.footer-news-input input {
  color: #7c7c7c;
  padding: 0px 18px;
  border-radius: 10px;
  height: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  border: 1px solid #4444443d;
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
}

.footer-news-input input:focus {
  background-color: var(--pColor);
  color: var(--wColor);
}

.footer-news-input input:focus::placeholder {
  color: var(--wColor);
}

.footer-news-input input::placeholder {
  font-size: 14px;
  line-height: 20px;
  color: #7c7c7c;
  font-weight: 500;
  font-family: "Montserrat";
}

.footer-rights-mian {
  padding: 20px 0;
  margin: 60px 0 0 0;
  border-top: 1px solid #ffffff47;
}

.footer-rights p {
  color: var(--wColor);
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  margin: 0;
  opacity: 50%;
  font-weight: 400;
}

.footer-rights p a {
  color: var(--wColor);
  position: relative;
  transition: ease-in;
  transition-duration: 0.5s;
}

.footer-rights p a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 0;
  border-bottom: 1px solid var(--wColor);
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-rights p a:hover::before {
  width: 100%;
  transition: ease-out;
  transition-duration: 0.5s;
}

.footer-txt.footer-links.footer-contact a {
  color: #b4b4b4cc;
  opacity: 1;
  font-family: "Roboto";
  font-weight: 400;
}

.footer-txt.footer-links.footer-contact a i {
  color: var(--wColor);
}
/*Footer Sec Css Ends*/

.footer-news-input input::placeholder {
  font-size: 14px;
  line-height: 24px;
  font-family: "Roboto";
  font-weight: 400;
  color: #7c7c7c;
}

.footer-news-btn {
  display: inline-block;
}

.footer-news-btn button.theme2 {
  border: 0px;
  padding: 12px 20px;
  line-height: 20px;
  border-radius: 8px;
  color: var(--wColor);
  z-index: 1;
  background: var(--pColor);
  position: relative;
  text-transform: uppercase;
  transition: all 250ms;
  overflow: hidden;
  display: inline-block;
  font-size: 12px;
  font-weight: 500;
}

.footer-txt-main.footer-links-main.footer-contact-main {
  position: relative;
  left: -60px;
}

/* ============== */
/* Banner Css st  */

section.main_slider h1 {
  color: #000;
  position: relative;
  font-family: "AmpleBOld";
  padding-bottom: 10px;
}

section.main_slider h1 span {
  position: relative;
  display: inline-block;
  color: var(--pColor);
  padding-bottom: 30px;
}

section.main_slider h1 span:before {
  position: absolute;
  content: "";
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/heading-shape-line.png);
  height: 31px;
}

.banner_text p {
  color: #888888;
  font-size: 15px;
  width: 76%;
  line-height: 28px;
}

section.main_slider .container:before {
  position: absolute;
  content: "";
  width: 6%;
  height: 100%;
  left: 0%;
  top: 0px;
  background: var(--pColor);
  z-index: -1;
}

/* flaty social  */

section.main_slider .flaty-social {
  position: absolute;
  left: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  top: 0;
}

section.main_slider .flaty-social ul {
  display: flex;
  gap: 40px;
  margin: 0;
  margin-top: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

section.main_slider .flaty-social ul i {
  width: 40px;
  height: 40px;
  background-color: transparent;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  font-size: 16px;
  color: var(--wColor);
  transition: 0.4s;
  border-radius: 45px;
  border: 1px solid var(--wColor);
  position: relative;
  z-index: 1;
  overflow: hidden;
}

section.main_slider .flaty-social ul i:hover {
  opacity: 1;
  background: var(--pColor);
  color: var(--wColor);
}

section.main_slider .flaty-social ul:before {
  position: absolute;
  content: "";
  width: 1px;
  z-index: 1;
  top: -80%;
  background-image: url(../images/social-ul-shapeline.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 80%;
}

section.main_slider .flaty-social ul:after {
  position: absolute;
  content: "";
  width: 1px;
  z-index: 1;
  bottom: -80%;
  background-image: url(../images/social-ul-shapeline-1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 80%;
}

.menuSec ul li.active a:before {
  position: absolute;
  content: "";
  width: 100%;
  background-repeat: no-repeat;
  background-image: url(../images/active-shapeimg.png);
  height: 11px;
  bottom: 0;
  right: 0;
  left: 0;
  display: table;
  margin: 0px auto;
  background-position: center;
  background-size: 56px 8px;
  transition: 0.9s;
}

section.main_slider .bannerSmImgs {
  position: relative;
}

section.main_slider .bannerSmImgs .smImg2.smimges {
  position: absolute;
  top: 200px;
  left: 180px;
  width: 160px;
  height: 160px;
}

section.main_slider .bannerSmImgs .smImg1.smimges {
  width: 210px;
  height: 210px;
  position: absolute;
  left: -30px;
  top: 20px;
}

.sitebtn .p-btn:hover {
  background: #000;
  border: 1px solid #fff;
}

.sitebtn .p-btn:hover span {
  color: #fff;
}

.footer-news-btn button.theme2:hover {
  background: #fff;
  color: var(--pColor);
}

/* =============================== INNER PAGES START  */

section.main_slider.innerBaner {
  height: 600px;
}

section.main_slider.innerBaner .innerbannerMainIMG img {
  position: absolute;
  width: auto;
  height: auto;
  right: 0;
  top: 0%;
}

section.main_slider.innerBaner .bannerSmImgs .smImg1.smimges {
  width: 190px;
  height: 190px;
  position: absolute;
  left: 90px;
  top: -120px;
  filter: drop-shadow(2px 4px 176px black);
}

section.main_slider.innerBaner .bannerSmImgs .smImg2.smimges {
  position: absolute;
  top: 50px;
  left: 280px;
  width: 140px;
  height: 140px;
}

section.main_slider.innerBaner .banner_text {
  position: relative;
  padding-top: 70px;
}

section.main_slider.innerBaner .banner_text h1 {
  padding-bottom: 20px;
}

section.main_slider.innerBaner .banner_text h1:before {
  position: absolute;
  content: "";
  width: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-image: url(../images/heading-shape-line.png);
  height: 20px;
}

/* ============ */

section.main_slider.innerBaner .flaty-social ul {
  margin: 0px;
  gap: 30px;
}

section.main_slider.innerBaner .flaty-social ul::after {
  height: 50%;
  bottom: -50%;
}

section.main_slider.innerBaner .flaty-social ul::before {
  height: 50%;
  top: -50%;
}

/* about page  */
section.about .ab-pagetxt {
  padding-top: 50px;
}

.ab-pagetxt p {
  font-family: "Roboto";
  font-weight: 400;
}

/* Contact Us Start*/

.cntct-head h4 {
  font-size: 50px;
  line-height: normal;
  font-weight: 500;
  margin: 0 0 30px;
  color: #000;
}

.contact-input {
  position: relative;
}

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

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

.contact-input input {
  width: 100%;
  height: 60px;
  border: 1px solid #7e7e7e6b;
  margin-bottom: 20px;
  padding: 0 20px 0 80px;
  background: transparent;
  font-size: 14px;
  font-weight: 400;
  color: #7e7e7e;
  font-family: "Montserrat";
  border-radius: 10px;
}

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

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

.contact-input i {
  position: absolute;
  top: 19px;
  left: 18px;
  color: var(--pColor);
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
}

.contact-info-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 30px 30px;
  border: 1px solid #c1c1c1b3;
  margin: 15px 0;
  transition: 0.8s all ease-in-out;
  border-radius: 20px;
}

.cntct-info-icon {
  width: 55px;
  height: 55px;
  border: 1px solid #c1c1c1;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  transition: 0.8s all ease-in-out;
}

.cntct-info-icon i {
  font-size: 28px;
  transition: 0.8s all ease-in-out;
  border: 1px solid;
  border-radius: 50%;
  height: 55px;
  width: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  box-shadow: 0px 0px 20px 0px #8d88883b;
  color: var(--pColor);
}

.contact-info-item:hover i {
  transform: rotate(360deg);
  transition: 0.8s all ease-in-out;
}

.contact-info-item-details h5 {
  margin: 0;
  font-size: 17px;
  text-transform: capitalize;
  line-height: 35px;
  color: #000;
  font-family: "Montserrat";
}

.contact-info-item-details a,
.contact-info-item-details p {
  font-size: 16px;
  line-height: 30px;
  font-family: "Montserrat";
  color: #8b8b8b;
}

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

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

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

.contact-input.selectbox:before {
  left: unset !important;
  right: 60px;
  transform: rotateY(156deg);
}

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

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

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

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

section.contact-us.withMap {
  padding: 100px 0;
}

section.contact-us .contact-info-item-details.telphone a {
  font-size: 24px;
}
/* Contact Us End */

/* Gallery Page start  */

section.galleryPg {
  position: relative;
  padding: 100px 0 120px;
}

section.galleryPg img {
  display: inline-block;
  transition: 0.9s;
  box-sizing: border-box;
  border-radius: 12px;
}

section.galleryPg .groupItem {
  align-items: center;
  gap: 26px;
  margin-bottom: 21px;
}

section.galleryPg .MainBoxItem img {
  height: 580px;
  width: 100%;
}

section.galleryPg .colright img {
  height: 280px;
  width: 100%;
}

section.galleryPg .equalSizeItem img {
  height: 270px;
  width: 100%;
  margin-top: 24px;
}

section.galleryPg .gallery-img a {
  display: inline-block;
  position: relative;
}

section.galleryPg img:hover {
  filter: brightness(0.6) drop-shadow(2px 4px 466px black);
  transform: scale(0.99);
}

/* Gallery Page ed */

/*service Page Css Start*/

section.inner-service {
  padding: 80px 0;
}

.inner-service-img img {
  width: 100%;
  height: 570px;
  object-fit: cover;
  position: relative;
  border-radius: 24px;
  transition: 0.9s;
}

.service-img-pos img {
  object-position: right;
}

.inner-service-img {
  position: relative;
  padding: 14px;
  outline: 1px solid var(--pColor);
  border-radius: 24px;
}

section.inner-service .row {
  position: relative;
  padding-bottom: 50px;
}

section.inner-service .row:before {
  content: "";
  position: absolute;
  top: 40%;
  left: -30%;
  width: 35%;
  height: 20%;
  z-index: -1;
  background: var(--pColor);
}

.inner-service-text h4 {
  font-size: 60px;
  color: #000;
  line-height: 65px;
  margin-bottom: 30px;
}

.inner-service-text ul {
  margin-bottom: 20px;
  margin-top: 20px;
}

.inner-service-text ul li {
  line-height: 38px;
  color: #565558;
  font-weight: 400;
  font-size: 17px;
  font-family: "Roboto", sans-serif;
}

.inner-service-text ul li img {
  margin-right: 15px;
  width: 22px;
}

.row.d-flex.right-img:before {
  right: -30%;
  left: inherit;
}

section.inner-service .row {
  align-items: center;
}

section.inner-service .left-img .inner-service-text {
  padding-left: 30px;
}

section.inner-service .right-img .inner-service-text {
  padding-right: 30px;
}

.inner-service-text p {
  font-family: "Roboto";
  font-weight: 400;
  font-size: 16px;
  line-height: 30px;
  color: #565558;
}

.inner-service-img img:hover {
  filter: brightness(0.9) drop-shadow(2px 4px 1026px black);
  transform: scale(0.99);
}
/*service end*/

section.main_slider .flaty-social ul i:hover {
  background-color: #000;
}

.btnsGrop .headphone .head-i img {
  display: inline-block;
  transition: 0.9s;
}

.btnsGrop .headphone:hover .head-i img {
  transform: scale(1.1);
}

section.main_slider .smimges img:hover {
  filter: brightness(0.5);
}

section.main_slider .bannerMainIMG img:hover {
  filter: brightness(0.5);
}

section.main_slider::before {
  position: absolute;
  content: "";
  background-image: url(../images/bannerShape.png);
  background-repeat: no-repeat;
  right: 30px;
  bottom: 31%;
  height: 120px;
  width: 70px;
}

section.galleryPg .gallery-img.MainBoxItem img.img-fluid:hover {
  filter: brightness();
}

/* ============ v1 */

section.services .svsWraper {
  width: 100%;
  margin: 0px auto;
  position: relative;
  padding: 0px 150px;
}

section.services .svsWraper .card {
  width: 84%;
  margin: 0px;
}

section.services .svsWraper h1 {
  color: #000;
}

section.services .svsWraper:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 47%;
  bottom: -40px;
  background: var(--pColor);
  left: 0;
  right: 0;
  margin: 0px auto;
  border-radius: 240px;
  z-index: -1;
}




  
  
  /*WP CSS*/
  
  
  section.main_slider h1 {
    color: #000;
    position: relative;
    font-family: "AmpleBOld";
    padding-bottom: 10px;
    font-size: 43px;
    line-height: 1.5;
}

section.chose.wow.fadeInLeft .col-lg-6.col-md-6.inerCol {
    width: 100%;
}

section.chose .chose-txt ul li i {
    width: 32px;
    height: 27px;
    border-radius: 45px;
    display: flex
;
    justify-content: center;
    align-items: center;
    background: var(--pColor);
    color: #fff;
    font-size: 10px;
    transition: 0.9s;
}

.col-xl-6.col-lg-6.col-md-6.colMinLeft .col-lg-6.col-md-6.inerCol {
    width: 100%;
}




section.services .card .ss-img img {
    width: 100%;
    height: 400px;
    object-fit: fill;
    display: inline-block;
    transition: 0.9s;
    border-radius: 24px;
}


.page-id-9 section.main_slider .smimges img {
    transform: rotate(35deg) scale(1.5);
    width: 100%;
    height: 100%;
    margin: 0px 0 0 0px;
    object-fit: cover;
    transition: 1s all;
    margin: 0 0 0 -10px;
}


.page-id-11 section.main_slider .smimges img {
    transform: rotate(35deg) scale(1.5);
    width: 100%;
    height: 100%;
    margin: 0px 0 0 0px;
    object-fit: cover;
    transition: 1s all;
    margin: 0 0 0 10px;
}

.page-id-9 .chooseImgs {
    margin: 60px 0 0 0;
}

.page-id-7 .chooseImgs {
    margin: 100px 0 0 0;
}


header .header-logo a img.img-fluid {
    min-width: 340px;
}


.banner_text.wow.fadeInLeft p {
    display: none;
}

section.error-404.not-found p {
  text-align: center;
    font-size: 24px;
}

section.error-404.not-found {
    margin: 100px 0 100px 0;
}

section.error-404.not-found .sitebtn {
    margin: 40px auto;
    display: table;
}


p.hf-message.hf-message-success {
    margin-top: 30px;
    background: #690dac;
    color: white;
    text-align: center;
    width: 100%;
    padding: 15px 0;
    border-radius: 10px;
    font-size: 17px;
}

input#newsletter-EMAIL {
    color: #7c7c7c;
    padding: 0px 18px;
    border-radius: 10px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    border: 1px solid #4444443d;
    font-size: 14px;
    line-height: 24px;
    font-family: "Roboto";
    font-weight: 400;
}

.hf-fields-wrap .sitebtn span {
    color: white;
}

/*Responsive Css Satrt*/

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

@media only screen and (min-width: 1400px) and (max-width: 1599px){}

@media only screen and (min-width: 1200px) and (max-width: 1399px){
    
  
  h1 {
    font-size: 71px;
}  
header .header-logo a img.img-fluid {
    min-width: 211px;
    margin-left: 40px;
}
section.main_slider h1 {
    font-size: 38px;
    line-height: 1.5;
    margin-left: 0px;
}
.banner_text {
    margin-left: 40px;
}
section.main_slider .bannerMainIMG {
    width: 578px;
    height: 500px;
}
.sitebtn .p-btn span {
    font-size: 12px;
}
html {
    overflow-x: hidden;
}
    
}

@media only screen and (min-width: 992px) and (max-width: 1199px){
    
html {
    overflow-x: hidden;
}
h1 {
    font-size: 55px;
}

    
section.main_slider .bannerMainIMG img {
    transform: rotate(45deg) scale(1.4);
    width: 340px;
    height: 430px;
    object-position: 100% -42%;
}
section.main_slider .bannerMainIMG {
   width: 410px;
   height: 340px;
   right: -159px;
   top: 2%;
}
header .header-logo a img.img-fluid {
    min-width: unset;
    width: 100%;
}
.menuSec ul li a {
    padding: 9px 20px;
    font-size: 14px;
}
.menuSec .col-md-2 {
    padding: 0;
}
    .sitebtn .p-btn span {
        padding-left: 3px;
        font-size: 12px;
    }
.sitebtn .p-btn {
    gap: 14px;
    height: 45px;
    padding: 0px 0px;
}
.sitebtn .p-btn img.img-fluid {
    /* width: 24%; */
}
.banner_text {
    margin-left: 40px;
}
section.main_slider h1 {
    font-size: 32px;
}
.btnsGrop {
    gap: 10px;
}
.btnsGrop .headphone {
    gap: 6px;
}
.btnsGrop .headphone .headp-txt h6 {
    font-size: 14px;
}
.btnsGrop .headphone .headp-txt span.txt {
    font-size: 12px;
}
.head-i img {
    width: 70%;
}
section.main_slider .bannerSmImgs .smImg1.smimges {
    width: 180px;
    height: 180px;
    left: 0px;
    top: 10px;
}
section.main_slider .bannerSmImgs .smImg2.smimges {
  top: 120px;
  left: 170px;
  width: 160px;
  height: 160px;
}
section.main_slider .container:before {
    width: 6%;
}
section.about .ab-text {
    padding: 40px 40px 40px 50px;
}
.ab-text h1 {
    font-size: 54px;
}
section.about .colright {
    position: relative;
    padding: 60px 0;
}
section.about .coleft .ab-img img.img-fluid {
    height: 550px;
}
section.services .svsWraper {
    padding: 0px 0px;
}
section.services .card .headingBox {
    padding: 16px 9px;
}

section.services .svsWraper .card {
    width: 100%;
}
section.services .card .ss-img img {
    height: 310px;
    object-fit: cover;
}
section.services .svsWraper:before {
    height: 27%;
    bottom: 0px;
    border-radius: 50px;
}
section.chose .chose-txt h1 {
    font-size: 40px;
}
.ab-text h1 {
    font-size: 64px;
}

.act-txt h2 {
    font-size: 42px;
}

.act-txt {
    padding: 0px !important;
}

.form-Wraper {
    width: 100% !important;
}
section.action .act-box {
    border-radius: 10px;
    padding: 60px 10px 35px;
}
.footer-txt-main.footer-links-main.footer-contact-main {
    left: 0px;
}
.client-ineer-box ul li h4 {
    font-size: 11px;
}
section.main_slider.innerBaner .innerbannerMainIMG img {
    width: 42%;
    height: 360px;
}
section.main_slider.innerBaner .bannerSmImgs .smImg1.smimges {
    width: 190px;
    height: 190px;
    left: -50px;
    top: -80px;
}
section.main_slider.innerBaner .bannerSmImgs .smImg2.smimges {
  top: 70px;
  left: 140px;
}
section.main_slider.innerBaner .banner_text h1 {
    font-size: 50px;
}
    
    
    
    
    
}

@media only screen and (min-width: 768px) and (max-width: 991px){
html {
    overflow-x: hidden;
}
h1 {
    font-size: 55px;
}
section.chose .chose-txt ul li i {
    width: 74px;
   
}
    
section.main_slider .bannerMainIMG img {
    transform: rotate(45deg) scale(1.4);
    width: 340px;
    height: 430px;
    object-position: 100% -42%;
}
section.main_slider .bannerMainIMG {
   width: 410px;
   height: 340px;
   right: -159px;
   top: 2%;
}
header .header-logo a img.img-fluid {
    min-width: unset;
    width: 100%;
}
.menuSec ul li a {
    padding: 9px 8px;
    font-size: 13px;
}
.menuSec .col-md-2 {
    padding: 0;
}
    .sitebtn .p-btn span {
        padding-left: 3px;
        font-size: 12px;
    }
.sitebtn .p-btn {
    gap: 2px;    height: 45px;
    padding: 0px 0px;
}
.sitebtn .p-btn img.img-fluid {
    width: 24%;
}
.banner_text {
    margin-left: 40px;
}
section.main_slider h1 {
    font-size: 23px;
}
.btnsGrop {
    gap: 10px;
}
.btnsGrop .headphone {
    gap: 6px;
}
.btnsGrop .headphone .headp-txt h6 {
    font-size: 14px;
}
.btnsGrop .headphone .headp-txt span.txt {
    font-size: 12px;
}
.head-i img {
    width: 70%;
}
section.main_slider .bannerSmImgs .smImg1.smimges {
    width: 180px;
    height: 180px;
    left: 0px;
    top: 10px;
}
section.main_slider .bannerSmImgs .smImg2.smimges {
  top: 120px;
  left: 170px;
  width: 160px;
  height: 160px;
}
section.main_slider .container:before {
    width: 9%;
}
section.about .ab-text {
    padding: 20px 10px 20px 30px;

}
.ab-text h1 {
    font-size: 54px;
}
section.about .colright {
    position: relative;
    padding: 60px 0;
}
section.about .coleft .ab-img img.img-fluid {
    height: 550px;
}
section.services .svsWraper {
    padding: 0px 0px;
}
section.services .card .headingBox {
    padding: 16px 9px;
}

section.services .svsWraper .card {
    width: 100%;
}
section.services .card .ss-img img {
    height: auto;
}
section.services .svsWraper:before {
    height: 27%;
    bottom: 0px;
    border-radius: 50px;
}
section.chose .chose-txt h1 {
    font-size: 40px;
}
.ab-text h1 {
    font-size: 54px;
}

.act-txt h2 {
    font-size: 42px;
}

.act-txt {
    padding: 0px !important;
}

.form-Wraper {
    width: 100% !important;
}
section.action .act-box {
    border-radius: 10px;
    padding: 60px 10px 35px;
}
.footer-txt-main.footer-links-main.footer-contact-main {
    left: 0px;
}
.client-ineer-box ul li h4 {
    font-size: 16px;
}
section.main_slider.innerBaner .innerbannerMainIMG img {
    width: 42%;
    height: 360px;
}
section.main_slider.innerBaner .bannerSmImgs .smImg1.smimges {
    width: 190px;
    height: 190px;
    left: -50px;
    top: -80px;
}
section.main_slider.innerBaner .bannerSmImgs .smImg2.smimges {
  top: 70px;
  left: 140px;
}
section.main_slider.innerBaner .banner_text h1 {
    font-size: 50px;
}




    
    
}

@media only screen and (min-width: 520px) and (max-width: 767px){
    
html {
    overflow-x: hidden;
}
h1 {
    font-size: 42px;
}
header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 12;
}   
header .header-logo a img.img-fluid {
    min-width: unset;
    width: 100%;
}
header .header-rightbtn {
    justify-content: center;
    margin: 20px 0px;
}
    section.main_slider .bannerMainIMG {
        border-width: 2px;
        border-color: rgb(255, 255, 255);
        position: relative;
        width: 100%;
        height: auto;
        transform: rotate(0deg);
        border-radius: 8px;
        z-index: 2;
        left: 0px;
        margin-top: 20px;
    }
    section.main_slider .bannerMainIMG img {
        transform: unset;
        height: 250px;
        object-position: 100% 0%;
    }
section.main_slider .bannerSmImgs .smImg2.smimges {
    position: absolute;
    top: 200px;
    left: 0;
    width: 160px;
    height: 160px;
}
.banner_text {
    margin-top: 0px;
}    
section.main_slider .bannerSmImgs .smImg2.smimges {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 200px;
    transform: rotate(0deg);
}
section.main_slider .flaty-social ul {
    display: flex;
    gap: 40px;
    margin: 0;
    margin-top: 0px;
    flex-direction: unset;
    justify-content: center;
    align-items: center;
    position: relative;
}
section.main_slider .flaty-social ul:before {
    display: none;
}
section.main_slider .flaty-social ul:after {
    display: none;
}
section.main_slider .flaty-social {
        position: absolute;
        left: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        top: -45.5%;
        z-index: -1;
    }
section.main_slider h1 {
    font-size: 36px;
    margin-top: 0px;
}
.btnsGrop {
    display: block;
}
.btnsGrop .headphone .headp-txt span.txt {
    font-size: 12px;
    line-height: 2px;
}
.head-i img {
    width: 72%;
}
.btnsGrop .headphone {
    gap: 2px;
}
.btnsGrop .headphone {
    margin-top: 20px;
}
.sitebtn .p-btn {
    gap: 6px;
    height: 40px;
}
.sitebtn .p-btn img.img-fluid {
    height: 34px;
}
section.main_slider .bannerSmImgs .smImg1.smimges {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0px;
    top: 5px;
    transform: rotate(0deg);
    margin-bottom: 10px;
}
  section.main_slider .smimges img {
    transform: rotate(0deg);
    width: 100%;
    height: 200px;
    margin: 0px 0 0 0px;
    object-fit: cover;
    transition: 1s all;
    object-position: unset !important;
}
    .banner_text {
        margin-top: 0px;
    }
section.main_slider .container:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10%;
    left: 0%;
    top: 0px;
    background: var(--pColor);
    z-index: 0;
  display:none;
}
section.main_slider {
    height: 1020px;
}
.bannerWraper {
    position: relative;
    z-index: 0;
}
section.about .coleft .ab-img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0px;
    margin-top: 40px;
}
section.about {
    position: relative;
    overflow: hidden;
    padding: 0px 0 0px;
}
section.about .ab-text {
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
}
section.about .colright {
    padding: 20px 0;
}
section.services .svsWraper {
    padding: 0px 0px;
}
section.services .svsWraper .card {
    width: 100%;
    
}
section.services .card {
    padding: 12px 6px 12px;
    border-radius: 5px;
}
section.services .card .headingBox {
    padding: 22px 16px;
   
}
section.services .card .ss-img img {
    height: 500px;
}
section.chose .chose-txt ul li {
    align-items: start;
    
}
section.chose .chose-txt ul li i {
    width: 50px;
    height: 30px;
}
section.chose .chooseImgs .choseSmallImg {
    position: relative;
    margin-top: 11px;
}
section.chose .choseMainImg img {
    height: auto;
   
}
section.action .form-Wraper {
    position: relative;
    width: 100%;
    margin: 0px auto;
    z-index: 1;
    padding-top: 20px;
}
section.action .act-txt {
    position: relative;
    padding: 0px 0px 0px 0px;
    color: #fff;
}
.act-txt h2 {
    font-size: 36px;
    margin-top: 20px;
}
section.action .wraprebt {
    margin-top: 50px;
    position: relative;
}

section.action .wraprebt .act-img img {
    height: 490px;
    object-fit: cover;
}
section.our-client-sec.themes-padd {
    padding: 30px 0;
}
.heading p {
    width: 100%;
}
.client-box .quotess {
    margin-bottom: 32px;
}
.client-ineer-box {
    padding: 24px 6px;
}
.client-ineer-box ul {
    display: block;
}
.client-ineer-box ul li h4 {
    margin-bottom: 10px;
}
.client-ineer-box ul li h4 {
    margin-bottom: 10px;
}
.footer-main {
    padding: 30px 0 0 0;
}
.footer-txt {
    gap: 3px;
}
.footer-txt-main.footer-links-main.footer-contact-main {
    left: 0px;
}
section.action .act-box {
    border-radius: 8px;
    position: relative;
    border: 0;
    background: #fff;
    padding: 20px 12px 20px;
}
section.main_slider.innerBaner .banner_text {
    position: relative;
    padding-top: 0px;
    margin-top: 0px;
}
section.main_slider.innerBaner .banner_text h1 {
    padding-bottom: 20px;
    margin-top: 310px;
    font-size: 50px;
    z-index: -9;
    position: relative;
}
section.main_slider.innerBaner .innerbannerMainIMG img {
    position: relative;
    width: 100%;
    height: 280px;
    right: 0;
    top: 0%;
    margin-top: 20px;
}
section.main_slider.innerBaner .bannerSmImgs .smImg1.smimges {
    width: 190px;
    height: 190px;
    position: relative;
    left: 0px;
    top: -81px;
    filter: drop-shadow(2px 4px 176px black);
}
.page-id-9 section.main_slider .smimges img {
    transform: rotate(0deg);
    width: 100%;
    height: 100%;
    margin: 0px 0 0 0px;
    object-fit: cover;
    transition: 1s all;
    margin: 0 0 0 -10px;
}
section.main_slider.innerBaner .bannerSmImgs .smImg2.smimges {
    position: relative;
    top: -229px;
    left: 160px;
    width: 190px;
    height: 180px;
    margin-top: 0px;
}

.inner-service-text h4 {
    font-size: 36px;
    line-height: 36px;
}
.cntct-head h4 {
    font-size: 45px;
    margin-top: 70px;
}
.contact-info-item {
    padding: 15px 11px;
}
section.contact-us.withMap {
    padding: 100px 0px 30px;
}


    
    
    
    
    
    
    
    
    
    
    
}

@media only screen and (min-width: 300px) and (max-width: 519px){
html {
    overflow-x: hidden !important;
}
h1 {
    font-size: 42px;
}
header {
    position: relative;
    top: 0;
    width: 100%;
    z-index: 12;
}   
header .header-logo a img.img-fluid {
    min-width: unset;
    width: 100%;
}
header .header-rightbtn {
    justify-content: center;
    margin: 20px 0px;
}
    section.main_slider .bannerMainIMG {
        border-width: 2px;
        border-color: rgb(255, 255, 255);
        position: relative;
        width: 100%;
        height: auto;
        transform: rotate(0deg);
        border-radius: 8px;
        z-index: 2;
        left: 0px;
        margin-top: 20px;
    }
    section.main_slider .bannerMainIMG img {
        transform: unset;
        height: 250px;
        object-position: 100% 0%;
    }
section.main_slider .bannerSmImgs .smImg2.smimges {
    position: absolute;
    top: 200px;
    left: 0;
    width: 160px;
    height: 160px;
}
.banner_text {
    margin-top: 0px;
}    
section.main_slider .bannerSmImgs .smImg2.smimges {
    position: relative;
    top: 0px;
    left: 0;
    width: 100%;
    height: 200px;
    transform: rotate(0deg);
}
section.main_slider .flaty-social ul {
    display: flex;
    gap: 40px;
    margin: 0;
    margin-top: 0px;
    flex-direction: unset;
    justify-content: center;
    align-items: center;
    position: relative;
}
section.main_slider .flaty-social ul:before {
    display: none;
}
section.main_slider .flaty-social ul:after {
    display: none;
}
section.main_slider .flaty-social {
        position: absolute;
        left: 11px;
        display: flex;
        justify-content: center;
        align-items: center;
        height: 100%;
        top: 14.5%;
        z-index: -1;
        display: unset;
    }
section.main_slider h1 {
    font-size: 21px;
}
.btnsGrop {
    display: block;
}
.btnsGrop .headphone .headp-txt span.txt {
    font-size: 12px;
    line-height: 2px;
}
.head-i img {
    width: 72%;
}
.btnsGrop .headphone {
    gap: 2px;
}
.btnsGrop .headphone {
    margin-top: 20px;
}
.sitebtn .p-btn {
    gap: 6px;
    height: 40px;
}
.sitebtn .p-btn img.img-fluid {
    height: 34px;
}
section.main_slider .bannerSmImgs .smImg1.smimges {
    width: 100%;
    height: 100%;
    position: relative;
    left: 0px;
    top: 5px;
    transform: rotate(0deg);
    margin-bottom: 10px;
}
  section.main_slider .smimges img {
    transform: rotate(0deg);
    width: 100%;
    height: 200px;
    margin: 0px 0 0 0px;
    object-fit: cover;
    transition: 1s all;
    object-position: unset !important;
}
    .banner_text {
        margin-top: 0px;
    }
section.main_slider .container:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 10%;
    left: 0%;
    top: 0px;
    background: var(--pColor);
    z-index: 0;
  display: none;
}
section.main_slider {
    height: 970px;
}
.bannerWraper {
    position: relative;
    z-index: 0;
}
section.about .coleft .ab-img {
    position: relative;
    width: 100%;
    height: auto;
    border-radius: 0px;
}
section.about {
    position: relative;
    overflow: hidden;
    padding: 0px 0 80px;
}
section.about .ab-text {
    padding: 20px 20px 20px 20px;
    border-radius: 10px;
}
section.about .colright {
    padding: 20px 0;
}
section.services .svsWraper {
    padding: 0px 0px;
}
section.services .svsWraper .card {
    width: 100%;
    
}
section.services .card {
    padding: 12px 6px 12px;
    border-radius: 5px;
}
section.services .card .headingBox {
    padding: 22px 16px;
   
}
section.services .card .ss-img img {
    height: auto;
}
section.chose .chose-txt ul li {
    align-items: start;
    
}
section.chose .chose-txt ul li i {
    width: 100px;
    height: 27px;
    
}
section.chose .chooseImgs .choseSmallImg {
    position: relative;
    margin-top: 11px;
}
section.chose .choseMainImg img {
    height: auto;
   
}
section.action .form-Wraper {
    position: relative;
    width: 100%;
    margin: 0px auto;
    z-index: 1;
    padding-top: 20px;
}
section.action .act-txt {
    position: relative;
    padding: 0px 0px 0px 0px;
    color: #fff;
}
.act-txt h2 {
    font-size: 36px;
    margin-top: 20px;
}
section.action .wraprebt {
    margin-top: 50px;
    position: relative;
}

section.action .wraprebt .act-img img {
    height: 490px;
    object-fit: cover;
}
section.our-client-sec.themes-padd {
    padding: 30px 0;
}
.heading p {
    width: 100%;
}
.client-box .quotess {
    margin-bottom: 32px;
}
.client-ineer-box {
    padding: 24px 6px;
}
.client-ineer-box ul {
    display: block;
}
.client-ineer-box ul li h4 {
    margin-bottom: 10px;
}
.client-ineer-box ul li h4 {
    margin-bottom: 10px;
}
.footer-main {
    padding: 30px 0 0 0;
}
.footer-txt {
    gap: 3px;
}
.footer-txt-main.footer-links-main.footer-contact-main {
    left: 0px;
}
section.action .act-box {
    border-radius: 8px;
    position: relative;
    border: 0;
    background: #fff;
    padding: 20px 12px 20px;
}
section.main_slider.innerBaner .banner_text {
    position: relative;
    padding-top: 0px;
    margin-top: 0px;
}
section.main_slider.innerBaner .banner_text h1 {
    padding-bottom: 20px;
    margin-top: 310px;
    font-size: 50px;
    z-index: -9;
    position: relative;
}
section.main_slider.innerBaner .innerbannerMainIMG img {
    position: relative;
    width: 100%;
    height: 280px;
    right: 0;
    top: 0%;
    margin-top: 20px;
}
section.main_slider.innerBaner .bannerSmImgs .smImg1.smimges {
    width: 190px;
    height: 190px;
    position: relative;
    left: 0px;
    top: -81px;
    filter: drop-shadow(2px 4px 176px black);
}
.page-id-9 section.main_slider .smimges img {
    transform: rotate(0deg);
    width: 110px;
    height: 110px;
    margin: 0px 0 0 0px;
    object-fit: cover;
    transition: 1s all;
    margin: 0 0 0 -10px;
}
section.main_slider.innerBaner .bannerSmImgs .smImg2.smimges {
    position: relative;
    top: -210px;
    left: 60px;
    width: 190px;
    height: 100px;
    margin-top: 0px;
}

.inner-service-text h4 {
    font-size: 36px;
    line-height: 36px;
}
.cntct-head h4 {
    font-size: 45px;
    margin-top: 70px;
}
.contact-info-item {
    padding: 15px 11px;
}
section.contact-us.withMap {
    padding: 100px 0px 30px;
}














    
}

/*Responsive Css End*/























