/*------------- 
[Table of contents]

[ DEFULT INDEX NUMBER ]

1.  GENERAL CSS
2.  NAVBAR
4.  HOME
5.  SERVICE
6.  ABOUT
7.  TESTIMONIAL
8.  FAQ
9.  QUATE
10. SUBSCRIBE
11. PRICING
12. BLOG
13. FOOTER
14. COPYRIGHT


-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[ Color codes ]
    
    [ Text and Background Color ]
        Main color 1:       #1c93e5     
        Main color 2:       #009688      
        Main color 3:       #9c27b0
        Main color 4:       #ff4081      
        Background 1:       #FFFFFF            
        Background 2:       #F6F6F6           
        Shadow color:       #000000;            

-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Typography]

    [ There are using two different font typography ]
        Typography 1: Roboto font;
        Typography 2: Montserrat font;

    [ Other Typography style are same ]
    Body :
        font-style:     normal;
        font-size:      15px;

    h2:
        font-size: 48px;
        line-height: 55px;

    h3:
        font-size: 30px;
        line-height: 40px;

    h4:
        font-size: 20px;
        font-weight: 600;

    p:  
        font-size: 18px;
        line-height: 30px;


-------------------------------------------------------------------*/
/*
================
 VARIABLES
================
*/
* {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.shadow-1 {
  -webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
}

/**
 * -------------------
 *  Defult CSS 
 * -------------------
 */
 section {
     padding:0px;
}
html {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
}

body {
  font-family: "google_sansregular";
  font-size: 16px;
  font-style: none;
  line-height: 27px;
  font-weight: 500;
  overflow-x: hidden !important;
  text-align: left;
  position: relative;
  color: #000;
  opacity: 0.9;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "google_sansbold";
}

p {
  opacity: 0.9;
}

.nav li a {
  text-decoration: none !important;
  display: inline-block;
  cursor: pointer;
  padding: 0px;
  background-color: transparent;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.nav li a:hover {
  background-color: transparent;
}

.nav li a:focus {
  background-color: transparent;
  outline: 0 !important;
}

a {
  text-decoration: none !important;
  cursor: pointer;
  padding: 0px;
  background-color: transparent;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  color: #000;
  opacity: 0.9;
}

a:hover {
  background-color: transparent;
}

a:focus {
  background-color: transparent;
  outline: 0 !important;
}

.center {
  float: none;
  margin: 0 auto;
  text-align: center;
}

/**
 * ---------------------
 *  Defult Halping Class
 * ---------------------
 */
.overflow {
  overflow: hidden;
}

.relative {
  position: relative;
}

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

.display-flex {
  display: flex;
  flex: 1;
}

.vertical-middle {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/**
 * --------------------------------------
 *  Video Section Background Defult Style
 * --------------------------------------
 */
.section-video {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  min-height: 100%;
  min-width: 100%;
  overflow: hidden;
  z-index: -1;
}

.section-video .bgvid {
  position: absolute;
  top: 0;
  left: 0;
  min-height: 100%;
  min-width: 100%;
  background-size: cover;
  -o-background-size: cover;
  -moz-background-size: cover;
  -webkit-background-size: cover;
}

.body-video-bg > .section-video {
  position: fixed;
  top: 0;
  left: 0;
}

.section-title {
  text-align: center;
}

.section-title h3 {
  font-size: 30px;
  line-height: 40px;
  color: #fff;
  font-weight: bold;
  margin-bottom: 60px;
}

/**
 * ------------------------------------
 *  Every Section Headline Defult Class
 * ------------------------------------
 */
.section-heading {
  display: block;
  margin: 0;
}

.section-header {
  margin-bottom: 100px;
  text-align: center;
}

.section-header .sub-heading {
  font-size: 22px;
  line-height: 30px;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0 0 10px 0;
}

.section-header.text-left,
  .section-header.text-left * {
  text-align: left;
}

.section-header.text-right,
  .section-header.text-right * {
  text-align: right;
}

.section-header-separator {
  position: relative;
  width: 145px;
  margin: 5px auto;
  display: inline-block;
}

.section-header-separator .icon {
  font-size: 48px;
  text-align: center !important;
}

.section-header-separator::before, .section-header-separator::after {
  content: '';
  position: absolute;
  width: 57px;
  height: 2px;
  top: 25px;
}

.section-header-separator::before {
  left: 0;
}

.section-header-separator::after {
  right: 0;
}

.v-middle {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}

.mini-separator {
  padding: 20px 0;
}

.vertical-middle {
  display: table-cell;
  float: none;
  vertical-align: middle;
}

/**
 * ---------------------
 *   Defult Button Style
 * ---------------------
 */
.btn {
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  outline: 0;
  padding: 10px 34px;
  font-weight: bold;
  border-radius: 4px;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  line-height: 24px;
  font-family: "google_sansbold";
  outline: 0;
}

.btn:last-child {
  margin-right: 0px !important;
}

.btn:hover, .btn:focus {
  outline: 0;
}

.btn .icon {
  position: relative;
  top: 2px;
}

.btn .icon img {
  position: relative;
  top: -3px;
  width: 14px;
}

.btn.btn-fill {
  background-color: #0EBB86;
  color: #fff;
  opacity: 1;
  outline: 0;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn.btn-fill.purple-bg {
  background-color: #643BDF;
}

.btn.btn-fill.blue-bg {
  background-color: #007C88;
}

.btn.btn-fill:hover {
  background: #0ca375;
  color: #fff;
  opacity: 1;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn.btn-fill:active {
  background: #0ca375;
  color: #fff;
  opacity: 1;
  outline: 0;
}

.btn.left-icon .icon {
  margin-right: 15px;
}

.btn.right-icon .icon {
  margin-left: 15px;
}

.btn.btn-border {
  background-color: transparent;
}

.btn.white-btn-border {
  background-color: transparent;
  border-color: #fff;
}

.btn.btn-round {
  padding: 15px;
  border-radius: 50%;
  width: 65px;
  height: 65px;
  font-size: 24px;
  text-align: center;
}

.btn.btn-round .icon {
  top: 7px;
}

.btn.apple, .btn.androad {
  -webkit-border-radius: 3px !important;
  -moz-border-radius: 3px !important;
  border-radius: 3px !important;
  padding: 9px 28px;
  height: 82px;
}

.btn.apple img, .btn.androad img {
  width: 35px;
  height: 100%;
  float: left;
}

.btn.apple .icon, .btn.androad .icon {
  font-size: 60px;
  float: left;
}

.btn.apple span, .btn.androad span {
  display: block;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.btn.apple .group, .btn.androad .group {
  float: right;
}

.btn.apple .big,
    .btn.apple .small, .btn.androad .big,
    .btn.androad .small {
  text-align: left;
  margin-left: 7px;
  line-height: 30px;
}

.btn.apple .big, .btn.androad .big {
  font-size: 24px;
  font-weight: 400;
}

.btn.apple .small, .btn.androad .small {
  font-size: 16px;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: thin dotted;
  outline: 0px auto -webkit-focus-ring-color !important;
  outline-offset: -2px;
}

.btn-text-link {
  padding: 50px 0 0 0;
  text-align: center;
}

.btn-text-link a {
  margin-left: 10px;
}

/** 
 * -----------------
 * Social Icon Style
 * -----------------
 */
.social-icon {
  display: inline-block;
}

.social-icon li {
  list-style: none;
  float: left;
  margin-bottom: 0px;
  margin-right: 8px;
}

.social-icon li a {
  text-align: center;
  width: 45px;
  height: 45px;
  padding: 10px;
  border-radius: 50%;
}

.social-icon li:last-child a {
  margin-right: 0px;
}

/**
 * -----------------------------------
 * Subscription and contact  "MESSAGE"
 * -----------------------------------
 */
.subscription-success,
.subscription-failed,
.email-success,
.email-failed,
.email-loading {
  font-size: 15px;
  display: none;
  text-align: center !important;
  padding: 10px !important;
}

.email-loading {
  color: #52B8FF;
}

.email-loading img {
  width: 15px;
  position: relative;
  top: -2px;
}

.subscription-failed,
.email-failed {
  color: #FF5252 !important;
}

.subscription-failed .icon,
  .email-failed .icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}

.subscription-success,
.email-success {
  color: #56CC35;
}

.subscription-failed .icon,
.email-failed .icon,
.subscription-success .icon,
.email-success .icon {
  font-size: 20px;
  position: relative;
  top: 5px;
}

/**
 * ------------------
 * list
 * ------------------
 */
ul {
  margin: 0;
  padding: 0;
}

ul li {
  list-style-type: none;
}

/**
 * =================
 * CONTAINER HALF CONTENT
 * =================
 */
.content-half {
  position: relative;
}

.container-half-left {
  left: 0;
  background-position: center right;
}

.container-half-right {
  right: 0;
  background-position: center left;
}

.vertical-middle-content {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  flex-direction: row;
  -webkit-flex-direction: row;
}

/**
 * ---------------------------------
 *  Section Background Size Property
 * ---------------------------------
 */
.bg-cover {
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position: 50% 50%;
  background-attachment: initial;
  background-repeat: no-repeat;
}

.dark-bg {
  background-color: #202026;
}

.image-bg {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.home-section-separator {
  padding-top: 100px;
  padding-bottom: 200px;
}

.bg-black {
  background-color: #000;
}

.form-control {
  -webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 20px;
  height: 48px;
  line-height: 48px;
}

.form-control:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
  -moz-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.16), 0 0px 2px 0 rgba(0, 0, 0, 0.12);
  background-color: transparent;
}

.main-color {
  color: #0EBB86;
}

.p-200 {
  padding: 0 200px;
}

.img-overlay {
  background-image: url(../images/footer-bg.png);
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center;
}

.image-bg {
  background-size: cover;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  background-position: center center;
}

.home-2-img {
  background-image: url(../images/home-bg-img.jpg);
}

.featured-img-one {
  background-image: url(../images/home-bg-img.jpg);
}

.featured-img-two {
  background-image: url(../images/extra-feature-bg.jpg);
}

.map-image {
  background-image: url(../images/map-color-overlay.png);
}

.mt-30 {
  margin-top: 30px;
}

button {
  outline: 0;
}

button:hover {
  outline: 0;
}

button:focus {
  outline: 0;
}

.btn {
  outline: 0;
}

.btn:hover {
  outline: 0;
}

.btn:focus {
  outline: 0;
}

.round-image {
  border-radius: 50%;
}

.form-control {
  padding: 20px;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
}

.form-control:focus {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(14, 187, 134, 0.5);
  -moz-box-shadow: 0px 0px 3px 1px rgba(14, 187, 134, 0.5);
  box-shadow: 0px 0px 3px 1px rgba(14, 187, 134, 0.5);
  border-color: transparent;
}

.contact-message {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
  -moz-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.16);
  background-color: transparent;
  border-color: transparent;
  margin-bottom: 20px;
  width: 100%;
  padding: 20px;
  outline: 0;
}

.contact-message:focus {
  -webkit-box-shadow: 0px 0px 3px 1px rgba(14, 187, 134, 0.5);
  -moz-box-shadow: 0px 0px 3px 1px rgba(14, 187, 134, 0.5);
  box-shadow: 0px 0px 3px 1px rgba(14, 187, 134, 0.5);
  border-color: transparent;
}

.header-bg {
  background-color: #FFEFE9;
}

.purple-bg {
  background-color: #643BDF;
}

.blue-bg {
  background-color: #007C88;
}

/** 
 * -----------------
 * General CSS
 * -----------------
 */
.zb-section-title {
  padding-bottom: 60px;
  padding-top: 100px;
}

.zb-section-title h2 {
  font-size: 42px;
  line-height: 48px;
  font-weight: normal;
}

/*
.section {
    padding-top: 100px;
    padding-bottom: 100px;
}
*/
body {
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

/*
    ==============
       Navigation
    ==============
*/
.mh-nav {
  width: 100%;
}

.lo-fixed-nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  right: 0;
}

.mh-header {
  padding: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.mh-header.lo-header-3 {
  background-color: #fff;
}

.mh-header.lo-header-3 .navbar-nav li {
  margin: 0 15px;
}

.mh-header.lo-header-3 .navbar-nav li a {
  color: #2a2a2a;
}

.mh-header.lo-header-3 .navbar-nav li.active a {
  /*color: #0EBB86;*/
  color: #ffffff;
}

.mh-header.lo-header-3.nav-strict {
  background-color: #fff;
}

.mh-header.nav-strict {
  padding: 0;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
}

.mh-header .navbar-nav li {
  margin: 0 15px;
}

.mh-header .navbar-nav li.active a {
  /*color: #0EBB86;*/
  color: #ffffff;
}

.mh-header .navbar-nav li a {
  border-bottom: 1px solid transparent;
  letter-spacing: 1px;
  font-family: "google_sansmedium";
  font-size: 14px;
  opacity: 1;
  color: #fff;
  line-height: 25px;
}

.mh-header .navbar-nav li a.nav-link {
  padding-left: 0;
  padding-right: 0;
}

.mh-header .navbar-nav li a:hover {
  /*color: #0EBB86;*/
  color: #ffffff;
}

/*
    ==============
       home
    ==============
*/
#lo-home {
  background-attachment: fixed;
}

.color-overlay {
  background-color: rgba(0, 0, 0, 0.5);
}

.lo_content_inner {
  padding-top: 300px;
  padding-bottom: 250px;
  text-align: center;
  color: #fff;
}

.lo_content_inner .main_heading {
  color: #fff;
}

.home-vh {
  height: 100vh;
}

.home-padding {
  padding: 180px 0;
}

.lo-button .btn {
  margin: 0 4px;
}

.home-social {
  position: absolute;
  left: 0;
  top: 40%;
}

.home-social li {
  margin: 8px 0;
}

.home-social li a .fa {
  height: 40px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  border: 1px solid #fff;
  border-radius: 100%;
}

.home-social li a .fa:hover {
  color: #0EBB86;
}
.sec-tx-rotate {
  /* Safari */
  -webkit-transform: rotate(-90deg);
  /* Firefox */
  -moz-transform: rotate(-90deg);
  /* IE */
  -ms-transform: rotate(-90deg);
  /* Opera */
  -o-transform: rotate(-90deg);
  float: left;
  margin-left: -55px;
  position: absolute;
  bottom: 160px;
  left: -90px;
}

.sec-tx-rotate span {
  color: #2a2a2a;
  letter-spacing: 4px;
  word-spacing: 1px;
  opacity: 1;
  font-size: 12px;
  position: relative;
  text-transform: uppercase;
}

.sec-tx-rotate span:after {
  content: '';
  display: block;
  position: absolute;
  left: -42px;
  top: 6px;
  width: 35px;
  background: #22c391;
  height: 2px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.zb-number {
  color: #0EBB86;
}

.zb-number .fa {
  color: #000;
  font-size: 20px;
  margin-right: 10px;
}

.navbar-toggler-icon {
  background-image: url(../icons/ti.svg);
  background-repeat: no-repeat;
}

.navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
  margin-right: 4px;
}

.lo_content_inner .main_heading {
  font-size: 62px;
  letter-spacing: 1px;
  line-height: 65px;
  margin-bottom: 30px;
  margin: 20px 0;
}

.lo_content_inner p {
  font-size: 16px;
  color: #182D38;
  letter-spacing: 0;
  line-height: 30px;
  margin-bottom: 30px;
}

/*
    ==============
       services
    ==============
*/

.lo-section-title {
  text-align: center;
  margin-bottom: 60px;
}

.lo-section-title.about-sec-title {
  text-align: left;
}

.lo-section-title.about-sec-title .section-tagline {
  text-align: left;
}

.lo-section-title.about-sec-title h2 {
  text-align: left;
}

.lo-section-title.portolio-sec-title {
  text-align: left;
}

.lo-section-title.portolio-sec-title .section-tagline {
  text-align: left;
}

.lo-section-title.portolio-sec-title h2 {
  text-align: left;
}

.lo-again-section-title .section-tagline {
  position: relative;
  display: inline-block;
  padding: 12px 12px;
  margin: 0 2px;
  z-index: 1;
  text-align: center;
  color: #bfbfbf;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 4px;
  font-family: "google_sansregular";
  font-weight: bold;
  text-transform: uppercase;
}

.lo-again-section-title h2 {
  font-size: 55px;
  color: #0C001a;
  letter-spacing: 0;
  text-align: center;
  margin: 20px 0;
  line-height: 70px;
}

.lo-section-title h2 {
  font-size: 55px;
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  margin: 20px 0;
  line-height: 70px;
}

.lo-section-title h2 span {
  font-size: 55px;
  color: #0C001A;
  letter-spacing: -0.9px;
  font-family: "google_sansregular";
  line-height: 70px;
  display: block;
  font-weight: 400;
}

.nav-tabs {
  border: 0;
}

.nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
  border: 0;
}

/*
    ==============
       discover
    ==============
*/
.cl-logo {
  padding-bottom: 0;
  margin: 0 auto;
  text-align: center;
}

.cl-logo img {
  display: inline-block;
  margin: 0 20px;
  max-height: 40px;
}

.lo-about {
  position: relative;
  min-height: 700px;
}

.lo-about .container-half-left {
  left: 0;
  background-position: center right;
  width: 40%;
  background-size: cover;
}

.lo-about .container-half-right {
  right: 0;
  background-position: center left;
  width: 60%;
}

.container-half {
  position: absolute;
  vertical-align: middle;
  top: 0;
  bottom: 0;
  width: 50%;
}

.uv-accordinaton {
  width: 99%;
  margin: 0 auto;
  display: table;
  padding-bottom: 100px;
  padding-top: 30px;
}

.uv-accordinaton ul {
  padding: 0;
  margin: 20px 0;
  color: #555;
}

.uv-accordinaton ul li {
  list-style: none;
  display: block;
  padding: 15px 0;
  margin-bottom: 20px;
  background-color: #F3FBF9;
  overflow: hidden;
  padding-bottom: 0;
}

.uv-accordinaton ul li:first-child {
  border-color: transparent;
}

.uv-accordinaton-list {
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.uv-accordinaton-list:hover {
  /*color: #0EBB86;*/
  color: #ffffff;
}

.uv-accordinaton-list h2 {
  font-size: 24px;
  line-height: 32px;
  margin-top: 0;
  padding-left: 15px;
  font-weight: normal;
  margin-bottom: 15px;
  font-family: "google_sansmedium";
}

.uv-accordition-detail a {
  text-decoration: none;
  color: #C0392B;
  border: 1px solid #C0392B;
  padding: 6px 10px 5px;
  font-size: 14px;
}

.uv-accordition-detail {
  margin: 0px;
  display: none;
  text-align: center;
  background: #fff;
  padding-top: 20px;
}

.uv-accordition-detail img {
  margin: 0 auto;
  float: none;
  text-align: center;
  margin-bottom: -33px;
}

.uv-ac-details {
  text-align: left;
}

.uv-ac-details p {
  padding: 4px 10px;
}

.uv-right-arrow {
  margin-top: 0;
  margin-left: 0;
  margin-right: 30px;
  width: 30px;
  border-radius: 50%;
  height: 30px;
  line-height: 28px;
  float: right;
  background: #fff;
  color: #040404;
  text-align: center;
  font-weight: normal;
  font-size: 20px;
}

.uv-right-arrow.color {
  border: 1px solid #0EBB86;
  background: #0EBB86;
  color: #fff;
}

.tab-pane.active .lseft {
  animation: slide-left 1.5s ease-out;
}

.tab-pane.active .rsight {
  animation: slide-right 1.5s ease-out;
}

.uv-accordinaton li.shadow-1 .lseft {
  animation: slide-left 1.5s ease-out;
}

.uv-accordinaton li.shadow-1 .rsight {
  animation: slide-right 1.5s ease-out;
}

@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.tab-pane.active .lseft {
  animation: slide-left 1.5s ease-out;
}

.tab-pane.active .rsight {
  animation: slide-right 1.5s ease-out;
}

@keyframes slide-left {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes slide-right {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }

  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.zb-tabs h4 {
  width: 100%;
  outline: 0;
  text-align: center;
  font-size: 36px;
  line-height: 42px;
  padding: 32px 0;
  border-radius: 10px 10px 0px 0px;
  background: #85d06b;
  background: -moz-linear-gradient(top, #85d06b 0%, #9cce51 100%);
  background: -webkit-linear-gradient(top, #85d06b 0%, #9cce51 100%);
  background: linear-gradient(to bottom, #85d06b 0%, #9cce51 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cce51', endColorstr='#85d06b',GradientType=0 );
  color: #fff;
  opacity: 1;
  outline: 0;
}

/*
    ==============
       Portfolio
    ==============
*/
.nav-port {
  padding: 40px 0;
  padding-bottom: 0;
}

.portfolio-nav {
  margin: 0 auto;
  margin-bottom: 40px;
}

.portfolio-nav ul {
  margin: 0 auto;
  float: none;
  text-align: center;
}

.portfolio-nav ul li {
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
  color: #2a2a2a;
  font-size: 14px;
  line-height: 22px;
  padding: 4px 10px;
  font-family: "google_sansmedium";
}

.portfolio-nav ul li:hover {
  box-shadow: -1px 3px 30px rgba(0, 0, 0, 0.14);
  color: #0EBB86;
}

.portfolio-nav ul li.active {
  box-shadow: -1px 3px 30px rgba(0, 0, 0, 0.14);
  color: #0EBB86;
}

.mh-project-gallery {
  padding-bottom: 100px;
}

.mh-project-gallery figure {
  position: relative;
  margin: 0;
}

.mh-project-gallery figure:hover {
  overflow: hidden;
}

.mh-project-gallery figure:hover .fig-mini-cap {
  opacity: 0;
}

.mh-project-gallery figure:hover .fig-caption {
  opacity: 1;
  bottom: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mh-project-gallery figure .fig-caption {
  position: absolute;
  right: 0;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.4);
  bottom: 0;
  text-align: center;
  opacity: 0;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mh-project-gallery figure .fig-caption .lo-portfolio-cap-inner {
  margin: 30px 20px;
  background: #fff;
  padding: 10px;
  position: relative;
}

.mh-project-gallery figure .fig-caption .lo-portfolio-cap-inner .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  background: #007C88;
  color: #fff;
  position: absolute;
  top: -18px;
  margin-left: -13px;
}

.mh-project-gallery figure .fig-caption .lo-portfolio-cap-inner h5 {
  font-size: 25px;
  line-height: 34px;
  color: #2A2A2A;
  letter-spacing: 0;
  text-align: center;
  margin: 20px 0;
  margin-bottom: 20px;
  margin-top: 50px;
}

.mh-project-gallery figure .fig-caption .lo-portfolio-cap-inner .sub-title {
  font-size: 14px;
  color: #7F7F7F;
  letter-spacing: 0.44px;
  line-height: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

.mh-project-gallery figure .fig-caption .lo-portfolio-cap-inner p {
  opacity: 0.6;
  font-size: 14px;
  color: #2A2A2A;
  letter-spacing: 0;
  text-align: center;
  line-height: 24px;
  padding-bottom: 20px;
  margin-bottom: 30px;
}

.mh-project-gallery figure .fig-caption .lo-portfolio-cap-inner .btn {
  text-transform: uppercase;
  margin-bottom: 10px;
  box-shadow: none;
  color: #fff;
  font-size: 14px;
  color: #FFFFFF;
  letter-spacing: 1px;
  opacity: 1;
  text-align: center;
}

.mh-project-gallery figure .fig-mini-cap {
  position: absolute;
  right: 0;
  left: 0;
  background: transparent;
  bottom: -50px;
  text-align: center;
  opacity: 1;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.mh-project-gallery figure .fig-mini-cap .lo-portfolio-cap-inner {
  margin: 30px 20px;
  background: #fff;
  padding: 10px;
  position: relative;
  box-shadow: 1px 6px 20px 0px rgba(189, 189, 189, 0.47);
}

.mh-project-gallery figure .fig-mini-cap .lo-portfolio-cap-inner .fa {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 100%;
  background: #007C88;
  color: #fff;
  position: absolute;
  top: -18px;
  margin-left: -13px;
}

.mh-project-gallery figure .fig-mini-cap .lo-portfolio-cap-inner h5 {
  font-size: 25px;
  line-height: 34px;
  color: #2A2A2A;
  letter-spacing: 0;
  text-align: center;
  margin: 20px 0;
  margin-bottom: 10px;
}

.mh-project-gallery figure .fig-mini-cap .lo-portfolio-cap-inner .sub-title {
  font-size: 14px;
  color: #7F7F7F;
  letter-spacing: 0.44px;
  line-height: 10px;
  padding-bottom: 10px;
  font-weight: 300;
}

/*
    ==============
       acvhivement
    ==============
*/
.lo-acvhivement {
  background-color: rgba(14, 187, 134, 0.05);
  background-attachment: fixed;
}

.lo-achivement-inner {
  border-radius: 4px;
  padding: 30px 15px;
  text-align: center;
}

.lo-achivement-inner img {
  height: 40px;
  margin-bottom: 20px;
}

.lo-achivement-inner .countsown {
  font-size: 70px;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 70px;
  margin-top: 10px;
  color: #0EBB86;
  margin-bottom: 10px;
  font-family: "google_sansbold";
}

.lo-achivement-inner h4 {
  font-size: 14.4px;
  color: #fff;
  letter-spacing: 1px;
  font-family: "google_sansbold";
  margin-top: 20px;
  text-transform: capitalize;
}

.lo-team-item {
  margin-bottom: 30px;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lo-team-item:hover {
  box-shadow: 0 30px 45px rgba(236, 236, 236, 0.75);
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.lo-team-item .team-member-content {
  padding: 20px 15px;
  padding-left: 22px;
  padding-right: 10px;
  text-align: center;
}

.lo-team-item .team-member-content h5 {
  font-size: 26px;
  line-height: 36px;
  color: #182D38;
  letter-spacing: 0;
  margin-top: 20px;
  margin-bottom: 0px;
}

.lo-team-item .team-member-content h6 {
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 1.5px;
  color: #2a2a2a;
  opacity: 0.6;
  font-family: "google_sansregular";
}

.lo-team-item .team-member-content .lo-team-contact {
  margin: 10px 0;
}

.lo-team-item .team-member-content .lo-team-contact a {
  display: block;
  opacity: 0.4;
  font-size: 14px;
  color: #182D38;
  letter-spacing: 0;
  margin-bottom: 2px;
}

.lo-team-item .team-member-content .team-social {
  margin-top: 20px;
}

.lo-team-item .team-member-content .team-social li {
  display: inline-block;
  margin: 4px;
}

.lo-team-item .team-member-content .team-social li a .fa {
  border: 1px solid rgba(42, 42, 42, 0.15);
  height: 34px;
  width: 34px;
  line-height: 32px;
  text-align: center;
  border-radius: 50%;
}

.lo-team-item .team-member-content .team-social li a .fa:hover {
  color: #0EBB86;
}

.lo-team .owl-next {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  border: 0px solid red;
  border-color: #83d7ac;
  top: 40%;
  height: 70px;
  box-shadow: 15px 10px 54px rgba(51, 51, 51, 0.1);
  width: 70px;
  right: 0%;
  text-align: center;
}

.lo-team .owl-next .fa {
  color: #2A2A2A;
  line-height: 70px;
  font-size: 40px;
  margin-left: 0px;
}

.lo-team .owl-prev {
  position: absolute;
  background: #fff;
  border-radius: 50%;
  border: 0px solid red;
  text-align: center;
  border-color: rgba(255, 255, 255, 0.44);
  top: 40%;
  left: 0%;
  height: 70px;
  box-shadow: 15px 10px 54px rgba(51, 51, 51, 0.1);
  width: 70px;
}

.lo-team .owl-prev .fa {
  line-height: 70px;
  color: #2A2A2A;
  font-size: 40px;
  margin-left: 0px;
}

.lo-ph-tips .ph-tiops-inner {
  background-color: #fff;
  box-shadow: 0 23px 36px rgba(236, 236, 236, 0.5);
}

.lo-ph-tips .ph-tiops-inner .tips-cap {
  padding: 10px 20px;
  margin-top: 20px;
}

.lo-ph-tips .ph-tiops-inner .tips-cap h3 {
  margin: 10px 0;
  font-family: "google_sansmedium";
  font-weight: normal;
  font-size: 24px;
  line-height: 32px;
}

.lo-ph-tips .ph-tiops-inner .tips-cap h3:hover a {
  color: #0EBB86;
}

.lo-ph-tips .ph-tiops-inner .tips-cap a.hover {
  color: #0EBB86;
}

.lo-feature-service .lo-f-service-item {
  text-align: center;
  box-shadow: 0px 12px 75px rgba(112, 112, 112, 0.11);
  padding: 50px 20px;
  margin-bottom: 30px;
}

.lo-feature-service .lo-f-service-item .s-icon {
  width: 125px;
  height: 125px;
  background: rgba(100, 59, 223, 0.2);
  border-radius: 100%;
  line-height: 100px;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 30px;
}

.lo-f-service-item .service-icon-one {
  display: block;
  position: relative;
  width: 145px;
  height: 145px;
  margin: auto;
  margin-bottom: 30px;
  margin-bottom: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
}

.lo-f-service-item .service-icon-one:hover {
  border: 10px solid #643BDF;
  transition: 0.5s;
}

.lo-f-service-item .service-icon-two {
  display: block;
  position: relative;
  width: 145px;
  height: 145px;
  margin: auto;
  margin-bottom: 30px;
  margin-bottom: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
}

.lo-f-service-item .service-icon-two:hover {
  border: 10px solid #52D3B6;
  transition: 0.5s;
}

.lo-f-service-item .service-icon-three {
  display: block;
  position: relative;
  width: 145px;
  height: 145px;
  margin: auto;
  margin-bottom: 30px;
  margin-bottom: 20px;
  border: 10px solid #fff;
  border-radius: 50%;
}

.lo-f-service-item .service-icon-three:hover {
  border: 10px solid #FAC940;
  transition: 0.5s;
}

.lo-feature-service .lo-f-service-item .s-icon.blue {
  background: rgba(82, 211, 182, 0.25);
}

.lo-feature-service .lo-f-service-item .s-icon.yellow {
  background: rgba(250, 201, 64, 0.2);
}

.lo-feature-service .lo-f-service-item .s-icon img {
  width: 57px;
}

.lo-feature-service .lo-f-service-item h4 {
  font-size: 21px;
  line-height: 35px;
  margin-bottom: 20px;
  margin-top: 20px;
  color: #2A2A2A;
}

.lo-feature-service .lo-f-service-item p {
  opacity: 0.6;
}

.subscription-mail .sub-inner {
  background-color: #20DF96;
  color: white;
  border-radius: 4px;
  padding: 50px;
}

.subscription-mail .sub-inner span {
  font-weight: bold;
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 2px;
}

.subscription-mail .sub-inner h2 {
  font-size: 55px;
  line-height: 70px;
  margin: 10px 0;
  margin-top: 20px;
}

.subscription-mail .sub-inner .form-inline {
  position: relative;
}

.subscription-mail .sub-inner .form-control {
  width: 100%;
  background-color: #fff;
  border-radius: 2;
  outline: 0;
  box-shadow: none;
  height: 50px;
  margin: 0;
  line-height: 55px;
}

.subscription-mail .sub-inner p {
  margin-top: 30px;
  margin-bottom: 20px;
  opacity: 0.8;
}

.subscription-mail .sub-inner .btn {
  position: absolute;
  right: 0;
  background: transparent;
  color: #0EBB86;
}

#lo-contact {
  background-attachment: fixed;
}
.lo-contact .single-form {
  padding: 30px;
  border-radius: 7px;
}

.lo-contact .quate-form {
  padding: 0 30px;
}

.lo-contact .contactinfo {
  padding: 0 4px;
}

.lo-contact .contactinfo h2 {
  font-size: 55px;
  line-height: 60px;
  margin-bottom: 20px;
  color: #fff;
}

.lo-contact .contactinfo p {
  margin-bottom: 20px;
  color: #fff;
  font-size: 25px;
  line-height: 32px;
  font-family: "google_sansmedium";
}

.lo-contact .contactinfo a {
  font-size: 25px;
  line-height: 32px;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
  color: #fff;
  display: block;
}

.lo-contact .contactinfo a .fa {
  margin-right: 10px;
}

.lo-contact .contactinfo a:hover {
  color: #0EBB86;
}

.lo-contact .btn .fa {
  margin-left: 30px;
}

.lo-pricing-plan .pricing-item {
  box-shadow: 0 65px 75px rgba(112, 112, 112, 0.11);
  text-align: center;
  padding: 30px 0px;
  border-top: 6px solid #643BDF;
  border-radius: 10px;
}

.lo-pricing-plan .pricing-item.sky-color {
  border-color: #52D3B6;
}

.lo-pricing-plan .pricing-item.sky-color .pricing-item-top h3 {
  color: #52D3B6;
}

.lo-pricing-plan .pricing-item.sky-color .pricing-item-bottom .btn {
  background-color: #52D3B6;
}

.lo-pricing-plan .pricing-item.yellow-color {
  border-color: #FAC940;
}

.lo-pricing-plan .pricing-item.yellow-color .pricing-item-top h3 {
  color: #FAC940;
}

.lo-pricing-plan .pricing-item.yellow-color .pricing-item-bottom .btn {
  background-color: #FAC940;
}

.lo-pricing-plan .pricing-item .pricing-item-top {
  margin-bottom: 30px;
}

.lo-pricing-plan .pricing-item .pricing-item-top .event-name {
  color: #2A2A2A;
  font-size: 25px;
  line-height: 34px;
  text-transform: uppercase;
  font-family: "google_sansbold";
}

.lo-pricing-plan .pricing-item .pricing-item-top h3 {
  color: #643BDF;
  font-size: 55px;
  line-height: 60px;
  margin: 20px 0;
  margin-bottom: 0;
}

.lo-pricing-plan .pricing-item .pricing-item-top .duration-month {
  font-size: 18px;
  line-height: 30px;
  color: #BFBFBF;
  font-weight: bold;
  letter-spacing: 2px;
}

.lo-pricing-plan .pricing-item .pricing-offers {
  border: 1px solid rgba(216, 216, 216, 0.4);
  border-right: 0;
  border-left: 0;
  padding: 30px 0;
}

.lo-pricing-plan .pricing-item .pricing-offers li {
  font-size: 18px;
  line-height: 30px;
  color: #AAAAAA;
  margin: 13px 0;
  font-family: "google_sansmedium";
}

.lo-pricing-plan .pricing-item .pricing-offers li:first-child {
  color: #2A2A2A;
  font-size: 24px;
  text-decoration: underline;
}

.lo-pricing-plan .pricing-item .pricing-item-bottom {
  margin-top: 30px;
}

.lo-pricing-plan .pricing-item .pricing-item-bottom .btn {
  margin-bottom: 20px;
  background-color: #643BDF;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 24px;
  padding: 14px 30px;
}

.lo-pricing-plan .pricing-item .pricing-item-bottom p {
  font-size: 18px;
  line-height: 30px;
  color: #AAAAAA;
  font-family: "google_sansmedium";
}

.lo-testimonial {
  background-color: rgba(14, 187, 134, 0.05);
}

.lo-testimonial .owl-carousel .owl-stage-outer {
  overflow: visible;
}

.lo-testimonial .testimonial-item {
  background-color: #fff;
  padding: 40px 130px;
  box-shadow: 0 50px 64px rgba(184, 184, 184, 0.2);
}

.lo-testimonial .testimonial-item img {
  height: 140px;
  width: 140px;
  margin: 0 auto;
  border-radius: 50%;
  margin-bottom: 20px;
}

.lo-testimonial .testimonial-item h4 {
  color: #2A2A2A;
}

.lo-testimonial .testimonial-item span {
  color: rgba(42, 42, 42, 0.6);
}

.lo-testimonial .testimonial-item p {
  font-size: 22px;
  line-height: 32px;
  color: #2A2A2A;
  margin-top: 20px;
  font-family: "google_sansmedium_italic";
}

.lo-testimonial .owl-controls .owl-nav {
  display: none !important;
}

.lo-testimonial .owl-controls .owl-dots {
  padding-left: 15px;
  margin-top: 40px;
}

.lo-testimonial .owl-controls .owl-dots .owl-dot {
  height: 8px;
  width: 8px;
  background-color: rgba(42, 42, 42, 0.4);
  display: inline-block;
  border-radius: 50%;
  margin-right: 10px;
}

.lo-testimonial .owl-controls .owl-dots .owl-dot.active {
  background-color: #2A2A2A;
}

/*
    ==============
      FOOTER ONE
    ==============
*/
.mh-footer ::placeholder {
  opacity: 0.9;
}

.mh-footer .form-control {
  padding: 20px;
  -webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.4), 0 0px 1px 1px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.4), 0 0px 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.4), 0 0px 1px 1px rgba(0, 0, 0, 0.04);
}

.mh-footer .form-control:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.4), 0 0px 1px 1px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.4), 0 0px 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.4), 0 0px 1px 1px rgba(0, 0, 0, 0.04);
  border-color: transparent;
}

.mh-footer .contact-message {
  -webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.4), 0 0px 1px 1px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.4), 0 0px 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.4), 0 0px 1px 1px rgba(0, 0, 0, 0.04);
  background-color: transparent;
  border-color: transparent;
  border-radius: 4px;
  margin-bottom: 20px;
  width: 100%;
  padding: 20px;
  outline: 0;
}

