/*
--------------------------
  Css Indexing
--------------------------
  Table of Css Content
  ------- *** -------
--------------------------
**
--------------------------
**
--------------------------
**
--------------------------
**
--------------------------
**
--------------------------
**
--------------------------
**
--------------------------

*/
/*-----------------
    @Typography
-----------------*/
@import url("https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800|family=Courgette");
/*---------------------------
** Global style
---------------------------*/
.mybtn1 {
  font-size: 16px;
  font-weight: 600;
  padding: 10px 30px;
  display: inline-block;
  color: #fff;
  background: #ed1e79;
  border: 0px;
  border-radius: 50px;
  cursor: pointer;
  -webkit-box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 14px rgba(0, 0, 0, 0.15);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.mybtn1 i {
  padding-left: 5px;
}

.mybtn1:hover {
  background: #010c2f;
  color: #fff;
}

.section-title {
  margin-bottom: 43px;
}

.section-title .sub-title {
  font-size: 30px;
  line-height: 40px;
  color: #ed1e79;
  font-family: "Courgette", cursive;
  margin-bottom: 4px;
}

.section-title .title {
  font-size: 60px;
  line-height: 70px;
  font-weight: 900;
}

.section-title .title span {
  color: #ed1e79;
}

.remove-padding {
  padding: 0px;
}

.link-banner {
  position: relative;
}

.link-banner img {
  width: 100%;
}

.link-banner:before, .link-banner:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  pointer-events: none;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.4);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
}

.link-banner:after {
  bottom: 0;
  right: 0;
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right;
}

.link-banner:hover:before, .link-banner:hover:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  -webkit-transition-duration: 1.3s;
  -o-transition-duration: 1.3s;
  transition-duration: 1.3s;
}

.linked-banner-area {
  padding: 100px 0px 100px;
}

.linked-banner-area img {
  width: 100%;
}

.scrolldown a {
  position: absolute;
  width: 30px;
  height: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  border: 2px solid #fff;
  border-radius: 50px;
  z-index: 9;
}

.scrolldown a::before {
  position: absolute;
  top: 10px;
  left: 50%;
  content: '';
  width: 6px;
  height: 6px;
  margin-left: -3px;
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: sdb10 2s infinite;
  animation: sdb10 2s infinite;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

@-webkit-keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes sdb10 {
  0% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 0;
  }
  40% {
    opacity: 1;
  }
  80% {
    -webkit-transform: translate(0, 20px);
    transform: translate(0, 20px);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.mix {
  display: none;
}

.remove-col-padding {
  padding: 0;
}

.navbar-toggler {
  border: none !important;
  margin: 0px;
  padding: 0px;
}

.navbar-toggler:focus {
  outline: 0px;
}

.navbar-light .navbar-toggler {
  background: #b08745;
  width: 40px;
  height: 40px;
  border-radius: 50px;
  cursor: pointer;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
  font-size: 14px;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: .4rem;
  padding-left: 0.4rem;
}

.bottomtotop i {
  width: 50px;
  height: 50px;
  line-height: 50px;
  position: fixed;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  color: #fff;
  background: #ed1e79;
  cursor: pointer;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  bottom: 50px;
  right: 15px;
  -webkit-box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 21px rgba(0, 0, 0, 0.2);
  z-index: 80;
  -webkit-transition: all linear .3s;
  -moz-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.section-top {
  text-align: left;
}

.section-top .section-title {
  font-size: 24px;
  line-height: 38px;
  font-weight: 600;
  color: #010c2f;
  display: inline-block;
  float: left;
  margin-right: 20px;
}

.section-top .link {
  display: inline-block;
  font-size: 14px;
  line-height: 38px;
  font-weight: 600;
  color: #ed1e79;
  text-decoration: underline;
}

@-webkit-keyframes aniOne {
  0% {
    -webkit-transform: scale(1) rotate(-5deg);
    transform: scale(1) rotate(-5deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(10deg);
    transform: scale(1.1) rotate(10deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-5deg);
    transform: scale(1) rotate(-5deg);
  }
}

@-moz-keyframes aniOne {
  0% {
    transform: scale(1) rotate(-5deg);
  }
  50% {
    transform: scale(1.1) rotate(10deg);
  }
  100% {
    transform: scale(1) rotate(-5deg);
  }
}

@-o-keyframes aniOne {
  0% {
    transform: scale(1) rotate(-5deg);
  }
  50% {
    transform: scale(1.1) rotate(10deg);
  }
  100% {
    transform: scale(1) rotate(-5deg);
  }
}

@keyframes aniOne {
  0% {
    -webkit-transform: scale(1) rotate(-5deg);
    transform: scale(1) rotate(-5deg);
  }
  50% {
    -webkit-transform: scale(1.1) rotate(10deg);
    transform: scale(1.1) rotate(10deg);
  }
  100% {
    -webkit-transform: scale(1) rotate(-5deg);
    transform: scale(1) rotate(-5deg);
  }
}

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

@-moz-keyframes anitwo {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

@-o-keyframes anitwo {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

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

@-webkit-keyframes anithree {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

@-moz-keyframes anithree {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@-o-keyframes anithree {
  0% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-20px);
  }
  100% {
    transform: translateY(0px);
  }
}

@keyframes anithree {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  50% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
  100% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
}

.input-field {
  width: 100%;
  height: 60px;
  padding: 0 0px;
  color: #444;
  margin-bottom: 15px;
  border: 0px;
  border-bottom: 1px solid #728496;
  background: none;
}

.input-field::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #444;
}

.input-field:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #444;
}

.input-field::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #444;
}

.input-field:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #444;
}

.input-field:focus {
  border: 0px !important;
  border-bottom: 1px solid #ed1e79 !important;
}

.input-field.textarea {
  min-height: 180px;
  padding: 15px 0px;
  background: none;
  resize: none;
}

.input-field.error {
  border: 0px;
  border-bottom: 1px solid red;
}

.video-play-btn {
  display: inline-block;
  width: 70px;
  height: 70px;
  line-height: 72px;
  text-align: center;
  font-size: 26px;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  z-index: 1;
}

.video-play-btn:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  display: block;
  width: 80px;
  height: 80px;
  background: rgba(255, 255, 255, 0.8);
  border-radius: 50%;
  -webkit-animation: pulse-border 1500ms ease-out infinite;
  animation: pulse-border 1500ms ease-out infinite;
  z-index: -1;
}

.video-play-btn i {
  -webkit-animation-duration: 5s;
  -moz-animation-duration: 5s;
  -o-animation-duration: 5s;
  animation-duration: 5s;
  -webkit-animation-iteration-count: infinite;
  -moz-animation-iteration-count: infinite;
  -o-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: text-color;
  -moz-animation-name: text-color;
  -o-animation-name: text-color;
  animation-name: text-color;
  -webkit-animation-timing-function: ease-out;
  -moz-animation-timing-function: ease-out;
  -o-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
  position: inherit;
  z-index: 9;
}

.email-success {
  display: block;
  width: 100%;
}

@-webkit-keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@-moz-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@-o-keyframes pulse-border {
  0% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@keyframes pulse-border {
  0% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    transform: translateX(-50%) translateY(-50%) translateZ(0) scale(1.3);
    opacity: 0;
  }
}

@media only screen and (max-width: 991px) {
  .row.reorder-xs {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    direction: rtl;
  }
  .row.reorder-xs > [class*="col-"] {
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    direction: ltr;
  }
}


.tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #ff5500;
  border-radius: .25rem;
}

