/*=============================style.css=======================*/
/*
Default Style
============================*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800&display=swap");
@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600,700,800&display=swap");
body {
  padding: 0;
  margin: 0;
  font-size: 14px;
  line-height: 1.8;
  font-family: "Open Sans", sans-serif;
  color: #686868;
}

a {
  display: inline-block;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
  color: #333333;
}

a:focus {
  text-decoration: none;
}

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

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

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
  color: #333333;
  font-weight: 700;
  font-family: "Fira Sans", sans-serif;
}

h3 {
  font-size: 20px;
  font-weight: 600;
}

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

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

p {
  font-size: 15px;
  margin-bottom: 15px;
}

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

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

ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.form-control {
  height: 50px;
  color: #6e6e6e;
  border: 1px solid #e8e8e8;
  background-color: transparent;
  border-radius: 0;
  padding: 0;
  font-size: 15px;
  padding: 10px 20px;
  width: 100%;
}

.form-control::-webkit-input-placeholder {
  color: #6e6e6e;
}

.form-control:-ms-input-placeholder {
  color: #6e6e6e;
}

.form-control::-ms-input-placeholder {
  color: #6e6e6e;
}

.form-control::placeholder {
  color: #6e6e6e;
}

.form-control:focus {
  color: #000000;
  background-color: transparent;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  outline: 0;
  border: 1px solid #e534a4;
}

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

textarea.form-control {
  height: auto;
  height: 250px;
}

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

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

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

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

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

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

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

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



/*
Section Title Area Style
================================*/
.section-title {
  max-width: 600px;
  margin: 0 auto 60px;
  text-align: center;
}

.section-title span {
  color: #e534a4;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-top: -7px;
  margin-bottom: 8px;
  position: relative;
}

.section-title h2 {
  margin-bottom: 15px;
  font-size: 35px;
}

.section-title p {
  margin-bottom: 0;
}

.section-title.align-style {
  text-align: left;
  margin-left: 0;
}

.section-title.section-title-two span {
  color: #50c5bc;
}



/*===== DEFAULT STYLE END ======*/
/*
Rimu Navbar Area Style
================================*/
.rimu-nav-style .main-nav {
  position: unset;
  background-color: transparent;
}

