/* ***** Common Css **** */
:root {
  scroll-behavior: initial;
}

* {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style: none;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
}
ol,
ul {
  margin: 0;
  padding: 0;
}
img {
  display: block;
}
a,
button {
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  text-decoration: none;
}

body {
  font-family: "Noto Sans", sans-serif;
  font-size: 14px;
  font-weight: 400;
  color: #000;
  text-decoration: none;
}

.main-wrpper {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.container {
  max-width: 1630px;
}
h1,
h2 {
  font-family: "Crimson Text", serif;
}
/* ***** End Common Css **** */

/* **** Header **** */
header {
  position: relative;
  top: 0px;
  left: 0;
  right: 0;
  background: #fff;
  padding: 0;
  z-index: 120;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.navbar .container .navbar-brand,
.navbar .container-fluid .navbar-brand {
  margin-left: 0;
}
.navbar-brand {
  float: none;
  height: auto;
  padding: 0;
  display: none;
}
.navbar-brand img {
  max-width: 100%;
  height: 45px;
}
.navbar {
  background: transparent;
  position: relative;
  width: 100%;
  left: 0;
  top: 0;
  border: none;
  border-radius: 0;
  margin: 0;
  padding: 15px 0;
  z-index: 120;
  border-bottom: 1px solid #004136;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.navbar-light .navbar-nav {
  margin: 0 auto;
}
.navbar-light .navbar-nav li {
  margin-right: 150px;
}
.navbar-light .navbar-nav li:last-child {
  margin-right: 0;
}
.navbar-light .navbar-nav .nav-link {
  padding: 10px 0px;
  color: #3a3a3a;
  font-size: 24px;
  font-weight: 600;
  font-family: "Crimson Text", serif;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
  text-transform: uppercase;
}
.navbar .navbar-nav li a:focus,
.navbar .navbar-nav li a:hover,
.navbar .navbar-nav li a:hover {
  color: #8e2124;
}
.navbar .navbar-nav .active a,
.navbar .navbar-nav .active a:focus,
.navbar .navbar-nav .active a:hover {
  color: #8e2124;
}
.navbar-light .navbar-nav .nav-link:focus,
.navbar-light .navbar-nav .nav-link:hover {
  color: #8e2124;
}
/* **** End Header **** */

/* **** toggler **** */
.navbar-light .navbar-toggler {
  background-color: transparent;
  border-radius: 0;
  outline: none;
  box-shadow: none;
  border: none;
  height: 40px;
  width: auto;
  padding: 0;
}
.navbar-light .navbar-toggler:focus {
  box-shadow: none;
  outline: none;
}
.navbar-light .navbar-toggler .navbar-toggler-icon {
  background-image: unset;
}
.navbar-toggler:active,
.navbar-toggler:focus {
  outline: none;
}
.navbar-light .navbar-toggler-icon {
  width: 24px;
  height: 18px;
  background-image: none;
  position: relative;
  border-bottom: 2px solid #000;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after,
.navbar-light .navbar-toggler-icon:before {
  width: 24px;
  position: absolute;
  height: 2px;
  background-color: #000;
  top: 0;
  left: 0;
  content: "";
  z-index: 2;
  transition: all 300ms linear;
}
.navbar-light .navbar-toggler-icon:after {
  top: 8px;
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:after {
  transform: rotate(45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon:before {
  transform: translateY(8px) rotate(-45deg);
}
.navbar-toggler[aria-expanded="true"] .navbar-toggler-icon {
  border-color: transparent;
}
/* **** End toggler **** */

/* **** Hero Slider **** */
.hero-slider {
  position: relative;
}
.slider-block {
  position: relative;
}
.slider-block img {
  width: 100%;
  height: calc(100vh - 87px);
  object-fit: cover;
  object-position: center;
}

.slider-center {
  position: absolute;
  bottom: 10%;
  left: 0;
  right: 0;
  z-index: 5;
}
.slider-center h1 {
  font-size: 70px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 100px;
}
.hero-data h2 {
  font-size: 40px;
  font-weight: 500;
  color: #d1c19b;
  line-height: 48px;
  margin: 0 0 10px;
}
.hero-data p {
  margin: 0;
  font-size: 30px;
  font-weight: normal;
  color: #fff;
  line-height: 40px;
}
.hero-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  bottom: 30px;
  left: 0;
  right: 0;
}
.hero-slider .slick-dots li {
  line-height: 0;
  margin-right: 10px;
}
.hero-slider .slick-dots li:last-child {
  margin: 0;
}
.hero-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border: 2px solid rgba(255, 255, 255, 0.5);
  font-size: 0;
  background: transparent;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.hero-slider .slick-dots li.slick-active button {
  background: #fff;
}
/* **** End Hero Slider **** */

/* **** About **** */
.about-wrp {
  position: relative;
}
.about-wrp .container {
  max-width: 1250px;
}
.about-wrp img {
  width: 100%;
}
.about-cotent {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.about-cotent h2 {
  font-size: 26px;
  font-weight: normal;
  color: #8e2124;
  margin: 0 0 25px;
  padding: 0 0 15px;
  border-bottom: 1px solid #af9b74;
}
.about-cotent p {
  font-size: 18px;
  font-weight: normal;
  color: #1e1e1e;
  line-height: 32px;
  margin: 0;
}

.monica-wrp {
  position: relative;
  padding: 140px 0 60px;
}
.monica-wrp:before {
  position: absolute;
  content: "";
  width: 100%;
  height: 75%;
  background: #8e2124;
  top: 0;
  left: 0;
  right: 0;
}

.monica-wrp.full-height:before {
  height: 100%;
}

.monica-wrp .container {
  position: relative;
  z-index: 1;
  max-width: 1400px;
}
.monica-img {
  position: relative;
  padding: 30px 30px;
}
.monica-img img {
  width: 100%;
  border: 1px solid #fff;
  position: relative;
  z-index: 1;
}
.monica-img:before {
  position: absolute;
  content: "";
  width: 80%;
  height: 100%;
  border: 1px solid #fff;
  border-radius: 10px;
  top: 0;
  left: 0;
}
.monica-breafdt h6 {
  font-size: 28px;
  font-weight: 400;
  color: #d1c19b;
  letter-spacing: 1px;
  margin: 0;
}
.monica-breafdt h2 {
  font-size: 60px;
  font-weight: normal;
  color: #fff;
  margin: 0 0 25px;
}
.monica-breafdt p {
  font-size: 18px;
  font-weight: normal;
  color: #fff1dd;
  line-height: 28px;
  margin: 0 0 20px;
}
.monica-breafdt a {
  font-size: 18px;
  font-weight: bold;
  color: #d1c19b;
}
.monica-breafdt a i {
  margin-right: 5px;
}
.monica-breafdt a:hover {
  color: #fff;
}

.books-row {
  padding: 150px 0 0;
}
.books-title {
  max-width: 900px;
  margin: 0 auto;
}
.books-title h6 {
  position: relative;
  margin: 0;
}
.books-title h6 span {
  font-size: 28px;
  font-weight: 400;
  color: #d1c19b;
  margin: 0 auto;
  background: #8e2124;
  padding: 0 20px;
  position: relative;
  z-index: 1;
  display: table;
}
.books-title h6:before {
  position: absolute;
  content: "";
  width: 85%;
  height: 2px;
  background: #d1c19b;
  top: 50%;
  left: 0;
  right: 0;
  margin: 0 auto;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.books-title h2 {
  font-size: 60px;
  font-weight: normal;
  color: #fff;
  margin: 0 auto 30px;
  text-align: center;
}
.books-row p {
  font-size: 18px;
  font-weight: normal;
  color: #fff1dd;
  text-align: center;
  line-height: 28px;
  margin: 0 auto 80px;
}
.book-img img {
  width: 100%;
  border: 2px solid #ccb68f;
}
.book-data {
  padding: 20px 0 0;
  background: #fff;
}
.book-data h3 {
  font-size: 18px;
  font-weight: normal;
  color: #8e2124;
  margin: 0 0 10px;
}
.book-data p {
  font-size: 16px;
  font-weight: normal;
  color: #1e1e1e;
  line-height: 26px;
  margin: 0 0 15px;
  text-align: left;
}
.book-data a {
  display: table;
  font-size: 16px;
  font-weight: 600;
  color: #8e2124;
}
.book-data a:hover {
  color: #777;
}

.books-list .row {
  margin: 0 -30px;
}
.books-list .row .col-md-3 {
  padding: 0 30px;
}
.books-list .row .col-md-3:nth-child(even) .books-block {
  padding: 50px 0 0;
}
/* **** End About **** */

/* **** Women World **** */
.women-world-wrp {
  position: relative;
  padding: 140px 0;
  background: #ccb68f url("../images/woman-world.png") 0 0 no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.women-world-wrp h2 {
  font-size: 90px;
  font-weight: normal;
  color: #fff;
  text-align: center;
  margin: 0 auto 60px;
}
.women-world-wrp .slick-slide {
  margin: 0 15px;
}
.women-world-wrp .slick-list {
  margin: 0 -15px;
}

.women-world-img img {
  width: 100%;
  object-fit: cover;
  border: 2px solid #712526;
}
.women-world-data {
  padding: 10px 0;
}
.women-world-data h3 {
  font-size: 16px;
  font-weight: 500;
  color: #712526;
  line-height: 25px;
  margin: 0;
}
.women-world-slider .women-world-box:nth-child(even) {
  padding: 50px 0 0;
}
.women-world-slider .slick-prev,
.women-world-slider .slick-next {
  position: absolute;
  right: -50px;
  left: auto;
  border: none;
  color: transparent;
  background-color: transparent;
  width: auto;
  height: auto;
  font-size: 0;
  color: transparent;
  z-index: 5;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -webkit-transition: 0.4s linear;
  -moz-transition: 0.4s linear;
  -ms-transition: 0.4s linear;
  transition: 0.4s linear;
}
.women-world-slider .slick-prev:before,
.women-world-slider .slick-next:before {
  width: 40px;
  height: 40px;
  content: "\f054";
  font-family: "Font Awesome 5 Pro";
  color: #fff;
  background: #712526;
  font-weight: 500;
  line-height: 40px;
  display: block;
  border-radius: 50%;
  text-align: center;
  font-size: 14px;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.women-world-slider .slick-prev {
  left: -50px;
  right: auto;
}
.women-world-slider .slick-prev:before {
  content: "\f053";
}
.women-world-slider .slick-prev:hover:before,
.women-world-slider .slick-next:hover:before {
  color: #712526;
  background: #fff;
}
/* **** End Women World **** */

/* **** Awards **** */
.awards-wrp {
  padding: 100px 0;
}
.awards-block {
  padding: 25px 25px 0;
  border: 1px solid #712526;
}
.awards-block img {
  width: 100%;
  margin: 0 auto;
}
.awards-block h3 {
  margin: 0;
  text-align: center;
  padding: 25px 0;
  font-size: 34px;
  font-weight: 500;
  color: #8e2124;
}
.awards-slider .slick-dots {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 25px auto 0;
}
.awards-slider .slick-dots li {
  line-height: 0;
  margin-right: 10px;
}
.awards-slider .slick-dots li:last-child {
  margin: 0;
}
.awards-slider .slick-dots li button {
  width: 12px;
  height: 12px;
  border: none;
  font-size: 0;
  background: #a5a4a4;
  border-radius: 100%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.awards-slider .slick-dots li.slick-active button {
  background: #8e2124;
}

.awards-data {
  position: relative;
  padding: 0 0 0 50px;
}
.awards-data h6 {
  padding: 0 150px 0 0;
  font-size: 40px;
  font-weight: normal;
  color: #af9b74;
  display: table;
  position: relative;
}
.awards-data h6 span {
  background: #fff;
  padding: 0 15px 0 0;
  position: relative;
  z-index: 1;
  display: table;
}
.awards-data h6:after {
  position: absolute;
  content: "";
  width: 130px;
  height: 2px;
  background: #af9b74;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.awards-data h2 {
  font-size: 60px;
  font-weight: normal;
  color: #712526;
  margin: 0 0 30px;
}
.awards-data p {
  font-size: 18px;
  font-weight: normal;
  color: #3a3a3a;
  line-height: 30px;
  margin: 0 0 25px;
}
img.certify-lg {
  position: absolute;
  top: -30px;
  right: 0;
  width: 150px;
}
/* **** End Awards **** */

/* **** GAllery *** */
.gallery-wrp {
  padding: 0 0 100px;
  position: relative;
  overflow: hidden;
}
.gallery-wrp h2 {
  display: table;
  font-size: 60px;
  font-weight: normal;
  color: #8e2124;
  margin: 0 auto 50px;
  position: relative;
  padding: 0 40px;
}
.gallery-wrp h2 span {
  padding: 0 15px;
  position: relative;
  z-index: 1;
  background: #fff;
}
.gallery-wrp h2:after {
  position: absolute;
  content: "";
  width: 100%;
  height: 2px;
  background: #ccb68f;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.gallery-slider .slick-slide {
  margin: 0 15px;
}
.gallery-slider .slick-list {
  margin: 0 -15px;
}
.gallery-box {
  background: #000;
}
.gallery-box img {
  width: 100%;
  height: 500px;
  object-fit: cover;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.gallery-box:hover img {
  opacity: 0.7;
}
/* **** End GAllery *** */

.contact-wrp {
  position: relative;
  border-top: 2px solid #8e2124;
  border-bottom: 2px solid #8e2124;
  overflow: hidden;
  width: 100%;
}
.contact-wrp .row {
  margin: 0;
}
.contact-wrp .row .col-md-4 {
  padding: 0;
}
.contact-title-box {
  background: #8e2124;
  display: flex;
  flex-flow: column;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.contact-title-box h2 {
  margin: 0;
  font-size: 60px;
  font-weight: normal;
  color: #fff;
}
.contact-frm {
  padding: 60px 50px;
}
.contact-frm .form-group {
  margin: 0 0 20px;
}
.contact-frm .form-group .form-control {
  padding: 10px 0;
  height: auto;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #8e2124;
  font-size: 20px;
  font-weight: 400;
  color: #000;
  box-shadow: none;
  resize: none;
}
.contact-frm .form-group .form-control::placeholder {
  color: #8c8c8c;
}
.contact-frm button {
  padding: 12px 25px;
  max-width: 230px;
  text-align: center;
  border: 1px solid #8e2124;
  border-radius: 30px;
  font-size: 18px;
  font-weight: normal;
  color: #8c8c8c;
  background: transparent;
  width: 100%;
  display: table;
  margin: 25px 0 0;
  transition: 0.4s linear;
  -webkit-transition: 0.4s linear;
}
.contact-frm button:hover {
  background: #8e2124;
  color: #fff;
}

.contact-details {
  padding: 100px 50px;
}
.contact-details ul li {
  display: flex;
  margin: 0 0 20px;
}
.contact-details ul li a {
  display: flex;
}
.contact-details ul li i {
  color: #8e2124;
  min-width: 25px;
  margin-right: 15px;
  font-size: 24px;
}
.contact-details ul li p {
  margin: 0;
  font-size: 18px;
  font-weight: normal;
  color: #3a3a3a;
  line-height: 26px;
}
footer {
  padding: 25px 0;
}
footer p {
  text-align: center;
  margin: 0;
  font-size: 18px;
  font-weight: 400;
  color: #a4a3a4;
}
footer p a {
  color: #a4a3a4;
}
footer p a:hover {
  color: #8e2124;
}

.portfolio-header {
  background: #f5f5f5;
  padding-top: 25px;
  padding-bottom: 25px;
}

.mb20 {
  margin-bottom: 30px;
}

.portfolio-heading h3 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.monica-row {
  margin-bottom: 50px;
}

.amb-wrp .amb-title {
  font-size: 40px;
  font-weight: normal;
  color: #8e2124;
  margin: 0 0 0px;
}

.amb-wrp .amb-deg {
  font-size: 15px;
  margin-bottom: 10px;
}

.amb-wrp .amb-content {
  font-size: 18px;
}

.amb-wrp .row {
  margin-bottom: 25px;
  margin-top: 15px;
}
