
html,
body {
  height: 100%;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  background: #fff;
  overflow-x: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  position: relative;
  font-family: "Outfit", sans-serif;
  font-weight: 400;
  margin: 0;
  color: #181D4E;
}

h1 {
  font-size: 110px;
  line-height: 110px;
}
@media (max-width: 767px) {
  h1 {
    font-size: 60px;
  }
}

h2 {
  font-size: 52px;
}
@media (max-width: 767px) {
  h2 {
    font-size: 40px;
  }
}

h3 {
  font-size: 30px;
}
@media (max-width: 767px) {
  h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 24px;
}
@media (max-width: 767px) {
  h4 {
    font-size: 20px;
  }
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #181D4E;
  font-size: 18px;
  font-weight: 500;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

p {
  font-family: "Outfit", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  position: relative;
  color: #000;
  margin: 0;
  letter-spacing: 0.04em;
}

button,
input,
textarea,
a:hover,
a:focus,
a:visited {
  text-decoration: none;
  outline: none;
  outline-width: 0 !important;
}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}

img {
  display: inline-block;
  max-width: 100%;
}

i,
span,
a {
  display: inline-block;
}

ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

li {
  display: inline-block;
}

table,
th,
tr,
td {
  border: 1px solid #ddd;
}

th,
tr,
td {
  padding: 10px;
}

hr {
  border-top: 1px solid #333;
}

.fix {
  overflow: hidden;
}

.auto-container {
  position: static;
  max-width: 1200px;
  padding: 0 80px;
  margin: 0 auto;
}

/*Section Padding CSS*/
.section-padding {
  padding: 120px 0;
}

