@import url('https://fonts.googleapis.com/css2?family=Otomanopee+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

html
{
	scroll-behavior: smooth;
	overflow-x: hidden;
}
body
{
font-family: 'Poppins', sans-serif;
font-size: 14px;
line-height: 28px;
font-variant: normal;

}
h1,h2,h3,h4
{
	font-family: 'Otomanopee One', sans-serif;
}
ul
{
padding: 0;
margin: 0;
list-style: none;

}
ul li
{
	line-height: 38px;
}
.navbar-brand img
{
	width: 180px;
}
.section
{
	padding-top: 80px;
	padding-bottom: 80px;
	scroll-margin-top:100px;
}
.m-btn {
    background: transparent;
    width: 160px;
    border: 1px solid #ff9999;
    padding: 8px;
}
.btn {
    position: relative;
    display: inline-block;
    padding: 12px 27px;
    text-align: center;
    font-size: 16px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #999999;
    background: #ffffff;
    border: 3px solid #999999;
    cursor: pointer;
    transition: ease-out 0.5s;
    -webkit-transition: ease-out 0.5s;
    -moz-transition: ease-out 0.5s;
}
.btn.btn-border-2::after,
.btn.btn-border-2::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

.btn.btn-border-2::after {
    top: -3px;
    left: -3px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}

.btn.btn-border-2::before {
    bottom: -3px;
    right: -3px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
}

.btn.btn-border-2:hover {
    color: #222222;
}

.btn.btn-border-2:hover::after,
.btn.btn-border-2:hover::before {
    width: calc(50% + 3px);
    height: calc(50% + 3px);
    border-color: #ff9999;
}
.scroller h1 {
    text-shadow: 2px 2px #0f0c0c29;
}
/*about*/
.about-area h5 {
    color: #ff9999;
    font-size: 16px;
}
.cherish-icon-side {

	position: absolute;

	z-index: 9;

	right: -33px;

	top: 50%;

	transform: translateY(-50%);

}

.about-right-side {
   /* padding-left: 23px;
    padding-top: 20px;*/
    padding: 30px;
}

.cont-box {
    padding: 20px;
    margin-top: -60px;
    background: #fff;
    text-align: center;
    border-radius: 6px;
   box-shadow: 1px 1px 20px 12px #e8e8e8;
}


/*---------------------------------
  04. Header
-----------------------------------*/
.header-nav {
	background: #f7f7f7;
  padding: 15px 10px;
  -webkit-transition: all 0.2s ease;
     -moz-transition: all 0.5s ease;
       -o-transition: all 0.2s ease;
          transition: all 0.2s ease;
}
.header-nav .navbar-toggler span {
  background: #1b1b1b;
}
.header-nav .navbar-brand {
  color: #fff;
  font-weight: 600;
  position: relative;
  font-size: 23px;
  text-transform: uppercase;
}
.header-nav .navbar-brand span {
  width: 6px;
  height: 6px;
  border-radius: 50%;
  position: absolute;
  bottom: 12px;
  right: -9px;
  float: left;
}
.header-nav .navbar-nav > li {
  margin: 0 0 0 20px;
}
.header-nav .navbar-nav .nav-link {
  position: relative;
  padding: 0;
  display: inline-block;
  font-size: 12px;
  vertical-align: top;
  color: #030303;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.header-nav .navbar-nav .nav-link:after {
  content: '';
  position: absolute;
  z-index: 10;
  width: 0;
  left: 0;
  right: 0;
  bottom: -3px;
  margin: auto;
  height: 1px;
  -webkit-transition: ease all 0.2s;
     -moz-transition: ease all 0.2s;
     -o-transition: ease all 0.2s;
      transition: ease all 0.2s; 
}

.header-nav .navbar-nav .nav-link.active:after{
  width: 100%;
  background: #E52521;
}

/*Navbar Toogle*/
.navbar-toggler {
  border: none;
  padding: 10px 6px;
  outline: none !important;
}
.navbar-toggler span {
  display: block;
  width: 22px;
  height: 2px;
  border-radius: 1px;
  background: #fff;
}
.navbar-toggler span + span {
  margin-top: 4px;
  width: 18px;
}
.navbar-toggler span + span + span {
  width: 10px;
}
/**/
.header-nav.fixed-header {
  top: 0;
  margin-top: 0;
  padding: 12px 10px;
  color: #000;
  background: #fff;
  box-shadow: 0px 1px 27px -3px rgba(0, 0, 0, 0.2);
}
.header-nav.fixed-header .navbar-brand {
  color: #000;
}
.header-nav.fixed-header .navbar-nav .nav-link {
  color: #000;
}

.header-nav.fixed-header .navbar-toggler span {
  background: #000;
}

@media (max-width: 991px){
  .navbar-nav {
    padding-top: 5px;
  }
  .header-nav .navbar-nav > li {
    margin: 8px 0;
  }
  .header-nav .navbar-nav .nav-link {
    padding: 0;
  }
}
/*---------------------------------
* Header side
-----------------------------------*/
.toggler-menu {
  position: relative;
  width: 30px;
  height: 30px;
  border: none;
  background: none;
  cursor: pointer;
  outline: none !important;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  -o-transition: ease all 0.3s;
  transition: ease all 0.3s;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  text-align: center;
  float: right;
}
.toggler-menu:before,
.toggler-menu:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background: #fff;
  margin: auto;
  -webkit-transition: ease all 0.3s;
     -moz-transition: ease all 0.3s;
       -o-transition: ease all 0.3s;
          transition: ease all 0.3s;
}
.toggler-menu:after {
  height: 0%;
  width: 2px;
}
.toggler-menu:before {
  height: 2px;
  width: 0%; 
}

