/*CSS Document */

input[type="file"]::-webkit-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-moz-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-ms-file-upload-button {
  cursor: pointer;
}

input[type="file"]::-o-file-upload-button {
  cursor: pointer;
}

input[type="file"] {
  cursor: pointer;
}

html body {
  font-family: 'Lato', sans-serif;
  margin: 0;
}

*::-moz-selection {
  color: #fff;
  background: #000;
}

*::-webkit-selection {
  color: #fff;
  background: #000;
}

*::-webkit-input-placeholder {
  color: #333333;
  opacity: 1;
}

*:-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*::-moz-placeholder {
  color: #333333;
  opacity: 1;
}

*:-ms-input-placeholder {
  color: #333333;
  opacity: 1;
}

a,
div a:hover,
div a:active,
div a:focus,
button {
  text-decoration: none;
  -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;
}

a,
span,
div a:hover,
div a:active,
button {
  text-decoration: none;
}

*::after,
*::before,
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

body ul {
  margin: 0;
  padding: 0;
}

a {
  outline: none;
  color: #555;
}

a:hover {
  color: #000;
}

body .clearfix,
body .clear {
  clear: both;
  line-height: 100%;
}

body .clearfix {
  height: auto;
}

* {
  outline: none !important;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clr:after,
ul:after,
.clearfix:after,
li:after,
.grve-container:after {
  clear: both;
  display: block;
  content: "";
}

div input,
div select,
div textarea,
div button,
a,
button,
ul,
ul li,
ol,
li {
  font-family: "Poppins", sans-serif;
  list-style: none;
}

body,
body p {
  font-family: "Poppins", sans-serif;
  font-size: 100%;
  color: #000;
  line-height: 100%;
  font-style: normal;
  font-weight: normal;
}

body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  font-family: "Poppins", sans-serif;
  line-height: 120%;
  color: #333;
  font-weight: bold;
  margin: 0 0 15px;
}

body h1 {
  font-size: 24px;
}

body h2 {
  font-size: 22px;
}

body h3 {
  font-size: 18px;
}

body h4 {
  font-size: 16px;
}

body h5 {
  font-size: 12px;
}

body h6 {
  font-size: 10px;
}

body h1:last-child,
body h2:last-child,
body h3:last-child,
body h4:last-child,
body h5:last-child,
body h6:last-child {
  margin-bottom: 0;
}

input {
  background: none;
  border: 0 none;
  outline: none;
}

table {
  border: 0 none;
  border-collapse: collapse;
  border-spacing: 0;
}

* {
  box-sizing: border-box;
}

td {
  vertical-align: top;
}

img {
  border: 0 none;
  max-width: 100%;
}

a {
  outline: none;
  cursor: pointer;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  clear: both;
}

.text_right {
  text-align: right;
}

.text_left {
  text-align: left;
}

.text_center {
  text-align: center;
}

.text_justify {
  text-align: justify;
}

.clearfix {
  clear: both;
  display: block;
  font-size: inherit;
  height: 0;
  line-height: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
  display: block;
}

.margin-top {
  margin-top: 30px;
}

.margin-left {
  margin-left: 30px;
}

.margin-right {
  margin-right: 30px;
}

.margin-bottom {
  margin-bottom: 30px;
}

.padding-top {
  padding-top: 20px;
}

.padding-left {
  padding-left: 20px;
}

.padding-right {
  padding-right: 20px;
}

.padding-bottom {
  padding-bottom: 20px;
}

/* For desktop: */
.row {
  margin-left: -15px;
  margin-right: -15px;
}

.row::after,
.row::before {
  clear: both;
  content: "";
  display: table;
}

.colamu-1,
.colamu-2,
.colamu-3,
.colamu-4,
.colamu-5,
.colamu-6,
.colamu-7,
.colamu-8,
.colamu-9,
.colamu-10,
.colamu-11,
.colamu-12 {
  float: left;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.colamu-1 {
  width: 8.33%;
}

.colamu-2 {
  width: 16.66%;  
}

.colamu-3 {
  width: 25%;
}

.colamu-4 {
  width: 33.33%;
}

.colamu-5 {
  width: 41.66%;
}

.colamu-6 {
  width: 50%;
}

.colamu-7 {
  width: 58.33%;
}

.colamu-8 {
  width: 66.66%;
}

.colamu-9 {
  width: 75%;
}

.colamu-10 {
  width: 83.33%;
}

.colamu-11 {
  width: 91.66%;
}

.colamu-12 {
  width: 100%;
}

.box-center {
  clear: both;
  display: table;
  float: none;
  margin: 0 auto;
}

.border-radius-4 {
  border-radius: 4px;
}

.border-circle {
  border-radius: 50%;
}

.border-solid {
  border: 1px solid #000;
}

.border-dotted {
  border: 1px dotted #000
}

.border-dashed {
  border: 1px dashed #000;
}

/*fixed-menu*/
/*fixed-menu*/
header#header {
  background: #ffffff;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 9999;
  right: 0;
}

header#header.fixed {
  box-shadow: 0 0 4px #404040;
  position: fixed;
}

