/*
Default Style
============================*/
/* @import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,400;1,600&amp;display=swap");
@import url("https://fonts.googleapis.com/css2?family=Work+Sans:wght@200;300;400;500;600;700;800;900&amp;display=swap"); */

:root {
  --body-family: Poppins,Helvetica,sans-serif;
  --heading-font-family: Poppins,Helvetica,sans-serif;
  --body-color: #6b6b6b;
  --main-color: #ff9a0e;
  --heading-color: #48465b;
  --optional-color: #364689;
  --white-color: #ffffff;
  --black-color: #000000;
  --font-size: 15px;
  --transition: all ease .5s;
  --border-radius: 4px;
  --box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
}

body {
  font-size: var(--font-size);
  font-family: var(--body-family);
  color: var(--body-color);
  background-color: white;
}

a {
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-decoration: none;
  color: var(--body-color);
}

a:hover {
  text-decoration: none !important;
  color: var(--heading-color);
}

a:focus {
  text-decoration: none;
}

button {
  outline: 0 !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: none;
  padding: 0;
}

button:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6,
h1,
h2,
h3,
h4,
h5,
h6 {
  color: var(--heading-color);
  font-weight: bold;
  font-family: var(--heading-font-family);
}

h3 {
  font-weight: 600;
}

.d-table {
  width: 100%;
  height: 100%;
}

.d-table-cell {
  vertical-align: middle;
}

p {
  font-size: var(--font-size);
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

img {
  max-width: 100%;
  height: auto;
}

.form-control {
  display:block;
  width:100%;
  height:calc(1.5em + 1.3rem + 2px);
  padding:.65rem 1rem;
  font-size:1rem;
  font-weight:400;
  line-height:1.5;
  color:#495057;
  background-color:#fff;
  background-clip:padding-box;
  border:1px solid #e2e5ec;
  border-radius:4px;
  -webkit-transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition:border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
  height:46px !important;
  border:none;
  background:#F4F4F4;
  color:#595d6e;
}

.form-control:read-only {
  /* background:#E6E6E6; */
  color:#595d6e;
}

.form-control::-webkit-input-placeholder {
  color: #676a6a;
}

.form-control:-ms-input-placeholder {
  color: #676a6a;
}

.form-control::-ms-input-placeholder {
  color: #676a6a;
}

.form-control::placeholder {
  color: #676a6a;
}

.form-control:focus {
  /* color: var(--black-color);
  background-color: transparent;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  outline: 0;
  border: 1px solid var(--main-color); */
  box-shadow: none!important;
  background-color: #F4F4F4;
}

.form-control:hover:focus,
.form-control:focus {
  -webkit-box-shadow: unset;
  box-shadow: unset;
}

textarea.form-control {
  height: auto;
}

.ptb-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.ptb-70 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.pt-100 {
  padding-top: 100px;
}

.pb-100 {
  padding-bottom: 100px;
}

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

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


.pb-70 {
  padding-bottom: 70px;
}

.pb-40 {
  padding-bottom: 40px;
}

.mt-100 {
  margin-top: 100px;
}

.mt-minus-100 {
  margin-top: -100px;
}

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

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

.ml-15 {
  margin-left: 10px;
}

.mr-15 {
  margin-right: 10px;
}

.br {
  border-radius: 10px;
}


.public-image {
  border-radius: 10px;
  box-shadow: 5px 10px 10px rgba(199, 199, 199, 0.5);
}

.photo-album-container {
  width: 100%;
  padding-top: 56.25%; 
  position: relative;
  overflow: hidden;
}

.public-latest-container{
  width: 100%;
  padding-top: 56.25%; 
  overflow: hidden;
}


.photo-album {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}


/*
Bg-color Style*/
.bg-color {
  background-color: #f9f5f1;
}

.bg-color-f8fafb {
  background-color: #f8fafb;
}

.bg-color-f8fafb {
  background-color: #f8fafb;
}

/*
Default Btn Area Style*/
.default-btn {
  font-size: 15px;
  color: var(--white-color);
  line-height: 1;
  -webkit-transition: var(--transition);
  transition: var(--transition);
  text-align: center;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-table;
  padding: 18px 30px;
  font-weight: 500;
  background-color: var(--main-color);
  border-radius:10px;
}

.default-btn i {
  position: relative;
  top: 2px;
  margin-left: 5px;
}

/* .default-btn::before,
.default-btn::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--optional-color);
  z-index: -1;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: var(--transition);
  transition: var(--transition);
} */

/* .default-btn::after {
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
}

.default-btn:hover {
  color: var(--white-color);
}

.default-btn:hover::before {
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.default-btn:hover::after {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
} */

/*
Read More Btn Area Style*/
.read-more {
  font-size: 14px;
  color: var(--heading-color);
  font-weight: 600;
}

.read-more span,
.read-more i {
  position: relative;
  top: 3px;
}

.read-more:hover {
  color: var(--heading-color);
  letter-spacing: 1px;
}

/*
Section Title Area Style*/
.section-title {
  max-width: 750px;
  margin: -8px auto 50px;
  text-align: center;
  position: relative;
}

.section-title span {
  font-size: 16px;
  color: var(--main-color);
  display: block;
  margin-bottom: 5px;
  font-weight: 700;
}

.section-title h2 {
  font-size: 45px;
  margin-bottom: 15px;
  position: relative;
}

.section-title h2:last-child {
  margin-bottom: 0;
}

.section-title p {
  max-width: 600px;
  margin: auto;
}

.section-title.white-title span {
  color: var(--main-color);
}

.section-title.white-title h2 {
  color: var(--white-color);
}

.section-title.white-title p {
  color: var(--white-color);
}


 .dropdown-toggle {
  height: 46px; 
	/* padding-left: 0rem; */
	/* padding-right: 0rem; */
	padding: .9rem 1rem !important; 
}