.toggler-menu > span {
  width: 100%;
  height: 1px;
  display: inline-block;
  position: absolute;
  float: left;
  left: 0;
  top: 6px;
  background: #fff;
  margin: auto;
  transition: ease all 0.3s;
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.toggler-menu > span:nth-child(2) {
  top: 0;
  bottom: 0;
  width: 75%;
  -webkit-transition-delay: 0.2s;
  -moz-transition-delay: 0.2s;
  -o-transition-delay: 0.2s;
  right: 0;
  transition-delay: 0.2s;
}
.toggler-menu > span:nth-child(3) {
  bottom: 6px;
  top: auto;
  width: 100%;
  -webkit-transition-delay: 0.25s;
  -moz-transition-delay: 0.25s;
  -o-transition-delay: 0.25s;
  transition-delay: 0.25s;
}
.toggler-menu.open {
  width: 30px;
  box-shadow: none;
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
       -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.toggler-menu.open > span {
  width: 0% !important;
  left: 0;
  right: 0;
}
.toggler-menu.open:before,
.toggler-menu.open:after {
  -webkit-transition-delay: 0.3s;
     -moz-transition-delay: 0.3s;
       -o-transition-delay: 0.3s;
          transition-delay: 0.3s; 
}
.toggler-menu.open:after {
  height: 100%;
}
.toggler-menu.open:before {
  width: 100%; 
}

.top-side-nav {
  position: fixed;
  left: -300px;
  top: 0;
  bottom: 0;
  width: 250px;
  padding: 30px 30px 70px;
  text-align: center;
  background: #000;
  overflow-y: auto;
  z-index: 2;
  -webkit-transition: ease all 0.3s;
     -moz-transition: ease all 0.3s;
          transition: ease all 0.3s;
}

.top-side-nav.menu-open {
  left: 0;
}

.top-side-nav .menu-bar {
  margin: 0;
  padding: 0 0 50px;
  list-style: none;
  position: relative;
  z-index: 1;
}

.top-side-nav .menu-bar a {
  color: rgba(255,255,255,.9);
  font-weight: 400;
  font-size: 16px;
  display: inline-block;
  vertical-align: top;
  position: relative;
  text-decoration: none;
  line-height: normal;
  padding: 5px 0;
  margin: 2px 0;
}

.top-side-nav .menu-bar li {
  display: inline-block;
  width: 100%;
  margin: 5px 0;
}

.top-side-nav .menu-bar a:after {
  content: "";
  width: 18px;
  height: 1px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #fff;
  right: 0;
  margin: auto;
  opacity: 0.2;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.top-side-nav .menu-bar a.active:after,
.top-side-nav .menu-bar a:hover:after {
  width: 80%;
  opacity: 0.8;
}

.top-side-nav .menu-avtar {
  margin: 10px 0 40px;
  position: relative;
  z-index: 1;
}

.top-side-nav .menu-avtar .img {
  width: 105px;
  height: 105px;
  display: inline-block;
  overflow: hidden;
  border-radius: 50%;
  border: 5px solid #fff;
}

.top-side-nav .menu-avtar label {
  color: #fff;
  width: 100%;
  display: inline-block;
  font-size: 16px;
  font-weight: 600;
}

.top-side-nav .social-icons {
  margin: 0;
  position: fixed;
  bottom: 0;
  left: -300px;
  list-style: none;
  width: 250px;
  background: #000;
  padding: 10px 0;
  z-index: 1;
  border-top: 1px solid #111;
  -webkit-transition: ease all 0.3s;
  -moz-transition: ease all 0.3s;
  transition: ease all 0.3s;
}
.menu-open.top-side-nav .social-icons {
  left: 0;
}
.top-side-nav .social-icons li {
  display: inline-block;
}
.top-side-nav .social-icons li a {
  margin: 0 2px;
  font-size: 12px;
  width: 30px;
  height: 30px;
  line-height: 30px;
}

@media(max-width: 767px) {
  .top-side-nav .menu-avtar {
    margin: 10px 0;
  }
}
.menu-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
  display: none;
  cursor: url("../img/cross-out.png"), auto;
}
.menu-overlay.overlay-show {
  display: block;
}

.header-nav-01.fixed-header {
  background: #000;
}
.header-nav-01.fixed-header .navbar-brand {
  color: #fff;
}

/*---------------------------------
Home Banner
-----------------------------------*/
.full-screen {
  min-height: 100vh;
}

.home-text {
  background: #fff;
  padding: 30px;
  display: inline-block;
  position: relative;
}
.home-text:after {
  width: 100px;
  content: "";
  position: absolute;
  right: -50px;
  top: 40px;
  height: 2px;
  border-right: 50px solid #fff;
}
.home-text h6 {
  font-size: 15px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
}
.home-text h1 {
 font-weight: 600;
    font-size: 38px;
    line-height: 58px;
    margin: 30px 0 30px;
  text-transform: uppercase;
}
.home-text h4 {
  font-size: 17px;
  margin: 0;
  color: #ff9999;
  display: inline-block;
  padding: 10px 10px 10px 40px;
  margin-left: -40px;
}

@media(max-width: 767px){
  .home-text {
    padding: 20px;
  }
  .home-text h6 {
    font-size: 13px;
  }
  .home-text h1 {
    font-size: 35px;
    margin: 12px 0 25px;
  }
  .home-text:after {
    right: 0;
    border: none;
  }
  .home-text h4 {
    font-size: 15px;
    padding: 10px 10px 10px 20px;
    margin-left: -20px;
  }
}


.theme-bg {
    background: #f7f7f7;
}


/*
focus*/
.focus h2:after {
    content: "";
    background: #E52521;
    width: 80px;
    height: 1px;
    position: absolute;
    top: 60px;
    left: 30px;
}
.foc-box {
    padding: 15px;
    /* position: relative; */
    height: 100%;
    box-shadow: 2px 2px 2px 2px #ededed;
     transition: 1s;
}


.foc-box:hover {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  animation-name: example;
  animation-duration: 0.25s;
  border-left: 8px solid #ff9999;
  transition: all 0.5s;
  box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}
.foc-box-ul li {
    background: #f3f3f3;
    margin-bottom: 10px;
    border-radius: 10px;
    padding: 0px 20px 0px 10px;
}

/*parallax*/
.page-title {
 padding: 110px 0; 
    -webkit-background-size: cover;
    background-size: cover;
    text-align: center;
    color: #fff;
}
.par-m-btn {
    background: transparent;
    width: 250px;
    border: 1px solid #ffffff;
    padding: 20px;
}
.par-m-btn::after,
.par-m-btn::before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    transition: .5s;
}

.par-m-btn::after {
    top: -3px;
    left: -3px;
    border-top: 3px solid transparent;
    border-left: 3px solid transparent;
}

.par-m-btn::before {
    bottom: -3px;
    right: -3px;
    border-bottom: 3px solid transparent;
    border-right: 3px solid transparent;
}

.par-m-btn:hover {
    color: #222222;
}

.par-m-btn:hover::after,
.par-m-btn:hover::before {
    width: calc(50% + 3px);
    height: calc(50% + 3px);
    border-color: #fff;
}

/*-----------------------------------------
Contact Us
-----------------------------------------*/

.form-group {
  position: relative;
  width: 100%;
  margin-bottom: 20px;
}
.form-group .form-control {
    border:none;
    outline: none;
    box-shadow: none;
    height: 40px;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 2px solid #dcdcdc;
    border-radius: 0;
    width: 100%;
    font-size: 14px;
    color: #000;
    background: transparent;
}

.form-group textarea.form-control {
  height: 100px;
}

.form-group select {
  border:none;
  outline: none;
  box-shadow: none !important;
  padding-left: 0;
  padding-right: 0;
  border-bottom: 1px solid #ddd;
  border-radius: 0;
  width: 100%;
}

.form-group .input-focus-effect {
  width: 0;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 2px;
  -webkit-transition: ease all 0.3s;
       -o-transition: ease all 0.3s;
          transition: ease all 0.3s;
}

.form-group textarea:focus:not([readonly]) + span.input-focus-effect,
.form-group input:focus:not([readonly]) + span.input-focus-effect,
.form-group select:focus:not([readonly]) + span.input-focus-effect {
    width: 100%;
}

.contact-form {
  background: #fff;
  padding: 35px 30px 40px 100px;
  border: 1px solid #eee;
}
.contact-form h2 {
  margin: 0;
  padding: 0 0 35px;
  font-size: 25px;
  font-weight: 500;
}
.contact-form .send {
  margin-top: 10px;
}
.contact-map {
  height: 100%;
  box-shadow: 0 2px 4px rgba(3,27,78,.06);
  border: 1px solid #e5e8ed;
  padding: 15px;
  border-radius: 5px;
}

.contact-info-box {
    background: #323232;
    padding: 25px 30px;
    margin-right: -90px;
    position: relative;
    z-index: 1;
    top: 40px;
}

.contact-info-box.dark {
  background: #000;
}

.contact-info-box h2 {
  margin: 0;
  padding: 0 0 35px;
  font-size: 20px;
  color: #3B566E;
  font-weight: 500;
  text-transform: capitalize;
}

.contact-info {
  padding: 0;
  margin: 20px 0;
  color: #fff;
  position: relative;
}

.contact-info .icon {
  font-size: 13px;
  color: #fff;
  width: 30px;
  height: 30px;
  border-radius: 3px;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
}

.contact-info p {
    margin: 0;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 60px);
    padding-left: 10px;
    color: #fff;
}