.mh-footer .contact-message:focus {
  -webkit-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.4), 0 0px 1px 1px rgba(0, 0, 0, 0.04);
  -moz-box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.4), 0 0px 1px 1px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0px 2px 0 rgba(0, 0, 0, 0.4), 0 0px 1px 1px rgba(0, 0, 0, 0.04);
  border-color: transparent;
}

/*
    ==============
       MAP
    ==============
*/
.mh-map {
  padding: 0px;
  margin-top: 0px;
  padding-right: 0px;
}

.mh-map #mh-map {
  height: 450px;
  width: 100%;
  padding-right: 0px;
}

.lo-footer {
  background-color: #515252;
  color: #fff;
}

.lo-footer a {
  color: #fff;
}

.lo-footer a:hover {
  color: #0EBB86;
}

.lo-footer .footer-links a {
  padding: 0 7px;
  border-right: 1px solid #fff;
}
.footer-links .navbar-nav {
	display:inline-block;
}
.lo-contact .fog-con .contactus4_banner > .customize-partial-edit-shortcut{
    right: auto !important;
    left: 0 !important;
    z-index: 99999999 !important;
}
.lo-footer .footer-links li:last-child a {
    border-right: 0px !important;
}
.pricingplan4_listing{
	position:relative;
}
.customize-partial-edit-shortcut.customize-partial-edit-shortcut-wedding_counters_bg_image {
    left: 0px !important;
    right: auto !important;
}
.testimonial-item .image_pre {
    display: inline-block;
    position: relative;
}
.customize-partial-edit-shortcut.customize-partial-edit-shortcut-wedding_photograph_one_image, .customize-partial-edit-shortcut.customize-partial-edit-shortcut-wedding_photograph_two_image, .customize-partial-edit-shortcut.customize-partial-edit-shortcut-wedding_photograph_three_image {
    right: 10px;
    top: -14px !important;
}
.site-title {
    position: relative;
}
.site-title  .customize-partial-edit-shortcut{
    top: -13px !important;
}
.testimonial-item .image_pre .customize-partial-edit-shortcut{
	right: 28px;
}
.lo-footer .footer-links li a {
    border-right: 1px solid #fff !important;
}
.footer-links .navbar-nav li{
	float: left;
	width: auto;
	display: inline-block;
}