@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-padding {
    padding: 80px 10px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-padding {
    padding: 60px 30px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  .section-padding {
    padding: 50px 35px;
  }
}
@media (max-width: 575px) {
  .section-padding {
    padding: 50px 20px;
  }
}
/*Margin & Padding */
/*Margin & Padding */
.pt-0 {
  padding-top: 0;
}

.pb-0 {
  padding-bottom: 0;
}

.pt-20 {
  padding-top: 20px;
}

.pb-20 {
  padding-bottom: 20px;
}

.pt-30 {
  padding-top: 30px;
}

.pb-30 {
  padding-bottom: 30px;
}

.pt-40 {
  padding-top: 40px;
}

.pb-40 {
  padding-bottom: 40px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pt-60 {
  padding-top: 60px;
}

.pb-60 {
  padding-bottom: 60px;
}

.pt-70 {
  padding-top: 70px;
}

.pb-70 {
  padding-bottom: 70px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-80 {
  padding-bottom: 80px;
}

.pt-90 {
  padding-top: 90px;
}

.pb-90 {
  padding-bottom: 90px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

.pt-120 {
  padding-top: 120px;
}

.pb-120 {
  padding-bottom: 120px;
}

.pt-150 {
  padding-top: 150px;
}

.pb-150 {
  padding-bottom: 150px;
}

.pt-180 {
  padding-top: 180px;
}

.pb-180 {
  padding-bottom: 180px;
}

.mt-10 {
  margin-top: 10px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mt-15 {
  margin-top: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.mt-20 {
  margin-top: 20px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px !important;
}

.mt-40 {
  margin-top: 20px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-100 {
  margin-bottom: 100px;
}

.mt-120 {
  margin-top: 120px;
}

.mb-120 {
  margin-bottom: 120px;
}

.mt-150 {
  margin-top: 150px;
}

.ml-10 {
  margin-left: 10px;
}

.ml-20 {
  margin-left: 20px;
}

.ml-30 {
  margin-left: 30px;
}

.ml-40 {
  margin-left: 40px;
}

.ml-50 {
  margin-left: 50px;
}

.mr-10 {
  margin-right: 10px;
}

.mr-20 {
  margin-right: 20px;
}

.mr-30 {
  margin-right: 30px;
}

.mr-40 {
  margin-right: 40px;
}

.mr-50 {
  margin-right: 50px;
}

.pt-50 {
  padding-top: 50px;
}

.pb-50 {
  padding-bottom: 50px;
}

.pl-50 {
  padding-left: 50px;
}

.pr-50 {
  padding-right: 50px;
}

.pl-60 {
  padding-left: 60px;
}

.pr-60 {
  padding-right: 60px;
}

.pl-100 {
  padding-left: 100px;
}

.pr-50 {
  padding-right: 100px;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.spacer {
  margin-top: 100px;
}

/*Section Title */
.section-title {
  position: relative;
  margin-bottom: 18px;

}
@media (max-width: 767px) {
  .section-title {
    margin-bottom: 0;
  }
}

.section-title h1 {
  font-size: 70px;
  font-weight: 400;
  line-height: 75px;
  margin: 20px 0;
  color: #181D4E;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h1 {
    font-size: 60px;
    line-height: 70px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h1 {
    font-size: 50px;
    line-height: 60px;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .section-title h1 {
    font-size: 40px;
    line-height: 50px;
    margin: 15px 0;
  }
}
.info-content-area.text-center {
  position: relative;
  width: 100%;
  margin: 0 auto;
}
.section-title h2 {
    font-size: 35px;
    font-weight: 600;
    line-height: 30px;
    margin: 3px 0;
    color: #9d6024;
    border-bottom: 4px solid #9d6024;
    padding-bottom: 5px;
    display: inline-block;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .section-title h2 {
    font-size: 45px;
    line-height: 60px;
    margin: 0;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .section-title h2 {
    font-size: 34px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .section-title h2 {
    font-size: 24px;
    line-height: 32px;
    margin: 6px 0;
  }
}

.section-title h6 {
  color: #181D4E;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-left: 20px;
  display: block;
}
@media (max-width: 767px) {
  .section-title h6 {
    font-size: 15px;
    letter-spacing: 1px;
  }
}
.section-title h6:after {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 8px;
  height: 8px;
  background-color: #800080;
  border-radius: 50%;
  margin-top: -4px;
}

.section-title p.text-white:after {
  background-color: #fff;
}

/*Button Style */
.main-btn, .theme-btn-two, .bordered-btn {
  display: inline-block;
  background: #9d6024;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  padding: 14px 35px;
  text-align: center;
  border-radius: 8px;
  vertical-align: middle;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  letter-spacing: 0.04em;
  border: none;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .main-btn, .theme-btn-two, .bordered-btn {
    padding: 20px 50px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .main-btn, .theme-btn-two, .bordered-btn {
    padding: 15px 40px;
  }
}
@media (max-width: 767px) {
  .main-btn, .theme-btn-two, .bordered-btn {
    padding: 15px 40px;
  }
}

.main-btn:hover, .theme-btn-two:hover, .bordered-btn:hover {
  background-color: #9d6024;
  color: #fff;
  border-color: #9d6024;
}
.bordered-btn {
  background: transparent;
  color: #9d6024;
  border: 1px solid #9d6024;
}

.theme-btn-two {
  background: #181D4E;
  border: 1px solid #181D4E;
}
.theme-btn-two:hover {
  background: #FA4729;
  border-color: #FA4729;
}

/*Form Style CSS */
input,
textarea,
select {
  width: 100%;
  background: transparent;
  border: 1px solid #eee;
  padding: 13px 20px;
  font-size: 14px;
  letter-spacing: 1px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input[type=submit],
button[type=submit] {
  border: none;
  display: inline-block;
  background:#800080 !important;
  color: #fff;
  padding: 12px 30px;
  width: auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
}

input[type=submit]:hover,
button[type=submit]:hover {
  background: #181D4E;
  color: #fff;
}

input::placeholder,
textarea::placeholder {
  font-size: 15px;
  font-weight: 500;
}

input.form-control {
  padding: 12px 20px;
  line-height: 1.2;
}

/*Bootstrap CSS*/
.container-fluid {
  padding-right: 0;
  padding-left: 0;
}

.container {
  max-width: 1200px;
  padding-left: 15px;
  padding-right: 15px;
}

.navbar-toggler-icon {
  background-image: none;
}

.btn:focus, .btn:active {
  outline: none !important;
  box-shadow: none;
}



.dark-bg-two {
  background: #13163D;
}

.white-bg {
  background: #fff !important;
}

.gray-bg {
  background: #F9F9FB;
}

.sky-bg {
  background: #E9F0FB;
}

.bg-cover {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
}

.overlay {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  background-color: #0B0D26;
  opacity: 0.5;
  top: 0;
  left: 0;
  z-index: -1;
}

.text-white {
  color: #fff !important;
}

.text-black {
  color: #181D4E !important;
}

.fix {
  overflow: hidden;
}



.homepage-slides {
  position: relative;
  overflow: hidden;
}
.homepage-slides .single-slide-item {
  background-color: #fff;
  width: 100%;
  height: auto;
  display: table;
  align-items: center;
  position: relative;
  z-index: 1;
}
.homepage-slides .single-slide-item .image-layer {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.card-text-tittle a i {
  font-size: 18px;
  text-align: center;
  vertical-align: middle;
}
@media (max-width: 767px) {
  .homepage-slides .single-slide-item .image-layer {
    background-position: left;
  }
}
.form-input-box{
  position: relative;
}
span.icon-text {
  position: absolute;
  right: 16px;
  top: 44px;
  color: #ccc;
  font-weight: 500;
  font-size: 16px;
}
.contact-form {
  padding: 20px;
  position: relative;
  border:5px solid #800080;
  box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
  border-radius: 10px;
  width: 100%;
  max-width: 550px;
  margin: auto;
}
.WhatsappMe4u {
  bottom: 20px;
  color: #fff;
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  position: fixed;
  left: 20px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  z-index: 99999;
  border-radius: 50%;
}
.PhoneCallMe4u {
  bottom: 19px;
  color: #fff;
  background: #fff;
  display: block;
  font-size: 18px;
  height: 40px;
  line-height: 35px;
  padding: 2px;
  position: fixed;
  right: 20px;
  text-align: center;
  text-decoration: none;
  width: 40px;
  z-index: 99999;
  border-radius: 50%;
}
.PhoneCallMe4u img {
  width: 100%;
}
.call_float {
  display: none;
}
.whatsapp_float{
  display: none;
}
.call_float img.call_float_btn {
  background: transparent !important;
  height: 30px;
  width: auto;
}
.whatsapp_float_btn {
  height: 32px !important;
  width: auto;
}
.WhatsappMe4u img {
  width: 100%;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
  .contact-form {
    margin-top: 60px;
  }
}
@media (max-width: 767px) {
  .contact-form {
    margin-top: 0px;
    padding: 20px;
  }
}

.contact-form label {
  color: #000;
  margin-bottom: 7px;
  letter-spacing: 0.04em;
  font-weight: 500;
  font-size: 15px;
}

.contact-form input, .contact-form textarea {
  border-radius: 6px;
  margin-bottom: 14px;
  border: 1px solid #000;
  background: #fff;
  padding: 11px 20px;
}
.second-btn {
    position: relative;
    margin-top: 48px;
    text-align: center;
    display:inline-block;
}

.contact-form textarea {
  height: 200px;
}

.contact-form::placeholder {
  color: #fff;
}

.contact-form button[type=submit] {
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.contact-page.google-map iframe {
  width: 100%;
  height: 785px;
}

.contact-form form {
  margin-top: 25px;
}

.single-contact-info {
  border: 1px solid #eee;
  text-align: center;
  padding: 60px 70px;
  margin-bottom: 30px;
}

.contact-icon {
  height: 80px;
  width: 80px;
  background: #181D4E;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 20px;
}
.form-box-text{
  padding: 30px 0;
  position: relative;
  width: 100%;
}

#home-1.homepage-slides .owl-nav button.owl-prev,
#home-1.homepage-slides .owl-nav button.owl-next {
  width: 45px;
  height: 45px;
  font-size: 20px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -25px;
  border: 2px solid #9d6024;
    color: #fff;
    border-radius: 50%;
    background-color: #9e6023; 
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

#home-1.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 0;
}

#home-1.homepage-slides:hover .owl-nav button.owl-prev,
#home-1.homepage-slides:hover .owl-nav button.owl-next {
  visibility: visible;
  opacity: 1;
}

#home-1.homepage-slides .owl-nav button.owl-prev:hover,
#home-1.homepage-slides .owl-nav button.owl-next:hover {
  background-color: #800080; 
  color: #fff;
  background-color: #800080; 
  opacity: 1;
}

.homepage-slides .owl-nav button.owl-prev,
.homepage-slides .owl-nav button.owl-next {
  width: 80px;
  height: 80px;
  border: 1px solid #eee;
  border-left: none;
  font-size: 30px;
  font-weight: 100;
  line-height: 16px;
  position: absolute;
  right: 80px;
  bottom: 0;
  margin-top: -25px;
  background: #fff;
  color: #F25B26;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.homepage-slides .owl-nav button.owl-next {
  left: auto;
  right: 0px;
}

.homepage-slides .owl-nav button.owl-prev:hover,
.homepage-slides .owl-nav button.owl-next:hover {
  background: #F35C27;
  color: #fff;
  border-color: #F35C27;
}
.about-area-sec{
  position: relative;
  width: 100%;
  padding: 40px 0;
}

.as_footer_widget {
  margin-top: 0px;
  position: relative;
  width: 100%;
  display: inline-block;
}
.as_footer_address {
  width: 35%;
  min-height: 400px;
  background: #fff;
  float: left;
  box-shadow: 0px 0px 5px #666;
  padding: 25px;
  position: relative;
  z-index: 2;
  border-radius: 10px;
}
.four-box-sec{
  position: relative;
  width: 100%;
  padding: 0px 0;
  margin-bottom: 10px;
}
.four-box-sec2{
  position: relative;
  width: 100%;
  padding: 0px 0;
  margin-bottom: 10px;
}
.four-box-sec3{
  position: relative;
  width: 100%;
  padding: 0px 0;
  margin-bottom: 10px;
}
.four-box-sec5{
  position: relative;
  width: 100%;
  padding: 0px 0;
  margin-bottom: 10px;
}
.four-box-sec1 {
  position: relative;
  width: 100%;
  padding: 0px 0;
  margin-bottom: 10px;
}
.card-text-tittle {
  margin-top: 0px;
  line-height: 27px;
  text-align: center;
  color: #fff;
}
.content-text-box4{
  background-color: #3333ff;
  padding: 34px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius:5px;
}
.content-text-box5{
  background-color: #ffc0cb;
 padding: 34px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius:5px;
}
.content-text-box3 {
    background-color: #ff0000;
    padding: 34px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius:5px;
}
.icon-box-last {
    width: 35px;
    height: 35px;
    background: #fff;
    text-align: center;
    line-height: 35px;
    border-radius: 50%;
    vertical-align: middle;
}
.content-text-box2{
  background-color: #008000;
  padding: 34px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius:5px;
}
.content-text-box1 {
  background-color: #ffa500;
   padding: 34px 40px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius:5px;
}

.card-text-tittle a {
    font-size: 32px;
    color: #fff;
    letter-spacing: 0.04em;
    font-family: fangsong;
    font-weight: 600;
}

.as_footer_address h2 {
  margin-bottom: 20px;
  font-size: 26px;
  color: #800080;
  text-align: center;
}
.as_footer_address h3{
  margin-bottom: 10px;
  font-size: 24px;
  color: #800080;
}
.as_footer_widget .as_contact_list li {
  padding-left: 50px;
  display: block;
  min-height: 50px;
  margin-bottom: 15px;
  width: 100%;
  align-items: baseline;
  position: relative;
}
.as_footer_widget .as_contact_list li p {
  line-height: 40px;
}
.as_footer_widget .as_contact_list li span {
  position: absolute;
  display: inline-block;
  width: 40px;
  left: -49px;
  height: 40px;
  border: 2px solid #800080;
  border-radius: 50%;
  line-height: 40px;
  background-color: #800080;
  color: #fff;
  text-align: center;
}
.as_share_box {
  color: #666;
  position: relative;
  width: 100%;
}
ul.as_share_box li {
  float: left;
  width: 40px;
  margin-right: 10px;
  line-height: 40px;
  height: 40px;
}
.as_footer_map {
  width: 65%;
  background: #fff;
  float: left;
  box-shadow: 0px 0px 5px #666;
  margin: 50px 0px;
  height: 300px;
  position: relative;
  padding: 5px;
  z-index: 1;
  left: -10px;
}

.footer-bottom {
  font-size: 15px;
  font-weight: 400;
  padding: 10px 0;
  background: #800080;
  border-top: 1px solid #fff;
}
.footer-bottom p {
  margin: 0;
  color: #fff;
}

p.privacy {
  text-align: right;
}


.footer-area {
  background: #9d6024;
  color: #fff;
  position: relative;
}
.footer-area h5 {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  margin: 20px 0;
}
.footer-area p {
  margin-top: 0px;
  color: #fff;
  text-align:left;
  font-size: 17px;
  padding:20px 0;
}
.tncPpage {
    position: relative;
    width: 100%;
    display: inline-block;
    text-align: right;
    padding:20px 0;
}
.tncPpage a {
    position: relative;
    text-decoration: none;
    color: #fff;
    display: inline-block;
    margin: 0px 15px;
    font-size:17px;
    font-family: "Outfit", sans-serif;
 
}
.footer-area ul li a {
  font-size: 16px;
  display: block;
  color: #9BA2AD;
  padding: 10px 0;
  position: relative;
}
@media (max-width: 767px) {
  .footer-area ul li a {
    padding: 6px 0;
  }
}
.footer-area ul li a:hover {
  color: #F35C27;
  padding-left: 25px;
}
.footer-area ul li a span {
  color: #F35C27;
  font-size: 18px;
  font-weight: 600;
}
.footer-area ul li a:before {
  position: absolute;
  content: "";
  top: 50%;
  left: 0;
  width: 16px;
  height: 3px;
  background: #F35C27;
  visibility: hidden;
  opacity: 0;
}
.footer-area ul li a:hover::before {
  visibility: visible;
  opacity: 1;
}

.contact-info p {
  margin-bottom: 10px;
}

.subscribe-form {
  position: relative;
}
.subscribe-form button {
  padding: 18px 40px;
  font-size: 17px;
  line-height: 13px;
  background: #F35C27;
  color: #fff;
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
  border: 0;
  cursor: pointer;
}
.subscribe-form input {
  border: 0;
  background: #fff;
}
.subscribe-form input::placeholder {
  color: #797A7E;
  font-size: 16px;
}

.footer-up {
  padding: 60px 0;
}
.footer-up .social-area i {
  color: #eee;
  font-size: 20px;
  margin-right: 10px;
}

.company-email a {
  color: #f6f6f6;
  font-size: 17px;
  font-weight: 400;
  text-decoration: underline;
  margin-top: 10px;
}
.company-email a:hover {
  color: #fff;
}

.phone-number p {
  font-size: 20px;
  color: #fff;
}

.choose-us-wrap {
  position: relative;
}
.choose-us-wrap img {
  width: 100%;
}

.choose-us-content {
  background: #0B0D26;
  padding: 85px 50px;
  position: relative;
  z-index: 1;
  margin-bottom: -15px;
}
.choose-us-content hr {
  border-color: #323f50;
}
.choose-us-content h3 {
  font-size: 48px;
  line-height: 63px;
  color: #fff;
  margin: 80px 0;
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
  .choose-us-content h3 {
    font-size: 34px;
    line-height: 45px;
    margin: 34px 0;
  }
}
.choose-us-content h6 {
  color: #fff;
}
.choose-us-content .main-btn:hover, .choose-us-content .bordered-btn:hover, .choose-us-content .theme-btn-two:hover {
  background: #fff;
  color: #182333;
}

.star-icon{
    color:#fb0000;
    font-size:16px;
}
.about-tittle{
    
}
.backToHomeDiv{
  position: relative;
  width: 100%;
  margin-top: 40px;
  text-align: center;
}
.backToHomeDiv .backToHome{
  position: relative;
  display: inline-block;
} 
.form-box {
    padding: 20px;
    position: relative;
    border: 5px solid #800080;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
    border-radius: 10px;
    width: 48%;
    float: left;
}
.form-box:last-child {
    float: right;
    width: 48%;
}
.parent_row {
    width: 100%;
    display: inline-block;
}
.parent_row .row{
    width: 100%;
    margin-bottom:15px;
}
::placeholder {
  color: #ccc;
  opacity: 1; 
  font-size:12px;
}

::-ms-input-placeholder { 
  color: #ccc;
}
.terms-policy-page {
    position: relative;
    width: 100%;
    padding: 60px 0px;
}
.terms-policy-text-box {
    position: relative;
    width: 100%;
}
.terms-policy-text-box h1 {
    position: relative;
    font-size: 32px;
    margin: 0px 0px 15px 0px;
    line-height: 36px;
}
.terms-policy-text-box p {
    position: relative;
    line-height: 24px;
    font-size: 14px;
    color: #303030;
}
.form-box-text .nice-select {
    border: solid 1px #000;
    font-size: 14px;
    height: 46px;
    line-height: 35px;
    width: 100%;
}
.nice-select .list {
    width: 100%;
}
.nice-select .option {
    width: 100%;
    padding: 0px 15px;
    display: block;
}
.header-logo img {
    height: 100px;
    width: 139px !important;
}
.header-logo {
    position: absolute;
    top: 5px;
    left: 22px;
    z-index: 9;
}
.ankdhara-service-section{
    position:relative;
    width:100%;
    padding:50px 0px;
}

.ankdhara-service-box{
    position:relative;
    width:100%;
    background:#061c3f;
    
    border-radius:12px;
    overflow:hidden;
    text-align:center;
}

.ankdhara-service-box img{
    position:relative;
    width:100%;
}
.ankdhara-text-box{
    position:relative;
    width:100%;
    padding:10px;    
}
.ankdhara-text-box h2{
    position:relative;
    font-size:12px;
    color:#fff;
    margin-bottom:10px;
    text-transform:uppercase;
}
.ankdhara-text-box h2 a{
    position:relative;
    color:#fff;
    
}
.ankdhara-text-box a.readMore{
    position:relative;
    background:#9f5f26;
    color:#fff;
    border-radius:6px;
    height:36px;
    text-align:center;
    display:inline-block;
    padding:0px 25px;
    line-height:36px;
    font-size:13px;
}
.ankdhara-service-section .col-lg-3 {
    flex: 0 0 auto;
    width: 20%;
}
header{
   position:relative;
   width:100%;
   padding:10px 0px;
   background:#061c3f;
   border-top:5px solid #905F25;
}
.web-logo{
   position:relative;
   width:100%;   
}
.web-logo img{
   position:relative;
   width:auto; 
   height:60px;
}
.web-navigation{
   position:relative;
   width:100%; 
   text-align:right;
}
.web-navigation ul{
   position:relative;
   width:100%;   
   margin:0px;
   padding:0px;
   list-style:none;
}
.web-navigation ul li{
   position:relative;
   width:auto;   
   margin:10px 2px;
   padding:7.5px 15px;
   background:#9f5f26;
   display:inline-block;
   list-style:none;
   border-radius:4px;
}
.web-navigation ul li a{
   position:relative;
   text-decoration:none;
   font-size:14px;
   color:#fff;
   text-transform:uppercase;
}
.toggle-btn{
    position:absolute;
    top:15px;
    right:15px;
    height:40px;
    width:40px;
    border:0px;
    background:transparent;
    display:none;
    z-index:99;
}
.toggle-btn img{
    width:100%;
    position:relative;
}
.page-section{
    position:relative;
    width:100%;
    padding:50px 0px;
    text-align:left;
}
.page-title{
    position:relative;
    width:100%;
    text-align:center;
    margin-bottom:25px;
}
.page-title h2{
    position:relative;
    font-size:28px;
}
.contact-bg{
    background:#d2e7ff;
}
.contact-us-form{
    position:relative;
    width:100%;    
}
.contact-img{
    position:relative;
    width:100%;      
}
.contact-img img{
    position:relative;
    width:100%;      
}
.contact-us-form h2{
    position:relative;
    font-size:24px;
    margin-bottom:15px;
}
.contact-us-form .form-group{
    position:relative;
    width:100%;
    margin-bottom:10px;
}
.contact-us-form .form-group input{
    position:relative;
    width:100%;
    border:1px solid #666;
    border-radius:4px;
    height:40px;
    padding:0px 15px;
}
.contact-us-form .form-group textarea{
    position:relative;
    width:100%;
    border:1px solid #666;
    border-radius:4px;
    padding:15px;
}
.contact-us-form .form-group .btn-submit {
    position: relative;
    width: 30%;
    background: #9f5f26 !important;
    border-radius: 6px;
    color: #fff;
    text-transform: uppercase;
}
h2.about-tittle {
    width: 216px;
}