.contact-info-box .social-icons {
  margin: 0;
  padding: 20px 0 10px 0;
  list-style: none;
}
.contact-info-box .social-icons li {
  display: inline-block;
}
.contact-info-box .social-icons a {
  border-radius: 3px;
  width: 35px;
  height: 35px;
  line-height: 35px;
  margin: 0 10px 0px 0px;
}

@media(max-width: 767px){
  .contact-info-box {
    top: 0;
    margin: 0;
    padding: 15px 20px;
  }
  .contact-form {
    padding: 20px;
  }

}

/*-----------------------------------------
Footer
-----------------------------------------*/
.footer {
  padding: 50px 0;
  background: #171717;
  text-align: center;
}
.footer.dark {
  background: #000;
}
.footer p {
  margin: 0;
  color: #fff;
  opacity: 0.5;
  font-size: 12px;
}
.footer .footer-logo {
  display: inline-block;
}
.footer .footer-logo h6 {
  font-size: 30px;
  margin: 0;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
}
.footer .social-icons {
  padding: 30px 0;
  margin: 0;
}
.footer li{
  display: inline-block;
}
.social-icons li a {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  color: #fff;
  padding-left: 10px;
  padding-right: 10px;
  background: rgba(255,255,255,.1);
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  margin: 0 5px;
}