.lo-footer .footer-links a:last-child {
  border-right: 0px;
}

.lo-footer .footer-links a:hover {
  color: #0EBB86;
}

.lo-footer .social-icon li {
  background: transparent;
}

.lo-footer .social-icon li:hover {
  background: transparent;
}

.lo-footer .social-icon li:hover a .fa {
  color: #0EBB86;
}

.lo-footer .social-icon li a {
  width: 0;
  height: 0;
  padding: 0;
}
.section.zb-home.lo-home.header-bg.image-bg.home_manepage .customize-partial-edit-shortcut.customize-partial-edit-shortcut-wedding_banner_background_image{
	left:0px !important;
	right:auto !important;
}
.pro_version_class .pro_version_content{
    background: #fff;
    margin: 0px -10px;
}
.lo-footer .social-icon li a .fa {
  border: 1px solid #fff;
  height: 30px;
  width: 30px;
  line-height: 30px;
  border-radius: 50%;
}
#lo-contact .contactus4_banner .white-text.section-legend {
    color: #fff;
}
#lo-contact .contactus4_banner .white-text.section-legend a{
    color: #fff;
}

/*
    ============
    Footer Address
    ==============
*/
.mh-footer-address {
  margin-bottom: 60px;
}

.mh-footer-address .mh-address-footer-item {
  padding: 30px;
  text-align: center;
  margin-bottom: 30px;
}

