/* -----------------------------------------------------------------------------------

 01. Google Fonts
 02. Basics style
 03. Owl-Theme settings
 04. Sections style
 05. Navbar style
 06. Header style
 07. Slider style
 08. Page Banner Header
 09. Inner Elements
 10. About style 
 11. Team style
 12. Services style
 13. Gallery style
 14. Blog style
 15. Post style
 16. Contact style
 17. Button 
 18. Spacer
 19. Footer
 20. Scroll Up
 21. Responsive
 
----------------------------------------------------------------------------------- */

/*------------------------------------------------------------------
Basics
-------------------------------------------------------------------*/
* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
   /* outline: none; */
    list-style: none;
    word-wrap: break-word;
}
html {
    overflow-x: hidden!important;
}
body {
    color: #555;
    line-height: 1.75em;
    font-weight: 300;
    font-size: 16px;
    font-family: 'Titillium Web', sans-serif;
    overflow-x: hidden!important;
    background: #fff;
}
p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 300;
    color: #555;
    line-height: 1.75em;
    margin-bottom: 20px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 400;
    font-family: 'Playfair Display', sans-serif;
    line-height: 1.5em;
}
img {
    width: 100%;
    height: auto;
}
img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    color: #101010;
}
span,
a,
a:hover {
    display: inline-block;
    text-decoration: none;
    color: inherit;
}
b {
    font-weight: 400;
    color: #ec005f;
}
/* text field */
button,
input,
optgroup,
select,
textarea {
    font-family: 'Titillium Web', sans-serif;
}
input[type="password"]:focus,
input[type="email"]:focus,
input[type="text"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus,
textarea:focus {
    outline: none;
}
input[type="password"],
input[type="email"],
input[type="text"],
input[type="url"],
input[type="file"],
textarea {
    max-width: 100%;
    margin-bottom: 15px;
    padding: 18px 10px 10px;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.75em;
    font-weight: 300;
    color: #555;
    background-image: none;
    border-bottom: 1px solid #ececec;
    border-color: ease-in-out .15s, box-shadow ease-in-out .15s;
}
input:focus,
textarea:focus {
    border-bottom-width: 1px;
    border-color: #ec005f;
}
input[type="submit"],
input[type="reset"],
input[type="button"],
button {
    text-shadow: none;
    padding: 10px 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    line-height: 1.75em;
    font-weight: 300;
    border-style: solid;
    color: #fff;
    border-width: 0;
    -webkit-transition: background-color .15s ease-out;
    transition: background-color .15s ease-out;
    background-color: #101010;
    margin: 3px 0;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
button:hover {
    background-color: #101010;
    color: #fff;
}
select {
    padding: 10px;
    border-radius: 5px;
}
table,
th,
tr,
td {
    border: 1px solid #ececec;
}
th,
tr,
td {
    padding: 10px;
}
input[type="radio"],
input[type="checkbox"] {
    display: inline;
}
.bg-gray {
    background: #f8fafd;
}
.o-hidden {
    overflow: hidden;
}
.position-re {
    position: relative;
}
.full-width {
    width: 100%;
}
.bg-img {
    background-size: cover;
    background-repeat: no-repeat;
}
.bg-fixed {
    background-attachment: fixed;
}
.pattern {
    background-repeat: repeat;
    background-size: auto;
}
.sub-title {
    font-size: 16px;
    font-weight: 400;
    color: #101010;
    margin-bottom: 10px;
}
.bold {
    font-weight: 800;
}
.count {
    font-family: 'Titillium Web', sans-serif;
}
.valign {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.v-middle {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0%, -50%);
    transform: translate(0%, -50%);
}
/* important for animate effect */
.js .animate-box {
    opacity: 0;
}

/* preloader */
.preloader-bg {
    position: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
  }
  
  #preloader {
    position: fixed;
    display: table;
    table-layout: fixed;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
    z-index: 999999;
  }
  
  #preloader-status {
    display: table-cell;
    vertical-align: middle;
  }
  
  .preloader-position {
    position: relative;
    margin: 0 auto;
    text-align: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
  }
  
  .loader {
    position: relative;
    width: 45px;
    height: 45px;
    left: 50%;
    top: 0;
    margin-left: -22px;
    margin-top: 2px;
    -webkit-animation: rotate 1s infinite linear;
            animation: rotate 1s infinite linear;
    border: 3px solid rgba(236, 0, 94, 0.15);
    border-radius: 50%;
  }
  
  .loader span {
    position: absolute;
    width: 45px;
    height: 45px;
    top: -3px;
    left: -3px;
    border: 3px solid transparent;
    border-top: 3px solid rgba(236, 0, 94, 0.75);
   /* border-top: 3px solid rgba(156, 83, 81, 0.75); */
    border-radius: 50%;
  }
  
  @-webkit-keyframes rotate {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
  
  @keyframes rotate {
    0% {
      -webkit-transform: rotate(0deg);
              transform: rotate(0deg);
    }
    100% {
      -webkit-transform: rotate(360deg);
              transform: rotate(360deg);
    }
  }
/*------------------------------------------------------------------
Selection
-------------------------------------------------------------------*/
::-webkit-selection {
    color: #555;
    background: rgba(0, 0, 0, 0.1);
}
::-moz-selection {
    color: #555;
    background: rgba(0, 0, 0, 0.1);
}
::selection {
    color: #555;
    background: rgba(0, 0, 0, 0.1);
}


/*------------------------------------------------------------------
Owl Theme
-------------------------------------------------------------------*/
.owl-theme .owl-nav.disabled + .owl-dots {
    margin-top: 15px;
    line-height: .7;
    display: block;
}
.owl-theme .owl-dots .owl-dot span {
    width: 7px;
    height: 7px;
    margin: 0 3px;
    border-radius: 0!important;
    background: #ccc;
}
.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #ec005f;
    width: 8px;
    height: 8px;
}