.tooltip.bs-tooltip-auto[x-placement^=right] .arrow::before, .tooltip.bs-tooltip-right .arrow::before {
  margin-top: -3px;
  content: "";
  border-width: 5px 5px 5px 0;
  border-right-color: #ff5500;
}

.tooltip.bs-tooltip-auto[x-placement^=top] .arrow::before, .tooltip.bs-tooltip-top .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 5px 5px 0;
  border-top-color: #ff5500;
}

.tooltip.bs-tooltip-auto[x-placement^=bottom] .arrow::before, .tooltip.bs-tooltip-bottom .arrow::before {
  margin-left: -3px;
  content: "";
  border-width: 0 5px 5px;
  border-bottom-color: #ff5500;
}

.tooltip.bs-tooltip-auto[x-placement^=left] .arrow::before, .tooltip.bs-tooltip-left .arrow::before {
  right: 0;
  margin-top: -3px;
  content: "";
  border-width: 5px 0 5px 5px;
  border-left-color: #ff5500;
}

.owl-carousel {
  z-index: 0 !important;
}

/*----------------------------------
Breadcrumb Area Start
------------------------------------*/
.breadcrumb-area {
  padding: 60px 0px 67px;
  background: url(../images/breadcrumb.jpg);
}

.breadcrumb-area .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
}

.breadcrumb-area .pages li {
  display: inline-block;
}