.mh-footer-address .mh-address-footer-item h4 {
  margin-bottom: 20px;
}

.mh-footer-address .mh-address-footer-item address {
  margin-bottom: 0;
}

.mh-footer-address .mh-address-footer-item .each-icon {
  margin-bottom: 30px;
}

.mh-footer-address .mh-address-footer-item .each-icon .fa {
  text-align: center;
  width: 100px;
  height: 100px;
  border: 1px solid;
  border-radius: 50%;
  line-height: 100px;
  font-size: 20px;
  border-color: #0EBB86;
}

.zb-address {
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 20px;
  color: #616161;
}

.zb-address h4 {
  color: #616161;
}

.zb-address address {
  color: #616161;
}

.zb-address address a {
  color: #616161;
  display: block;
}

.zb-address address a:hover {
  color: #0EBB86;
}

.zb-footer label {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  line-height: 28px;
  margin-bottom: 10px;
}

.zb-footer .btn-form {
  text-align: right;
}

.zb-footer .single-form {
  margin-top: 0px;
}

.mini-section-separator {
  padding: 30px 0;
}

.zb-footer-bottom p {
  margin: 0;
  color: #fff;
}

.social-icon li {
  background: #fff;
  border-radius: 2px;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.social-icon li:hover {
  background: #85d06b;
  background: -moz-linear-gradient(top, #9cce51 0%, #85d06b 100%);
  background: -webkit-linear-gradient(top, #9cce51 0%, #85d06b 100%);
  background: linear-gradient(to bottom, #9cce51 0%, #85d06b 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9cce51', endColorstr='#85d06b',GradientType=0 );
  color: #fff;
  opacity: 1;
  -moz-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
}

.social-icon li:hover a {
  color: #fff;
}

#msgSubmit {
  margin-top: 20px;
  font-size: 22px;
  line-height: 30px;
  margin-bottom: 30px;
}

/**
 * ===================================
 *  Video post
 * ===================================
 */
.video-player {
  position: relative;
  line-height: 0;
}

.video-player video {
  width: 100%;
  border-radius: 10px;
}

.video-player .btn {
  width: 230px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  transition: all 0.6s;
  background-color: transparent;
}

.video-player.gobottom .btn {
  bottom: 10%;
}

.video-player .btn .icon svg {
  fill: #fff;
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

.video-player .btn span {
  transition: all 0.4s;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}

.video-player .btn span.active {
  opacity: 1;
}

.video-features {
  padding: 35px;
  border-radius: 4px;
}

.video-features h4 {
  margin-top: 0;
  margin-bottom: 13px;
}

.video-features p {
  margin-bottom: 0;
}

.video-features .media-left {
  vertical-align: middle;
}

.video-features .icon svg {
  width: 40px;
  height: 40px;
  margin-top: -5px;
}

.nivo-lightbox-theme-default .nivo-lightbox-inline {
  background: transparent;
  padding: 0;
}

.quate-form {
  margin-top: 40px;
}

.footer-man {
  position: absolute;
  left: -200px;
  top: 331px;
  height: 300px;
}

.lo-home-2 .form-inline {
  position: relative;
}

.lo-home-2 .form-control {
  width: 100%;
  background-color: #fff;
  border-radius: 2;
  outline: 0;
  box-shadow: none;
  height: 50px;
  margin: 0;
  line-height: 55px;
  font-family: "google_sansregular";
  font-weight: bold;
  font-size: 14px;
  color: #a8a8a8;
}

.lo-home-2 p {
  margin-top: 30px;
  margin-bottom: 20px;
  opacity: 0.8;
}

.lo-home-2 .btn {
  position: absolute;
  right: 2px;
  background: #0EBB86;
  color: #fff;
  height: 46px;
  line-height: 46px;
  padding: 0 34px;
  border: 0;
  outline: 0;
}

.lo-home-3 .lo_content_inner {
  padding-top: 250px;
  padding-bottom: 250px;
}

.satisfied-client {
  margin-top: -110px;
}

.satisfied-client .cl-logo {
  box-shadow: 0 35px 75px rgba(112, 112, 112, 0.11);
  padding-top: 70px;
  padding-bottom: 0;
  margin: 0 auto;
  text-align: center;
  padding-bottom: 70px;
  background: #fff;
}

.satisfied-client .cl-logo img {
  margin: 0 24px;
}

.satisfied-client .cl-logo h4 {
  font-family: "google_sansbold";
  margin-bottom: 30px;
  color: #2A2A2A;
}


  /*-----------------Heading Corners---------------------------*/

.heading-corners {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 5px;
  font-size: -9px;
  text-align: center;
  vertical-align: top;
  font-weight: 400;
  border: 2px solid #0EBB86;
  border-radius: 5px;
}

.heading-corners::before,
.heading-corners::after {
  content: "";
  position: absolute;
  background-color: #fff;
  transition: 200ms ease-in;
  transform-origin: center center;
}

.heading-corners::before {
  width: calc(100% + 2px * 2 - 45px);
  height: calc(100% + 2px * 2);
  top: -2px;
  left: 51%;
  transform: translateX(-50%);
}

.heading-corners::after {
  height: calc(100% + 2px * 2 - 40px);
  width: calc(100% + 2px * 2);
  left: -2px;
  top: 50%;
  transform: translateY(-50%);
} 
 /*-----------------contact form redesign---------------------------*/

.fog-con{
  background-size: cover;
  background-attachment: fixed;
  background-repeat: no-repeat;
  position: relative;
}
.fog-con:before {
    position: absolute;
    content: "";
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.5;
}

.from-group input {
  border-color: currentcolor currentcolor #fff;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  height: 70px;
  transition: all 0.3s ease 0s;
  width: 100%;
  outline: none;
  color: #fff;
  background: transparent;
}

.from-group textarea {
  border-color: currentcolor currentcolor #fff;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  height: 160px;
  transition: all 0.3s ease 0s;
  width: 100%;
  outline: none;
  color: #fff;
  background: transparent;
  margin-bottom: 25px;
  margin-top: 10px;
}

::placeholder {
 /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  opacity: 1;
 /* Firefox */;
}

:-ms-input-placeholder {
 /* Internet Explorer 10-11 */
  color: #fff;
}

::-ms-input-placeholder {
 /* Microsoft Edge */
  color: #fff;
}


/*# sourceMappingURL=styles.css.map */


.searchhh_1 .widget-title {
  color: #313131;
  font-size: 24px;
  margin-top: 15px;
}

.searchhh_1 ul li a {
  color: #9d9c9c;
}
.searchhh_1 ul li{
  color: #9d9c9c;
}
.searchhh_1 ul li:hover{
  color: #0ebb86;
}
.searchhh_1 ul li a:hover{
  color: #0ebb86;
}

.widget.widget_meta ul li a {
  border: 1px solid #dadada;
  border-radius: 15px;
  color: #9d9c9c;
  float: left;
  font-size: 12px;
  margin: 15px 10px 0 0;
  padding: 2px 12px;
  text-decoration: none;
  text-transform: uppercase;
}

.widget.widget_meta ul li a:hover {
  background: hsl(161, 70%, 45%) none repeat scroll 0 0;
  border: 1px solid hsl(161, 70%, 45%);
  color: hsl(0, 0%, 100%);
  transition: all 0.3s ease 0s;
}
.searchhh_1 .widget.widget_search .search-field{
  box-shadow: none !important;
  border: none !important;
  font-size: 17px;
  width: 100%;
  color: #999;
  background: transparent;
  margin-bottom: 0;

}

.searchhh_1 .widget.widget_search label{
  margin-bottom: 0;
}

.searchhh_1 .widget.widget_search .search-field::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #999;
}
.searchhh_1 .widget.widget_search .search-field::-moz-placeholder { /* Firefox 19+ */
  color: #999;
}
.searchhh_1 .widget.widget_search .search-field:-ms-input-placeholder { /* IE 10+ */
  color: #999;
}
.searchhh_1 .widget.widget_search .search-field:-moz-placeholder { /* Firefox 18- */
  color: #999;
}


.searchhh_1 .widget.widget_search span{
  display: none;
}

.searchhh_1 .widget.widget_search {
  position: relative;
  padding: 14px 20px;
  position: relative;
  padding-right: 50px;
  min-height: 50px;
  background: #f9f9f9;
}

.searchhh_1 .widget.widget_search .search-submit {
  -moz-border-bottom-colors: none;
  -moz-border-left-colors: none;
  -moz-border-right-colors: none;
  -moz-border-top-colors: none;
  background: #24c392 none repeat scroll 0 0;
  border-color: rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, 0) currentcolor;
  border-image: none;
  border-style: solid solid solid none;
  border-width: 1px 1px 1px medium;
  color: #ffffff;
  cursor: pointer;
  float: left;
  font-size: 17px;
  padding: 14px;
  width: 45px;
position: absolute;
    right: 0;
    top: 0;
    font-size: 0;
    z-index: 1;
}

.searchhh_1 .widget.widget_search:after{
  position: absolute;
  content: "ï";
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  font-family: "FontAwesome";
  color: #fff;
  z-index: 2;
}

.blog_details .col-md-6.admin-post-txt{
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
  background: #fff;
}
.content-area {
  background: #ffffff none repeat scroll 0 0;
  padding-bottom: 60px;
}

.content-area.blog_details2 aside#secondary.widget-area {
  margin-top: 60px;
}

.blog_details2 input[type="text"],
.blog_details2 input[type="email"],
.blog_details2 input[type="url"],
.blog_details2 textarea
 {
  border-color: currentcolor currentcolor #9d9c9c;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  height: 50px;
  outline: medium none;
  transition: all 0.3s ease 0s;
  width: 100%;
}
.blog_details2 textarea{
  height: 120px;
  
}
.blog_details2 input[type="text"]:focus,
.blog_details2 input[type="email"]:focus,
.blog_details2 input[type="url"]:focus,
.blog_details2 textarea:focus
 {
  border-color: #22c492;
  outline: medium none;
}

  .blog_details2 ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #999;
  }
  .blog_details2 ::-moz-placeholder { /* Firefox 19+ */
    color: #999;
  }
  .blog_details2 :-ms-input-placeholder { /* IE 10+ */
    color: #999;
  }
  .blog_details2 :-moz-placeholder { /* Firefox 18- */
    color: #999;
  }