/*------------------------------------------------------------------
Section
-------------------------------------------------------------------*/
.section-padding {
    padding: 60px 0;
}
.section-padding h6 {
    color: #ec005f;
    font-size: 20px;
    margin-bottom: 20px;
}

.section-subtitle {
    color: #ec005f;
    text-transform: uppercase;
    font-size: 18px;
    letter-spacing: 5px;
    font-family: 'Playfair Display', sans-serif;
   /* font-family: 'Titillium Web', sans-serif; */
    font-weight: 300;
    margin-bottom: 10px;
}

.section-title {
    font-size: 40px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    color: #101010;
    position: relative;
    letter-spacing: 10px;
    line-height: 1em;
    text-transform: uppercase;
}
.line-hr {
    width: 70px;
    border-top: 1px solid #101010;
    margin-top: 0px;
    margin-bottom: 30px;
}


/*------------------------------------------------------------------
Navbar
-------------------------------------------------------------------*/
.navbar {
    font-family: 'Playfair Display', sans-serif;
    position: absolute;
    padding: 0;
    margin: 0;
    width: 100%;
    background: transparent;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    z-index: 100;
    min-height: 75px;
}
.navbar .icon-bar {
    color: #555;
}
.navbar .navbar-nav .nav-link {
    font-size: 13px;
    font-weight: 400;
    color: #fff;
    letter-spacing: 1px;
    padding: 15px 7px;
    margin: 10px;
    text-transform: uppercase;
}
.navbar .navbar-nav .nav-link:hover {
    color: #ec005f;
}
.navbar .navbar-nav .active {
    color: #ec005f!important;
}
.nav-scroll {
    background: #fff;
    padding: 0 10% 0 0;
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    -webkit-transition: -webkit-transform .5s;
    transition: -webkit-transform .5s;
    transition: transform .5s;
    transition: transform .5s, -webkit-transform .5s;
    -webkit-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.1);
}
.nav-scroll .icon-bar {
    color: #555;
}
.nav-scroll .navbar-nav .nav-link {
    color: #555;
}
.nav-scroll .navbar-nav .active {
    color: #ec005f !important;
}
.nav-scroll .navbar-nav .logo {
    padding: 15px 0;
    color: #555;
}
.nav-scroll .logo {
    width: 131px;
}
.nav-scroll .logo-wrapper .logo h2 {
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 0;
    color: #ec005f;
    line-height: 0.85em;
}
.nav-scroll .logo-wrapper .logo span {
    display: block;
    margin-top: 5px;
    font-size: 9px;
    color: #555;
    font-weight: 400;
    letter-spacing: 2.5px;
    margin-left: 15px;
    line-height: 1em;
}
.nav-scroll .logo-wrapper {
    background: transparent;
}
.logo-wrapper {
    background: transparent;
}
.logo-wrapper .logo h2 {
    font-weight: 400;
    font-size: 41px;
    color: #ec005f;
    line-height: 0.85em;
}
.logo-wrapper .logo span {
    display: block;
    margin-top: 5px;
    font-size: 9px;
    color: #555;
    font-weight: 400;
    letter-spacing: 4px;
    margin-left: 15px;
    line-height: 1em;
}
.logo {
    padding: 0;
    width: 131px;
}
.dropdown:hover .dropdown-menu,
.dropdown:hover .mega-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.dropdown .nav-link {
    cursor: pointer;
}
.dropdown .nav-link i {
    padding-left: 1px;
    font-size: 9px;
}
.dropdown-item {
    position: relative;
}
.dropdown-item:hover .sub-menu {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.dropdown-item span {
    display: block;
    cursor: pointer;
}
.dropdown-menu,
.sub-menu {
    display: block;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    width: 200px;
    padding: 15px 10px;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.dropdown-menu .dropdown-item,
.sub-menu .dropdown-item {
    padding: 7px 14px;
    font-size: 16px;
    font-weight: 300;
    color: #555;
    position: relative;
    -webkit-transition: all .4s;
    transition: all .4s;
    border-bottom: 1px solid #ececec;
}
.dropdown-menu .dropdown-item:last-child,
.sub-menu .dropdown-item:last-child {
    border-bottom: none;
}
.dropdown-menu .dropdown-item:hover,
.sub-menu .dropdown-item:hover {
    background: transparent;
    padding-left: 20px;
    color: #ec005f;
}
.dropdown-menu .dropdown-item a,
.sub-menu .dropdown-item a {
    display: block;
}
.dropdown-menu .dropdown-item i,
.sub-menu .dropdown-item i {
    padding: 5px 0 0 5px;
    font-size: 11px;
    float: right;
}
.dropdown-menu .dropdown-item em,
.sub-menu .dropdown-item em {
    font-size: 8px;
    background-color: #101010;
    padding: 2px 4px;
    color: #fff;
    border-radius: 2px;
    position: absolute;
    right: 10px;
    top: 5px;
}
.dropdown-menu.last {
    left: -100%;
}
.sub-menu {
    position: absolute;
    left: 100%;
    top: -5px;
}
.sub-menu.left {
    left: -100%;
    margin-left: -20px;
}
.mega-menu {
    position: absolute;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    right: -150px;
    width: 800px;
    background-color: #fff;
    -webkit-box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 10px 20px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .3s;
    transition: all .3s;
}
.mega-menu .dropdown-title {
    display: block;
    color: #101010;
    font-size: 10px;
    font-weight: 400;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-bottom: 15px;
    padding: 0 15px 15px;
    border-bottom: 1px solid #f7f7f7;
}
.mega-menu .dropdown-menu {
    position: static !important;
    float: left;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-right: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7;
    -webkit-transition: all .3s;
    transition: all .3s;
}
@media screen and (max-width: 767px) {
    .navbar {
        padding-right: 0px;
        padding-right: 0px;
        background: #fff;
    }
    .nav-scroll {
    background: #fff;
    }
    .logo-wrapper {
        float: left;
        padding: 15px;
    }
    .nav-scroll .logo-wrapper {
        padding: 15px;
        background-color: #fff;
    }
}
/* TEXT LOGO */
p.site-description {
  margin-top: 20px;
  font-family: 'Playfair Display', sans-serif;
  color: #fff;
  font-size: 14px;
}
.nav-scroll p.site-description {
  color: #555;
}
/* CLOSE MENU */
.close-menu {
  display: none; /* Default to hidden */
  cursor: pointer; /* Change cursor to pointer */

}
.close-menu:hover,
.close-menu:focus {
  background-color: #ec005f; /* Change color on hover and focus */
  color: #000; /* Icon color on hover/focus */
  outline: none; /* Remove default outline */
  box-shadow: 0 0 0 3px #ec005f44; /* Accessible focus indicator */
}

/* Show close button on mobile devices */
@media (max-width: 768px) { /* Adjust the max-width as needed */
  .close-menu {
      display: inline-block; /* Show close button on mobile */
      top: 10px; /* Adjust top position */
      right: 10px; /* Adjust right position */
      z-index: 1000; /* Ensure it’s above other content */
  }
}

/*------------------------------------------------------------------
Header
-------------------------------------------------------------------*/
.header {
    min-height: 100vh;
    overflow: hidden;
}
.header .caption .o-hidden {
    display: inline-block;
}
.header .caption h2 {
    font-weight: 400;
    font-size: 30px;
}
.header .caption h4 {
    font-weight: 400;
    color: #ec005f;
    font-size: 20px;
    margin-bottom: 0;
    letter-spacing: 1.5px;
    font-family: 'Titillium Web', sans-serif;
    -webkit-animation-delay: .2s;
    animation-delay: .2s;
}
.header .caption h1 {
    position: relative;
    margin: 10px 0;
    font-weight: 400;
    font-size: 60px;
    line-height: 1em;
    -webkit-animation-delay: .6s;
    animation-delay: .6s;
    color: #fff;
}
.header .caption p {
    font-family: 'Playfair Display', sans-serif;
    font-size: 18px;
    font-weight: 300;
    margin-bottom: 0;
    color: #fff;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    line-height: 1.4em;
    margin-bottom: 15px;
}
.header .caption p span {
    letter-spacing: 5px;
    text-transform: uppercase;
    margin: 0 5px;
    padding-right: 14px;
    position: relative;
}
.header .caption p span:last-child {
    padding: 0;
}
.header .caption p span:last-child:after {
    display: none;
}
.header .caption p span:after {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: #101010;
    position: absolute;
    top: 10px;
    right: 0;
    opacity: .5;
}
.header .caption .butn {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
}
.header .social a {
    color: #eee;
    font-size: 16px;
    margin: 10px 15px;
}

/*------------------------------------------------------------------
Slider
-------------------------------------------------------------------*/
.slider .owl-item,
.slider-fade .owl-item {
    height: 100vh;
    position: relative;
}
.slider .item,
.slider-fade .item {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-position: center;
}
.slider .item .caption,
.slider-fade .item .caption {
    z-index: 9;
}
.slider .owl-theme .owl-dots,
.slider-fade .owl-theme .owl-dots {
    position: absolute;
    bottom: 5vh;
    width: 100%;
}
/* owl-nav next and prev */
.owl-nav {
    position: absolute;
    bottom: 5%;
    left: 12%;
}
.owl-prev {
    float: left;
}
.owl-next {
    float: right;
}
.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 16px;
    margin: 0;
    padding: 0;
    background: transparent;
    display: inline-block;
    cursor: pointer;
    border-radius: 0px;
}
.owl-theme .owl-nav [class*=owl-]:hover {
    color: #ec005f;
    background: transparent;
}
@media screen and (max-width: 768px) {
    .owl-nav {
        display: none;
    }
}

.line-one {
    -webkit-box-flex: 1;
    flex: 1 0;
    height: 1px;
    background-color: #ec005f;
    display: -webkit-box;
    display: flex;
    margin-top: 10px;
}

/*------------------------------------------------------------------
Page Banner Header
-------------------------------------------------------------------*/
.banner-header {
    height: 55vh;
    z-index: 0;
}
.banner-header h6 {
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 10px;
}
.banner-header h6 a:hover {
    color: #101010;
}
.banner-header h6 i {
    margin: 0 15px;
    font-size: 10px;
}
.banner-header h5 {
    color: #ec005f;
    font-size: 17px;
    font-family: 'Titillium Web', sans-serif;
    font-weight: 300;
    margin-bottom: 10px;
}
.banner-header h1 {
    font-size: 40px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    color: #101010;
    position: relative;
    margin-bottom: 10px;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 5px;
}
.banner-header p {
    font-family: 'Titillium Web', sans-serif;
    font-size: 16px;
    font-weight: 300;
    margin-bottom: 0;
    color: #555;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}
.banner-header p a {
    color: #ec005f;
}
@media screen and (max-width: 767px) {
    .banner-header {
        height: 30vh;
        margin-top: 70px;
    }
    .banner-header h6 {
        font-size: 12px;
        font-weight: 400;
        margin-bottom: 10px;
    }
    .banner-header h6 a:hover {
        color: #101010;
    }
    .banner-header h6 i {
        margin: 0 15px;
        font-size: 10px;
    }
    .banner-header p {
        font-size: 16px;
        color: #ececec;
    }
}

.banner-img:after {
    position: absolute;
    height: 100%;
    right: 0;
    left: 0;
    content: "";
    background: linear-gradient(hsla(0, 0%, 100%, 0.01), hsla(0, 0%, 100%, 0.01) 0%, #fff);
    object-fit: cover;
}


/*------------------------------------------------------------------
Inner Elemnets
-------------------------------------------------------------------*/
.inner-elements {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
  }
  .inner-elements .container {
    position: relative;
    height: 100vh;
  }
  .inner-elements .container .social-media {
    width: 20px;
    position: absolute;
    left: 15px;
    top: calc(50% + 60px);
    transform: translateY(-50%);
    z-index: 4;
    text-align: center;
  }
  .inner-elements .container .social-media h6 {
    width: 120px;
    color: #fff;
    transform: rotate(90deg);
    transform-origin: left;
    margin-left: 9px;
    font-weight: 600;
    margin-bottom: 120px;
    letter-spacing: 2px;
    font-size: 16px;
  }
  .inner-elements .container .social-media ul {
    margin: 0;
    padding: 0;
  }
  .inner-elements .container .social-media ul:before {
    content: "";
    width: 1px;
    height: 42px;
    background: #fff;
    display: inline-block;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .inner-elements .container .social-media ul li {
    margin: 0;
    padding: 3px 0;
    list-style: none;
  }
  .inner-elements .container .social-media ul li a {
    font-size: 14px;
  }
  .inner-elements .container .social-media .fa-social-hover {
    color: #fff;
  }

  .inner-elements .container .social-media .fa-social-hover .fa-facebook:hover {
    color: #475996;
  }
  .inner-elements .container .social-media  .fa-social-hover .fa-twitter:hover {
    color: #69baf3;
  }
  .inner-elements .container .social-media .fa-social-hover .fa-pinterest:hover {
    color: #d03737;
  }
  .inner-elements .container .social-media  .fa-social-hover .fa-instagram:hover {
    color: #beb3a8;
  }

/*------------------------------------------------------------------
About Style
-------------------------------------------------------------------*/
.elloto-about-img img:hover {
    transform: scale(1.05);
}
.elloto-about-img {
    position: relative;
}
.elloto-about-img .img {
    padding: 0 10px 10px 0;
    position: relative;
}
.elloto-about-img .img::after {
    content: "";
    position: absolute;
    top: -170px;
    right: -220px;
    bottom: -130px;
    left: 200px;
    /*background: #efefef;*/
    background: #EFEFEF;
    z-index: -2;
  }
.elloto-about-img .img::before {
    content: '';
    width: 90%;
    position: absolute;
    top: -10%;
    bottom: -10%;
    left: -4%;
    background-image: url(../img/dots.png);
    background-repeat: repeat;
    z-index: -1;
}

/*------------------------------------------------------------------
Team
-------------------------------------------------------------------*/
.team .item {
    margin-bottom: 30px;
}
.team .item .img:before {
    top: 20px;
    left: 20px;
    border-left: 1px solid;
    border-top: 1px solid;
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 20;
    border-color: rgba(255,255,255, 0.5);
}
.team .item .img::after {
  bottom: 150px;
  right: 20px;
  border-right: 1px solid;
  border-bottom: 1px solid;
  content: '';
  position: absolute;
  width: 40px;
  height: 40px;
  z-index: 20;
  border-color: rgba(255,255,255, 0.5);
}
.team .item:hover .info .social {
    top: 0;
}
.team .info {
    background-color: #EFEFEF;
    text-align: center;
    padding: 30px 15px;
    position: relative;
    overflow: hidden;
}
.team .info h6 {
    font-size: 17px;
    margin-bottom: 5px;
}
.team .info p {
    margin-bottom: 5px;
    color: #555;
}
.team .item .mask {
  top: 10px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  position: absolute;
  text-align: center;
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
-o-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: all .3s ease-in-out;
  -moz-transition: all .3s ease-in-out;
  -o-transition: all .3s ease-in-out;
-ms-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
}
.team .item:hover .mask {
    -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
-o-transform: translate(0);
  transform: translate(0);
}
.team .item .mask ul {
  position: absolute;
  bottom: 55%;
  left: 0;
  right: 0;
  text-align: center
}
.team .item .mask ul li {
  display: inline-block;
}
.team .item .mask ul li a {
  display: inline-block;
  margin: 0px 10px;
  font-size: 24px;
  color: #fff!important;
}
.team-info {
  margin-top: 10px;
}
.team h3 {
 margin-bottom: 10px;
}
.team h5 {
  color: #f75443;
  letter-spacing: 0.2em;
  margin-bottom: 10px;
}
.team .seperator {
  margin-bottom: 10px;
}
.team .item .team-info p {
  margin-bottom: 0;
  font-size: 16px;
  line-height: 24px;
}
.team .mask ul li a:hover .fa-facebook {
  color: #475996;
}
.team .mask ul li a:hover .fa-twitter {
  color: #69baf3;
}
.team .mask ul li a:hover .fa-instagram {
  color: #beb3a8;
}
.overlay {
  position: relative;
  overflow: hidden;
}
.overlay img {
  -webkit-transition: all 900ms;
-moz-transition: all 900ms;
-o-transition: all 900ms;
  -ms-transition: all 900ms;
transition: all 900ms;
}
.overlay:hover img {
   -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
-o-transform: scale(1.3);
  transform: scale(1.3);
}
.overlay .overlaycolor {
   width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
z-index: 0;
opacity: 0;
  filter: alpha(opacity=0);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}	
.overlay:hover .overlaycolor {
opacity: 1;
  filter: alpha(opacity=100);
-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}	
.overlay span {
width: 100%;
height: 100%;
position: absolute;
  background-color: #000000;
  opacity: 0.4;
}
/*------------------------------------------------------------------
Testimonails style
-------------------------------------------------------------------*/
.testimonails {
  background-attachment: fixed;
}
.testimonails .client-img {
  border-radius: 100%;
  width: 85px;
  height: 85px;
  border: 3px solid rgba(0,0,0,.1);
  overflow: hidden;
  margin: 0 auto 10px;
}
.testimonails h5 {
  color: #ec005f;
  font-size: 24px;
  font-weight: 600;
  letter-spacing: 5px;
  font-family: 'Playfair Display', sans-serif;
  margin: 0 0 0 10px;
}
.testimonails h6 {
    font-size: 16px;
    color: #fff;
    margin-bottom: 40px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 300;
}

.testimonails p {
  color: #fff;
  margin-bottom: 30px;
}

.testimonails .owl-theme .owl-dots {
  margin-top: 30px !important;
}


/*------------------------------------------------------------------
Services Style
-------------------------------------------------------------------*/
.service-item {
  position: relative;
  text-align: center;
}

.service-item .service-item-title {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  color: #fff;
  width: 100%;
  padding: 1.579rem;
  z-index: 2;
}
.service-item:hover .service-item-title,
.service-item.hover .service-item-title {
  background-color: #ec005f;
  opacity: .7;
  cursor: pointer;
}
.service-item .img.object-fit:before {
  padding-top: 50%;
}
.service-item .img-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: #000;
  opacity: 0.5;
}
.img.object-fit {
  position: static;
}
.img.object-fit:before {
  content: "";
  display: block;
  width: 100%;
  padding-top: 100%;
}
.img.object-fit .object-fit-cover {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  outline: none;
}
.img.object-fit .object-fit-cover img,
.img.object-fit .object-fit-cover svg {
  width: 100%!important;
  height: 100%!important;
  object-fit: cover;
  -o-object-fit: cover;
}
.img.object-fit .object-fit-cover figure {
  width: 100%;
  height: 100%;
}
.img.object-fit.size-1:before {
  padding-top: 52%;
}
.img.object-fit.size-2:before {
  padding-top: 64%;
}
.img.object-fit.size-3:before {
  padding-top: 76%;
}
.img.object-fit.size-4:before {
  padding-top: 88%;
}
.img.object-fit.size-5:before {
  padding-top: 112%;
}
/*------------------------------------------------------------------
Pricing styles
-------------------------------------------------------------------*/
.panel.pricing {
    background-color: #fff;
    text-align: center;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    padding: 40px;
  }
  @media only screen and (max-width: 992px), (max-width: 768px) {
    .panel.pricing {
      margin-bottom: 40px;
    }
  }
  .panel.pricing .icon-bg {
    text-align: center;
    margin: 0 auto;
  }
  .panel.pricing .panel-heading {
    padding: 0;
    padding-top: 10px
  }
  .panel.pricing .panel-title {
    margin: 0;
    padding: 5px 0 0 0;
  }
  .panel.pricing .icon {
    margin-bottom: 10px;
  }
  .panel.pricing table {
    margin-bottom: 0
  }
  .pricing .panel-body {
    padding: 35px 0 0 0;
    text-align: center;
    border-top: 0;
  }
  .panel.pricing .price {
    padding: 20px 0 0;
    margin: 0;
    background: none;
    font-weight: normal;
  }
  .price-value {
    color: #ec005f;
    font-size: 50px
  }
  .price-currency {
    display: inline-block;
    vertical-align: super;
    font-size: 18px;
    padding-right: 3px;
  }
  .price-duration {
    font-size: 16px;
    display: block;
  }
  .price-duration:before {
    content: "/";
    padding-right: 5px;
  }
  .panel-desc {
    display: block;
    margin-top: 10px;
    margin-bottom: 0;
    line-height: 1;
  }
  .panel.pricing ul li {
    font-family: "Playfair Display", Helvetica, Arial, sans-serif;
    padding: 15px 0;
    line-height: 1;
    vertical-align: top;
   /* border-bottom: 1px solid rgba(0, 0, 0, 0.1); */
  }
  .pricing ul li {
    border: 0
  }
  .panel.pricing .panel-footer a {
    margin: 0
  }
  .panel.pricing .panel-title,
  .pricing .panel-body {
    border: 0;
    background: none;
  }
  .pricing .panel-footer {
    padding-top: 45px;
    padding-bottom: 15px;
    background: none;
    border: 0;
  }

/*------------------------------------------------------------------
Gallery style
-------------------------------------------------------------------*/
.elloto-photos .elloto-photo-item {
    position: relative;
    margin-bottom: 30px;
}
.elloto-photos .elloto-photo-item:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
}
.elloto-photos .elloto-photo-item .photo-text-more {
    position: absolute;
    z-index: 3;
    top: 50%;
    left: 50%;
    width: 100%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 30px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    opacity: 0;
    visibility: hidden;
    text-align: center;
    color: rgba(255, 255, 255, 0.6);
}
.elloto-photos .elloto-photo-item .photo-text-more .fa-external-link {
    color: #fff;
    font-size: 20px;
}
.elloto-photos .elloto-photo-item .photo-text-more .fa-external-link:hover {
    color: #ec005f;
}
.elloto-photos .elloto-photo-item:hover:after {
    opacity: 1;
    visibility: visible;
}
.elloto-photos .elloto-photo-item:hover .photo-text-more {
    margin-top: 0;
    opacity: 1;
    visibility: visible;
}


/*------------------------------------------------------------------
Blog style
-------------------------------------------------------------------*/
.blog-entry {
 background-color: #f7f7f7;
}
.blog-entry .desc {
    padding: 20px;
}
@media screen and (max-width: 768px) {
    .blog-entry {
        margin-bottom: 45px;
    }
}
.blog-entry .blog-img {
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.blog-entry .blog-img img {
    position: relative;
    max-width: 100%;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.3s;
    -o-transition: 0.3s;
    transition: 0.3s;
}
.blog-entry .desc h3 {
    font-size: 20px;
    margin-bottom: 15px;
    line-height: 1.5em;
    font-weight: 400;
}
.blog-entry .desc h3 a {
    color: #ec005f;
    font-size: 20px;
    text-decoration: none;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 400;
    line-height: 1em;
}
.blog-entry .desc span {
    display: inline-block;
    margin-bottom: 5px;
    font-size: 12px;
    color: #555 !important;
}
.blog-entry .desc span small i {
    color: #555;
}
.blog-entry .desc .lead {
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    font-family: 'Titillium Web', sans-serif;
}
.blog-entry .desc .lead:hover {
    color: #fff;
}
.blog-entry:hover .blog-img img {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
    transform: scale(1.1);
}
/* Pagination */
.elloto-pagination-wrap {
    padding: 0;
    margin: 0;
    text-align: center;
}
.elloto-pagination-wrap li {
    display: inline-block;
    margin: 0 5px;
}
.elloto-pagination-wrap li a {
    background: #f2f2f2;
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    color: #555;
    font-weight: 300;
}
.elloto-pagination-wrap li a:hover {
    opacity: 1;
    text-decoration: none;
    box-shadow: 0px 16px 28px 0px rgba(0, 0, 0, 0.20);
    background: #ec005f;
    color: #fff;
}
.elloto-pagination-wrap li a.active {
    background-color: #ec005f;
    border: 1px solid #ec005f;
    color: #fff;
}

.elloto-pagination-wrap li a i {
    font-size: 9px;
}

@media screen and (max-width: 768px) {
    .elloto-pagination-wrap {
        padding: 0 0 60px 0;
        margin: 0;
        text-align: center;
    }
}


/*------------------------------------------------------------------
Post Style
-------------------------------------------------------------------*/
.elloto-post-section {
    padding-top: 120px;
}
.elloto-comment-section {
    padding-top: 60px;
    margin-bottom: 60px;
}
.elloto-post-caption h1 {
    margin-bottom: 20px;
    font-size: 40px;
    text-transform: uppercase;
}
.elloto-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.elloto-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.elloto-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.elloto-user-content {
    margin-right: 26px;
}
.elloto-user-content h3 {
    font-size: 16px;
    line-height: 1.75em;
    color: #ec005f;
    margin: 0 0 15px;
}
.elloto-user-content h3 span {
    font-size: 9px;
    line-height: 1.75em;
    color: #555;
    font-weight: 300;
    margin-left: 15px;
}
.elloto-repay {
    font-size: 12px;
    line-height: 1.75em;
    color: #ec005f !important;
    margin: 0;
    font-weight: 300;
}


/*------------------------------------------------------------------
Contact Style
-------------------------------------------------------------------*/
.elloto-map-section {
    overflow: hidden;
    margin-bottom: 60px;
}
#elloto-contactMap {
    width: 100%;
    height: 550px;
}
.elloto-more-contact {
    background: #8f3939;
}

/*------------------------------------------------------------------
Buttons
-------------------------------------------------------------------*/
.btn {
  font-family: "Playfair Display", Helvetica, Arial, sans-serif;
  padding: 15px 50px;
  line-height: 28x;
  white-space: normal;
  text-align: center;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  margin-bottom: 5px;
  border-radius: 0;
  color: #fff;
  transition: All 200ms linear;
}
.btn:hover {
  color: #fff;
}

.btn-small {
  padding: 8px 16px;
}

.btn-medium {
  padding: 12px 30px;
}

.btn-large {
  padding: 15px 40px;
  font-size: 16px;
}

.btn-big {
  padding: 18px 45px;
  font-size: 18px;
}

.btn-outline-light {
  background: transparent;
  color: rgba(255, 255, 255, 0.8);
  border: 2px solid rgba(255, 255, 255, 0.3);
}
.btn-outline-light:hover {
  background: transparent;
  color: #fff;
  border: 2px solid rgba(255, 255, 255, 0.9);
}

.btn-outline {
  background: transparent;
  color: rgba(0, 0, 0, 0.8);
  border: 2px solid rgba(102, 102, 102, 0.5);
}
.btn-outline:hover {
  background: transparent;
  color: #000000;
  border: 2px solid rgba(102, 102, 102, 0.9);
}

.btn-contour {
  background-color: #ec005f;
}
.btn-contour:hover {
  opacity: 0.9;
}
.butn-dark {
    background: #ec005f;
}
.butn-dark:hover {
    background: #090909;
}
.butn-dark:before,
.butn-dark:after {
    background: #090909;
}
.butn-dark:hover span {
    color: #fff;
}
.butn-dark span {
    color: #fff;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
}

/*------------------------------------------------------------------
Spacer
-------------------------------------------------------------------*/
.spacer { 
  width:100%;
  display:block
}
.spacer.spacerhalf {
  height:5px 
}
.spacer.spacer1 {
  height:10px 
}
.spacer.spacer2 {
    height:20px
}
.spacer.spacer3 {
    height:30px 
}
.spacer.spacer4 {
      height:40px
}
.spacer.spacer5 {
  height:50px
}
.spacer.spacer6 {
  height:60px
}
.spacer.spacer7 {
  height:70px
}
.spacer.spacer8 {
  height:80px
}
.spacer.spacer9 {
  height:90px
}
.spacer.spacer10 {
  height:100px
}

/*------------------------------------------------------------------
Footer
-------------------------------------------------------------------*/
/*
.footer-height {
    position: relative;
    z-index: -300;
  }*/
  .site-footer {
  /*position: fixed;*/
  bottom: 0;
  width: 100%;
  /*z-index: -200;
  padding: 104px 0 0 0; */
  padding: 90px 0 0 0;
  text-align: center;
  background-color: #020202;
}
.site-footer .container {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.site-footer .container .line {
  margin: 26px 0;
  height: 1px;
  width: 104px;
  background-color: #fff;
  opacity: 0.5;
}
.site-footer .logo img {
  width: 104px;
  height: auto;
  opacity: 0.7;
}
.site-footer .title-logo {
  color: #fff;
  text-transform: uppercase;
  margin-top: 13px;
  letter-spacing: 0.6em;
  font-weight: 600;
  padding-left: 15px;
}
.site-footer .social a {
    display: inline-block;
    height: 35px;
    width: 35px;
    line-height: 35px;
    border-radius: 50%;
    margin: 0 4px;
    font-size: 15px;
  }  
  .site-footer .social a:hover {
   color: #fff!important;
  } 
  .site-footer .social a.facebook {
    color: #475996;
  }
  
  .site-footer .social a.facebook:hover {
    background-color: #475996;
  }
  
  .site-footer .social a.twitter {
    color: #69baf3;
  }
  
  .site-footer .social a.twitter:hover {
    background-color: #69baf3;
  }
  
  .site-footer .social a.linkedin {
    color: #4875b4;
  }
  
  .site-footer .social a.linkedin:hover {
    background-color: #4875b4;
  }
  
  .site-footer .social a.pinterest {
    color: #d03737;
  }
  
  .site-footer .social a.pinterest:hover {
    background-color: #d03737;
  }
  
  .site-footer .social a.dribbble {
    color: #d76896;
  }
  
  .site-footer .social a.dribbble:hover {
    background-color: #d76896;
  }
  
  .site-footer .social a.behance {
    color: #00a8e7;
  }
  .site-footer .social a.behance:hover {
    background-color: #00a8e7;
  }
  
  .site-footer .social a.instagram {
    color: #beb3a8;
  }
  
  .site-footer .social a.instagram:hover {
    background-color: #beb3a8;
  }
.footer-cotact-info {
  margin-top: 48px;
}
.footer-cotact-info p {
  margin: 0 12px;
  color: #8e908f;
  display: inline-block;
}
.footer-cotact-info p span {
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  margin-right: 5px;
  letter-spacing: 0.1em;
  font-size: 12px;
}
.copyright {
  background-color: #141619;
  margin-top: 90px;
  padding: 15px 0 5px 0;
}
.copyright p {
  font-family: 'Playfair Display', sans-serif; 
  text-align: center;
  font-size: 12px!important;
  color: #ccc;
  letter-spacing: 0.1em;
}
.copyright p span {
  color: #ec005f;
}
/*------------------------------------------------------------------
Scroll Up
-------------------------------------------------------------------*/
#scrollUp {
  background-image: url(../img/back-to-top.png);
  background-repeat: no-repeat;
  background-position: center;
  background-color: #333;
  bottom: 0px;
  right: 30px;
  height: 35px;
  width: 50px;
  border-radius: 5px 5px 0 0;
}
#scrollUp:hover {
  background-color: #ec005f;
}
/*------------------------------------------------------------------
Responsive
-------------------------------------------------------------------*/
@media screen and (max-width: 991px) {
    .line-one {
        display: none;
    }
    .mb-md50 {
        margin-bottom: 50px;
    }
    .mb-md30 {
        margin-bottom: 30px;
    }
    .mb-md15 {
        margin-bottom: 15px;
    }
    .mb-md0 {
        margin-bottom: 0;
    }
    .md-text-center {
        text-align: center !important;
    }
    .bg-fixed {
        background-attachment: scroll !important;
    }
    .navbar .logo {
        margin-left: 15px;
    }
    .nav-scroll .logo {
        width: 150px;
    }
    .navbar button {
        margin-right: 15px;
        outline: none !important;
    }
    
    .navbar button:hover {
        background: #fff;
    }
    .navbar .container {
        max-width: 100%;
    }
    .navbar .navbar-collapse {
        max-height: 360px;
        overflow: auto;
        background: #fff;
        text-align: left;
        padding: 10px 30px;
    }
    .navbar .nav-link {
        margin: 0px auto !important;
    }
    .navbar .navbar-nav .nav-link {
        color: #555;
    }
    .nav-scroll .navbar-collapse .nav-link {
        color: #555 !important;
    }
    .nav-scroll .navbar-collapse .active {
        color: #555 !important;
    }
    .dropdown-menu {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: #f2f2f2;
        width: 100%;
        display: none;
    }
    .dropdown-menu .sub-menu {
        position: static;
        margin-top: 15px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: #191919;
        width: 100%;
        display: none;
    }
    .dropdown:hover .dropdown-menu,
    .dropdown:hover .mega-menu {
        display: block;
    }
    .dropdown .dropdown-menu:hover .sub-menu {
        display: block;
    }
    .dropdown .mega-menu {
        width: 100%;
        position: static;
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(0);
        transform: translateY(0);
        background-color: #222;
        width: 100%;
        display: none;
    }
    .dropdown .mega-menu .dropdown-menu {
        border: 0;
        margin: 0;
    }
    .dropdown .mega-menu .dropdown-title {
        border-bottom-color: #555;
    }
    
    .dropdown-menu .dropdown-item, .sub-menu .dropdown-item {
        color: #555;
        border-bottom: 1px solid #dedede;
    }
    
    .header {
        background-attachment: scroll !important;
        background-position: 50% 0% !important;
    }
    .header .caption h4 {
        font-size: 30px;
    }
    .header .caption h1 {
        font-size: 45px;
        line-height: 1.2;
    }
}
@media screen and (max-width: 767px) {
    .mb-sm50 {
        margin-bottom: 50px;
    }
    .mb-sm30 {
        margin-bottom: 30px;
    }
    .hero .intro h3 {
        font-size: 28px;
    }
    .hero .intro h4 {
        font-size: 20px;
    }
    .header .caption h4 {
        font-size: 16px;
        color: #fff;
    }
    .header .caption h1 {
        font-size: 45px;
        margin: 5px 0;
    }
    .header .caption p {
        font-size: 16px;
    }
    .header .caption .butn {
        margin-top: 15px !important;
    }
    .portfolio .filtering span {
        margin-bottom: 10px;
    }
    
    .footer .logo {
    padding: 0;
    width: auto;
    margin: 0px 0;
    }
    
    .footer-text-left,
    .footer-text-center,
    .footer-text-right {
        text-align: center;
    }

}
@media screen and (max-width: 480px) {
    .section-head h4 {
        font-size: 30px;
    }
    .footer {
        padding: 60px 0;
    }
    .text-left {
        text-align: center;
    }
    .text-center {
        text-align: center;
    }
    .text-right {
        text-align: center;
    }
}