/*responsive menu*/
/* .menu {
  color: #333333;
  cursor: pointer;
  display: none;
  float: left;
  font-family: 'Lato', sans-serif;
  font-size: 22px;
  line-height: 31px;
  position: fixed;
  right: 0;
  top: 0;
} */

.menu .line:nth-child(1):after {
  transition: all 0.6s linear 0.1s;
}

.menu .line:after {
  background: #FFFFFF;
  content: "";
  display: block;
  height: 3px;
  width: 0;
}

.menu .line {
    background: #000000;
    display: block;
    height: 2px;
    margin-bottom: 5px;
    width: 26px;
}

.menu .line:last-child {
  margin-bottom: 0px;
}

.header-sec .menu-wrap .menu:hover .line:after {
  transform: rotate(360deg);
  width: 100%;
}

.show-menu nav.menu-act {
  transition: all 1.4s ease 0s;
  right: 0;
}

#wrapper {
  background: #FFFFFF;
  position: relative;
  transition: all 0.3s ease 0s;
  z-index: 99;
}

html body.show-menu {
  overflow: hidden;
}

nav.menu-act .close-button {
  display: none;
}

/*responsive menu -Close*/
/* menu */
nav.menu-act ul li {
  float: left;
  padding-bottom: 0px;
  position: relative;
}

nav.menu-act ul li.hide {
  display: none !important;
}

nav.menu-act ul li a {
  float: left;
  padding: 5px;
}

.dropdown-menu {
  background-clip: padding-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.176);
  display: none;
  float: left;
  font-size: 14px;
  left: 0;
  min-width: 160px;
  padding: 5px 0;
  position: absolute;
  text-align: left;
  top: 100%;
  z-index: 1000;
}

.dropdown-submenu {
  position: relative;
}

.dropdown-submenu>a::after {
  border-color: transparent transparent transparent #333;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  content: " ";
  display: block;
  float: right;
  height: 0;
  margin-right: -10px;
  margin-top: 5px;
  width: 0;
}

.dropdown-submenu>.dropdown-menu {
  border-radius: 0 6px 6px;
  left: 100%;
  margin-left: -1px;
  margin-top: -6px;
  top: 0;
}

.caret {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid;
  display: inline-block;
  height: 0;
  margin-left: 2px;
  vertical-align: middle;
  width: 0;
}

nav.menu-act ul li:hover>ul.dropdown-menu {
  display: block;
}

.dropdown-menu>li>a {
  clear: both;
  color: #333;
  display: block;
  font-weight: 400;
  line-height: 1.42857;
  padding: 3px 20px;
  white-space: nowrap;
}

.dropdown-menu>li {
  clear: both;
}

nav.menu-act .dropdown-menu>li {
  clear: both;
  float: none;
  padding: 0;
}

footer .footer-menu ul li a:hover,
footer .footer-menu ul li.active>a {
  color: #FFF
}

body header .menu {
  display: none;
}

/* menu - Close */
@media screen and (max-width:767px) {

  nav.menu-act .close-button,
  nav.menu-act ul {
    display: none;
  }

  body header .menu ,
  .show-menu nav.menu-act .close-button,
  .show-menu nav.menu-act ul {
    display: block;
  }

  nav.menu-act {
    background: #333333;
    bottom: 0;
    height: 100%;
    right: -275px;
    overflow: hidden;
    padding: 50px 0;
    position: fixed;
    left: auto;
    top: 0;
    transition: all 0.4s ease 0s;
    width: 275px;
    z-index: 999;
  }
}

/*Button */
a.button, .button, button, form input[type="submit"] {
  background: #ffff;
  border: 0;
  display: inline-block;
  height: auto;
  cursor: pointer;
  line-height: 120%;
  padding: 19px 28px;
  text-decoration: none;
  font-size: 18px;
  color: #160959;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  border-radius: 30px;
}

a.button:hover,
.button:hover,
button:hover,
form input[type="submit"]:hover,
.button.gold {
  background-image: linear-gradient(96deg, #bc7f2f 0%, #efdc7e 47%, #a86b29 99%);
  color: #000;
}

/*Button -close*/
/*form -close*/
form input,
form textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  height: 55px;
  margin-bottom: 40px;
  padding: 0 15px;
  width: 100%;
}

form textarea {
  height: 150px;
}

/*form -close*/
/* main- Slider */
.slider,
.bx-wrapper,
.bx-wrapper .bx-viewport,
.slidermain,
.slidermain li,
.images-slider {
  height: 100% !important;
}

.slidermain li {
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 365px;
}

/* main- Slider Close */

#myBtn {
  background: #160959;
  bottom: 140px;
  color: #fff;
  cursor: pointer;
  display: none;
  height: 50px;
  width: 50px;
  line-height: 48px;
  position: fixed;
  right: 20px;
  z-index: 99;
  border-radius: 50%;
  border: 1px solid #fff;
}

#myBtn:hover {
  background: #C78A31;
}

#myBtn::before {
  content: "\f077";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  font-family: "fontawesome";
  font-size: 25px;
  text-align: center;
}

.container {
  width: 100%;
  max-width: 1430px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative;
  float: none;
}