.comment-form-cookies-consent > label{
  margin-left: 5px;
}


.form-submit .submit {
  background: #22c492 none repeat scroll 0 0;
  border: medium none;
  border-radius: 5px;
  color: #ffffff;
  display: block;
  float: right;
  font-size: 14px;
  font-weight: 600;
  margin: 20px auto 0;
  padding: 13px 25px;
  text-transform: uppercase;
  transition: all 0.5s ease 0s;
}

.page-header.main_cattegy h1 {
  color: #24c392;
  font-size: 27px;
  margin-top: 74px;
}


#lo-contact .form-control {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  border-color: currentcolor currentcolor #ffffff;
  border-style: none none solid;
  border-width: 0 0 1px;
  box-shadow: none;
  color: #ffffff;
  height: 70px;
  outline: medium none;
  transition: all 0.3s ease 0s;
  width: 100%;
  padding: 6px 0;
  border-radius: 0;
  box-shadow: none;

}

#lo-contact .pirate_forms_three_inputs.col-sm-6{
-moz-box-flex: 0;
    flex: 0 0 100%;
    max-width: 100%;
    padding: 0;
}


#lo-contact .form-control::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  color: #fff;
}
#lo-contact .form-control::-moz-placeholder { /* Firefox 19+ */
  color: #fff;
}
#lo-contact .form-control:-ms-input-placeholder { /* IE 10+ */
  color: #fff;
}
#lo-contact .form-control:-moz-placeholder { /* Firefox 18- */
  color: #fff;
}

