/* @import url('https://fonts.googleapis.com/css?family=Roboto:300,400,400i,500,700,900|Open+Sans:300,400,600,700'); */

#jqcheck {
  background: #fff9d7;
  text-align: center;
  color: #333;
  padding: 10px 0px;
  font-size: 13px;
  font-weight: bold;
  position: fixed;
  z-index: 9991;
  width: 100%;
  font-family: "Roboto", sans-serif;
}
* {
  margin: 0px;
  padding: 0px;
}

/* text selection color */
::-moz-selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}
::selection {
  background: var(--primary-color);
  color: var(--theme-white);
  text-shadow: none;
}

/* browser scroller style */
::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}
::-webkit-scrollbar-button:start:decrement,
::-webkit-scrollbar-button:end:increment {
  display: none;
}
::-webkit-scrollbar-track-piece {
  background-color: #ecedf1;
  -webkit-border-radius: 0px;
  border-left: 1px solid #888;
}
::-webkit-scrollbar-thumb:vertical {
  -webkit-border-radius: 0px;
  background: var(--primary-color);
}

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  select {
    -webkit-appearance: none !important;
    line-height: 28px !important;
  }
}

body {
  font-family: "Roboto", sans-serif;
  color: var(--default-color);
  font-size: var(--base-font-size);
  position: relative;
}

/* font family */

/* font colors */
.fc-primary {
  color: var(--primary-color);
}
.fc-secondary {
  color: var(--secondary-color);
}
.fc-dark {
  color: var(--theme-dark);
}
.fc-lite {
  color: var(--theme-lite);
}

/* buttons */
.primary-btn,
.secondary-btn {
  font-size: 13px;
  font-weight: 400;
  text-transform: capitalize;
  padding: 8px 15px;
  position: relative;
  display: table;
  border-radius: 3px;
}
.primary-btn:after,
.secondary-btn:after {
  content: "\e957";
  font-family: "icomoon" !important;
  font-size: 13px;
  color: white;
  padding-left: 10px;
  display: table-cell;
  vertical-align: middle;
}
.primary-btn {
  background: var(--primary-color);
  color: white;
}
.primary-btn:hover {
  background: var(--primary-color-dark);
  color: white;
}
.secondary-btn {
  background: var(--secondary-color);
  color: white;
}
.secondary-btn:hover {
  background: var(--secondary-color-dark);
  color: white;
}

.banner-btn {
  text-transform: capitalize;
  display: inline-block;
  transform: translateY(0rem);
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  color: #fff !important;
  background-color: transparent;
  padding: 20px 40px;
  font-size: 18px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid #fff !important;
}

.secpad-100 {
  padding: 100px 0;
}

.sm-btn {
  font-size: 14px;
}
.md-btn {
  font-size: 16px;
}
.lg-btn {
  font-size: 18px;
}
.xl-btn {
  font-size: 20px;
}

/* headings */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
p {
  margin: 0;
  padding: 0;
}
h1,
.h1,
h2,
.h2 {
  font-family: "Roboto", sans-serif;
}
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Roboto", sans-serif;
  padding-bottom: 10px;
  color: var(--theme-dark);
}

h2,
.h2 {
  font-size: 6.7vmin;
}
h3,
.h3 {
  font-size: var(--font-size-h3);
  font-weight: 600;
}
h4,
.h4 {
  font-size: var(--font-size-h4);
}
h5,
.h5 {
  font-size: var(--font-size-h5);
}
h6,
.h6 {
  font-size: var(--font-size-h6);
}
p {
  /*font-size: var(--base-font-size);*/
}

p {
  font-weight: 400;
  line-height: 1.4;
  padding: 0 0 20px;
  margin: 0px;
  color: #687087;
}

/*** theme sections padding ***/
.sec-padding-100 {
  padding: 100px 0;
}
.sec-padding-90 {
  padding: 90px 0;
}
.sec-padding-80 {
  padding: 80px 0;
}
.sec-padding-70 {
  padding: 70px 0;
}
.sec-padding-60 {
  padding: 60px 0;
}
.sec-padding-xlarge {
  padding: 50px 0;
}
.sec-padding-large {
  padding: 40px 0;
}
.sec-padding-medium {
  padding: 30px 0;
}
.sec-padding-small {
  padding: 25px 0;
}
.sec-padding-xsmall {
  padding: 10px 0;
}

/*** theme sections margin ***/
.sec-margin-100 {
  margin: 100px 0;
}
.sec-margin-90 {
  margin: 90px 0;
}
.sec-margin-80 {
  margin: 80px 0;
}
.sec-margin-70 {
  margin: 70px 0;
}
.sec-margin-60 {
  margin: 60px 0;
}
.sec-margin-xlarge {
  margin: 50px 0;
}
.sec-margin-large {
  margin: 40px 0;
}
.sec-margin-medium {
  margin: 30px 0;
}
.sec-margin-small {
  margin: 25px 0;
}
.sec-margin-xsmall {
  margin: 10px 0;
}

/*** no padding, no marging ***/
.p-0 {
  padding: 0;
}
.pt-0 {
  padding-top: 0px;
}
.pb-0 {
  padding-bottom: 0px;
}
.pl-0 {
  padding-left: 0px;
}
.pr-0 {
  padding-right: 0px;
}
.m-0 {
  margin: 0;
}
.mt-0 {
  margin-top: 0px;
}
.mb-0 {
  margin-bottom: 0px;
}
.ml-0 {
  margin-left: 0px;
}
.mr-0 {
  margin-right: 0px;
}

.tt-uppercase {
  text-transform: uppercase;
}
.tt-capitalize {
  text-transform: capitalize;
}

p strong {
  color: black;
}
p span {
  color: black;
}
a:hover {
  text-decoration: none;
}
a:focus {
  outline: none;
  text-decoration: none;
}
img {
  border: 0px;
  outline: none;
}
/*img { max-width: 100%;  }*/
ul,
li {
  list-style-type: none;
}
.relative {
  position: relative;
}
.absolute {
  position: absolute;
}

h2,
.h2 {
  color: #171717;
  line-height: 1.2;
  font-weight: 700;
  padding: 0 0 15px 0;
  position: relative;
  letter-spacing: -1px;
}
h1 {
  font-family: "Cinzel Decorative", cursive;
}
h2 {
  font-family: "Cinzel Decorative", cursive;
}
h2 span,
.h2 span {
  color: var(--primary-color);
}

a {
  text-decoration: none;
}
.list-simple {
  list-style: none;
  margin: 0 0 15px 0;
  width: 100%;
  display: inline-block;
}
.list-simple li {
  color: var(--default-color);
  padding: 0 0 10px 16px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  position: relative;
}
.list-simple li:before {
  position: absolute;
  left: 0px;
  top: 0px;
  font-size: 13px;
  color: var(--secondary-color);
  content: "\e93a";
  font-family: "icomoon" !important;
}

/*** morefull block link ***/
.moreFull {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  text-indent: -9999px;
}