.breadcrumb-area .pages li a {
  position: relative;
  margin-right: 22px;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.breadcrumb-area .pages li a::after {
  position: absolute;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  content: "\f105";
  top: 0;
  right: -18px;
}

.breadcrumb-area .pages li a:hover {
  color: #ed1e79;
}

.breadcrumb-area .pages li:last-child a::after {
  display: none;
}

.breadcrumb-area .pages li.active a {
  color: #ed1e79;
}

/*====================
** Normalize
====================*/
html {
  font-family: "Open Sans", sans-serif;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  margin: 0;
  color: #29293a;
  overflow-x: hidden;
}

h1 {
  font-size: 60px;
  line-height: 1.0833333333333333;
}

h2 {
  font-size: 52px;
  line-height: 1.4444444444444444;
}

h3 {
  font-size: 26px;
  line-height: 1.0833333333333333;
}

h4 {
  font-size: 22px;
  line-height: 1.2380952380952381;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #010c2f;
  font-family: "Open Sans", sans-serif;
}

p {
  font-size: 16px;
  color: #29293a;
  line-height: 1.625;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

a {
  color: #010c2f;
  text-decoration: none;
}

a,
a:hover,
a:focus,
a:active {
  text-decoration: none;
  outline: none;
}

a i {
  padding: 0 2px;
}

img {
  max-width: 100%;
}

ul {
  padding: 0;
  margin: 0;
}

ul li {
  list-style: none;
}

/*input and button type focus outline disable*/
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
select:focus {
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ddd;
}

/**
 * 5.0 - Alignments
 */
.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.aligncenter {
  clear: both;
  display: block;
  margin: 0 auto 1.75em;
}

/*-------------------------
   Main Menu Area Start
--------------------------*/
.mainmenu-area {
  background: #f8f8ff;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.mainmenu-area.nav-fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #f8f8ff;
  z-index: 99999;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
  margin-top: 0px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.mainmenu-area.nav-fixed nav {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.mainmenu-area {
  position: relative;
}

.mainmenu-area .navbar {
  padding: 0px 60px 0px 15px;
}

.mainmenu-area .navbar .navbar-brand {
  padding: 0px;
  margin: 0px;
}

.mainmenu-area .navbar #main_menu .navbar-nav .nav-item {
  padding: 0px;
}

.mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu {
  position: absolute;
  z-index: 99;
  margin-top: 0px !important;
  background: #ffffff;
  border-radius: 0px;
  border: 0px;
  padding-bottom: 0px;
  padding-top: 0px;
  -webkit-box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 14px 0px rgba(0, 0, 0, 0.15);
  border-top: 4px solid #ed1e79;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item {
  color: #222;
  line-height: 26px;
  font-size: 16px;
  font-weight: 600;
  padding: 8px 15px 8px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item i {
  margin-right: 5px;
  font-size: 12px;
}

.mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item:hover, .mainmenu-area .navbar #main_menu .navbar-nav .nav-item .dropdown-menu .dropdown-item.active {
  color: #ed1e79;
  background: #fff;
}

.mainmenu-area .navbar #main_menu .navbar-nav .nav-link {
  color: #222;
  line-height: 24px;
  font-size: 16px;
  font-weight: 600;
  position: relative;
  padding: 30px 10px;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.mainmenu-area .navbar #main_menu .navbar-nav .nav-link.active, .mainmenu-area .navbar #main_menu .navbar-nav .nav-link:hover {
  color: #ed1e79;
}

.mainmenu-area .navbar .mybtn1 {
  margin-left: 20px;
}

.mainmenu-area .navbar .mybtn1:focus {
  outline: 0px;
}

/*-------------------------------
 Hero Area Start
--------------------------------*/
.hero-area {
  background: url(../images/heroarea-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 280px 0px 275px;
  position: relative;
}

.hero-area .about-shape {
  position: absolute;
  left: -330px;
  top: 100px;
  width: 550px;
  -webkit-animation: anitwo 50s linear infinite;
  animation: anitwo 50s linear infinite;
}

.hero-area .content {
  position: relative;
  z-index: 91;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  padding: 62px 30px 75px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.hero-area .content .title {
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  color: #ed1e79;
}

.hero-area .content .sub-title {
  font-size: 26px;
  line-height: 36px;
}

.hero-area .content .model-serch-form-wrapper {
  margin-top: 20px;
}

.hero-area .content .model-serch-form-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hero-area .content .model-serch-form-wrapper ul li {
  margin: 0px 10px;
  position: relative;
}

.hero-area .content .model-serch-form-wrapper ul li i {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: .5;
}

.hero-area .content .model-serch-form-wrapper ul li input {
  width: 100%;
  height: 60px;
  padding: 0px 45px 0px 30px;
  border-radius: 50px;
  border: 0px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.hero-area .content .model-serch-form-wrapper ul li select {
  width: 100%;
  height: 60px;
  padding: 0px 45px 0px 30px;
  border-radius: 50px;
  border: 0px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.hero-area .content .model-serch-form-wrapper ul li button {
  width: 150px;
  height: 60px;
  padding: 0px 30px;
  border-radius: 50px;
  border: 0px;
  background: #ed1e79;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

/*-------------------------------
 Hero Area End
--------------------------------*/
/*-------------------------------
serch-area Start
--------------------------------*/
.serch-area {
  background: url(../images/breadcrumb.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  padding: 70px 0px 70px;
  position: relative;
}

.serch-area .content {
  position: relative;
  z-index: 91;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  padding: 20px 30px 40px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.serch-area .content .title {
  font-size: 60px;
  font-weight: 900;
  line-height: 70px;
  color: #ed1e79;
}

.serch-area .content .model-serch-form-wrapper {
  margin-top: 20px;
}

.serch-area .content .model-serch-form-wrapper ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.serch-area .content .model-serch-form-wrapper ul li {
  margin: 0px 10px;
  position: relative;
}

.serch-area .content .model-serch-form-wrapper ul li i {
  position: absolute;
  top: 20px;
  right: 20px;
  opacity: .5;
}

.serch-area .content .model-serch-form-wrapper ul li input {
  width: 100%;
  height: 60px;
  padding: 0px 45px 0px 30px;
  border-radius: 50px;
  border: 0px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.serch-area .content .model-serch-form-wrapper ul li select {
  width: 100%;
  height: 60px;
  padding: 0px 45px 0px 30px;
  border-radius: 50px;
  border: 0px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  background: rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

.serch-area .content .model-serch-form-wrapper ul li button {
  width: 150px;
  height: 60px;
  padding: 0px 30px;
  border-radius: 50px;
  border: 0px;
  background: #ed1e79;
  color: #fff;
  font-weight: 600;
  -webkit-box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 15px rgba(0, 0, 0, 0.1);
}

/*-------------------------------
serch-area Start
--------------------------------*/
/*-------------------------------
 Categori Area Start
--------------------------------*/
.categori-section {
  padding: 60px 0px 40px;
}

.categori-section .section-title {
  margin-bottom: 40px;
}

.categori-section .single-categori {
  margin-bottom: 30px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.1);
  padding: 30px 10px 25px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.categori-section .single-categori .content .title {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 0px;
  margin-top: 15px;
}

.categori-section .single-categori .content .adds {
  color: #ed1e79;
  font-size: 13px;
  margin-bottom: 0px;
}

.categori-section .single-categori:hover {
  -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.1);
}

/*-------------------------------
Categori Area End
--------------------------------*/
/*-------------------------------
 Feature Model Area Start
--------------------------------*/
.feature-model {
  background: url(../images/workbg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-attachment: fixed;
  position: relative;
  padding: 60px 0px 70px;
}

.feature-model .myoverlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(1, 12, 47, 0.9);
}

.feature-model .section-title {
  position: relative;
  text-align: center;
  margin-bottom: 40px;
}

.feature-model .section-title .title {
  color: #fff;
}

.feature-model .section-title .title span {
  color: #ed1e79;
}

.feature-model .model-slider .owl-controls .owl-nav div.owl-prev,
.feature-model .model-slider .owl-controls .owl-nav div.owl-next {
  color: #fff;
  font-size: 14px;
  margin-top: -20px;
  position: absolute;
  top: 50%;
  text-align: center;
  line-height: 41px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #ed1e79;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.25);
}

.feature-model .model-slider .owl-controls .owl-nav div.owl-prev:hover,
.feature-model .model-slider .owl-controls .owl-nav div.owl-next:hover {
  background: #010c2f;
}

.feature-model .model-slider .owl-controls .owl-nav div.owl-prev {
  left: -20px;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.feature-model .model-slider .owl-controls .owl-nav div.owl-next {
  right: -20px;
  -webkit-transition: all linear .3s;
  -o-transition: all linear .3s;
  transition: all linear .3s;
}

.single-model {
  position: relative;
  overflow: hidden;
}

.single-model img {
  width: 100%;
}

.single-model .content {
  position: absolute;
  z-index: 9;
  background: #ed1e79;
  right: 0px;
  bottom: 15px;
  padding: 7px 20px 7px 50px;
  text-align: right;
  border-radius: 50px 0px 0px 50px;
}

.single-model .content .title {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
  font-weight: 600;
}

.single-model .content .tag {
  color: #fff;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
}

/*-------------------------------
 Feature Model Area End
--------------------------------*/
/*-------------------------------
 Feature Model Page Area Start
--------------------------------*/
.feature-model-page {
  padding: 70px 0px 70px;
}

.feature-model-page .single-model {
  margin-bottom: 30px;
}

/*-------------------------------
 Feature Model Page Area Start
--------------------------------*/
/*-------------------------------
Apply Now Area Start
--------------------------------*/
.apply-now {
  background: url(../images/bg-text.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 60px 0px 70px;
}

.apply-now .content {
  text-align: center;
}

.apply-now .content .title {
  font-size: 50px;
  line-height: 60px;
  font-weight: 600;
}

.apply-now .content .text {
  font-size: 22px;
  font-weight: 600;
  color: #505567;
  margin-bottom: 32px;
}

/*-------------------------------
Apply Now Area End
--------------------------------*/
/*-------------------------------
New Faces Area Start
--------------------------------*/
.new-faces-section {
  padding: 60px 0px 17px;
}

.new-faces-section .section-title {
  text-align: center;
  margin-bottom: 40px;
}

.new-faces-section .new-face-leftarea {
  height: 660px;
  overflow-y: auto;
}

.new-faces-section .new-face-leftarea ul {
  width: 100%;
}

.new-faces-section .new-face-leftarea ul li {
  width: 100%;
}

.new-faces-section .new-face-leftarea ul li a {
  padding: 0px;
}

.new-faces-section .new-face-leftarea .thumb-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.new-faces-section .new-face-leftarea .thumb-area .left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  margin-right: 30px;
}

.new-faces-section .new-face-leftarea .thumb-area .left .num {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  text-align: center;
  color: #fff;
  line-height: 40px;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  background: #ed1e79;
  display: inline-block;
  margin-right: 10px;
}

.new-faces-section .new-face-leftarea .thumb-area .left img {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 150px;
}

.new-faces-section .new-face-leftarea .thumb-area .right {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.new-faces-section .new-face-leftarea .thumb-area .right .name {
  font-size: 22px;
  font-weight: 700;
  line-height: 32px;
  margin-bottom: 5px;
}

.new-faces-section .new-face-leftarea .thumb-area .right .age {
  font-size: 16px;
  font-weight: 700;
  line-height: 26px;
  color: #ed1e79;
  margin-bottom: 0px;
}

.new-faces-section .new-face-leftarea .thumb-area .right .location {
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: #686868;
  margin-bottom: 0px;
}

.new-faces-section .new-face-rightarea .new-faces .about-img img {
  width: 100%;
}

.new-faces-section .new-face-rightarea .new-faces .medel-poperty {
  position: relative;
  top: -52px;
}

/*-------------------------------
New Faces Area Start
--------------------------------*/
/*-------------------------------
Our Gallery Area Start
--------------------------------*/
.our-gallery {
  padding: 85px 0px 70px;
  background: #010c2f;
}

.our-gallery .section-title {
  text-align: center;
  margin-bottom: 50px;
}

.our-gallery .section-title .title {
  color: #fff;
}

.our-gallery .portfolioFilter {
  text-align: center;
}

.our-gallery .portfolioFilter .portfolioFilter-menu .protfolio-filter {
  text-align: center;
  margin-bottom: 30px;
  display: inline-block;
  text-align: center;
}

.our-gallery .portfolioFilter .portfolioFilter-menu .protfolio-filter .filter {
  list-style: none;
  padding: 12px 30px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
  text-align: center;
  margin-right: 5px;
  font-size: 16px;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  font-weight: 600;
  border: 1px solid #ed1e79;
}

.our-gallery .portfolioFilter .portfolioFilter-menu .protfolio-filter .filter:last-child {
  margin-right: 0px;
}

.our-gallery .portfolioFilter .portfolioFilter-menu .protfolio-filter .filter.active {
  background: #ed1e79;
}

.our-gallery .portfolioContainer .portfolio-item {
  margin-bottom: 30px;
}

.our-gallery .portfolioContainer .portfolio-item .item .img {
  position: relative;
}

.our-gallery .portfolioContainer .portfolio-item .item .img .content {
  position: absolute;
  z-index: 9;
  background: #ed1e79;
  right: 0px;
  bottom: 15px;
  padding: 7px 20px 7px 50px;
  text-align: right;
  border-radius: 50px 0px 0px 50px;
}

.our-gallery .portfolioContainer .portfolio-item .item .img .content .title {
  color: #fff;
  font-size: 18px;
  line-height: 28px;
  margin-bottom: 0px;
  font-weight: 600;
}

.our-gallery .portfolioContainer .portfolio-item .item .img .content .tag {
  color: #fff;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 24px;
}

.hidden {
  display: none;
}

.load-more {
  margin-top: 20px;
}

.mix {
  display: none;
}

/*-------------------------------
Our Gallery Area End
--------------------------------*/
/*-------------------------------
  Testimonial Area CSS Start
--------------------------------*/
.testimonial {
  padding: 60px 0px 65px;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.testimonial .section-title {
  margin-bottom: 40px;
  text-align: center;
}

.testimonial .single-testimonial {
  text-align: center;
}

.testimonial .single-testimonial .review-text {
  padding: 25px 30px 0px;
}

.testimonial .single-testimonial .review-text p {
  margin-bottom: 0px;
  font-size: 18px;
  line-height: 28px;
}

.testimonial .single-testimonial .people .img {
  display: inline-block;
}

.testimonial .single-testimonial .people .img img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  border: 5px solid #010c2f;
}

.testimonial .single-testimonial .people .title {
  margin-top: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 0px;
}

.testimonial .single-testimonial .people .designation {
  font-size: 16px;
  line-height: 26px;
  color: #010c2f;
  margin-bottom: 0px;
}

.testimonial .owl-controls {
  position: relative;
}

.testimonial .owl-controls .owl-dots {
  text-align: center;
  margin-top: 40px;
}

.testimonial .owl-controls .owl-dots .owl-dot {
  width: 15px;
  height: 15px;
  background: #a7a7a7;
  display: inline-block;
  border-radius: 50%;
  margin: 0px 3px 0px;
  -webkit-transition: 0.3s ease-in;
  -moz-transition: 0.3s ease-in;
  -o-transition: 0.3s ease-in;
  transition: 0.3s ease-in;
}

.testimonial .owl-controls .owl-dots .owl-dot.active {
  background: #ed1e79;
  -webkit-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

/*-------------------------------
  Testimonial Area CSS End
  --------------------------------*/
/*-------------------------------
 Skill Area Start
--------------------------------*/
.skills {
  padding: 120px 0px 150px;
}

.skills .skill-image {
  text-align: center;
}

.skills .skill-image .img {
  display: inline-block;
  position: relative;
}

.skills .skill-image .img img {
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.skills .skill-image .img::before {
  position: absolute;
  content: " ";
  width: 100%;
  height: 100%;
  background: #ed1e79;
  z-index: -1;
  top: 40px;
  left: 40px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.1);
}

.skill-area .header-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.skill-area .header-area .title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.skill-area .header-area .persent {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 0px;
}

.skill-area .progress {
  height: 15px;
  border-radius: 50px;
  background: #dfc4bd;
}

.skill-area .progress .progress-bar {
  background-color: #ed1e79;
  border-radius: 50px;
}

.skill-area .single-skill {
  margin-bottom: 17px;
}

.skill-area .single-skill.skill-1 .progress .progress-bar {
  width: 95%;
}

.skill-area .single-skill.skill-2 .progress .progress-bar {
  width: 85%;
}

.skill-area .single-skill.skill-3 .progress .progress-bar {
  width: 75%;
}

.skill-area .single-skill.skill-4 .progress .progress-bar {
  width: 55%;
}

.skill-area .single-skill.skill-5 .progress .progress-bar {
  width: 80%;
}

/*-------------------------------
 Skill Area End
--------------------------------*/
/*---------------------------
Faq Page Start
-----------------------------*/
.faq-section {
  padding: 50px 0px 70px;
}

.ui-accordion .ui-accordion-header {
  padding: 16px 40px 16px;
  margin-top: 20px;
  background: #ed1e79;
  color: #fff;
  font-weight: 600;
  border: 0px;
}

.ui-accordion .ui-accordion-header:focus {
  outline: 0px;
  border: 0px;
}

.ui-accordion .ui-accordion-header .ui-icon {
  display: none;
}

.ui-accordion .ui-accordion-header::before {
  position: absolute;
  content: "\f059";
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  left: 15px;
}

.ui-accordion .ui-widget-content {
  border: 0px;
  -webkit-box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 25px rgba(0, 0, 0, 0.1);
}

/*---------------------------
Faq Page End
-----------------------------*/
.contact-area.contact-page {
  padding: 70px 0px 70px;
  overflow: hidden;
}

.contact-area.contact-page .left-area {
  border-radius: 0px 0px 250px 250px 0px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.contact-area.contact-page .left-area .contact-info::after {
  display: none;
}

.contact-area.contact-page .right-area {
  margin-top: 0px !important;
}

.contact-area {
  padding: 0px 0px 100px;
  background: #f3f6fa;
}

.contact-area .left-area {
  background: #ed1e79;
  text-align: center;
  padding-bottom: 80px;
  border-radius: 0px 0px 250px 250px;
}

.contact-area .left-area .contact-info {
  position: relative;
  padding: 0px 30px;
}

.contact-area .left-area .contact-info::after {
  position: absolute;
  content: " ";
  width: 100%;
  height: 80px;
  bottom: 100%;
  left: 0;
  background: #ed1e79;
}

.contact-area .left-area .contact-info .header {
  margin-bottom: 45px;
}

.contact-area .left-area .contact-info .header .title {
  font-size: 40px;
  line-height: 50px;
  font-weight: 700;
  color: #fff;
}

.contact-area .left-area .contact-info .single-info {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.contact-area .left-area .contact-info .single-info .title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 19px;
  color: #fff;
}

.contact-area .left-area .contact-info .single-info p {
  margin: 0px;
  color: #fff;
}

.contact-area .left-area .contact-info .icon {
  margin-top: 50px;
}

.contact-area .right-area {
  margin-top: 110px;
}

.contact-area .right-area .mybtn1:hover {
  color: #fff!important;
}

/*-----------------------------
** Footer Area Start
------------------------------*/
.footer {
  background: #010c2f;
  padding: 70px 0px 0px;
}

.footer .content {
  text-align: center;
}

.footer .content .foooterlogo {
  margin-bottom: 25px;
}

.footer .content .text {
  color: #fff;
}

.footer .content .fotter-social-links {
  margin-top: 30px;
}

.footer .content .fotter-social-links ul li {
  display: inline-block;
}

.footer .content .fotter-social-links ul li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: inline-block;
  color: #fff;
  font-size: 14px;
  margin: 0px 4px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.footer .content .fotter-social-links ul li a:hover {
  background: #ed1e79;
  border-color: #ed1e79;
}

.footer .copy-bg {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 20px 15px;
  margin-top: 70px;
}

.footer .copy-bg .content {
  text-align: center;
}

.footer .copy-bg .content .content p {
  font-size: 14px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 0px;
}

.footer .copy-bg .content .content p a {
  font-size: 14px;
  line-height: 24px;
  margin-bottom: 0px;
  color: #ed1e79;
  font-weight: 600;
}

/*-------------------------------
Model Details Area  Start
--------------------------------*/
.model-details {
  padding: 100px 0px 160px;
}

.model-details .skill-area {
  margin-top: 37px;
}

.model-details .model-details-content .details-title {
  margin-top: 30px;
  border-bottom: 2px solid #ed1e79;
  padding-bottom: 5px;
  margin-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.model-details .model-details-content .details-title .title {
  font-size: 34px !important;
  font-weight: 700;
  line-height: 44px !important;
}

.model-details .model-details-content .details-title .social-links {
  margin-top: 10px;
}

.model-details .model-details-content .details-title .social-links li {
  display: inline-block;
}

.model-details .model-details-content .details-title .social-links li a {
  width: 30px;
  font-size: 14px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  display: inline-block;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.15);
  color: #ed1e79;
  margin-bottom: 0px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin: 0px 2px;
}

.model-details .model-details-content .details-title .social-links li a:hover {
  background: #ed1e79;
  border-color: #ed1e79;
  color: #fff;
}

.medel-poperty {
  background: #ed1e79;
  padding: 15px 0px;
}

.medel-poperty ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.medel-poperty ul li {
  width: 25%;
  -webkit-box-flex: 25%;
  -ms-flex: 25%;
  flex: 25%;
  padding: 10px;
}

.medel-poperty .info {
  text-align: center;
}

.medel-poperty .info p {
  font-size: 18px;
  font-weight: 600;
  color: #f5fe02;
  line-height: 24px;
  margin-bottom: 0px;
}

.medel-poperty .info span {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 24x;
}

/*-------------------------------
Model Details Area  End
--------------------------------*/
/*-----------------------------
** Single ModelGallery Area Start
------------------------------*/
.model-gallery-image .all-item-slider {
  position: relative;
  margin: 15px 0px 0px;
}

.model-gallery-image .all-item-slider li {
  margin: 0px 6px;
  cursor: pointer;
}

.model-gallery-image .all-item-slider li:focus {
  outline: 0px;
}

.model-gallery-image .all-item-slider li img {
  max-width: 100%;
}

.model-gallery-image .all-item-slider .slidPrv4.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0px;
  z-index: 2;
  background: #ed1e79;
  text-align: center;
  color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  opacity: .7;
  cursor: pointer;
}

.model-gallery-image .all-item-slider .slidPrv4.slick-arrow:hover {
  opacity: 1;
}

.model-gallery-image .all-item-slider .slidNext4.slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0px;
  z-index: 2;
  background: #ed1e79;
  text-align: center;
  width: 30px;
  line-height: 30px;
  height: 30px;
  color: #fff;
  opacity: .7;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.model-gallery-image .all-item-slider .slidNext4.slick-arrow:hover {
  opacity: 1;
}

/*-----------------------------
** Single ModelGallery Area End
------------------------------*/
/*-------------------------------
About Area  Start
--------------------------------*/
.about {
  padding: 60px 0px 50px;
}

.about .title {
  font-weight: 600;
  margin-bottom: 15px;
  margin-top: 5px;
}

/*-------------------------------
About Area  End
--------------------------------*/
/*-----------------------------
** Blog Area Start
------------------------------*/
.blog {
  padding: 70px 0px 22px;
}

.blog.blog-details .blog-details-box .details .content .blog-text {
  margin-bottom: 10px;
}

.blog .blog-box {
  position: relative;
  background: #fff;
  margin-bottom: 30px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.blog .blog-box .blog-images {
  width: 100%;
  margin-right: 15px;
  position: relative;
  overflow: hidden;
}

.blog .blog-box .blog-images .img {
  width: 100%;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog .blog-box .blog-images .img img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.blog .blog-box .blog-images .date {
  position: absolute;
  background: #ed1e79;
  z-index: 2;
  top: 0;
  left: 30px;
  height: 100px;
  width: 60px;
  text-align: center;
  border-radius: 0px 0px 50px 50px;
}

.blog .blog-box .blog-images .date p {
  margin: 0;
  padding: 0;
  color: #fff;
  line-height: 18px;
  font-size: 16px;
}

.blog .blog-box .details {
  padding: 22px 30px 25px;
}

.blog .blog-box .details .blog-title {
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
}

.blog .blog-box .details .post-meta {
  padding-left: 0px;
  margin-bottom: 10px;
  margin-top: 8px;
}

.blog .blog-box .details .post-meta li {
  list-style: none;
  display: inline-block;
}

.blog .blog-box .details .post-meta li a {
  font-size: 16px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  color: #010c2f;
}

.blog .blog-box .details .post-meta li a:hover {
  color: #ed1e79;
}

.blog .blog-box .details .content .blog-text {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 0px;
}

.blog .blog-box .details .content blockquote {
  background: #ed1e79;
  padding: 30px 30px 30px;
  margin-top: 10px;
}

.blog .blog-box .details .content blockquote p {
  margin-bottom: 0px;
  color: #fff;
}

.blog .blog-box:hover {
  -webkit-box-shadow: 0px 15px 30px 2px rgba(0, 0, 0, 0.18);
  box-shadow: 0px 15px 30px 2px rgba(0, 0, 0, 0.18);
}

.blog .blog-box:hover .blog-images .img {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.blog.blog-details .blog-box:hover {
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.blog .page-link-btn {
  font-size: 18px;
  max-width: 640px;
  font-size: 18px;
  line-height: 28px;
  margin: 0 auto;
  font-weight: 300;
  color: #29293a;
  text-decoration: underline;
}

.blog-details .social-link {
  background: #f3f6ff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px 20px 20px;
}

.blog-details .social-link .tag .title {
  font-size: 14px;
  color: #000000;
  display: inline-block;
  margin-bottom: 0px;
  line-height: inherit;
}

.blog-details .social-link .tag a {
  color: #545558;
  font-size: 14px;
  display: inline-block;
  margin-bottom: 0px;
}

.blog-details .social-link .social-links {
  padding-left: 0px;
  margin-bottom: 0px;
}

.blog-details .social-link .social-links li {
  display: inline-block;
}

.blog-details .social-link .social-links li a {
  width: 30px;
  height: 30px;
  line-height: 30px;
  font-size: 14px;
  text-align: center;
  border-radius: 50%;
  display: inline-block;
  color: #fff;
  margin-left: 2px;
  background: #ed1e79;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.blog-details .social-link .social-links li a:hover {
  -webkit-box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.3);
}

.comment-area {
  margin-top: 43px;
}

.comment-area .top-header-area .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 25px;
}

.comment-area .all-comment {
  margin-top: 18px;
  width: 100%;
}

.comment-area .all-comment li {
  margin-bottom: 30px;
  width: 100%;
}

.comment-area .all-comment li .single-comment {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  padding-bottom: 16px;
  margin-bottom: 20px;
}

.comment-area .all-comment li .single-comment .left-area {
  text-align: center;
  padding-right: 30px;
  margin-right: 30px;
  position: relative;
}

.comment-area .all-comment li .single-comment .left-area::before {
  position: absolute;
  content: "";
  height: 70%;
  width: 1px;
  background: rgba(0, 0, 0, 0.3);
  right: 0px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.comment-area .all-comment li .single-comment .left-area img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 2px solid #ed1e79;
  -webkit-box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 20px rgba(0, 0, 0, 0.1);
}

.comment-area .all-comment li .single-comment .left-area .name {
  margin-top: 15px;
  font-size: 14px;
  color: #143250;
  font-weight: 600;
  margin-bottom: 0px;
}

.comment-area .all-comment li .single-comment .left-area .date {
  font-size: 12px;
  color: #143250;
  margin-bottom: 0px;
}

.comment-area .all-comment li .single-comment .right-area {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.comment-area .all-comment li .single-comment .right-area .header-area .stars-area {
  margin-left: 0px;
}

.comment-area .all-comment li .single-comment .right-area .header-area .stars-area .stars {
  padding: 0px;
  margin-bottom: 5px;
  display: inline-block;
}

.comment-area .all-comment li .single-comment .right-area .header-area .stars-area .stars li {
  display: inline-block;
  width: auto;
  font-size: 12px;
  margin-right: -2px;
  color: #fc9715;
  margin-bottom: 0px;
}

.comment-area .all-comment li .single-comment .right-area .header-area .title {
  font-size: 16px;
  font-weight: 600;
  color: #143250;
  margin-top: 0px;
}

.comment-area .all-comment li .single-comment .right-area .comment-body p {
  font-size: 16px;
  line-height: 26px;
}

.comment-area .all-comment li .single-comment .right-area .comment-footer .links a {
  display: inline-block;
  font-size: 14px;
}

.comment-area .all-comment li .replay-review {
  margin-left: 100px;
}

.comment-area .all-comment li .replay-area {
  position: relative;
  padding-left: 127px;
  margin-bottom: 20px;
}

.comment-area .all-comment li .replay-area textarea {
  width: 100%;
  height: 50px;
  padding: 10px 20px;
  border: 1px solid rgba(0, 0, 0, 0.3);
}

.comment-area .all-comment li .replay-area button {
  width: 120px;
  height: 40px;
  line-height: 40px;
  border: 0px;
  background: #ed1e79;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  font-size: 14px;
  margin-top: 10px;
  display: inline-block;
  text-align: center;
  margin-right: 10px;
}

.comment-area .all-comment li .replay-area .remove {
  width: 120px;
  height: 40px;
  border: 0px;
  background: #010c2f;
  color: #fff;
  font-weight: 600;
  border-radius: 3px;
  font-size: 14px;
  line-height: 40px;
  display: inline-block;
  text-align: center;
  margin-top: 0px;
}

.comment-area .review-area .title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 5px;
}

.comment-area .write-comment-area {
  padding-top: 20px;
}

.comment-area .write-comment-area input {
  width: 100%;
  height: 55px;
  background: #fff;
  color: #555;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 0px 20px;
  font-size: 14px;
  margin-bottom: 15px;
}

.comment-area .write-comment-area input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #555;
}

.comment-area .write-comment-area input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #555;
}

.comment-area .write-comment-area input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #555;
}

.comment-area .write-comment-area input:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #555;
}

.comment-area .write-comment-area textarea {
  width: 100%;
  height: 190px;
  background: #fff;
  color: #888888;
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 10px 20px;
  font-size: 14px;
  margin-bottom: 15px;
  resize: none;
}

.comment-area .write-comment-area textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #888888;
}

.comment-area .write-comment-area textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #888888;
}

.comment-area .write-comment-area textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #888888;
}

.comment-area .write-comment-area textarea:-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #888888;
}

.comment-area .write-comment-area .submit-btn {
  background: #ed1e79;
  border: 0px;
  color: #fff;
  padding: 15px 30px;
  border-radius: 0px;
  font-size: 14px;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.comment-area .write-comment-area .submit-btn:hover {
  background: #010c2f;
}

.comment-area .write-comment-area .submit-btn:focus {
  outline: 0px;
}

.serch-widget {
  padding: 30px 30px 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.serch-widget .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.serch-widget input {
  width: 100%;
  height: 40px;
  background: none;
  border: 0px;
  border-bottom: 1px solid #ed1e79;
}

.serch-widget input:focus {
  border: 0px;
  border-bottom: 1px solid #ed1e79;
}

.serch-widget .submit {
  margin-top: 20px;
  background: #ed1e79;
  border: 0px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  border-radius: 50px;
  padding: 7px 25px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.serch-widget .submit:hover {
  background: #010c2f;
}

.serch-widget .submit:focus {
  outline: 0;
}

.categori {
  padding: 22px 30px 22px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.categori .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.categori .categori-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 15px;
}

.categori .categori-list li {
  list-style: none;
  line-height: 36px;
}

.categori .categori-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.categori .categori-list li a:hover, .categori .categori-list li a.active {
  color: #ed1e79;
  padding-left: 5px;
}

.recent-post-widget {
  padding: 20px 30px 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.recent-post-widget .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.recent-post-widget .post-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 20px;
}

.recent-post-widget .post-list li {
  list-style: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  margin-bottom: 15px;
  padding-bottom: 15px;
}

.recent-post-widget .post-list li .post {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.recent-post-widget .post-list li .post .post-img {
  margin-right: 20px;
}

.recent-post-widget .post-list li .post .post-details {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.recent-post-widget .post-list li .post .post-details .post-title {
  font-size: 14px;
  color: #2f3744;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.recent-post-widget .post-list li .post .post-details .post-title:hover {
  color: #ed1e79;
}

.recent-post-widget .post-list li .post .post-details .date {
  color: #7b8698;
  font-size: 12px;
  margin-bottom: 0px;
}

.recent-post-widget .post-list li:last-child {
  border-bottom: 0px;
  margin-bottom: 0px;
  padding-bottom: 0px;
}

.newsletter-widget {
  padding: 30px 30px 30px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.newsletter-widget .title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 12px;
}

.newsletter-widget input {
  width: 100%;
  height: 40px;
  background: none;
  border: 0px;
  border-bottom: 1px solid #ed1e79;
}

.newsletter-widget input:focus {
  border: 0px;
  border-bottom: 1px solid #ed1e79;
}

.newsletter-widget .submit {
  margin-top: 20px;
  background: #ed1e79;
  border: 0px;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  border-radius: 50px;
  padding: 7px 25px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
}

.newsletter-widget .submit:hover {
  background: #010c2f;
}

.newsletter-widget .submit:focus {
  outline: 0;
}

.tags {
  padding: 22px 30px 15px;
  -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}

.tags .title {
  font-size: 20px;
  line-height: 30px;
  font-weight: 600;
}

.tags .tags-list {
  padding-left: 0px;
  margin-bottom: 0px;
  margin-top: 29px;
}

.tags .tags-list li {
  list-style: none;
  display: inline-block;
}

.tags .tags-list li a {
  font-size: 14px;
  padding: 6px 22px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 50px;
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-bottom: 15px;
  margin-right: 9px;
}

.tags .tags-list li a:hover {
  background: #ed1e79;
  border-color: #ed1e79;
  color: #fff;
  -webkit-box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 8px 10px 2px rgba(0, 0, 0, 0.15);
}

.blog-aside .categori,
.blog-aside .recent-post-widget,
.blog-aside .newsletter-widget,
.blog-aside .tags {
  margin-top: 30px;
}

/*-----------------------------
** Blog Area End
------------------------------*/
/*---------------------------
** LOgin Signup  Area Start
---------------------------*/
.login-signup {
  padding: 70px 0px 70px;
}

.login-signup .log-reg-tab-wrapper {
  background: #fff;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
}

.login-signup .log-reg-tab-menu {
  text-align: center;
  background: #fff;
}

.login-signup .log-reg-tab-menu .nav {
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-signup .log-reg-tab-menu .nav li {
  -webkit-box-flex: 50%;
  -ms-flex: 50%;
  flex: 50%;
  max-width: 50%;
  display: inline-block;
  text-align: center;
  background: #eee;
}

.login-signup .log-reg-tab-menu .nav li a {
  font-size: 18px;
  font-weight: 600;
  color: #010c2f;
  display: block;
  padding: 12px 0px;
}

.login-signup .log-reg-tab-menu .nav li a.active {
  background: #ed1e79;
  color: #fff;
}

.login-signup .login-area .header-area {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px 30px 15px;
}

.login-signup .login-area .header-area .title {
  font-size: 24px;
  font-weight: 600;
  line-height: 34px;
  margin-bottom: 0px;
}

.login-signup .login-area .header-area .social-links li {
  display: inline-block;
}

.login-signup .login-area .header-area .social-links li a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
  -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.2);
  display: inline-block;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  margin-left: 5px;
}

.login-signup .login-area .header-area .social-links li a:hover {
  background: #ed1e79;
  color: #fff;
}

.login-signup .login-area .signin-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0px 30px 0px;
}

.login-signup .login-area .signin-area p {
  margin-right: 10px;
  font-size: 14px;
}

.login-signup .login-area .signin-area a {
  font-size: 14px;
  color: #ed1e79;
}

.login-signup .login-area .login-form {
  padding: 30px 30px 30px;
}

.login-signup .login-area .login-form .form-input {
  position: relative;
  margin-bottom: 15px;
}

.login-signup .login-area .login-form .form-input input {
  width: 100%;
  border: 0px;
  height: 50px;
  padding: 0px 30px 0px 45px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 14px;
}

.login-signup .login-area .login-form .form-input i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 15px;
  color: #ed1e79;
}

.login-signup .login-area .captcha-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.login-signup .login-area .captcha-area .img img {
  max-width: 120px;
}

.login-signup .login-area .captcha-area .icon {
  margin-left: 10px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ed1e79;
}

.login-signup .login-area .form-forgot-pass {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 14px;
}

.login-signup .login-area .to-login-page {
  text-align: right;
}

.login-signup .login-area .submit-btn {
  width: 100%;
  height: 50px;
  text-align: center;
  background: #ed1e79;
  border: 0px;
  color: #fff;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 10px;
  -webkit-transition: all 0.3s ease-in;
  -o-transition: all 0.3s ease-in;
  transition: all 0.3s ease-in;
  cursor: pointer;
}

.login-signup .login-area .submit-btn:hover {
  background: #010c2f;
}

.login-signup .login-area .forgot-pass {
  font-size: 14px;
  color: #ed1e79;
}

.login-signup .login-area .social-area {
  text-align: center;
  padding-top: 26px;
}

.login-signup .login-area .social-area .title {
  font-size: 20px;
  font-weight: 600;
  display: inline-block;
  color: #ed1e79;
  position: relative;
}

.login-signup .login-area .social-area .title::after {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 100%;
  margin-right: 7px;
}

.login-signup .login-area .social-area .title::before {
  position: absolute;
  content: '';
  width: 40px;
  height: 1px;
  background: rgba(0, 0, 0, 0.2);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 100%;
  margin-left: 7px;
}

.login-signup .login-area .social-area .text {
  font-size: 20px;
  font-weight: 300;
  color: #010c2f;
}

.login-signup .login-area .social-area .social-links {
  padding-left: 0px;
}

.login-signup .login-area .social-area .social-links li {
  display: inline-block;
}

.login-signup .login-area .social-area .social-links li a i {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  line-height: 50px;
  display: inline-block;
  color: #fff;
  margin: 0px 5px;
  -webkit-box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
}

.login-signup .login-area .social-area .social-links li a i.fa-facebook-f {
  background: #0069f7;
}

.login-signup .login-area .social-area .social-links li a i.fa-twitter {
  background: #00c6f7;
}

.login-signup .login-area .social-area .social-links li a i.fa-google-plus-g {
  background: #d1062c;
}