#lo-contact .pirate-forms-submit-button.btn.btn-primary {
  background-color: #0ebb86;
  color: #ffffff;
  border-color: #0ebb86;
  opacity: 1;
  outline: 0 none;
  transition: color 0.3s ease 0s;
}


#lo-contact .contact_submit_wrap{
  text-align: left;
}
.section-separator {
  padding-bottom: 60px;
  padding-top: 60px !important;
}

.lo-pricing-plan div.ptp-item-container {
  border-left: !important;
  border-right: !important;
  border-bottom: !important;
  border-radius: 10px !important;
  border-top: 6px solid #643bdf;
  box-shadow: 0 65px 75px rgba(112, 112, 112, 0.11);
  padding: 30px 0 !important;
  text-align: center;
}
.lo-pricing-plan .ptp-price {
  background: #ffffff !important;
  border-bottom: 1px solid rgba(216, 216, 216, 0.4);
    color: #643bdf;
  font-size: 55px !important;
  font-family: "google_sansbold";
  line-height: 60px;
  padding: 20px 15px !important;
  margin-bottom: 25px !important;
}


.lo-pricing-plan .ptp-plan{
  color: #2a2a2a;
  font-family: "google_sansbold";
  font-size: 25px !important;
  line-height: 34px;
  text-transform: uppercase;
  background: transparent;
  padding: 0 15px !important;
}



