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

/***** General CSS *****/

body {
  word-break: break-word;
  font: 15px/25px "Poppins", sans-serif;
  color: #393939;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: #28b16d;
  white-space: initial;
}

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

a:hover {
  transition: all 0.5s ease-in-out;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
}

img {
  max-width: 100%;
}

input[type="text"]:focus,
textarea:focus,
input[type="password"]:focus,
select:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  outline: none;
}

select,
input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="number"],
textarea,
input[type="tel"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

ul {
  margin: 0 0 20px;
  padding: 0;
}

p {
  font-weight: 500;
  line-height: 25px;
  font-size: 14px;
}

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

@font-face {
  font-family: "helvetics-side";
  src: url(../font/Helvetica.ttf);
  font-weight: 400;
  font-style: normal;
}

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

.noPadding {
  padding: 0;
}

.noLeft {
  padding-left: 0;
}

.noRight {
  padding-right: 0;
}

.centerCol {
  float: none;
  margin: 0 auto;
}

.pt_8 {
  padding-top: 80px;
}

.pb_8 {
  padding-bottom: 80px;
}

.py_8 {
  padding: 80px 0px;
}

.theme_btn {
  padding: 5px 5px 5px 10px;
  border: unset;
  border-radius: 6px;
  color: #ffffff;
  z-index: 1;
  background: #1f1f99;
  position: relative;
  font-size: 17px;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
  overflow: hidden;
  display: inline-block;
  text-transform: uppercase;
  border: 1px solid #fff;
}

.theme_btn::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 0;
  border-radius: 5px;
  background-color: #000000;
  z-index: -1;
  -webkit-box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  box-shadow: 4px 8px 19px -3px rgba(0, 0, 0, 0.27);
  transition: all 250ms;
}

.theme_btn:hover {
  color: #ffffff;
}

.theme_btn:hover::before {
  width: 100%;
}

.flexRow {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
}

.flexCol {
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  align-items: center;
}

h1 {
  font-family: "helvetics-side";
  font-size: 61px;
  line-height: 1.2;
  color: #fff;
  font-weight: 500;
  margin: 0 0 17px;
  text-transform: uppercase;
}

h2 {
  font-family: "helvetics-side";
  font-size: 50px;
  line-height: 1.2;
  color: #000000;
  font-weight: 500;
  margin: 0 0 6px;
  text-transform: uppercase;
}

h3 {
  font-family: "helvetics-side";
  font-size: 29px;
  line-height: 1.2;
  color: #000000;
  font-weight: 500;
  margin: 0 0 8px;
}

h4 {
  font-family: "helvetics-side";
  font-size: 20px;
  line-height: 1.2;
  color: #5d00cb;
  font-weight: 500;
  margin: 0 0 8px;
  text-transform: uppercase;
}

h5 {
  font-family: "Poppins", Sans-Serif;
  font-size: 20px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 20px;
}

h6 {
  font-family: "Poppins", Sans-Serif;
  font-size: 18px;
  line-height: 1.2;
  color: #393939;
  font-weight: 500;
  margin: 0 0 22px;
}

select {
  background: #fff url("../images/arrow.png") no-repeat right;
  padding: 0 40px 0 30px;
}

::-webkit-input-placeholder {
  color: #575757;
}

::-moz-placeholder {
  color: #575757;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #575757;
}

:-moz-placeholder {
  color: #575757;
  opacity: 1;
}

/*header css start */

.menuSec {
  padding: 0px 0;
}

.menuSec img {
  margin: 0;
}

.menuSec ul {
  position: relative;
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: right;
  text-transform: capitalize;
}

.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: #ffffff;
  padding: 10px 23px;
  font-size: 14px;
  text-transform: uppercase;
}

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

.menuSec ul li:last-child a {
  padding-right: 0px;
}

.menuSec ul li:last-child a:after {
  display: none;
}

.menuSec ul li a:hover,
.menuSec ul li a.active {
  transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  color: #01009a;
}

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

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

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

.menuSec li > ul > li > a:before,
.menuSec li > ul > li > a:after {
  display: none;
}

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

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

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

.menuSec ul:before,
.menuSec ul:after {
  content: " ";
  display: table;
}

.menuSec ul:after {
  clear: both;
}

.menuSec li > ul > li:hover > ul {
  left: 230px;
  top: 0px;
  width: 270px;
}

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

.droopdwon {
  float: left;
}

.droopdwon li:hover li a:hover {
  background-color: #ffffff;
  color: #000 !important;
}

/*header css start */

.dropdown-menu {
  position: absolute !important;
  z-index: 1000;
  display: block;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #212529;
  text-align: left !important;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0.25rem;
}