.social-icons a:hover {
  background: #ff9999;
}

@media(max-width: 991px){
  .footer {
    padding: 40px 0;
  }
}




/*Media Query*/

/*from mobile to medium screens*/
@media only screen and (max-width: 991px)
{
	.header-nav {
    padding: 15px 10px;
    background: #fff;
    box-shadow: 1px 1px 8px 1px #dbdbdb;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.home-text h1 {
    font-weight: 600;
    font-size: 22px;
    line-height: 45px;
    margin: 30px 0 30px;
    text-transform: uppercase;
}
}

/*medium  screens only*/
@media only screen and (max-width: 991px) and (min-width: 768px)
{
	.home-text {
    background: #fff;
    padding: 30px;
    display: inline-block;
    position: relative;
    margin-top: 100px;
}
.home-img
{
	 margin-top: 100px;
}
}

/*
==========Mobile screens only=======*/
@media only screen and (max-width: 767px)
{
		.home-text {
    background: #fff;
    padding: 30px;
    display: inline-block;
    position: relative;
    margin-top: 200px;
}
.cherish-icon-side {
    position: absolute;
    z-index: 9;
    right: 95px;
    top: 90%;
    transform: translateY(-50%);
}
h1,h2,h3,h4
{
	font-size: 22px;
}
.section {
    padding-top: 50px;
    padding-bottom: 50px;
    scroll-margin-top: 40px;
}
.footer .footer-logo h6 {
    font-size: 20px;
    line-height: 35px;
    margin: 0;
    font-weight: 600;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.foc-box-ul {
    margin-top: 45px;
}
}