<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Geologica:wght@100..900&amp;family=Manrope:wght@200..800&amp;display=swap");
/* 1. Theme default css */
body {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  line-height: 30px;
  font-weight: 500;
  font-style: normal;
  color: #5a6561;
}

.main-page-wrapper {
  overflow: hidden;
}

@media (min-width: 1400px) {
  .container,
  .container-lg,
  .container-md,
  .container-sm,
  .container-xl,
  .container-xxl {
    max-width: 1320px;
    padding-left: 0;
    padding-right: 0;
  }
}
.img, img {
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.fix {
  overflow: hidden;
}

a,
.button {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

a:focus,
.button:focus {
  text-decoration: none;
  outline: none;
}

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

a,
button {
  color: inherit;
  outline: medium none;
  text-decoration: none;
}

ul, li {
  list-style: none;
  padding: 0;
  margin: 0;
}

button:focus,
input:focus,
input:focus,
textarea,
textarea:focus {
  outline: 0;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Geologica", sans-serif;
  color: #2C2C2C;
  line-height: 1.4;
  font-style: normal;
  margin-bottom: 0;
  font-weight: 700;
  text-transform: normal;
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
  text-decoration: none;
}

h1 {
  font-size: 40px;
}

h2 {
  font-size: 35px;
}

h3 {
  font-size: 28px;
}

h4 {
  font-size: 22px;
}

h5 {
  font-size: 18px;
}

h6 {
  font-size: 16px;
}

.list-none {
  margin: 0px;
  padding: 0px;
}

p {
  font-size: 18px;
  font-weight: 400;
  line-height: 30px;
  color: #5a6561;
  margin-bottom: 0;
}

.opacity-8 {
  opacity: 0.8;
}

.opacity-7 {
  opacity: 0.7;
}

.opacity-6 {
  opacity: 0.6;
}

.opacity-5 {
  opacity: 0.5;
}

.pe-0 {
  padding-right: 0px !important;
}

.ps-0 {
  padding-left: 0px !important;
}

hr {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 0 none;
  margin: 30px 0;
  padding: 0;
}

label {
  cursor: pointer;
  font-size: 18px;
  font-weight: 500;
  color: #2C2C2C;
}

*::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::-moz-selection {
  background: black;
  color: white;
  text-shadow: none;
}

::selection {
  background: black;
  color: white;
  text-shadow: none;
}

/*--
    - Input Placeholder
-----------------------------------------*/
*::-moz-placeholder {
  color: black;
  font-size: 14px;
  opacity: 1;
}

*::placeholder {
  color: black;
  font-size: 14px;
  opacity: 1;
}

/*--
    - Common Classes
-----------------------------------------*/
.fix {
  overflow: hidden;
}

.clear {
  clear: both;
}

.overlay-bg {
  position: relative;
  z-index: 2;
}
.overlay-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.devider__line {
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
}

.watch__video {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.watch__video span {
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 20px;
}

.popup-video {
  color: #AA336A;
  background: white;
  border-radius: 50%;
  font-size: 24px;
  line-height: 69px;
  display: inline-block;
  min-width: 75px;
  height: 75px;
  text-align: center;
  -webkit-transition: all 0.4s ease-out 0s;
  -moz-transition: all 0.4s ease-out 0s;
  -ms-transition: all 0.4s ease-out 0s;
  -o-transition: all 0.4s ease-out 0s;
  transition: all 0.4s ease-out 0s;
  position: relative;
  z-index: 1;
  animation: pulseBig infinite 5s linear;
}
.popup-video:hover {
  color: white;
  background: #357ffe;
}

.dark #preloader {
  background-color: #232323;
}

#preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #f7f7f7;
  z-index: 999999;
}

.preloader {
  width: 50px;
  height: 50px;
  display: inline-block;
  padding: 0px;
  text-align: left;
  box-sizing: border-box;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -25px;
  margin-top: -25px;
}

.preloader span {
  position: absolute;
  display: inline-block;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: #AA336A;
  -webkit-animation: preloader 1.3s linear infinite;
  animation: preloader 1.3s linear infinite;
}

.preloader span:last-child {
  animation-delay: -0.8s;
  -webkit-animation-delay: -0.8s;
}

@keyframes preloader {
  0% {
    transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    transform: scale(1, 1);
    opacity: 0;
  }
}
@-webkit-keyframes preloader {
  0% {
    -webkit-transform: scale(0, 0);
    opacity: 0.5;
  }

  100% {
    -webkit-transform: scale(1, 1);
    opacity: 0;
  }
}
#scrollUp {
  background: #AA336A;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 20px;
  bottom: 40px;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
}
#scrollUp i {
  color: white;
}

.shapes {
  position: absolute;
}

/*--
    - Overlay
------------------------------------------*/
.overlay-soft {
  position: relative;
  z-index: 1;
}
.overlay-soft::after {
  content: '';
  position: absolute;
  background: rgba(0, 0, 0, 0.2);
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
  z-index: -1;
}

[data-overlay] {
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}
[data-overlay]::before {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  content: "";
}

/*-- Overlay Color --*/
[data-overlay="light"]::before {
  background-color: white;
}

[data-overlay="dark"]::before {
  background-color: #AA336A;
}

/*-- Overlay Opacity --*/
[data-opacity="1"]::before {
  opacity: 0.1;
}

[data-opacity="2"]::before {
  opacity: 0.2;
}

[data-opacity="3"]::before {
  opacity: 0.3;
}

[data-opacity="4"]::before {
  opacity: 0.4;
}

[data-opacity="5"]::before {
  opacity: 0.5;
}

[data-opacity="6"]::before {
  opacity: 0.6;
}

[data-opacity="7"]::before {
  opacity: 0.7;
}

[data-opacity="8"]::before {
  opacity: 0.8;
}

[data-opacity="9"]::before {
  opacity: 0.9;
}

.header-custom-container {
  max-width: 1480px;
}

.main-header-area {
  position: relative;
  width: 100%;
  left: 0;
  z-index: 999;
}