/*banner css start */

/* Tab slider fix  */

.tab_sec .tab-pane {
  display: block;
  border: 0;
  height: 0;
}

.tab_sec .tab-pane.active {
  display: block !important;
  height: auto;
}

/* Tab slider fix  */

.carousel-inner > .item > a > img,
.carousel-inner > .item > img {
  width: 100%;
}

.carousel-control.right,
.carousel-control.left {
  background: none;
  opacity: 1;
  width: 50px;
  height: 50px;
  top: initial;
  top: 40%;
  background: rgba(255, 255, 255, 0.1);
  text-shadow: none;
}

.carousel-control.right:hover,
.carousel-control.left:hover {
  background: rgba(255, 27, 27, 0.6);
  color: #fff;
}

.carousel-control.right .fa,
.carousel-control.left .fa {
  position: relative;
  top: 12px;
  font-size: 20px;
  color: #fff;
  opacity: 0.5;
}

.carousel-control.right {
  right: 0px;
}

.carousel-control.left {
  left: 0px;
}

.carousel-indicators [data-bs-target] {
  box-sizing: content-box;
  flex: 0 1 auto;
  width: 10px;
  height: 12px;
  padding: 0;
  margin: 3px !important;
  text-indent: -999px;
  cursor: pointer;
  background-color: #fff;
  background-clip: padding-box;
  border: 0;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  opacity: 1;
  /* transition: opacity 0.6s ease; */
  border-radius: 20px;
}

.carousel-caption {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin: 0;
  padding: 0;
  color: #fff;
  text-align: left;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  background: rgba(0, 0, 0, 0.1);
}

.carousel-indicators li {
  border: none;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  background: #fff;
  width: 12px;
  height: 12px;
  margin: 0;
}

.carousel-indicators .active {
  margin: 0;
  background-color: #28b16d;
  width: 10px;
  height: 12px;
}

/*banner css end*/

.blog_sec {
  padding: 5% 0;
}

/* Tabs  */

.tab_sec .nav-tabs .nav-link.active {
  background: #242889;
  color: #fff;
}

.tab_sec .nav-tabs .nav-link {
  background: #ccc;
  border-radius: 50px;
  color: #000;
  padding: 7px 28px;
}

.tab_sec .nav-tabs {
  border: none;
  justify-content: center;
  gap: 20px;
  margin-bottom: 20px;
}

/* Tabs  */

.dis-block {
  display: block;
}
.side-btn-sd {
  display: flex;
  align-items: center;
  gap: 20px;
}

.side-btn-img {
  background: #ffffff;
  height: 40px;
  width: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}
.banner-text-side {
  font-size: 76px;
}

header {
  position: absolute;
  width: 100%;
  z-index: 1;
  top: 7px;
}
.banner_text {
  margin-top: 130px;
}
.banner-img img {
  height: 800px;
  width: 100%;
  object-fit: cover;
}
.about-sec-img img {
  width: 100%;
}

.about-sec-text {
  /* background: #01009a; */
  background: linear-gradient(
    179deg,
    rgba(158, 88, 241, 1) 0%,
    rgba(95, 3, 204, 1) 100%
  );
}

.about-sec-text {
  padding: 50px 30px;
  border-radius: 10px;
}

.about-sec-text h2 {
  color: #fff;
}

.about-sec-text p {
  color: #fff;
  margin-bottom: 20px;
}
section.about-sec {
  margin: 100px 0px;
}
.service-slider-box-img-one img {
  width: auto;
}
section.our-services-sec {
  padding: 100px 0px;
  background-image: url(../images/our-services-bg-img.png);
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 100px;
  /* background: #5d00cb; */
}
.our-services-top-heading {
  text-align: center;
  margin-bottom: 50px;
}

.our-services-top-heading h2 {
  color: #fff;
}

.our-services-top-heading p {
  color: #fff;
}
.our-services-slider .slick-active {
  opacity: 1;
}
.service-slider-box-img {
  position: relative;
}

.service-slider-box-img-one {
  position: absolute;
  bottom: -30px;
  right: 30px;
  background: #5d00cb;
  height: 70px;
  width: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
}

.service-slider-box-text {
  background: #fff;
  padding: 20px 20px;
  border-radius: 0px 0px 20px 20px;
}

.service-slider-box-text h3 {
  color: #1f1f99;
}

.service-slider-box-text a {
  color: #1f1f99;
  text-decoration: underline;
  text-transform: uppercase;
}