/*Start of the day 27-09-2024*/
header#header .top-header {
  padding: 5.5px 0;
  border-bottom: 1px solid #cdd2d9;
  transition: all 0.5s ease 0s;
}

header#header.fixed .top-header {
  margin-top: -60px;
}

header#header .top-header-wrap {
  display: flex;
  justify-content: space-between;
}

header#header .right-number {
  display: flex;
  align-items: center;
}

header#header .top-header-wrap .right-number ul {
  display: flex;
  flex-direction: row;
}

header#header .top-header-wrap .left-icons ul>li>a>i {
  display: none;
}

header#header .top-header-wrap .right-number ul>li::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: 14px 10px;
}

header#header .top-header-wrap .right-number ul>li:not(:last-child) {
  background-position: 14px 10px;
}

header#header .top-header-wrap .right-number ul>li {
  position: relative;
  padding: 0 0 0 31px;
}

header#header .top-header-wrap .right-number ul>li:not(:last-child) {
  margin-right: 22px;
}

header#header .top-header-wrap .right-number ul>li::before {
  background-position: -150px -2px;
  width: 23px;
  height: 20px;
}

header#header .top-header-wrap .right-number ul>li.phone-no::before {
  background-position: -212px -2px;
}

header#header .top-header-wrap .right-number ul>li>a {
  font-size: 18px;
  line-height: 100%;
  font-weight: 500;
  color: #000;
  font-family: "Barlow", sans-serif;
}

header#header .header-wrapper {
  display: flex;
  justify-content: space-between;
  padding: 20px 0 15px;
}

header#header .header-wrapper .colamu-9 {
  display: flex;
  justify-content: flex-end;
  padding: 0;
  align-items: center;
}

header#header .header-wrapper .colamu-9 #desktop-nav,
header#header .header-wrapper .colamu-9 nav>ul {
  display: flex;
  align-items: center;
}

header#header .header-wrapper .colamu-9 nav>ul>li:not(:last-child) {
  margin-right: 30px;
}

header#header .header-wrapper .colamu-9 nav>ul>li a {
  line-height: 100%;
  font-family: "Poppins", sans-serif;
  padding: 0;
  font-size: 18px;
  color: #000000;
  font-weight: 500;
  height: auto;
  letter-spacing: 0.15px;
}

header#header .header-wrapper .colamu-9 nav>ul>li.active>a,
header#header .top-header-wrap .right-number ul>li>a:hover,
header#header .header-wrapper .colamu-9 nav>ul>li>a:hover {
  background: linear-gradient(90deg, #F5A623, #D63A1F);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

header#header .header-wrapper .colamu-9 nav > ul > li > a.button {
	color: #fff !important;
		background: #160959;
	padding: 19.5px 32px;
	line-height: 120%;
	border-radius: 50px;
	letter-spacing: 0px;
}

header#header .header-wrapper .colamu-9 nav>ul>li.active>a.button {
  -webkit-text-fill-color: #FFF;
}

header#header .header-wrapper .colamu-9 nav>ul>li>a.button:hover {
  color: #000 !important;
  -webkit-text-fill-color: unset;
  background-image: linear-gradient(96deg, #bc7f2f 0%, #efdc7e 47%, #a86b29 99%);
}

.site-logo {
  width: 100%;
  max-width: 383px;
}

section#home, .error-404.not-found {
  position: relative;
  padding-top: 173px;
}

section#home .desktop {
  object-position: center center;
  object-fit: cover;
  height: 100%;
  width: 100%;
  min-height: 800px;
}

section#home .container {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  bottom: 0;
  transform: translateY(-50%);
}

.button.banner-btn {
  padding: 0px 33px;
  letter-spacing: 1px;
  margin-top: 25px;
}
.banner-wrap {
  text-align: left;
  max-width: 675px;
  padding-top: 105px;
}
.banner-wrap h2 {
  font-family: "Poppins", sans-serif;
  font-weight: 700;
  margin: 0;
  font-size: 66px;
  color: #ffffff;
  line-height: 111%;
}
.banner-wrap p {
  background: unset;
  font-size: 18px;
  line-height: 180%;
  font-family: "Poppins", sans-serif;
  color: #fff;
  margin:13px 0 27px;
}
.button+.button {
  margin: 0 0 0 18px;
}

.button.w-black {
  color: #000;
}

.button.gold:hover {
  background: #fff;
  color: #000;
}

.wwd-first.responsive-show {
  display: none;
}

.wwd-main-wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
}

.wwd-main-wrap .wwd-content-left {
  width: 50.1%;
  padding: 0px 0px 0 85px;
}

.wwd-main-wrap .wwd-img-right {
  width: 49.9%;
  padding-left: 0;
}

.title span.tag-heading {
  font-size: 30px;
  line-height: 100%;
  position: relative;
  font-weight: 600;
  font-family: "Poppins", sans-serif;
  color: #c78a31;
}

.title h2 {
  font-size: 50px;
  line-height: 100%;
  color: #160959;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  width: max-content;
  position: relative;
  padding: 0 0 18px 0px;
  margin: 10px auto 0 auto;
}