/*** transition ***/
.transition {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

/*** scale with transition ***/
.scale-with-transition {
  -webkit-transition: all 200ms ease-in;
  -ms-transition: all 200ms ease-in;
  -moz-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  -moz-transform: scale(1.05);
  transform: scale(1.05);
}

/* header 
------------------------------------*/

header {
  padding: 10px 15px 10px;
  position: fixed;
  width: 100%;
  z-index: 9;
}

/* 
.new_header{
 display: flex;   
 justify-content: space-between;
 align-items: center;
} */

header .logowrp {
}
header .logowrp img {
  width: 250px;
  margin: 0px 0 0px;
}
header .navwrp {
}
header .navwrp ul {
  margin: 0;
  text-align: center;
  display: block;
}
@media (max-width:1080px) {
    header .navwrp ul{
        display: none;
    }
    header .btnmain{
        margin-right: 20px;
    }
}

header .navwrp ul li {
  display: inline-block;
  margin: 0 9px 0 0;
}

header .navwrp ul li a {
  font-size: 15px;
  color: #fff;
  font-weight: 500;
}
header .btnmain {
}
header .btnmain ul {
  margin: 0;
  text-align: right;
}
header .btnmain ul li {
  display: inline-block;
  margin: 0 0px 0 5px;
  vertical-align: middle;
}
header .btnmain ul li a {
  color: #fff;
  font-size: 16px;
}
header .btnmain ul li a.nmbtwrp {
  font-weight: bold;
  color: #c38e2d;
}
header .btnmain ul li a.btnwrp {
  background-image: linear-gradient(
    43deg,
    rgb(234, 181, 67) 0%,
    rgb(115, 63, 0) 99%
  ) !important;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 14px 26px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 3;
  position: relative;
}

header.header-main.showmenu {
  background: #fff !important;
  box-shadow: 1px 13px 60px 0 #8994ac66;
}
header.header-main.showmenu .navwrp ul li a {
  color: #000;
}
header .logo-dark {
  display: none;
}
header.header-main.showmenu .logo-dark {
  display: block;
}
header.header-main.showmenu .logo-white {
  display: none;
}
header.header-main.showmenu .btnmain ul li a {
  color: #000;
}
header.header-main.showmenu .btnmain ul li a.nmbtwrp {
  color: #c38e2d !important;
}
header.header-main.showmenu .btnmain ul li a.btnwrp {
  color: #fff !important;
}

.home-banner {
  background-repeat: no-repeat;
  background-size: cover;
  padding: 150px 0 80px;
}
.home-banner .txtwrp {
  display: block;
  margin: 0 auto;
  text-align: center;
  padding: 0 0 20px;
}
.home-banner .txtwrp h1 {
  color: #fff;
  font-size: 49px;
  font-weight: 600;
  line-height: 1;
}
.hometext .home-banner .txtwrp h1 {
  line-height: 150px;
}
.home-banner .txtwrp h1 span {
  align-items: center;
  justify-content: center;
  color: #e4af3f;
  font-size: 120px;
  font-weight: 900;
  border: 1px solid #af7a22;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(43deg, rgb(234, 181, 67) 0%, rgb(115, 63, 0) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  padding: 0 20px 0;
}
.home-banner .txtwrp h4 {
  font-size: 33px;
  color: #b0a9a9;
  font-weight: 400;
  padding: 0 0 20px;
  margin-top: 40px;
}
.home-banner .txtwrp h4 span {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(43deg, rgb(234, 181, 67) 0%, rgb(115, 63, 0) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.home-banner .txtwrp p {
  color: #b0a9a9;
  font-size: 18px;
  width: 80%;
  margin: 0 auto;
}

.formbaner {
  padding: 38px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  background-image: -webkit-linear-gradient(15deg, #dedede 0, #fff 100%);
  text-align: center;
  display: block;
  width: 88%;
  margin: 0 auto;
}
.formbaner form {
}
.formbaner form .lablewrp {
  position: relative;
  width: 23%;
  display: inline-block;
  margin: 0 6px 0px;
}
.formbaner form .lablewrp i {
  position: absolute;
  z-index: 1;
  top: 22px;
  left: 15px;
  color: #b17d23;
}
.formbaner form .lablewrp input {
  height: 55px;
  border: 1px solid #a4701c;
  border-radius: 0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding-left: 50px;
  outline: none;
  position: relative;
  width: 100%;
}
.formbaner form .lablewrp input.btnwrp {
  padding: 0;
  background: linear-gradient(
    43deg,
    rgb(234, 181, 67) 0%,
    rgb(115, 63, 0) 99%
  ) !important;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
}
.form-bnr-main .txtdiv {
  display: block;
  padding: 40px 0 0;
}
.form-bnr-main .txtdiv p {
  display: block;
  text-align: center;
  color: #b0a9a9;
  font-size: 18px;
}
.form-bnr-main .txtdiv p span {
  justify-content: center;
  color: #e4af3f;
  font-weight: 900;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(43deg, rgb(234, 181, 67) 0%, rgb(115, 63, 0) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.form-bnr-main .txtdiv p strong {
  color: #fff;
}

.client-logos {
  padding: 30px 0 30px;
  background: #eeeeee6b;
}
.client-logos .txtdiv {
  border-right: 1px solid #cecece;
  padding: 0px 70px 0 0;
}
.client-logos .txtdiv p {
  font-size: 16px;
}
.client-logos .logoswrp {
}
.client-logos .logoswrp ul {
  margin: 0px;
}
.client-logos .logoswrp ul li {
  display: inline-block;
  margin: 0 11px 0;
}
.client-logos .logoswrp ul li img {
  filter: grayscale(1);
  width: 116px;
  transition: all 250ms ease;
}
.client-logos .logoswrp ul li img:hover {
  filter: unset;
}

.main-heading {
  font-size: 44px;
  font-weight: 600;
  color: #222;
  line-height: 0.4;
}
.main-heading span {
  align-items: center;
  justify-content: center;
  color: #e4af3f;
  font-size: 90px;
  font-weight: 900;
  border: 1px solid #af7a22;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(43deg, rgb(234, 181, 67) 0%, rgb(115, 63, 0) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  padding: 0px 32px 0;
}
.prime-heading {
  font-size: 28px;
  font-weight: 400;
  padding: 35px 0 21px;
  text-align: center;
  text-transform: uppercase;
}
.main-pera {
  font-size: 18px;
}
.secondwrp {
  padding: 70px 0;
  position: relative;
}
.secondwrp .txtwrp {
  display: block;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.secondwrp:after {
  content: "";
  position: absolute;
  background: url(../images/first-section-illustration.png);
  width: 180px;
  height: 452px;
  right: 0;
  z-index: 3;
  top: -74px;
}

.broadwrp {
  background: #eeeeee6b;
  padding: 70px 0;
}
.broadwrp .imgwrp {
  position: relative;
}
.broadwrp .imgwrp img {
  width: 139%;
  position: absolute;
  left: -110px;
  top: -90px;
}
.broadwrp .btnwrp {
  display: block;
  padding: 0px 0 0;
}
.btn-1 {
  background-image: linear-gradient(
    43deg,
    rgb(234, 181, 67) 0%,
    rgb(115, 63, 0) 99%
  ) !important;
  font-size: 16px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px 35px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  color: #fff;
  z-index: 1;
}
.btn-2 {
  font-size: 16px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 14px 35px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  font-weight: 600;
  color: #804c08;
  border: 1px solid #804c08;
  margin: 0 0 0px 18px;
}

.broadwrp.secndsec {
  background: unset;
  position: relative;
  margin: 70px 0 0;
}
.broadwrp.secndsec:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  transform: translate(0, -50%);
  background: url(../images/coffee_cup.webp);
  width: 309px;
  height: 489px;
}
.broadwrp.secndsec .imgwrp {
}
.broadwrp.secndsec .imgwrp img {
  width: 140%;
  left: 0;
}

.achievementwrp {
  background: url(../images/our-achievement.png) no-repeat;
  background-size: cover;
  padding: 85px 0px;
  background-position: inherit;
}
.achievementwrp .txtwrp {
}
.achievementwrp .txtwrp h2 {
  color: #fff;
}
.achievementwrp .txtwrp p {
  color: #999;
  padding: 0px 0 0;
}
.achievementwrp .txtdiv {
}
.achievementwrp .txtdiv ul {
  margin: 50px 0 0;
}
.achievementwrp .txtdiv ul li {
  display: inline-block;
  text-align: center;
  width: 32%;
  border-right: 1px solid #686767;
  padding: 0 17px 0px 0;
  vertical-align: text-top;
}
.achievementwrp .txtdiv ul li p {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(43deg, rgb(234, 181, 67) 0%, rgb(115, 63, 0) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding: 0;
  font-size: 17px;
}
.achievementwrp .txtdiv ul li span {
  font-size: 13px;
  color: #999;
}
.achievementwrp .txtdiv ul li h2 {
  -webkit-text-fill-color: transparent;
  background: linear-gradient(43deg, rgb(234, 181, 67) 0%, rgb(115, 63, 0) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 58px;
  padding: 18px 0 16px;
  position: relative;
}
.achievementwrp .txtdiv ul li h2:after {
  content: "";
  position: absolute;
  background: #686767;
  width: 112%;
  height: 1px;
  left: 0;
  top: 13px;
}

.serviceswpr {
  padding: 70px 0;
  position: relative;
}
.serviceswpr .imgwrp:after {
  content: "";
  position: absolute;
  background: url(../images/service_circles.webp);
  width: 526px;
  height: 526px;
  z-index: -1;
  animation: zoomanimation 2s infinite;
  left: -120px;
  background-repeat: no-repeat;
  background-size: cover;
  top: 180px;
}
.serviceswpr .imgwrp {
}
.serviceswpr .imgwrp img {
  width: 150%;
  position: absolute;
  left: -240px;
  top: 130px;
}
.serviceswpr .txtwrp {
  display: block;
  padding: 90px 0 0;
}
.serviceswpr .txtwrp h6 {
  padding: 40px 0 20px;
  font-size: 22px;
}
/*.serviceswpr .txtwrp h2{font-size: 42px; }*/
.serviceswpr .txtwrp ul {
}
.serviceswpr .txtwrp ul li {
  font-size: 16px;
  font-weight: 500;
  width: 49%;
  display: inline-block;
  position: relative;
  padding: 0 0 10px 25px;
  vertical-align: text-top;
}
.serviceswpr .txtwrp ul li:after {
  content: "\f14a";
  position: absolute;
  font-family: "FontAwesome";
  left: 0px;
  color: #a7731e;
  top: 0;
}
.serviceswpr .btnwrp {
}

.ctawrp {
  background-image: url(../images/cta-img.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 90px 0 70px;
  position: relative;
}
.ctawrp:after {
  content: "";
}
.ctawrp .txtwrp {
  display: block;
  text-align: center;
}
.ctawrp .txtwrp h2 {
  color: #fff;
}
.ctawrp .txtwrp h4 {
  color: #fff;
  padding: 30px 0 20px;
}
.ctawrp .txtwrp p {
  color: #fff;
  width: 70%;
  margin: 0 auto;
}
.ctawrp .btnwrp {
  display: block;
  text-align: center;
  padding: 10px 0 0;
}
.ctawrp .mainimg {
  position: absolute;
  width: 29%;
  left: -90px;
  top: 30px;
}

.testimonial {
  padding: 100px 0;
  background: url(../images/testi_bg.webp) no-repeat;
  background-size: cover;
  background-position: bottom;
}
.testimonial .row .tabs {
  all: unset;
  margin-right: 50px;
  display: flex;
  flex-direction: column;
}
.testimonial .row .tabs li {
  all: unset;
  display: block;
  position: relative;
}
.testimonial .row .tabs li.active::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: linear-gradient(
    43deg,
    rgb(234, 181, 67) 0%,
    rgb(115, 63, 0) 99%
  ) !important;
  border-radius: 50%;
}
.testimonial .row .tabs li.active::after {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: linear-gradient(
    43deg,
    rgb(234, 181, 67) 0%,
    rgb(115, 63, 0) 99%
  ) !important;
  border-radius: 50%;
}
.testimonial .row .tabs li:nth-child(1) {
  align-self: flex-end;
}
.testimonial .row .tabs li:nth-child(1)::before {
  left: 64%;
  bottom: -50px;
}
.testimonial .row .tabs li:nth-child(1)::after {
  left: 97%;
  bottom: -81px;
}
.testimonial .row .tabs li:nth-child(1) figure img {
  margin-left: auto;
}
.testimonial .row .tabs li:nth-child(2) {
  align-self: flex-start;
}
.testimonial .row .tabs li:nth-child(2)::before {
  right: -65px;
  top: 50%;
}
.testimonial .row .tabs li:nth-child(2)::after {
  bottom: 101px;
  border-radius: 50%;
  right: -120px;
}
.testimonial .row .tabs li:nth-child(2) figure img {
  margin-right: auto;
  max-width: 300px;
  width: 100%;
  margin-top: -50px;
}
.testimonial .row .tabs li:nth-child(3) {
  align-self: flex-end;
}
.testimonial .row .tabs li:nth-child(3)::before {
  right: -10px;
  top: -66%;
}
.testimonial .row .tabs li:nth-child(3)::after {
  top: -130px;
  border-radius: 50%;
  right: -46px;
}
.testimonial .row .tabs li:nth-child(3) figure img {
  margin-left: auto;
  margin-top: -50px;
}
.testimonial .row .tabs li:nth-child(3):focus {
  border: 10px solid red;
}
.testimonial .row .tabs li figure {
  position: relative;
}
.testimonial .row .tabs li figure img {
  display: block;
}
.testimonial .row .tabs li figure::after {
  content: "";
  position: absolute;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
  border: 4px solid #b27e23;
  border-radius: 50%;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}
.testimonial .row .tabs li figure:hover::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonial .row .tabs.carousel-indicators li.active figure::after {
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.testimonial .row .carousel > h3 {
  font-size: 20px;
  line-height: 1.45;
  color: rgba(0, 0, 0, 0.5);
  font-weight: 600;
  margin-bottom: 0;
}
.testimonial .row .carousel h1 {
  font-size: 40px;
  line-height: 1.225;
  margin-top: 23px;
  font-weight: 700;
  margin-bottom: 0;
}
.testimonial .row .carousel .carousel-indicators {
  all: unset;
  padding-top: 43px;
  display: flex;
  list-style: none;
}
.testimonial .row .carousel .carousel-indicators li {
  background: #ae7a21;
  background-clip: padding-box;
  height: 4px;
}
.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper {
  margin-top: 42px;
}
.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper span {
}
.testimonial
  .row
  .carousel
  .carousel-inner
  .carousel-item
  .quote-wrapper
  span
  i {
  color: #ead804;
}
.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper p {
  font-size: 18px;
  line-height: 1.72222;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
}
.testimonial .row .carousel .carousel-inner .carousel-item .quote-wrapper h3 {
  color: #000;
  font-weight: 700;
  margin-top: 30px;
  font-size: 20px;
  line-height: 1.45;
  text-transform: uppercase;
}

@media only screen and (max-width: 1200px) {
  .testimonial .row .tabs {
    margin-right: 25px;
  }
}

.processwrp {
  background: url(../images/why_choose_bg.webp) no-repeat;
  background-size: cover;
  padding: 80px 0 60px;
}
.processwrp .txtwrp {
  display: block;
  text-align: center;
}
.processwrp .txtwrp h2 {
  color: #fff;
}
.processwrp .txtwrp h4 {
  color: #fff;
}
.processwrp .txtwrp p {
  color: #fff;
}
.processwrp .mainwrp {
}
.processwrp .mainwrp ul {
  margin: 30px 0 0;
}
.processwrp .mainwrp ul li {
  display: inline-block;
  width: 33%;
  padding: 0px 0 30px 21px;
}
.processwrp .mainwrp ul li img {
  margin: 0 10px 0 0;
}
.processwrp .mainwrp ul li span {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  vertical-align: top;
}

.bottomfrom {
  padding: 110px 0 50px;
}
.bottomfrom:after {
  content: "";
}
.bottomfrom:before {
  content: "";
}
.bottomfrom .txtwrp {
  display: block;
  text-align: center;
  width: 80%;
  margin: 0 auto;
}
.bottomfrom .fromwrp {
  width: 67%;
  margin: 10px auto 0;
}
.bottomfrom .fromwrp form {
}
.bottomfrom .fromwrp form .lablewrp {
}
.bottomfrom .fromwrp form .lablewrp i {
  position: absolute;
  top: 20px;
  left: 20px;
  color: #88530b;
  font-size: 16px;
  display: none;
}
.bottomfrom .fromwrp form .lablewrp input {
  height: 57px;
  border: 1px solid #b47f24;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  outline: none;
  padding-left: 15px;
  width: 100%;
}
.bottomfrom .fromwrp form .lablewrp input.btnmain {
  padding: 0;
  background: linear-gradient(43deg, rgb(234, 181, 67) 0%, rgb(115, 63, 0) 99%);
  color: #fff;
  font-size: 18px;
  font-weight: 500;
  width: 20%;
  margin: 0 auto;
  text-align: center;
  display: block;
  cursor: pointer;
}
.bottomfrom .fromwrp form .lablewrp textarea {
  height: 137px;
  border: 1px solid #b47f24;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  outline: none;
  padding: 10px 0 0 15px;
  width: 100%;
  resize: none;
}
.bottomfrom .fromwrp form .lablewrp {
  /* position: relative; */
  margin: 0 0 20px;
}

footer {
  padding: 50px 0;
  background: #000;
}
footer .footer-logo {
}
footer .footer-logo img {
  text-align: left;
  width: 250px;
}
footer .txt-wrap h2 {
  color: #fff;
}
footer .footer-nav {
  display: block;
  padding: 50px 0 0;
}
footer .footer-nav ul {
}
footer .footer-nav ul li {
  padding: 10px 0 0;
}
footer .footer-nav ul li a {
  color: #999;
  font-size: 15px;
  font-weight: 500;
}
footer .textwrp p {
  color: #999;
  padding: 20px 0;
  font-size: 16px;
}
footer .infpwrp {
}
footer .infpwrp ul {
}
footer .infpwrp ul li {
  padding: 0 0 10px;
}
footer .infpwrp ul li a {
  color: #fff;
  font-size: 17px;
}
footer .dmc-img {
  border: 1px solid #e8e8e7;
  padding: 3px 0;
  width: 140px;
}
footer .social ul {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
footer .social ul li {
  font-size: 25px;
  border: 2px solid #898989;
  border-radius: 50px;
  margin-right: 10px;
  width: 44px;
  height: 44px;
  display: inline-block;
}
footer .social ul li a {
  height: 100%;
  color: #898989;
  margin: 10px 0 0 14px;
  font-size: 18px;
  display: block;
}
footer .footer-nav h4 {
  color: #fff;
  font-size: 20px;
}
.tooter-bottom {
  background: #000;
  border-top: 1px solid #c8bca62b;
  padding: 20px 0;
}
.tooter-bottom .copyright {
}
.tooter-bottom .copyright p {
  padding: 0;
  color: #fff;
  font-weight: 500;
}
.tooter-bottom .main-pages {
  float: left;
}
.tooter-bottom .main-pages ul {
}
.tooter-bottom .main-pages ul li {
  display: inline-block;
}
.tooter-bottom .main-pages ul li a {
  color: #fff;
  font-weight: 500;
}

.inner-banner {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 140px 0 70px;
}
.inner-banner .txtwrp h2 {
  color: #fff;
  font-size: 36px;
  font-weight: 600;
  line-height: 1;
}
.inner-banner .txtwrp h2 span {
  align-items: center;
  justify-content: center;
  color: #e4af3f;
  font-size: 120px;
  font-weight: 900;
  border: 1px solid #af7a22;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(43deg, rgb(234, 181, 67) 0%, rgb(115, 63, 0) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  padding: 0 20px 0;
}
.inner-banner .txtwrp h4 {
  font-size: 22px;
  color: #b0a9a9;
  font-weight: 400;
  padding: 20px 0 20px;
  width: 75%;
  margin: 0 auto;
}
.inner-banner .txtwrp p {
  color: #fff;
  width: 75%;
  margin: 0 auto;
  padding: 20px 0;
}
.inner-banner .btnwrp {
  width: 75%;
  margin: -10px auto 0;
  text-align: center;
}

.formwrp {
  margin: 30px 0 0px;
  background: #fff;
  width: 80%;
  margin: 20px auto 20px;
  position: relative;
  z-index: 5;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.formwrp form {
  display: block;
  text-align: center;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.formwrp form .lable {
  display: inline-block;
  width: 25%;
  margin: 0px -3px -10px;
  vertical-align: top;
}
.formwrp form .lable input {
  width: 100%;
  margin: 0 0 0 0;
  border: 1px solid #e5e5e5;
  background: white;
  padding: 13px 15px;
  color: gray;
  font-size: 13px;
  height: 65px;
  font-weight: 400;
  outline: none !important;
  margin-bottom: 10px;
}
.formwrp form .lable input.nmbr {
  border-right: 0;
}
.formwrp form .lable input.fxtwrp {
  border-radius: 9px 0 0px 9px;
  border: crimson;
}
.formwrp form .lable input.btn {
  background: linear-gradient(
    43deg,
    rgb(234, 181, 67) 0%,
    rgb(115, 63, 0) 99%
  ) !important;
  color: #0b1442;
  font-weight: 600;
  font-size: 18px;
  height: 54px;
  width: 98%;
  margin: 5px 0 0 2px;
  padding: 0;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}

.doingwrp {
  padding: 70px 0;
  position: relative;
}
.doingwrp .imgwrp {
}
/*.doingwrp .imgwrp img{width: 120%;position: absolute;left: -80px;top: 20px;}*/
.doingwrp .imgwrp img {
  width: 100%;
}

.clr-black {
  color: #000 !important;
}
.clr-white {
  color: #fff !important;
}

.bold .txtwrp h2 {
}
.bold .txtwrp h2 span {
  align-items: center;
  justify-content: center;
  color: #e4af3f;
  font-size: 80px;
  font-weight: 900;
  border: 1px solid #af7a22;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(43deg, rgb(234, 181, 67) 0%, rgb(115, 63, 0) 99%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  display: inline;
  padding: 0 20px 0;
}
.bold .txtwrp h4 {
}
.process {
  padding: 80px 0;
}
.process .txtwrp {
  width: 70%;
  margin: 0 auto;
  text-align: center;
}
.process .txtwrp.visibility {
  width: 100%;
}
.process .txtwrp.visibility h1 {
  color: #e5b040ad;
  font-family: Poppins, sans-serif;
  font-weight: 800;
  font-size: 100px;
  text-align: left;
}
.process .txtwrp.visibility h6 {
  text-align: left;
}
.process .txtwrp.visibility p {
  text-align: left;
  font-size: 16px;
  color: #000;
}
.process .imgwrp {
  position: relative;
}
.process .imgwrp:before {
  content: "";
  position: absolute;
  width: 160px;
  height: 365px;
  border: 4px solid #e4af3f;
  top: 115px;
  z-index: -1;
  right: 0px;
}
.down {
  padding: 60px 0 0 !important;
}

.service-banner {
  padding: 50px 0;
  background: linear-gradient(43deg, rgb(234, 181, 67) 0%, rgb(115, 63, 0) 99%);
}
.contact-form.bottomfrom .fromwrp {
  width: 100%;
}
.contact-form.bottomfrom .txtwrp {
  width: 100%;
  text-align: left;
}
.contact-form.bottomfrom .txtwrp h6 {
  text-align: center;
}
.contact-form.bottomfrom .txtwrp .info {
  font-size: 22px;
  color: #000;
  font-weight: 500;
  padding: 0px 0 10px;
}
a.linker {
  display: inline-block;
  margin-right: 20px;
  color: #333;
  font-weight: 500;
}

.controll {
}
.controll .boxwrp {
}
.controll .boxwrp ul {
  display: inline-block;
  border-radius: 40px;
  margin-bottom: 0;
  text-align: left;
  border: 1px solid #e4af3f;
  margin-top: 40px;
  overflow: hidden;
}
.controll .boxwrp ul li {
  width: 33.33%;
  float: left; /* border-bottom: 1 px solid #BBBECC; */
  text-align: center;
  font-size: 15px;
  position: relative;
  padding: 20px 10px;
  border-bottom: 1px solid #e4af3f;
  border-right: 1px solid #e4af3f;
}
.controll .boxwrp ul li:after {
  content: "\f00c";
  position: absolute;
  font-family: FontAwesome;
  left: 90px;
  font-size: 16px;
  color: #e4af3f;
  display: table-cell;
  vertical-align: middle;
  top: 20px;
}
.controll .boxwrp ul li:nth-child(3n + 3) {
  border-right: none !important;
}
.controll .boxwrp ul li:hover li:after {
  color: #1e7b85;
}
.controll .txt-div {
}
.controll .txt-div p {
  padding: 10px 0 0;
}
.controll .txt-div p a {
  color: #cb9631;
  font-weight: bold;
}

.refine {
  padding: 50px 0;
}
.refine .imgwrp {
}
.refine .imgwrp img {
  width: 100%;
}
body {
  overflow-x: hidden;
}

.form-box-main form label.field-txt {
  font-weight: 500;
  font-size: 18px;
  color: rgb(91, 107, 127);
  margin: 0px 0px 5px;
  width: 100%;
  display: block;
  padding: 10px 0px 0px;
}
.form-box-main form input[type="text"],
.form-box-main form input[type="email"],
.form-box-main form input[type="number"],
.form-box-main form input[type="tel"],
.form-box-main form textarea {
  width: 100%;
  margin: 0px;
  border: 1px solid rgb(178, 185, 193);
  background: white;
  padding: 18px 15px;
  color: rgb(0, 0, 0);
  font-size: 18px;
  font-weight: 400;
  height: 55px;
  border-radius: 8px;
  outline: none;
  height: 57px;
  border: 1px solid #b47f24;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  outline: none;
  width: 100%;
}
.form-box-main form #countryCode {
  height: 55px !important;
  padding: 0 16px 0;
  width: 22%;
  float: left;
  margin: 0 10px 0 0;
  border-radius: 6px;
  outline: none;
  border: 1px solid rgb(178, 185, 193);
  background: white;
  border: 1px solid #b47f24;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  outline: none;
}
input#free_cons_phone1 {
  padding: 15px !important;
  width: 75%;
  margin: 0 !important;
  float: left;
}
.form-box-main form select {
  height: 57px;
  border: 1px solid #b47f24;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  outline: none;
  padding-left: 20px;
  width: 100%;
}
.form-box-main form textarea {
  width: 100%;
  margin: 0px;
  padding: 8px 12px;
  height: 100px;
}
.form-box-main form input[type="submit"] {
  background-image: linear-gradient(
    43deg,
    rgb(234, 181, 67) 0%,
    rgb(115, 63, 0) 99%
  ) !important;
  color: #fff;
  border: 1px solid #f3d48b;
  font-weight: 600;
  font-size: 16px;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 14px 26px;
  display: inline-block;
  position: relative;
  overflow: hidden;
  z-index: 3;
  position: relative;
}
.privacyPolicy {
  padding: 150px 0 50px;
}
.get-startwrp .main-heading {
  line-height: 50px;
}

.btn-1:hover {
  color: #fff;
}
.btn-2:hover {
  color: #804c08;
}

.drop-down {
  position: relative;
}
.drop-down .drp-down {
  display: none;
  position: absolute;
  top: 50px;
}
.drop-down:hover .drp-down {
  display: block !important;
}
.drp-down ul {
  width: 250px;
  background: #fff;
  height: auto;
  border-radius: 6px;
  text-align: start !important;
}
.drp-down ul li a {
  font-size: 14px !important;
  color: #000 !important;
  font-weight: 500;
  display: block;
  padding: 20px;
}
.drp-down > ul:before {
  position: absolute;
  content: "";
  top: -9px;
  left: 17px;
  z-index: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  -webkit-transform: rotate(45deg);
  transform: rotate(44deg);
  border-radius: 5px;
  border-top: 1px solid #cbd6e2;
  border-left: 1px solid #cbd6e2;
}
.drp-down ul li {
  margin: 0 !important;
  text-align: left;
  border-bottom: 1px solid #000;
  width: 100%;
}
.drp-down ul li:hover {
}

.drp-down ul li a:hover {
  background: linear-gradient(43deg, rgb(234, 181, 67) 0%, rgb(115, 63, 0) 99%);
  color: #fff !important;
  transition: 1s all;
}
.drop-down a i {
  margin: 0 0 0 5px;
}
.order header {
  background: #000;
}
.thankyouwrp {
  display: block;
  text-align: center;
  padding: 210px 0 120px;
}
.privacyPolicy p strong {
  font-size: 22px;
  font-weight: 500;
}
.service-banner .formwrp form .lable input.btn {
  color: #fff;
}
.home-banner .btnwrp .btn-2 {
  color: #fff;
  border: 1px solid #fff;
}
.ctawrp .btnwrp .btn-2 {
  color: #fff;
  border: 1px solid #fff;
}

.process {
  position: relative;
  background: #ebd1d11f;
}
.process:after {
  content: "";
  background-image: url(../images/second-img-bg.png);
  position: absolute;
  width: 400px;
  height: 600px;
  background-repeat: no-repeat; /* top: 0; */
  z-index: -1;
  bottom: 110px;
}
section.contact-form.bottomfrom {
  position: relative;
}
section.contact-form.bottomfrom:after {
  content: "";
  background-image: url(../images/map-illustration.png);
  position: absolute;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  bottom: -210px;
  z-index: -1;
}
.bottomfrom {
  position: relative;
}
.bottomfrom:before {
  content: "";
  background-image: url(../images/form-ri8.png);
  position: absolute;
  background-repeat: no-repeat;
  top: 0;
  right: 0;
  background-size: cover;
  width: 290px;
  height: 700px;
}

.achievementwrp .prime-heading {
  color: #fff;
}
.serviceswpr .txtwrp h2 {
  line-height: unset;
}

.bottomfrom .fromwrp select#countryCode {
  height: 55px !important;
  padding: 0 16px 0;
  width: 11%;
  float: left;
  margin: 0 14px 20px 0;
  border-radius: 6px;
  outline: none;
  border: 1px solid rgb(178, 185, 193);
  background: white;
  border: 1px solid #b47f24;
  border-radius: 0;
  border-top-right-radius: 10px;
  border-bottom-left-radius: 10px;
  outline: none;
}
.bottomfrom .fromwrp input#free_cons_phone1 {
  width: 86% !important;
}

.floating-form {
  position: fixed;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  right: -50px;
  height: 100%;
  z-index: 999 !important;
  top: 0;
  width: 50px;
}
.floating-form.open {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 1000;
  right: 540px;
}
.floating-form.open:before {
  position: fixed;
  content: "";
  width: 100%;
  height: 100vh;
  background: #000000d6;
  z-index: 1;
  left: 0;
}
.floating-form.open .strip {
  /* -webkit-transition: 0.4s; */
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  right: unset;
  z-index: 100;
}
.floating-form .strip p {
  color: #b1b1b1;
  font-size: 20px;
  transform: rotate(-88deg);
  display: inline-block;
  padding: 0;
  position: absolute;
  bottom: 41px;
  left: -57px;
  font-weight: 700;
}
.floating-form .strip span.plane {
  color: #fff;
  position: absolute;
  left: 9px;
  font-size: 28px;
  transform: rotate(0);
  top: 35px;
}
.floating-form.open .strip p {
  color: #fff;
}
.floating-form.open .strip span.plane {
  opacity: 0;
}

.floating-form .inner-float {
  position: absolute;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  width: 100%;
  top: 0;
  bottom: 0;
}
.floating-form.open .inner-float {
  right: 83%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.floating-form .strip {
  position: absolute;
  width: 100px;
  height: 100px;
  background: linear-gradient(
    66deg,
    rgb(234, 181, 67) 0%,
    rgb(115, 63, 0) 99%
  ) !important;
  z-index: 5;
  top: 0;
  border-radius: 50%;
  bottom: 0;
  margin: auto;
  box-shadow: -10px 0 60px #67563969;
  display: inline-block;
  left: -40px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  z-index: 100;
}
.floating-form:hover .strip {
  -webkit-transform: scale3d(1.1, 1.1, 1);
  transform: scale3d(1.1, 1.1, 1);
}
.floating-form .strip img {
}
.floating-form .f-whole {
  position: absolute;
  width: 1200px;
  background: #fff;
  z-index: 99 !important;
  top: 0;
  height: 100vh;
  padding: 48px 60px 0 90px;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.floating-form.open .f-whole {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.f-whole {
  display: table;
  width: 100%;
}
.f-whole .left-sec {
  display: table-cell;
  vertical-align: middle;
  width: 50%;
}
.f-whole .left-sec .logowrp {
}
.f-whole .left-sec .logowrp img {
  width: 230px;
  margin: 0 0 30px;
}
@media (max-width:999px) {
    .f-whole .left-sec {
        width: 40%;
    }
    .floating-form.open .inner-float{
        right: -120%;
    }
}

.floating-form form {
  float: right;
  width: 100%;
}
.floating-form form textarea,
.floating-form form select,
.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: transparent;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.floating-form form input {
  margin: 0px 0 5px 0;
}
.floating-form form select {
  margin: 0 0 25px 0;
}

.floating-form form .intl-tel-input {
  margin: 0px 0 25px 0;
  width: 100%;
}
.floating-form .intl-tel-input.separate-dial-code .selected-dial-code {
  font-size: 18px;
  color: #495057;
}
.floating-form
  .intl-tel-input.separate-dial-code.allow-dropdown.iti-sdc-3
  input {
  color: #495057;
  border-bottom: 1px solid #ced4da;
  font-size: 18px;
}

.floating-form form textarea {
  height: 100px;
  resize: none;
}
.floating-form form input[type="submit"] {
  width: 200px;
  margin: 20px 0 0;
  border: transparent;
  color: #fff;
  padding: 15px 0; /* border-radius: 10px; */
  cursor: pointer;
  background: -moz-linear-gradient(left, #fcb434 0%, #f67c02 90%);
  background: -webkit-linear-gradient(left, #fcb434 0%, #f67c02 90%);
  background: linear-gradient(
    43deg,
    rgb(234, 181, 67) 0%,
    rgb(115, 63, 0) 99%
  ) !important;
  border-top-left-radius: 10px;
  border-bottom-right-radius: 10px;
}
.floating-form form input:focus,
.floating-form form select:focus,
.floating-form form textarea:focus {
  outline: none;
  box-shadow: none;
}

.floating-form .f-rght {
  padding: 0 60px;
  height: 100%;
  background: url(../images/bg-form.html) no-repeat right bottom;
  background-position: 0 160px;
  background-size: contain;
}
.floating-form h3 {
  font-size: 22px;
  max-width: 100%;
}
.floating-form h6 {
  padding: 0;
  font-size: 14px;
}
.floating-form p {
  font-size: 16px;
  max-width: 100%;
  font-family: "Bai Jamjuree", sans-serif;
  font-weight: 500;
  color: #6472a5;
  padding: 0px 0 30px 0;
}
.floating-form a.teli {
  color: var(--theme-dark);
  font-size: 14px;
}

.floating-form.open .btn-close {
  z-index: 100;
  position: absolute;
  left: 26px;
  top: 7px;
  width: 80px;
  color: #fff;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
  bottom: 0;
  margin: auto;
  height: 25px;
  transform: none;
  display: block;
}
.btn-close {
  display: none;
}
.btn-close .hamb {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 0 9px;
  z-index: 99999;
}
.btn-close .hamb .bar {
  display: block;
  z-index: 99999;
  width: 30px;
  height: 3px;
  background: #fff;
  margin: 0 0 3px;
  z-index: 99999;
  border-radius: 10px;
}
.btn-close .hamb .bar {
  -webkit-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease,
    margin 250ms ease;
  -moz-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease,
    margin 250ms ease;
  -ms-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease,
    margin 250ms ease;
  -o-transition: opacity 250ms 0ms ease, transform 350ms 150ms ease,
    margin 250ms ease;
  transition: opacity 250ms 0ms ease, transform 350ms 150ms ease,
    margin 250ms ease;
  z-index: 99999;
}
.btn-close .hamb .bar.second {
  display: none;
}
.btn-close .hamb .bar.one {
  height: 1.5px;
  transform: rotate(-45deg);
}
.btn-close .hamb .bar.two {
  transform: rotate(55deg);
  top: -5px;
  position: relative;
  height: 1.5px;
}

.btmfrom .formwrp form select#countryCode {
  width: 20%;
}
.btmfrom .formwrp form input#free_cons_phone1 {
  width: 78%;
}
.floating-form form select#countryCode {
  width: 18%;
  display: inline-block;
  float: left;
  margin: 0 15px 0px 0;
}

.floating-form form input {
  width: 100%;
  padding: 20px 0px 20px 5px !important;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: transparent;
  border-bottom: 1px solid #ced4da;
  border-radius: 0;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  display: inline-block;
}

.accordion,
.accordion * {
  box-sizing: border-box;
}
.accordion {
  overflow: hidden;
  background: none;
  margin-top: 30px;
}
.quest-title {
  font-size: 18px;
  font-weight: 400;
  text-transform: uppercase; /* background: rgb(247, 249, 252); */
  color: rgb(12, 39, 69);
  padding: 0px 15px;
  margin-bottom: 0px;
  position: relative;
  width: 100%;
  min-height: 60px;
  line-height: 60px;
  display: inline-block;
  transition: all 0.15s linear 0s;
  text-decoration: none;
  border-bottom: 1px solid rgb(219, 219, 219);
}
.quest-title::before {
  position: absolute;
  content: "\f05d";
  width: 20px;
  height: 20px;
  right: 15px;
  top: 0px;
  color: rgb(30, 30, 30);
  font-size: 20px;
  font-family: "FontAwesome";
}
.quest-title.active,
.quest-title:hover {
  color: rgb(0, 0, 0);
  content: "";
}
.quest-title::after {
  width: 60px;
  height: 1px;
  left: -60px;
  bottom: -1px;
  background: rgb(219, 219, 219);
  position: absolute;
  content: "";
}
.quest-title.active::before {
  content: "\f05d";
}
.quest-title:hover::before {
}
.quest-content {
  padding: 15px 10px;
  display: none;
  background: rgb(255, 255, 255);
  margin-bottom: 0px;
  float: left;
  width: 100%;
}
.firstwrp {
  padding: 100px 0px 20px;
}

.blink {
  animation: blinker 1s step-start infinite;
}
.blink {
  animation: blinker 1s step-start infinite;
  font-weight: 400;
}

@keyframes blinker {
  50% {
    color: rgb(146 94 17);
  }
}

.review_banner {
  background: url(assets/images/reviews-banner.html) !important;
  height: auto !important;
}

.testimonial {
  padding: 50px 0;
  background: url(../images/testi-bg.html);
  background-repeat: no-repeat;
}
.revie1 .review-box {
  text-align: center;
  font-size: 13px;
  color: #6b6b6b;
  background: #fff;
  box-shadow: #dadada 0px 0 16px;
  border-radius: 1px;
  padding: 19px;
  position: relative;
  border: #dadada 1px solid;
  margin-bottom: 30px;
  height: 420px;
}
.revie1 .thumbnail .caption {
  padding: 9px;
  color: #333;
}
.revie1 .review-heading {
  font-size: 18px;
  font-weight: 600;
}
.revie1 .review-text {
  font-size: 14px;
  margin: 0 0 15px 0;
}
.revie1 .list-group {
  padding-left: 0;
  margin-bottom: 20px;
}
.revie1 .list-group-item {
  position: relative;
  display: block;
  padding: 10px 15px;
  margin-bottom: -1px;
  background-color: #fff;
  border: 1px solid #ddd;
}
.revie1 .list-group-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.revie1 .text-uppercase {
  text-transform: uppercase;
}
.revie1 .stars5 {
  background: url(../images/stars-sprite.png) no-repeat -7px -7px;
  width: 94px;
  height: 15px;
  display: block;
}
.revie1 .no-pd {
  padding: 0 !important;
}
.revie1 .moreBox,
.revie1 .moreBoxtwo,
.revie1 .moreBoxthree {
  display: none;
}
.revie1 button#loadMore {
  width: auto;
  text-transform: uppercase;
  color: #fff !important;
  border-radius: 4px;
  background: #051b6d;
  border: none;
  padding: 10px 37px;
  margin: 0 auto;
  display: table;
  text-align: center;
}

section.revie1 {
  padding: 100px 0 0;
}

footer .social ul li:hover {
  background: linear-gradient(
    43deg,
    rgb(234, 181, 67) 0%,
    rgb(115, 63, 0) 99%
  ) !important;
  border: 2px solid #fff;
}
footer .social ul li:hover a {
  color: #fff !important;
}

.doingwrp2 .txtwrp {
  height: 370px;
}
.doingwrp3 .txtwrp {
  height: 370px;
  overflow: auto;
}
.btnchnge {
  padding: 20px 0px;
}
.faq .firstwrp .main-heading {
  font-size: 40px;
}

.formwrp #countryCode {
  width: 31%;
  float: left;
  height: 65px;
  border-left: 1px solid #efefef;
  border-right: 0;
  padding: 0 0 0 5px;
}
.formwrp input#free_cons_phone1 {
  width: 67% !important;
}

header .btnmain ul li a.nmbtwrp i {
  padding: 0 7px 0 0;
}

.whatsapp {
  width: 250px;
  height: 0px;
  color: #fff;
  display: block;
  text-align: center;
  border-radius: 100%;
  font-size: 14px;
  position: fixed;
  bottom: 100px;
  left: 20px;
  z-index: 9999;
  box-shadow: 6px 9px 30px 1px rgba(37, 0, 22, 0.71);
  padding: 0px 0;
  animation: scrollDownAnimation 0.5s ease infinite alternate;
  -webkit-animation: scrollDownAnimation 0.7s ease infinite alternate;
  background: #00e676;
  background: -moz-linear-gradient(left, #ea018e 0%, #9b2c92 100%);
  /* background: -webkit-linear-gradient(left, #EA018E 0%,#9B2C92 100%); */
  /* background: linear-gradient(to right, #EA018E 0%,#9B2C92 100%); */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#EA018E', endColorstr='#9B2C92',GradientType=1 );
  /* top: 50%; */
  bottom: 40px;
  transform: translate(50%);
}
.whatsapp:hover {
  color: #ffffff;
}

@keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes scrollDownAnimation {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10px);
  }
}
@-webkit-keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(1, 201, 226, 0.3),
      0 0 0 10px rgba(1, 201, 226, 0.3), 0 0 0 20px rgba(1, 201, 226, 0.3),
      0 0 0 30px rgba(1, 201, 226, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(1, 201, 226, 0.3),
      0 0 0 20px rgba(1, 201, 226, 0.3), 0 0 0 30px rgba(1, 201, 226, 0.3),
      0 0 0 50px rgba(1, 201, 226, 0);
  }
}
@keyframes ripple {
  0% {
    box-shadow: 0 0 0 0 rgba(201, 205, 206, 0.3),
      0 0 0 10px rgba(232, 238, 239, 0.3), 0 0 0 20px rgba(219, 224, 224, 0.3),
      0 0 0 30px rgba(197, 199, 199, 0.3);
  }
  100% {
    box-shadow: 0 0 0 1em rgba(207, 219, 220, 0.3),
      0 0 0 20px rgba(167, 174, 175, 0.3), 0 0 0 30px rgba(187, 194, 195, 0.3),
      0 0 0 50px rgba(1, 201, 226, 0);
  }
}
/*Halloween css*/

.intl-tel-input {
  display: block;
}
.get .home-banner .txtwrp {
  padding: 0 0 0px;
}
.get .home-banner {
  padding: 100px 0 70px;
}

.popup-sec-overlay {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
}
.popup-sec {
  max-width: 970px;
  margin: auto auto;
  border-radius: 20px;
  position: absolute;
  top: -80%;
  left: 50%;
  transform: translate(-50%, -0%);
  width: 100%;
  transition: all 0.5s;
}
.popup-sec-overlay.active {
  width: 100%;
  z-index: 999999;
  opacity: 1;
  visibility: visible;
}
.popup-sec-overlay.active .popup-sec {
  top: 50%;
  transform: translate(-50%, -50%);
}
.popup-sec-overlay.hide {
  opacity: 0;
  visibility: hidden;
}
.popup-form-sec {
  padding: 60px 49px;
  background-color: #f5f5f5;
  position: relative;
  border-radius: 0 10px 10px 0;
}
.popup-form-img img {
  width: auto;
  height: 586px;
  margin-left: auto;
}
.popup-form-img img {
  border-radius: 13px 0 0 13px;
}
.cross-mark {
  position: absolute;
  top: 20px;
  right: 20px;
}
.cross-mark a i {
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid #707070;
  border-radius: 5px;
  color: #707070;
  text-align: center;
}
.popup-form-sec-title h2 {
  font-size: 34px;
  color: rgb(234, 181, 67);
  margin-bottom: 10px;
}
.popup-form-sec-title p {
  font-size: 18px;
  color: #3b3b3b;
  margin-bottom: 10px;
}
.popup-form input {
  padding: 10px 25px;
  background-color: #ffffff;
  color: #757575;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.popup-form input::placeholder {
  color: #757575;
}
.popup-form textarea {
  padding: 10px 25px;
  background-color: #ffffff;
  color: #757575;
  border: 1px solid #d4d4d4;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 10px;
}
.popup-form textarea::placeholder {
  color: #757575;
}
.popup-form-btn {
  background-image: linear-gradient(
    43deg,
    rgb(234, 181, 67) 0%,
    rgb(115, 63, 0) 99%
  ) !important;
  font-weight: 700;
  color: #fff !important;
  margin-bottom: 0px !important;
}
.popup-form-img {
  text-align: right;
}
.show-mob {
  display: none;
}

/* POPUP FORM */

.popup-img {
  position: fixed;
  bottom: 1%;
  left: 1%;
  z-index: 999;
}

.popup-img img {
  animation-name: bounce-5;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  width: auto;
  height: 230px;
}

body {
  position: relative;
}
@keyframes bounce-5 {
  0% {
    transform: scale(1, 1) translateY(0);
  }
  10% {
    transform: scale(1.1, 0.9) translateY(0);
  }
  30% {
    transform: scale(0.9, 1.1) translateY(-50px);
  }
  50% {
    transform: scale(1, 1) translateY(0);
  }
  57% {
    transform: scale(1, 1) translateY(-7px);
  }
  64% {
    transform: scale(1, 1) translateY(0);
  }
  100% {
    transform: scale(1, 1) translateY(0);
  }
}

.main-blog .rt-area {
  margin-top: 30px !important;
  bottom: 0px !important;
  position: relative !important;
}

.main-blog .rt-area {
  left: 110px !important;
}

.inner-header {
  background-color: #000;
}

/* Thanks You Page  */

/* 404 Page */

.thankyou_sec {
  padding: 240px 0 60px;
  display: flex;
  align-items: center;
  margin-bottom: 50px;
}

/* 404 Page */

/* Thanks You Page  */

.main-content__checkmark {
  font-size: 9.75rem !important;
  line-height: 1 !important;
  /* color: #3366cc; */
  background-image: linear-gradient(
    43deg,
    rgb(234, 181, 67) 0%,
    rgb(115, 63, 0) 99%
  );
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.main-thankyou {
  text-align: center;
}

.site-header__title {
  font-size: 6.5rem;
  font-weight: 700;
  color: #000;
  line-height: 1.1;
}

.main-content__body {
  margin: 20px 0 0;
  font-size: 1.25rem;
  line-height: 1.4;
}

/* Thanks You Page  */

.form-bnr-main label {
  display: none !important;
}

input.error {
  border: 1px solid red !important;
}

.service-banner label {
  display: none !important;
}

footer .footer-nav ul li a:hover {
  color: #fff;
}