.lo-pricing-plan div.ptp-bullet-item {
  border: medium none;
  color: #aaaaaa;
  font-family: "google_sansmedium";
  font-size: 18px !important;
  line-height: 30px;
  padding: 10px 15px !important;
}

.lo-pricing-plan a.ptp-button {
  border: medium none !important;
  border-radius: 4px !important;
  height: auto;
  min-height: auto;
  padding: 14px 20px !important;
  width: auto !important;
  text-transform: uppercase;
  background: #643bdf !important;
}

.lo-pricing-plan .ptp-cta{
  background: transparent;
  border-top:  1px solid rgba(216, 216, 216, 0.4);
}

.lo-pricing-plan div.ptp-bullet-item.ptp-row-id-0 {
  color: #2a2a2a;
  font-family: "google_sansmedium";
  font-size: 24px !important;
  text-decoration: underline;
}
.subscription4_forms::after {
  color: #0ebb86;
  content: "ï¸";
  font-family: "FontAwesome";
  position: absolute;
  right: 14px;
  top: 10px;
}
.subscription-mail .sub-inner span {
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 30px;
}
.subscription4_forms input[type="submit"] {
  cursor: pointer;
  height: 50px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  z-index: 9;
}
.subscription-mail .sub-inner p{
  margin: 0;
}
.subscription4_forms {
  display: inline-block;
  position: relative;
  width: 100%;
  margin-top: 20px;
}
.subscription4_forms input.form-control{
  padding: 5px 16px;
  padding-right: 60px;
}
.lo-pricing-plan .ptp-col:nth-child(2) div.ptp-item-container{

border-top: 6px solid #52d3b6 !important;
}

.lo-pricing-plan .ptp-col:nth-child(2) .ptp-price{
  color: #52d3b6;
}

.lo-pricing-plan .ptp-col:nth-child(2) a.ptp-button{
  background: #52d3b6 !important;
}





.lo-pricing-plan .ptp-col:nth-child(3) div.ptp-item-container{

border-top: 6px solid #fac940 !important;
}

.lo-pricing-plan .ptp-col:nth-child(3) .ptp-price{
  color: #fac940;
}

.lo-pricing-plan .ptp-col:nth-child(3) a.ptp-button{
  background: #fac940 !important;
}


.home_manepage .lo_content_inner {
  padding: 0;
}
.home_manepage.zb-home {
  position: relative;
  line-height: 1;
  height: 100vh;
  overflow:hidden;
  background-size: cover !important;
  background-position: center !important;
  background-repeat: no-repeat !important;
}