.title.left-side h2 {
  margin: 0;
}

.title.left-side h2::before {
  right: auto;
}

.title h2::before {
  content: "";
  position: absolute;
  top: auto;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/sprite-img.png) no-repeat;
  width: 110px;
  height: 6px;
  margin: auto;
}

.responsive-show {
  display: none;
}

.common-para {
  font-size: 22px;
  color: #333333;
  font-family: "Poppins";
  line-height: 180%;
  margin: 0;
}

.common-para.bold {
  font-weight: 700;
}

section.what-we-do-sec {
  padding: 126px 0 102px;
}

section.what-we-do-sec .common-para {
  margin: 27px 0 12px;
}

section.what-we-do-sec .common-para.bold {
  margin: 0;
}

.We-Handle-section .we-handle-row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin-top: 56px;
  margin-bottom: 0px;
}

.We-Handle-section .we-handle-row .we-handle-wrap {
  position: relative;
  max-width: 325px;
  margin: 0 5px 35px;
  min-width: 335px;
}

.We-Handle-section .we-handle-row .we-handle-wrap:last-child {
  min-width: 450px;
  margin-bottom: 55px;
}

.We-Handle-section .we-handle-row .we-handle-wrap:last-child .we-handle-box {
  padding-bottom: 1px;
}

.We-Handle-section .we-handle-row .we-handle-box {
  width: 100%;
  padding: 65px 10px 25px;
  text-align: center;
  position: relative;
  border-radius: 20px 20px 0px 0px;
  transition: all 0.3s;
}

.We-Handle-section .we-handle-row .we-handle-box img {
  filter: brightness(0);
  transition: all 0.3s;
  height: 83px;
  object-fit: scale-down;
}

.We-Handle-section .we-handle-row .we-handle-box::after {
  position: absolute;
  content: '';
  width: 100%;
  height: 75px;
  background-repeat: no-repeat;
  background-image: url(../images/our-sevice-shape.png);
  background-size: 100% auto;
  left: 0;
  bottom: -72px;
  opacity: 0;
}

.We-Handle-section .we-handle-row .we-handle-box:hover {
  background: #fff;
  box-shadow: 0px 0px 32px rgb(102 102 102 / 15%);
}

.We-Handle-section .we-handle-row .we-handle-box:hover::after {
  opacity: 1;
}

.we-handle-box p {
  font-size: 26px;
  color: #000000;
  font-weight: 500;
  font-family: "Poppins", sans-serif;
  line-height: 130%;
  margin: 13px 0 0;
}

.um-section.We-Handle-section {
  background: #f9f1e6;
  padding-bottom: 45px;
}

section.um-section {
  padding: 125px 0 110px;
}
.choose-us-wrap {
    margin-top: -16px;
}
section#testimonials,
section#faqs {
  padding-bottom: 0;
}

section#home {
  padding-bottom: 0;
}

section#call-now-sec {
  padding: 0;
}

footer#footer section.footer-top {
  background: #160959;
  padding: 41px 0;
  text-decoration: none;
}

div#wrapper .left-icons li.left-icons>a {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
  border: 1px solid #160959;
  border-radius: 40px;
  background: #fff;
  position: relative;
}

div#wrapper .left-icons>ul {
  display: flex;
  flex-wrap: wrap;
}

footer#footer section.footer-top .sf-footer-grid .right-menu-footer ul>li>a {
  color: #fff;
  text-decoration: none;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 1px;
}

div#wrapper .left-icons li.left-icons>a::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/sprite-img.png) no-repeat;
  background-position: 7px -36px;
}

div#wrapper .left-icons li.left-icons.instagram-left-icon>a::before {
  background-position: -109px -36px;
}

div#wrapper .left-icons li.left-icons.twitter-left-icon>a::before {
  background-position: -51px -37px;
}

div#wrapper .left-icons li.left-icons.linkedin-left-icon>a::before {
  background-position: -167px -36px;
}

div#wrapper .left-icons li.left-icons>a:hover {
  background: #160959;
}

div#wrapper .left-icons li.left-icons>a:hover::before {
  filter: grayscale(100%);
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

footer#footer section.footer-top .sf-footer-grid .right-menu-footer>ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
}

footer#footer section.footer-top .sf-footer-grid .right-menu-footer>ul>li {
  margin: 0 15px;
}

footer#footer section.footer-top .sf-footer-grid .right-menu-footer ul>li.active>a,
footer#footer section.footer-top .sf-footer-grid .right-menu-footer ul>li>a:hover {
  color: #CC9B47;
}

footer#footer section.footer-bottom p,
footer#footer section.footer-bottom ul li a {
  text-align: center;
  font-size: 17px;
  color: #000;
  line-height: 37px;
  text-decoration: none;
  font-weight: 400;
  margin: 0;
}

footer#footer section.footer-bottom ul li a:hover {
  color: #CC9B47;
}

.bottom-wrap {
  display: flex;
  justify-content: space-between;
}

section.contact-form-section .container {
  max-width: 1330px;
}

.bottom-wrap ul {
  display: flex;
  text-decoration: none;
}