.our-services-slider .slick-prev,
.slick-next {
  font-size: 0;
  content: "";
  font-family: "Font Awesome 5 Free";
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 45px;
  height: 45px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent;
  background: #ffffff;
  border-radius: 50%;
}
.our-services-slider.slick-prev:hover,
.our-services-slider.slick-prev:focus,
.our-services-slider.slick-next:hover,
.our-services-slider.slick-next:focus {
  color: transparent;
  /* outline: none; */
  background: unset;
}
.our-services-slider .slick-prev:before {
  content: "\f053";
  font-family: "FontAwesome";
  font-size: 22px;
  color: #5f04cb;
  opacity: 1;
}

.our-services-slider .slick-next:before {
  content: "\f054";
  font-family: "FontAwesome";
  font-size: 22px;
  color: #5f04cb;
  opacity: 1;
}
section.why-choose-sec .row {
  /* background: #01009a; */
  padding: 20px;
  border-radius: 20px;
  background: linear-gradient(
    179deg,
    rgba(158, 88, 241, 1) 0%,
    rgba(95, 3, 204, 1) 100%
  );
}

.why-choose-img {
  text-align: end;
}

.why-choose-text h2 {
  color: #fff;
}

.why-choose-text p {
  color: #fff;
}

.why-choose-text ul {
  column-count: 2;
}

.why-choose-text ul li {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  gap: 10px;
}

.why-choose-text ul li p {
  margin-bottom: 0;
}

.why-choose-text {
  padding: 30px 30px;
}
section.why-choose-sec {
  margin-bottom: 100px;
}

/* section free-quote-sec start */
input.form-control,
textarea.form-control {
  height: 50px;
  border: unset;
  border-radius: 0px;
  border-bottom: 1px solid #dfdfdf;
  padding: 10px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #ffffff;
  background: transparent;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
  color: #ffffff;
  font-family: "Roboto", sans-serif;
}

textarea.form-control {
  height: 100px;
  border-radius: 0px;
}

.quote-input {
  position: relative;
  z-index: 1;
  margin: 0 0 20px 0;
}

.quote-input i {
  font-size: 19px;
  position: absolute;
  top: 15px;
  right: 20px;
}

.free-quote-box {
  border-radius: 20px 0px 0px 20px;
  padding: 50px 60px;
  /* background: #01009a; */
  margin-left: 170px;
  margin-right: -144px;
  background: linear-gradient(
    179deg,
    rgba(158, 88, 241, 1) 0%,
    rgba(95, 3, 204, 1) 100%
  );
}