.home_manepage .color-overlay.home-h {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.lo-pricing-plan .ptp-price span {
  color: #bfbfbf;
  display: block;
  font-size: 18px;
  line-height: 1.7;
}
.blog_details .col-md-6.admin-post-img {
  /* display: none; */
}
.onsingle_page img
{
	width:100%;
	height:300px;
}

.blog_details .single-post{
  background: transparent;
}
.pricingplan4_listing{
  display: inline-block;
  width: 100%;
}
.home-social {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.home_manepage .section-separator{
  position: relative;
  padding-left: 55px;

}

.vide_img_size {
  height: 100vh;
  object-fit: cover;
  width: 100%;
}
.tabbbel_d1 {
  display: table;
  height: 100%;
  width: 100%;
}
.tabbbel_d2 {
  display: table-cell;
  vertical-align: middle;
}
.lo_content_inner .main_heading{
  display:inline-block !important;
  position:relative !important;
}
.lo-button .btn {
	position:relative !important
}
.lo-button .btn .customize-partial-edit-shortcut.customize-partial-edit-shortcut-banner_button_link{
	top:-15px !important
}
.home-social li{
	position:relative !important	
}
.home-social li .customize-partial-edit-shortcut{
	right: 7px;
	top: -9px !important;
}
.customize-partial-edit-shortcut, .widget .customize-partial-edit-shortcut {
  float: inherit !important;
  height: 1px;
  margin: 0 !important;
  position: absolute;
  width: auto !important;
  z-index: 99999 !important;
  left: auto !important;
  right: 0; 
  top:0px !important
}
.cl-logo .client4_partner_one_set, .cl-logo .client4_partner_two_set, .cl-logo .client4_partner_three_set, .cl-logo .client4_partner_four_set, .cl-logo .client4_partner_five_set, .cl-logo .client4_partner_six_set{
	position:relative;	
}
.cl-logo .customize-partial-edit-shortcut{
	right: 28px;
	top: -25px !important;
}
.uv-accordinaton li{
	position:relative;
}
.uv-accordinaton li .customize-partial-edit-shortcut{
	right: 35px !important;
	top: 0px !important;
}
.heading-corners{
	position:relative;
}
.heading-corners .customize-partial-edit-shortcut{
	right: 12px;
	top: -12px !important;
}
.portfolio-nav ul li{
	position:relative;
}
.portfolio-nav ul li .customize-partial-edit-shortcut{	
	top:-15px !important
}
.about4_headings {
    position: relative;
}
h2, h5, h6{
	position:relative;
}
.team-member-content h5 .customize-partial-edit-shortcut, .team-member-content h6 .customize-partial-edit-shortcut{
	right: -15px;
	top: -29px !important;
}
.team-social li{
	position:relative;
}
.testimonial4_heading{
	position:relative;
}
.testimonial4_heading .customize-partial-edit-shortcut{
	right: 40px;
	top: 15px !important;
}
.testimonial4_designation_1, .testimonial4_designation_2, .testimonial4_designation_3, .testimonial4_designation_4, .testimonial4_designation_5, .testimonial4_designation_6{
	position:relative;	
}
.testimonial4_designation_1 .customize-partial-edit-shortcut, .testimonial4_designation_2 .customize-partial-edit-shortcut, .testimonial4_designation_3 .customize-partial-edit-shortcut, .testimonial4_designation_4 .customize-partial-edit-shortcut, .testimonial4_designation_5 .customize-partial-edit-shortcut, .testimonial4_designation_6 .customize-partial-edit-shortcut{
	top: -13px !important;
}
.customize-partial-edit-shortcut.customize-partial-edit-shortcut-wedding_aboutus_background_image{
    position: absolute;
    left: 0px !important;
    right: auto !important;
	top:0px;
}
.portfolio4_slider_1 .customize-partial-edit-shortcut, .portfolio4_slider_2 .customize-partial-edit-shortcut, .portfolio4_slider_3 .customize-partial-edit-shortcut, .portfolio4_slider_4 .customize-partial-edit-shortcut{
	top:-14px !important; 
}
.lo-ph-tips .row.section-separator .ph-tiops-inner{
	position:relative;
}
.lo-ph-tips .row.section-separator .ph-tiops-inner > .customize-partial-edit-shortcut{
    right: 20px !important;
    top: -10px !important;
}
.subscription-mail .sub-inner{
	position:relative;
}
.subscription-mail .sub-inner > .customize-partial-edit-shortcut{
    right: 18px;
    top: -10px !important;
}
.mh-project-gallery .lo-team-item{
	position:relative;
}
.mh-project-gallery .col-md-4 .lo-team-item > .customize-partial-edit-shortcut{
	top:-14px !important; 
}
.ph-date{
	position:relative;
}
.ph-date .customize-partial-edit-shortcut{
	right: 5px;
	top: -18px !important;
}
.tips-cap h3{
	position:relative;
}
.tips-cap p{
	position:relative;
	display:inline-block
}
.tips-cap p .customize-partial-edit-shortcut{
	top:-12px !important;
}
.subscription4_title{
	position:relative;
}
.subscription4_formheading{
	position:relative
}
.white-text.borad p{
	position:relative
}
.map4_canvas{
	position:relative;
}

.social-icon li{
	position:relative;
}
#footer-sidebar-3{
	position:relative;
}
.social-icon li .customize-partial-edit-shortcut{
	right: 18px;
	top: -20px !important;
}
.contactus4_heading , .contactus4_subheading{
	position:relative;
}
.testimonial-item p{
	position:relative;
}
.testimonial-item p  .customize-partial-edit-shortcut, .testimonial-item h4 .customize-partial-edit-shortcut{
	right: 0px;
	top: -11px !important;
}
.map-overlay .section-separator .customize-partial-edit-shortcut{
	right: 49px;
	top: 20px !important;
}
.testimonial-item {
	position:relative;
}
.testimonial-item h4{
	position:relative;
}
.team-social li .customize-partial-edit-shortcut{
	right: -15px;
	top: -29px !important;
}
.about4_headings .customize-partial-edit-shortcut{
	
}
.setting_edite {
  display: inline-block;
  
  position: relative;
}
.customize-partial-edit-shortcut button, .widget .customize-partial-edit-shortcut button{
top: 0px !important;
 position: inherit !important;
   left: 0 !important;

}
.lo-footer .menu-menu-1-container li{
  display: inline-block;
}
.lo-footer .menu-menu-1-container li + li a {
  border-left: 1px solid #ffffff;
}

.lo-team-item .customize-partial-edit-shortcut-button {
  top: 15px !important;
  left:auto !important;
  right: 0 !important; 
}

#map_canvas .customize-partial-edit-shortcut.customize-partial-edit-shortcut-wedding_map_address{
  left: 45px;
}

.icon_spnn{
  padding-right: 25px;
}
body.blog{
	opacity:1;
}
.blog  p{
	opacity:1;
	font-size:15px;
}
.blog  {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	color: #9d9c9c;
	line-height:1.5
}
.blog  h1, .blog  h2,.blog  h3,.blog  h4,.blog  h5,.blog  h6{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	color: #313131;
}
.blog  h3 a{
	color: #313131;	
}
.blog  .read-post{
	padding:8px 18px;
}
.blog  a{	
	opacity:1;
}
.blog  .single-post {
    margin-top: 120px;
    background: #f9f9f9;	
}
.blog  .searchhh_1 .widget.widget_search .search-submit {
    float: left;
    width: 12%;
    padding: 27px 14px;		
    background: #24c392;
    color: white;
    font-size: 0px;
    border: 1px solid transparent;
    border-left: none;
    cursor: pointer;
}
.blog  h2 {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    color: #313131;
    margin-top: 15px;
}
.blog aside#secondary.widget-area{
	margin-top: 177px;
}



body.blog{
	opacity:1;
}
.blog  p{
	opacity:1;
	font-size:15px;
}
.blog  {
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	color: #9d9c9c;
	line-height:1.5
}
.blog  h1, .blog  h2,.blog  h3,.blog  h4,.blog  h5,.blog  h6{
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
	color: #313131;
}
.blog  h3 a{
	color: #313131;	
}
.blog  .read-post{
	padding:8px 18px;
}
.blog  a{	
	opacity:1;
}
.blog  .single-post {
    margin-top: 120px;
    background: #f9f9f9;	
}
.blog  .searchhh_1 .widget.widget_search .search-submit {
    float: left;
    width: 12%;
    padding: 27px 14px;		
    background: #24c392;
    color: white;
    font-size: 0px;
    border: 1px solid transparent;
    border-left: none;
    cursor: pointer;
}
.blog  h2 {
    font-size: 26px;
    text-transform: capitalize;
    font-weight: 600;
    color: #313131;
    margin-top: 15px;
}
.blog aside#secondary.widget-area{
	margin-top: 177px;
}
.blog .content-area.blog_details2 aside#secondary.widget-area {
    margin-top: 120px;
}
.contactus4_generalphone, .contactus4_generalemail {
    position: relative;
}
.blog .admin-post-img img{
	max-width:100%;
	height:300px;
	object-fit: cover;
}
.col-md-12.admin-post-img.onsingle_page{
	padding:0px;
}
.blog_details .col-md-6.admin-post-txt{
	margin:0px
}
.col-md-12.single-post .admin-post-img img{
	width:100%;
	margin:0px;
}
.lo-team-item .img-fluid {
    max-width: 100%;
    height: 350px;
    width: 100%;
    object-fit: cover;
}
.ph-tiops-inner .img-fluid{
    max-width: 100%;
    height: 200px;
    width: 100%;
    object-fit: cover;
}
.post-author img {
    height: auto;
    width: 210px;
    margin-left: -5px;
    margin-top: 5px;
	border-radius:50%;
}
.post-author {
	margin-top:0px;
	padding-top: 10px;
}
.blog .post-author h2{
	margin-top:0px;
	padding-top: 20px;
}
.comment-respond h3{
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 30px;
}
.author-txt h2 {
    font-size: 18px;
    text-transform: uppercase;
    font-weight: 600;
    color: #24c392;
}
.col-md-6.admin-post-txt p{
	display:inline-block;
	width:100%;
	margin:0px 0 15px;
}
.comments-area{
	margin-top:50px;
}
.author-txt {
    margin-top: 15px;
}
.author-txt h3 {
    font-size: 18px;
    text-transform: capitalize;
    font-weight: 600;
    color: #313131;
    margin-top: 15px;
}
@media(min-width:1140px) and (max-width:2000px){
	.blog .admin-post-img img{
		width: 375px;
		height: 300px;
		object-fit: cover;
		max-width: inherit !important;
	}
}
@media(min-width:100px) and (max-width:1024px){
.col-md-12.single-post .admin-post-img img{
	width:100%;
	margin:0px;
}
.blog-single-post{
	margin:0px !important;
}
.single-post{
	margin-left:0px !important;
}
.searchhh_1.col-md-4.blog-right{
	padding:0px 10px;
}
}