.logo-area img {
  max-width: 100%;
}
.logo-area .front {
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.logo-area .back {
  display: none;
  transform: scale(0);
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  width: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.search__box .search__form {
  width: 100%;
  height: 52px;
  min-width: 265px;
}
.search__box .search__form input {
  width: 100%;
  min-width: 265px;
  height: 52px;
  border: 2px solid black;
  border-radius: 30px;
  padding-left: 55px;
  padding-bottom: 5px;
  font-family: "Manrope", sans-serif;
  font-size: 15px;
  font-weight: 400;
  color: #959595;
}
.search__box .search__form input:focus {
  color: #959595;
  outline: none;
  border-color: #2C2C2C;
}
.search__box .search__form input::placeholder {
  color: #959595;
  font-size: 15px;
}
.search__box .search__form input::-moz-placeholder {
  color: #959595;
  font-size: 15px;
}
.search__box .search__form input::-webkit-placeholder {
  color: #959595;
  font-size: 15px;
}
.search__box .search__form input::-o-placeholder {
  color: #959595;
  font-size: 15px;
}
.search__box .search__form input::-ms-placeholder {
  color: #959595;
  font-size: 15px;
}
.search__box .search__form .search__01 {
  position: absolute;
  left: 20px;
  top: 18px;
}
@media only screen and (max-width: 1800px) {
  .search__box {
    display: none;
  }
}

/* Hamburger-menu */
.hamburger-menu {
  display: inline-block;
}

.round-menu {
  display: inline-block;
  border: 2px solid #2C2C2C;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  text-align: center;
  position: relative;
  line-height: 42px;
}
.round-menu i {
  color: #2C2C2C;
}

.offset-sidebar {
  display: block;
  margin-top: 30px;
}

.main-menu {
  position: relative;
  z-index: 11;
}
.main-menu ul {
  padding: 0;
  margin: 0;
}
.main-menu ul li {
  list-style: none;
  position: relative;
  z-index: 1;
  display: inline-block;
}
.main-menu ul li:last-child a {
  margin-right: 0;
}
.main-menu ul li:last-child a:before {
  display: none;
}
.main-menu ul li.active {
  color: #2C2C2C;
}
.main-menu ul li.active a {
  color: #2C2C2C;
}
.main-menu ul li a {
  color: #2C2C2C;
  font-family: "Geologica", sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: normal;
  display: inline-block;
  position: relative;
  margin: 0 30px 0 0;
  padding: 19px 0 20px 0;
}
@media only screen and (max-width: 1600px) {
  .main-menu ul li a {
    margin: 0 30px 0 0;
  }
}
.main-menu ul li:hover &gt; a {
  color: #2C2C2C;
}
.main-menu ul li ul.sub-menu {
  border: 0;
  position: absolute;
  z-index: 5;
  background-color: #fff;
  border-radius: 0 15px 15px 15px;
  display: block;
  right: 0;
  left: 0;
  padding: 20px 0;
  top: 95%;
  visibility: hidden;
  transform: scaleY(0);
  opacity: 0;
  min-width: 193px;
  box-shadow: 0px 30px 70px 0px rgba(0, 0, 0, 0.05);
  margin: 0;
  transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.main-menu ul li ul.sub-menu li {
  display: block;
  position: relative;
  border-bottom: 1px solid #d7d8d9;
  margin: 0 4px;
}
.main-menu ul li ul.sub-menu li:last-child {
  border: none;
}
.main-menu ul li ul.sub-menu li ul.sub-menu {
  position: absolute;
  right: 0;
  left: 100%;
  top: 0;
}
.main-menu ul li ul.sub-menu li a {
  color: #79817e;
  font-size: 18px;
  position: relative;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  padding: 10px 0 10px 20px;
  display: block;
  transition: all 0.3s ease-in-out;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu ul li ul.sub-menu li a::before {
  content: "\F280";
  font-family: 'bootstrap-icons';
  display: inline-block;
  position: absolute;
  font-size: 15px;
  right: 12px;
  font-weight: 700;
  top: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.main-menu ul li ul.sub-menu li a .sub-menu-arrow {
  float: right;
}
.main-menu ul li ul.sub-menu li a:hover, .main-menu ul li ul.sub-menu li a.active {
  color: #2C2C2C;
  background-color: transparent;
  padding: 10px 0px 10px 40px;
}
.main-menu ul li ul.sub-menu li a:hover::before, .main-menu ul li ul.sub-menu li a.active::before {
  left: 20px;
}
.main-menu ul li:hover &gt; .sub-menu {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
}

.sticky-menu {
  position: fixed;
  background: white;
  top: 0;
  animation: 300ms ease-in-out 0s normal none 1 running fadeInDown;
  box-shadow: 0 0 10px 3px rgba(0, 0, 0, 0.05);
  padding-top: 0;
  padding-bottom: 0;
  z-index: 999999;
}
.sticky-menu .hamburger-menu {
  top: 17px;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .sticky-menu .hamburger-menu {
    top: 35px;
  }
}

.theme-main-menu {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  z-index: 111;
}
.theme-main-menu .custom-container-header {
  max-width: 1480px;
}
.theme-main-menu .main-menu ul li a {
  padding: 24px 0 25px 0;
}
.theme-main-menu .main-menu ul li a::before {
  top: 25px;
}
@media only screen and (max-width: 1200px) {
  .theme-main-menu .main-menu ul li a {
    margin-right: 25px;
  }
}
.theme-main-menu .sticky-menu {
  padding: 15px 0;
}
.theme-main-menu .sticky-menu .menu-list {
  margin: 0;
}
.theme-main-menu .header-info {
  position: relative;
  z-index: 1010;
}
.theme-main-menu .main-header-area {
  padding-left: 50px;
  padding-right: 50px;
}
.theme-main-menu .quote__btn .ht_btn {
  background: #AA336A;
  color: black;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 16px 36px;
  border: 2px solid black;
}
.theme-main-menu .quote__btn .ht_btn::before {
  background: black;
}
.theme-main-menu .quote__btn .ht_btn:hover {
  color: white;
}
.theme-main-menu .quote__btn .nav__two__btn {
  border: 1px solid black;
  background: none;
  color: black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.theme-main-menu .quote__btn .nav__two__btn::before {
  background: #AA336A;
}
.theme-main-menu .quote__btn .nav__two__btn:hover {
  color: white;
  border: 1px solid transparent;
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  .theme-main-menu .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1600px) {
  .theme-main-menu .main-header-area {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .theme-main-menu .main-header-area {
    padding: 20px 0;
  }
  .theme-main-menu .logo-area img {
    max-width: 90%;
  }
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .theme-main-menu .right-nav {
    justify-content: start;
  }
}
.theme-main-menu .sticky-menu .quote__btn::before {
  display: none;
}

.theme-menu-two .login__two {
  font-size: 16px;
  font-weight: 500;
  color: black;
}
.theme-menu-two .quote__btn .ht_btn {
  background: #2C2C2C;
  color: white;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 16px 36px;
  border: 2px solid black;
}
.theme-menu-two .quote__btn .ht_btn::before {
  background: #AA336A;
}
.theme-menu-two .quote__btn .ht_btn:hover {
  color: black;
}

.theme-banner-manu .login__two {
  font-size: 16px;
  font-weight: 500;
  color: black;
}
.theme-banner-manu .quote__btn .ht_btn {
  background: #AA336A;
  color: #2C2C2C;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 16px 36px;
  border: 2px solid black;
}
.theme-banner-manu .quote__btn .ht_btn::before {
  background: #2C2C2C;
}
.theme-banner-manu .quote__btn .ht_btn:hover {
  color: white;
}

/*! #######################################################################

	MeanMenu 2.0.7
	--------

	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */
/* hide the link until viewport size is reached */
a.meanmenu-reveal {
  display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
  float: left;
  width: 100%;
  position: relative;
  background: none;
  padding: 4px 0;
  min-height: 42px;
  z-index: 999999;
}

.mean-container a.meanmenu-reveal {
  width: 22px;
  height: 22px;
  padding: 13px 13px 11px 13px;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  text-indent: -9999em;
  line-height: 22px;
  font-size: 1px;
  display: none !important;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 700;
}

.mean-container a.meanmenu-reveal span {
  display: block;
  background: #fff;
  height: 3px;
  margin-top: 3px;
}

.mean-container .mean-nav {
  float: left;
  width: 100%;
  background: none;
  margin-top: 0;
}

.mean-container .mean-nav &gt; ul {
  padding: 0;
  margin: 0;
  width: 100%;
  list-style-type: none;
  display: block !important;
}

.mean-container .mean-nav ul li {
  position: relative;
  float: left;
  width: 100%;
  list-style: none;
}

.mean-container .mean-nav ul li a {
  display: block;
  float: left;
  width: 90%;
  padding: 1em 5%;
  margin: 0;
  text-align: left;
  color: #fff;
  /* border-top: 1px solid #383838;
  border-top: 1px solid rgba(255, 255, 255, 0.5); */
  text-decoration: none;
  text-transform: uppercase;
}

.mean-container .mean-nav ul li li a {
  width: 80%;
  padding: 0.5em 4%;
  border-top: 1px solid #f1f1f1;
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  opacity: 0.75;
  /* filter: alpha(opacity=75);
  text-shadow: none !important; */
  visibility: visible;
  font-size: 16px;
}

.mean-container .mean-nav ul li.mean-last a {
  border-bottom: none;
  margin-bottom: 0;
}

.mean-container .mean-nav ul li li li a {
  width: 70%;
  padding: 1em 15%;
}

.mean-container .mean-nav ul li li li li a {
  width: 60%;
  padding: 1em 20%;
}

.mean-container .mean-nav ul li li li li li a {
  width: 50%;
  padding: 1em 25%;
}

.mean-container .mean-nav ul li a:hover {
  background: #252525;
  background: rgba(255, 255, 255, 0.1);
}

.mean-container .mean-nav ul li a.mean-expand {
  margin-top: 1px;
  width: 26px;
  height: 32px;
  padding: 12px !important;
  text-align: center;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-weight: 700;
  background: rgba(255, 255, 255, 0.1);
  border: none !important;
  /* border-left: 1px solid rgba(255, 255, 255, 0.4) !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2) !important; */
}

.mean-container .mean-nav ul li a.mean-expand:hover {
  background: rgba(0, 0, 0, 0.9);
}

.mean-container .mean-push {
  float: left;
  width: 100%;
  padding: 0;
  margin: 0;
  clear: both;
}

.mean-nav .wrapper {
  width: 100%;
  padding: 0;
  margin: 0;
}

/* Fix for box sizing on Foundation Framework etc. */
.mean-container .mean-bar,
.mean-container .mean-bar * {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.mean-remove {
  display: none !important;
}

.slide-bar {
  position: fixed;
  overflow-y: auto;
  top: 0;
  right: -370px;
  width: 350px;
  padding: 25px 30px;
  height: 100%;
  display: block;
  background-color: black;
  z-index: 1900;
  -webkit-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -moz-transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: all 600ms cubic-bezier(0.785, 0.135, 0.15, 0.86);
  box-shadow: -5px 0 20px -5px rgba(0, 0, 0, 0.5);
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .slide-bar {
    width: 350px;
  }
}
@media (max-width: 767px) {
  .slide-bar {
    width: 310px;
    padding: 25px 20px;
  }
}

.slide-bar.show {
  right: 0;
}

.open-mobile-menu {
  display: inline-block;
}
.open-mobile-menu a {
  display: block;
  width: 50px;
  height: 50px;
  background: #212121;
  text-align: center;
  line-height: 50px;
  font-size: 20px;
  margin-left: 20px;
  color: #fff;
}
.open-mobile-menu a:hover {
  background: #AA336A;
}
.open-mobile-menu a.active {
  background: #AA336A;
}

.close-mobile-menu a {
  color: white;
  position: relative;
  z-index: 2;
  font-size: 16px;
  top: -10px;
  left: 0;
}
.close-mobile-menu a:hover {
  color: #ff0000;
}

.on-side {
  overflow: hidden;
}

.body-overlay {
  background-color: rgba(0, 0, 0, 0.5);
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 1010;
  left: 0;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.body-overlay.active {
  opacity: 1;
  display: block;
}

.offset-widget.offset-logo {
  border-bottom: 1px solid #eeecec;
  padding-bottom: 20px;
}
.offset-widget .info-widget .offset-title {
  font-size: 20px;
  font-weight: 800;
  color: white;
}
.offset-widget .info-widget p {
  color: white;
}
.offset-widget .info-widget.info-widget2 p {
  margin-bottom: 15px;
}
.offset-widget .info-widget.info-widget2 p i {
  margin-right: 7px;
  color: white;
}

.fw-800 {
  font-weight: 800;
}

.fw-700 {
  font-weight: 700;
}

.fw-600 {
  font-weight: 600;
}

.fw-500 {
  font-weight: 500;
}

.fw-400 {
  font-weight: 400;
}

.fw-300 {
  font-weight: 300;
}

.fw-100 {
  font-weight: 100;
}

.fs-22 {
  font-size: 22px;
}

.fs-21 {
  font-size: 21px;
}

.fs-20 {
  font-size: 20px;
}

.fs-18 {
  font-size: 18px;
}

.fs-17 {
  font-size: 17px !important;
}

.fs-16 {
  font-size: 16px !important;
}

.fs-15 {
  font-size: 15px;
}

.fs-14 {
  font-size: 14px;
}

.fs-13 {
  font-size: 13px;
}

.fs-12 {
  font-size: 12px;
}

/*--
===============- Background color
-----------------------------------------*/
.grey-bg {
  background: #79817e;
}

.white-bg {
  background: white;
}

.black-bg {
  background: #2C2C2C;
}

.heding-bg {
  background: #2C2C2C;
}

.theme-bg {
  background: #AA336A;
}

/*--
    - color
-----------------------------------------*/
.text-white {
  color: white;
}

.text-prime {
  color: #AA336A;
}

.text-black {
  color: black;
}

.text-theme {
  color: #AA336A;
}

.text-body {
  color: #5a6561;
}

.text-heding {
  color: #2C2C2C;
}

/*--
    - fonts
-----------------------------------------*/
.body-font {
  font-family: "Manrope", sans-serif;
}

.heding-font {
  font-family: "Geologica", sans-serif;
}

.uppercase {
  text-transform: uppercase;
}

.capitalize {
  text-transform: capitalize;
}

.capitalize {
  text-transform: lowercase;
}

.bg-none {
  background: none;
}

.login__section {
  background: #F7FFF0;
}
.login__section .section__title__main {
  font-size: 48px;
  font-weight: 400;
  line-height: 60px;
}
@media only screen and (max-width: 1200px) {
  .login__section .section__title__main {
    font-size: 38px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .login__section .section__title__main {
    font-size: 32px;
    line-height: 42px;
  }
}
.login__section .login__text__content {
  background: linear-gradient(90deg, white 0%, #e6f6b5 100%);
  padding: 60px;
  border-radius: 10px;
  border: 1px solid black;
}
.login__section .widget-form p {
  color: #5a6561;
}
.login__section .widget-form input,
.login__section .widget-form textarea {
  border: 1px solid #E3E2DE;
  background: white;
  border-radius: 5px;
  color: #5a6561;
  font-size: 16px;
  display: block;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 20px;
}
.login__section .widget-form input:focus,
.login__section .widget-form textarea:focus {
  color: #5a6561;
  outline: none;
  border-color: #AA336A;
}
.login__section .widget-form input::placeholder,
.login__section .widget-form textarea::placeholder {
  color: #5a6561;
  font-size: 16px;
}
.login__section .widget-form input::-moz-placeholder,
.login__section .widget-form textarea::-moz-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.login__section .widget-form input::-webkit-placeholder,
.login__section .widget-form textarea::-webkit-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.login__section .widget-form input::-o-placeholder,
.login__section .widget-form textarea::-o-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.login__section .widget-form input::-ms-placeholder,
.login__section .widget-form textarea::-ms-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.login__section .widget-form textarea {
  height: 146px;
  resize: none;
  padding-top: 10px;
}
.login__section .widget-form .make__check input,
.login__section .widget-form .make__check textarea {
  border: 1px solid #E3E2DE;
  display: inline-block;
  height: 16px;
  width: 18px;
  border-radius: 5px;
  padding-left: 20px;
  margin-right: 5px;
}
.login__section .widget-form .make__check input:focus,
.login__section .widget-form .make__check textarea:focus {
  color: #5a6561;
  outline: none;
  border-color: #AA336A;
}
.login__section .widget-form .make__check input::placeholder,
.login__section .widget-form .make__check textarea::placeholder {
  color: #5a6561;
  font-size: 16px;
}
.login__section .widget-form .make__check input::-moz-placeholder,
.login__section .widget-form .make__check textarea::-moz-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.login__section .widget-form .make__check input::-webkit-placeholder,
.login__section .widget-form .make__check textarea::-webkit-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.login__section .widget-form .make__check input::-o-placeholder,
.login__section .widget-form .make__check textarea::-o-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.login__section .widget-form .make__check input::-ms-placeholder,
.login__section .widget-form .make__check textarea::-ms-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.login__section .widget-form .make__check .form__text__one {
  color: #2C2C2C;
}
.login__section .widget-form .form__text__one {
  font-size: 16px;
  line-height: 16px;
  color: #000;
}
.login__section .widget-form .ht_btn {
  color: black;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid black;
  padding: 17px 44px;
  border-radius: 5px;
  background: #AA336A;
}
.login__section .widget-form .ht_btn::before {
  background: #2C2C2C;
}
.login__section .widget-form .ht_btn:hover {
  color: white;
}
.login__section .widget-form .ht_btn__two {
  color: black;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid black;
  padding: 17px 44px;
  border-radius: 5px;
  background: transparent;
}
.login__section .widget-form .ht_btn__two::before {
  background: #2C2C2C;
}
.login__section .widget-form .ht_btn__two:hover {
  color: white;
}
@media (max-width: 1200px) {
  .login__section .widget-form {
    padding: 40px 15px;
  }
}

.error__section .error__01 {
  width: 528px;
}
.error__section .section__title__main {
  font-size: 40px;
  font-weight: 400;
  line-height: 72px;
  color: #2C2C2C;
}
@media only screen and (max-width: 1200px) {
  .error__section .section__title__main {
    font-size: 36px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .error__section .section__title__main {
    font-size: 28px;
    line-height: 38px;
  }
}
.error__section .section__description {
  font-weight: 400;
  color: #5a6561;
}
.error__section .ht_btn {
  color: black;
  font-size: 16px;
  font-weight: 600;
  border: 1px solid black;
  padding: 18px 55px;
  border-radius: 30px;
  background: #AA336A;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.error__section .ht_btn::before {
  background: #2C2C2C;
}
.error__section .ht_btn:hover {
  color: white;
}

.faq__section .section__title__main {
  font-size: 36px;
  font-weight: 600;
  line-height: 36px;
  color: #2C2C2C;
}
@media only screen and (max-width: 1200px) {
  .faq__section .section__title__main {
    font-size: 32px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 991.98px) {
  .faq__section .section__title__main {
    font-size: 24px;
    line-height: 30px;
  }
}
.faq__section .faq-rapper {
  background: #EAF0D8;
  border-radius: 10px;
  padding: 37px 32px;
  line-height: 1;
}
.faq__section .faq-rapper .accordion {
  border: none;
  outline: none;
}
.faq__section .faq-rapper .accordion-header {
  border: none;
}
.faq__section .faq-rapper .accordion-item:not(.collapsed) {
  border-radius: 5px;
  color: #01050C;
}
.faq__section .faq-rapper .accordion-button {
  border-radius: 5px;
}
.faq__section .faq-rapper .accordion-button::after {
  width: 43px;
  height: 43px;
  background-color: #AA336A;
  color: #000;
  border-radius: 50%;
  background-position: 12px 12px;
}
.faq__section .faq-rapper .accordion-button.collapsed {
  border-radius: 5px;
  color: #010212;
  transition: all 0.3s ease-in-out;
  padding-top: 10px;
  padding: 20px 22px;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  background: white;
  border: none;
  box-shadow: none;
}
@media only screen and (max-width: 991.98px) {
  .faq__section .faq-rapper .accordion-button.collapsed {
    font-size: 14px;
    padding: 10px 31px;
  }
}
.faq__section .faq-rapper .accordion-button:not(.collapsed) {
  border-radius: 5px;
  color: #010212;
  transition: all 0.3s ease-in-out;
  padding-top: 10px;
  padding: 17px 22px;
  font-size: 18px;
  font-weight: 600;
  line-height: 36px;
  background: white;
  border: none;
  box-shadow: none;
}
@media only screen and (max-width: 991.98px) {
  .faq__section .faq-rapper .accordion-button:not(.collapsed) {
    font-size: 14px;
    padding: 10px 31px;
  }
}
.faq__section .faq-rapper .accordion-button:not(.collapsed)::after {
  width: 43px;
  height: 43px;
  background-color: #AA336A;
  color: #000;
  border-radius: 50%;
  background-position: 12px 12px;
}
.faq__section .faq-rapper .accordion-body {
  padding: 0 22px;
}
.faq__section .faq-rapper .accordion-body p {
  color: #010212;
  font-size: 16px;
  line-height: 30px;
  padding-right: 80px;
  padding-bottom: 30px;
}

@keyframes progress-forward-one {
  0% {
    width: 0%;
  }

  50% {
    width: 88%;
  }
}
@keyframes progress-forward-two {
  0% {
    width: 0%;
  }

  75% {
    width: 80%;
  }
}
@keyframes progress-forward-three {
  0% {
    width: 0%;
  }

  100% {
    width: 95%;
  }
}
@-webkit-keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@keyframes rotated {
  0% {
    -webkit-transform: rotateY(0);
    transform: rotateY(0);
  }

  100% {
    -webkit-transform: rotateY(360deg);
    transform: rotateY(360deg);
  }
}
@-webkit-keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@keyframes rotatedHalf {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }

  50% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }

  100% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
}
@-webkit-keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@keyframes rotatedHalfTwo {
  0% {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  100% {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
@-webkit-keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@keyframes scale-upOne {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(0.2);
    transform: scale(0.2);
  }
}
@-webkit-keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes scale-right {
  0% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  50% {
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-webkit-keyframes fade-in {
  0% {
    opacity: 0.5;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}
@keyframes fade-in {
  0% {
    opacity: 0.5;
  }

  40% {
    opacity: 1;
  }

  100% {
    opacity: 0.7;
  }
}
@keyframes hvr-ripple-out {
  0% {
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 1;
  }

  100% {
    top: -6px;
    right: -6px;
    bottom: -6px;
    left: -6px;
    opacity: 0;
  }
}
@keyframes hvr-ripple-out-two {
  0% {
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: 1;
  }

  100% {
    top: -12px;
    right: -12px;
    bottom: -12px;
    left: -12px;
    opacity: 0;
  }
}
@-webkit-keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.5);
    transform: scale(0.5);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@-webkit-keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes scale-up-one-1 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  40% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes animationFramesOne {
  0% {
    transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    transform: translate(0px, 0px) rotate(0deg);
  }
}
@-webkit-keyframes animationFramesOne {
  0% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }

  20% {
    -webkit-transform: translate(73px, -1px) rotate(36deg);
  }

  40% {
    -webkit-transform: translate(141px, 72px) rotate(72deg);
  }

  60% {
    -webkit-transform: translate(83px, 122px) rotate(108deg);
  }

  80% {
    -webkit-transform: translate(-40px, 72px) rotate(144deg);
  }

  100% {
    -webkit-transform: translate(0px, 0px) rotate(0deg);
  }
}
/* Move frame*/
@keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 100px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 200px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@-webkit-keyframes moveRound {
  0% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }

  25% {
    background-color: #feddfc;
    left: 100px;
    top: 0px;
  }

  50% {
    background-color: #efe4ff;
    left: 100px;
    top: 200px;
  }

  75% {
    background-color: #e2fcf4;
    left: -24px;
    top: 100px;
  }

  100% {
    background-color: #eee3ff;
    left: -24px;
    top: 0px;
  }
}
@keyframes moveShap {
  0% {
    left: 0px;
    top: 0px;
  }

  25% {
    left: 100px;
    top: 0px;
  }

  50% {
    left: 100px;
    top: 100px;
  }

  75% {
    left: 0px;
    top: 200px;
  }

  100% {
    left: 0px;
    top: 0px;
  }
}
@keyframes moveShap2 {
  0% {
    right: 0px;
    top: 0px;
  }

  25% {
    right: 100px;
    top: 0px;
  }

  50% {
    right: 100px;
    top: 100px;
  }

  75% {
    right: 0px;
    top: 200px;
  }

  100% {
    right: 0px;
    top: 0px;
  }
}
/* Heartbeat frame*/
@-webkit-keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
@keyframes heartbeat {
  to {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* Rotation frame*/
@keyframes rotation {
  to {
    transform: rotate(360deg);
  }
}
/* pulseBig */
@keyframes pulseBig {
  0% {
    box-shadow: 0 0 0 0 rgba(55, 140, 255, 0.5);
  }

  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
/* pulseBig two*/
@keyframes pulseBig__two {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 0, 0, 0.5);
  }

  50% {
    box-shadow: 0 0 0 30px rgba(1, 93, 199, 0);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(1, 93, 199, 0);
  }
}
.scaleUp1 {
  -webkit-animation-name: scaleUp1;
  animation-name: scaleUp1;
  -webkit-animation-duration: 3s;
  animation-duration: 3s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

@-webkit-keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes scaleUp1 {
  0% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  20% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  40% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }

  80% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }

  100% {
    -webkit-transform: translateY(1);
    transform: translateY(1);
  }
}
@keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-webkit-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-moz-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@-o-keyframes runs {
  0% {
    transform: translateY(0) rotate(90deg);
  }

  50% {
    transform: translateY(300px) rotate(90deg);
  }

  100% {
    transform: translateY(-300px) rotate(180deg);
  }
}
@keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #AA336A;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #AA336A;
    opacity: 0.8;
  }
}
@-webkit-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #AA336A;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #AA336A;
    opacity: 0.8;
  }
}
@-moz-keyframes zoomIncolor {
  0% {
    transform: scale(0.8);
  }

  50% {
    transform: scale(1);
    background: #AA336A;
    opacity: 0.5;
  }

  100% {
    transform: scale(1.3);
    background: #AA336A;
    opacity: 0.8;
  }
}
@keyframes squareMove {
  0% {
    transform: translateX(0px) rotate(0deg);
  }

  33% {
    transform: translateY(-100px) rotate(180deg);
  }

  66% {
    transform: translateX(200px) rotate(-90deg);
  }

  100% {
    transform: translateX(0px) rotate(0deg);
  }
}
@-webkit-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }

  33% {
    transform: translateY(-100px);
  }

  66% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}
@-moz-keyframes squareMove {
  0% {
    transform: translateX(0px);
  }

  33% {
    transform: translateY(-100px);
  }

  66% {
    transform: translateX(200px);
  }

  100% {
    transform: translateX(0px);
  }
}
@keyframes float-bob {
  0% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }

  50% {
    transform: translateY(-100px);
    -webkit-transform: translateY(-100px);
    -moz-transform: translateY(-100px);
    -ms-transform: translateY(-100px);
    -o-transform: translateY(-100px);
  }

  100% {
    transform: translateY(0px);
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
  }
}
@keyframes rotate__new__one {
  0% {
    transform: rotate(0);
  }

  100% {
    transform: rotate(360deg);
  }
}
@keyframes PopUpBg {
  0% {
    transform: scale3d(1.3, 1.3, 1.3);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}
@keyframes sliderText {
  0% {
    opacity: 0;
    transform: translateX(-250px);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
/*--
	-theme-btn  section  style are here
----------------------------------------*/
.ht_btn {
  overflow: hidden;
  color: white;
  background: #2C2C2C;
  font-size: 16px;
  font-family: "Geologica", sans-serif;
  font-weight: 500;
  line-height: 16px;
  padding: 16px 33px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 2;
  cursor: pointer;
  text-decoration: none;
  transition: all;
  text-transform: capitalize;
  z-index: 3;
  vertical-align: middle;
}
.ht_btn img {
  margin-top: -2px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht_btn::before {
  content: "";
  background: #2C2C2C;
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.ht_btn:hover {
  color: white;
}
.ht_btn:hover::before {
  width: 100%;
}
.ht_btn.hover-bg::before {
  background: #2C2C2C;
}
.ht_btn.hover-bg:hover::before {
  width: 100%;
}

.blog_btn {
  font-family: "Manrope", sans-serif;
  color: #AA336A;
  font-size: 18px;
  line-height: 18px;
  display: inline-block;
}
.blog_btn:hover {
  color: white;
  border-bottom: 1px solid white;
}

.blog_btn2 {
  font-family: "Manrope", sans-serif;
  color: white;
  font-size: 20px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 2px;
  line-height: 18px;
  display: inline-block;
  position: relative;
  z-index: 2;
}
.blog_btn2:hover {
  color: white;
  border-bottom: 1px solid white;
}

.ht_btn2 {
  font-family: "Manrope", sans-serif;
  color: #2C2C2C;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
  display: inline-block;
  position: relative;
  z-index: 1;
  background: none;
  padding: 22px 33px;
  text-transform: uppercase;
}
.ht_btn2:hover {
  color: #AA336A;
}

.banner__main__title {
  font-size: 85px;
  font-weight: 700;
  line-height: 95px;
  position: relative;
}
@media only screen and (min-width: 1200px) and (max-width: 1600px) {
  .banner__main__title {
    font-size: 83px;
  }
}
@media only screen and (max-width: 1200px) {
  .banner__main__title {
    font-size: 62px;
    line-height: 70px;
  }
}
@media only screen and (max-width: 575.98px) {
  .banner__main__title {
    font-size: 40px;
    line-height: 50px;
  }
}

.banner__sub__title {
  font-size: 20px;
  font-weight: 500;
  line-height: 80px;
}
@media only screen and (max-width: 575.98px) {
  .banner__sub__title {
    line-height: 40px;
  }
}

.banner__description {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
}
@media only screen and (max-width: 575.98px) {
  .banner__description {
    font-size: 18px;
    line-height: 32px;
  }
}

.section__title__main {
  font-size: 60px;
  font-weight: 600;
  line-height: 72px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1200px) {
  .section__title__main {
    font-size: 35px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 575.98px) {
  .section__title__main {
    font-size: 1.8rem;
    line-height: 40px;
  }
}

.section__title__main__two {
  font-size: 48px;
  font-weight: 600;
  line-height: 56px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1200px) {
  .section__title__main__two {
    font-size: 35px;
    line-height: 46px;
  }
}
@media only screen and (max-width: 575.98px) {
  .section__title__main__two {
    font-size: 28px;
    line-height: 36px;
  }
}

.section__sub__title {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 34px;
  text-transform: capitalize;
}
@media only screen and (max-width: 575.98px) {
  .section__sub__title {
    line-height: normal;
  }
}

.sub__title__two {
  font-size: 20px;
  font-weight: 500;
  line-height: 36px;
  position: relative;
  color: #2C2C2C;
  text-transform: capitalize;
}
@media only screen and (max-width: 575.98px) {
  .sub__title__two {
    line-height: 18px;
    line-height: normal;
  }
}

.sub__title__three {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  position: relative;
  color: #2C2C2C;
  text-transform: capitalize;
}
@media only screen and (max-width: 575.98px) {
  .sub__title__three {
    line-height: 20px;
    line-height: normal;
  }
}

.sub__title__four {
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  position: relative;
  color: #2C2C2C;
  text-transform: capitalize;
}
@media only screen and (max-width: 575.98px) {
  .sub__title__four {
    font-size: 22px;
    line-height: normal;
  }
}

.section__description {
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  font-size: 20px;
  line-height: 34px;
}
@media only screen and (max-width: 575.98px) {
  .section__description {
    font-size: 18px;
    line-height: 32px;
  }
}

.description__text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 28px;
}

.inner__text {
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 30px;
  color: #5a6561;
}
@media only screen and (max-width: 1200px) {
  .inner__text {
    font-size: 20px;
    line-height: normal;
  }
}

.quotation__text {
  font-family: "Manrope", sans-serif;
  font-weight: 400;
  font-size: 36px;
  line-height: 60px;
}
@media only screen and (max-width: 1200px) {
  .quotation__text {
    font-size: 24px;
    line-height: 40px;
  }
}

.footer__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 32px;
  color: #2C2C2C;
}

.heading__four {
  font-size: 48px;
  font-weight: 700;
  line-height: 50px;
  color: #2C2C2C;
}
@media only screen and (max-width: 1200px) {
  .heading__four {
    font-size: 38px;
    line-height: normal;
  }
}
@media only screen and (max-width: 991.98px) {
  .heading__four {
    font-size: 28px;
    line-height: normal;
  }
}

.theme__main__banner {
  background: #f0f2e8;
  background-size: cover;
  background-position: center center;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner {
    background: none;
  }
}
.theme__main__banner .banner__description {
  font-size: 20px;
}
.theme__main__banner .shape__01 {
  position: absolute;
  left: 69px;
  top: 37%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scaleUp1 2s ease-in-out 0s infinite alternate-reverse both;
}
@media only screen and (max-width: 1900px) {
  .theme__main__banner .shape__01 {
    display: none;
  }
}
.theme__main__banner .shape__02 {
  position: absolute;
  right: 50%;
  top: 20%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scale-up-one 2s ease-in-out 0s infinite alternate-reverse both;
}
@media only screen and (max-width: 1900px) {
  .theme__main__banner .shape__02 {
    display: none;
  }
}
.theme__main__banner .shape__03 {
  position: absolute;
  left: 9%;
  bottom: 5%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scale-up-one 1s ease-in-out 0s infinite alternate-reverse both;
}
@media only screen and (max-width: 1900px) {
  .theme__main__banner .shape__03 {
    display: none;
  }
}
.theme__main__banner .shape__04 {
  position: absolute;
  right: 34.9%;
  top: 16rem;
  -webkit-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  transition: all 0.5s ease 0s;
  animation: rotation 6s infinite linear;
}
@media only screen and (max-width: 1900px) {
  .theme__main__banner .shape__04 {
    display: none;
  }
}
.theme__main__banner .shape__05 {
  position: absolute;
  right: 3%;
  top: 63%;
}
@media only screen and (max-width: 1900px) {
  .theme__main__banner .shape__05 {
    display: none;
  }
}
.theme__main__banner .shape__06 {
  left: 2%;
  top: -20%;
  z-index: -1;
}
@media only screen and (max-width: 1900px) {
  .theme__main__banner .shape__06 {
    display: none;
  }
}
.theme__main__banner .banner__button a {
  margin-right: 40px;
}
.theme__main__banner .banner__button .ht_btn {
  padding: 20px 41px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 30px;
}
.theme__main__banner .banner__button .ht_btn::before {
  background: black;
}
.theme__main__banner .banner__button .ht_btn:hover {
  color: white;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .user__review {
    display: none;
  }
}
.theme__main__banner .user__review img {
  width: 80px;
  height: 80px;
  position: relative;
  border: 3px solid #f0f2e8;
}
.theme__main__banner .user__review .hero__one__04 {
  margin-left: -16px;
  z-index: -1;
}
.theme__main__banner .user__review .hero__one__05 {
  margin-left: -17px;
  z-index: -2;
}
.theme__main__banner .user__review .review__text {
  margin-left: 10px;
}
.theme__main__banner .user__review h5 {
  font-size: 20px;
  font-weight: 700;
  line-height: normal;
  color: #012219;
}
.theme__main__banner .user__review span {
  font-size: 16px;
  font-weight: 500;
  color: #566236;
  line-height: 140%;
}
.theme__main__banner .hero__img {
  width: 100%;
}
.theme__main__banner .hero__img .popup-video {
  position: absolute;
  left: 25.8%;
  top: 11.8%;
  background: transparent;
}
@media only screen and (max-width: 1800px) {
  .theme__main__banner .hero__img .popup-video {
    display: none;
  }
}
.theme__main__banner .hero__img .hero__one__01 {
  position: relative;
  max-width: 668px;
  right: -24%;
  top: 20%;
}
@media only screen and (max-width: 1200px) {
  .theme__main__banner .hero__img .hero__one__01 {
    max-width: 100%;
    left: 0;
    top: 0;
  }
}
.theme__main__banner .hero__img .hero__one__02 {
  max-width: 943px;
  top: -26%;
  left: 0%;
  z-index: -1;
  -webkit-transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -ms-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
  animation: rotation 9s infinite linear;
}
@media only screen and (max-width: 1800px) {
  .theme__main__banner .hero__img .hero__one__02 {
    display: none;
  }
}
.theme__main__banner .developer__list {
  left: 0;
  bottom: -123px;
  z-index: 1;
  width: 100%;
  background: #AA336A;
  max-width: 470px;
  min-height: 177px;
  padding: 50px 32px;
  border-radius: 10px;
}
@media only screen and (max-width: 991.98px) {
  .theme__main__banner .developer__list {
    display: inline-block;
    left: 0;
    position: relative;
    top: 30px;
  }
}
.theme__main__banner .developer__list .employer__list {
  width: 50%;
}
.theme__main__banner .developer__list .devider__line {
  width: 1px;
  height: 105px;
  background: black;
}
.theme__main__banner .developer__list .worker__list {
  width: 50%;
}
.theme__main__banner .developer__list h4 {
  font-size: 50px;
  font-weight: 600;
  line-height: normal;
  color: black;
}
.theme__main__banner .developer__list p {
  font-size: 16px;
  font-weight: 500;
  line-height: normal;
  color: black;
}

.theme__two__banner {
  background: #FCFFF4;
  background-image: url(../img/bg/hero__two__bg.png);
}
.theme__two__banner .hero__img {
  width: 100%;
}
.theme__two__banner .hero__img .popup-video {
  left: 109.3%;
  top: 21.2%;
}
@media only screen and (max-width: 1800px) {
  .theme__two__banner .hero__img .popup-video {
    display: none;
  }
}
.theme__two__banner .hero__img .hero__one__01 {
  position: relative;
  max-width: 992px;
  left: 0;
  top: 20%;
}
@media only screen and (max-width: 1200px) {
  .theme__two__banner .hero__img .hero__one__01 {
    max-width: 100%;
    left: 0;
    top: 0;
  }
}
.theme__two__banner .hero__img .hero__one__02 {
  max-width: 666px;
  top: -20%;
  left: 50%;
  z-index: -1;
  -webkit-transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -ms-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
  animation: rotation 9s infinite linear;
}
@media only screen and (max-width: 1800px) {
  .theme__two__banner .hero__img .hero__one__02 {
    display: none;
  }
}
.theme__two__banner .banner__button a {
  margin-right: 40px;
}
.theme__two__banner .banner__button .ht_btn {
  padding: 20px 41px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 30px;
  background: #AA336A;
  color: black;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.theme__two__banner .banner__button .ht_btn::before {
  background: #2C2C2C;
}
.theme__two__banner .banner__button .ht_btn:hover {
  color: white;
}
.theme__two__banner .shape__02 {
  right: 58%;
}
.theme__two__banner .shape__04 {
  right: 5.9%;
  top: 21rem;
}
.theme__two__banner .shape__05 {
  right: 30%;
  top: 81%;
}

.theme__three__banner {
  background: #341539;
  background-image: url(../img/bg/hero__three__bg.png);
}
.theme__three__banner .hero__img {
  width: 100%;
}
.theme__three__banner .hero__img .popup-video {
  left: 109.3%;
  top: 21.2%;
}
@media only screen and (max-width: 1800px) {
  .theme__three__banner .hero__img .popup-video {
    display: none;
  }
}
.theme__three__banner .hero__img .hero__one__01 {
  position: relative;
  max-width: 669px;
  left: 0;
  top: 20%;
}
@media only screen and (max-width: 1200px) {
  .theme__three__banner .hero__img .hero__one__01 {
    max-width: 100%;
    left: 0;
    top: 0;
  }
}
.theme__three__banner .hero__img .hero__one__02 {
  max-width: 666px;
  top: -20%;
  left: 50%;
  z-index: -1;
  -webkit-transition: all 3s ease 0s;
  -moz-transition: all 3s ease 0s;
  -ms-transition: all 3s ease 0s;
  -o-transition: all 3s ease 0s;
  transition: all 3s ease 0s;
  animation: rotation 9s infinite linear;
}
@media only screen and (max-width: 1800px) {
  .theme__three__banner .hero__img .hero__one__02 {
    display: none;
  }
}
.theme__three__banner .banner__button a {
  margin-right: 40px;
}
.theme__three__banner .banner__button .ht_btn {
  padding: 20px 41px;
  font-size: 16px;
  text-transform: capitalize;
  border-radius: 30px;
  background: #AA336A;
  color: black;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.theme__three__banner .banner__button .ht_btn::before {
  background: #2C2C2C;
}
.theme__three__banner .banner__button .ht_btn:hover {
  color: white;
}
.theme__three__banner .shape__01 {
  left: 54%;
  top: 16%;
}
.theme__three__banner .shape__02 {
  left: 6%;
  top: 13%;
}
.theme__three__banner .shape__03 {
  bottom: 8%;
}
.theme__three__banner .shape__04 {
  right: 7.5%;
  top: 11rem;
}
.theme__three__banner .shape__05 {
  right: 30%;
  top: 56%;
}

.about__main__banner {
  background: #341539;
  background-repeat: no-repeat;
  overflow: hidden;
}
.about__main__banner .about__banner__heading {
  font-size: 50px;
  font-weight: 700;
  line-height: 64px;
  color: #2C2C2C;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
@media only screen and (max-width: 1800px) {
  .about__main__banner .about__banner__heading {
    font-size: 45px;
    line-height: 50px;
  }
}
@media only screen and (max-width: 991.98px) {
  .about__main__banner .about__banner__heading {
    font-size: 35px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 767.98px) {
  .about__main__banner .about__banner__heading {
    font-size: 28px;
    line-height: 32px;
  }
}
.about__main__banner .section__description {
  text-transform: capitalize;
  color: #3B4B47;
}
.about__main__banner .section__description a {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about__main__banner .section__description a:hover {
  color: #2C2C2C;
}
.about__main__banner .shape__01 {
  left: 84%;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scaleUp1 2s ease-in-out 0s infinite alternate-reverse both;
}
@media only screen and (max-width: 1800px) {
  .about__main__banner .shape__01 {
    display: none;
  }
}
.about__main__banner .shape__02 {
  left: 6%;
  top: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: rotation 6s infinite linear;
}
@media only screen and (max-width: 1800px) {
  .about__main__banner .shape__02 {
    display: none;
  }
}

.search-wrap form {
  display: flex;
  justify-content: center;
}

input.main-search-input {
  width: 50%;
  height: 66px;
  text-align: center;
  font-size: 25px;
  line-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: none;
  outline: none;
}
input.main-search-input::placeholder {
  font-size: 25px;
  line-height: 40px;
}
input.main-search-input::-moz-placeholder {
  font-size: 25px;
  line-height: 40px;
}
input.main-search-input::-webkit-placeholder {
  font-size: 25px;
  line-height: 40px;
}
input.main-search-input::-o-placeholder {
  font-size: 25px;
  line-height: 40px;
}

.offcanvas-header {
  justify-content: end;
}

.widget__title {
  color: black;
  font-size: 22px;
}
@media only screen and (max-width: 991.98px) {
  .widget__title {
    font-size: 20px;
  }
}

.widget__title__two {
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}
@media only screen and (max-width: 1200px) {
  .widget__title__two {
    font-size: 28px;
    line-height: 30px;
  }
}
@media only screen and (max-width: 991.98px) {
  .widget__title__two {
    font-size: 22px;
    line-height: 28px;
  }
}

.widget-right-section {
  padding: 20px 20px;
  background: white;
  border-radius: 0 70px 70px 0;
}
.widget-right-section .sub__title__two {
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-left: 23px;
}
.widget-right-section .sub__title__two::before {
  position: absolute;
  content: url(../img/service/service__shape__02.png);
  left: -25px;
  top: 2px;
}
.widget-right-section .sub__title__two::after {
  position: absolute;
  content: url(../img/service/service__shape__01.png);
  right: -50px;
  top: -5px;
}

.service-widget {
  list-style: none;
}
.service-widget li:last-child a {
  margin-bottom: 0;
}
.service-widget li a {
  color: #5a6561;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding: 5px 20px;
  margin-bottom: 5px;
  border-radius: 5px;
  background: transparent;
  display: block;
  position: relative;
  z-index: 1;
}
.service-widget li a::before {
  content: "\F280";
  font-family: 'bootstrap-icons';
  font-weight: 700;
  font-size: 15px;
  position: relative;
  height: 100%;
  width: 0px;
  left: 0;
  top: 0px;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-widget li a span {
  color: #5a6561;
  padding-left: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service-widget li a:hover {
  background: #AA336A;
  color: black;
}
.service-widget li a:hover span {
  color: black;
  padding-left: 0;
}
.service-widget li a:hover::before {
  left: 90%;
  top: 7px;
}
@media only screen and (max-width: 1200px) {
  .service-widget li a {
    font-size: 16px;
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .service-widget {
    padding: 40px 5px;
  }
}

.widget-Live {
  padding: 37px 30px;
  border-radius: 0 70px 70px 0;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-color: #341539;
}
.widget-Live .project__details__05 {
  position: absolute;
  left: 0;
  top: -9%;
  z-index: -1;
  border-radius: 5px;
}
@media only screen and (max-width: 1200px) {
  .widget-Live .project__details__05 {
    display: none;
  }
}
.widget-Live .ht_btn {
  background: #AA336A;
  color: black;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 600;
  padding: 18px 55px;
  border: 1px solid black;
}
.widget-Live .ht_btn::before {
  background: #2C2C2C;
}
.widget-Live .ht_btn:hover {
  color: white;
}

.widget-form p {
  color: #5a6561;
}
.widget-form input,
.widget-form textarea {
  border: 2px solid rgba(255, 255, 255, 0.1);
  background: transparent;
  color: #5a6561;
  font-size: 16px;
  display: block;
  height: 60px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 20px;
}
.widget-form input:focus,
.widget-form textarea:focus {
  color: #5a6561;
  outline: none;
  border-color: #AA336A;
}
.widget-form input::placeholder,
.widget-form textarea::placeholder {
  color: #5a6561;
  font-size: 16px;
}
.widget-form input::-moz-placeholder,
.widget-form textarea::-moz-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.widget-form input::-webkit-placeholder,
.widget-form textarea::-webkit-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.widget-form input::-o-placeholder,
.widget-form textarea::-o-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.widget-form input::-ms-placeholder,
.widget-form textarea::-ms-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.widget-form textarea {
  height: 146px;
  resize: none;
  padding-top: 10px;
}
.widget-form .widget-btn {
  color: white;
  font-size: 16px;
  line-height: 19px;
  font-family: "Manrope", sans-serif;
  font-weight: 700;
  border: 0;
  background: #AA336A;
  width: 100%;
  padding: 21px 0 20px 0;
}
.widget-form .widget-btn:hover {
  color: #2C2C2C;
  background: white;
}
@media (max-width: 1200px) {
  .widget-form {
    padding: 40px 15px;
  }
}

.widget__subscribe,
.widget__search {
  background: rgba(255, 227, 193, 0.1);
  padding: 40px;
}
.widget__subscribe .subscribe-form,
.widget__search .subscribe-form {
  position: relative;
  z-index: 1;
  border-radius: 5px;
}
.widget__subscribe .subscribe-form input,
.widget__search .subscribe-form input {
  color: rgba(90, 101, 97, 0.5);
  font-size: 16px;
  height: 60px;
  width: 100%;
  border-radius: 50px;
  line-height: 50px;
  padding-left: 25px;
  border: 0;
  background: white;
  box-shadow: 11px 25px 83px -17px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 11px 25px 83px -17px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 11px 25px 83px -17px rgba(0, 0, 0, 0.1);
}
.widget__subscribe .subscribe-form input::placeholder,
.widget__search .subscribe-form input::placeholder {
  color: rgba(90, 101, 97, 0.5);
}
.widget__subscribe .subscribe-form input::-moz-placeholder,
.widget__search .subscribe-form input::-moz-placeholder {
  color: rgba(90, 101, 97, 0.5);
}
.widget__subscribe .subscribe-form input::-webkit-placeholder,
.widget__search .subscribe-form input::-webkit-placeholder {
  color: rgba(90, 101, 97, 0.5);
}
.widget__subscribe .subscribe-form input::-o-placeholder,
.widget__search .subscribe-form input::-o-placeholder {
  color: rgba(90, 101, 97, 0.5);
}
.widget__subscribe .subscribe-form .ht_btn,
.widget__search .subscribe-form .ht_btn {
  border-radius: 50px;
}
@media only screen and (max-width: 1200px) {
  .widget__subscribe,
  .widget__search {
    padding: 40px 15px;
  }
}

.widget-post {
  padding: 35px 40px;
}
.widget-post .post-list li {
  padding: 0;
  margin: 0;
  list-style: none;
  display: inline-block;
}
.widget-post .post__thumb {
  display: inline-block;
}
.widget-post .post__content h5 {
  color: #2C2C2C;
  font-size: 20px;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  margin-bottom: 0;
}
.widget-post .post__content h5 a:hover {
  color: #AA336A;
}
.widget-post .post__content p {
  color: black;
}
.widget-post .post__content span {
  color: #5a6561;
  font-weight: 500;
  display: inline-block;
  margin-bottom: 4px;
}
@media (max-width: 1599.98px) {
  .widget-post .post__content h5 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 1200px) {
  .widget-post {
    padding: 35px 15px;
  }
}

.widget-categories {
  padding: 40px;
}
.widget-categories .service-widget {
  padding: 0;
}
@media only screen and (max-width: 1200px) {
  .widget-categories {
    padding: 40px 15px;
  }
}

.widget-categories-tag {
  padding: 35px 40px 30px 40px;
}
@media only screen and (max-width: 1200px) {
  .widget-categories-tag {
    padding: 40px 15px;
  }
}

.tag-list a {
  color: #5a6561;
  font-size: 16px;
  font-weight: 400;
  background: rgba(255, 114, 58, 0.1);
  display: inline-block;
  padding: 10px 15px;
  margin: 10px 5px;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: relative;
  z-index: 1;
}
.tag-list a::before {
  content: "";
  position: absolute;
  z-index: 1;
  background: white;
  width: 1px;
  height: 100%;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  z-index: -1;
}
.tag-list a:hover {
  color: white;
}
.tag-list a:hover::before {
  width: 100%;
  background: #AA336A;
}
@media only screen and (max-width: 1600px) {
  .tag-list a {
    padding: 16px 14px;
    margin: 5px 2px;
  }
}
@media only screen and (max-width: 767.98px) {
  .tag-list a {
    padding: 16px 10px;
    margin: 5px 2px;
  }
}

@media only screen and (max-width: 767.98px) {
  .page-navigation {
    padding-right: 0;
  }
}
.page-navigation .page-link {
  display: inline-block;
  color: #2C2C2C;
  background: transparent;
  font-size: 16px;
  font-weight: 500;
  border: 2px solid rgba(24, 24, 24, 0.1);
  width: 40px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  margin-right: 20px;
  padding: 0;
}
.page-navigation .page-link:hover, .page-navigation .page-link:focus {
  color: white;
  background: #AA336A;
  border-color: #AA336A;
  box-shadow: none;
}
.page-navigation .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.page-navigation .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  margin-right: 0;
  padding-right: 0;
}

.color__link {
  color: #AA336A;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.feature__section .section__title__main {
  color: white;
}
.feature__section .section__description {
  color: white;
}
.feature__section .feature__01 {
  top: 0;
  z-index: -1;
  background-size: cover;
  min-height: 100%;
}
.feature__section .ht_btn {
  border-radius: 3px;
  background: #357ffe;
  padding: 18px 55px;
  text-transform: capitalize;
  font-size: 18px;
}
.feature__section .ht_btn::before {
  background: #AA336A;
}

.about__section__one .section__description {
  font-size: 18px;
}
.about__section__one .about__img__wrapper::after {
  position: absolute;
  content: '';
  width: 658px;
  height: 658px;
  background: #F9FFE9;
  left: -60px;
  top: -155px;
  border-radius: 50%;
  z-index: -1;
}
@media only screen and (max-width: 1800px) {
  .about__section__one .about__img__wrapper::after {
    display: none;
  }
}
.about__section__one .about__img__wrapper .about__img__01 {
  position: relative;
  display: inline-block;
  overflow: hidden;
}
.about__section__one .about__img__wrapper .about__img__01::after {
  position: absolute;
  content: '';
  width: 74px;
  height: 74px;
  background: #F9FFE9;
  right: -32px;
  top: -37px;
  border-radius: 50%;
}
@media only screen and (max-width: 1800px) {
  .about__section__one .about__img__wrapper .about__img__01::after {
    display: none;
  }
}
.about__section__one .about__img__wrapper .about__img__02 {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  right: 60px;
  top: -45px;
}
.about__section__one .about__img__wrapper .about__img__02::after {
  position: absolute;
  content: '';
  width: 74px;
  height: 74px;
  background: #ffffff;
  right: -42px;
  top: -24px;
  border-radius: 50%;
}
@media only screen and (max-width: 1800px) {
  .about__section__one .about__img__wrapper .about__img__02::after {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .about__section__one .about__img__wrapper .about__img__02 {
    display: none;
  }
}
.about__section__one .about__img__wrapper .about__img__03 {
  display: inline-block;
  overflow: hidden;
  position: absolute;
  right: 60px;
  bottom: -50px;
}
.about__section__one .about__img__wrapper .about__img__03::after {
  position: absolute;
  content: '';
  width: 74px;
  height: 74px;
  background: #F9FFE9;
  left: -34px;
  top: -34px;
  border-radius: 50%;
}
@media only screen and (max-width: 1800px) {
  .about__section__one .about__img__wrapper .about__img__03::after {
    display: none;
  }
}
@media only screen and (max-width: 1200px) {
  .about__section__one .about__img__wrapper .about__img__03 {
    display: none;
  }
}
.about__section__one .about__one__context ul li {
  display: inline-block;
}
.about__section__one .about__one__context ul li .icon {
  min-width: 66px;
  height: 66px;
  line-height: 60px;
  background: #AA336A;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about__section__one .about__one__context ul li .icon:hover {
  background: #2C2C2C;
  border: 1px solid transparent;
}
.about__section__one .about__one__context ul li .icon:hover img {
  filter: invert(100%);
}
.about__section__one .choose__type__two {
  background: #AA336A;
  padding: 34px 34px;
  width: 193px;
  border-radius: 5px;
  overflow: hidden;
}
.about__section__one .choose__type__two::before {
  position: absolute;
  content: '';
  width: 134px;
  height: 134px;
  background: white;
  right: -81px;
  top: -51px;
  border-radius: 50%;
}
@media only screen and (max-width: 1800px) {
  .about__section__one .choose__type__two::before {
    display: none;
  }
}
.about__section__one .choose__type__two::after {
  position: absolute;
  content: url(../img/icon/about__one__03.png);
  width: 49px;
  height: 49px;
  right: 15px;
  top: 82px;
}
.about__section__one .choose__type__two h3 {
  font-size: 64px;
  font-weight: 600;
  line-height: 175%;
  color: #000;
}
.about__section__one .choose__type__two span {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #000;
}
.about__section__one .shape__03 {
  position: absolute;
  right: 6%;
  top: 30%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scale-up-one 1s ease-in-out 0s infinite alternate-reverse both;
}

.about__section__two .section__description {
  font-size: 18px;
}
.about__section__two .about__img__wrapper {
  max-width: 751px;
  position: relative;
  top: 0;
  height: 732px;
}
@media only screen and (max-width: 1800px) {
  .about__section__two .about__img__wrapper {
    width: 100%;
    height: auto;
  }
}
.about__section__two .about__img__wrapper::after {
  position: absolute;
  content: '';
  width: 563px;
  height: 77px;
  background: white;
  right: 84px;
  bottom: 23px;
  background: white;
}
@media only screen and (max-width: 1800px) {
  .about__section__two .about__img__wrapper::after {
    display: none;
  }
}
.about__section__two .about__img__wrapper .about__two__01 {
  left: -100px;
  max-width: 709px;
}
@media only screen and (max-width: 1800px) {
  .about__section__two .about__img__wrapper .about__two__01 {
    width: 100%;
    position: relative;
    left: 0;
  }
}
.about__section__two .about__img__wrapper .about__two__02 {
  left: -140px;
  top: -22px;
  max-width: 751px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: rotation 6s infinite linear;
}
@media only screen and (max-width: 1800px) {
  .about__section__two .about__img__wrapper .about__two__02 {
    display: none;
  }
}
.about__section__two .about__img__wrapper .choose__type__two {
  background: #AA336A;
  padding: 34px 34px;
  width: 193px;
  border-radius: 5px;
  overflow: hidden;
  position: absolute;
  top: 0px;
  left: -176px;
}
@media only screen and (max-width: 1800px) {
  .about__section__two .about__img__wrapper .choose__type__two {
    left: 0;
  }
}
.about__section__two .about__img__wrapper .choose__type__two::before {
  position: absolute;
  content: '';
  width: 134px;
  height: 134px;
  background: white;
  right: -81px;
  top: -51px;
  border-radius: 50%;
}
@media only screen and (max-width: 1800px) {
  .about__section__two .about__img__wrapper .choose__type__two::before {
    display: none;
  }
}
.about__section__two .about__img__wrapper .choose__type__two::after {
  position: absolute;
  content: url(../img/icon/about__one__03.png);
  width: 49px;
  height: 49px;
  right: 15px;
  top: 82px;
}
.about__section__two .about__img__wrapper .choose__type__two h3 {
  font-size: 64px;
  font-weight: 600;
  line-height: 175%;
  color: #000;
}
.about__section__two .about__img__wrapper .choose__type__two span {
  font-size: 20px;
  font-weight: 600;
  line-height: normal;
  color: #000;
}
.about__section__two .about__one__context {
  background: #F3F6EA;
  padding: 22px 20px;
  border-radius: 5px;
}
.about__section__two .about__one__context ul li {
  display: inline-block;
}
.about__section__two .about__one__context ul li .icon {
  min-width: 66px;
  height: 66px;
  line-height: 60px;
  background: #AA336A;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about__section__two .about__one__context ul li .icon:hover {
  background: #2C2C2C;
  border: 1px solid transparent;
}
.about__section__two .about__one__context ul li .icon:hover img {
  filter: invert(100%);
}
.about__section__two .ht_btn {
  font-weight: 500;
  font-size: 16px;
  color: black;
  background: #AA336A;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 20px 46px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.about__section__two .ht_btn:hover {
  color: white;
}
.about__section__two .shape__03 {
  position: absolute;
  right: 6%;
  top: 30%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scale-up-one 1s ease-in-out 0s infinite alternate-reverse both;
}

.counter__section {
  background: url("../img/counter/counter__one__bg__o1.png") no-repeat center center;
  background-size: auto;
  z-index: 1;
}
@media only screen and (max-width: 1200px) {
  .counter__section {
    background: #79817e;
  }
}
.counter__section .counter__wrapper {
  padding: 30px 30px;
}
@media only screen and (max-width: 1800px) {
  .counter__section .counter__wrapper {
    padding: 0;
  }
}
@media only screen and (max-width: 1200px) {
  .counter__section .counter__wrapper {
    padding: 30px 150px;
  }
}
@media only screen and (max-width: 991.98px) {
  .counter__section .counter__wrapper {
    padding: 30px 200px;
  }
}
@media only screen and (max-width: 767.98px) {
  .counter__section .counter__wrapper {
    padding: 30px 90px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767.98px) {
  .counter__section .counter__wrapper {
    padding: 30px 70px;
  }
}
@media only screen and (max-width: 575.98px) {
  .counter__section .counter__wrapper {
    padding: 30px 0px;
  }
}
.counter__section .counter__wrapper .counter__number {
  color: white;
  font-size: 46px;
  font-weight: 900;
}
.counter__section .counter__wrapper .counter__title {
  color: white;
  font-size: 22px;
  font-weight: 500;
}
.counter__section .counter__wrapper .screen__04 {
  position: absolute;
  top: -46px;
  z-index: -1;
  left: 10px;
  max-width: 258px;
}
.counter__section .counter__wrapper .screen__05 {
  position: absolute;
  top: -60px;
  z-index: -1;
  left: 9px;
  max-width: 262px;
}
.counter__section .counter__wrapper .screen__06 {
  position: absolute;
  top: -125px;
  z-index: -1;
  left: -65px;
  max-width: 383px;
}
.counter__section .counter__wrapper .screen__07 {
  position: absolute;
  top: -146px;
  z-index: -1;
  right: -84px;
  max-width: 438px;
}
.counter__section .counter__wrapper .shape__006 {
  position: absolute;
  left: -212px;
  top: -123px;
  z-index: -2;
}
.counter__section .counter__wrapper_text {
  padding: 0 0 0 133px;
}
@media only screen and (max-width: 1200px) {
  .counter__section .counter__wrapper_text {
    padding: 0;
  }
}
.counter__section .counter__wrapper_text .counter__btn .ht_btn {
  border-radius: 5px;
}
.counter__section .counter__wrapper_text .accordion-button:not(.collapsed) {
  border-radius: 5px;
  color: black;
  background: white;
  transition: all 0.3s ease-in-out;
  padding: 15px 18px;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 36px;
  padding-left: 60px;
  box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.counter__section .counter__wrapper_text .accordion-button:focus {
  border: none;
  outline: none;
  box-shadow: none;
}
.counter__section .counter__wrapper_text .accordion-button.collapsed {
  border-radius: 5px;
  color: black;
  background: white;
  transition: all 0.3s ease-in-out;
  padding: 15px 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 36px;
  padding-left: 60px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
}
.counter__section .counter__wrapper_text .accordion-button {
  position: relative;
}
.counter__section .counter__wrapper_text .accordion-button::after {
  position: absolute;
  background: none;
  content: '+';
  height: auto;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
  line-height: initial;
  left: 5%;
  top: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.counter__section .counter__wrapper_text .accordion-button:not(.collapsed) {
  position: relative;
}
.counter__section .counter__wrapper_text .accordion-button:not(.collapsed)::after {
  position: absolute;
  background: none;
  content: '_';
  height: auto;
  font-size: 25px;
  transition: all 0.3s ease-in-out;
  line-height: initial;
  left: 5%;
  top: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.counter__section .counter__wrapper_text .accordion-item {
  background: white;
  border: none;
  transition: all 0.3s ease-in-out;
  border-radius: 5px;
}
.counter__section .counter__wrapper_text .accordion-body {
  padding: 30px 7px 20px 18px;
  box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
}
.counter__section .counter__wrapper_text .accordion-body p {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
}

.counter__section__two {
  background: url("../img/counter/counter__two__bg__01.png") no-repeat;
  background-size: auto;
  background-position: -11% 25%;
}
@media only screen and (max-width: 1200px) {
  .counter__section__two {
    background: none;
  }
}
.counter__section__two .counter__wrapper {
  padding: 0;
}
.counter__section__two .counter__wrapper .watch__video {
  position: absolute;
  right: 40px;
  bottom: 40px;
}
.counter__section__two .counter__wrapper .watch__video span {
  color: white;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  margin-right: 20px;
}
.counter__section__two .counter__wrapper_text {
  padding: 0 0 0 91px;
}
@media only screen and (max-width: 1800px) {
  .counter__section__two .counter__wrapper_text {
    padding: 0 0 0 0;
  }
}
.counter__section__two .counter__wrapper_text ul li {
  color: black;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  padding: 20px;
  width: 100%;
  border-radius: 5px;
  margin-bottom: 20px;
  background: white;
  box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -webkit-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -moz-box-shadow: 5px 15px 60px -17px rgba(0, 0, 0, 0.23);
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.counter__section__two .counter__wrapper_text ul li:hover {
  background: #AA336A;
  color: white;
}

.offer__section .single__offer__box {
  max-width: 420px;
  min-height: 326px;
  line-height: 125px;
  padding: 44px;
  z-index: 1;
  background: #F9FFE9;
  border: 1px solid black;
  border-radius: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.offer__section .single__offer__box:hover {
  background: #AA336A;
}
.offer__section .single__offer__box:hover p {
  color: #2C2C2C;
}
.offer__section .single__offer__box .icon {
  min-width: 82px;
  height: 82px;
  line-height: 76px;
  background: white;
  border: 1px solid black;
  border-radius: 50%;
  display: inline-block;
  font-size: 32px;
  font-weight: 600;
  outline: 1px dashed black;
  outline-offset: 18px;
  text-align: center;
}
.offer__section .single__offer__box .icon::after {
  position: absolute;
  content: '';
  width: 267px;
  height: 16px;
  top: 34px;
  left: -90px;
  z-index: -1;
  background: #2C2C2C;
}
@media only screen and (max-width: 1800px) {
  .offer__section .single__offer__box .icon::after {
    display: none;
  }
}

.offer__section__three .single__offer__box {
  background: #ffffff;
}
.offer__section__three .single__offer__box:hover {
  background: #341539;
}
.offer__section__three .single__offer__box .icon::after {
  background: #AA336A;
}
@media only screen and (max-width: 1800px) {
  .offer__section__three .single__offer__box .icon::after {
    display: none;
  }
}

.portfolio__section .portfolio__btn .ht_btn {
  border-radius: 5px;
}
.portfolio__section .portfolio__wrapper:hover .portfolio__icon__wrapper {
  opacity: 1;
  visibility: visible;
  transform: translateY(0px);
}
.portfolio__section .portfolio__wrapper .portfolio__icon__wrapper {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: translateY(-50px);
}
.portfolio__section .portfolio__wrapper .portfolio__thumb__left {
  background: rgba(190, 232, 71, 0.1);
  padding: 74px 17px;
  z-index: 1;
  height: 450px;
}
@media only screen and (max-width: 1200px) {
  .portfolio__section .portfolio__wrapper .portfolio__thumb__left {
    height: auto;
  }
}
.portfolio__section .portfolio__wrapper .portfolio__thumb__right {
  background: rgba(142, 102, 255, 0.1);
  padding: 36px 17px;
  z-index: 1;
  height: 450px;
}
@media only screen and (max-width: 1200px) {
  .portfolio__section .portfolio__wrapper .portfolio__thumb__right {
    height: auto;
  }
}
.portfolio__section .portfolio__wrapper .portfolio__icon__wrapper {
  position: absolute;
  background: white;
  padding: 20px;
  left: 20px;
  bottom: 30px;
  z-index: 2;
  width: 66%;
}
.portfolio__section .portfolio__wrapper .portfolio__designation {
  font-size: 16px;
}
.portfolio__section .portfolio__wrapper .portfolio__content {
  padding-right: 30px;
}
.portfolio__section .portfolio__wrapper .portfolio__social__media {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio__section .portfolio__wrapper .portfolio__social__media:hover a {
  color: white;
  background: black;
}
.portfolio__section .portfolio__wrapper .portfolio__social__media a {
  background: #AA336A;
  line-height: 1;
  display: inline-block;
  color: white;
  padding: 14px 17px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.portfolio__section__two {
  background: url(../img/portfolio/portfolio__two__bg__01.png) no-repeat;
  background-size: auto;
  background-position: 48% 65px;
}
.portfolio__section__two .portfolio__wrapper .portfolio__thumb__left {
  background: none;
  height: auto;
  padding: 0;
}
.portfolio__section__two .portfolio__wrapper .portfolio__thumb__right {
  background: none;
  height: auto;
  padding: 0;
}
.portfolio__section__two .portfolio__wrapper .portfolio__icon__wrapper {
  width: 91%;
}

.portfolio__section__three {
  background: none;
}
.portfolio__section__three .sub__title__two {
  text-transform: uppercase;
  font-weight: 700;
}
.portfolio__section__three .portfolio__wrapper {
  background: rgba(255, 227, 193, 0.1);
  padding: 40px 0 40px 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio__section__three .portfolio__wrapper:hover {
  background: white;
  box-shadow: 2px 1px 20px -13px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 1px 20px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 1px 20px -13px rgba(0, 0, 0, 0.75);
}
.portfolio__section__three .portfolio__wrapper:hover .portfolio__social__media a {
  color: white;
  background: #AA336A;
}
.portfolio__section__three .portfolio__icon__wrapper {
  padding: 20px 0;
  left: 20px;
  bottom: 30px;
  z-index: 2;
  width: 100%;
}
.portfolio__section__three .portfolio__designation {
  font-size: 16px;
}
.portfolio__section__three .portfolio__content {
  padding-right: 30px;
}
.portfolio__section__three .portfolio__social__media {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.portfolio__section__three .portfolio__social__media a {
  background: white;
  line-height: 1;
  display: inline-block;
  color: #AA336A;
  padding: 14px 17px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.project__section__one .project-container {
  max-width: 1770px;
  margin: auto;
}
.project__section__one .project__thumb {
  overflow: hidden;
}
.project__section__one .project__thumb .project__img {
  transform: scale(1);
}
.project__section__one .project__thumb:hover .project__img {
  transform: scale(1.1);
}
.project__section__one .project__icon__wrapper {
  position: absolute;
  width: 100%;
  max-width: 367px;
  right: 64px;
  bottom: 26px;
  padding: 20px 20px;
  line-height: 1;
  border-radius: 5px;
  background: white;
  box-shadow: -2px 5px 14px -7px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: -2px 5px 14px -7px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: -2px 5px 14px -7px rgba(0, 0, 0, 0.75);
}
.project__section__one .project__icon {
  background: #AA336A;
  min-width: 84px;
  height: 84px;
  line-height: 84px;
  display: inline-block;
  color: black;
  border: 1px solid black;
  border-radius: 50%;
  font-size: 32px;
  position: absolute;
  right: -42px;
  top: -42px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__section__one .project__icon:hover {
  background: #2C2C2C;
  color: white;
}
.project__section__one .project__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__section__one .project__title:hover {
  color: #AA336A;
}
.project__section__one .project__designation {
  font-size: 14px;
  font-weight: 600;
  color: #7A9823;
}
.project__section__one .icon {
  display: inline-block;
  background: #5F5E5E;
  width: 81px;
  height: 81px;
  padding: 20px 10px;
  border-radius: 50%;
  color: white;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__section__one .icon:hover {
  background: #AA336A;
}
.project__section__one .icon span {
  font-size: 16px;
  font-weight: 500;
}
.project__section__one .icon i {
  font-size: 30px;
  margin-top: 2px;
  display: inline-block;
}
.project__section__one .project__contact {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  padding: 25px 75px 27px 32px;
  display: inline-block;
  line-height: 1;
}
.project__section__one .project__contact::after {
  position: absolute;
  content: '';
  width: 163px;
  height: 163px;
  border-radius: 50%;
  top: -26px;
  left: -62px;
  z-index: -1;
  background: #D3ECE5;
}
.project__section__one .ht_btn {
  font-weight: 500;
  font-size: 15px;
  background: #AA336A;
  color: black;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 15px 20px;
  border: 2px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__section__one .ht_btn:hover {
  color: white;
  border: 2px solid black;
}
.project__section__one .ht_btn:hover::before {
  background: black;
}

.project__section__two {
  z-index: 2;
}
.project__section__two .project__thumb {
  border-radius: 20px;
  border: 1px solid black;
  z-index: 1;
  overflow: hidden;
}
.project__section__two .project__thumb .project__img {
  transform: scale(1);
}
.project__section__two .project__thumb:hover .project__img {
  transform: scale(1.1);
}
.project__section__two .project__icon__wrapper {
  position: absolute;
  width: 100%;
  right: 0px;
  bottom: 0px;
  padding: 20px 20px;
  line-height: 1;
  border-radius: 0 0 20px 20px;
  z-index: 2;
  background: white;
  box-shadow: 0px -1px 10px -2px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 0px -1px 10px -2px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 0px -1px 10px -2px rgba(0, 0, 0, 0.75);
}
.project__section__two .project__icon {
  background: #AA336A;
  min-width: 84px;
  height: 84px;
  line-height: 84px;
  display: inline-block;
  color: black;
  border: 1px solid black;
  border-radius: 50%;
  font-size: 32px;
  position: relative;
  right: 0px;
  top: 0px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__section__two .project__icon:hover {
  background: #2C2C2C;
  color: white;
}
.project__section__two .project__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__section__two .project__title:hover {
  color: #AA336A;
}
.project__section__two .project__designation {
  font-size: 14px;
  font-weight: 600;
  color: #7A9823;
}
.project__section__two .icon {
  display: inline-block;
  background: #5F5E5E;
  width: 81px;
  height: 81px;
  padding: 20px 10px;
  border-radius: 50%;
  color: white;
  line-height: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__section__two .icon:hover {
  background: #AA336A;
}
.project__section__two .icon span {
  font-size: 16px;
  font-weight: 500;
}
.project__section__two .icon i {
  font-size: 30px;
  margin-top: 2px;
  display: inline-block;
}
.project__section__two .project__contact {
  background: white;
  border: 1px solid rgba(0, 0, 0, 0.6);
  border-radius: 5px;
  padding: 25px 75px 27px 32px;
  display: inline-block;
  line-height: 1;
  position: absolute;
  top: 110px;
}
@media only screen and (max-width: 1200px) {
  .project__section__two .project__contact {
    position: relative;
    top: 0;
  }
}
.project__section__two .project__contact::before {
  position: absolute;
  content: '';
  width: 163px;
  height: 163px;
  border-radius: 50%;
  display: inline-block;
  top: -26px;
  left: -62px;
  z-index: -1;
  background: #D3ECE5;
}
@media only screen and (max-width: 1900px) {
  .project__section__two .project__contact::before {
    display: none;
  }
}
.project__section__two .ht_btn {
  font-weight: 500;
  font-size: 15px;
  background: #AA336A;
  color: black;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 15px 20px;
  border: 2px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__section__two .ht_btn:hover {
  color: white;
  border: 2px solid black;
}
.project__section__two .ht_btn:hover::before {
  background: black;
}

.project__section__three {
  background: #FCFFF3;
  z-index: 2;
}
.project__section__three .project__contact {
  top: 60px;
}
.project__section__three .project__three__01 {
  left: 0px;
  top: -23%;
  z-index: -1;
}
@media only screen and (max-width: 1900px) {
  .project__section__three .project__three__01 {
    display: none;
  }
}
.project__section__three .project__three__02 {
  right: 0;
  top: 0;
  z-index: -1;
}
@media only screen and (max-width: 1900px) {
  .project__section__three .project__three__02 {
    display: none;
  }
}

.project__details__area {
  background: #FDFFF6;
}
.project__details__area .left__project__details .project__widget {
  padding: 37px 30px;
  border-radius: 0 70px 70px 0;
  background-size: cover;
  background-position: center;
  background-color: #F3FCD8;
  min-height: 369px;
}
.project__details__area .left__project__details .project__widget .wiget__icon {
  min-width: 71px;
  height: 71px;
  line-height: 65px;
  color: black;
  background: white;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__details__area .left__project__details .project__widget .sub__title__three {
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  text-transform: capitalize;
}
.project__details__area .left__project__details .project__widget__two {
  padding: 37px 30px;
  border-radius: 0 70px 70px 0;
  background-size: cover;
  background-position: center;
  background-color: #F9F7F0;
}
.project__details__area .left__project__details .widget-Live {
  padding: 37px 30px;
  border-radius: 0 70px 70px 0;
  z-index: 2;
  background-image: url(../img/service/service__details__01.png);
  background-size: cover;
  background-position: center;
  background-color: #341539;
}
.project__details__area .left__project__details .widget-Live .project__details__05 {
  position: absolute;
  left: 0;
  top: -9%;
  z-index: -1;
  border-radius: 5px;
}
@media only screen and (max-width: 1200px) {
  .project__details__area .left__project__details .widget-Live .project__details__05 {
    display: none;
  }
}
.project__details__area .left__project__details .widget-Live .ht_btn {
  background: #AA336A;
  color: black;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 600;
  padding: 18px 55px;
  border: 1px solid black;
}
.project__details__area .left__project__details .widget-Live .ht_btn::before {
  background: #2C2C2C;
}
.project__details__area .left__project__details .widget-Live .ht_btn:hover {
  color: white;
}
.project__details__area .project__details__wrapper .section__title__main__two {
  line-height: 1;
}
.project__details__area .project__details__wrapper .description__text {
  line-height: 30px;
}
.project__details__area .project__details__wrapper .sub__title__three {
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
}
.project__details__area .project__details__wrapper .sub__title__four {
  line-height: 46px;
  font-weight: 600;
}
.project__details__area .project__details__wrapper .sub__title__two {
  font-weight: 600;
  line-height: 30px;
  color: black;
}
.project__details__area .project__details__wrapper .project__box__two {
  background: #F9FEEC;
  padding: 56px 43px;
  border-radius: 4px;
}
.project__details__area .project__details__wrapper .project__box__two ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  padding: 3px 36px;
  color: #5a6561;
  position: relative;
}
@media only screen and (max-width: 575.98px) {
  .project__details__area .project__details__wrapper .project__box__two ul li {
    padding-left: 30px;
  }
}
.project__details__area .project__details__wrapper .project__box__two ul li::before {
  position: absolute;
  content: url(../img/icon/check__02.png);
  left: 0;
  top: 7px;
}
.project__details__area .project__details__wrapper .success__ratio {
  background: #F3F5EB;
  padding: 30px 43px;
  border-radius: 4px;
}
.project__details__area .project__details__wrapper .success__ratio .sub__title__three {
  font-size: 24px;
  font-weight: 600;
  line-height: 46px;
}
.project__details__area .project__details__wrapper .success__ratio .success__btn {
  min-width: 137px;
  height: 137px;
  line-height: 137px;
  color: black;
  background: #AA336A;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.project__details__area .project__details__wrapper .success__ratio .success__btn span {
  font-size: 40px;
  font-weight: 600;
}

.subscribe__section__one .subscribe__text__content .description__text {
  font-size: 24px;
  line-height: 30px;
  font-weight: 600;
  color: #2C2C2C;
  margin-bottom: 30px;
}
.subscribe__section__one .subscribe__text__content .subscribe__one__06 {
  position: relative;
  z-index: -1;
  min-width: 216px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: rotation 6s infinite linear;
}
@media only screen and (max-width: 1800px) {
  .subscribe__section__one .subscribe__text__content .subscribe__one__06 {
    display: none;
  }
}
.subscribe__section__one .subscribe__text__content .link__btn {
  position: absolute;
  width: 138px;
  height: 138px;
  display: inline-block;
  line-height: 138px;
  text-align: center;
  border: 1px solid #2C2C2C;
  border-radius: 50%;
  top: 18%;
  left: 22%;
}
@media only screen and (max-width: 1800px) {
  .subscribe__section__one .subscribe__text__content .link__btn {
    display: none;
  }
}
.subscribe__section__one .subscribe__img__content::before {
  position: absolute;
  content: '';
  left: 63px;
  top: 154px;
  width: 388px;
  height: 388px;
  border-radius: 50%;
  background: #D3ECE5;
  z-index: -1;
}
.subscribe__section__one .subscribe__img__content .subscribe__one__02 {
  left: 63px;
  top: 154px;
  z-index: -1;
}
.subscribe__section__one .subscribe__one__03 {
  left: 100px;
  top: 60%;
}
@media only screen and (max-width: 1800px) {
  .subscribe__section__one .subscribe__one__03 {
    display: none;
  }
}
.subscribe__section__one .subscribe__one__04 {
  right: 60px;
  top: 30%;
}
@media only screen and (max-width: 1800px) {
  .subscribe__section__one .subscribe__one__04 {
    display: none;
  }
}
.subscribe__section__one .subscribe__one__05 {
  left: 54%;
  top: 70%;
}
@media only screen and (max-width: 1800px) {
  .subscribe__section__one .subscribe__one__05 {
    display: none;
  }
}
.subscribe__section__one .subscribe__one__bg {
  width: 100%;
  height: 507px;
  background: #EBF8C8;
  left: 0;
  bottom: 0;
  z-index: -2;
}
@media only screen and (max-width: 1800px) {
  .subscribe__section__one .subscribe__one__bg {
    display: none;
  }
}

.subscribe__section__three {
  background: #EBF8C8;
}
.subscribe__section__three .subscribe__text__content .description__text {
  font-size: 24px;
  line-height: 56px;
  font-weight: 600;
  text-transform: capitalize;
  text-decoration: underline;
  color: #2C2C2C;
}
.subscribe__section__three .subscribe__img__content .subscribe__one__06 {
  position: relative;
  z-index: -1;
  min-width: 216px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: rotation 6s infinite linear;
}
@media only screen and (max-width: 1800px) {
  .subscribe__section__three .subscribe__img__content .subscribe__one__06 {
    display: none;
  }
}
.subscribe__section__three .subscribe__img__content .link__btn {
  position: absolute;
  width: 138px;
  height: 138px;
  display: inline-block;
  line-height: 138px;
  text-align: center;
  border: 1px solid #2C2C2C;
  border-radius: 50%;
  top: 19%;
  left: 37%;
}
@media only screen and (max-width: 1800px) {
  .subscribe__section__three .subscribe__img__content .link__btn {
    display: none;
  }
}
.subscribe__section__three .subscribe__img__content .subscribe__one__02 {
  left: 80px;
  top: -80px;
  z-index: -2;
}
.subscribe__section__three .subscribe__one__03 {
  left: 100px;
  top: 41%;
}
@media only screen and (max-width: 1800px) {
  .subscribe__section__three .subscribe__one__03 {
    display: none;
  }
}
.subscribe__section__three .subscribe__one__04 {
  right: 60px;
  top: 30%;
}
@media only screen and (max-width: 1800px) {
  .subscribe__section__three .subscribe__one__04 {
    display: none;
  }
}
.subscribe__section__three .subscribe__one__05 {
  left: 59%;
  top: 31%;
  transform: rotate(159deg);
}
@media only screen and (max-width: 1800px) {
  .subscribe__section__three .subscribe__one__05 {
    display: none;
  }
}

.about__subscribe {
  z-index: 1;
}
.about__subscribe .subscribe__one__bg {
  z-index: -1;
}

.contact__section {
  background: #FBFEF2;
}
.contact__section .section__title__main {
  font-size: 40px;
  font-weight: 600;
  line-height: 50px;
  text-transform: capitalize;
}
@media only screen and (max-width: 1200px) {
  .contact__section .section__title__main {
    font-size: 32px;
    line-height: 40px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact__section .section__title__main {
    font-size: 28px;
    line-height: 40px;
  }
}
.contact__section .main__address .icon {
  min-width: 84px;
  height: 84px;
  line-height: 80px;
  display: inline-block;
  border-radius: 50%;
  text-align: center;
  border: 1px solid black;
  background: #CFFF45;
}
.contact__section .main__address .icon__one {
  line-height: 0px;
}
.contact__section .main__address .description__text {
  color: #747970;
}
.contact__section .main__address .section__description {
  font-size: 16px;
  line-height: 30px;
  color: black;
}
.contact__section .main__address .sub__title__three {
  color: black;
}
.contact__section .main__contact__form {
  background: white;
  padding: 50px 60px;
  min-height: 815px;
}
.contact__section .main__contact__form .ht_btn {
  font-weight: 600;
  font-size: 16px;
  padding: 18px 42px;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 30px;
  color: black;
  background: #AA336A;
  display: inline-block;
}
.contact__section .main__contact__form .ht_btn:hover {
  color: white;
}
.contact__section .main__contact__form .widget-form {
  padding: 0;
}
.contact__section .main__contact__form .widget-form .contact__label {
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  color: #2C2C2C;
}
.contact__section .main__contact__form .widget-form input,
.contact__section .main__contact__form .widget-form textarea {
  border: 1px solid black;
  border-radius: 5px;
  background: white;
  color: #2C2C2C;
  font-size: 16px;
  font-weight: 400;
  display: block;
  height: 70px;
  width: 100%;
  padding: 17px 24px;
}
.contact__section .main__contact__form .widget-form input::placeholder,
.contact__section .main__contact__form .widget-form textarea::placeholder {
  color: #2C2C2C;
  font-size: 16px;
}
.contact__section .main__contact__form .widget-form input::-moz-placeholder,
.contact__section .main__contact__form .widget-form textarea::-moz-placeholder {
  color: #2C2C2C;
  font-size: 16px;
}
.contact__section .main__contact__form .widget-form input::-ms-placeholder,
.contact__section .main__contact__form .widget-form textarea::-ms-placeholder {
  color: #2C2C2C;
  font-size: 16px;
}
.contact__section .main__contact__form .widget-form input::-webkit-placeholder,
.contact__section .main__contact__form .widget-form textarea::-webkit-placeholder {
  color: #2C2C2C;
  font-size: 16px;
}
.contact__section .main__contact__form .widget-form input::-o-placeholder,
.contact__section .main__contact__form .widget-form textarea::-o-placeholder {
  color: #2C2C2C;
  font-size: 16px;
}
.contact__section .main__contact__form .widget-form textarea {
  height: 170px;
}
.contact__section .contact__01 {
  right: 4%;
  top: 50%;
}
@media only screen and (max-width: 1900px) {
  .contact__section .contact__01 {
    display: none;
  }
}

.get__in__touch {
  background: #fee0e5;
  padding: 50px;
  border-radius: 10px;
  position: relative;
  z-index: 1;
}
.get__in__touch h5 {
  font-size: 24px;
  font-weight: 700;
  line-height: 60px;
}
.get__in__touch .single__info__box {
  position: relative;
}
.get__in__touch .single__info__box .contact__01 {
  position: absolute;
  top: -3.5rem;
  left: 7.8rem;
}
.get__in__touch .icon {
  position: relative;
  width: 77px;
  height: 77px;
  border: 5px solid;
  display: inline-block;
  background: black;
  border-radius: 50%;
  color: white;
  text-align: center;
  line-height: 70px;
  font-size: 25px;
  margin-right: 30px;
  z-index: 2;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.get__in__touch .icon:hover {
  background: #AA336A;
}
.get__in__touch span {
  font-size: 20px;
  line-height: 30px;
  color: black;
}

.subscribe__form {
  z-index: 1;
  display: inline-block;
  width: 100%;
  max-width: 555px;
}
.subscribe__form input {
  font-family: "Kumbh Sans", sans-serif !important;
  color: rgba(19, 23, 29, 0.7) !important;
  font-size: 16px !important;
  font-weight: 500;
  line-height: 1;
  height: 60px;
  width: 100%;
  max-width: 555px;
  padding-left: 30px;
  border-radius: 5px;
  border: 1px solid #000;
  background: transparent;
}
.subscribe__form input::-moz-placeholder {
  font-family: "Manrope", sans-serif !important;
  color: rgba(19, 23, 29, 0.7) !important;
  font-size: 16px !important;
}
.subscribe__form input::-o-placeholder {
  font-family: "Manrope", sans-serif !important;
  color: rgba(19, 23, 29, 0.7) !important;
  font-size: 16px !important;
}
.subscribe__form input::-ms-placeholder {
  font-family: "Manrope", sans-serif !important;
  color: rgba(19, 23, 29, 0.7) !important;
  font-size: 16px !important;
}
.subscribe__form input::-webkit-placeholder {
  font-family: "Manrope", sans-serif !important;
  color: rgba(19, 23, 29, 0.7) !important;
  font-size: 16px !important;
}
.subscribe__form input::placeholder {
  font-family: "Manrope", sans-serif !important;
  color: rgba(19, 23, 29, 0.7) !important;
  font-size: 16px !important;
}
@media only screen and (max-width: 991.98px) {
  .subscribe__form input {
    max-width: 100%;
  }
}
.subscribe__form .submit-btn {
  background: black;
  color: white;
  font-weight: 700;
  position: absolute;
  top: 4px;
  right: 4px;
  height: 52px;
  display: inline-block;
  line-height: 52px;
  border: 0;
  padding: 0 25px;
  border-radius: 5px;
}
.subscribe__form .submit-btn::before {
  background: #AA336A;
}
@media only screen and (max-width: 767.98px) {
  .subscribe__form .submit-btn {
    display: none;
  }
}

.submit__form {
  padding: 40px;
}
.submit__form .input__box label {
  color: white;
  font-size: 18px;
  display: inline-block;
  margin-bottom: 15px;
}
.submit__form .input__box input {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
  font-weight: 400;
  display: block;
  background: transparent;
  border: 0;
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  height: 60px;
  width: 100%;
}
.submit__form .input__box input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 16px;
}
.submit__form .input__check label {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  margin-top: 3px;
  margin-left: 7px;
}
.submit__form .input__check .form-check-input {
  background: transparent;
  border: 2px solid rgba(255, 255, 255, 0.2);
  border-radius: 0px;
  width: 30px;
  height: 30px;
  line-height: 30;
}
.submit__form .input__check .form-check-input:focus {
  box-shadow: none;
}
.submit__form .input__check .form-check-input:checked {
  background: #AA336A;
}
@media only screen and (max-width: 991.98px) {
  .submit__form {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media only screen and (max-width: 767.98px) {
  .submit__form {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.form__title__one {
  color: #2C2C2C;
  line-height: 32px;
  font-weight: 400;
  font-size: 32px;
}
@media only screen and (max-width: 1200px) {
  .form__title__one {
    font-size: 26px;
  }
}
@media only screen and (max-width: 991.98px) {
  .form__title__one {
    font-size: 24px;
  }
}

.contact__info__section .single__info__box {
  background: #79817e;
  text-align: center;
  padding: 33px 0 32px 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact__info__section .single__info__box .icon {
  color: #AA336A;
  font-size: 35px;
  background: rgba(190, 232, 71, 0.1);
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 50%;
  margin: 0 auto;
  text-align: center;
  line-height: 84px;
  margin-bottom: 20px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.contact__info__section .single__info__box span {
  color: #2C2C2C;
  font-size: 24px;
  font-family: "Manrope", sans-serif;
  font-weight: 500;
  display: block;
  line-height: 30px;
}
.contact__info__section .single__info__box:hover {
  border-radius: 12px;
  background: white;
  box-shadow: 5px 15px 40px 0px rgba(24, 24, 24, 0.05);
  transform: translateY(-5px);
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
}
.contact__info__section .single__info__box:hover .icon {
  color: white;
  background: #AA336A;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .contact__info__section .single__info__box span {
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .contact__info__section .single__info__box span {
    font-size: 18px;
  }
}

.main__contact__form .ht_btn {
  display: block;
  background: #357ffe;
}
.main__contact__form .widget-form {
  padding: 0;
}
.main__contact__form .widget-form input,
.main__contact__form .widget-form textarea {
  border: 1px solid rgba(27, 33, 47, 0.1);
  border-radius: 5px;
  background: white;
  color: #5a6561;
  font-size: 16px;
  display: block;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  margin-bottom: 23px;
}
.main__contact__form .widget-form input::placeholder,
.main__contact__form .widget-form textarea::placeholder {
  color: #5a6561;
  font-size: 16px;
}
.main__contact__form .widget-form input::-moz-placeholder,
.main__contact__form .widget-form textarea::-moz-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.main__contact__form .widget-form input::-ms-placeholder,
.main__contact__form .widget-form textarea::-ms-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.main__contact__form .widget-form input::-webkit-placeholder,
.main__contact__form .widget-form textarea::-webkit-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.main__contact__form .widget-form input::-o-placeholder,
.main__contact__form .widget-form textarea::-o-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.main__contact__form .widget-form textarea {
  height: 160px;
}

.contact__form__title {
  font-size: 36px;
}
@media only screen and (max-width: 1200px) {
  .contact__form__title {
    font-size: 28px;
  }
}
@media only screen and (max-width: 991.98px) {
  .contact__form__title {
    font-size: 20px;
  }
}

.contact__map iframe {
  width: 100%;
  height: 575px;
  filter: grayscale(100);
  background: #FBFEF2;
  display: block;
}
@media only screen and (max-width: 1200px) {
  .contact__map iframe {
    height: 450px;
  }
}
.contact__map iframe:focus {
  outline: none;
  border: none;
}

.video__section__three {
  z-index: 2;
}
.video__section__three .watch__video {
  position: absolute;
  left: 15%;
  top: 23%;
  max-width: 30%;
}
.video__section__three .video__content__rapper {
  background: white;
  padding: 60px 40px;
  position: absolute;
  left: 53%;
  top: -14%;
  width: 31%;
  box-shadow: 2px 1px 20px -13px rgba(0, 0, 0, 0.75);
  -webkit-box-shadow: 2px 1px 20px -13px rgba(0, 0, 0, 0.75);
  -moz-box-shadow: 2px 1px 20px -13px rgba(0, 0, 0, 0.75);
}
@media only screen and (max-width: 1200px) {
  .video__section__three .video__content__rapper {
    left: 0;
    width: 100%;
  }
}
.video__section__three .video__content__rapper .sub__title__two {
  font-size: 20px;
  line-height: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
.video__section__three .video__content__rapper .section__title__main
p {
  font-size: 20px;
  line-height: 36px;
}

.testimonial__section__one {
  background: #EFF9F8;
}
.testimonial__section__one .img__content::before {
  position: absolute;
  content: '';
  width: 463px;
  height: 491px;
  border-radius: 10px;
  background: #EFF4DC;
  z-index: -2;
  bottom: 0;
}
.testimonial__section__one .img__content::after {
  position: absolute;
  content: '';
  width: 325px;
  height: 325px;
  border-radius: 50%;
  background: #D3ECE5;
  z-index: -1;
  bottom: 140px;
  left: 100px;
}
.testimonial__section__one .text__content .icon {
  background: white;
  padding: 13px 20px;
  display: inline-block;
  line-height: 1;
  border-radius: 10px;
}
.testimonial__section__one .text__content .sub__title__three {
  color: black;
  font-weight: 600;
}
.testimonial__section__one .text__content .description__text {
  font-weight: 500;
  line-height: 16px;
  color: black;
}
.testimonial__section__one .text__content .quotation__text {
  color: black;
}
.testimonial__section__one .testimonial__01 {
  right: 0;
  top: 0;
}
@media only screen and (max-width: 1800px) {
  .testimonial__section__one .testimonial__01 {
    display: none;
  }
}
.testimonial__section__one .testimonial__02 {
  left: 20px;
  top: 80px;
}
@media only screen and (max-width: 1800px) {
  .testimonial__section__one .testimonial__02 {
    display: none;
  }
}
.testimonial__section__one .testimonial__03 {
  right: 8%;
  bottom: 15%;
}
@media only screen and (max-width: 1800px) {
  .testimonial__section__one .testimonial__03 {
    display: none;
  }
}
.testimonial__section__one .swiper-pagination {
  position: relative;
}
.testimonial__section__one .swiper-horizontal &gt; .swiper-pagination-bullets .swiper-pagination-bullet,
.testimonial__section__one .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 8px);
}
.testimonial__section__one .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: transparent;
  border: 1px solid black;
  opacity: 1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial__section__one .swiper-pagination-bullet-active {
  background: black;
}

.testimonial__section__two .testimonial__main__content {
  padding-left: 60px;
}
.testimonial__section__two .testimonial__main__content::before {
  position: absolute;
  content: '';
  width: 570px;
  height: 505px;
  border-radius: 10px;
  background: white;
  z-index: -2;
  bottom: 0;
  left: 0px;
}
.testimonial__section__two .testimonial__02 {
  left: 60%;
  top: 0;
}
@media only screen and (max-width: 1800px) {
  .testimonial__section__two .testimonial__02 {
    display: none;
  }
}
.testimonial__section__two .testimonial__03 {
  left: 134px;
  top: 238px;
}
@media only screen and (max-width: 1800px) {
  .testimonial__section__two .testimonial__03 {
    display: none;
  }
}
.testimonial__section__two .img__content::before {
  position: absolute;
  content: '';
  width: 463px;
  height: 491px;
  border-radius: 10px;
  background: #EFF4DC;
  z-index: -2;
  bottom: 0;
  left: 14px;
}
.testimonial__section__two .img__content::after {
  position: absolute;
  content: '';
  width: 325px;
  height: 325px;
  border-radius: 50%;
  background: #D3ECE5;
  z-index: -1;
  bottom: 140px;
  left: 100px;
}

.testimonial__section__three .testimonial__main__content {
  background: white;
  padding: 60px 56px;
  border-radius: 15px;
}
.testimonial__section__three .quotation__text {
  font-size: 26px;
  line-height: 46px;
}
.testimonial__section__three .quotation__icon .quote__icon {
  background: #AA336A;
  min-width: 78px;
  height: 78px;
  line-height: 78px;
  display: inline-block;
  text-align: center;
  color: black;
  border-radius: 50%;
  position: relative;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.testimonial__section__three .quotation__icon .quote__shape {
  width: 291px;
  height: 1px;
  background: #5a6561;
  opacity: 0.2;
}
@media only screen and (max-width: 1900px) {
  .testimonial__section__three .quotation__icon .quote__shape {
    display: none;
  }
}
.testimonial__section__three .quotation__icon .quote__thumb {
  display: inline-block;
}
.testimonial__section__three .quotation__icon .quote__thumb img {
  border: 1px solid white;
  border-radius: 50%;
  margin-left: -20px;
}
.testimonial__section__three .quotation__icon .quote__thumb .testimonial__three__01 {
  display: inline-block;
  position: relative;
}
.testimonial__section__three .testimonial__03 {
  left: 134px;
  top: 238px;
}
@media only screen and (max-width: 1800px) {
  .testimonial__section__three .testimonial__03 {
    display: none;
  }
}

.blog__section__one .blog__one__wrapper {
  min-height: 590px;
}
.blog__section__one .blog__one__wrapper:hover .blog__thumb {
  border-radius: 5px;
}
.blog__section__one .blog__one__wrapper:hover .blog__thumb img {
  transform: scale(1.2);
}
.blog__section__one .blog__one__wrapper:hover .blog__icon__wrapper {
  background: #AA336A;
}
.blog__section__one .blog__one__wrapper:hover .sub__title__three {
  text-decoration: underline;
}
.blog__section__one .blog__one__wrapper:hover .ht_btn {
  color: white;
  background: #2C2C2C;
}
.blog__section__one .blog__one__wrapper .blog__thumb {
  overflow: hidden;
}
.blog__section__one .blog__one__wrapper .blog__thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: scale(1);
}
.blog__section__one .blog__one__wrapper .blog__icon__wrapper {
  position: absolute;
  bottom: -15px;
  padding: 22px 28px;
  line-height: 3;
  display: inline-block;
  background: #F9FFE9;
  border-radius: 0 0 5px 5px;
  width: 100%;
  min-height: 256px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__section__one .blog__one__wrapper .sub__title__three {
  font-weight: 600;
  line-height: 32px;
  color: black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__section__one .blog__one__wrapper .ht_btn {
  font-weight: 500;
  font-size: 15px;
  color: black;
  background: #AA336A;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 14px 33px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__section__one .blog__one__wrapper .ht_btn:hover {
  color: white;
}
.blog__section__one .blog__one__wrapper .ht_btn:hover::before {
  background: #2C2C2C;
}
.blog__section__one .blog__01 {
  left: 100px;
  top: 0;
}
@media only screen and (max-width: 1800px) {
  .blog__section__one .blog__01 {
    display: none;
  }
}
.blog__section__one .blog__02 {
  right: 60px;
  top: 0;
}
@media only screen and (max-width: 1800px) {
  .blog__section__one .blog__02 {
    display: none;
  }
}

.blog__section__two {
  background: #EBF8C8;
}
.blog__section__two .blog__one__wrapper {
  min-height: 644px;
}
.blog__section__two .blog__one__wrapper:hover .blog__thumb {
  border-radius: 5px;
}
.blog__section__two .blog__one__wrapper:hover .blog__thumb img {
  transform: scale(1.2);
}
.blog__section__two .blog__one__wrapper:hover .blog__icon__wrapper {
  background: #AA336A;
}
.blog__section__two .blog__one__wrapper:hover .sub__title__three {
  text-decoration: underline;
}
.blog__section__two .blog__one__wrapper:hover .ht_btn {
  color: white;
  background: #2C2C2C;
}
.blog__section__two .blog__one__wrapper .blog__thumb {
  overflow: hidden;
}
.blog__section__two .blog__one__wrapper .blog__thumb img {
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  transform: scale(1);
}
.blog__section__two .blog__one__wrapper .blog__icon__wrapper {
  position: absolute;
  bottom: 0px;
  padding: 22px 28px;
  line-height: 4;
  display: inline-block;
  background: #F9FFE9;
  border: 1px solid black;
  border-radius: 10px;
  width: 100%;
  min-height: 644px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__section__two .blog__one__wrapper .ht_btn {
  font-weight: 500;
  font-size: 15px;
  color: #2C2C2C;
  background: #AA336A;
  border: 1px solid black;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 14px 33px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__section__two .blog__one__wrapper .ht_btn:hover {
  color: white;
}
.blog__section__two .blog__one__wrapper .ht_btn:hover::before {
  background: #2C2C2C;
}
.blog__section__two .blog__one__wrapper .blog__author {
  line-height: 1;
}
.blog__section__two .blog__one__wrapper .blog__author p {
  font-size: 15px;
  line-height: 18px;
  color: #5a6561;
}
.blog__section__two .blog__one__wrapper .blog__author span {
  font-size: 16px;
  color: black;
  font-weight: 600;
}
.blog__section__two .blog__01 {
  left: 100px;
  top: 190px;
}
@media only screen and (max-width: 1800px) {
  .blog__section__two .blog__01 {
    display: none;
  }
}
.blog__section__two .blog__02 {
  right: 60px;
  top: 130px;
}
@media only screen and (max-width: 1800px) {
  .blog__section__two .blog__02 {
    display: none;
  }
}
.blog__section__two .blog__two__01 {
  right: 60px;
  bottom: 246px;
}
@media only screen and (max-width: 1800px) {
  .blog__section__two .blog__two__01 {
    display: none;
  }
}

.blog__two .left-blog {
  position: relative;
}
.blog__two .left-one .card {
  border: 1px solid #E2E2E2;
  padding: 40px;
  border-radius: 10px;
}
.blog__two .left-one .card-body {
  background: transparent;
  display: inline-block;
  padding: 0;
}
.blog__two .left-one .card-body .top__body {
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
}
.blog__two .left-one .card-body .top__body .blog__date {
  color: black;
  border: 1px solid black;
  border-radius: 3px;
  padding: 2px 4px;
  line-height: 1;
}
.blog__two .left-one .card-body .top__body .blog__taq {
  border: 1px solid black;
  background: #AA336A;
  color: black;
  border-radius: 3px;
  padding: 2px 4px;
  line-height: 1;
  margin-left: -2px;
}
.blog__two .left-one .card-body h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__two .left-one .card-body h4:hover {
  color: #AA336A;
}
@media only screen and (max-width: 991.98px) {
  .blog__two .left-one .card-body h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.blog__two .left-one .post__date {
  background: black;
  color: white;
  padding: 5px 31px;
  font-size: 13px;
  line-height: 28px;
  display: inline-block;
  position: absolute;
  left: 5%;
  top: 58%;
  border-radius: 3px;
}
@media only screen and (max-width: 1800px) {
  .blog__two .left-one .post__date {
    display: none;
  }
}
.blog__two .blog_link .ht_btn {
  font-weight: 500;
  font-size: 15px;
  color: #2C2C2C;
  background: #AA336A;
  border: 1px solid black;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 14px 42px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__two .blog_link .ht_btn:hover {
  color: white;
}
.blog__two .blog_link .ht_btn:hover::before {
  background: #2C2C2C;
}
.blog__two .pagination li {
  display: inline-block;
  margin-right: 20px;
}
.blog__two .pagination li a {
  width: 44px;
  height: 45px;
  background: #F0FAF9;
  color: black;
  font-size: 18px;
  font-weight: 500;
  border-radius: 5px;
  text-align: center;
  line-height: 45px;
  border: 1px solid black;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__two .pagination li a:hover {
  background: #AA336A;
}
.blog__two .pagination li .next__pagination {
  width: 93px;
}
.blog__two .right-blog {
  background: #EFF9F8;
  border: 1px solid #E2E2E2;
  padding: 37px 30px;
  border-radius: 70px 3px 3px 70px;
  background-size: cover;
}
.blog__two .blog-search {
  background: white;
  display: block;
  padding: 30px 35px;
  border-radius: 70px 5px 5px 70px;
}
.blog__two .blog-search .search-form {
  width: 100%;
  max-width: 291px;
}
.blog__two .blog-search input {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px 0 0 30px;
  outline: none;
  border: 1px solid black;
  padding-left: 20px;
}
.blog__two .blog-search input::placeholder {
  color: rgba(24, 24, 24, 0.5);
}
.blog__two .blog-search input::-moz-placeholder {
  color: rgba(24, 24, 24, 0.5);
}
.blog__two .blog-search input::-ms-placeholder {
  color: rgba(24, 24, 24, 0.5);
}
.blog__two .blog-search input::-webkit-placeholder {
  color: rgba(24, 24, 24, 0.5);
}
.blog__two .blog-search input::-o-placeholder {
  color: rgba(24, 24, 24, 0.5);
}
.blog__two .blog-search .search__icon {
  top: 16px;
  right: 16px;
}
.blog__two .widget-right-section {
  padding: 30px 26px 30px 35px;
  background: white;
  border-radius: 70px 3px 3px 70px;
}
.blog__two .sub__title__two {
  font-weight: 500;
  text-transform: capitalize;
}
.blog__two .service-widget {
  list-style: none;
}
.blog__two .service-widget li a {
  position: relative;
}
.blog__two .service-widget li a span {
  color: #5a6561;
  padding-left: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__two .service-widget li a b {
  position: absolute;
  right: 15px;
  top: 5px;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__two .service-widget li a:hover {
  background: #AA336A;
  color: black;
}
.blog__two .service-widget li a:hover span {
  color: black;
  padding-left: 0;
}
.blog__two .service-widget li a:hover::before {
  display: none;
}
.blog__two .service-widget li a:hover b {
  display: inline-block;
}
.blog__two .blog-post {
  padding: 30px 26px 30px 35px;
  background: white;
  border-radius: 70px 3px 3px 70px;
}
.blog__two .blog-post .sub__title__two::after {
  position: absolute;
  content: url(../img/service/service__shape__01.png);
  left: 40%;
  top: -5px;
}
.blog__two .blog-post h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #2C2C2C;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__two .blog-post h6:hover {
  color: #AA336A;
  text-decoration: underline;
}
.blog__two .blog-post p {
  color: #2C2C2C;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  padding: 2px 3px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__two .blog-post .icon {
  min-width: 69px;
  margin-right: 20px;
}
.blog__two .blog-taq {
  padding: 30px 26px 30px 35px;
  background: white;
  border-radius: 70px 3px 3px 70px;
}
.blog__two .blog-taq .sub__title__two::after {
  position: absolute;
  content: url(../img/service/service__shape__01.png);
  left: 20%;
  top: -5px;
}
.blog__two .blog-taq a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #5a6561;
  background: #EDF6F6;
  margin: 0 5px 7px 0;
  padding: 5px 13px 5px 13px;
  text-transform: capitalize;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__two .blog-taq a:hover {
  color: white;
  background: #2C2C2C;
}
.blog__two .widget-Live {
  padding: 37px 30px;
  border-radius: 70px 5px 5px 70px;
  z-index: 2;
  background-image: url(../img/blog/blog__list__05.png);
  background-size: cover;
  background-color: #341539;
}

.blog__details .left-blog .left-one .card {
  border: 1px solid #E2E2E2;
  padding: 42px 40px;
  border-radius: 10px;
}
.blog__details .left-blog .left-one .card-body {
  background: transparent;
  display: inline-block;
  padding: 0;
}
.blog__details .left-blog .left-one .top__body {
  font-size: 13px;
  line-height: 13px;
  font-weight: 500;
  position: absolute;
  top: -37px;
  left: 20px;
}
.blog__details .left-blog .left-one .top__body .blog__date {
  color: black;
  background: white;
  border: 1px solid black;
  border-radius: 3px;
  padding: 2px 4px;
  line-height: 1;
}
.blog__details .left-blog .left-one .top__body .blog__taq {
  border: 1px solid black;
  background: #AA336A;
  color: black;
  border-radius: 3px;
  padding: 2px 4px;
  line-height: 1;
  margin-left: -2px;
}
.blog__details .left-blog .left-one h4 {
  font-size: 30px;
  font-weight: 600;
  line-height: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__details .left-blog .left-one h4:hover {
  color: #AA336A;
}
@media only screen and (max-width: 991.98px) {
  .blog__details .left-blog .left-one h4 {
    font-size: 24px;
    line-height: 32px;
  }
}
.blog__details .left-blog .left-one .blog__author .wiget__icon {
  min-width: 53px;
}
.blog__details .left-blog .left-one .blog__author p {
  font-size: 15px;
  font-weight: 500;
  line-height: 20px;
}
.blog__details .left-blog .left-one .blog__author .sub__title__three {
  font-size: 15px;
  font-weight: 600;
  line-height: 20px;
  color: black;
}
.blog__details .left-blog .left-one .blog__author .blog__social__media ul li {
  display: inline-block;
  margin: 0 8px;
}
.blog__details .left-blog .left-one .blog__author .blog__social__media ul li a {
  width: 36px;
  height: 36px;
  line-height: 35px;
  text-align: center;
  background: transparent;
  color: #000;
  border: 1px solid black;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__details .left-blog .left-one .blog__author .blog__social__media ul li a:hover {
  color: white;
  background: black;
}
.blog__details .left-blog .left-one .blog__author .blog__social__media h6 {
  font-size: 18px;
  font-weight: 500;
  line-height: 36px;
  color: black;
}
.blog__details .left-blog .description__text {
  line-height: 30px;
}
.blog__details .left-blog .project__box__two ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  padding: 3px 36px;
  color: #5a6561;
  position: relative;
}
@media only screen and (max-width: 575.98px) {
  .blog__details .left-blog .project__box__two ul li {
    padding-left: 30px;
  }
}
.blog__details .left-blog .project__box__two ul li::before {
  position: absolute;
  content: url(../img/icon/check__02.png);
  left: 0;
  top: 7px;
}
.blog__details .left-blog .taq ul li {
  display: inline-block;
  margin: 0 2px;
}
.blog__details .left-blog .taq ul li a {
  font-size: 14px;
  font-weight: 500;
  line-height: 14px;
  padding: 6px 10px;
  text-align: center;
  background: transparent;
  color: #2C2C2C;
  border: 1px solid black;
  border-radius: 5px;
  text-transform: capitalize;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
}
.blog__details .left-blog .taq ul li a:hover {
  background: #F0FAF9;
}
.blog__details .left-blog .taq h6 {
  font-size: 16px;
  font-weight: 500;
  line-height: 36px;
  color: black;
}
.blog__details .left-blog .admin__post .icon {
  min-width: 91px;
  margin-right: 30px;
}
.blog__details .left-blog .admin__post .section__description {
  font-size: 20px;
  font-weight: 600;
  color: black;
  line-height: 36px;
}
.blog__details .left-blog .admin__post span {
  font-size: 15px;
  font-weight: 400;
}
.blog__details .left-blog .admin__post .replay {
  background: #AA336A;
  color: black;
  padding: 5px 15px;
  border-radius: 5px;
  text-align: center;
  display: inline-block;
  line-height: 1;
  font-size: 14px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__details .left-blog .admin__post .replay:hover {
  color: white;
  background: #2C2C2C;
}
.blog__details .left-blog .widget-form {
  padding: 0;
}
.blog__details .left-blog .widget-form input,
.blog__details .left-blog .widget-form textarea {
  border: 1px solid black;
  border-radius: 40px;
  color: #5a6561;
  font-size: 16px;
  display: block;
  height: 50px;
  width: 100%;
  padding-left: 20px;
  background: #F8FBE7;
  margin-bottom: 23px;
}
.blog__details .left-blog .widget-form input:focus,
.blog__details .left-blog .widget-form textarea:focus {
  background: transparent;
  outline: none;
}
.blog__details .left-blog .widget-form input::placeholder,
.blog__details .left-blog .widget-form textarea::placeholder {
  color: #5a6561;
  font-size: 16px;
}
.blog__details .left-blog .widget-form input::-moz-placeholder,
.blog__details .left-blog .widget-form textarea::-moz-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.blog__details .left-blog .widget-form input::-ms-placeholder,
.blog__details .left-blog .widget-form textarea::-ms-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.blog__details .left-blog .widget-form input::-webkit-placeholder,
.blog__details .left-blog .widget-form textarea::-webkit-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.blog__details .left-blog .widget-form input::-o-placeholder,
.blog__details .left-blog .widget-form textarea::-o-placeholder {
  color: #5a6561;
  font-size: 16px;
}
.blog__details .left-blog .widget-form textarea {
  height: 160px;
  padding-left: 30px;
}
.blog__details .left-blog .widget-form .ht_btn {
  background: #AA336A;
  color: black;
  font-family: "Manrope", sans-serif;
  font-weight: 600;
  text-transform: capitalize;
  border-radius: 5px;
  border: 1px solid black;
  border-radius: 40px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__details .left-blog .widget-form .ht_btn:hover {
  color: white;
}
.blog__details .left-blog .widget-form .ht_btn:hover::before {
  background: #2C2C2C;
}
.blog__details .right-blog {
  background: #EFF9F8;
  border: 1px solid #E2E2E2;
  padding: 37px 30px;
  border-radius: 70px 3px 3px 70px;
  background-size: cover;
}
.blog__details .blog-search {
  background: white;
  display: block;
  padding: 30px 35px;
  border-radius: 70px 5px 5px 70px;
}
.blog__details .blog-search .search-form {
  width: 100%;
  max-width: 291px;
}
.blog__details .blog-search input {
  width: 100%;
  height: 50px;
  font-size: 16px;
  font-weight: 400;
  border-radius: 30px 0 0 30px;
  outline: none;
  border: 1px solid black;
  padding-left: 20px;
}
.blog__details .blog-search input::placeholder {
  color: rgba(24, 24, 24, 0.5);
}
.blog__details .blog-search input::-moz-placeholder {
  color: rgba(24, 24, 24, 0.5);
}
.blog__details .blog-search input::-ms-placeholder {
  color: rgba(24, 24, 24, 0.5);
}
.blog__details .blog-search input::-webkit-placeholder {
  color: rgba(24, 24, 24, 0.5);
}
.blog__details .blog-search input::-o-placeholder {
  color: rgba(24, 24, 24, 0.5);
}
.blog__details .blog-search .search__icon {
  top: 16px;
  right: 16px;
}
.blog__details .widget-right-section {
  padding: 30px 26px 30px 35px;
  background: white;
  border-radius: 70px 3px 3px 70px;
}
.blog__details .sub__title__two {
  font-weight: 500;
  text-transform: capitalize;
}
.blog__details .service-widget {
  list-style: none;
}
.blog__details .service-widget li a {
  position: relative;
}
.blog__details .service-widget li a span {
  color: #5a6561;
  padding-left: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__details .service-widget li a b {
  position: absolute;
  right: 15px;
  top: 5px;
  display: none;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__details .service-widget li a:hover {
  background: #AA336A;
  color: black;
}
.blog__details .service-widget li a:hover span {
  color: black;
  padding-left: 0;
}
.blog__details .service-widget li a:hover::before {
  display: none;
}
.blog__details .service-widget li a:hover b {
  display: inline-block;
}
.blog__details .blog-post {
  padding: 30px 26px 30px 35px;
  background: white;
  border-radius: 70px 3px 3px 70px;
}
.blog__details .blog-post .sub__title__two::after {
  position: absolute;
  content: url(../img/service/service__shape__01.png);
  left: 40%;
  top: -5px;
}
.blog__details .blog-post h6 {
  font-size: 16px;
  line-height: 26px;
  font-weight: 600;
  color: #2C2C2C;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__details .blog-post h6:hover {
  color: #AA336A;
  text-decoration: underline;
}
.blog__details .blog-post p {
  color: #2C2C2C;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  padding: 2px 3px;
  border-radius: 3px;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__details .blog-post .icon {
  min-width: 69px;
  margin-right: 20px;
}
.blog__details .blog-taq {
  padding: 30px 26px 30px 35px;
  background: white;
  border-radius: 70px 3px 3px 70px;
}
.blog__details .blog-taq .sub__title__two::after {
  position: absolute;
  content: url(../img/service/service__shape__01.png);
  left: 20%;
  top: -5px;
}
.blog__details .blog-taq a {
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  color: #5a6561;
  background: #EDF6F6;
  margin: 0 5px 7px 0;
  padding: 5px 13px 5px 13px;
  text-transform: capitalize;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.blog__details .blog-taq a:hover {
  color: white;
  background: #2C2C2C;
}
.blog__details .widget-Live {
  padding: 37px 30px;
  border-radius: 70px 5px 5px 70px;
  z-index: 2;
  background-image: url(../img/blog/blog__list__05.png);
  background-size: cover;
  background-color: #341539;
}

.choose__section__two .section__description {
  font-size: 18px;
}
.choose__section__two .sub__title__three {
  font-weight: 600;
}
.choose__section__two .choose__two__context ul li {
  display: inline-block;
}
.choose__section__two .choose__two__context ul li .icon {
  min-width: 66px;
  height: 66px;
  line-height: 60px;
  background: #F5FDFD;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.choose__section__two .choose__two__context ul li .icon:hover {
  background: #2C2C2C;
  border: 1px solid transparent;
}
.choose__section__two .choose__two__context ul li .icon:hover h4 {
  color: white;
}
.choose__section__two .choose__two__context ul li .icon h4 {
  font-size: 36px;
  font-weight: 500;
  color: black;
  line-height: 62px;
}
.choose__section__two .member__list::before {
  position: absolute;
  content: url(../img/shape/choose__two__02.png);
  left: -47%;
  top: -80%;
  z-index: -1;
}
@media only screen and (max-width: 1800px) {
  .choose__section__two .member__list::before {
    display: none;
  }
}
.choose__section__two .choose__img__wrapper {
  position: relative;
  display: block;
  max-width: 785px;
  width: 100%;
  margin-left: 0px;
  margin-top: -130px;
}
@media only screen and (max-width: 1200px) {
  .choose__section__two .choose__img__wrapper {
    max-width: 100%;
    margin-top: 0px;
  }
}
.choose__section__two .choose__img__wrapper .choose-two__img-inner {
  position: relative;
  display: block;
}
.choose__section__two .choose__img__wrapper .choose__two__01 {
  z-index: -1;
  max-width: 785px;
}
@media only screen and (max-width: 1200px) {
  .choose__section__two .choose__img__wrapper .choose__two__01 {
    max-width: 100%;
  }
}
.choose__section__two .choose__img__wrapper .choose__two__03 {
  width: 100%;
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 0;
}
@media only screen and (max-width: 1800px) {
  .choose__section__two .choose__img__wrapper .choose__two__03 {
    display: none;
  }
}
.choose__section__two .choose__two__04 {
  left: 0%;
  top: -31%;
  z-index: -3;
}
@media only screen and (max-width: 1800px) {
  .choose__section__two .choose__two__04 {
    display: none;
  }
}

.choose__section__three .section__description {
  font-size: 18px;
}
.choose__section__three .sub__title__three {
  font-weight: 600;
}
.choose__section__three .choose__two__context ul li {
  display: inline-block;
}
.choose__section__three .choose__two__context ul li .icon {
  min-width: 66px;
  height: 66px;
  line-height: 60px;
  background: #F5FDFD;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.choose__section__three .choose__two__context ul li .icon:hover {
  background: #2C2C2C;
  border: 1px solid transparent;
}
.choose__section__three .choose__two__context ul li .icon:hover h4 {
  color: white;
}
.choose__section__three .choose__two__context ul li .icon h4 {
  font-size: 36px;
  font-weight: 500;
  color: black;
  line-height: 62px;
}
.choose__section__three .member__list::before {
  position: absolute;
  content: url(../img/shape/choose__two__02.png);
  left: -47%;
  top: -80%;
  z-index: -1;
}
@media only screen and (max-width: 1800px) {
  .choose__section__three .member__list::before {
    display: none;
  }
}
.choose__section__three .choose__img__wrapper {
  position: relative;
  display: block;
  max-width: 608px;
  width: 100%;
  margin-left: -217px;
  margin-top: 0;
  bottom: -30px;
}
@media only screen and (max-width: 1200px) {
  .choose__section__three .choose__img__wrapper {
    max-width: 100%;
    margin-top: 0px;
    margin-left: 0px;
  }
}
.choose__section__three .choose__img__wrapper .choose-two__img-inner {
  position: relative;
  display: block;
}
.choose__section__three .choose__img__wrapper .choose__two__01 {
  z-index: -1;
  max-width: 608px;
}
@media only screen and (max-width: 1200px) {
  .choose__section__three .choose__img__wrapper .choose__two__01 {
    max-width: 100%;
  }
}
.choose__section__three .choose__img__wrapper .choose__two__03 {
  width: 100%;
  position: absolute;
  z-index: -2;
  left: -100px;
  min-width: 745px;
  top: 53px;
}
@media only screen and (max-width: 1900px) {
  .choose__section__three .choose__img__wrapper .choose__two__03 {
    display: none;
  }
}
.choose__section__three .choose__two__04 {
  left: 0%;
  top: -31%;
  z-index: -3;
}
@media only screen and (max-width: 1800px) {
  .choose__section__three .choose__two__04 {
    display: none;
  }
}
.choose__section__three .choose__three__01 {
  right: 6%;
  top: 16%;
  z-index: 1;
}
@media only screen and (max-width: 1800px) {
  .choose__section__three .choose__three__01 {
    display: none;
  }
}
.choose__section__three .choose__three__02 {
  left: 7%;
  top: 34%;
  z-index: 1;
}
@media only screen and (max-width: 1800px) {
  .choose__section__three .choose__three__02 {
    display: none;
  }
}

.about__choose {
  overflow: hidden;
}
.about__choose .choose__bg {
  content: '';
  width: 100%;
  min-height: 918px;
  background-color: #EFF1E8;
  background-image: url(../img/bg/service__two__01.png);
  z-index: -4;
  bottom: 0;
  background-size: cover;
  opacity: 0.5;
}

.faq .contact__me {
  width: 105px;
  height: 105px;
  display: inline-block;
  background: #AA336A;
  color: white;
  text-align: center;
  line-height: 100px;
  border-radius: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.faq .contact__me:hover {
  background: #357ffe;
}
.faq h4 {
  font-size: 28px;
  line-height: 50px;
}
.faq .accordion {
  border: none;
  outline: none;
}
.faq .accordion-header {
  border: none;
}
.faq .accordion-item:not(.collapsed) {
  border-radius: 5px;
  color: #01050C;
}
.faq .accordion-button {
  border-radius: 5px;
}
.faq .accordion-button::after {
  position: absolute;
  background: none;
  content: '+';
  height: auto;
  font-size: 36px;
  font-weight: 500;
  transition: all 0.3s ease-in-out;
  line-height: 1;
  right: 5%;
  top: 0px;
}
.faq .accordion-button.collapsed {
  border-radius: 5px;
  color: #010212;
  background: #F8EEF0;
  transition: all 0.3s ease-in-out;
  padding: 10px 18px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}
@media only screen and (max-width: 991.98px) {
  .faq .accordion-button.collapsed {
    font-size: 14px;
    padding: 10px 31px;
  }
}
.faq .accordion-button:not(.collapsed) {
  border-radius: 5px;
  color: #010212;
  background: #F8EEF0;
  transition: all 0.3s ease-in-out;
  padding-top: 10px;
  padding: 10px 18px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
  background: white;
  border: none;
  box-shadow: none;
}
@media only screen and (max-width: 991.98px) {
  .faq .accordion-button:not(.collapsed) {
    font-size: 14px;
    padding: 10px 31px;
  }
}
.faq .accordion-button:not(.collapsed)::after {
  position: absolute;
  right: 5%;
  top: 9px;
  background: none;
  content: '-';
  height: auto;
  font-weight: 700;
  font-size: 36px;
  transition: all 0.3s ease-in-out;
  line-height: 1.5;
}
.faq .accordion-body p {
  color: #010212;
  font-size: 16px;
  line-height: 32px;
  padding-right: 126px;
}

.page-error h4 {
  font-size: 34px;
  line-height: 34px;
}
.page-error .search-form input {
  padding-left: 30px;
  background: white;
  border: 1px solid #03060d;
  border-radius: 10px;
  margin: auto;
  width: 70%;
  height: 60px;
}
.page-error .search-form input::placeholder {
  font-size: 16px;
  color: rgba(24, 24, 24, 0.8);
}
.page-error .search-form input::-moz-placeholder {
  font-size: 16px;
  color: rgba(24, 24, 24, 0.8);
}
.page-error .search-form input::-ms-placeholder {
  font-size: 16px;
  color: rgba(24, 24, 24, 0.8);
}
.page-error .search-form input::-webkit-placeholder {
  font-size: 16px;
  color: rgba(24, 24, 24, 0.8);
}
.page-error .search-form input::-o-placeholder {
  font-size: 16px;
  color: rgba(24, 24, 24, 0.8);
}
.page-error .ht_btn {
  background: #357ffe;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 18px 38px;
}

.service__section__one .service__contact {
  border: 1px solid black;
  background: white;
  border-radius: 5px;
  padding: 26px 15px;
}
.service__section__one .service__contact::after {
  position: absolute;
  content: '';
  width: 163px;
  height: 163px;
  border-radius: 50%;
  top: -26px;
  left: -41px;
  z-index: -1;
  background: #D3ECE5;
}
@media only screen and (max-width: 1800px) {
  .service__section__one .service__contact::after {
    display: none;
  }
}
.service__section__one .service__contact .ht_btn {
  font-weight: 500;
  font-size: 15px;
  background: #AA336A;
  color: black;
  text-transform: capitalize;
  border-radius: 30px;
  padding: 15px 20px;
  border: 2px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service__section__one .service__contact .ht_btn:hover {
  color: white;
  border: 2px solid black;
}
.service__section__one .service__contact .ht_btn:hover::before {
  background: black;
}
.service__section__one .single__offer__box {
  width: 420px;
  height: 370px;
  line-height: 1;
  background: white;
  padding: 43px;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service__section__one .single__offer__box:hover {
  background: #AA336A;
}
.service__section__one .single__offer__box:hover .description__text {
  color: #2C2C2C;
}
.service__section__one .single__offer__box .ht_btn {
  font-weight: 500;
  font-size: 15px;
  color: white;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 14px 33px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service__section__one .single__offer__box .ht_btn:hover {
  color: white;
}
.service__section__one .single__offer__box .ht_btn:hover::before {
  background: black;
}
.service__section__one .icon__rapper .icon {
  min-width: 82px;
  height: 82px;
  line-height: 76px;
  background: #AA336A;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service__section__one .icon__rapper .icon:hover {
  background: #2C2C2C;
  border: 1px solid transparent;
}
.service__section__one .icon__rapper .icon:hover img {
  filter: invert(100%);
}
.service__section__one .sub__title__four {
  padding-left: 20px;
}
.service__section__one .service__bg {
  content: '';
  width: 100%;
  min-height: 1019px;
  background: #EFF1E8;
  z-index: -2;
  bottom: 0px;
  background-size: cover;
}
@media only screen and (max-width: 1800px) {
  .service__section__one .service__bg {
    display: none;
  }
}

.service__section__two .single__offer__box {
  position: relative;
  z-index: 2;
  width: 420px;
  height: 452px;
  line-height: 5;
  background: white;
  padding: 50px 40px;
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service__section__two .single__offer__box::after {
  position: absolute;
  content: '';
  width: 341px;
  height: 300px;
  border: 1px solid black;
  opacity: 0.1;
  border-radius: 5px;
  top: 95px;
  right: 39px;
  z-index: -1;
}
@media only screen and (max-width: 1800px) {
  .service__section__two .single__offer__box::after {
    display: none;
  }
}
.service__section__two .single__offer__box:hover {
  background: white;
  border: 1px solid black;
}
.service__section__two .single__offer__box:hover .description__text {
  color: #2C2C2C;
}
.service__section__two .single__offer__box .ht_btn {
  font-weight: 500;
  font-size: 15px;
  color: white;
  display: block;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 14px 33px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service__section__two .single__offer__box .ht_btn i {
  margin-left: 10px;
}
.service__section__two .single__offer__box .ht_btn:hover {
  color: black;
}
.service__section__two .single__offer__box .ht_btn:hover::before {
  background: #AA336A;
}
.service__section__two .sub__title__four {
  padding-left: 0px;
}
.service__section__two .service__contact {
  padding: 26px 30px;
}
.service__section__two .service__contact .icon {
  min-width: 110px;
}
.service__section__two .service__contact .description__text {
  font-size: 24px;
  line-height: 34px;
}
.service__section__two .service__bg {
  content: '';
  width: 100%;
  height: auto;
  max-height: 1130px;
  background-color: #EFF1E8;
  background-image: url(../img/bg/service__two__01.png);
  z-index: -2;
  top: 20px;
  background-size: cover;
}
@media only screen and (max-width: 1800px) {
  .service__section__two .service__bg {
    display: none;
  }
}

.service__section__three .single__offer__box {
  position: relative;
  z-index: 2;
  width: 420px;
  height: 452px;
  line-height: 5;
  background: white;
  padding: 50px 40px;
  border-radius: 5px;
  border: 1px solid transparent;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  max-width: 100% !important;
}
.service__section__three .single__offer__box::after {
  position: absolute;
  content: '';
  width: 341px;
  height: 300px;
  border: 1px solid black;
  opacity: 0.1;
  border-radius: 5px;
  top: 95px;
  right: 39px;
  z-index: -1;
}
@media only screen and (max-width: 1800px) {
  .service__section__three .single__offer__box::after {
    display: none;
  }
}
.service__section__three .single__offer__box:hover {
  background: white;
  border: 1px solid black;
}
.service__section__three .single__offer__box:hover .description__text {
  color: #2C2C2C;
}
.service__section__three .single__offer__box .ht_btn {
  font-weight: 500;
  font-size: 15px;
  color: white;
  display: block;
  text-transform: capitalize;
  border-radius: 5px;
  padding: 14px 33px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service__section__three .single__offer__box .ht_btn i {
  margin-left: 10px;
}
.service__section__three .single__offer__box .ht_btn:hover {
  color: black;
}
.service__section__three .single__offer__box .ht_btn:hover::before {
  background: #AA336A;
}
.service__section__three .sub__title__four {
  padding-left: 0px;
}
.service__section__three .service__contact {
  padding: 26px 30px;
}
.service__section__three .service__contact .icon {
  min-width: 110px;
}
.service__section__three .service__contact .description__text {
  font-size: 24px;
  line-height: 34px;
}
.service__section__three .service__bg {
  content: '';
  width: 100%;
  height: auto;
  max-height: 1130px;
  background-color: #EFF1E8;
  background-image: url(../img/bg/service__two__01.png);
  z-index: -2;
  top: 0px;
  background-size: cover;
}
@media only screen and (max-width: 1800px) {
  .service__section__three .service__bg {
    display: none;
  }
}

.service__section .service__bg {
  content: '';
  width: 100%;
  max-height: 1283px;
  background-color: #EFF1E8;
  background-image: url(../img/service/service__01.png);
  z-index: -2;
  bottom: -100px;
  background-size: cover;
}
@media only screen and (max-width: 1800px) {
  .service__section .service__bg {
    display: none;
  }
}

.service__details__area {
  background: #FDFFF6;
}
.service__details__area .left__service__details {
  background: #EFF9F8;
  border: 1px solid #E2E2E2;
  padding: 37px 30px;
  min-height: 845px;
  background-size: cover;
}
.service__details__area .left__service__details .widget-right-section {
  background: white;
  border-radius: 0 70px 70px 0;
}
.service__details__area .left__service__details .widget-right-section .sub__title__two {
  line-height: 25px;
  font-weight: 400;
  text-transform: uppercase;
  color: #2C2C2C;
  margin-left: 23px;
}
.service__details__area .left__service__details .service-widget {
  list-style: none;
}
.service__details__area .left__service__details .service-widget li:last-child a {
  margin-bottom: 0;
}
.service__details__area .left__service__details .service-widget li a {
  color: #5a6561;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  padding: 5px 20px;
  margin-bottom: 5px;
  border-radius: 5px;
  background: transparent;
  display: block;
  position: relative;
  z-index: 1;
}
.service__details__area .left__service__details .service-widget li a::before {
  content: "\F280";
  font-family: 'bootstrap-icons';
  font-weight: 700;
  font-size: 15px;
  position: relative;
  left: 0;
  top: 0px;
  z-index: -1;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service__details__area .left__service__details .service-widget li a span {
  color: #5a6561;
  padding-left: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service__details__area .left__service__details .service-widget li a:hover {
  background: #AA336A;
  color: black;
}
.service__details__area .left__service__details .service-widget li a:hover span {
  color: black;
  padding-left: 0;
}
.service__details__area .left__service__details .service-widget li a:hover::before {
  left: 90%;
}
@media only screen and (max-width: 1200px) {
  .service__details__area .left__service__details .service-widget li a {
    font-size: 16px;
    padding: 15px 15px;
  }
}
@media only screen and (max-width: 1200px) {
  .service__details__area .left__service__details .service-widget {
    padding: 40px 5px;
  }
}
.service__details__area .left__service__details .widget-Live {
  padding: 37px 30px;
  border-radius: 0 70px 70px 0;
  z-index: 2;
  background-size: cover;
  background-position: center;
  background-color: #341539;
}
.service__details__area .left__service__details .widget-Live .project__details__05 {
  position: absolute;
  left: 0;
  top: -9%;
  z-index: -1;
  border-radius: 5px;
}
@media only screen and (max-width: 1200px) {
  .service__details__area .left__service__details .widget-Live .project__details__05 {
    display: none;
  }
}
.service__details__area .left__service__details .widget-Live .ht_btn {
  background: #AA336A;
  color: black;
  text-transform: capitalize;
  border-radius: 30px;
  font-weight: 600;
  padding: 18px 55px;
  border: 1px solid black;
}
.service__details__area .left__service__details .widget-Live .ht_btn::before {
  background: #2C2C2C;
}
.service__details__area .left__service__details .widget-Live .ht_btn:hover {
  color: white;
}
.service__details__area .service__details__wrapper .section__title__main__two {
  line-height: 72px;
}
.service__details__area .service__details__wrapper .description__text {
  line-height: 30px;
}
.service__details__area .service__details__wrapper .sub__title__three {
  font-size: 24px;
  font-weight: 400;
  line-height: 20px;
}
.service__details__area .service__details__wrapper .sub__title__four {
  line-height: 46px;
}
.service__details__area .service__details__wrapper .sub__title__two {
  font-weight: 600;
  line-height: 30px;
  color: black;
}
.service__details__area .service__details__wrapper .project__box .icon {
  min-width: 72px;
  height: 72px;
  line-height: 66px;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service__details__area .service__details__wrapper .project__box__two {
  background: #F5F9E7;
  padding: 56px 43px;
}
.service__details__area .service__details__wrapper .project__box__two ul li {
  font-weight: 400;
  font-size: 16px;
  line-height: 32px;
  padding: 3px 36px;
  color: #5a6561;
  position: relative;
}
@media only screen and (max-width: 575.98px) {
  .service__details__area .service__details__wrapper .project__box__two ul li {
    padding-left: 30px;
  }
}
.service__details__area .service__details__wrapper .project__box__two ul li::before {
  position: absolute;
  content: url(../img/icon/check__01.png);
  left: 0;
  top: 7px;
}
.service__details__area .service__details__wrapper .success__ratio {
  background: #E4EDC2;
  padding: 30px 43px;
}
.service__details__area .service__details__wrapper .success__ratio .sub__title__three {
  font-size: 24px;
  font-weight: 600;
  line-height: 46px;
}
.service__details__area .service__details__wrapper .success__ratio .success__btn {
  min-width: 137px;
  height: 137px;
  line-height: 137px;
  color: black;
  background: #AA336A;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service__details__area .service__details__wrapper .success__ratio .success__btn span {
  font-size: 40px;
  font-weight: 600;
}
.service__details__area .service__details__wrapper .fail__ratio {
  background: #F5F2D5;
}
.service__details__area .service__details__wrapper .fail__ratio .fail__btn {
  min-width: 137px;
  height: 137px;
  line-height: 137px;
  color: black;
  background: transparent;
  border-radius: 50%;
  text-align: center;
  display: inline-block;
  border: 1px solid black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.service__details__area .service__details__wrapper .fail__ratio .fail__btn span {
  font-size: 40px;
  font-weight: 600;
}

.team__section__one .ht_btn {
  background: transparent;
  color: black;
  border: 1px solid black;
  border-radius: 30px;
  font-size: 15px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team__section__one .ht_btn:hover {
  color: white;
  border: 1px solid black;
}
.team__section__one .ht_btn:hover::before {
  background: black;
}
.team__section__one .teams__wrapper {
  min-height: 503px;
  border: 2px solid black;
  border-radius: 15px;
  padding: 22px 30px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team__section__one .teams__wrapper:hover .teams__thumb {
  background: #AA336A;
}
.team__section__one .teams__wrapper:hover .teams__thumb img {
  transform: scale(1.1);
}
.team__section__one .teams__wrapper:hover .team__title {
  text-transform: uppercase;
  left: 0;
}
.team__section__one .teams__wrapper:hover .star_icon i {
  color: black;
}
.team__section__one .teams__thumb {
  background: #F9FFE9;
  z-index: 1;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  overflow: hidden;
  height: 336px;
}
.team__section__one .teams__thumb img {
  position: absolute;
  bottom: 0;
  left: 10px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team__section__one .teams__thumb .team__title {
  color: black;
  font-size: 80px;
  font-weight: 900;
  text-transform: capitalize;
  line-height: 1;
  margin: 0 auto;
  text-align: center;
  display: inline-block;
  left: 15px;
  top: 55px;
  z-index: -1;
  -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: black;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team__section__one .teams__icon__wrapper .teams__content {
  color: black;
}
.team__section__one .teams__icon__wrapper .sub__title__two {
  font-weight: 600;
  line-height: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.team__section__one .teams__icon__wrapper .sub__title__two:hover {
  color: #AA336A;
}
.team__section__one .teams__icon__wrapper .teams__designation {
  font-size: 14px;
  line-height: 25px;
}
.team__section__one .teams__icon__wrapper .star_icon i {
  color: #AA336A;
}

.pricing__section__three {
  background: url("../img/service/service__three__bg.png") rgba(255, 227, 193, 0.1) no-repeat;
}
.pricing__section__three .sub__title__two {
  font-weight: 700;
  text-transform: uppercase;
}
.pricing__section__three .pricing__table__one {
  background: white;
  padding: 60px;
}
.pricing__section__three .pricing__table__one .pricing__plan {
  color: #AA336A;
  font-size: 36px;
  line-height: 20px;
  font-weight: 700;
}
.pricing__section__three .pricing__table__one .price__membership {
  font-size: 20px;
  line-height: 20px;
}
.pricing__section__three .pricing__table__one .monthly__price {
  font-size: 44px;
  line-height: 20px;
  font-weight: 700;
}
.pricing__section__three .pricing__table__one hr {
  border-bottom: 1px solid rgba(112, 112, 112, 0.1);
}
.pricing__section__three .pricing__table__one .service__list ul li {
  position: relative;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 20px;
}
.pricing__section__three .pricing__table__one .service__list ul li::before {
  content: "\2022";
  color: #AA336A;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
}
.pricing__section__three .pricing__table__one .service__off__list ul li {
  position: relative;
  margin-bottom: 25px;
  text-decoration: line-through;
}
.pricing__section__three .pricing__table__one .service__off__list ul li::before {
  content: "\2022";
  color: #AA336A;
  font-weight: bold;
  display: inline-block;
  width: 1em;
  margin-left: -1.5em;
}
.pricing__section__three .pricing__table__one .ht_btn {
  border-radius: 5px;
  text-transform: capitalize;
  background: #FF723A;
}
.pricing__section__three .pricing__table__two .pricing__plan {
  color: #F14D5D;
}
.pricing__section__three .pricing__table__two .ht_btn {
  color: #F14D5D;
  background: rgba(241, 77, 93, 0.1);
}
.pricing__section__three .pricing__table__three .pricing__plan {
  color: #357ffe;
}
.pricing__section__three .pricing__table__three .ht_btn {
  color: #357ffe;
  background: rgba(53, 127, 254, 0.1);
}

.footer__area__one .sub__title__two {
  font-weight: 600;
  color: #2C2C2C;
}
.footer__area__one .footer__list__one li {
  color: #5a6561;
  font-size: 18px;
  font-weight: 400;
  line-height: 38.5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__area__one .footer__list__one li:hover {
  color: #AA336A;
}
.footer__area__one .social_media__one a {
  margin-right: 15px;
  font-size: 20px;
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  color: #2C2C2C;
}
.footer__area__one .social_media__one a i {
  font-weight: 900;
}
.footer__area__one .social_media__one a:hover {
  transform: scale(1.2);
}
.footer__area__one .footer__one__form {
  z-index: 1;
  display: inline-block;
  width: 100%;
  padding: 40px 30px;
  max-width: 356px;
  border-radius: 10px;
  border: 1px solid black;
  min-height: 108px;
}
.footer__area__one .footer__one__form input {
  color: #5a6561 !important;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1;
  padding-bottom: 10px;
  width: 100%;
  max-width: 293px;
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #d7dbcd;
  background: transparent;
}
.footer__area__one .footer__one__form input:focus {
  color: #5a6561;
  outline: none;
  border-bottom: 1px solid #d7dbcd;
}
.footer__area__one .footer__one__form input::placeholder {
  color: #5a6561;
  font-size: 14px;
}
.footer__area__one .footer__one__form input::-moz-placeholder {
  color: #5a6561;
  font-size: 14px;
}
.footer__area__one .footer__one__form input::-webkit-placeholder {
  color: #5a6561;
  font-size: 14px;
}
.footer__area__one .footer__one__form input::-o-placeholder {
  color: #5a6561;
  font-size: 14px;
}
.footer__area__one .footer__one__form input::-ms-placeholder {
  color: #5a6561;
  font-size: 14px;
}
.footer__area__one .footer__link {
  height: 41px;
  width: 41px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  background: #AA336A;
  border-radius: 50%;
  right: 8%;
  top: 22%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__area__one .footer__link img {
  color: #000;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__area__one .footer__link:hover {
  background: #2C2C2C;
}
.footer__area__one .footer__link:hover img {
  filter: invert(100);
}
.footer__area__one .copyright__area .copyright__text {
  font-size: 16px;
  font-weight: 400;
  color: #5a6561;
}
.footer__area__one .copyright__area .copyright__text a {
  color: #5a6561;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__area__one .copyright__area .copyright__text a:hover {
  color: #AA336A;
}
.footer__area__one .copyright__area .copyright__list li {
  color: #2C2C2C;
  font-size: 16px;
  display: inline-block;
  margin: 0 8px;
  font-weight: 400;
  line-height: 38.5px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.footer__area__one .copyright__area .copyright__list li:hover {
  color: #AA336A;
}
.footer__area__one .footer__one__01 {
  left: 77px;
  top: 20%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scale-up-one 2s ease-in-out 0s infinite alternate-reverse both;
}
@media only screen and (max-width: 1800px) {
  .footer__area__one .footer__one__01 {
    display: none;
  }
}
.footer__area__one .footer__one__02 {
  left: 29%;
  bottom: 43%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scale-up-one 2s ease-in-out 0s infinite alternate-reverse both;
}
@media only screen and (max-width: 1800px) {
  .footer__area__one .footer__one__02 {
    display: none;
  }
}
.footer__area__one .footer__one__03 {
  right: 115px;
  top: 0;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scaleUp1 2s ease-in-out 0s infinite alternate-reverse both;
}
@media only screen and (max-width: 1800px) {
  .footer__area__one .footer__one__03 {
    display: none;
  }
}

.footer__area__two {
  background: #EFF9F8;
}
.footer__area__two .footer__one__form {
  background: white;
}
.footer__area__two .footer__one__01 {
  left: 94%;
  top: 76%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scale-up-one 2s ease-in-out 0s infinite alternate-reverse both;
}
@media only screen and (max-width: 1800px) {
  .footer__area__two .footer__one__01 {
    display: none;
  }
}
.footer__area__two .footer__one__02 {
  left: 6%;
  bottom: 18%;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scale-up-one 2s ease-in-out 0s infinite alternate-reverse both;
}
@media only screen and (max-width: 1800px) {
  .footer__area__two .footer__one__02 {
    display: none;
  }
}
.footer__area__two .footer__one__03 {
  right: 115px;
  top: 100px;
  -webkit-transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  animation: scaleUp1 2s ease-in-out 0s infinite alternate-reverse both;
}
@media only screen and (max-width: 1800px) {
  .footer__area__two .footer__one__03 {
    display: none;
  }
}

/*# sourceMappingURL=main.css.map */
.biz_first {
    background-color: #6A0DAD !important;
}

.biz_second {
    background-color: #AA336A !important;
    color: #fff !important;
}
img {
    height: auto !important;
}
.text-white p {
    color: #fff !important;
    font-weight: 900;
}

.couleur1 {
    background-color: #AA336A !important;
}

.couleur2 {
    background-color: #341539 !important;
}
.couleur2 a {
    color: #fff !important;
}
.couleur3 {
    background-color: #FF69B4 !important;
}

.couleur4 {
    background-color: #2C2C2C !important;
}

.biz_second h4, .biz_second p, .biz_second a {
    color: #fff !important;
}

.theme-main-menu, .sticky-menu{
    background-color: #341539 !important;
}

.theme-main-menu .custom-logo {
    width: 90px;
    height: auto;
}
.theme-main-menu .main-menu a{
    color: #fff !important;
}
footer .custom-logo {
    max-width: 150px;
}
.woocommerce-product-gallery--with-images {
    opacity: 1 !important;
}

@media only screen and (max-width: 600px) {
 .banner__main__title {
            margin-top: 50px !important;
  }
}
.theme__main__banner {
background: linear-gradient(135deg, #BA55D3, #341539, #aa336a) !important;
}</pre></body></html>