footer#footer section.footer-bottom p a {
  color: #000;
  text-decoration: none;
  font-weight: 400;
}

footer#footer section.footer-bottom .bottom-wrap>ul li:not(:last-child) {
  position: relative;
  margin-right: 60px;
}

footer#footer section.footer-bottom ul li {
  position: relative;
}

footer#footer section.footer-bottom .bottom-wrap>ul li::after {
  position: absolute;
  content: '';
  width: 1.6px;
  height: 17px;
  background-color: #000;
  top: 50%;
  right: -32px;
  transform: translate(-50%, -50%);
}

footer#footer section.footer-bottom ul li:last-child:after {
  content: none;
}

footer#footer section.footer-bottom p a:hover {
  color: #CC9B47;
}

footer#footer section.footer-bottom {
  padding: 25px 0;
  background: #fff;
}

section.contact-section.contact-form-section {
  background: #F9F1E6;
  padding: 0px 0 76px 0;
}

section.contact-form-section .contact-main {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

section.contact-form-section .contact-main .contact-right {
  width: 47.8%;
  padding-top: 140px;
  margin-top: -70px;
}

section.contact-form-section .contact-main .contact-left {
  width: 52.2%;
}

section.contact-form-section .contact-main .contact-right .from-ct {
  background: #fff;
  padding: 48px 36px 40px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
  margin-bottom: 0;
}

input.smart-error,
textarea.smart-error {
  border-color: #ff0000 !important;
}

section.contact-form-section .contact-main .contact-right .from-ct .sf-message-wrap .mage-error ,
section.contact-form-section .contact-main .contact-right .from-ct .recaptcha span.mage-error {
  margin-top: 2px;
  display: block;
}

section.contact-form-section .contact-main .contact-right .from-ct .fields-wrap input {
  border-color: #c7c7c7;
  border-radius: 6px;
  height: 60px;
  width: 100%;
  max-width: 550px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  font-family: "Poppins";
}

section.contact-form-section .contact-main .contact-right .from-ct .fields-wrap.sf-message-wrap textarea {
  height: 150px !important;
  border-color: #c7c7c7;
  font-size: 18px;
  border-radius: 8px;
  margin-bottom: 0;
  padding-top: 20px;
  width: 100%;
  max-width: 550px;
}

section.contact-form-section .contact-main .contact-right .from-ct .fields-wrap input:focus,
section.contact-form-section .contact-main .contact-right .from-ct .fields-wrap textarea:focus,
section.contact-form-section .contact-main .contact-right .from-ct .fields-wrap input:hover,
section.contact-form-section .contact-main .contact-right .from-ct .fields-wrap textarea:hover {
  border-color: #C78A31;
  box-shadow: inset 0 0 0 1px #C78A31;
}

section.contact-form-section .contact-main .contact-right .from-ct .fields-wrap label {
  margin-bottom: 14px;
  display: inline-block;
  font-size: 18px;
  color: #333333;
  font-family: "Poppins";
  font-weight: 800;
}

section.contact-form-section .contact-main .contact-right .from-ct .fields-wrap {
  margin-bottom: 23px;
}

section.contact-form-section .contact-main .contact-right .from-ct .enquiry-button-wrapper {
  margin-top: 20px;
  display: table;
  position: relative;
}

.enquiry-button-wrapper div#ajaxLoader {
  position: absolute;
  right: -30px;
  top: 0;
  bottom: 0;
  height: 21px;
  margin: auto;
}

.mage-error {
  font-size: 14px;
  margin-top: 5px;
  color: #ff0000;
  font-weight: 500;
}

section.contact-form-section .contact-main .contact-right .from-ct .fields-wrap .all-class,
section.contact-form-section .contact-main .contact-right .from-ct .form-field .recaptcha-div span.error-message {
  color: #ff0000;
  font-family: "Poppins";
  font-size: 15px;
  margin-top: 2px;
}

section.contact-form-section .contact-main .contact-right .from-ct .validation.custom-error,
section.contact-form-section .contact-main .contact-right .message .result,
section.contact-form-section .contact-main .contact-right .from-ct .message .error {
  text-align: center;
  margin-top: 15px;
  color: #ff0000;
  font-family: "Poppins";
  border: 1px solid #ff0000;
  padding: 8px 10px;
  font-size: 14px;
  line-height: 100%;
  border-radius: 4px;
}

section.contact-form-section .contact-main .contact-right .message .result {
  color: #008000;
  border: 1px solid #008000;
}

section.contact-form-section .contact-main .contact-right .message .result,
section.contact-form-section .contact-main .contact-right .from-ct .message .error {
  font-size: 16px;
}

section.contact-form-section .contact-main .contact-right .from-ct .form-field .g-recaptcha iframe {
  border-radius: 5px;
}

section.contact-form-section .contact-main .contact-right .from-ct .form-field .g-recaptcha.recaptcha-error iframe {
  border: 1px solid #ff0000;
}

section.contact-form-section .contact-main .contact-left .title {
  margin-bottom: 47px;
}

section.contact-form-section .contact-main .contact-left .title h2 {
  margin: 0;
}