.quote-left {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.quote-right-box img {
  height: 100%;
}

.quote-right-box {
  position: absolute;
  z-index: -1;
  width: 35%;
  height: 100%;
  top: 0;
  right: 0;
}

.free-quote-sec {
  position: relative;
  z-index: 1;
  margin-bottom: 100px;
}

.free-quote-box button {
  margin: 20px 0 0 0;
}
.free-quote-box h3 {
  color: #fff;
}

/* section free-quote-sec end */

/* section start */
.testi-sec {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}

.review-box:before {
  content: "";
  position: absolute;
  background: url(../images/quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 42px;
  width: 61px;
  bottom: 40%;
  right: 7%;
  z-index: 1;
}

.testi-sec::before {
  position: absolute;
  /* top: 0; */
  /* left: 0; */
  /* width: 100%; */
  /* height: 100%; */
  /* content: ''; */
  /* z-index: -2; */
  background-image: url(../images/testi-bg.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* .testi-sec::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    z-index: -1;
    background-color: #47c8dcd8;
} */

/* section end */

/* section start */

/* review slider start */

.review-box ul {
  display: flex;
  gap: 15px;
  align-items: center;
  justify-content: start;
  margin-top: 40px;
}

.review-text .stars i.active {
  color: #f39f1e;
}

.review-text .stars {
  display: flex;
  gap: 6px;
  margin-bottom: 20px;
}

.review-box .review-text {
  padding: 10px 30px 30px 30px;
  border-radius: 15px;
  position: relative;
  background: #ffffff;
  box-shadow: 1px 1px 6px 1px #00000042;
  /* border: 1px solid #e0a979; */
}

.review-text p {
  font-weight: 400;
  font-size: 16px;
  color: #000;
  line-height: 30px;
  width: 100%;
  text-align: left;
}

.review-box ul li h2 {
  color: #000000;
  font-size: 20px;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}

.review-box ul li h5 {
  color: #000000;
  font-weight: 400;
  margin-bottom: 0;
  font-size: 18px;
}

.review-box {
  position: relative;
}

.review-box:before {
  content: "";
  position: absolute;
  background: url(../images/quote.png);
  background-size: contain;
  background-repeat: no-repeat;
  height: 42px;
  width: 61px;
  top: 6%;
  right: 7%;
  z-index: 1;
}

section.review_sec:after {
  bottom: -115px;
  right: 0;
}

section.review_sec {
  background-image: url(../images/review-bg.jpg);
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  overflow: hidden;
}

section.review_sec:before {
  position: absolute;
  content: "";
  background-image: url(../images/review-before.png);
  background-size: cover;
  height: 800px;
  width: 800px;
  right: 0;
  top: 0;
}

.reviewslid .slick-list {
  overflow: hidden;
}

.slick-active {
  opacity: 1;
}

.slick-slide {
  opacity: 1;
}

.reviewslid .slick-slide {
  margin: 40px 20px 0 20px;
}

.review-box .review-text:before {
  position: absolute;
  content: "";
  background-image: url(../images/quote1.png);
  width: 128px;
  height: 100px;
  left: 30%;
  background-repeat: no-repeat;
  top: 34%;
  opacity: 0.7;
}

img.testi_map {
  position: absolute;
  width: 90%;
  height: 90%;
  top: 50%;
  left: 50%;
  object-fit: contain;
  transform: translate(-50%, -50%);
}

section.testi_sec {
  position: relative;
}

.review-box img {
  width: 90px;
  height: 90px;
  border-radius: 50%;
}

.reviewslid button.slick-next {
  /* transform: skewX(10deg); */
  z-index: 99;
  width: 40px;
  height: 40px;
  display: flex;
  background: transparent;
  align-items: center;
  justify-content: center;
  /* transform: translate(10px, -50%); */
  /* clip-path: polygon(10% 0, 100% 0%, 75% 100%, 0% 100%); */
  right: -40px;
  top: 40%;
}

.reviewslid button.slick-next::after {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  background: #0000;
  justify-content: center;
  content: "";
  /* clip-path: polygon(11% 0, 94% 0%, 71% 100%, 2% 100%); */
  border-radius: 50%;
  background: #000;
}

.reviewslid button.slick-next:hover::after {
  background: #1f1f99;
}

.reviewslid button.slick-prev:hover::after {
  background: #1f1f99;
}

.reviewslid .slick-prev:before {
  content: "\f054";
  opacity: 1;
  z-index: 2;
  font-family: "FontAwesome";
  font-size: 25px;
  transform: rotate(180deg);
  font-size: 16px;
  color: #d5d7d7;
}

.reviewslid button.slick-prev {
  transform: 0;
  z-index: 99;
  width: 40px;
  height: 40px;
  display: flex;
  background: transparent;
  align-items: center;
  justify-content: center;
  top: 40%;
  /* clip-path: polygon(10% 0, 100% 0%, 75% 100%, 0% 100%); */
  left: -50px;
}

.reviewslid .slick-next:before {
  content: "\f054";
  opacity: 1;
  z-index: 2;
  font-family: "FontAwesome";
  font-size: 16px;
  color: #d5d7d7;
}

.reviewslid .slick-next:hover::before {
  color: #000;
}

.reviewslid .slick-prev:hover::before {
  color: #ffffff;
}

.reviewslid button.slick-prev::after {
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  background: #0000;
  justify-content: center;
  content: "";
  border: navajowhite;
  /* clip-path: polygon(11% 0, 94% 0%, 71% 100%, 2% 100%); */
  border-radius: 50%;
  background: #000;
}

img {
  width: auto;
  object-fit: cover;
}
.review-text:after {
  position: absolute;
  content: "";
  width: 60px;
  height: 30px;
  background: #1f1f99;
  left: 4%;
  bottom: -30px;
  clip-path: polygon(0% 0, 34% 100%, 67% 0);
  z-index: -1;
}

.heading.text_center {
  text-align: center;
  width: 50%;
  margin: 0 auto;
}
/* review slider end */

.reviewslid .slick-slide.slick-current.slick-active .review-box .review-text {
  background: #1f1f99;
}

.reviewslid .slick-slide.slick-current.slick-active .review-box .review-text p {
  color: #fff;
}

/*wasay css start*/

/*footer start*/
footer {
  /* background-color: #6618c0; */
  background: linear-gradient(
    179deg,
    rgba(158, 88, 241, 1) 0%,
    rgba(95, 3, 204, 1) 100%
  );
}

.footer-top {
  padding: 80px 0px 30px 0px;
}
.footer-top .container-fluid {
  padding: 0 5%;
}
.foter-logo p {
  font-size: 12px;
  color: #a9a8a8;
  width: 73%;
  line-height: 22px;
  margin-top: 30px;
}

.footer-links h3 {
  font-size: 25px;
  color: #fff;
  font-weight: 400;
  padding-bottom: 35px;
}

.footer-links ul li a {
  font-size: 14px;
  line-height: 36px;
  color: #fff;
}
.footer-links p {
  font-size: 14px;
  color: #fff;
  width: 80%;
  line-height: 26px;
  margin: 0;
  margin-bottom: 15px;
}
.footer-links.tw ul li {
  display: flex;
  align-items: baseline;
  gap: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ffffff4a;
  margin-bottom: 20px;
  width: 78%;
}
.footer-links.tw ul li i {
  font-size: 20px;
  color: #fff;
}
.footer-links input {
  width: 80%;
  margin-bottom: 20px;
  padding: 12px;
  border: unset;
  border-radius: 10px;
}

.footer-links button {
  padding: 14px 24px;
  border-radius: 7px;
  background-color: #02028c;
  color: #fff;
  font-size: 15px;
  border: 1px solid #fff;
}
.footer-links.tw ul li:last-child {
  border: none;
}
.footer-bot {
  text-align: center;
  border-top: 1px solid #fff;
  padding-top: 20px;
}

.footer-bot p {
  font-size: 14px;
  color: #fff;
}
/*footer end*/

/*wasay end*/
.logo-side img {
  border-radius: 50%;
}
.banner_text h4 {
  color: #fff;
}
.foter-logo img {
  border-radius: 50%;
}
ul.stars li img {
  border-radius: unset;
  height: unset;
  width: 35px;
}
.reviewslid
  .slick-slide.slick-current.slick-active
  .review-box
  .review-text
  ul.stars
  li
  img {
  filter: invert(100%) sepia(100%) saturate(0%) hue-rotate(108deg)
    brightness(104%) contrast(104%);
}
.banner_img {
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner-img.inner-banner img {
  height: auto;
}
.about-inner-text p {
  width: 83%;
  margin: 0 auto;
}
section.mission-sec {
  background-image: url(../images/mission-bg-img.png);
  height: 100%;
  width: 100%;
  padding: 100px 0px;
  margin-bottom: 100px;
  background-repeat: no-repeat;
  background-size: cover;
}
.mission-text h2 {
  color: #fff;
}

.mission-text p {
  color: #fff;
}
.row.inner-services-boxone {
  margin-bottom: 80px;
}
.services-inner-text {
  box-shadow: 0px 0px 6px 0px #b3b3b3;
  padding: 60px 90px 70px 50px;
  /* background: #fff; */
  margin-top: 0px;
  position: relative;
  z-index: 0;
  background: linear-gradient(
    179deg,
    rgba(158, 88, 241, 1) 0%,
    rgba(95, 3, 204, 1) 100%
  );
  border-radius: 10px;
}
.services-inner-text h6 {
  text-align: right;
  color: white;
  font-size: 50px;
  padding-right: 20px;
}
.services-inner-text h2 {
  font-size: 45px;
  /* line-height: 45px; */
  margin-bottom: 20px;
  color: #fff;
}
.services-inner-img {
  margin-left: -100px;
  position: relative;
}
.services-inner-img.services-inner-img-second {
  margin-left: 0;
  margin-right: -50px;
  position: relative;
  z-index: 1;
}
section.our-services-inner {
  margin: 80px 0px;
}

.services-inner-text p {
  color: #fff;
}

.row.inner-services-boxtwo {
  margin-bottom: 80px;
}
section.services-detail-sec {
  margin: 80px;
}

.services-detail-sec-img-text > img {
  width: 100%;
  /* height: 500px; */
  object-fit: cover;
  border-radius: 20px;
  margin-bottom: 50px;
}

.services-detail-sec-img-text h2 {
  color: #1f1f99;
}

.services-detail-sec-img-text {
  margin-bottom: 40px;
}

.services-detail-sec-img-text ul li {
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 10px;
  margin-bottom: 10px;
}

.services-detail-sec-img-text ul li p {
  margin-bottom: 0;
}

/* Blog Page Start */

.blog-page {
  background-image: unset;
}

.blog-page .blog-box {
  margin: 20px 0;
}

.blog-page ul.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  margin-top: 50px;
}

.blog-page ul.pagination a {
  font-size: 28px;
  color: #333;
  border: 0;
  box-shadow: 0 0 3px 0px #98989870;
}

.page-link:hover {
  background: #c8aa49;
  color: #fff !important;
  border: 0;
  border-radius: 5px;
}

.blog-page .page-link {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.blog-page .page-item.active .page-link {
  background: #c9ab4a;
  border-radius: 5px;
}

.blog-sec {
  position: relative;
  z-index: 1;
  padding: 80px 0;
  background-image: url(../images/blog-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blog-sec .blog-head h2 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 50px;
}

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

.blog-text {
  border-radius: 10px;
  background-color: rgb(255, 255, 255);
  box-shadow: 0px 0px 76px 0px rgba(0, 0, 0, 0.08);
  padding: 30px;
  margin: -20px 0 0 0;
  width: 100%;
  position: relative;
  z-index: 0;
}

ul.blog-list {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 50px;
  margin-bottom: 20px;
}

ul.blog-list span {
  font-size: 14px;
  color: #858585;
  text-transform: uppercase;
  font-weight: 600;
}

ul.blog-list i {
  font-size: 18px;
  color: #000;
}

ul.blog-list li {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 8px;
}

.blog-text h3 {
  font-size: 23px;
  color: #000000;
  text-transform: uppercase;
}

.blog-text p {
  font-size: 14px;
  margin: 10px 0;
}

.blog-text a {
  font-size: 18px;
  text-transform: uppercase;
  margin-top: 20px;
  color: #02028c;
  text-decoration: underline;
}
.blog-image {
  position: relative;
  z-index: 1;
}

/* Blog Page End */

/* ==========================================  */
/* Contact page Starts  */
/* get quote sec */

.get-quote-box {
  position: relative;
  padding: 50px 50px 50px 25px;
  background-color: #59815b;
  background: linear-gradient(
    179deg,
    rgba(158, 88, 241, 1) 0%,
    rgba(95, 3, 204, 1) 100%
  );
}

.get-quote-box::before {
  top: 0;

  left: -25px;

  width: 25px;

  content: "";

  height: 100%;

  position: absolute;

  background-color: #25abe0;
}

.get-quote-img {
  height: 100%;

  min-height: 600px;
}

.get-quote-img img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.get-quote-box input {
  width: 100%;
  height: 60px;
  color: #000;
  padding-left: 15px;
  margin-bottom: 25px;
  border: unset;
  background-color: transparent;
  border: 1px solid #e3e3e36b;
  border-radius: 10px;
}

.get-quote-box textarea {
  width: 100%;
  height: 160px;
  color: #000;
  padding-top: 15px;
  padding-left: 15px;
  margin-bottom: 25px;
  border: unset;
  background-color: transparent;
  border: 1px solid #e3e3e36b;
  border-radius: 10px;
}

.get-quote-box textarea::placeholder,
.get-quote-box input::placeholder {
  color: #fff;
}

.get-quote-box button {
  width: fit-content;
  border: none;
  color: white;
  font-size: 17px;
  padding: 10px 7px 10px 20px !important;
  background-color: #fff;
  /* font-family: "Oswald"; */
  font-weight: 500;
  background-color: #1f1f99;
  border: 1px solid white;
}

.get-quote-box h2 {
  color: #fff;

  font-size: 50px;

  margin-bottom: 15px;
}

.inner-get-quote-sec {
  padding: 80px 0px 100px;
}

.get-quote-img iframe {
  width: 80%;

  float: right;

  min-height: 600px;

  height: 100%;
}

.inner-get-quote-sec .get-quote-box::before {
  background: transparent;
}

.inner-get-quote-sec .get-quote-box label {
  color: #fff;

  margin-bottom: 5px;

  font-family: "Montserrat";
}

.inner-get-quote-sec .get-quote-box .theme-1 {
  width: max-content;

  padding: 5px 5px 5px 25px;
}

/* get quote sec */

section.contact-pg {
  padding: 100px 0px 20px;
}

.cont-main-bx {
  background-color: #59815b;
  text-align: center;
  padding: 40px;
  width: 99%;
  background: linear-gradient(
    179deg,
    rgba(158, 88, 241, 1) 0%,
    rgba(95, 3, 204, 1) 100%
  );
}

.cont-main-bx h6 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: 700;
  /* font-family: "Oswald"; */
  margin-bottom: 0;
  font-size: 23px;
}

.cont-main-bx p {
  font-size: 14px;
  /* font-family: "Crimson"; */
  color: #fff;
  /* font-style: italic; */
}

.cont-main-bx i {
  font-size: 30px;
  color: #fff;
  background-color: #1f1f99;
  width: 65px;
  height: 65px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin: 0 auto;
  margin-bottom: 10px;
  border: 1px solid white;
}

.cont-main-bx i.fas.fa-phone-alt {
  transform: rotate(90deg);
}

/* Contact page Ends */
/* Resource Detail page Starst  */
.banner_text h1 {
  font-size: 41px;
}
.sticy-box {
  border: 1px solid #1f1f99;
  /* clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 75%,
    75% 75%,
    61% 100%,
    50% 75%,
    0% 75%
  ); */
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: CENTER;
  gap: 10px;
}
.sticy-box img {
  width: 20px;
  height: 20px;
  object-fit: cover;
}
.resource-middle img {
  height: 470px;
  width: 100%;
  object-fit: cover;
  border-radius: 10px;
}
.stucy-date {
  border: 2px solid #1f1f99;
  /* clip-path: polygon(
    0% 0%,
    100% 0%,
    100% 75%,
    75% 75%,
    61% 100%,
    50% 75%,
    0% 75%
  ); */
  width: 100px;
  height: 100px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0px;
  background-color: #ffffff;
}
.stucy-date p {
  font-size: 19px;
  color: #1f1f99;
}
.stucy-date::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  inset: 0;
  background-color: transparent;
}
section.resource-detail {
  padding: 100px 0;
}
.resource-right img {
  padding: 20px 0;
}

.resource-right h3 {
  text-transform: uppercase;
  font-weight: 550;
}

.resource-right label {
  font-size: 21px;
  font-weight: 500;
  color: black;
}
.col-auto.d-flex.flex-wrap.gap-2.align-items-center.small.resource-b-para span {
  color: black;
  font-size: 15px;
}
.search-box {
  display: flex;
  width: 300px;
  border: 1px solid #ccc;
  border-radius: 5px;
  overflow: hidden;
}

.search-box input {
  flex: 1;
  padding: 10px;
  border: none;
  outline: none;
}

.search-box button {
  background-color: #1e1ea9;
  color: white;
  border: none;
  padding: 0 20px;
  cursor: pointer;
}

.search-box button:hover {
  background-color: #15157a;
}
.col-auto.d-flex.flex-wrap.gap-3.align-items-center.small.resource-b-para {
  padding: 10px 0;
  border-bottom: 1px solid #0000004a;
}
.resource-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.resource-left {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.resource-para {
  padding-top: 10px;
}
.marque-sec .emergency-notice {
  width: 100%;
  background-color: #5f0ebc;
  color: white;
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
  font-weight: bold;
  z-index: 1000;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
  overflow: hidden;
  white-space: nowrap;
  margin: 0px 0;
}
.marque-sec .emergency-notice span {
  display: inline-block;
  animation: slide 20s linear infinite;
}
@keyframes slide {
  0% {
    transform: translateX(100vw);
  }
  100% {
    transform: translateX(-100%);
  }
}
.marque-sec .content {
  margin-top: 60px;
  padding: 20px;
}
section.marque-sec .col-md-12 {
  margin: 0;
  padding: 0;
}
.blog-text p {
  color: #5e0dbc;
  font-weight: 500;
}

.heading-row-re {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.heading-row-re h4 {
  color: black;
  font-weight: 550;
}
/* Resource Detail page Ends */
/* play button css  */
.video-thumbnail {
  position: relative;
  width: 150px;
  height: 125px;
  border-radius: 5px;
  overflow: hidden;
}

.overlay-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70px;
  height: 70px;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.overlay-circle i {
  color: white;
  font-size: 20px;
}
/* play button css  */


.about-inner-text p {
    margin-bottom: 20px;
}


section.why-choose-sec li {
    color: white;
    display: flex;
    align-items: flex-start;
    gap: 10px;
}


.banner_text {
    width: 490px;
}


/* new css */

.services-inner-text h4 {
    color: #fff;
    font-size: 28px;
    line-height: 40px;
}






.services-detail-sec-img-text ul {
    display: block !important;
}

.services-detail-sec-img-text li {
   
    display: block !important;
}



.services-detail-sec-img-text li:before {
    position: absolute;
    content: '';
    top: 10px;
    left: -12px;
    height: 6px;
    width: 6px;
    background: #1f1f99;
    border-radius: 100%;
}

.services-detail-sec-img-text li {
    position: relative;
}

.services-detail-sec-img-text img {
    width: 1290px;
    height: 500px;
    object-fit: cover;
    border-radius: 20px;
    margin-bottom: 50px;
}

.services-detail-sec-img-text .wpb_single_image {
    width: 100%;
}

.services-detail-sec-img-text .vc_single_image-wrapper {
    width: 100% !important;
}


header.entry-header {
    display: none;
}


section.why-choose-sec p {
    color: white;
}


.footer-links ul li a {
    font-size: 13px;
    line-height: 36px;
    color: #fff;
}

.footer-links li p {
    font-size: 13px;
}


.cont-main-bx p {
    font-size: 12px;
    /* font-family: "Crimson"; */
    color: #fff;
    /* font-style: italic; */
}



.cont-main-bx p {
    font-size: 12px;
}

.cont-main-bx p a {
    color: white;
}



.review-box ul {
    display: none;
}

.review-text:after {
    display: none;
}





li::marker {
    display: none !important;
    list-style: none !important;
    font-size: 0;
}




section.error-404.not-found {
    text-align: center;
    padding: 90px 10px;
}

section.error-404.not-found {
    text-align: center;
}

section.error-404.not-found h2 {
    font-size: 44px;
}



.get-quote-box legend {
    color: white;
    font-size: 13px !important;
    font-family: "Poppins", Sans-Serif !important;
}

.get-quote-box label {
    color: white;
    font-size: 13px !important;
    font-family: "Poppins", Sans-Serif !important;
}

.get-quote-box textarea {
    height: 172px !important;
}

.get-quote-box input#gform_submit_button_1 {
    color: white;
    border: 1px solid;
}



.get-quote-box  div#gform_confirmation_wrapper_1 {
    border: 1px solid white;
    padding: 10px;
    color: white;
}

.get-quote-box * {
    color: white !important;
}




.free-quote-sec .get-quote-box {
    border-radius: 20px 0px 0px 20px;
    padding: 50px 60px;
    background: #8d41e7;
    margin-left: 170px;
    margin-right: -144px;
    background: linear-gradient(179deg, rgba(158, 88, 241, 1) 0%, rgba(95, 3, 204, 1) 100%);
}

.free-quote-sec .get-quote-box::before {
    background-color: #893be5;
    display: none;
}

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

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

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

@media only screen and (min-width: 768px) and (max-width: 991px){
    .menuSec ul li a {
    padding: 10px 11px;
    font-size: 11px;
}
.banner-text-side {
    font-size: 50px;
    line-height: 60px;
}

.banner_text h1 {
    font-size: 35px;
    line-height: 45px;
}

.banner_text p {
    font-size: 12px;
    line-height: 22px;
}	
.about-sec-text h2 {
    font-size: 30px;
}

.about-sec-text p {
    font-size: 12px;
    line-height: 23px;
}
.about-sec-text {
    padding: 35px 20px;	
}
.about-sec-img img {
    height: 460px;
    object-fit: cover;
    border-radius: 10px;
}
	.service-slider-box-text h3 {
    font-size: 20px;
}
.service-slider-box-text p {
    font-size: 12px;
    line-height: 20px;
}
	.service-slider-box-img-one{
	    right: 5px;	
	}
	.why-choose-text p {
    font-size: 11px;
    line-height: 23px;
}
.why-choose-text h2 {
    font-size: 30px;
    line-height: 37px;
}
.why-choose-text {
    padding: 15px;
}
	.heading.text_center h2 {
    font-size: 40px;
}
	.testi-sec {
    margin: 0;
}
	footer .col-md-4 {
    width: 60%;
}

 footer .col-md-2 {
    width: 40%;
}

footer .col-lg-3.col-md-3.col-12 {
    width: 50%;
}
	.free-quote-sec .get-quote-box {
    margin: 0 auto;
}
	.footer-links li p {
    font-size: 11px;
}

.footer-links.tw ul li {
    gap: 10px;
}
.reviewslid button.slick-next {
    right: -30px;
	    top: 24%;
	}
	
	.reviewslid button.slick-prev {
    left: -26px;
		top: 24%;
}
	.mission-text h2 {
    font-size: 30px;
}

.mission-text p {
    font-size: 12px;
    line-height: 22px;
}
.mission-img img {
    width: 100%;
    height: 390px;
    object-fit: cover;
    border-radius: 10px;
}	
	.why-choose-img img {
    height: 320px;
    object-fit: contain;
}
section.why-choose-sec p {
    font-size: 12px;
    line-height: 21px;
}
	.logo-side img{
	    width: 38%;	
	}	
	.blog-text p {
    font-size: 12px;
}
section.contact-pg .col-md-3 {
    width: 50%;
    margin-bottom: 20px;
}	
.get-quote-box {
    padding: 30px;
  width: 120%;	
}	
    
}

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

@media only screen and (min-width: 300px) and (max-width: 519px){

.logo-side img {
    width: 60px;
    margin-top: -16px;
}
.banner_text h1 {
    font-size: 30px;
    line-height: 42px;
}

.banner-text-side {
    font-size: 41px;
    line-height: 55px;
}
section.main_slider .banner_text p {
    font-size: 12px;
    line-height: 21px;
}

}