.rimu-nav-style .main-nav .navbar {
  padding: 0;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a {
  font-weight: normal;
  margin-right: 15px;
  text-transform: capitalize;
  color: #333333;
  font-weight: 600;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a i {
  position: relative;
  left: 5px;
  font-size: 11px;
  font-weight: 700;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a .flaticon-substract-1 {
  margin-left: -13px;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu {
  border-radius: 0;
  background-color: #ffffff;
  border: none;
  padding: 15px 0;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a {
  font-size: 14px;
  font-weight: 600;
  text-transform: capitalize;
  padding: 6px 15px;
  margin: 0;
  color: #333333;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu {
  left: 100%;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #e534a4;
  border-radius: 50%;
  right: 0;
  margin: auto;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  display: none;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a:hover {
  color: #e534a4;
  position: relative;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a:hover::before {
  -webkit-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  width: 5px;
  height: 5px;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a:focus {
  color: #e534a4;
  position: relative;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a:focus::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #e534a4;
  border-radius: 50%;
  right: 0;
  margin: auto;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a.active {
  color: #e534a4;
  position: relative;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item a.active::before {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 5px;
  height: 5px;
  background-color: #e534a4;
  border-radius: 50%;
  right: 0;
  margin: auto;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active {
  color: #e534a4;
  position: relative;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a.active::before {
  display: none;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover {
  color: #e534a4;
  position: relative;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li a:hover::before {
  display: none;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a {
  color: #333333;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a:hover {
  color: #e534a4;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu li .dropdown-menu li a.active {
  color: #e534a4 !important;
}

.rimu-nav-style .main-nav nav .navbar-nav .nav-item .dropdown-menu.dropdown-style i {
  float: right;
}

.rimu-nav-style .others-option {
  margin-left: 100px;
}

.rimu-nav-style .others-option .cart-icon {
  display: inline-block;
  position: relative;
  color: #ffffff;
  font-size: 17px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rimu-nav-style .others-option .cart-icon span {
  color: #ffffff;
}

.rimu-nav-style .others-option .cart-icon:hover {
  color: #ffffff;
}

.rimu-nav-style .others-option .cart-icon span {
  position: absolute;
  top: -4px;
  left: 11px;
  background-color: #e534a4;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rimu-nav-style .others-option .sidebar-menu i {
  color: #fe532f;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-left: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rimu-nav-style .others-option .sidebar-menu i:hover {
  background-color: #ffffff;
}

.rimu-nav-style .search-box-item {
  display: inline-block;
  position: relative;
  margin-left: 35px;
  color: #ffffff;
  cursor: pointer;
  width: 15px;
}

.rimu-nav-style .search-box-item i {
  font-size: 17px;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup {
  position: absolute;
  top: 100%;
  width: 300px;
  right: 0;
  background: #ffffff;
  z-index: 2;
  padding: 20px;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.1);
  margin-top: 25px;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup .search-form {
  position: relative;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup .search-form .search-input {
  display: block;
  width: 100%;
  height: 50px;
  line-height: initial;
  border: 1px solid #eeeeee;
  color: #212529;
  outline: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding-top: 4px;
  padding-left: 10px;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup .search-form .search-input:focus {
  border-color: #e534a4;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup .search-form .search-button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  background: transparent;
  border: none;
  width: 50px;
  outline: 0;
  color: #102a82;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  padding: 0;
  cursor: pointer;
}

.rimu-nav-style .search-box-item .search-overlay.search-popup .search-form .search-button:focus {
  color: #e534a4;
}

.rimu-nav-style .search-box-item .search-btn {
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rimu-nav-style .search-box-item .search-btn:hover {
  color: #ffffff;
}

.rimu-nav-style .search-box-item .search-overlay {
  display: none;
}

.rimu-nav-style .search-box-item .close-btn {
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  color: #ffffff;
}

.rimu-nav-style .search-box-item .close-btn:hover {
  color: #ffffff;
}

.rimu-nav-style .search-box-item .close-btn.active {
  display: block;
}

.rimu-nav-style.is-sticky {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  -webkit-box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
          box-shadow: 0 8px 6px -6px rgba(0, 0, 0, 0.4);
  -webkit-animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
          animation: 500ms ease-in-out 0s normal none 1 running fadeInDown;
  -webkit-transition: all .5s;
  transition: all .5s;
  max-width: 100%;
  margin-top: 0;
}

.rimu-nav-style.is-sticky .others-option .cart-icon {
  color: #e534a4;
}

.rimu-nav-style.is-sticky .others-option .cart-icon span {
  color: #ffffff;
}

.rimu-nav-style.is-sticky .others-option .cart-icon span {
  position: absolute;
  top: -4px;
  left: 11px;
  background-color: #e534a4;
  width: 18px;
  height: 18px;
  line-height: 18px;
  text-align: center;
  border-radius: 50%;
  font-size: 14px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rimu-nav-style.is-sticky .others-option .sidebar-menu i {
  color: #fe532f;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #e534a4;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  margin-left: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.rimu-nav-style.is-sticky .others-option .sidebar-menu i:hover {
  background-color: #e534a4;
}

.rimu-nav-style.is-sticky .search-box-item {
  color: #e534a4;
}

.rimu-nav-style.is-sticky .search-box-item .search-btn:hover {
  color: #e534a4;
}

.rimu-nav-style.is-sticky .search-box-item .close-btn {
  color: #e534a4;
}

.rimu-nav-style.is-sticky .search-box-item .close-btn:hover {
  color: #e534a4;
}

.dropdown-toggle::after {
  display: none;
}

/*
Box Area Style
================================*/
.box-area {
  position: relative;
}

.box-area .shape-1 {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 200px;
  z-index: -1;
}

.box-area .shape-2 {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 200px;
  z-index: -1;
}

.single-box {
  padding: 30px;
  -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
  background-color: #000;
  text-align: center;
  margin-bottom: 30px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}

.single-box .box-icon {
  position: relative;
  width: 80px;
  height: 80px;
  margin: 0 auto 10px;
  top: 8px;
}

.single-box .box-icon i {
color: #8dc446;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    line-height: 60px;
    background: #f9f9f9;
    z-index: 1;
    font-size: 35px;
    position: relative;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    box-shadow: 1px 2px 10px #b9b9b9;
}

.single-box .box-icon i::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: -7px;
  border: 2px dotted #8dc446;
  border-radius: 50%;
  z-index: -1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -webkit-animation: rotation 50s infinite linear;
          animation: rotation 50s infinite linear;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-box h3 {
    margin-bottom: 15px;
    color: #fff;
    z-index: 11;
    position: relative;
    text-shadow: 1px 1px 1px #222;
}

.single-box p {
    margin-bottom: 20px;
    z-index: 99;
    position: relative;
    color: #d0d0d0;
}

.single-box:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

.single-box:hover .read-more {
  color: #e534a4;
}

.single-box:hover i {
  background-color: #e534a4;
  color: #ffffff;
}

.single-box:hover i::after {
  border: 2px dotted #e534a4;
  -webkit-animation: rotation 10s infinite linear;
          animation: rotation 10s infinite linear;
}

.single-box:hover .read-more i {
  background-color: transparent !important;
}

.single-box:hover .shape-3 {
  opacity: 0.1;
}

.single-box:hover .shape-4 {
  opacity: 0.1;
}

.single-box .shape-3 {
  position: absolute;
  left: 20px;
  top: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-box .shape-4 {
  position: absolute;
  right: 20px;
  bottom: 20px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.icon-color:nth-child(2) .single-box .box-icon i {
  color: #f0b912;
}

.icon-color:nth-child(2) .single-box .box-icon i::after {
  border: 2px dotted #f0b912;
}

.icon-color:nth-child(2) .single-box:hover .box-icon i {
  color: #ffffff;
}

.icon-color:nth-child(2) .single-box:hover .box-icon i::after {
  border: 2px dotted #e534a4;
}

.icon-color:nth-child(3) .single-box .box-icon i {
  color: #f17d28;
}

.icon-color:nth-child(3) .single-box .box-icon i::after {
  border: 2px dotted #f0b912;
}

.icon-color:nth-child(3) .single-box:hover .box-icon i {
  color: #ffffff;
}

.icon-color:nth-child(3) .single-box:hover .box-icon i::after {
  border: 2px dotted #e534a4;
}

@-webkit-keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

@keyframes rotation {
  from {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
            transform: rotate(359deg);
  }
}

/*
About Us Area Style
================================*/
.about-us-area {
  position: relative;
}

.about-us-area .shape-1 {
    position: absolute;
    top: 285px;
    left: 138px;
    z-index: -1;
    opacity: 1;
    transform: rotate(20deg);

}

.about-us-area .shape-2 {
     position: absolute;
    top: 10px;
    left: 600px;
    z-index: 1;
    opacity: 0.2;
    width: 64px;
}

.about-us-area .shape-3 {
  position: absolute;
  bottom: 10px;
  right: 100px;
  z-index:1;
  opacity: 0.2; width: 80px;
}

.about-us-area .shape-4 {
  position: absolute;
  bottom: 200px;
  right: 50px;
  z-index: 1;
  opacity: 0.2;width: 50px;
}

.about-us-area .shape-5 {
    position: absolute;
    bottom: 70px;
    left: 395px;
    z-index: 1;
    opacity: 0.2;
    width: 70px;
}

.about-content {
  padding-left: 125px;
}

.about-content span {
  color: #e534a4;
  font-size: 13px;
  font-weight: 600;
  display: block;
  margin-top: -7px;
  margin-bottom: 8px;
  position: relative;
}

.about-content h2 {
  margin-bottom: 20px;
  font-size: 35px;
}

.about-content ul {
  margin-bottom: 30px;
}

.about-content ul li {
  font-weight: 600;
  margin-bottom: 10px;
  position: relative;
  padding-left: 30px;
  color: #e534a4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.about-content ul li i {
  position: absolute;
  left: 0;
  top: 3px;
  width: 20px;
  height: 20px;
  line-height: 20px;
  background-color: #e534a4;
  color: #ffffff;
  text-align: center;
  border-radius: 50%;
  font-weight: normal;
  font-size: 11px;
}

.about-content ul li:last-child {
  margin-bottom: 0;
}

.about-content ul li:hover {
  -webkit-transform: translateY(-5px);
          transform: translateY(-5px);
}

Footer Top Area Style
================================*/
.footer-top-area {
  background-color: #f7f7f7;
}

.single-widget {
  margin-bottom: 25px;
}

.single-widget h3 {
  color: #e534a4;
  margin-bottom: 20px;
  font-size: 19px;
}

.single-widget p {
  color: #686868;
  margin-top: 16px;
}

.single-widget .address {
  margin-top: 20px;
}

.single-widget .address li {
  color: #686868;
  position: relative;
  padding-left: 40px;
  margin-bottom: 20px;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-widget .address li a {
  color: #686868;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-widget .address li i {
  position: absolute;
  top: -4px;
  left: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #e534a4;
  text-align: center;
  border-radius: 50%;
  color: #ffffff;
}

.single-widget .address li:hover {
  color: #e534a4;
}

.single-widget .address li:hover a {
  color: #e534a4;
}

.single-widget .address li:last-child {
  margin-bottom: 0;
}

.single-widget .links li {
  margin-bottom: 14px;
}

.single-widget .links li a {
  color: #686868;
}

.single-widget .links li:last-child {
  margin-bottom: 0;
}

.single-widget .links li:hover {
  color: #e534a4;
}

.single-widget .links li:hover a {
  color: #e534a4;
}

.single-widget .instagram {
  margin-top: 27px;
}

.single-widget .instagram li {
  display: inline-block;
  width: 25%;
  margin-bottom: 10px;
  padding-right: 7px;
}

.single-widget .instagram li pl
a {
  color: #fafafa;
}

.single-widget .instagram li:hover {
  color: #e534a4;
}

.single-widget .instagram li:hover a {
  color: #e534a4;
}

.single-widget .social-icon {
  margin-top: 15px;
}

.single-widget .social-icon li {
  display: inline-block;
  padding-left: 5px;
}

.single-widget .social-icon li a i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #e534a4;
  color: #ffffff;
  border-radius: 50%;
  text-align: center;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-widget .social-icon li a i:hover {
  background-color: #333333;
}

.single-widget.single-widget-4 {
  padding-left: 30px;
}


/*
Choose Area Three Style
================================*/
.single-choose-three {
  position: relative;
  padding-left: 70px;
  margin-bottom: 30px;
}

.single-choose-three i {
  position: absolute;
  top: 3px;
  left: 0;
  font-size: 30px;
  background-color: #ffffff;
  line-height: 50px;
  width: 50px;
  height: 50px;
  text-align: center;
  border-radius: 50%;
  border: 2px dotted #e534a4;
  color: #e534a4;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.single-choose-three:hover i {
  background-color: #e534a4;
  color: #ffffff;
  border-color: #e534a4;
}

.single-choose-three.mr-2 {
  margin-right: 0 !important;
}

.single-choose-three.ml-2 {
  margin-left: 0 !important;
}

/*
Choose Area Four Style
================================*/
.why-choose-us-three.four {
  overflow: hidden;
}

.choose-img-three.four {
  position: relative;
}

.choose-img-three.four img {
  -webkit-animation: rotation 10s infinite linear;
          animation: rotation 10s infinite linear;
}

.choose-content-wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.choose-content-wrap .choose-content-four {
  text-align: center;
}

.choose-content-wrap .choose-content-four h3 {
  font-size: 30px;
  color: #e534a4;
}

.choose-content-wrap .choose-content-four span {
  color: #fe532f;
}



/*
Footer Bottom Area Style
================================*/
.footer-bottom-area {
  background-color: #e534a4;
  padding: 15px 0;
}

.footer-bottom-area p {
  color: #ffffff;
  margin-top: 4px;
}

.footer-bottom-area .conditions {
  float: right;
}

.footer-bottom-area .conditions li {
  display: inline-block;
  padding-left: 20px;
  position: relative;
}

.footer-bottom-area .conditions li::before {
  content: "";
  position: absolute;
  top: 6px;
  right: -14px;
  width: 1px;
  height: 15px;
  background-color: #ffffff;
}

.footer-bottom-area .conditions li a {
  color: #ffffff;
}

.footer-bottom-area .conditions li:last-child::before {
  display: none;
}



/*=============================style.css=======================*/



body{ background: #f6f6f6;}
p{ text-align: justify;}
.section-title h2 {
    margin-bottom: 15px;
    font-size: 45px;
    text-transform: uppercase; color: #000;

}

/*=================slider-css===================*/


#minimal-bootstrap-carousel {
    margin-top: 0px;
    position: relative;
}

#minimal-bootstrap-carousel .carousel-caption {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    padding: 0;
    text-align: right;
    text-shadow: none;
}

#minimal-bootstrap-carousel .carousel-caption .container {
    display: table;
    width: 100%;
    height: 100%;
    max-width: 1140px;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
}

@media (max-width: 1199px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 960px;
    }
}

@media (max-width: 991px) {
    #minimal-bootstrap-carousel .carousel-caption .container {
        max-width: 720px;
    }
}

#minimal-bootstrap-carousel .carousel-caption .container .box {
    display: table-cell;
    text-align: left;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-top {
    vertical-align: top;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-bottom {
    vertical-align: bottom;
}

#minimal-bootstrap-carousel .carousel-caption .container .box.valign-middle {
    vertical-align: middle;
}

#minimal-bootstrap-carousel .carousel-caption .container .box .content {
    display: block;
}

#minimal-bootstrap-carousel [class*=carousel-control] {
    background: none;
    width: 50px;
    height: 50px;
    font-size: 36px;
    line-height: 48px;
    color: #8487a9;
    background-color: transparent;
    visibility: visible !important;
    opacity: 1;
    border: 1px solid #8487a9;
    -webkit-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 99;
}

@media (max-width: 667px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 30px;
        height: 30px;
        font-size: 15px;
        line-height: 30px;
    }
}

@media (max-width: 480px) {
    #minimal-bootstrap-carousel [class*=carousel-control] {
        width: 40px;
        height: 40px;
        font-size: 17px;
        line-height: 40px;
        background: rgba(255, 255, 255, 0.4);
        color: #000;
    }
}

#minimal-bootstrap-carousel .carousel-control-prev {
    left: 1%;
}

#minimal-bootstrap-carousel .carousel-control-next {
    right: 1%;
}

#minimal-bootstrap-carousel [class*=carousel-control]:hover {
    opacity: 1;
    background: #e169cc;
    border-color: #e169cc;
    color: #fff;
}

/* fixing slider height */
#minimal-bootstrap-carousel.slider-home-one .carousel-inner .carousel-item {
    min-height: 100vh;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    background-color: #222;
}


.slider-content-style .content {
    width: 60%;
    position: relative;
    z-index: 999;
}

.slider-content-style .content h3,
.slider-content-style .content h2,
.slider-content-style .content p {
    margin: 0;
}

.slider-content-style .content h3 {
color: #e534a4;
    font-size: 100px;
    line-height: 60px;
    font-weight: 900;
    -webkit-animation-delay: .5s;
    animation-delay: .5s; text-transform: uppercase;
}

.slider-content-style .content p {
    font-weight: 500;
    font-size: 17px;
    color: #3f3f5b;
    letter-spacing: .150em;
    margin-top: 20px;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
}

.slider-content-style .content a.thm-btn {
    background: #ffba60;
    display: inline-block;
    vertical-align: middle;
    color: #222222;
    font-size: 18px;
    letter-spacing: .1em;
    font-family: 'Josefin Sans';
    font-weight: 600;
    padding: 10px 17px;
    margin-top: 27px;
    transition: all .4s ease;
    -webkit-animation-delay: 2s;
    animation-delay: 2s;
}

.slider-content-style .content a.thm-btn:hover {
    background: #fff;
}
.content h3 span{    background: -webkit-linear-gradient(0deg, #e82fa1, #67caf2 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-style: normal;
    display: inline-block;    font-size: 55px;}
/*=================slider-css===================*/
/*==============menu-section-css==============*/
.main-nav {
    background: #000;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 0px;
    padding-bottom: 0px;}
.is-sticky .navbar-brand img{ width: 52%;}

/*==============menu-section-css==============*/

.default-btn {
   font-size: 16px;
    color: #fff;
    background: url(../images/button.png);
    width: 143px;
    height: 52px; border-radius: 0; padding: 0;
    line-height: 52px;
    text-align: center;
    color: #fff;
    display: inline-block;
    font-size: .8rem;
    font-weight: 700;
    border: none;
    cursor: pointer;}





.dg-container{
	width: 100%;
	
	position: relative;
    background-image: url(../images/dotted-bg.png);
    background-color: #f8f8f8;    background-repeat: repeat;
    padding-bottom: 183px;
}
.dg-wrapper{
	width: 481px;
	height: 316px;
	margin: 0 auto;
	position: relative;
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-o-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}
.dg-wrapper a{
	width: 482px;
	height: 316px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;

	
}
.dg-wrapper a.dg-transition h4{ font-size: 0px;}
.dg-wrapper a.dg-transition{
	-webkit-transition: all 0.5s ease-in-out;
	-moz-transition: all 0.5s ease-in-out;
	-o-transition: all 0.5s ease-in-out;
	-ms-transition: all 0.5s ease-in-out;
	transition: all 0.5s ease-in-out;
}
.dg-wrapper a img{
	display: block;

}
.dg-wrapper a div{
	font-style: italic;
	text-align: center;
	line-height: 50px;
	text-shadow: 1px 1px 1px rgba(255,255,255,0.5);
	color: #333;
	font-size: 16px;
	width: 100%;
	bottom: 6px;
	display: none;
	position: absolute;
}
.dg-wrapper a.dg-center div{
	display: block;
}
.dg-container nav{
       position: absolute;
    bottom:140px;
    left: 50%;
    margin-left: -46px;
    line-height: 0;

}
.dg-center h4{ font-size: 20px; color: #d02f92; margin-top: 8px;}
.dg-container nav span{    font-size: 25px;
    background: #e82fa1;
    padding: 0px 16px 5px;
    line-height: 14px;
    color: #fff; cursor: pointer; line-height: 10px;}
/*
.dg-container nav span{
	text-indent: -9000px;
	float: left;
	cursor:pointer;
	width: 24px;
	height: 25px;
	opacity: 0.8;
	background: transparent url(../images/arrows.png) no-repeat top left;
}
*/
.dg-container nav span:hover{
	opacity: 1;
}
.dg-container nav span.dg-next{
	background-position: top right;
	margin-left: 10px;
}

.faq-area {
    background-color: #fff8f3;
}
.faq-area .faq-img {
    background-image: url(../images/slider3-3.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100%;
    position: relative;
}
.single-choose-three h3{ font-size: 18px; color: #222;}

.single-box {
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 20px 3px rgba(0, 0, 0, 0.05);
    background-color: #fff;
    text-align: center;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;    overflow: hidden;
}
.single-box h3 {
    margin-bottom: 15px;
    color: #000;
    z-index: 11;
    position: relative;
    text-shadow:none;
    margin-top: 25px;}
.single-box p {
    margin-bottom: 20px;
    z-index: 99;
    position: relative;
    color: #555555;}

.single-box .read-more {
    line-height: 1;
    color: #e534a4}
.single-box .shape-4 {
    position: absolute;
    right: -22px;
    bottom: -15px;
    opacity: 0;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    width: 82px;}
.about-content {
    z-index: 99;
    position: relative;
}
.box-area .shape.shape-2 img {
  -webkit-animation: rotation 10s infinite linear;
          animation: rotation 10s infinite linear;
}

.box-area .shape.shape-5 img {-webkit-animation: rotation 10s infinite linear;
          animation: rotation 10s infinite linear;}
.box-area .shape.shape-2 img {-webkit-animation: rotation 10s infinite linear;
          animation: rotation 10s infinite linear;}

.box-area .shape.shape-4 img {-webkit-animation: rotation 10s infinite linear;
          animation: rotation 10s infinite linear;}

.box-area .shape.shape-3 img {-webkit-animation: rotation 10s infinite linear;
          animation: rotation 10s infinite linear;}

.box-area .shape.shape-7 img {-webkit-animation: rotation 10s infinite linear;
          animation: rotation 10s infinite linear;}


.box-area .shape-2 {
    position: absolute;
    top: 0;
    right: 28px;
    width: 68px;
    z-index: -1;
    opacity: .6;
}
.box-area .shape-7 {
  position: absolute;
    top: 40px;
    left: 549px;
    width: 68px;
    z-index: 1;
    opacity: .3;
}



.box-area  .shape-5 {
    position: absolute;
    bottom: 70px;
    left: 395px;
    z-index: 1;
    opacity: 0.2;
    width: 70px;
}

.box-area  .shape-2 {
    position: absolute;
    top: 56px;
    left: 575px;
    z-index: 1;
    opacity: 1;
    width: 64px;

}
.box-area .shape-3 {
        position: absolute;
    right: 100px;
    z-index: 1;
    opacity: 0.2;
    width: 72px;
    top: 124px;

}

.box-area  .shape-4 {
    position: absolute;
    bottom: 200px;
    right: 50px;
    z-index: 1;
    opacity: 0.2;
    width: 50px;
}
.box-area .shape-1 {
       position: absolute;
    bottom: 225px;
    right: 931px;
    width: 74px;
    z-index: 1;
    left: auto;
}

.box-area .shape-6 {
    position: absolute;
    top: 474px;
    right: 101px;
    width: 110px;
    z-index: 1;
    opacity: 1;
    transform: rotate(20deg);}

.subs-form .btn {
    font-weight: 900;
    position: absolute;
    top: 40px;
    right: 19px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    padding: 0;
    background: 0 0;
    color: #de5c9d;
}

.subs-form .form-control {
    padding: 0 50px 0 20px;
    background: rgba(255,255,255,.6);
    height: 50px;
    border-radius: 0!important;
}

.bg-light-pink{  background: #ffe2f1;}
.zicjac-sec-img{ position: relative; z-index: 99;}
.about-content h2 {
    margin-bottom: 20px;
    font-size: 35px;
    color: #222;
}
.footer-top-area {
    background-color: #ffeaf5;
}

/*
.zicjac-img{ background: url(../images/triangle.svg) center center; background-size: cover;    height: 558px;
    width: 624px;    -webkit-mask-size: 100% 100%;
    -webkit-mask-repeat: no-repeat;}
*/
.zicjac-img{    border-radius: 8px;
    overflow: hidden;
    z-index: 99;
    position: relative;}
.header-social a{     background: #fff;
    border-radius: 50px;
    /* padding: 6px 13px; */
    width: 50px;
    height: 50px;
    line-height: 51px;
    text-align: center;
    box-shadow: 1px 1px 2px #66717c;
    color: #e534a4;
    margin: 0px 5px;
    font-size: 20px;}
.rimu-nav-style .others-option {
    margin-top: -40px;
}

.fixed-top {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
}

.rimu-nav-style.is-sticky {
    position: absolute;}