section.contact-form-section .contact-main .contact-left .title>h2:before {
  left: 0;
  margin: 0;
}

section.contact-form-section .contact-main .contact-left .contat-details>li::after {
  content: "";
  position: absolute;
  left: 0;
  width: 78px;
  height: 78px;
  background-color: #160959;
  border-radius: 78px;
  top: 50%;
  transform: translateY(-50%);
}

section.contact-form-section .contact-main .contact-left .contat-details>li {
  position: relative;
  padding-left: 106px;
  min-height: 85px;
  margin-bottom: 30px;
  padding-top: 13px;
}

section.contact-form-section .contact-main .contact-left .contat-details>li>strong {
  font-size: 20px;
  line-height: 140%;
  font-family: "Poppins";
  font-weight: 700;
}

section.contact-form-section .contact-main .contact-left .contat-details>li p {
  color: #000000;
  font-size: 20px;
  line-height: 140%;
  font-family: "Poppins";
  background: transparent;
  margin: 0;
}

section.contact-form-section .contact-main .contact-left .contat-details>li::after {
  background-image: url(../images/sprite-img.png);
  background-repeat: no-repeat;
  background-position: 25px -108px;
}

section.contact-form-section .contact-main .contact-left .contat-details>li.phone-no::after {
  background-position: 25px -229px;
  background-color: #C78A31;
}

section.contact-form-section .contact-main .contact-left .contat-details>li.email::after {
  background-position: 25px -350px;
}

section.contact-form-section .contact-main .contact-left .contat-details>li>a {
  display: block;
  color: #000;
  font-size: 22px;
  font-family: "Poppins";
  line-height: 31px;
  width: max-content;
}

section.contact-form-section .contact-main .contact-left .contat-details>li>a:hover {
  color: #C78A31;
}

section.contact-form-section .contact-main .contact-right .from-ct .enquiry-button-wrapper input.f-submit:hover {
  background-color: #181818;
  border-color: #181818;
}

/*Start of the day 30-09-2024*/
.error-404-section {
  padding: 100px 0;
}

.error-breadcrum .breadcrum-wrapp {
  display: flex;
}

.error-breadcrum .breadcrum-wrapp p a,
.error-breadcrum .breadcrum-wrapp p {
  margin: 0;
  color: #000;
}

.error-breadcrum .breadcrum-wrapp p:not(:last-child),
.error-breadcrum .breadcrum-wrapp .arrow:not(:last-child) {
  padding-right: 10px;
}

.error-404 #content-area {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.error-404 #content-area .sections-title {
  font-size: 110px;
  font-weight: 700;
  color: #160959;
  line-height: 120%;
  text-shadow: 6px 4px 4px #000;
  font-family: "Roboto", sans-serif;
  text-align: center;
}

.error-404 #content-area h2 {
  font-size: 27px;
  line-height: 100%;
  text-align: center;
  display: block;
  color: #000;
  margin: 7px 0 24px 0;
  font-family: "Roboto", sans-serif;
}

.error-404 #content-area p {
  font-size: 23px;
  line-height: 120%;
  margin: 0;
  color: #0C78B9;
  font-weight: 700;
  text-shadow: 1px 1px 1px #666;
  text-align: center;
}

.error-breadcrum {
  padding: 15px 0;
  border-top: 1px solid #333;
  border-bottom: 1px solid #333;
}

.error-404 #content-area .error-btn {
  margin: 40px 0 0 0;
}

.error-breadcrum .breadcrum-wrapp p:last-child {
  color: #0C78B9;
}

.error-404 div#wrapper main {
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
  height: 90vh;
  align-items: center;
  min-height: 550px;
  width: 100%;
}

form input[type="submit"] {
  background: #160959;
  border-radius: 30px;
  display: inline-block;
  margin: 0;
  color: #000;
  font-weight: 700;
  cursor: pointer;
  line-height: 60px;
  line-height: normal;
  padding: 17.5px 52px;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  font-family: "Poppins";
  position: relative;
  z-index: 1;
  height: auto;
  background: #BC7F2F;
  background: linear-gradient(90deg, rgba(188, 127, 47, 1) 0%, rgba(239, 220, 126, 1) 50%, rgba(188, 127, 47, 1) 100%);
}

.error-404.not-found.container a.button.gold:hover,
form input[type="submit"]:hover {
  background: #160959;
  background: linear-gradient(90deg, rgba(22, 9, 89, 1) 0%, rgba(115, 93, 199, 1) 50%, rgba(22, 9, 89, 1) 100%);
  color: #FFF;
}

/*Button -close*/
/*form -close*/
form input,
form textarea {
  border: 1px solid #ccc;
  border-radius: 5px;
  color: #333;
  font-size: 16px;
  height: 55px;
  margin-bottom: 40px;
  padding: 0 15px;
  width: 100%;
}

form textarea {
  height: 150px;
  resize: none;
}


.call-us-wrap {
  background: #160959;
  border-radius: 230px;
  display: flex;
  justify-content: center;
  padding: 0px 120px 0 140px;
  height: 348px;
  align-items: center;
  margin: 62px 15px 120px 15px;
}

.call-us-wrap .title h2 {
  color: #FFF;
  margin: 0 auto;
}

.call-us-wrap .title h2::before {
  opacity: 0;
}

.call-us-wrap strong {
  font-family: "Poppins", sans-serif;
  color: #FFF;
  line-height: 140%;
  font-weight: 500;
  font-size: 23px;
  margin: 0 0 30px 0;
  display: block;
  text-align: center;
}

.call-us-wrap .b2 {
  display: flex;
  justify-content: center;
  align-items: center;
}

.call-us-wrap .b2 .learn-btn {
  margin: 0 9px;
}

.call-us-wrap .b2 .learn-btn.gold,
.call-us-wrap .b2 .button.white-br:hover {
  background-image: linear-gradient(96deg, #bc7f2f 0%, #efdc7e 47%, #a86b29 99%);
  color: #000;
}

.call-us-wrap .b2 .button.white-br {
  background: transparent;
  color: #FFF;
  border: 1px solid;
}

.call-us-wrap .b2 a.button {
  min-width: 192px;
  text-align: center;
}

.faq-container {
  max-width: 1020px;
  margin: 50px auto 0;
  font-family: Arial, sans-serif;
  display: table;
}

.faq-container>p {
  padding: 0 20px;
  text-align: center;
  line-height: 155%;
  font-size: 16px;
  color: #333333;
  margin: 42px 0 50px;
}

.faq-item {
  margin-bottom: 26px;
  box-shadow: 0 0 11px rgba(0, 0, 0, 0.10);
  border-radius: 10px;
  border: 1px solid #E4E4E4;
  overflow: hidden;
}

.faq-question {
  font-weight: 700;
  cursor: pointer;
  position: relative;
  padding: 22px 23px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  color: #333;
  line-height: 100%;
}

.faq-question:hover {
  background: #e5e5e5;
}

.faq-item.active .faq-question {
  background: #160959;
  color: #FFF;
  border-radius: 10px;
}

.faq-question::after {
  background-image: url(../images/sprite-img.png);
  background-repeat: no-repeat;
  background-position: -276px 1px;
  content: "";
  position: absolute;
  right: 19px;
  width: 30px;
  height: 30px;
  top: 0;
  bottom: 0;
  margin: auto;
}

.faq-item.active .faq-question::after {
  background-position: -277px -36px;
}

.faq-answer {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease, padding 0.3s ease;
  padding: 0;
}

.faq-item.active .faq-answer {
  max-height: 200px;
  padding: 22px 100px 22px 23px;
  font-family: "Poppins", sans-serif;
  font-size: 18px;
  color: #333;
  line-height: 180%;
}
.owl-carousel {
    margin: 25px -20px 0px;
}
.carousel-slide .details-sec {
    padding: 20px 82px 30px 30px;
    transition: all 0.3s;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.10);
    border-radius: 20px;
    border: 1px solid #F2F2F2;
    margin: 20px 20px 40px;
    position: relative;
}
.carousel-slide .details-sec::before {
  position: absolute;
  content: '';
  width: 90px;
  height: 67px;
  background-image: url(../images/sprite-img.png);
  background-repeat: no-repeat;
  top: auto;
  left: auto;
  right: -20px;
  bottom: -10px;
  transform: translate(-50%, -50%);
  background-position: -88px -92px;
}

.owl-stage-outer {
  overflow: hidden;
  position: relative;
}

.owl-item {
  float: left;
}

.owl-carousel.testimonial .owl-nav {
  display: none;
}

.carousel-slide .details-sec>p {
  font-family: 'Poppins';
  font-size: 25px;
  display: block;
  line-height: 180%;
  margin: 12px 0;
  min-height: 180px;
}

.testimonial-rating {
  display: flex;
  width: fit-content;
  margin-top: 20px;
}

.testimonial-rating img {
  margin-right: 3px;
}

.carousel-slide .details-sec .reviwer-info h4 {
  margin: 0;
  color: #150859;
  font-size: 27px;
  line-height: 120%;
}

.reviwer-info img {
  margin: 0px;
}

.reviwer-info h4 {
  font-family: 'Poppins';
  font-size: 22px;
  font-weight: 600;
  margin-left: 26px;
  color: #0C78B8;
}
.owl-carousel.testimonial .owl-dots {
    display: flex;
    justify-content: center;
    margin: 50px 0 0px;
}

.owl-carousel.testimonial .owl-dots button {
  background: #DFDFDF;
  width: 39px;
  height: 6px;
  margin: 0 5px;
  padding: 0;
}

.owl-carousel.testimonial .owl-dots button.active {
  background: #D0A44E;
}



section#how-it-works {
  background: #F9F1E6;
}

.exp-points-wrap {
  display: flex;
  justify-content: space-between;
  margin-top: 42px;
  max-width: 1140px;
  margin: 60px auto 0;
}

.exp-points-wrap .point-sec {
  width: 100%;
  text-align: center;
  max-width: 278px;
  position: relative;
}

.exp-points-wrap .point-sec::before {
  position: absolute;
  content: '';
  width: 90px;
  height: 27px;
  background-image: url(../images/sprite-img.png);
  background-repeat: no-repeat;
  top: 100px;
  left: auto;
  right: -36%;
  transform: translate(-50%, -50%);
  background-position: -228px -142px;
}

.exp-points-wrap .point-sec:nth-child(2n)::before {
  transform: translate(-50%, -50%) rotateX(-190deg);
}

.exp-points-wrap .point-sec:last-child:before {
  display: none;
}

.exp-points-wrap .point-sec .point-img {
  width: 194px;
  height: 194px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px dashed #DBB85F;
  margin: 0 auto;
  position: relative;
}

.point-img span.numb {
  width: 49px;
  height: 49px;
  border-radius: 25px;
  background: url(../images/sprite-img.png) no-repeat -215px -84px;
  border: 3px solid #f5f5f5;
  position: absolute;
  right: 0px;
  top: -5px;
  color: #000;
  font-size: 24px;
  font-family: "Poppins";
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
}

.exp-points-wrap .point-sec p {
  font-size: 18px;
  color: #333333;
  font-family: "Poppins", sans-serif;
  line-height: 150%;
  margin: 18px 20px 5px;
}

.exp-points-wrap .point-sec .point-img .point-in-img {
  width: 152px;
  height: 152px;
  border-radius: 76px;
  background-color: #ffffff;
  box-shadow: 0 0 28px rgb(245 177 176 / 30%);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}


section#client-solutions .container {
  max-width: 1270px;
}

.choose-us-wrap>p {
  text-align: center;
  font-size: 18px;
  color: #333;
  margin: 19px 0 0;
}

.title-choose h3 {
  font-size: 22px;
  color: #150859;
  font-weight: 600;
  margin-bottom: 0px !important;
}

.para-choose p {
  color: #272C40;
  margin: 5px 0 0;
  font-size: 18px;
  line-height: 144%;
}

.in-wrap ul.choose {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  position: relative;
}

.in-wrap ul.choose li {
  width: 432px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-top: 60px;
}

.in-wrap ul.choose li:nth-child(2n) {
  justify-content: flex-start;
}

.in-wrap ul.choose li .title-img-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
}

.in-wrap ul.choose::after {
  content: "";
  background: url(../images/client_solution.png);
  background-repeat: no-repeat;
  background-position: center 43px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: -1;
}

.in-wrap ul.choose li .title-img-wrap .title-wrap-chosse {
  text-align: right;
}

.in-wrap ul.choose li .title-img-wrap .choose-img {
  margin-left: 20px;
}

.in-wrap ul.choose li:nth-child(2n) .title-img-wrap .title-wrap-chosse {
  text-align: left;
}

.in-wrap ul.choose li:nth-child(2n) .title-img-wrap .choose-img {
  margin-right: 20px;
  margin-left: 0;
}

.in-wrap ul.choose li:nth-child(2n) {
  justify-content: flex-start;
}

.in-wrap ul.choose li:last-child {
  flex: 0 0 100%;
  display: block;
  margin: 110px 0 0;
  text-align: center;
}

.in-wrap ul.choose li:last-child .title-img-wrap {
  display: block;
  text-align: center;
}

.in-wrap ul.choose li:last-child .title-img-wrap .choose-img {
  margin:0 auto 12px;
}

.in-wrap ul.choose li:last-child .title-img-wrap .title-wrap-chosse {
  text-align: center;
}

.title-img-wrap .choose-img {
  width: 100px;
  height: 100px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 5px solid #fff;
  box-shadow: 1px 1px 9px rgb(204 204 204 / 50%);
  position: relative;
  z-index: 9;
}

.in-wrap ul.choose li.third-line,
.in-wrap ul.choose li.fourth-line {
  width: 420px;
}

.in-wrap ul.choose li .title-img-wrap::before {
  content: "";
  background: url(../images/round-line.png);
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  left: auto;
  right: -44px;
  top: 60px;
  bottom: auto;
  z-index: 1;
  width: 73px;
  height: 40px;
  transform: rotate(-136deg);
}

.in-wrap ul.choose li:nth-child(2n) .title-img-wrap::before {
  left: -46px;
  right: auto;
  transform: none;
}

.in-wrap ul.choose li.third-line .title-img-wrap::before {
  right: -47px;
  top: 40px;
  transform: rotate(-172deg);
}

.in-wrap ul.choose li.fourth-line .title-img-wrap::before {
  transform: rotate(37deg);
  top: 33px;
  left: -47px;
}

.in-wrap ul.choose li.fift-line .title-img-wrap::before {
  right: 0;
  left: 0;
  margin: auto;
  top: -40px;
  transform: rotate(115deg);
}

body.error-page {
  padding-top: 50px;
}

.error-404.not-found {
  padding-bottom: 100px;
  text-align: center;
}

.error-404 h2 {
  text-align: center;
  font-size: 120px;
  color: #000000;
  margin-bottom: 0px;
}
/*
font-family: "Poppins", sans-serif;
font-family: "Barlow", sans-serif;
 */

 .services-section .services-us-wrap h2 {
  margin-top: 0px;
}