@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Libre+Baskerville:ital@1&family=Montserrat:wght@400;500;600;700&family=Source+Sans+Pro:ital@0;1&display=swap");
:root {
  --theme-color: #ff005a;
  --sec-theme-color: #02b8ff;
  --body-font-color: #2d2d2d;
}

*,
*::after,
*::before {
  margin: 0px;
  padding: 0px;
  box-sizing: border-box;
}

html {
  font-size: 16px;
}

ul {
  margin-bottom: 0;
}

li {
  display: list-item;
  line-height: 28px;
  list-style: none;
}

ul ul {
  margin-left: 20px;
}

ol {
  float: none;
  list-style: decimal;
  padding-left: 15px;
}
ol li {
  list-style: decimal;
  width: 100%;
}

ol ol {
  margin-left: 20px;
}

figure {
  margin: 0 0 20px;
  position: relative;
}

a,
a:hover {
  text-decoration: none;
  color: #55acee;
  outline: none;
}

p {
  margin: 0 0 20px;
  letter-spacing: normal;
  line-height: 1.5714285714em;
}

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

iframe {
  border: none;
}

.wp-caption.alignnone {
  width: 100%;
}

button {
  border: none;
}

table {
  background-color: transparent;
  max-width: 100%;
  width: 100%;
  margin-bottom: 20px;
}
table > thead > tr > th, table > tbody > tr > th, table > tfoot > tr > th, table > thead > tr > td, table > tbody > tr > td, table > tfoot > tr > td {
  border-top: 1px solid #eee;
  border: 1px solid #eee;
  line-height: 2.5;
  padding-left: 3px;
  text-align: center;
  vertical-align: top;
}
table thead tr th {
  border-top: 1px solid #eee;
  text-align: center;
  text-transform: capitalize;
}
table > thead > tr > th {
  border-bottom: 2px solid #eee;
  vertical-align: bottom;
}

th {
  text-align: left;
}

.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 1px solid #eee;
}

table > caption + thead > tr:first-child > th,
table > colgroup + thead > tr:first-child > th,
table > thead:first-child > tr:first-child > th,
table > caption + thead > tr:first-child > td,
table > colgroup + thead > tr:first-child > td,
table > thead:first-child > tr:first-child > td {
  border-bottom: 0;
}

table > tbody + tbody {
  border-top: 2px solid #eee;
}

.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 6px 10px;
}

p ins {
  color: var(--body-font-color);
}

dl dd {
  margin-left: 20px;
}

address {
  font-style: italic;
}

.theme-container {
  max-width: 1430px;
}

.lo-socialmedia {
  font-size: 15px;
  line-height: 24px;
}
.lo-socialmedia li:nth-last-child(n+2) {
  margin-right: 10px;
}
.lo-socialmedia a {
  display: inline-block;
}
.lo-socialmedia a:hover span {
  color: #55acee;
}
.lo-socialmedia a span {
  color: #7e7d7d;
}

.lo-facebook i,
.lo-facebook > a {
  color: #3b5999;
}

.lo-facebook-messenger > a,
.lo-facebook-messenger i {
  color: #0084ff;
}

.lo-twitter > a,
.lo-twitter i {
  color: #55acee;
}

.lo-linkedin > a,
.lo-linkedin i {
  color: #0077b5;
}

.lo-skype > a,
.lo-skype i {
  color: #00aff0;
}

.lo-dropbox > a,
.lo-dropbox i {
  color: #007ee5;
}

.lo-vimeo > a,
.lo-vimeo i {
  color: #1ab7ea;
}

.lo-tumblr i,
.lo-tumblr > a {
  color: #34465d;
}

.lo-yahoo > a,
.lo-yahoo > i {
  color: #410093;
}

.lo-googleplus > a,
.lo-googleplus i,
.lo-google > a,
.lo-google i {
  color: #dd4b39;
}

.lo-pinterestp > a,
.lo-pinterestp i {
  color: #bd081c;
}

.lo-youtube > a,
.lo-youtube i {
  color: #cd201f;
}

.lo-stumbleupon > a,
.lo-stumbleupon i {
  color: #eb4924;
}

.lo-reddit > a,
.lo-reddit i {
  color: #ff5700;
}

.lo-quora > a,
.lo-quora i {
  color: #b92b27;
}

.lo-yelp > a,
.lo-yelp i {
  color: #af0606;
}

.lo-soundcloud > a,
.lo-soundcloud i {
  color: #f30;
}

.lo-whatsapp > a,
.lo-whatsapp i {
  color: #25d366;
}

.lo-wechat > a,
.lo-wechat i {
  color: #09b83e;
}

.lo-instagram > a,
.lo-instagram i {
  color: #e4405f;
}

.lo-dribbble > a,
.lo-dribbble i {
  color: #ea4c89;
}

.lo-flickr > a,
.lo-flickr i {
  color: #ff0084;
}

.lo-rss > a,
.lo-rss i {
  color: #f60;
}

.lo-behance > a,
.lo-behance i {
  color: #131418;
}

.lo-foursquare > a,
.lo-foursquare i {
  color: #f94877;
}

.lo-facebook__bg i {
  color: #1877f2;
}
.lo-facebook__bg:hover {
  background-color: #1877f2;
}
.lo-facebook__bg:hover i {
  color: #fff;
}

.lo-twitter__bg i {
  color: #1da1f2;
}
.lo-twitter__bg:hover {
  background-color: #1da1f2;
}
.lo-twitter__bg:hover i {
  color: #fff;
}

.lo-linkedin__bg i {
  color: #0a66c2;
}
.lo-linkedin__bg:hover {
  background-color: #0a66c2;
}
.lo-linkedin__bg:hover i {
  color: #fff;
}

.lo-twitch__bg i {
  color: #9147ff;
}
.lo-twitch__bg:hover {
  background-color: #9147ff;
}
.lo-twitch__bg:hover i {
  color: #fff;
}

.lo-dribbble__bg i {
  color: #ea4c89;
}
.lo-dribbble__bg:hover {
  background-color: #ea4c89;
}
.lo-dribbble__bg:hover i {
  color: #fff;
}

.lo-instagram__bg i {
  color: #e4405f;
}
.lo-instagram__bg:hover {
  background-color: #e4405f;
}
.lo-instagram__bg:hover i {
  color: #fff;
}

.lo-quora__bg i {
  color: #b92b27;
}
.lo-quora__bg:hover {
  background-color: #b92b27;
}
.lo-quora__bg:hover i {
  color: #fff;
}

.lo-clone__bg i {
  color: #2d2d2d;
}
.lo-clone__bg:hover {
  background-color: #2d2d2d;
}
.lo-clone__bg:hover i {
  color: #fff;
}

.lo-socialmedia-info {
  flex-wrap: wrap;
}
.lo-socialmedia-info li {
  width: 100%;
  margin: 0 !important;
}
.lo-socialmedia-info li a:hover {
  color: #55acee;
}
.lo-socialmedia-info li a i {
  min-width: 25px;
}
.lo-socialmedia-info li a:not(:hover) {
  color: #c4c4c4;
}
.lo-socialmedia-info li a:not(:hover) i {
  color: #c4c4c4;
}

h1 {
  font: 700 2.25rem/1.1666666667em "Montserrat", sans-serif;
}

h2 {
  font: 700 1.75rem/1.3571428571em "Montserrat", sans-serif;
}

h3 {
  font: 700 1.5rem/1.4166666667em "Montserrat", sans-serif;
}

h4 {
  font: 700 1.125rem/1.5555555556em "Montserrat", sans-serif;
}

h5 {
  font: 700 1rem/1.625em "Montserrat", sans-serif;
}

h6 {
  font: 700 0.875rem/1.7142857143em "Montserrat", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 8px;
  color: var(--body-font-color);
}

h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: var(--body-font-color);
}

body {
  color: var(--body-font-color);
  position: relative;
  font: 400 0.875rem/1.7142857143em "Source Sans Pro", sans-serif;
}

.lo-view-posts, .lo-auther-icons, .lo-sidebar-list::before, .lo-sidebar-list, .lo-autherdetail_icons li, .lo-btnreply, .lo-searchtags-list a, .lo-accordion_title:after, .lo-ourexpertisevtwo .lo-ourexpertise_info:before, .grid-item .lo-grideffect .lo-effectV2, .grid-item .lo-grideffect em, .lo-navfilterbale li a::after, .lo-navfilterbale li a, .lo-aboutslider figure > img, .lo-aboutslider figure:before, .lo-aboutslider figure, .lo-aboutslider a h4:before, .lo-aboutslider a h4:after, .lo-count__text h4, .lo-count__text, .number, .lo-countdown__content:before,
.lo-count-down:before, .lo-countdown__content span,
.lo-count-down span, .lo-countdown__content h2,
.lo-count-down h2, .lo-ourexpertise_info p, .lo-ourexpertise_info, .triangle-bottomleft, .lo-effectV2, .lo-nav .owl-prev:before,
.lo-nav .owl-next:before, .lo-meettech figure img, .lo-explore_description, .lo-explore_description i, .lo-explore_description p, .lo-explore_title span, .lo-explore_title h3, .lo-explore_title figure, .lo-explore_title, .lo-explore li, .lo-count:after, .lo-count > span, .lo-count h3 i, .lo-count h3 em, .lo-count h3 span, .lo-count, .lo-soliallinks ul li a, .lo-socail-icons li a span, .lo-socail-icons li a, .lo-adressdetails ul li a i, .lo-overlayfooter:before, .radio-button span:after, .lo-languages li label span, .overlay-menu ul li a::before, .overlay-menu ul li a, .lo-navbarnav > li > a, .lo-navbarnav > li:before, .lo-categories-navbar .owl-nav > div:before, .lo-catsubmenu ul li a, .lo-catsubmenu, .lo-navbarnav > ul > li > a:before,
.lo-navbarnav .lo-categories-nav__content > a:before, .menu-item-has-children > a:after, .lo-navicon span, .lo-dropdowarrow, .sub-menu li a, .sub-menu li, .sub-menu, .btn-reply, .lo-pagination ul li a, .select2-container--default .select2-results__option[aria-selected=true], .lo-radio label:before, .lo-btn:before,
.lo-btnvtwo:before, .lo-btn,
.lo-btnvtwo, .lo-socialmedia a, .lo-socialmedia a i, .lo-socialmedia a span, .lo-facebook__bg i, .lo-twitter__bg i, .lo-linkedin__bg i, .lo-twitch__bg i, .lo-dribbble__bg i, .lo-instagram__bg i, .lo-quora__bg i, .lo-clone__bg i {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.lo-strikimg_description .lo-effect, .lo-strikimg_description i, .lo-strikimg_description, .lo-strikimg_title a, .lo-strikimg_title h3, .lo-strikimg_title, .lo-effectwrap .lo-amazingshow > span > em {
  -webkit-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  -ms-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

.lo-page-load-status, .lo-sidebar-catogrie, .lo-view-posts, .lo-auther-icons, .lo-autherdetail_icons, .lo-commenstimg, .lo-tanglinks, .lo-searchtags, .lo-newsdetail, .lo-newlinks, .lo-modrengrid_brands, .lo-accordion_title, .lo-innerbanner_bg, .lo-infiniteicon i, .lo-newsgrid figure a i, .lo-newsgrid figure a, .lo-navfilterbale, .lo-portfolio-banner .lo-bannerhead, .lo-aboutslider a, .lo-themebtn, .lo-aboutbrandlist, .lo-skillsbar__content figure, .lo-skillsbar, .lo-count__text, .lo-cscounter-holder .lo-cscounter__holder .lo-cscounter__countdown, .lo-cscounter-holder .lo-cscounter, .lo-sectioncenter, .lo-commingsoon__footer .lo-footerv3, .lo-commingsoon__content, .lo-commingsoon .lo-headerwrap, .lo-countdownholder, .lo-testimonial .lo-featureRating, .lo-testimonial .lo-comment, .lo-ourexpertise_info, .lo-ourexpertise, .lo-image-gallery .lo-postbtns, .lo-postbtns, .lo-bannerfigure, .lo-nav .owl-nav, .lo-comment_title, .lo-rattingcoment, .lo-exploreholder, .lo-barrands ul, .lo-explore, .lo-count, .lo-socialicons, .lo-aside, .lo-bannerimg > .lo-imageswrap, .lo-footerhead, .lo-bottomfooter_right ul, .lo-bottomfooter .bottom-navbar, .lo-topfooter_input, .lo-languages li label span, .overlay-menu > ul > li, .lo-headerwrap__right, .lo-headerwrap, .lo-categoriesnav__title, .lo-categories-navbar .owl-nav > div:before, .lo-categories-navbar .owl-nav > div, .lo-catsubmenu ul, .lo-catsubmenu, .lo-navbarnav > ul,
.lo-navbarnav .lo-categories-nav__content, .lo-userlogin a, .sub-menu li, .lo-profileform__checkbox, .lo-profileform__title, .lo-documentlist, .lo-doclist, .lo-comentinfo, .lo-savelisting > li .lo-profilestatus, .lo-dhb-mainheading__rightarea, .lo-dhb-mainheading, .lo-hottag, .lo-on-off label,
.lo-onoff label em, .lo-onoff label, .lo-pagination ul, .lo-pagination, .lo-stars span, .select2-container--default .select2-selection--multiple .select2-selection__choice, .select2-container--default .select2-selection--multiple .select2-selection__rendered, .select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple, .lo-righticon, .lo-input, .lo-inputicon, .lo-select, .lo-calendar, .form-group-wrap, .lo-themeform__wrap, .lo-socialmedia {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.lo-categoriesnav-holderv2, .lo-uploadarea, .lo-asideholder {
  border: 1px solid #eee;
}

.lo-ourexpertise li, .lo-asidebox ~ .lo-asidebox {
  border-top: 1px solid #eee;
}

.lo-ourexpertise li {
  border-bottom: 1px solid #eee;
}

.lo-ourexpertise li:nth-child(4n+1), .lo-categories-navbarv2 .owl-nav .owl-prev:after, .lo-categories-navbar .owl-nav .owl-next:after, .lo-categories-navbar .owl-nav .owl-prev:after {
  border-left: 1px solid #eee;
}

.lo-colorhandle, .lo-ourexpertise li, .lo-categories-navbarv2 .owl-nav .owl-next:after, .lo-categories-navbar .owl-nav .owl-next:after, .lo-categories-navbar .owl-nav .owl-prev:after {
  border-right: 1px solid #eee;
}

.lo-featureRating__stars span, .lo-featureRating__stars {
  position: relative;
  width: 72px;
  height: 16px;
  line-height: 16px;
}

.lo-featureRating__stars span::after, .lo-featureRating__stars::before {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
  font-family: "Font Awesome 5 Free";
}

.lo-featureRating__stars span::after, .lo-featureRating__stars::before {
  color: #ffbe00;
  content: "";
}

.lo-commingsoonimg:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: -moz-linear-gradient(135deg, rgba(255, 0, 90, 0.7) 0%, rgba(255, 0, 90, 0) 100%);
  background: -webkit-linear-gradient(135deg, rgba(255, 0, 90, 0.7) 0%, rgba(255, 0, 90, 0) 100%);
  background: linear-gradient(135deg, rgba(255, 0, 90, 0.7) 0%, rgba(255, 0, 90, 0) 100%);
  width: 772px;
  height: 772px;
  z-index: 11;
  border-radius: 50%;
  transform: translate(50%, 50%);
}

.lo-btn,
.lo-btnvtwo {
  justify-content: center;
  text-align: center;
  position: relative;
  display: inline-block;
  font: 600 1rem/1.625em "Montserrat", sans-serif;
  color: #fff;
  padding: 15px 20px;
  min-width: 160px;
  background-color: var(--theme-color);
  border: 0;
  overflow: hidden;
  z-index: 0;
  vertical-align: middle;
  border: 2px solid var(--theme-color);
}
.lo-btn:before,
.lo-btnvtwo:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0;
  z-index: -1;
}
.lo-btn:hover,
.lo-btnvtwo:hover {
  outline: none;
  color: #fff;
}

.rippleholder {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: transparent;
}
.rippleholder.is-active .ripplecircle {
  animation: a-ripple 0.4s ease-in;
}

.ripplecircle {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 0;
  height: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
}

.lo-btnvtwo {
  font: 600 0.9375rem/1.7333333333em "Montserrat", sans-serif;
  border-color: var(--sec-theme-color);
  background-color: transparent;
  border-radius: 4px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.lo-btnvtwo.lo-btnactive, .lo-btnvtwo:hover, .lo-btnvtwo:focus {
  color: #fff;
  background-color: var(--sec-theme-color);
}
.lo-btnvtwo.lo-btn_unactive {
  border-color: var(--sec-theme-color);
}
.lo-btnvtwo.lo-btn_unactive span {
  background-color: var(--sec-theme-color);
}

.lo-btnsmall {
  min-width: 50px;
  height: 50px;
  font-size: 18px;
}

.lo-btn_unactive {
  color: #2d2d2d;
  position: relative;
  background: transparent;
}
.lo-btn_unactive span {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #ff005a;
  transition: width 0.5s, height 0.5s;
  z-index: -1;
}
.lo-btn_unactive:hover span {
  width: 400px;
  height: 400px;
}

.lo-themeform fieldset {
  margin: -5px;
}
.lo-themeform__btn {
  margin-top: 10px;
}

.form-group {
  position: relative;
  display: flex;
  width: 100%;
  padding: 5px;
  margin-bottom: 20px;
  align-items: center;
}
.form-group .lo-popupbtnarea {
  padding-top: 10px;
}
.form-group:first-child .lo-form__section {
  margin-top: -5px;
  padding: 0;
}
.form-group:last-child {
  margin-bottom: 0;
}

.form-group-half {
  width: 50%;
}

.form-group-3half {
  width: calc(100% / 3);
}

.form-control,
input[type=text],
input[type=password],
input[type=datetime],
input[type=datetime-local],
input[type=date],
input[type=month],
input[type=time],
input[type=week],
input[type=number],
input[type=email],
input[type=url],
input[type=search],
input[type=tel],
input[type=color],
select,
.uneditable-input {
  font-size: 1rem;
  padding: 0 20px;
  height: 50px;
  color: #676767;
  font: 400 18px "Source Sans Pro", sans-serif;
  background-clip: unset;
  caret-color: var(--body-font-color);
  border: 1px solid #eee;
}
.form-control::placeholder,
input[type=text]::placeholder,
input[type=password]::placeholder,
input[type=datetime]::placeholder,
input[type=datetime-local]::placeholder,
input[type=date]::placeholder,
input[type=month]::placeholder,
input[type=time]::placeholder,
input[type=week]::placeholder,
input[type=number]::placeholder,
input[type=email]::placeholder,
input[type=url]::placeholder,
input[type=search]::placeholder,
input[type=tel]::placeholder,
input[type=color]::placeholder,
select::placeholder,
.uneditable-input::placeholder {
  color: #676767;
}
.form-control:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=datetime]:focus,
input[type=datetime-local]:focus,
input[type=date]:focus,
input[type=month]:focus,
input[type=time]:focus,
input[type=week]:focus,
input[type=number]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=color]:focus,
select:focus,
.uneditable-input:focus {
  box-shadow: unset;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control {
  resize: none;
  height: 200px;
  padding-top: 14px;
}

input:focus,
.select select:focus,
.form-control:focus {
  color: var(--body-font-color);
  border-color: #ddd;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.lo-select, .lo-calendar {
  align-items: center;
  position: relative;
  width: 100%;
}
.lo-select:before, .lo-calendar:before {
  right: 20px;
  z-index: 1;
  content: "";
  position: absolute;
  font-size: 12px;
  pointer-events: none;
  font-family: themify;
  color: var(--body-font-color);
}
.lo-select select, .lo-calendar select {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  padding-right: 40px;
  width: 100%;
}
.lo-select select:focus, .lo-calendar select:focus {
  outline: 0;
}
.lo-select .form-control, .lo-calendar .form-control {
  padding-right: 50px;
}

.lo-calendar:before {
  content: "";
}

.lo-inputicon {
  position: relative;
  width: 100%;
  align-items: center;
}
.lo-inputicon .form-control {
  padding-right: 50px;
}
.lo-inputicon a {
  right: 25px;
  font-size: 14px;
  color: var(--body-font-color);
  position: absolute;
  line-height: 1;
}

.lo-input {
  position: relative;
  flex-wrap: nowrap;
}
.lo-input input {
  padding: 0 44px 0 20px;
}
.lo-input a {
  background: transparent;
  border: 0;
  position: absolute;
  right: 0;
  color: var(--theme-color);
  font-size: 12px;
}

label {
  color: #666;
  display: block;
  font-weight: 400;
  margin-bottom: 10px;
}

form p span i {
  top: 13px;
  left: 16px;
  color: #474747;
  position: absolute;
}

.form-control:disabled,
.form-control[readonly] {
  background-color: #f7f7f7;
}

.lo-locationtag {
  position: relative;
}
.lo-locationtag .form-control {
  padding-right: 130px;
}
.lo-locationtag a {
  bottom: 0;
  right: 20px;
  height: 100%;
  display: flex;
  position: absolute;
  align-items: center;
  color: var(--body-font-color);
  font-size: 0.75rem;
  line-height: 1.6666666667em;
}
.lo-locationtag a i {
  margin-right: 5px;
}

/* Theme Custom CheckBox Radio */
.lo-checkbox input[type=radio],
.lo-radio input[type=radio] {
  display: none;
}
.lo-checkbox input[type=radio]:checked + label:before,
.lo-radio input[type=radio]:checked + label:before {
  content: "";
}
.lo-checkbox input[type=checkbox],
.lo-radio input[type=checkbox] {
  display: none;
}
.lo-checkbox label,
.lo-radio label {
  margin: 0;
  width: 100%;
  position: relative;
  cursor: pointer;
  display: block;
  color: var(--body-font-color);
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 16px;
  padding: 0 0 0 27px;
}
.lo-checkbox label:before,
.lo-radio label:before {
  top: 0;
  left: 0;
  color: #ddd;
  content: "";
  position: absolute;
  font-weight: 400;
  font-size: 0.875rem;
  font-family: "Font Awesome 5 Free";
}
.lo-checkbox label:after,
.lo-radio label:after {
  top: 0;
  left: 0;
  opacity: 0;
  color: var(--theme-color);
  line-height: 16px;
  position: absolute;
  text-align: center;
  visibility: hidden;
  font-size: 0.875rem;
  font-family: "Font Awesome 5 Free";
}

.lo-radio input[type=radio] + label:before,
.lo-radio input[type=radio]:checked + label:before {
  content: "";
}

.lo-checkbox input[type=checkbox]:checked + label:after,
.lo-radio input[type=radio]:checked + label:after {
  opacity: 1;
  visibility: visible;
}

.lo-checkbox input[type=checkbox]:checked + label:after {
  font-weight: 700;
}

.lo-radio input[type=radio] {
  display: none;
}
.lo-radio label:after {
  top: 5px;
  left: 5px;
  width: 4px;
  height: 4px;
  content: "";
  background: #fff;
  border-radius: 50px;
  opacity: 0;
  visibility: hidden;
}
.lo-radio label:before {
  height: 14px;
  width: 14px;
  border-radius: 50%;
  border: 2px solid #ddd;
}

.lo-radio input[type=radio]:checked + label:before {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.lo-checkbox input[type=checkbox] + label:after {
  content: "";
}

.lo-searchntn {
  width: 50px;
  display: block;
  line-height: 50px;
  color: var(--theme-color);
  text-align: center;
  font-size: 1.125rem;
  border-radius: 4px;
  background: var(--body-font-color);
}
.lo-searchntn:hover, .lo-searchntn:focus {
  color: var(--theme-color);
}

.lo-righticon {
  position: relative;
  align-items: center;
  width: 100%;
}
.lo-righticon .form-control {
  padding-right: 80px;
}
.lo-righticon > a {
  position: absolute;
  right: 20px;
  font-size: 12px;
  color: var(--body-font-color);
}
.lo-righticon > a + a {
  right: 49px;
}

.select2-container--open .select2-dropdown--below,
.select2-dropdown {
  border: 0;
  background: #fff;
  border-radius: 4px;
}

.select2-search--dropdown {
  padding: 0;
  margin: 0 0 10px;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border-radius: 4px;
  border: 1px solid #eee;
  outline: none;
  height: 30px;
}

.select2-container--open .select2-dropdown--below {
  padding: 10px;
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.1);
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: transparent;
}

.select2-results__option[aria-selected] {
  padding: 10px 15px;
  border-radius: 4px;
  line-height: 22px;
  color: var(--body-font-color);
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  color: var(--body-font-color);
  background-color: #f7f7f7;
}

.select2-selection__arrow {
  display: none;
}

.select2-container--default .select2-selection--single {
  height: auto;
  color: var(--body-font-color);
  border-radius: 4px;
  border: 1px solid #eee;
}
.select2-container--default .select2-selection--single:focus {
  outline: 0;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: var(--body-font-color);
  line-height: 50px;
}

.select2-container {
  height: 50px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0 20px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-results__options li:first-child {
  display: none;
}

.select2-dropdown--above {
  -webkit-box-shadow: 0 10px 30px 0 rgba(18, 54, 82, 0.2);
  box-shadow: 0 10px 30px 0 rgba(18, 54, 82, 0.2);
  border: 0;
  background: #fff;
  border-radius: 6px;
  margin-top: -10px;
  padding: 10px;
}

.select2-results__option {
  list-style: none;
}

.select2-container--default .select2-selection--single {
  cursor: default;
}

.select2-container--default .select2-selection--multiple,
.select2-container--default.select2-container--focus .select2-selection--multiple {
  border-color: #eee;
  min-height: 44px;
  border-radius: 4px;
  padding-bottom: 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  position: relative;
  padding: 0 20px;
  height: inherit;
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered:after {
  content: "";
  position: absolute;
  right: 20px;
  top: 0;
  font-size: 14px;
  line-height: 36px;
  font-family: themify;
  color: #999;
}

.select2-container--default .select2-search--inline .select2-search__field {
  caret-color: var(--theme-color);
  width: 100% !important;
  font-size: 0.9375rem;
  font-weight: 400;
  font-family: "Source Sans Pro", sans-serif;
  color: var(--theme-color);
}
.select2-container--default .select2-search--inline .select2-search__field::placeholder {
  color: var(--theme-color);
  opacity: 1;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  color: var(--theme-color);
  position: absolute;
  right: 35px;
  top: 0;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  border-color: #eee;
  padding: 0 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: var(--theme-color);
  margin-left: 9px;
  order: 2;
}

.select2-container,
.select2-container .select2-search--inline {
  flex: auto;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  display: none;
}

.bootstrap-select .dropdown-menu li {
  list-style: none;
}

.lo-actionselect {
  display: flex;
  align-items: center;
}
.lo-actionselect .select2-container {
  height: 44px;
}
.lo-actionselect .select2-container--default .select2-selection--single .select2-selection__rendered {
  font-size: 14px;
  color: #999;
  line-height: 44px;
}
.lo-actionselect > span {
  font-size: 0.875rem;
  font-weight: 600;
  color: var(--body-font-color);
  flex: none;
  padding-right: 10px;
}
.lo-actionselect .form-control {
  font-size: 14px;
  color: #999;
  height: 44px;
}

.lo-radiolist {
  display: flex;
  position: relative;
  width: 100%;
  align-items: center;
}
.lo-radiolist label {
  margin: 0;
  display: block;
  position: relative;
  font: 400 0.8125rem/1.1538461538em "Montserrat", sans-serif;
  cursor: pointer;
  color: var(--body-font-color);
  -webkit-transition: all 0.25s linear;
  transition: all 0.25s linear;
}
.lo-radiolist input[type=radio] {
  display: none;
}

.form-vertical {
  flex-direction: column;
  margin: 0;
  align-items: initial;
}
.form-vertical .lo-titleinput {
  align-self: initial;
}
.form-vertical:first-child .lo-titleinput {
  padding-top: 0;
  margin-top: -3px;
}
.form-vertical.form-group-half .lo-titleinput, .form-vertical.form-group-3half .lo-titleinput {
  padding-top: 7px;
  margin-top: 0;
}
.form-vertical .lo-titleinput {
  flex: none;
  margin: 0 0 5px;
  padding-top: 7px;
}

.lightpick__day.is-end-date.is-in-range.is-flipped,
.lightpick__day.is-start-date.is-in-range,
.lightpick__day.is-end-date.is-in-range,
.lightpick__day.is-start-date.is-in-range.is-flipped {
  background-color: var(--theme-color);
}

.lightpick__day.is-in-range,
.lightpick__day.is-today {
  position: relative;
  z-index: 0;
}
.lightpick__day.is-in-range:before,
.lightpick__day.is-today:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background-color: var(--theme-color);
  visibility: hidden;
  z-index: -1;
}
.lightpick__day.is-in-range:hover,
.lightpick__day.is-today:hover {
  background-image: none;
  color: #fff;
}
.lightpick__day.is-in-range:hover:before,
.lightpick__day.is-today:hover:before {
  visibility: visible;
}

.lightpick__day.is-today {
  color: #ff7062;
}

.lightpick__day.is-in-range {
  background-color: rgba(var(--theme-color), 0.1);
  width: 48px;
  height: 48px;
  font-weight: 700;
}

.lightpick__day-of-the-week {
  font-family: "Montserrat", sans-serif;
  color: var(--body-font-color);
}

.lightpick__month-title > .lightpick__select {
  height: auto;
  padding: 0;
  font-family: "Montserrat", sans-serif;
  color: var(--body-font-color);
}

.lightpick__days-of-the-week {
  margin: 0 0 15px;
}

.lightpick__month {
  padding: 14px 14px 0;
  width: 382px;
  background-color: #fff;
}

.lightpick__month-title-bar {
  display: flex;
  margin-bottom: 53px;
}

.lightpick__day.is-end-date.is-in-range, .lightpick__day.is-start-date.is-in-range {
  border-radius: 50%;
  width: 48px;
  height: 48px;
  color: #fff;
}

.lightpick__days {
  padding: 10px;
  border-top: 1px solid #eee;
}

.lightpick__day {
  width: 48px;
  height: 48px;
  font-size: 0.9375rem;
  font-weight: 600;
  font-family: "Montserrat", sans-serif;
}

.lightpick__day.is-end-date,
.lightpick__day.is-end-date:hover,
.lightpick__day.is-start-date,
.lightpick__day.is-start-date:hover {
  background-image: none;
  background-color: var(--theme-color);
  border-radius: 50%;
}

.is-previous-month {
  color: #A0A0A0;
}

.lightpick__month-title {
  position: absolute;
  left: 88px;
  top: 30px;
  padding: 0;
  margin: 0;
}

.lightpick__toolbar {
  position: absolute;
  width: 100%;
}
.lightpick__toolbar .lightpick__previous-action, .lightpick__toolbar .lightpick__next-action {
  width: 48px;
  height: 48px;
}
.lightpick__toolbar .lightpick__previous-action {
  left: 0;
  top: 0;
  margin: 0;
  background: transparent;
  border: 1px solid #eee;
  position: absolute;
}
.lightpick__toolbar .lightpick__previous-action::after {
  position: absolute;
  font-family: themify;
  content: "";
  font-size: 14px;
  background: #fff;
}
.lightpick__toolbar .lightpick__next-action {
  top: 0;
  margin: 0;
  right: 38px;
  background: transparent;
  border: 1px solid #eee;
  position: absolute;
}
.lightpick__toolbar .lightpick__next-action::after {
  position: absolute;
  font-family: themify;
  content: "";
  font-size: 14px;
  background: #fff;
}

.lo-tinymceeditor {
  width: 100%;
}
.lo-tinymceeditor .mce-panel {
  border-color: #eee;
  border-radius: 4px;
  background-color: #fff;
}
.lo-tinymceeditor .mce-btn {
  background-color: #fff;
}

@keyframes lo-beat {
  to {
    transform: scale(1.2);
  }
}
@keyframes float {
  0% {
    transform: translatey(0px);
  }
  50% {
    transform: translatey(-20px);
  }
  100% {
    transform: translatey(0px);
  }
}
@keyframes slider {
  from {
    transform: translateX(-400px);
    opacity: 0;
  }
  to {
    transform: translateX(0);
    opacity: 1;
  }
}
@-webkit-keyframes load1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load1 {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.lo-main {
  padding-top: 70px;
  padding-bottom: 70px;
}

.lo-main-section {
  padding-top: 50px;
  padding-bottom: 50px;
}
.lo-main-section .lo-heading {
  margin-top: -12px;
}

.lo-overflow-xhidden {
  overflow-x: hidden;
}

.lo-stars,
.lo-stars span {
  height: 16px;
  line-height: 16px;
  position: relative;
}

.lo-stars {
  display: block;
  width: 78.13px;
}
.lo-stars:before,
.lo-stars span:after {
  top: 0;
  left: 0;
  color: #f5b417;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  position: absolute;
  letter-spacing: 1px;
  font-family: "Font Awesome 5 Free";
  content: "";
}
.lo-stars:before {
  color: #c4c4c4;
}
.lo-stars span {
  width: 80%;
  overflow: hidden;
}

blockquote,
address {
  margin-bottom: 0;
}

.lo-locationmap {
  width: 100%;
  height: 200px;
  border-radius: 4px;
}

/*Theme Pagination Style */
.lo-pagination {
  font: 400 0.75rem/3.1666666667em "Montserrat", sans-serif;
  width: 100%;
  justify-content: center;
}
.lo-pagination ul {
  text-align: center;
  line-height: inherit;
  width: 100%;
  justify-content: center;
  align-items: center;
  margin: -5px;
}
.lo-pagination ul li {
  padding: 5px;
}
.lo-pagination ul li a {
  width: 40px;
  display: block;
  text-align: center;
  padding: 6px 0;
  border: 1px solid #ddd;
  color: var(--body-font-color);
  font: 600 0.8125rem/2em "Montserrat", sans-serif;
}
.lo-pagination ul li.lo-prevpage {
  padding-right: 15px;
}
.lo-pagination ul li.lo-prevpage a {
  width: 60px;
}
.lo-pagination ul li.lo-nextpage {
  padding-left: 15px;
}
.lo-pagination ul li.lo-nextpage a {
  width: 60px;
}
.lo-pagination ul li a:hover, .lo-pagination ul li.active a {
  color: #fff;
  border-color: transparent;
  background: var(--theme-color);
}

.lo-dhbbg-color {
  background-color: #fcfcfc;
}
.lo-dhbbg-color .lo-header {
  background-color: #fff;
}

.form-control.disable {
  pointer-events: none;
  background-color: #fcfcfc;
}

.lo-edit {
  color: var(--theme-color) !important;
}

.lo-delete,
.lo-target {
  color: #ff7062 !important;
}

.lo-deactivate {
  background-color: #ff7062 !important;
}

.lo-deactivalo-light {
  background-color: rgba(255, 112, 98, 0.1) !important;
}

.lo-on-off input,
.lo-onoff input {
  display: none;
}

.lo-onoff label {
  align-items: center;
  margin-bottom: 0;
  cursor: pointer;
}
.lo-onoff label span {
  font: 400 0.75rem "Montserrat", sans-serif;
  color: #999;
  padding-left: 10px;
  min-width: 56px;
}
.lo-onoff label .lo-disable {
  display: block;
}
.lo-onoff label .lo-enable {
  display: none;
}

.lo-onoff input:checked + label .lo-enable {
  display: block;
}
.lo-onoff input:checked + label .lo-disable {
  display: none;
}

.lo-on-off input:checked + label,
.lo-onoff input:checked + label em {
  border-color: #26de81;
  background-color: #26de81;
}

.lo-on-off input:checked + label > i,
.lo-onoff input:checked + label em > i {
  box-shadow: none;
  left: 100%;
  margin-left: -21px;
  border-color: #26de81;
}

.lo-on-off label {
  cursor: pointer;
}

.lo-on-off label,
.lo-onoff label em {
  position: relative;
  align-items: center;
  margin: 0;
  width: 35px;
  height: 21px;
  border: 1px solid #dddddd;
  background-color: #fff;
  border-radius: 10.5px 10.5px 10.5px 10.5px;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  vertical-align: middle;
}
.lo-on-off label i,
.lo-onoff label em i {
  position: absolute;
  left: 0;
  width: 21px;
  height: 21px;
  background: #fff;
  display: inline-block;
  pointer-events: none;
  transition: all 0.3s ease 0s;
  border: 1px solid #d8d8d8;
  border-radius: 9.5px 9.5px 9.5px 9.5px;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}

.lo-hottag {
  position: relative;
  padding: 6px 8.36px;
  background-color: #ff7062;
  color: #fff;
  border-radius: 3px;
  margin-left: 13px;
  height: 24px;
  min-width: 33px;
  -webkit-animation: lo-ring 4s 0.7s ease-in-out infinite;
  animation: lo-ring 4s 0.7s ease-in-out infinite;
  font: 700 11px/1 "Montserrat", sans-serif;
  justify-content: center;
  align-items: center;
}
.lo-hottag:before {
  content: "";
  position: absolute;
  left: -3.5px;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  background-color: #ff7062;
  width: 4px;
  height: 8px;
  clip-path: polygon(100% 0, 0 50%, 100% 100%);
}

.lo-pagination-box {
  padding: 30px 29px;
  background-color: #fff;
  border: 1px solid #eee;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  -o-border-radius: 0 0 4px 4px;
}

.lo-pagination-boxnopadding {
  border: 0;
  padding-right: 0;
  padding-left: 0;
}

.lo-bordertags {
  width: auto;
}
.lo-bordertags a,
.lo-bordertags span {
  border-radius: 4px;
  padding: 4px 10.9px;
  font: 400 0.75rem/1.1666666667em "Montserrat", sans-serif;
  border: 1px solid #f5b417;
  text-transform: capitalize;
  color: var(--body-font-color);
  display: inline-block;
}

.bordr-green {
  border-color: #00cc8d !important;
}

.bordr-red {
  border-color: #ff7062 !important;
}

#lo-switch {
  display: flex;
  align-items: center;
  position: relative;
}

.lo-dhb-mainheading {
  flex-wrap: nowrap;
  align-items: center;
  padding-bottom: 29px;
}
.lo-dhb-mainheading > h2 {
  display: flex;
  font-weight: 400;
  margin-bottom: 0;
  flex: none;
  margin: -6px 0 -8px;
}
.lo-dhb-mainheading > h2 > a {
  display: block;
  margin: 0 20px 0 0;
  flex: none;
}
.lo-dhb-mainheading > h2 > a span {
  font-size: 22px;
  color: #ccc;
}
.lo-dhb-mainheading__rightarea {
  align-items: center;
  justify-content: flex-end;
  margin-left: auto;
}
.lo-dhb-mainheading__rightarea em {
  padding-right: 30px;
  line-height: 1.4285714286em;
  color: #999;
  text-align: right;
  flex: 0 0 45%;
}

.lo-postedarticles {
  display: flex;
  align-items: center;
  position: relative;
}
.lo-postedarticles figure {
  width: 50px;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.lo-postedarticles figure img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  width: 100%;
}

.lo-articlelisting .lo-tabbitem {
  list-style-type: none;
}
.lo-articlelisting .lo-tabbitem ~ .lo-tabbitem {
  border-top: 1px solid #eee;
  padding-top: 20px;
  margin-top: 20px;
}
.lo-articlelisting .lo-tabbitem .lo-postedarticles {
  align-items: initial;
}
.lo-articlelisting .lo-tabbitem .lo-postedarticles figure {
  width: 50px;
  margin: 0 20px 0 0;
  flex: none;
}

.lo-actionlinks {
  display: flex;
  flex-wrap: wrap;
  margin: 3px 0 0;
}
.lo-actionlinks a {
  position: relative;
  display: inline-block;
  color: #999;
  font: 400 0.75rem/1.0769230769em "Montserrat", sans-serif;
  margin: 0;
}
.lo-actionlinks a::after {
  position: absolute;
  content: "";
  width: 1px;
  height: 10px;
  right: -12px;
  top: 2px;
  background: #dddddd;
}
.lo-actionlinks a:last-child::after {
  display: none;
}
.lo-actionlinks a + a {
  margin: 0 0 0 22px;
}

.lo-relink {
  color: #ff7062 !important;
}

.lo-articleinfo {
  overflow: hidden;
}
.lo-articleinfo .lo-icondetails a {
  margin: 0 0 2px;
  line-height: 1;
}
.lo-articleinfo .lo-icondetails h6 {
  whilo-space: nowrap;
  overflow: hidden;
  width: 100%;
  text-overflow: ellipsis;
  margin: 0 0 3px;
}

.lo-selectlisting {
  width: 100%;
}
.lo-selectlisting .lo-selected {
  padding: 22px 0 10px;
}

.lo-mainbg {
  background: #fcfcfc;
}

.lo-deatlswithimg {
  display: flex;
  align-items: center;
  position: relative;
}
.lo-deatlswithimg .lo-icondetails > a {
  margin-bottom: 2px;
}
.lo-deatlswithimg figure {
  width: 100px;
  margin: 0 20px 0 0;
  overflow: hidden;
}
.lo-deatlswithimg figure img {
  border-radius: 6px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  width: 100%;
}

.lo-icondetails > a {
  color: var(--body-font-color);
  display: block;
  font: 400 0.8125rem/1.3846153846em "Montserrat", sans-serif;
  margin: 0 0 4px;
}
.lo-icondetails h6 {
  margin: 0px 0 3px;
}
.lo-icondetails h6 a:hover {
  color: #333;
}
.lo-icondetails .lo-rateviews {
  padding-bottom: 1px;
}

.lo-eyeviews em {
  color: var(--body-font-color);
  font-style: normal;
  font: 400 0.75rem/1.25em "Montserrat", sans-serif;
  margin: 0 2px;
}
.lo-eyeviews span {
  font-size: 12px;
  margin: 0 0 0 22px;
  font-weight: 500;
}

.lo-reviewsviews {
  display: flex;
}
.lo-reviewsviews .lo-eyeviews:first-child span {
  margin: 0;
}

.lo-itemlinks {
  display: flex;
  align-items: center;
}

.lo-tabicon {
  border-left: 1px solid #eee;
  padding: 16px 0 16px 30px;
  margin: 0 0 0 29px;
}
.lo-tabicon > li {
  display: inline-block;
  list-style-type: none;
  position: relative;
}
.lo-tabicon > li > a {
  font-size: 16px;
  transform: none;
  display: block;
}
.lo-tabicon > li > span {
  display: block;
  font-size: 16px;
}
.lo-tabicon > li + li {
  margin: 0 0 0 18px;
}
.lo-tabicon .lo-messageuserabove__feature .sub-menuholder {
  margin-top: 8px;
}

.bg-yellow {
  color: var(--body-font-color);
}

.bg-light {
  color: #bebebe;
}

.lo-savelisting > li {
  list-style-type: none;
  border: 1px solid #eee;
  padding: 30px;
  background: #fff;
  border-bottom: 0;
}
.lo-savelisting > li .lo-profilestatus {
  margin-top: 15px;
}
.lo-savelisting > li .lo-profilestatus li + li {
  margin: 0 0 0 35px;
}
.lo-savelisting > li .lo-profileprogress {
  width: 128px;
}
.lo-savelisting > li .lo-profiletime {
  width: auto;
}
.lo-savelisting > li .lo-profiletime span {
  font-size: 0.75rem;
  color: var(--body-font-color);
  margin-bottom: 9px;
}

.lo-tabbitem__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.bg-redheart {
  color: #ff7062;
}

.bg-blue {
  color: var(--theme-color);
}

.bg-gray {
  color: #ccc;
}

.lo-theme-color {
  color: var(--theme-color);
}

.lo-bg-green {
  background-color: #00cc8d !important;
}

.lo-bg-lightgreen {
  background-color: #90a080 !important;
}

.lo-bg-yellow {
  background-color: #fccd55 !important;
}

.lo-bg-skycolor {
  background-color: #4fc0e8 !important;
}

.lo-qouttext {
  text-align: center;
}
.lo-qouttext h2 {
  margin: 27px 0 1px;
  font-style: italic;
  font: 400 1.875rem/1.3em "Montserrat", sans-serif;
}
.lo-qouttext ~ .lo-description p {
  margin: 0 0 27px;
}

.lo-qouttextname a {
  margin: 4px 0 23px;
  display: inline-block;
  font: 400 1.125rem/1.5555555556em "Montserrat", sans-serif;
}

.lo-byadons {
  background: #f7f7f7;
  padding: 20px;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  border: 1px solid #eee;
  border-top: 0;
}
.lo-byadons .lo-dhb-mainheading__rightarea em {
  text-align: left;
  flex: auto;
  margin: 0 0 0 15px;
}

.lo-addcomment {
  padding: 30px 0;
}
.lo-addcomment .lo-description {
  margin: 3px 0 14px;
}
.lo-addcomment .lo-description p {
  font-size: 0.875rem;
  line-height: 1.5714285714em;
  margin: 0;
}

.lo-comentinfo {
  align-items: center;
}
.lo-comentinfo figure {
  margin: 0 20px 0 0;
}
.lo-comentinfo figure img {
  width: 34px;
  border-radius: 50%;
}
.lo-comentinfo .btn-reply {
  margin-left: auto;
  align-self: start;
}

.lo-comentinfodetail a {
  display: block;
}
.lo-comentinfodetail a h5 {
  color: #123652;
  margin: 0;
}
.lo-comentinfodetail a h5 span {
  color: #55acee;
  display: inline-block;
}
.lo-comentinfodetail > span {
  display: inline-block;
  color: #999;
  font: 400 0.875rem/1em "Source Sans Pro", sans-serif;
}

.lo-doclist li {
  margin: 0 10px 0 0;
  list-style-type: none;
}
.lo-doclist li img {
  width: 30px;
}

.lo-documentlist {
  align-items: center;
  justify-content: space-between;
}
.lo-documentlist ~ .lo-profileform__title {
  margin-top: 30px;
}

.btn-reply {
  color: #999;
  padding: 7px 24px;
  border-radius: 17px;
  -webkit-border-radius: 17px;
  border: 1px solid #eee;
  font: 600 0.875rem/1em "Montserrat", sans-serif;
}
.btn-reply:hover {
  color: #333333;
  background: var(--body-font-color);
  border: 1px solid transparent;
}

.lo-profileform__title h6 {
  font-weight: 600;
  margin: 0;
}
.lo-profileform__title h6 a:hover {
  color: inherit;
}

.lo-taskuploadtitle h6 {
  margin: 14px 0 0;
  font-weight: 400;
}
.lo-taskuploadtitle ~ .lo-uploadarea {
  width: 100%;
}

.lo-taskbtn .lo-btn {
  margin-top: 20px;
}

.lo-profileform fieldset {
  margin: 0;
}
.lo-profileform .lo-titleinput {
  flex: 0 0 194px;
  align-self: flex-start;
  padding-top: 16px;
}
.lo-profileform__title {
  align-items: center;
  background-color: #f7f7f7;
  border-radius: 4px;
  padding: 8.5px 20px;
  width: 100%;
}
.lo-profileform__title h5 {
  display: flex;
  margin-bottom: 0;
  font-weight: 400;
}
.lo-profileform__title--rightarea {
  margin-left: auto;
}
.lo-profileform__title .lo-onoff {
  margin-left: auto;
}
.lo-profileform__content {
  display: flex;
}
.lo-profileform__content .lo-themeform__wrap {
  margin: -5px;
  width: 100%;
}
.lo-profileform__content .form-group {
  margin-bottom: 0;
}
.lo-profileform__content ~ .lo-profileform__content {
  padding-top: 10px;
}
.lo-profileform__content:last-child .lo-selectlisting .lo-selected {
  padding-bottom: 0;
}
.lo-profileform__content .lo-dhbbtnarea {
  padding-top: 10px;
}
.lo-profileform__detail {
  padding: 30px 30px 0;
}
.lo-profileform__checkbox {
  padding: 17px 20px;
  background-color: #fcfcfc;
  border-radius: 4px;
  width: 100%;
}
.lo-profileform__checkbox label {
  padding: 0 0 0 27px;
}
.lo-profileform__checkbox span {
  font: 400 0.8125rem "Montserrat", sans-serif;
}
.lo-profileform__checkbox > div ~ div {
  padding-left: 45px;
}
.lo-profileform__holder ~ .lo-profileform__holder {
  padding-top: 30px;
}

.lo-description p {
  font-size: 1rem;
  line-height: 1.625em;
  margin: 0 0 18px;
}

.lo-asideholder {
  border-radius: 4px;
  background-color: #fff;
}
.lo-asideholder .lo-showall a {
  border: 0;
}
.lo-asideholder ~ .lo-asideholder {
  margin-top: 30px;
}

.lo-asidebox {
  padding: 29px;
  background: #fff;
}
.lo-asidebox [aria-expanded=false] .lo-additonoltitle > i {
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}

.lo-featureRating h4 {
  display: inline-block;
  vertical-align: middle;
  padding-right: 2px;
}
.lo-featureRating > em {
  font: normal 400 0.875rem "Montserrat", sans-serif;
  color: #999;
  vertical-align: middle;
}
.lo-featureRating__stars {
  letter-spacing: 1px;
  display: inline-flex;
  vertical-align: middle;
}
.lo-featureRating__stars + em {
  padding-left: 2px;
}
.lo-featureRating__stars::before {
  color: #dddddd;
}
.lo-featureRating__stars span {
  width: 80%;
  overflow: hidden;
}
.lo-blogimg {
  display: flex;
}
.lo-blogimg figure {
  margin: 0;
}
.lo-blogimg figure img {
  border-radius: 50%;
  width: 65px;
}

.lo-blogimgv2 figure img {
  width: 50px;
}

.text-grey {
  color: #bebebe;
}

.lo-artcles-listing .lo-tabbitem .lo-itemlinks .lo-switchservice {
  border-left: 0;
}

.lo-sectionmid {
  width: 75%;
  text-align: center;
  margin: 0 auto;
  padding: 17px 0 14px 0;
}
.lo-sectionmid .lo-themeform {
  text-align: left;
}
.lo-sectionmid .lo-sectiontitle h2 {
  line-height: 1.2857142857em;
}

.lo-anywaybtns {
  margin-top: 23px;
}
.lo-anywaybtns .lo-btn {
  max-width: 219px;
  margin: 0 auto;
}
.lo-anywaybtns .lo-btn + .lo-btn {
  margin-top: 4px;
}

.lo-deletepopup .modal-dialog {
  max-width: 542px;
}

.lo-acountlock .modal-dialog {
  max-width: 790px;
}

.lo-sectionmidv2 {
  width: 91%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.lo-sectionmidv2 .lo-themeform {
  width: 83%;
  margin: 0 auto;
  padding-top: 13px;
}
.lo-sectionmidv2 figure {
  margin-bottom: 33px;
}
.lo-sectionmidv2 .lo-sectiontitle h2 {
  width: 70%;
  margin: 0 auto;
}

.lo-notasks {
  height: 641px;
  padding: 0;
  display: flex;
  align-items: center;
  background: #fff;
  border: 1px solid #eee;
  border-top: 0;
  border-radius: 4px;
}
.lo-notasks .lo-sectiontitle {
  width: 80%;
  margin: 0 auto;
}
.lo-notasks .lo-sectiontitle h2 {
  line-height: 1.25em;
}
.lo-notasks .lo-profilebtnarea .lo-btn {
  display: flex;
  margin: 4px 0 0;
}

.btn-simple {
  background: transparent;
  color: #55acee;
  font-weight: 600;
}
.btn-simple:hover {
  color: #55acee;
}

.lo-prefrelancer__child .lo-showprefrelancer {
  display: block;
}
.lo-prefrelancer__child li:nth-child(n+14):not(:last-child) {
  display: none;
}
.lo-prefrelancer__child li:nth-child(n):nth-child(-n+13) {
  display: block !important;
  height: auto !important;
  margin: 0 !important;
  padding: 5px !important;
}

.lo-grab {
  cursor: grabbing;
}

.lo-linechart {
  height: 100%;
}

.lo-uploadbar li {
  position: relative;
  background-color: #fcfcfc;
  padding: 4px 20px;
  border-radius: 4px;
  display: flex;
  align-items: center;
}
.lo-uploadbar li span {
  font-size: 0.9375rem;
  z-index: 1;
  text-overflow: ellipsis;
  whilo-space: nowrap;
  overflow: hidden;
  padding-right: 15px;
}
.lo-uploadbar li ~ li {
  margin-top: 10px;
}

.form-control {
  border-radius: 0;
}

.lo-uploading {
  position: relative;
}
.lo-uploading .lo-remove {
  display: none;
}
.lo-uploading:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background: url(../images/profile-setting/bar-patren/img-01.jpg);
  border-radius: 4px;
  -webkit-animation: lo-stripe 2s linear infinite;
  animation: lo-stripe 2s linear infinite;
}

.lo-uploadarea {
  border-radius: 4px;
  padding: 19px 19px 19px 14px;
}
.lo-uploadarea > em {
  display: block;
  margin-bottom: 0;
  font-size: 0.8125rem;
  line-height: 1.3846153846em;
  padding-top: 11px;
}
.lo-uploadarea > em label {
  color: var(--body-font-color);
  display: inline-block;
  margin: 0;
  cursor: copy;
}
.lo-uploadarea > em label input {
  display: none;
}

.lo-remove {
  font-size: 0.8125rem;
  color: #ff7062;
  margin-left: auto;
}
.lo-remove a {
  color: inherit;
}

.lo-openmessage {
  overflow-y: auto;
}

.mce-branding-powered-by {
  display: none;
}

.lo-preloader {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  position: fixed;
  background: #fff;
}
.lo-preloader_holder {
  top: 50%;
  left: 50%;
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  position: relative;
  margin: -25px 0 0 -25px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.25);
}
.lo-preloader_holder img {
  position: absolute;
  z-index: 1;
  top: 50%;
  margin: -12px 0 0 -12px;
  max-width: 24px;
  left: 50%;
}

.lo-loader {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  position: relative;
  -webkit-animation: load1 0.5s infinite linear;
  animation: load1 0.8s infinite linear;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  background: var(--body-font-color);
  background: -moz-linear-gradient(left, var(--body-font-color) 10%, rgba(255, 88, 81, 0) 42%);
  background: -webkit-linear-gradient(left, var(--body-font-color) 10%, rgba(255, 88, 81, 0) 42%);
  background: -o-linear-gradient(left, var(--body-font-color) 10%, rgba(255, 88, 81, 0) 42%);
  background: -ms-linear-gradient(left, var(--body-font-color) 10%, rgba(255, 88, 81, 0) 42%);
  background: linear-gradient(to right, var(--body-font-color) 10%, rgba(255, 88, 81, 0) 42%);
}
.lo-loader:before {
  top: 0;
  left: 0;
  width: 50%;
  content: "";
  height: 50%;
  position: absolute;
  border-radius: 100% 0 0 0;
  background: var(--body-font-color);
}
.lo-loader:after {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 92%;
  height: 92%;
  content: "";
  margin: auto;
  border-radius: 50%;
  background: #fff;
  position: absolute;
}

.overflow-x-hidden {
  overflow-x: hidden !important;
}

.lo-header {
  position: relative;
}

.sub-menu {
  right: 0;
  margin: 0;
  top: 70px;
  width: 255px;
  opacity: 0;
  background: var(--theme-color);
  position: absolute;
  visibility: hidden;
  font-family: "Montserrat", sans-serif;
  -webkit-box-shadow: 0 10px 30px 0 rgba(18, 54, 82, 0.2);
  box-shadow: 0 10px 30px 0 rgba(18, 54, 82, 0.2);
  z-index: -1;
  color: #fff;
}
.sub-menu li {
  width: 100%;
  position: relative;
}
.sub-menu li .sub-menu {
  right: 100%;
  margin: -10px 10px 0 0;
}
.sub-menu li:hover .sub-menu {
  top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.sub-menu li a {
  width: 100%;
  display: block;
  color: #fff;
  font-size: 1rem;
  font-weight: 600;
  text-align: left;
}
.sub-menu li a i {
  font-size: 13px;
  padding-right: 10px;
}

.sub-menu li.page_item_has_children:hover .sub-menu {
  top: 0;
  opacity: 1;
  visibility: visible;
}

.page_item_has_children .sub-menu li .sub-menu {
  left: 100%;
  right: auto;
}

.lo-dropdowarrow {
  position: absolute;
  right: 15px;
  z-index: 1;
  display: none;
  cursor: pointer;
  font-size: 14px;
  text-align: center;
  color: var(--body-font-color);
}

.lo-open .lo-dropdowarrow {
  transform: rotate(90deg);
}

.lo-userlogin a {
  align-items: center;
  color: var(--body-font-color);
  font-family: "Montserrat", sans-serif;
}
.lo-userlogin a span {
  display: inline-block;
  margin-right: 20px;
}
.lo-userlogin a img {
  max-width: 44px;
  border-radius: 50%;
  background-color: #e4f5ff;
}

.lo-categoriesnav-holder {
  background: #fcfcfc;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
}

.lo-navicon {
  overflow: hidden;
  cursor: pointer;
  width: 19px;
  display: block;
}
.lo-navicon span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #fff;
}
.lo-navicon span:first-child {
  width: 11px;
}
.lo-navicon span:first-child em {
  width: 6px;
  margin-left: 13px;
  height: 2px;
  background-color: #fff;
  display: block;
}
.lo-navicon span ~ span {
  margin-top: 4px;
}

.menu-item-has-children > a {
  position: relative;
  display: flex !important;
  align-items: center;
}
.menu-item-has-children > a:after {
  content: "";
  font-family: "themify";
  padding-left: 10px;
  font-size: 14px;
}
.menu-item-has-children .menu-item-has-children > a:after {
  content: "";
  position: absolute;
  right: 20px;
  color: #fff;
}
.menu-item-has-children .menu-item-has-children:hover > .sub-menu {
  margin: 0;
  top: 0 !important;
}
.menu-item-has-children > .sub-menu {
  width: 215px;
  z-index: 2;
}
.menu-item-has-children > .sub-menu .sub-menu {
  left: 100%;
}
.menu-item-has-children > .sub-menu li {
  background-color: var(--body-font-color);
}
.menu-item-has-children > .sub-menu li a {
  font-size: 0.9375rem;
  padding: 8px 20px;
  color: #fff;
  font-weight: 500;
}
.menu-item-has-children > .sub-menu li a:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.lo-navbarnav .menu-item-has-children:hover > .sub-menu {
  top: 100%;
  visibility: visible;
  opacity: 1;
}
.lo-navbarnav > ul,
.lo-navbarnav .lo-categories-nav__content {
  width: 100%;
  align-items: center;
  justify-content: center;
}
.lo-navbarnav > ul > li {
  position: relative;
  list-style-type: none;
  display: inline-block;
}
.lo-navbarnav > ul > li > a,
.lo-navbarnav .lo-categories-nav__content > a {
  position: relative;
  display: block;
  padding: 15px 23.5px;
  line-height: 1.4285714286em;
  color: var(--body-font-color);
  font-family: "Montserrat", sans-serif;
  overflow: hidden;
}
.lo-navbarnav > ul > li > a:hover:before,
.lo-navbarnav .lo-categories-nav__content > a:hover:before {
  bottom: -4px;
}
.lo-navbarnav > ul > li > a:before,
.lo-navbarnav .lo-categories-nav__content > a:before {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--body-font-color);
}

.lo-categories-nav .lo-categories-nav__content > a {
  padding: 14px 22px;
}

.lo-catnavchild:hover .lo-catsubmenu {
  top: 100%;
  opacity: 1;
  visibility: visible;
}

.lo-categories-navslider {
  padding: 0 79px;
}
.lo-categories-navslider .lo-categories-nav__content > a {
  padding-right: 23.5px;
  padding-left: 23.5px;
}

.lo-categories-navsliderv2 {
  padding: 0 100px 0 152px;
}
.lo-categories-navsliderv2.owl-carousel, .lo-categories-navsliderv2.owl-carousel.ow.l-loaded {
  display: flex;
}

.lo-catsubmenu {
  top: 100px;
  opacity: 0;
  z-index: 1;
  visibility: hidden;
  position: absolute;
  left: 0;
  padding: 10px;
  min-width: 470px;
  background: #fff;
  border-radius: 6px;
  -webkit-box-shadow: 0 10px 30px 0 rgba(18, 54, 82, 0.2);
  box-shadow: 0 10px 30px 0 rgba(18, 54, 82, 0.2);
}
.lo-catsubmenu ul {
  margin: 0;
  width: 50%;
  font: 400 0.8125rem/1.5384615385em "Montserrat", sans-serif;
}
.lo-catsubmenu ul li {
  width: 100%;
  list-style-type: none;
  line-height: inherit;
}
.lo-catsubmenu ul li a {
  display: block;
  min-width: 200px;
  border-radius: 6px;
  padding: 12px 20px;
  line-height: inherit;
  color: var(--body-font-color);
}
.lo-catsubmenu ul li:hover a {
  background: #f7f7f7;
}

.lo-submenutitle h4 {
  margin: 12px 20px;
  font-size: 0.8125rem;
  line-height: 1.5384615385em;
}

.lo-userheader {
  position: relative;
  border-bottom: 1px solid #eee;
}
.lo-userheader:after {
  left: 0;
  content: "";
  bottom: -10px;
  height: 10px;
  width: 100%;
  opacity: 0.03;
  position: absolute;
  background: -moz-linear-gradient(top, black 0%, rgba(0, 15, 255, 0.03) 100%);
  background: -webkit-linear-gradient(top, black 0%, rgba(0, 15, 255, 0.03) 100%);
  background: linear-gradient(to bottom, black 0%, rgba(0, 15, 255, 0.03) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#08000fff",GradientType=0 );
}
.lo-userheader .lo-navbarnav > li + li:before {
  display: none;
}
.lo-userheader .lo-navbarnav > li > a {
  padding: 12px 12.5px;
}
.lo-userheader .lo-userlogin {
  margin-left: 7.5px;
}
.lo-userheader .lo-postbtns {
  margin-left: 20px;
}

.sub-menu-holder.lo-postbtns {
  position: relative;
  margin: 0;
}
.sub-menu-holder.lo-postbtns .lo-btn {
  min-width: 180px;
  margin: 0;
  cursor: pointer;
}

.lo-navnoti {
  top: -3px;
  color: #fff;
  padding: 0 6px;
  right: 12.65px;
  position: absolute;
  background: #ff7062;
  display: inline-block;
  border-radius: 8.5px 8.5px 0 8.5px;
  font: 700 0.5625rem/1.8888888889em "Montserrat", sans-serif;
}

.lo-usernoti {
  margin-left: 20px;
}
.lo-usernoti > a {
  width: 44px;
  line-height: 44px;
  position: relative;
  background: #f7f7f7;
  border-radius: 50%;
  display: inline-block;
  color: var(--body-font-color);
  text-align: center;
}
.lo-usernoti > a i {
  font-size: 1rem;
}
.lo-usernoti .lo-navnoti {
  line-height: 22px;
  width: 22px;
  border-radius: 50%;
  padding: 0;
  left: auto;
  right: -5px;
  top: -5px;
}

.lo-searchbar {
  margin: 5px 0 5px 30px;
  padding-left: 30px;
  border-left: 1px solid #eee;
}
.lo-searchbar .lo-distance {
  top: 66px;
}
.lo-searchbar fieldset {
  margin: 0;
}
.lo-searchbar .lo-themeform__wrap {
  min-width: 573px;
  padding-right: 4px;
  align-items: center;
  border-radius: 4px;
  border: 1px solid #eee;
}
.lo-searchbar .lo-themeform__wrap .form-group {
  width: 285px;
  flex: auto;
  margin: 0;
  padding: 0;
}
.lo-searchbar .lo-themeform__wrap .form-group + .form-group {
  max-width: 285px;
  border-left: 1px solid #eee;
}
.lo-searchbar .lo-themeform__wrap .form-group .form-control {
  border: 0;
  border-radius: 0;
}
.lo-searchbar .lo-themeform__wrap .lo-formbtns .lo-btnvtwo {
  padding: 0;
  color: #676767;
  min-width: 44px;
  line-height: 44px;
}

.lo-headerv2 {
  position: relative;
  z-index: 1;
}
.lo-headerv2 .lo-categoriesnav-holder {
  background-color: rgba(0, 0, 0, 0.1);
  border: 0;
}
.lo-headerv2 .lo-categories-nav > ul > li > a,
.lo-headerv2 .lo-navbarnav > li > a,
.lo-headerv2 .lo-userlogin a {
  color: #fff;
}

.lo-headerv3 {
  z-index: 2;
  position: relative;
}
.lo-headerv3 .lo-navbarnav > li > a,
.lo-headerv3 .lo-userlogin a {
  color: var(--body-font-color);
}
.lo-headerv3 .lo-navbarnav > li + li:before {
  background: #b4b4b4;
}

.lo-menudropdown {
  position: relative;
}
.lo-menudropdown .sub-menu {
  right: auto;
  left: 100%;
  top: 100%;
  margin-left: 10px;
}
.lo-menudropdown:hover .sub-menu {
  top: 0;
  visibility: visible;
  opacity: 1;
  z-index: 2;
}
.lo-menudropdown:after {
  content: "";
  font-family: themify;
  position: absolute;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 12px;
}

.tippy-content .lo-catsubmenu {
  position: static;
  visibility: visible;
  opacity: 1;
  margin: -14px 0 0;
}

*[id^=tippy-] {
  pointer-events: initial !important;
}

.lo-categories-navbar .owl-nav > div {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  align-items: center;
  justify-content: center;
  visibility: hidden;
  width: 80px;
  height: 50px;
}
.lo-categories-navbar .owl-nav > div:hover:before {
  color: var(--body-font-color);
}
.lo-categories-navbar .owl-nav > div:before {
  align-items: center;
  justify-content: center;
  position: absolute;
  visibility: visible;
  font-size: 14px;
  color: #999;
  font-family: themify;
  width: calc(100% - 2px);
  height: calc(100% - 2px);
  background: #fff;
}
.lo-categories-navbar .owl-nav > div:after {
  content: "";
  visibility: visible;
  position: absolute;
  width: 100%;
  height: 100%;
}
.lo-categories-navbar .owl-nav .owl-prev {
  left: 0;
}
.lo-categories-navbar .owl-nav .owl-prev:before {
  content: "";
}
.lo-categories-navbar .owl-nav .owl-next {
  right: 0;
}
.lo-categories-navbar .owl-nav .owl-next:before {
  content: "";
}
.lo-categories-navbarv2 .owl-nav {
  display: flex;
}
.lo-categories-navbarv2 .owl-nav > div {
  width: 50px;
}
.lo-categories-navbarv2 .owl-nav > div:before {
  width: 100%;
}
.lo-categories-navbarv2 .owl-nav .owl-prev {
  left: auto;
  right: 49px;
}
.lo-categories-navbarv2 .owl-nav .owl-prev:after {
  border-right: 0;
}
.lo-categories-navbarv2 .owl-nav .owl-next {
  right: -1px;
}
.lo-categories-navbarv2 .owl-nav .owl-next:after {
  border-radius: 0 4px 4px 0;
}

.lo-categoriesnav-holderv2 {
  margin: 0 15px;
  border-radius: 4px;
}

.lo-categoriesnav__title {
  position: absolute;
  min-width: 153px;
  height: 50px;
  align-items: center;
  justify-content: center;
  background-color: var(--body-font-color);
  margin: -1px 0 0 -1px;
  border-radius: 4px 0 0 4px;
  z-index: 2;
}
.lo-categoriesnav__title h5 {
  font-size: 0.9375rem;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 400;
}
.lo-categoriesnav__title:after {
  content: "";
  width: 5px;
  height: 10px;
  background-color: var(--body-font-color);
  position: absolute;
  right: -5px;
  clip-path: polygon(100% 50%, 0 0, 0 100%);
}

.lo-categoriesnavwrap {
  position: relative;
}
.lo-categoriesnavwrap:before, .lo-categoriesnavwrap:after {
  content: "";
  position: absolute;
  width: 30px;
  height: 100%;
  background-color: #fff;
  z-index: 3;
  top: 0;
}
.lo-categoriesnavwrap:before {
  left: 0;
}
.lo-categoriesnavwrap:after {
  right: 0;
}

.lo-activelast .lo-catsubmenu {
  left: auto;
  right: 0;
}

.lo-navbar + .lo-headerwrap__right {
  margin-left: 0;
}
.lo-navbar .navbar-toggler {
  color: var(--body-font-color);
  margin-right: 26px;
  outline: 0;
  font-size: 30px;
  padding: 0;
}

.lo-headerform {
  display: flex;
  align-items: center;
}

.lo-headerformbtn {
  display: none;
}
.lo-headerformbtn .lo-btnvtwo {
  padding: 0;
  color: #676767;
  min-width: 44px;
  line-height: 44px;
}

.lo-headerformclose {
  padding-left: 10px;
  display: none;
}
.lo-headerformclose a {
  color: #ff7062;
}

.lo-formopen.lo-headerwrap .lo-headerform {
  margin-left: 0;
}
.lo-formopen.lo-headerwrap .lo-searchbar,
.lo-formopen.lo-headerwrap .lo-headerformclose {
  display: block;
}
.lo-formopen.lo-headerwrap .lo-headerformbtn,
.lo-formopen.lo-headerwrap .lo-navbar,
.lo-formopen.lo-headerwrap .lo-headerwrap__right {
  display: none;
}

.lo-dropmenu {
  top: 100%;
  visibility: initial;
  opacity: 1;
  z-index: 2;
  margin-top: 1px;
}
.lo-dropmenu li .lo-talk {
  padding: 13px 25px;
  display: block;
}
.lo-dropmenu li .lo-talk:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
.lo-dropmenu li .lo-talk span {
  display: block;
  font-size: 13px;
  font-weight: 400;
  line-height: 1.3846153846em;
}
.lo-dropmenu li .lo-talk em {
  font-style: normal;
  display: block;
  line-height: 1.625em;
}

.lo-postbtns a i {
  padding: 0 0 0 15px;
}

.lo-headerwrap {
  align-items: center;
  padding: 50px 35px;
  justify-content: space-between;
}
.lo-headerwrap__right {
  align-items: center;
}

.lo-logo {
  max-width: 180px;
  height: 28px;
}
.lo-logo a {
  display: block;
  height: 100%;
}
.lo-logo a svg {
  width: 100%;
  height: 100%;
}

.lo-navbarnav {
  font: 700 1.0625rem/1.4117647059em "Montserrat", sans-serif;
}
.lo-navbarnav > li {
  position: relative;
  list-style-type: none;
}
.lo-navbarnav > li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: scaleX(0) translateY(-50%);
  width: 100%;
  height: 50px;
  z-index: -1;
  background: #f7f8fa;
}
.lo-navbarnav > li:hover:before, .lo-navbarnav > li.lo-header-active:before {
  transform: scaleX(1) translateY(-50%);
}
.lo-navbarnav > li > a {
  display: block;
  padding: 11px 25px;
  position: relative;
  color: var(--body-font-color);
}
.lo-navbarnav > li > a em {
  font-style: normal;
  display: block;
  position: relative;
}
.lo-navbarnav > li > a em .lo-navnoti {
  top: -11px;
  right: 0;
}
.lo-navbarnav .lo-dropdowarrow i {
  margin: 0;
  color: var(--body-font-color);
}

.overlayopen {
  overflow: hidden;
}
.overlayopen .overlay-menu > ul > li {
  animation: fadeInRight 0.5s ease forwards;
  animation-delay: 0.35s;
}
.overlayopen .overlay-menu > ul > li:nth-of-type(2) {
  animation-delay: 0.4s;
}
.overlayopen .overlay-menu > ul > li:nth-of-type(3) {
  animation-delay: 0.45s;
}
.overlayopen .overlay-menu > ul > li:nth-of-type(4) {
  animation-delay: 0.5s;
}
.overlayopen .overlay-menu > ul > li:nth-of-type(5) {
  animation-delay: 0.55s;
}
.overlayopen .overlay-menu > ul > li:nth-of-type(6) {
  animation-delay: 0.6s;
}
.overlayopen .overlay-menu > ul > li:nth-of-type(7) {
  animation-delay: 0.65s;
}
.overlayopen .overlay-menu > ul > li:nth-of-type(8) {
  animation-delay: 0.7s;
}
.overlayopen .overlay-menu > ul > li:nth-of-type(9) {
  animation-delay: 0.75s;
}
.overlayopen .overlay-menu > ul > li:nth-of-type(10) {
  animation-delay: 0.9s;
}
.overlayopen .overlay {
  opacity: 1;
  visibility: visible;
  height: 100%;
  background: #2d2d2d;
}

.overlay {
  position: fixed;
  background: #2d2d2d;
  top: 0;
  left: 0;
  width: 100%;
  height: 0%;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.35s, visibility 0.35s, height 0.35s;
  z-index: 99;
}
.overlay nav {
  height: 100%;
  font-size: 15px;
  font-family: "Varela Round", serif;
  word-break: break-word;
  font-weight: 400;
}

.overlay-menu > ul {
  list-style: none;
  padding: 0;
  margin: 0 auto;
  display: inline-block;
  position: relative;
  height: 100%;
}
.overlay-menu > ul > li {
  position: relative;
  opacity: 0;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    left: 50%;
  }
  100% {
    opacity: 1;
    left: 0;
  }
}
.lo-overlayspace {
  padding: 136px 0;
  align-items: center;
}

.lo-ovlerlaynavigation {
  background: #2d2d2d;
  height: 100%;
}

.overlay span.iconclose {
  font-size: 30px;
  position: absolute;
  color: #515151;
  top: 50px;
  left: 50px;
  display: block;
  cursor: pointer;
}

.lo-overlayholder {
  position: relative;
  overflow: hidden auto;
  height: 100%;
}
.lo-overlayholder:before {
  content: "";
  position: absolute;
  bottom: 0;
  top: 0;
  width: 500px;
  height: 100%;
  left: -120px;
  background-image: url("./../images/overnav/img2.png");
  background-repeat: no-repeat;
  background-size: auto;
}
.lo-overlayholder:after {
  content: "";
  position: absolute;
  width: 400px;
  height: 766px;
  background-image: url("./../images/overnav/img3.png");
  background-repeat: no-repeat;
  background-size: auto;
  top: 277px;
  right: -170px;
}

.overlay-menu ul li {
  position: relative;
  align-items: center;
}
.overlay-menu ul li ~ li {
  margin-top: 17px;
}
.overlay-menu ul li a {
  margin-left: 60px;
  color: #515151;
  font: 700 2.625rem/1.2380952381em "Montserrat", sans-serif;
  display: flex;
  align-items: center;
}
.overlay-menu ul li a[aria-expanded=true] {
  color: #fff;
}
.overlay-menu ul li a[aria-expanded=true]:before {
  visibility: visible;
  opacity: 1;
}
.overlay-menu ul li a::before {
  content: "";
  position: absolute;
  height: 7px;
  width: 30px;
  background: #ff005a;
  left: 0;
  z-index: 1;
  visibility: hidden;
  opacity: 0;
}
.overlay-menu ul li a:hover {
  color: #fff;
}
.overlay-menu ul li a:hover::before {
  visibility: visible;
  opacity: 1;
}

.lo-navgrid {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  margin: 0 0 0 auto;
}
.lo-navgrid .lo-map iframe {
  width: 100%;
  height: 200px !important;
}

.lo-languages {
  position: absolute;
  top: 46px;
  right: 50px;
  display: flex;
  justify-content: flex-end;
}
.lo-languages li ~ li {
  margin-left: 16px;
}
.lo-languages li label span {
  justify-content: center;
  color: #515151;
  font: 700 0.875rem "Montserrat", sans-serif;
}

.radio-button {
  position: relative;
  display: block;
  cursor: pointer;
  margin-bottom: 0;
}
.radio-button input {
  display: none;
}
.radio-button span:after {
  content: "";
  width: 0;
  height: 0;
  border-radius: 50%;
  position: absolute;
  bottom: -10px;
}
.radio-button:hover span,
.radio-button input:checked + span {
  color: #fff;
}
.radio-button:hover span:after,
.radio-button input:checked + span:after {
  width: 4px;
  height: 4px;
  background-color: var(--theme-color);
}

.lo-earlyexpires {
  display: flex;
  flex-flow: column;
  max-width: 540px;
}
.lo-earlyexpires figure {
  margin-bottom: 12px;
}
.lo-earlyexpires h4 {
  color: #fff;
  margin: 0;
  font: 400 1.5rem/1.4166666667em "Montserrat", sans-serif;
}
.lo-earlyexpires h3 {
  color: #ff005a;
  font: 700 2.125rem/1.2352941176em "Montserrat", sans-serif;
  margin: 0 0 10px;
}
.lo-earlyexpires h3 span {
  display: block;
  color: #fff;
  font-size: 1.375rem;
  line-height: 1.4545454545em;
  padding-top: 4px;
}
.lo-earlyexpires .lo-description p {
  color: #fff;
  font: 400 1rem/1.6923076923em "Source Sans Pro", sans-serif;
  font-size: 1rem;
  line-height: 1.625em;
  margin: 3px 0 23px;
}
.lo-earlyexpires .lo-description p a {
  color: #1da1f2;
  text-decoration: underline;
}

.overlay-email {
  margin: 0 !important;
  width: 100%;
  background: #fff !important;
}
.overlay-email a i {
  font-size: 34px;
  color: #999999;
}

.lo-overlayfooter {
  padding: 50px 0 44px;
  border: 1px solid #000000;
  position: relative;
}
.lo-overlayfooter:before {
  content: "";
  position: absolute;
  width: 210px;
  height: 580px;
  background-image: url("./../images/overnav/img4.png");
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  transition-duration: 0.1s;
}
.lo-overlayfooter .row {
  margin-top: -15px;
  margin-bottom: -15px;
}
.lo-overlayfooter .row [class^=col-] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.lo-adressdetails {
  max-width: 200px;
}
.lo-adressdetails figure {
  margin: 0 0 11px;
}
.lo-adressdetails figure img {
  display: block;
}
.lo-adressdetails ul {
  justify-content: flex-start;
  align-items: center;
}
.lo-adressdetails ul li {
  color: #c4c4c4;
  font: 400 0.9375rem/1.4666666667em "Source Sans Pro", sans-serif;
}
.lo-adressdetails ul li:not(:last-child) {
  margin: 0 0 5px;
}
.lo-adressdetails ul li address {
  font-style: normal;
}
.lo-adressdetails ul li a {
  display: block;
  color: inherit;
}
.lo-adressdetails ul li a:hover {
  color: #55acee;
}
.lo-adressdetails ul li a i {
  min-width: 25px;
  display: inline-block;
}
.lo-adressdetails ul li .lo-getdirection {
  color: #55acee;
  margin-top: 2px;
}
.lo-adressdetails ul li .lo-getdirection i {
  min-width: initial;
  padding-left: 2px;
  vertical-align: middle;
}
.lo-adressdetails ul li:nth-child(even) {
  margin: 0 0 21px;
}
.lo-adressdetails .lo-adresstitle {
  color: #e6e6e6;
  margin: 11px 0 6px 0;
  font: 700 1rem/1.375em "Montserrat", sans-serif;
}

.lo-socail-icons li a:not(:hover) i {
  color: #c4c4c4;
}
.lo-socail-icons li a span {
  color: #7e7d7d;
}
.lo-socail-icons li a:hover span {
  color: #55acee;
}
.lo-socail-icons.lo-adressdetails .lo-adresstitle {
  margin: 0 0 16px;
}
.lo-socail-icons.lo-adressdetails .lo-adresstitle ~ li {
  margin: 5px 0 0;
}

.lo-soliallinks ul {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.lo-soliallinks ul li {
  margin: 0 20px 0 0;
}
.lo-soliallinks ul li a {
  font-size: 18px;
}

.lo-headerV2 {
  position: relative;
}
.lo-headerV2 .lo-navbar {
  margin-left: auto;
}
.lo-headerV2:after {
  content: "";
  top: 0;
  right: 0;
  width: 496px;
  height: 565px;
  z-index: -1;
  position: absolute;
  background: url(./../images/headerV2/img1.png);
}

.lo-headerV2 #lonavbar {
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.lo-headervthree .lo-logo {
  max-width: 157px;
}
.lo-headervthree .lo-navbarnav {
  font-size: 1rem;
  margin-right: -18.5px;
  margin-left: -18.5px;
}
.lo-headervthree .lo-navbarnav > li {
  padding-right: 18.5px;
  padding-left: 18.5px;
}
.lo-headervthree .lo-navbarnav > li.menu-item-has-children::before {
  margin-left: -15px;
}
.lo-headervthree .lo-navbarnav > li:before {
  top: auto;
  bottom: 0;
  left: 50%;
  height: 3px;
  z-index: 1;
  width: 10px;
  margin-left: -5px;
  background: var(--sec-theme-color);
}
.lo-headervthree .lo-navbarnav > li > a {
  padding: 11px 0;
}
.lo-headervthree .lo-headerwrap__right {
  padding-left: 30px;
}
.lo-headervthree .lo-postbtns .lo-btn {
  border-radius: 4px;
  -webkit-box-shadow: 0 10px 20px 0 rgba(255, 190, 0, 0.25);
  box-shadow: 0 10px 20px 0 rgba(255, 190, 0, 0.25);
  color: var(--body-font-color);
  font-size: 15px;
}
.lo-headervthree .lo-postbtns .sub-menu,
.lo-headervthree .lo-postbtns .lo-btn {
  background: #ffbe00;
  border-color: #ffbe00;
  line-height: 26px;
}
.lo-headervthree .lo-postbtns .lo-dropmenu li:hover {
  background: transparent;
}
.lo-headervthree .lo-dropmenu li .lo-talk {
  color: var(--body-font-color);
}
.lo-headervthree .lo-btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.lo-headervthree .lo-navbar {
  margin-left: auto;
}

.lo-overlay .overlay nav ul {
  width: 100%;
  height: auto;
  margin: 0;
}

.lo-overlaydropdown > ul {
  width: 100%;
}
.lo-overlaydropdown > ul > li:first-child {
  margin-top: 10px;
}

.lo-overlayhomevthree .overlay-menu ul li a::before {
  background-color: var(--sec-theme-color);
}

.lo-footer {
  background: url(./../images/Footer/footer.jpg) no-repeat center;
  margin: 0 20px 20px;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.lo-footer::after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  background: rgba(45, 45, 45, 0.8);
}

.lo-topfooter {
  text-align: center;
  padding: 95px 0 73px 0;
}
.lo-topfooter_title h2 {
  color: #fff;
  font: 700 2.875rem/1.0434782609em "Montserrat", sans-serif;
  margin: 0 0 4px;
}
.lo-topfooter_title span {
  color: var(--theme-color);
  font: 700 2.125rem/1.4117647059em "Montserrat", sans-serif;
}
.lo-topfooter_description {
  margin: 20px auto 31px auto;
}
.lo-topfooter_description p {
  color: #fff;
  font-size: 1.125rem;
}
.lo-topfooter_input {
  max-width: 600px;
  flex-wrap: nowrap;
  padding: 9px 10px 9px 0;
  align-items: center;
  background: #fff;
  margin: 13px auto 0;
  border: 1px solid #ddd;
}
.lo-topfooter_input input {
  border: 0;
}
.lo-topfooter_input .lo-btn {
  padding-top: 10px;
  padding-bottom: 10px;
}
.lo-topfooter em {
  display: block;
  color: rgba(255, 255, 255, 0.6);
  padding-top: 12px;
  text-align: center;
  font-size: 1rem;
  line-height: 1.625em;
}

.lo-bottomfooter {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  padding: 30.5px 0 29px;
}
.lo-bottomfooter .bottom-navbar {
  align-items: center;
  justify-content: space-between;
}
.lo-bottomfooter_left p {
  margin: 0;
  color: #ffffff;
  font: 400 1rem/2em "Source Sans Pro", sans-serif;
}
.lo-bottomfooter_left p em {
  color: #ff5a79;
  font-size: 16px;
  font-style: normal;
  animation: lo-beat 0.3s infinite alternate;
  display: inline-block;
}
.lo-bottomfooter_right ul {
  margin: -5px -23px;
}
.lo-bottomfooter_right ul li {
  padding: 5px 23px;
}
.lo-bottomfooter_right ul li a {
  display: block;
  color: #fff;
  font: 700 1rem/1.625em "Montserrat", sans-serif;
}

.lo-footerv2 {
  background-image: unset;
  margin: 0 20px;
}
.lo-footerv2 .lo-topfooter {
  padding: 16px 0 74px 0;
}
.lo-footerv2 .lo-topfooter_title {
  margin: 0 0 36px 0;
  text-align: center;
}
.lo-footerv2 .lo-topfooter_title h2 {
  margin: 0;
  color: #2d2d2d;
  font: 700 3rem/1.25em "Montserrat", sans-serif;
}
.lo-footerv2 .lo-topfooter_title span {
  font: italic 400 3rem/1.25em "Libre Baskerville", serif;
}
.lo-footerv2 .lo-topfooter_title i {
  font-size: 48px;
  font-style: normal;
  margin: 0 0 0 10px;
}
.lo-footerv2 .lo-topfooter_input {
  padding: 0 30px 11px;
  max-width: 100%;
  border: 0;
  border-bottom: 2px solid #eee;
}
.lo-footerv2 .lo-topfooter_input input {
  color: var(--body-font-color);
  padding-left: 0;
  position: relative;
  border-style: hidden;
  background: transparent;
  font: 400 1.5rem/1.25em "Source Sans Pro", sans-serif;
}
.lo-footerv2 .lo-topfooter_input input::placeholder {
  color: #cacaca;
}
.lo-footerv2 .lo-topfooter_input a i {
  color: #cacaca;
  font-size: 2.125rem;
}
.lo-footerv2 .lo-topfooter em {
  text-align: right;
}
.lo-footerv2::after {
  background: white;
}
.lo-footerv2 .lo-bottomfooter {
  border-top: 1px solid #eeeeee;
}
.lo-footerv2 .lo-bottomfooter_left p {
  color: #676767;
}
.lo-footerv2 .lo-bottomfooter_left p em {
  color: #ff5a79;
}
.lo-footerv2 .lo-bottomfooter_right ul li a {
  color: #676767;
}

.lo-footervthree {
  background: #1d1d1f;
}
.lo-footervthree .lo-bottomfooter_right ul {
  margin-right: -21px;
  margin-left: -21px;
}
.lo-footervthree .lo-bottomfooter_right ul li {
  padding-right: 21px;
  padding-left: 21px;
}
.lo-footervthree .lo-bottomfooter_right ul li a {
  font-weight: 600;
  color: #c4c4c4;
  font-size: 0.9375rem;
}
.lo-footervthree .lo-bottomfooter_left p {
  color: #c4c4c4;
}
.lo-footervthree .lo-bottomfooter {
  padding: 23px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.lo-footerhead {
  justify-content: center;
  padding: 60px 0 39px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
.lo-footerhead_title {
  padding: 7px 15px;
  text-align: right;
}
.lo-footerhead_title h2 {
  margin: 0;
  color: #ffbe00;
  font-size: 2rem;
  line-height: 1.25em;
}
.lo-footerhead_title h2 span {
  display: block;
  font-size: 1.125rem;
  line-height: 1.4444444444em;
  color: #fff;
}
.lo-footerhead_mail {
  padding-left: 15px;
  padding-right: 15px;
  text-align: right;
  word-break: break-word;
}
.lo-footerhead_mail > a {
  font: 700 1.5rem/1.25em "Montserrat", sans-serif;
  color: #fff;
  padding: 25px 30px;
  background: rgba(0, 0, 0, 0.5);
  display: inline-block;
}
.lo-footerhead_mail span {
  color: #8d8d8d;
  display: block;
  font-size: 13px;
  line-height: 16px;
  font-style: italic;
  margin: 5px 0 0;
}
.lo-footerhead_mail span a {
  color: #8d8d8d;
  text-decoration: underline;
}

.lo-footercolumns {
  padding-top: 60px;
  padding-bottom: 80px;
  margin-top: -12px;
  margin-bottom: -12px;
}
.lo-footercolumns > div {
  padding-top: 12px;
  padding-bottom: 12px;
}

.lo-footer-logo {
  margin: 0 0 23px;
  display: block;
}

.lo-footer-logoarea {
  font-size: 1rem;
}
.lo-footer-logoarea p {
  line-height: 1.5em;
  color: #c4c4c4;
  margin: 0;
}
.lo-footer-logoarea a {
  margin: 6px 0 0;
  display: inline-block;
}

.lo-footercolumn {
  padding-left: 20px;
}

.lo-footer-social-icon {
  padding: 3px 0 0;
}
.lo-footer-social-icon .lo-behance i {
  color: #c4c4c4 !important;
}

.lo-footertitle img {
  margin: 0 0 11px;
  border-radius: 4px;
}
.lo-footertitle h2 {
  margin: 0 0 6px;
  color: #e6e6e6;
  font-size: 1rem;
  line-height: 1.375em;
}
.lo-footertitle address {
  display: block;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.4666666667em;
  color: #c4c4c4;
  font-style: normal;
}

.lo-footer-contect {
  margin-top: 23px;
  line-height: 1.3333333333em;
  font-size: 0.9375rem;
  color: #c4c4c4;
}
.lo-footer-contect li {
  line-height: inherit;
  list-style-type: none;
}
.lo-footer-contect li a {
  display: inline-block;
  color: #c4c4c4;
}
.lo-footer-contect li a[href*="mailto:"] {
  color: #55acee;
}
.lo-footer-contect li i {
  min-width: 25px;
  display: inline-block;
}
.lo-footer-contect li + li {
  margin-top: 8px;
}

.lo-f-directions {
  margin-top: 26px;
}
.lo-f-directions a {
  display: block;
  line-height: 1.1428571429em;
}
.lo-f-directions a i {
  display: inline-block;
  margin-left: 4px;
  vertical-align: middle;
}

.lo-footervtwo {
  background: url(./../images/Footer/footer-01.jpg) no-repeat;
  background-size: cover;
}

.lo-homebanner {
  position: relative;
}
.lo-homebanner::after {
  top: 110px;
  z-index: -2;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("./../images/banner/image2.png") no-repeat;
}

.lo-bannerimgholder {
  position: relative;
}

.lo-bannerimg {
  overflow: hidden;
  max-height: 600px;
  position: relative;
  background: #2d2d2d;
  margin: 60px 50px 0 50px;
}
.lo-bannerimg > .lo-imageswrap {
  transform: rotate(45deg) translate(-692px, -610px) scale(1);
}
.lo-bannerimg > .lo-imageswrap img {
  width: 100%;
  opacity: 0.6;
}

.bannerimages {
  width: 33%;
  padding: 15px;
}
.bannerimages li {
  width: 100%;
  margin: 20px 0;
}

.lo-effectwrap {
  top: -60px;
  left: 215px;
  position: absolute;
}
.lo-effectwrap .lo-amazingshow {
  z-index: 1;
  width: 350px;
  height: 500px;
  padding: 30px 30px 22px;
  display: flex;
  position: relative;
  align-items: flex-end;
}
.lo-effectwrap .lo-amazingshow:hover > span > em {
  transform: rotate(360deg);
}
.lo-effectwrap .lo-amazingshow > span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0;
  color: #fff;
  text-align: left;
  font: 700 2rem/1.1875em "Montserrat", sans-serif;
}
.lo-effectwrap .lo-amazingshow > span > em {
  color: #fff;
  font: normal 400 3.75rem/0.6em "Source Sans Pro", sans-serif;
}

.lo-effect {
  top: 0;
  min-width: 350px;
  min-height: 500px;
  position: absolute;
  background: #ff005a;
  mix-blend-mode: multiply;
}

.lo-bannerhead {
  padding: 115px 0 103px 0;
}

.lo-bannerhead_title {
  max-width: 950px;
}
.lo-bannerhead_title h1 {
  font: 700 3.25rem/1.3461538462em "Montserrat", sans-serif;
}
.lo-bannerhead_title h1 em {
  color: #ff005a;
  font-weight: 400;
  font-family: "Libre Baskerville", serif;
}
.lo-bannerhead_title h1 a {
  position: relative;
  color: var(--body-font-color);
}
.lo-bannerhead_title h1 a::after {
  left: 0;
  content: "";
  bottom: 1px;
  height: 4px;
  width: 100%;
  position: absolute;
  background: #2d2d2d;
}
.lo-bannerhead_title .lo-postbtns .lo-btn {
  min-width: 190px;
}

.lo-aside {
  top: 162px;
  right: -70px;
  position: absolute;
  transform: rotate(90deg);
}

.lo-asideline {
  margin: 0 40px 0 0;
}
.lo-asideline span {
  color: #999;
  font: 1rem/2.5em "Source Sans Pro", sans-serif;
}
.lo-asideline span::after {
  content: "";
  width: 1px;
  height: 67px;
  display: inline-block;
  transform: rotate(90deg);
  margin: -19px 0 -30px 41px;
  background-color: #dddddd;
}

.lo-socialicons li {
  padding: 6px 10px;
}
.lo-socialicons li a {
  font-size: 1.125rem;
}

.lo-section {
  padding: 22px 0;
  position: relative;
}

.lo-heading {
  padding-bottom: 32px;
}
.lo-heading_title {
  max-width: 480px;
}
.lo-heading_title h2 {
  font: 700 2.625rem/1.2380952381em "Montserrat", sans-serif;
  margin-bottom: 0;
}
.lo-heading_description {
  padding-top: 21px;
}
.lo-heading_description p {
  margin: 0;
  text-align: justify;
  font: 400 1.125rem/1.5555555556em "Source Sans Pro", sans-serif;
}
.lo-heading > .lo-btn {
  display: inline-flex;
  margin-top: 29px;
  min-width: 180px;
}

.lo-count {
  align-items: center;
  justify-content: center;
  flex-direction: column;
  padding: 20px 40px;
  position: relative;
  min-height: 215px;
}
.lo-count h3 {
  position: relative;
  font: 700 3.375rem/1em "Montserrat", sans-serif;
  margin-bottom: 0;
}
.lo-count h3 span {
  font-size: 2.5rem;
  color: #ff005a;
  font-style: normal;
  display: block;
  text-align: right;
  line-height: 0.5;
  padding-bottom: 1px;
}
.lo-count h3 span.lo-countpercentage {
  font-size: 1.875rem;
  padding-bottom: 4px;
}
.lo-count h3 em {
  font-style: normal;
}
.lo-count h3 i {
  font-style: normal;
}
.lo-count > span {
  font: 400 1.375rem/1.2727272727em "Source Sans Pro", sans-serif;
}
.lo-count:after {
  content: "";
  bottom: 0;
  left: 50%;
  height: 4px;
  width: 30px;
  position: absolute;
  background: #ff005a;
  transform: translateX(-50%);
}
.lo-count:hover:after, .lo-count-active::after {
  width: 100%;
  height: 100%;
  background: #ff005a;
}
.lo-count:hover h3, .lo-count-active h3 {
  z-index: 1;
  color: #fff;
}
.lo-count:hover h3 i, .lo-count-active h3 i {
  color: #fff;
}
.lo-count:hover h3 i sup, .lo-count-active h3 i sup {
  color: #fff;
}
.lo-count:hover h3 span, .lo-count-active h3 span {
  color: #fff;
}
.lo-count:hover span, .lo-count-active span {
  z-index: 1;
  color: #fff;
}

.lo-brand-explore {
  padding: 0 35px;
  position: relative;
}

.lo-explore {
  width: 100%;
  margin: 0 auto;
  max-width: 1400px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.06);
}
.lo-explore .lo-exploretitle {
  width: 50%;
  padding: 90px 60px 0;
  justify-content: initial;
}
.lo-explore li {
  width: 25%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  min-height: 350px;
  padding: 40px 40px 31px;
  position: relative;
  background-color: #fff;
  border-bottom: 1px solid #eeeeee;
  border-right: 1px solid #eeeeee;
}
.lo-explore li .lo-explore_heading h2 {
  margin: 0;
  padding: 0 0 30px;
  font: 700 2.625rem/1.2380952381em "Montserrat", sans-serif;
}
.lo-explore-list:hover, .lo-explore-list-active {
  background-color: #f7f8fa !important;
}
.lo-explore-list:hover .lo-explore_title, .lo-explore-list-active .lo-explore_title {
  transform: translateY(-139px);
}
.lo-explore-list:hover .lo-explore_description p, .lo-explore-list-active .lo-explore_description p {
  transform: translateY(-32px);
}
.lo-explore-list:hover .lo-explore_description i, .lo-explore-list-active .lo-explore_description i {
  top: 37px;
  right: 37px;
}

.lo-explore_title figure {
  padding: 0 0 5px;
}
.lo-explore_title h3 {
  margin: 0;
  font: 700 1.375rem/1.1818181818em "Montserrat", sans-serif;
}
.lo-explore_title h3 a {
  color: inherit;
}
.lo-explore_title span {
  font: 500 1rem/1.625em "Source Sans Pro", sans-serif;
}

.lo-explore_description p {
  position: absolute;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 0 40px;
  transform: translateY(100%);
  font: 1.125rem/1.5555555556em "Source Sans Pro", sans-serif;
}
.lo-explore_description i {
  position: absolute;
  top: -60px;
  right: -50px;
  font-size: 55px;
  cursor: pointer;
  color: #ff005a;
}

.lo-barrands {
  margin-top: -351px;
  padding-bottom: 100px;
}
.lo-barrands figure {
  position: relative;
  background: #2d2d2d;
}
.lo-barrands figure img {
  width: 100%;
  opacity: 0.6;
  min-height: 576px;
  object-fit: cover;
}
.lo-barrands figure::before {
  content: "";
  z-index: -1;
  right: -50px;
  width: 594px;
  bottom: 160px;
  height: 1093px;
  position: absolute;
  background: url("./../images/barnds/pattern3.png") no-repeat;
}
.lo-barrands figure::after {
  content: "";
  z-index: -1;
  top: 40px;
  left: 30px;
  width: 96%;
  height: 576px;
  position: absolute;
  background: url("./../images/barnds/pattern2.png") no-repeat;
}
.lo-barrands ul {
  width: 100%;
  padding: 0 50px;
  align-items: center;
  margin: -165px 0 0 0;
  justify-content: space-between;
}
.lo-barrands ul li {
  z-index: 1;
}

.lo-exploreholder {
  position: relative;
  z-index: 1;
  align-items: center;
  justify-content: center;
}

.lo-headingtwo .lo-heading_title {
  text-align: center;
  max-width: 100%;
}
.lo-headingtwo .lo-heading_description {
  margin: 0 auto;
}
.lo-headingtwo .lo-heading_description p {
  text-align: center;
}

.lo-imagegallery > .row {
  margin-top: -15px;
  margin-bottom: -15px;
}
.lo-imagegallery > .row > [class^=col-] {
  padding-top: 15px;
  padding-bottom: 15px;
}

.lo-strikimg {
  position: relative;
}
.lo-strikimg + .lo-strikimg {
  padding-top: 30px;
}
.lo-strikimg figure {
  width: 100%;
  margin: 0;
}
.lo-strikimg figure img {
  width: 100%;
}
.lo-strikimg_title {
  bottom: 0;
  z-index: 1;
  position: absolute;
  padding: 0 85px 23px 30px;
}
.lo-strikimg_title h3 {
  margin: 0;
  font: 700 1.375rem/1.3636363636em "Montserrat", sans-serif;
}
.lo-strikimg_title a {
  color: #2d2d2d;
  font: 400 1rem/1.5em "Source Sans Pro", sans-serif;
}
.lo-strikimg_description {
  position: relative;
}
.lo-strikimg_description i {
  opacity: 0;
  right: 63px;
  z-index: 1;
  bottom: 0;
  color: #fff;
  font-size: 40px;
  position: absolute;
  visibility: hidden;
}
.lo-strikimg_description .lo-effect {
  opacity: 0;
  min-width: 100%;
  top: unset;
  left: -15px;
  bottom: -12px;
  height: 131px;
  position: absolute;
  min-height: unset;
  visibility: hidden;
}

.lo-strikimg:hover h3, .lo-strikimg-active h3 {
  color: #fff;
}
.lo-strikimg:hover a, .lo-strikimg-active a {
  color: #fff;
}
.lo-strikimg:hover .lo-strikimg_description i, .lo-strikimg-active .lo-strikimg_description i {
  opacity: 1;
  bottom: 22px;
  right: 43px;
  visibility: visible;
}
.lo-strikimg:hover .lo-strikimg_description .lo-effect, .lo-strikimg-active .lo-strikimg_description .lo-effect {
  opacity: 1;
  visibility: visible;
}

.lo-rattingcoment {
  overflow: hidden;
  position: relative;
  padding: 89px 50px 84px;
  background: #f7f8fa;
  margin: 0 35px;
}
.lo-rattingcoment:after {
  top: -29px;
  content: "";
  right: -30px;
  width: 221px;
  height: 100%;
  position: absolute;
  background: url(./../images/comment/toppattern.png) no-repeat;
}
.lo-rattingcoment:before {
  bottom: -30px;
  content: "";
  left: -30px;
  width: 221px;
  height: 144px;
  position: absolute;
  background: url(./../images/comment/bottompattern.png) no-repeat;
}
.lo-rattingcoment li {
  list-style: none;
  width: 25%;
  padding: 11px 0;
}

.lo-comment {
  max-width: 385px;
  width: 100%;
  padding-right: 30px;
}
.lo-comment_title {
  margin: 25px 0 0 0;
  align-items: center;
  justify-content: space-between;
}
.lo-comment_title h4 {
  margin: 0;
  cursor: pointer;
  font: 700 1.375rem/1.1818181818em "Montserrat", sans-serif;
}
.lo-comment_title h4 a {
  color: inherit;
}
.lo-comment_description p {
  margin: 13px 0 0 0;
  font: 1.125rem/1.5555555556em "Source Sans Pro", sans-serif;
}

.lo-commenttitle_heading > a {
  font: 400 1rem/1.625em "Source Sans Pro", sans-serif;
  color: var(--body-font-color);
  display: block;
}

.lo-featureRating_starsV2 span {
  width: 100%;
}

.lo-stars span {
  width: 60%;
}

.lo-meettechslider {
  margin-bottom: -7px;
}

.lo-meettech figure {
  margin: 0;
}
.lo-meettech figure img {
  min-height: 450px;
  object-fit: cover;
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}
.lo-meettech:hover figure img, .lo-meettech-active figure img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}

.lo-creativetitle {
  text-align: left;
  padding-top: 20px;
}
.lo-creativetitle h3 {
  margin: 0 0 2px;
  font: 700 1.375rem/1.2727272727em "Montserrat", sans-serif;
}
.lo-creativetitle h3 a {
  display: inline-block;
}
.lo-creativetitle h3 a:hover {
  color: inherit;
}
.lo-creativetitle span {
  margin: 0;
  font: 400 1rem/1.375em "Source Sans Pro", sans-serif;
}

.lo-nav .owl-nav {
  position: absolute;
  width: 100%;
  top: 50%;
}
.lo-nav .owl-prev,
.lo-nav .owl-next {
  position: absolute;
  visibility: hidden;
  transform: translateY(-50px);
  width: 48px;
}
.lo-nav .owl-prev:before,
.lo-nav .owl-next:before {
  font-family: "themify";
  font-weight: 400;
  position: absolute;
  font-size: 48px;
  color: #dddddd;
  visibility: visible;
}
.lo-nav .owl-prev {
  left: -84px;
}
.lo-nav .owl-prev:before {
  content: "";
}
.lo-nav .owl-next {
  right: -84px;
}
.lo-nav .owl-next:before {
  content: "";
}

.lo-nav .owl-prev:hover:before,
.lo-nav .owl-next:hover:before {
  color: var(--body-font-color);
}

.lo-bannnerheadV2 {
  padding: 70px 0 80px 0;
}
.lo-bannnerheadV2 .lo-aside {
  top: 332px;
  right: -60px;
}

.lo-bannerfigure {
  justify-content: center;
  opacity: 1;
  margin-bottom: 26px;
}
.lo-bannerfigure figcaption {
  display: inline-flex;
  position: relative;
  z-index: 0;
  width: 160px;
  justify-content: flex-end;
  animation: slider 1s ease-in-out;
}
.lo-bannerfigure figcaption > span {
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: linear-gradient(to top, #ff005a 0%, #ffbe00 100%);
  bottom: 0;
  z-index: -1;
}
.lo-bannerfigure figcaption:before, .lo-bannerfigure figcaption:after {
  content: "";
  position: absolute;
  border: 1px solid;
  border-radius: 50%;
}
.lo-bannerfigure figcaption:before {
  top: -10px;
  left: -10px;
  width: 180px;
  height: 180px;
  border-color: #ddd;
}
.lo-bannerfigure figcaption:after {
  top: -20px;
  left: -20px;
  width: 200px;
  height: 200px;
  border-color: #eee;
}
.lo-bannerfigure img {
  position: absolute;
  bottom: 0;
  z-index: 1;
}

.lo-bannnerheadV2 .lo-bannerhead_title {
  text-align: center;
}
.lo-bannnerheadV2 .lo-bannerhead_title h1 {
  margin: 0;
  font: 700 3rem/1.25em "Montserrat", sans-serif;
}
.lo-bannnerheadV2 .lo-bannerhead_title p {
  margin: 0;
  padding: 15px 0 32px 0;
  font: 400 1.25rem/1.5em "Source Sans Pro", sans-serif;
}

.lo-postbtns {
  justify-content: center;
  margin: -5px -15px;
}
.lo-postbtns > a {
  margin: 5px 15px;
}

.lo-iconshapes li {
  position: absolute;
  animation: float 3s ease-in-out infinite;
}

.topleft-shape {
  top: 5px;
  left: 14.3%;
}

.topright-shape {
  top: 40px;
  right: 17%;
}

.bottomleft-shpe {
  left: 5%;
  bottom: 27%;
}

.bottomright-shape {
  right: 22%;
  bottom: 9%;
}

.lo-image-gallery {
  padding: 0 50px;
}
.lo-image-gallery .lo-postbtns {
  justify-content: center;
  margin: 31px 0 0 0;
}
.lo-image-gallery .lo-postbtns .lo-btn {
  min-width: 190px;
}

.lo-effectV2 {
  left: 9px;
  width: 48%;
  opacity: 0;
  z-index: 1;
  bottom: 10px;
  display: flex;
  padding: 0 30px;
  min-height: 100px;
  position: absolute;
  background: #fff;
  align-items: center;
  justify-content: space-between;
}
.lo-effectV2 .lo-caption-title h3 {
  color: #2d2d2d;
  font: 700 1.375rem/1.1818181818em "Montserrat", sans-serif;
  margin-bottom: 0;
}
.lo-effectV2 .lo-caption-title a {
  color: #55acee;
  font: 400 1rem/1.625em "Source Sans Pro", sans-serif;
}
.lo-effectV2 i {
  font-size: 40px;
  color: #ff005a;
}

.lo-gallery.row {
  margin: -5px;
}
.lo-gallery.row .grid-item {
  padding: 5px;
}
.lo-gallery.row .grid-item figure {
  margin: 0;
}
.lo-gallery.row .grid-item figure img {
  position: relative;
  width: 100%;
  height: 100%;
}
.lo-gallery.row .grid-item:hover .lo-effectV2 {
  width: 97%;
  opacity: 1;
}
.lo-gallery.row .grid-item:hover .triangle-bottomleft {
  opacity: 1;
  border-bottom: 300px solid #ff005a;
  border-right: 300px solid transparent;
}

.lo-gift {
  top: 22px;
  right: 25px;
  color: #fff;
  cursor: pointer;
  padding: 0 7.5px;
  position: absolute;
  background: #2d2d2d;
}

.triangle-bottomleft {
  bottom: 5px;
  left: 5px;
  opacity: 0;
  z-index: 0;
  position: absolute;
  border-bottom: 0 solid #ff005a;
  border-right: 0 solid transparent;
}

.lo-section-counter {
  position: relative;
  z-index: 1;
}

.grid {
  margin-top: -15px;
  margin-bottom: -15px;
}

.grid-item {
  padding-top: 15px;
  padding-bottom: 15px;
}

.lo-logoside {
  display: flex;
  align-items: center;
  flex: none;
}

.lo-dropmail {
  margin-left: 30px;
  padding: 7px 0 7px 30px;
  border-left: 1px solid #ddd;
  font-family: "Montserrat", sans-serif;
}
.lo-dropmail span {
  margin-bottom: 4px;
  display: block;
  color: #3d4461;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 1.2307692308em;
}
.lo-dropmail a {
  font-size: 0.875rem;
  line-height: 1.1428571429em;
  display: block;
  font-weight: 500;
}

.lo-homebannervfour {
  position: relative;
  padding-top: 10px;
}
.lo-homebannervfour_bgimg {
  position: absolute;
  width: 100%;
  z-index: -1;
  height: 932px;
  top: -150px;
  left: 0;
}
.lo-homebannervfour > .container-fluid {
  padding-left: 200px;
  padding-right: 200px;
}
.lo-homebannervfour_content {
  align-items: center;
  display: flex;
}
.lo-homebannervfour_title {
  max-width: 650px;
}
.lo-homebannervfour_title h1 {
  margin: 0 0 20px;
  max-width: 550px;
  font-size: 2.625rem;
  line-height: 1.2380952381em;
}
.lo-homebannervfour_title h1 span {
  color: var(--sec-theme-color);
}
.lo-homebannervfour_title p {
  margin: 0 0 32px;
  font-size: 1.25rem;
  line-height: 1.5em;
}
.lo-homebannervfour_title .lo-btns {
  margin: -5px -15px;
  justify-content: flex-start;
}
.lo-homebannervfour_title .lo-btns > a {
  min-width: 190px;
  margin: 5px 15px;
}
.lo-homebannervfour_img {
  margin: 0 0 0 auto;
}

.lo-counter {
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
}
.lo-counter_content {
  padding: 9px 40px;
}
.lo-counter ul {
  display: flex;
  padding-top: 30px;
  padding-bottom: 30px;
}
.lo-counter ul li:not(:last-child) .lo-counter_content {
  border-right: 1px solid #eeeeee;
}
.lo-counter .lo-count {
  display: block;
  font: 700 1.625rem/1.1538461538em "Montserrat", sans-serif;
  padding: 0;
  min-height: auto;
  align-items: flex-start;
  padding-bottom: 2px;
}
.lo-counter .lo-count em {
  font-style: normal;
}
.lo-counter .lo-count:after {
  display: none;
}
.lo-counter span {
  display: block;
  font-size: 1rem;
  line-height: 1.25em;
}
.lo-counter img {
  margin-bottom: 19px;
}

.lo-main-section .lo-headingthree {
  margin-top: -10px;
}

.lo-headingthree {
  padding-bottom: 34px;
  text-align: center;
}
.lo-headingthree .lo-heading_title {
  max-width: 100%;
}
.lo-headingthree h2 {
  font-size: 2.25rem;
  line-height: 1.2777777778em;
}
.lo-headingthree p {
  font-size: 1rem;
  line-height: 1.5em;
}
.lo-headingthree .lo-heading_description {
  padding-top: 13px;
}
.lo-headingthree .lo-heading_description p {
  text-align: center;
}

.lo-ourexpertise {
  background: #fff;
  position: relative;
  z-index: 1;
}
.lo-ourexpertise li {
  list-style-type: none;
  width: 25%;
}
.lo-ourexpertise li:nth-child(n+5) {
  border-top: 0;
}
.lo-ourexpertise_info {
  padding: 29px 29px 25px;
  overflow: hidden;
  justify-content: flex-end;
  align-items: flex-start;
  flex-direction: column;
  min-height: 290px;
}
.lo-ourexpertise_info:hover p, .lo-ourexpertise_info-active p {
  margin-bottom: -2px !important;
}
.lo-ourexpertise_info a {
  color: var(--body-font-color);
}
.lo-ourexpertise_info img {
  margin: 0 0 26px;
}
.lo-ourexpertise_info h3 {
  font-size: 1.125rem;
  line-height: 1.2222222222em;
  margin: 0 0 3px;
}
.lo-ourexpertise_info span {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.2em;
}
.lo-ourexpertise_info p {
  font-size: 0.9375rem;
  line-height: 1.4666666667em;
  margin: 24px 0 -68px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.lo-portfolio-img .lo-strikimg_title h3 {
  font-size: 1.125rem;
  line-height: 1.4444444444em;
}
.lo-portfolio-img .lo-strikimg_title a {
  font-size: 0.9375rem;
  display: block;
  line-height: 1.3333333333em;
}
.lo-portfolio-img .lo-effect {
  background-color: var(--sec-theme-color);
}

.lo-meettechvtwo .lo-meettech figure img {
  object-fit: cover;
  max-height: 255px;
  object-position: top;
  min-height: auto;
}
.lo-meettechvtwo .lo-creativetitle {
  text-align: center;
}
.lo-meettechvtwo .lo-creativetitle h3 {
  font-size: 1.125rem;
}
.lo-meettechvtwo .lo-creativetitle span {
  font-size: 0.9375rem;
}
.lo-meettechvtwo .lo-meettechslider.lo-nav .owl-next,
.lo-meettechvtwo .lo-meettechslider.lo-nav .owl-prev {
  transform: translateY(-50px);
}

.lo-testimonial:before, .lo-testimonial:after {
  background-size: cover;
  width: 154px;
  height: 100px;
}
.lo-testimonial:before {
  bottom: -20px;
  left: -20px;
}
.lo-testimonial:after {
  right: -20px;
  top: -20px;
}
.lo-testimonial .lo-comment figure {
  margin: 0 20px 0 0;
}
.lo-testimonial .lo-comment_title {
  margin: 0;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.lo-testimonial .lo-comment_title h4 {
  font-size: 1.125rem;
  line-height: 1.2222222222em;
}
.lo-testimonial .lo-comment_title .lo-commenttitle_heading > a {
  font-size: 0.9375rem;
  line-height: 1.4666666667em;
}
.lo-testimonial .lo-featureRating {
  margin: 5px 0 0;
}
.lo-testimonial .lo-featureRating__stars {
  width: 95px;
}
.lo-testimonial .lo-featureRating__stars span:after, .lo-testimonial .lo-featureRating__stars:before {
  font-size: 16px;
}

.lo-gallery--items figure + figure {
  display: none;
}

.lo-wrapper {
  padding: 50px 35px;
  background-color: #f5f5f5;
}
.lo-wrapper_main {
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
}

.lo-coming {
  background: #f7f8fa;
  overflow-x: hidden;
}

.lo-coming-header {
  max-width: 1520px;
  position: relative;
}
.lo-coming-header .lo-headerwrap {
  padding: 42px 40px 114px 200px;
}

.lo-asidev2 {
  top: 0;
  right: 0;
  position: relative;
  transform: rotate(0);
}
.lo-asidev2 .lo-asidebar span {
  color: #2d2d2d;
}

.lo-comingsoon {
  top: 0;
  right: 0;
  position: absolute;
}
.lo-comingsoon img {
  -webkit-clip-path: url(#my-clip-path);
  clip-path: url(#my-clip-path);
  height: 100%;
}
.lo-comingsoon::after {
  content: "";
  background: url(./../images/Shape2.svg) no-repeat;
  height: 102%;
  width: 100%;
  background-size: cover;
  position: absolute;
  right: 61px;
  top: -23px;
  z-index: -2;
}

.svg {
  position: absolute;
  top: 150px;
  right: 0;
}

.lo-comingsoon-main {
  position: relative;
}

.lo-comingsoon-content {
  padding-left: 196px;
  max-width: 946px;
}
.lo-comingsoon-content h1 em {
  display: block;
}
.lo-comingsoon-content .lo-heading_description {
  padding-top: 9px;
  max-width: 582px;
}

.lo-countdownholder {
  padding-top: 32px;
  margin: -5px;
}
.lo-countdownholder li {
  width: 25%;
  padding: 5px;
}

.lo-countdown__content,
.lo-count-down {
  position: relative;
  text-align: center;
  z-index: 2;
  background: #fff;
  padding: 58px 20px;
}
.lo-countdown__content h2,
.lo-count-down h2 {
  font-size: 2.625rem;
  line-height: 0.6666666667em;
}
.lo-countdown__content span,
.lo-count-down span {
  display: block;
  font-size: 1.375rem;
  line-height: 1.2727272727em;
}
.lo-countdown__content:before,
.lo-count-down:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%);
  background-color: var(--theme-color);
  height: 4px;
  width: 30px;
  z-index: -1;
}

.lo-countdown__content:hover h2,
.lo-countdown__content:hover span, .lo-countdown__content-active h2,
.lo-countdown__content-active span {
  color: #fff;
}
.lo-countdown__content:hover:before, .lo-countdown__content-active:before {
  width: 100%;
  height: 100%;
}

.lo-footerv3 {
  max-width: 805px;
  position: relative;
  padding: 125px 0 0 200px;
}
.lo-footerv3 .lo-topfooter_title h4, .lo-footerv3 .lo-topfooter_title p {
  line-height: 24px;
  margin: 0;
}
.lo-footerv3 .lo-topfooter_input {
  margin: 13px 0 0 0;
}

.lo-shape1 {
  top: 48px;
  left: 52px;
  position: absolute;
  animation: rotate 3s;
  z-index: -1;
}

.lo-shape2 {
  top: 138px;
  left: 437px;
  z-index: -1;
  position: absolute;
  animation: wave-animate 2s infinite ease-out;
}

.lo-shape3 {
  top: 179px;
  right: 748px;
  z-index: -1;
  position: absolute;
  animation: wave-animate 2s infinite ease-out;
}

.lo-shape4 {
  top: 160px;
  right: 190px;
  z-index: -1;
  position: absolute;
}

.lo-shape5 {
  top: 207px;
  right: 40%;
  z-index: -1;
  position: absolute;
  animation: wave-animate 2s infinite ease-out;
}

.lo-shape6 {
  top: 430px;
  z-index: -1;
  position: absolute;
}

.lo-shape7 {
  left: 40px;
  z-index: -1;
  bottom: -32px;
  position: absolute;
}

.lo-shape8 {
  top: 32px;
  right: -57px;
  z-index: -1;
  position: absolute;
  animation: wave-animate 3s infinite ease-out;
}

@keyframes wave-animate {
  0% {
    transform: scale(0);
    opacity: 1;
    transform-origin: center;
  }
  100% {
    transform: scale(3);
    opacity: 0;
    transform-origin: center;
  }
}
@keyframes wave {
  to {
    transform: translate(-30%, 0) scale(3, 1);
  }
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.lo-nofixheader {
  padding-top: initial;
}

.lo-commingsoon {
  display: flex;
  justify-content: space-between;
}
.lo-commingsoon .lo-headerwrap {
  align-items: center;
  justify-content: space-between;
  padding: 50px;
}
.lo-commingsoon .lo-headerwrap__right {
  align-items: initial;
}
.lo-commingsoonimg {
  position: relative;
  flex: none;
}
.lo-commingsoonimg:before {
  right: -10px;
  bottom: -80px;
  width: 800px;
  height: 800px;
}
.lo-commingsoonimg figure {
  margin-bottom: 0;
  background-color: #2d2d2d;
}
.lo-commingsoonimg img {
  opacity: 0.6;
  object-fit: cover;
}
.lo-commingsoon__content {
  flex-direction: column;
}
.lo-commingsoon__footer {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.lo-commingsoon__footer .lo-footerv3 {
  align-items: center;
  justify-content: space-between;
  max-width: 100%;
  padding: 50px;
}
.lo-commingsoon__footer .lo-topfooter_input {
  margin: 0;
  max-width: 575px;
  width: 100%;
}

.lo-counterarea {
  margin: auto 0;
  padding: 40px 0;
}
.lo-counterarea .row {
  justify-content: center;
}

.lo-sectioncenter {
  align-items: center;
  justify-content: center;
  text-align: center;
}
.lo-sectioncenter .lo-bannerhead_title {
  max-width: 100%;
}
.lo-sectioncenter .lo-bannerhead_title em {
  display: block;
}
.lo-sectioncenter .lo-heading_description {
  max-width: 600px;
  padding-top: 10px;
}
.lo-sectioncenter .lo-heading_description p {
  text-align: center;
}

.lo-cscounter-holder {
  margin-top: 54px;
}
.lo-cscounter-holder .lo-cscounter {
  flex-wrap: wrap;
  margin: -28px -14px 0;
}
.lo-cscounter-holder .lo-cscounter__holder {
  width: 25%;
  padding: 28px 14px 0;
  border-radius: 4px;
}
.lo-cscounter-holder .lo-cscounter__holder .lo-cscounter__countdown {
  padding: 30px;
  min-height: 160px;
  flex-direction: column;
  justify-content: center;
  border: 1px solid #ddd;
  border-radius: 4px;
}
.lo-cscounter-holder .lo-cscounter__holder .lo-cscounter__countdown h4 {
  font-size: 2.5rem;
  line-height: 28px;
  margin-bottom: 16px;
}
.lo-cscounter-holder .lo-cscounter__holder .lo-cscounter__countdown span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  text-transform: capitalize;
}

.tick-text {
  font: 700 18px "Montserrat", sans-serif;
  color: var(--theme-color);
}

.lo-count li {
  list-style: none;
  width: 20%;
  padding: 30px;
}

.number {
  color: var(--sec-theme-color);
  font-size: 38px;
  font-weight: 700;
}

.lo-countnum {
  display: flex;
  position: absolute;
  line-height: 30px;
  height: 30px;
  top: 50%;
  overflow: hidden;
}

.lo-count__content {
  border-radius: 4px;
  width: 25%;
  padding: 15px;
}

.lo-count__text {
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: 4px;
  height: 160px;
  position: relative;
  overflow: hidden;
}
.lo-count__text.active {
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}
.lo-count__text.active .number,
.lo-count__text.active h4 {
  color: #fff;
}
.lo-count__text h4 {
  margin: 46px 0 0;
}

.move {
  animation: move linear 1s infinite;
}

@keyframes move {
  from {
    transform: translateY(0vh);
  }
  to {
    transform: translateY(-30px);
  }
}
.lo-langslider {
  left: 0;
  bottom: 0;
  z-index: 11;
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: flex-end;
  padding: 10px 0 15px 26px;
}
.lo-langslider div {
  margin: 0;
  font: 700 8.75rem/0.9285714286em "Montserrat", sans-serif;
  color: #fff;
}

.lo-countdownholderv2 {
  flex-wrap: nowrap;
  padding-top: 37px;
}
.lo-countdownholderv2 li {
  padding: 0;
  margin-right: 10px;
  border: 1px solid #eeeeee;
}
.lo-countdownholderv2 li:last-child {
  margin-right: 0;
  border: 0;
}

.lo-countdown-active {
  background-color: #2d2d2d;
}
.lo-countdown-active h2, .lo-countdown-active span {
  color: #fff;
}
.lo-countdown-active::before {
  width: 100%;
  height: 100%;
  background-color: #2d2d2d;
}

html {
  scroll-behavior: smooth;
}

.lo-aboutbannerholder {
  margin: 0 35px 234px;
  position: relative;
}

.lo-aboutbanner {
  padding: 60px 0 200px;
  background-color: #f7f8fa;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.lo-aboutbanner .lo-bannerhead {
  padding-top: 40px;
}
.lo-aboutbanner .lo-btns > a {
  margin-right: 0;
  min-width: 220px;
}
.lo-aboutbanner__shape li {
  list-style: none;
  position: absolute;
  z-index: -1;
}
.lo-aboutbanner__shape--01 {
  right: 0;
  top: 0;
}
.lo-aboutbanner__shape--02 {
  left: 0;
  bottom: 0;
}
.lo-aboutbanner__gallery {
  margin: -5px;
}
.lo-aboutbanner__galleryholder {
  position: relative;
  max-width: 1458px;
  margin-right: auto;
  margin-left: auto;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 100%;
  padding: 0 30px;
}
.lo-aboutbanner__gallery li {
  list-style: none;
  padding: 5px;
}
.lo-aboutbanner__gallery .grid-sizer, .lo-aboutbanner__gallery--01 {
  width: 25%;
}
.lo-aboutbanner__gallery--02 {
  width: 12.5%;
}
.lo-aboutbanner__gallery--03 {
  width: 50%;
}

.lo-skillsbar {
  margin: -20px -40px;
}
.lo-skillsbar li {
  list-style: none;
  width: 50%;
  padding: 20px 40px;
}
.lo-skillsbar__content {
  display: flex;
  align-items: center;
}
.lo-skillsbar__content figure {
  margin: 0 20px 0 0;
  width: 65px;
  height: 65px;
  align-items: center;
  justify-content: center;
  background-color: #f7f7f7;
  border-radius: 10px;
  flex: none;
}
.lo-skillsbar__title {
  width: 100%;
}
.lo-skillsbar__title h4 {
  display: inline-block;
  margin-bottom: 13px;
}
.lo-skillsbar__title h4 span {
  font: 400 1rem/1.625em "Source Sans Pro", sans-serif;
}
.lo-skillsbar__title .progress {
  border-radius: 3px;
  height: 6px;
  background-color: #f7f7f7;
}
.lo-skillsbar__title .progress-bar {
  background: linear-gradient(to right, #00c5dc 0%, #ffb822 50%, #ff005a 100%);
  border-radius: inherit;
}

.lo-aboutbrand-section {
  margin-right: 50px;
  margin-left: 50px;
  position: relative;
}

.lo-aboutpattern {
  position: absolute;
  bottom: 0;
  right: -40px;
}

.lo-aboutbrandholder {
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}

.lo-aboutbrand {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.lo-aboutbrand__img {
  margin: 0;
  flex: none;
  align-self: flex-end;
}
.lo-aboutbrand__content {
  padding: 30px 0;
}

.lo-aboutbrandlist {
  align-items: center;
  margin: -10px -20px;
}
.lo-aboutbrandlist + .lo-themebtn {
  padding-top: 30px;
}
.lo-aboutbrandlist li {
  list-style: none;
  padding: 10px 20px;
}
.lo-aboutbrandlist li figure {
  margin: 0;
}

.lo-themebtn {
  align-items: center;
  margin: -10px -15px;
}
.lo-themebtn > * {
  padding: 10px 15px;
}
.lo-themebtn > em {
  font-size: 0.9375rem;
  line-height: 1.4666666667em;
  color: #999;
}

.lo-heading_title--large {
  max-width: 580px;
}

.lo-aboutslider {
  padding: 0 35px;
  margin-bottom: -6px;
}
.lo-aboutslider .owl-item {
  pointer-events: none;
}
.lo-aboutslider .item:before {
  content: "";
  position: absolute;
  height: 1px;
  width: calc(100% + 30px);
  background-color: rgba(221, 221, 221, 0.5);
  bottom: 72px;
  left: 0;
}
.lo-aboutslider a {
  align-items: center;
  justify-content: center;
}
.lo-aboutslider a hr {
  border-top: 3px solid rgba(221, 221, 221, 0.5);
  width: calc(100% - 20px);
  margin: 3px 0 0;
}
.lo-aboutslider a hr ~ hr {
  width: calc(100% - 40px);
}
.lo-aboutslider a h4 {
  text-align: center;
  margin: 54px 0 0;
  position: relative;
}
.lo-aboutslider a h4 h4 {
  color: #999;
}
.lo-aboutslider a h4:before, .lo-aboutslider a h4:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 50%;
}
.lo-aboutslider a h4:before {
  top: -30px;
  width: 20px;
  height: 20px;
  border: 2px solid #ddd;
  background: #fff;
}
.lo-aboutslider a h4:after {
  width: 8px;
  height: 8px;
  background-color: var(--theme-color);
  top: -24px;
  opacity: 0;
}
.lo-aboutslider a h4 span {
  display: block;
  font: 400 1rem/1.5em "Source Sans Pro", sans-serif;
}
.lo-aboutslider figure {
  margin: 0;
  background-color: #fff;
  position: relative;
}
.lo-aboutslider figure:before {
  content: "";
  font-family: "Linearicons-Free";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 40px;
  color: #fff;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}
.lo-aboutslider figure > img {
  opacity: 0.5 !important;
  filter: grayscale(100%);
}
.lo-aboutslider .active {
  pointer-events: initial;
}
.lo-aboutslider .active .item:before {
  background-color: #ddd;
}
.lo-aboutslider .active .item:hover figure img {
  opacity: 0.4 !important;
}
.lo-aboutslider .active .item:hover figure:before {
  visibility: visible;
  opacity: 1;
}
.lo-aboutslider .active .item:hover a h4:before {
  border-color: var(--theme-color);
}
.lo-aboutslider .active .item:hover a h4:after {
  opacity: 1;
}
.lo-aboutslider .active figure {
  background-color: var(--body-font-color);
}
.lo-aboutslider .active figure > img {
  opacity: 1 !important;
  filter: initial;
}
.lo-aboutslider .active a h4 {
  color: var(--body-font-color);
}
.lo-aboutslider .lo-owl_inactive {
  pointer-events: none;
}
.lo-aboutslider .lo-owl_inactive .item:before {
  background-color: rgba(221, 221, 221, 0.5);
}
.lo-aboutslider .lo-owl_inactive figure {
  background-color: #fff;
}
.lo-aboutslider .lo-owl_inactive figure > img {
  opacity: 0.5 !important;
  filter: grayscale(100%);
}
.lo-aboutslider .lo-owl_inactive a h4 {
  color: #999;
}

.lo-progressbaranimate .progress-bar {
  width: 0 !important;
}

.lo-skillsbar-section {
  position: relative;
}

.lo-aboutushead {
  text-align: center;
}
.lo-aboutushead h1 {
  font: 700 2.625rem/1.1904761905em "Montserrat", sans-serif;
  max-width: 600px;
  margin: 42px auto 23px auto;
}
.lo-aboutushead p {
  font: 400 1.125rem/1.4444444444em "Source Sans Pro", sans-serif;
}

.lo-portfolio-banner {
  margin: 0 50px;
}
.lo-portfolio-banner .lo-bannerhead {
  z-index: 1;
  width: 100%;
  height: 100%;
  flex-wrap: nowrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding: 136px 0 150px;
  position: relative;
  background-size: cover;
  background: url(./../images/portfolio-grid/img1.jpg) no-repeat;
}
.lo-portfolio-banner .lo-bannerhead > a {
  display: inline-flex;
  min-width: 240px;
  margin: 15px 0 0;
}
.lo-portfolio-banner .lo-bannerhead .lo-bannerhead_title {
  max-width: 563px;
  text-align: center;
}
.lo-portfolio-banner .lo-bannerhead .lo-bannerhead_title h1 {
  color: #fff;
}
.lo-portfolio-banner .lo-bannerhead:after {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  position: absolute;
  z-index: -1;
  background: rgba(45, 45, 45, 0.7);
}

.lo-navfilterbale {
  align-items: center;
  justify-content: center;
  padding: 18px 0 12px 0;
  margin: 0 0 30px;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}
.lo-navfilterbale li .lo-activegallery {
  color: #2d2d2d;
}
.lo-navfilterbale li .lo-activegallery::after {
  width: 100%;
}
.lo-navfilterbale li a {
  padding: 18px 20px;
  color: #999;
  position: relative;
  font: 600 1rem/1.5em "Montserrat", sans-serif;
}
.lo-navfilterbale li a::after {
  content: "";
  position: absolute;
  width: 0%;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #ff005a;
}
.lo-navfilterbale li:last-child {
  margin-left: 0;
}
.lo-navfilterbale li:hover > a {
  color: #2d2d2d;
}
.lo-navfilterbale li:hover > a::after {
  width: 100%;
}

.grid-item .lo-grideffect {
  overflow: hidden;
}
.grid-item .lo-grideffect em {
  width: 100%;
  height: 100%;
  opacity: 1;
  position: absolute;
  background: #ff005a;
}
.grid-item .lo-grideffect .lo-effectV2 {
  background: transparent;
}
.grid-item .lo-grideffect .lo-effectV2 .lo-caption-title h3, .grid-item .lo-grideffect .lo-effectV2 .lo-caption-title a {
  color: #fff;
}
.grid-item .lo-grideffect .lo-effectV2 > a {
  padding-left: 40px;
}
.grid-item .lo-grideffect .lo-effectV2 > a i {
  color: #fff;
}

.lo-caption-titlev2 h3 {
  white-space: nowrap;
  width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.grid-item-width {
  width: 360px;
  height: 660px;
}

.grid-item-width2 {
  width: 740px;
  height: 360px;
}

.grid-item-width3 {
  width: 370px;
  min-height: 291px;
}

.isotope1 {
  max-width: 360px;
  flex: 0 0 360px;
  width: 100%;
}

.isotope2 {
  max-width: 740px;
  flex: 0 0 740px;
  width: 100%;
}

.lo-search {
  padding: 20px;
  background-color: #f7f8fa;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.lo-search h3 {
  font-size: 1.375rem;
  line-height: 1.4545454545em;
  margin: 0 30px 0 0;
}

.lo-appendinput {
  display: flex;
  max-width: 675px;
  flex: auto;
}
.lo-appendinput .form-control {
  border-right: 0;
  border-radius: 0;
  border-color: #ddd;
}
.lo-appendinput .lo-btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

.lo-newsgird-masonary {
  margin-top: -15px;
  margin-bottom: -15px;
}
.lo-newsgird-masonary > div {
  padding-top: 15px;
  padding-bottom: 15px;
}
.lo-newsgird-masonary > div:nth-child(n+5) .lo-newsgrid {
  border-top: 1px solid #eee;
  padding-top: 30px;
}
.lo-newsgird-masonary > div:nth-child(n+5) .lo-newsgrid > h4:first-child {
  margin-top: -7px;
}
.lo-newsgird-masonary .image-grid__item {
  opacity: 0;
}

.lo-newsgrid figure a {
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: var(--body-font-color);
}
.lo-newsgrid figure a img {
  opacity: 0.6;
}
.lo-newsgrid figure a i {
  position: absolute;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  color: #fff;
  background-color: var(--body-font-color);
  border-radius: 50%;
  font-size: 16px;
  opacity: 1;
  z-index: 1;
}
.lo-newsgrid .lo-date-tags {
  margin: 0 0 14px;
}
.lo-newsgrid h4 {
  margin-bottom: 0;
}
.lo-newsgrid p {
  font-size: 1rem;
  line-height: 1.375em;
  margin: 16px 0 0;
}
.lo-newsgrid__img {
  padding-top: 15px;
  display: flex;
  align-items: center;
}
.lo-newsgrid__img img {
  border-radius: 6px;
  margin-right: 20px;
}
.lo-newsgrid__img--title h6 {
  margin: 0;
}
.lo-newsgrid__img--title h6,
.lo-newsgrid__img--title span {
  line-height: 1.2857142857em;
}
.lo-newsgrid__img--title span {
  display: block;
}
.lo-newsgrid .lo-newsgrid__audio {
  background-color: #f7f8fa;
}
.lo-newsgrid .lo-newsgrid__audio i {
  background-color: #eff0f2;
  color: #999;
  font-size: 22px;
}

/* reveal grid after images loaded */
.lo-images-unloaded {
  opacity: 0;
}
.lo-images-unloaded .image-grid__item {
  opacity: 0;
}

.lo-page-load-status {
  display: none;
  margin: 0 auto;
}

.lo-infiniteicon {
  padding: 40px 0 60px 0;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.lo-infiniteicon i {
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: #fff;
  font-size: 20px;
  color: #999;
  border-radius: 50%;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}

.lo-readmorebtn {
  background: #f7f7f7;
  height: 50px;
  margin-bottom: 20px;
  display: flex !important;
  border-bottom: 1px solid #dddddd;
  align-items: center;
  justify-content: center;
  color: #676767;
  font: 600 0.875rem/2.8571428571em "Montserrat", sans-serif;
}
.lo-readmorebtn:hover {
  color: #676767;
}

.lo-innerbanner {
  padding: 0 50px;
}
.lo-innerbanner_title {
  z-index: 1;
  width: 100%;
  height: 100%;
  text-align: center;
  position: relative;
}
.lo-innerbanner_title h2 {
  margin: 0 auto;
  font-size: 3.25rem;
  line-height: 1.3461538462em;
  color: #fff;
  max-width: 560px;
}
.lo-innerbanner_title .lo-btn {
  margin-top: 23px;
  width: 100%;
  max-width: 220px;
}
.lo-innerbanner_bg {
  width: 100%;
  position: relative;
  flex: 0 0 100%;
  background: url(../images/portfolio-grid/img-03.jpg) no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  padding: 130px 0;
}
.lo-innerbanner_bg:before {
  z-index: 1;
  background-color: rgba(45, 45, 45, 0.7);
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.lo-innerbanner-counter .lo-counter {
  z-index: 9;
  background: #fff;
  margin-top: -104px;
  position: relative;
}
.lo-innerbanner-counter .lo-innerbanner_bg {
  min-height: 600px;
  align-items: flex-start;
}

.lo-ourexpertisevtwo {
  overflow: hidden;
}
.lo-ourexpertisevtwo .lo-ourexpertise_info {
  z-index: 1;
  position: relative;
}
.lo-ourexpertisevtwo .lo-ourexpertise_info:before {
  bottom: 0;
  height: 50%;
  width: 100%;
  z-index: -1;
  left: 0;
  opacity: 0;
  visibility: hidden;
  content: "";
  position: absolute;
  background: #f7f8fa;
}
.lo-ourexpertisevtwo .lo-ourexpertise_info-active:before, .lo-ourexpertisevtwo .lo-ourexpertise_info:hover:before {
  opacity: 1;
  visibility: visible;
  height: 100%;
}
.lo-ourexpertisevtwo .lo-ourexpertise_info-active p, .lo-ourexpertisevtwo .lo-ourexpertise_info:hover p {
  margin-bottom: -2px;
}

.lo-proasked-img {
  margin: 0;
  width: 100%;
}
.lo-proasked-img img {
  display: block;
  width: 100%;
}

.lo-proaskedqus_btn {
  margin-top: 25px;
}
.lo-proaskedqus_btn span {
  display: block;
  font-size: 0.9375rem;
  line-height: 1.3333333333em;
  text-align: right;
}
.lo-proaskedqus_title {
  margin: 0 0 22px;
}
.lo-proaskedqus_title h2 {
  max-width: 450px;
  font-size: 2.625rem;
  line-height: 1.2380952381em;
  margin: 0 0 21px;
}
.lo-proaskedqus_title p {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.5555555556em;
}

.lo-askedquestions {
  padding: 0 20px;
  margin-bottom: -70px;
}
.lo-askedquestions_bg {
  background: #f7f8fa;
  margin-top: 50px;
  padding: 100px 0 120px;
}
.lo-askedquestions_bg .row {
  margin-top: -9px;
  margin-bottom: -9px;
}
.lo-askedquestions_bg .row > div {
  padding-top: 9px;
  padding-bottom: 9px;
}

.lo-accordion li {
  list-style-type: none;
  border-bottom: 1px solid #eee;
  cursor: pointer;
}
.lo-accordion_title {
  background: #fff;
  position: relative;
  align-items: center;
  padding: 22px 60px 22px 30px;
}
.lo-accordion_title[aria-expanded=true] {
  background: transparent;
}
.lo-accordion_title[aria-expanded=true]:after {
  transform: rotate(-180deg);
}
.lo-accordion_title:after {
  right: 30px;
  font-size: 1.25rem;
  line-height: 1.5em;
  content: "";
  font-family: "Linearicons-Free";
  position: absolute;
  align-self: flex-start;
}
.lo-accordion_title h3 {
  margin: 0;
  font-size: 1.125rem;
  line-height: 1.6666666667em;
}
.lo-accordion_info {
  cursor: default;
  padding-right: 30px;
}
.lo-accordion_info p {
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.4666666667em;
}
.lo-accordion_info p a {
  color: #02b8ff;
}

.lo-row-wrapper {
  margin-top: -20px;
  margin-bottom: -20px;
}
.lo-row-wrapper .row {
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.lo-row-wrapper > :nth-child(even) {
  flex-direction: row-reverse;
}
.lo-row-wrapper figure {
  margin-bottom: 0;
}
.lo-row-wrapper figure a {
  display: block;
}

.lo-modrengrid {
  padding: 30px;
}
.lo-modrengrid_content {
  border-bottom: 1px solid #eee;
}
.lo-modrengrid_content h3 {
  margin: 0;
  font-size: 1.375rem;
  line-height: 1.4545454545em;
}
.lo-modrengrid_content span {
  display: block;
  font-size: 1rem;
  line-height: 1.4375em;
  padding: 0 0 16px;
}
.lo-modrengrid_content p {
  font-size: 1.125rem;
  line-height: 1.5555555556em;
  margin-bottom: 0;
  padding-bottom: 22px;
}
.lo-modrengrid_brands {
  justify-content: space-between;
  padding: 30px 0 0;
  margin: 0;
}
.lo-modrengrid_brands--view {
  color: #1da1f2;
  align-self: center;
  font-size: 1rem;
  line-height: 1.625rem;
}

.lo-contact {
  padding-bottom: 56px;
}
.lo-contact__title {
  max-width: 500px;
  margin-top: -12px;
}
.lo-contact__title h2 {
  font-size: 2.625rem;
  line-height: 1.2380952381em;
  margin-bottom: 0;
}
.lo-contact__title h2 + p {
  padding-top: 21px;
}
.lo-contact__title p {
  font-size: 1.125rem;
  line-height: 1.5555555556em;
  margin-bottom: 0;
}
.lo-contact__detail .lo-footertitle img {
  margin-bottom: 12px;
}
.lo-contact__detail .lo-footertitle h2 {
  font-size: 1.375rem;
  line-height: 1.4545454545em;
  color: var(--body-font-color);
  margin-bottom: 5px;
}
.lo-contact__detail .lo-footertitle address {
  font-size: 1rem;
  line-height: 1.375em;
  color: var(--body-font-color);
}
.lo-contact__detail .lo-footer-contect {
  font-size: 1rem;
  color: #999;
  margin-top: 11px;
}
.lo-contact__detail .lo-footer-contect li + li {
  margin-top: 7px;
}
.lo-contact__detail .lo-footer-contect li a {
  color: var(--body-font-color);
}
.lo-contact__detail .lo-footer-contect li a[href*="mailto:"] {
  color: #55acee;
}
.lo-contact__detail .lo-footer-contect li i {
  font-size: 15px;
}
.lo-contact__detail .lo-f-directions {
  margin-top: 14px;
}

.lo-map iframe {
  width: 100%;
  height: 400px;
}

.lo-newstrend {
  margin-top: -16px;
  margin-bottom: -16px;
}
.lo-newstrend [class^=col-] {
  padding-top: 16px;
  padding-bottom: 16px;
}

.lo-news_content figure {
  margin: 0 0 13px;
}
.lo-news_title h4 {
  margin: 0;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  width: 92%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}

.lo-bannerimages {
  margin: 0;
  background: #2d2d2d;
}
.lo-bannerimages img {
  opacity: 0.2;
  height: 660px;
  width: 100%;
  object-fit: cover;
}

.lo-newsdate span {
  display: inline-block;
  font: 700 0.8125rem/1.5384615385em "Montserrat", sans-serif;
  color: #ffffff;
  background: #ff005a;
  padding: 7px 11px;
}

.lo-singlenewsinfo h2 {
  font: 700 2.25rem/1.2777777778em "Montserrat", sans-serif;
  margin: 11px 0 0;
}

.lo-newlinks {
  margin: 0;
}
.lo-newlinks li {
  list-style-type: none;
  position: relative;
}
.lo-newlinks li a {
  display: inline-block;
  color: #1da1f2;
  font: 400 0.9375rem/1.3333333333em "Source Sans Pro", sans-serif;
}
.lo-newlinks li + li {
  padding: 0 0 0 5px;
}
.lo-newlinks li + li::after {
  position: absolute;
  content: ",";
  left: 0;
  color: #1da1f2;
}

.lo-newsdetail {
  margin: -15px;
}
.lo-newsdetail > li {
  position: relative;
  padding: 15px;
}
.lo-newsdetail > li span {
  display: inline-block;
  font: 400 0.9375rem/1.3333333333em "Source Sans Pro", sans-serif;
  color: #717171;
}
.lo-newsdetail > li + li::after {
  content: "";
  position: absolute;
  width: 2px;
  height: 15px;
  background: #e1e1e1;
  top: 22px;
  left: 0;
}

.to-infodescption {
  margin: 23px 0 0;
}
.to-infodescption p {
  color: #2d2d2d;
  font: 400 1rem/1.625em "Source Sans Pro", sans-serif;
}

.to-infolinksdesp {
  margin: 6px 0 48px;
}
.to-infolinksdesp li {
  position: relative;
  padding: 0 0 0 22px;
  font: 400 1rem/1.625em "Source Sans Pro", sans-serif;
}
.to-infolinksdesp li:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  font-size: 14px;
  color: red;
  font-family: "Font Awesome 5 Free";
  font-weight: 700;
}
.to-infolinksdesp li + li {
  margin: 4px 0 0;
}

.lo-newsgridwrapper {
  margin-top: -300px;
}

.lo-newsconatiner,
.lo-newsauthorwrapper {
  background-color: #fff;
}

.lo-newsconatiner {
  padding: 60px 30px 60px 0;
}

.lo-outcomes h3 {
  font: 700 1.375rem/1.3636363636em "Montserrat", sans-serif;
}
.lo-outcomes figure {
  margin: 23px 0 23px;
}
.lo-outcomes figure img {
  width: 100%;
}

.lo-description p {
  font: 400 1rem/1.625em "Source Sans Pro", sans-serif;
}

.lo-searchtags {
  margin: -5px;
}

.lo-searchtags-list {
  padding: 5px;
}
.lo-searchtags-list a {
  display: inline-block;
  font: 700 0.6875rem/1.4545454545em "Montserrat", sans-serif;
  color: #2d2d2d;
  background: #f7f7f7;
  padding: 8px 15px;
  text-transform: uppercase;
  text-align: center;
}
.lo-searchtags-list:hover a, .lo-searchtags-list-active a {
  background: #ff005a;
  color: #ffffff;
}

.lo-tanglinks {
  align-items: center;
}
.lo-tanglinks h5 {
  margin: 0 15px 0 0;
}

.lo-tanglinks {
  padding: 30px 0;
  border-top: 1px solid #dddddd;
  border-bottom: 1px solid #dddddd;
}

.lo-commentssection h4 {
  font: 700 1.375rem/1.3636363636em "Montserrat", sans-serif;
  margin: 0 0 14px;
}

.lo-commentssection {
  margin: 73px 0 80px 0;
}

.lo-commenstinfo {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}
.lo-commenstinfo__desc span {
  display: inline-block;
  font: 400 0.875rem/1.2857142857em "Source Sans Pro", sans-serif;
  margin: 0 0 2px;
  color: #676767;
}
.lo-commenstinfo__desc h5 {
  font: 700 1.125rem/1.3333333333em "Montserrat", sans-serif;
}

.lo-btnreply {
  display: inline-block;
  font: 600 0.875rem/2.8571428571em "Montserrat", sans-serif;
  color: #676767;
  background: #f7f7f7;
  padding: 0px 20px;
  min-width: 90px;
  text-align: center;
}
.lo-btnreply:hover {
  background: #ff005a;
  color: #ffffff;
}

.lo-commenstimg {
  flex-wrap: nowrap;
  align-items: start;
}
.lo-commenstimg img {
  max-width: 46px;
  border-radius: 6px;
  margin-right: 20px;
  height: 46px;
}
.lo-commenstimg ~ .lo-description {
  margin: 6px 0 0 65px;
}

.lo-comntifoarea {
  display: flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
}

.lo-commentslist li {
  border-bottom: 1px solid #dddddd;
}
.lo-commentslist li + li {
  padding: 30px 0 0;
}
.lo-commentslist li:nth-child(2) {
  border-bottom: 0;
}
.lo-commentslist li:last-child {
  padding-top: 0;
}

.lo-nestedcomment {
  padding-left: 95px;
  border-top: 1px solid #dddddd;
}

.lo-nestedreply {
  padding: 30px 0 0 0;
  margin: 0 0 30px;
}
.lo-nestedreply .lo-hasrelpies .lo-description p {
  color: #676767;
}
.lo-nestedreply .lo-hasrelpies + .lo-hasrelpies {
  padding: 30px 0 0;
  border-top: 1px solid #dddddd;
}

.lo-commenstreply .lo-description p {
  color: #676767;
}

.lo-formblogtitle h3 {
  font: 700 1.375rem/1.3636363636em "Montserrat", sans-serif;
  margin: 0 0 17px;
}

.lo-commentform .form-group {
  margin-bottom: 0;
}
.lo-commentform .form-group textarea {
  height: 200px !important;
}
.lo-commentform .form-group .form-control {
  font: 400 1rem/1em "Source Sans Pro", sans-serif;
  height: 60px;
}

.to-checkcomments {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 13px 0 0;
}
.to-checkcomments .lo-checkbox + .lo-checkbox {
  margin: 18px 0 0;
}

.lo-cmntbtnarea {
  margin: 13px 0 0;
}

.lo-newsauthorwrapper {
  padding: 30px 0 0 30px;
  border-left: 1px solid #eeeeee;
}

.lo-date-tags {
  padding: 0 10px;
  color: #fff;
  min-width: 90px;
  display: inline-block;
  background-color: #ff005a;
  font: 700 0.6875rem/2.5454545455em "Montserrat", sans-serif;
}

.lo-autherdetail {
  padding: 30px 0;
  border-bottom: 1px solid #eeeeee;
}
.lo-autherdetail_title {
  padding-bottom: 20px;
}
.lo-autherdetail_title span {
  font: 400 0.9375rem/1.4666666667em "Source Sans Pro", sans-serif;
}
.lo-autherdetail figure {
  margin-bottom: 20px;
}
.lo-autherdetail strong {
  display: block;
  font: 700 1rem/1.1666666667em "Montserrat", sans-serif;
}
.lo-autherdetail_desc {
  max-width: 230px;
}
.lo-autherdetail_desc p {
  color: #727272;
  font: 400 0.9375rem/1.4666666667em "Source Sans Pro", sans-serif;
}
.lo-autherdetail_desc a {
  color: #1da1f2;
  font: 400 0.9375rem/1.4666666667em "Source Sans Pro", sans-serif;
}
.lo-autherdetail_desc a i {
  margin-left: 5px;
  font-size: 10px;
}
.lo-autherdetail_icons {
  align-items: center;
  margin: -5px;
}
.lo-autherdetail_icons li {
  padding: 5px;
}
.lo-autherdetail_icons li a i {
  font-size: 20px;
}
.lo-autherdetail_posts li {
  padding-bottom: 27px;
}
.lo-autherdetail_posts li:last-child {
  padding-bottom: 0;
  padding-top: 7px;
}
.lo-autherdetail:last-child {
  border-bottom: 0;
  padding-bottom: 0;
}

.lo-autherdetail-text {
  margin-top: 5px;
  color: #2d2d2d;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  font: 700 0.875rem/1.5714285714em "Montserrat", sans-serif;
}
.lo-autherdetail-text:hover {
  color: #2d2d2d;
}

.lo-sidebar-list {
  padding: 12.5px 20px;
  border-bottom: 1px solid #eeeeee;
  position: relative;
}
.lo-sidebar-list::before {
  top: 0;
  left: 0;
  height: 0;
  width: 2px;
  content: "";
  position: absolute;
  background-color: #ff005a;
}
.lo-sidebar-list:last-child {
  border-bottom: 0;
}
.lo-sidebar-list:hover::before {
  height: 100%;
}

.lo-auther-icons {
  background: #f7f7f7;
  border-radius: 4px;
  height: 50px;
  width: 50px;
  align-items: center;
  justify-content: center;
}

.lo-view-posts {
  background: #f7f7f7;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: 400 0.9375rem/1.4666666667em "Source Sans Pro", sans-serif;
  color: #1da1f2;
  padding: 9px 0;
}
.lo-view-posts i {
  margin-left: 10px;
  font-size: 10px;
}

.lo-sidebar-catogrie {
  align-items: center;
  justify-content: space-between;
}
.lo-sidebar-catogrie strong {
  color: #2d2d2d;
  font: 600 0.875rem/1.7142857143em "Montserrat", sans-serif;
}
.lo-sidebar-catogrie span {
  color: #676767;
  font: 400 0.875rem/1.7142857143em "Source Sans Pro", sans-serif;
}

.lo-page-load-status {
  justify-content: center;
  width: 100%;
  margin: 0 auto;
}

.lo-newsgridsingle {
  padding: 0 60px;
  background-color: #fff;
  position: relative;
}

.lo-error_descrinption {
  text-align: center;
}
.lo-error_descrinption img {
  margin: 0 0 15px;
  position: relative;
}
.lo-error_descrinption h2 {
  color: var(--theme-color);
  font-size: 3.25rem;
  line-height: 1.1153846154em;
  margin: 0;
}
.lo-error_descrinption span {
  margin: 0 0 27px;
  display: block;
  font-size: 1.375rem;
  line-height: 1.1818181818em;
}
.lo-error_descrinption p {
  font-size: 1.125rem;
  line-height: 1.5555555556em;
  margin: 0 0 32px;
}
.lo-error_descrinption .lo-btn {
  max-width: 190px;
  width: 100%;
}
.lo-error__img {
  position: relative;
  display: inline-block;
}

.tears,
.tears2 {
  position: absolute;
  top: 100px;
  left: 208px;
  width: 15px;
  height: 15px;
  z-index: 1;
  background: #dddddd;
  border-radius: 50% 50% 50% 0;
  transform: rotate(130deg);
  animation: tear 2s linear infinite;
  opacity: 0;
}

.tears2 {
  left: 254px;
}

@keyframes tear {
  0% {
    opacity: 1;
  }
  100% {
    background: #dddddd;
    opacity: 0;
    top: 50%;
  }
}
.lo-colorpicker {
  position: fixed;
  top: 30%;
  display: flex;
  align-items: center;
  z-index: 99;
  right: -168px;
  width: 210px;
  padding: 0 10px 0 0;
  background: #fff;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
  -webkit-transition: left 0.2s;
  transition: right 0.2s;
}
.lo-colorpicker.lo-show-colorpicker {
  right: 0;
}
.lo-colorpicker > span {
  display: inline-block;
  padding-right: 10px;
}
.lo-colorpicker .lo-on-off {
  margin-left: auto;
}

.lo-colorhandle {
  width: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 10px;
  height: 42px;
  background: #fff;
  color: #ff005a;
}
.lo-colorhandle:hover {
  color: #ff005a;
}
.lo-colorhandle i {
  display: block;
}

.lo-on-off label {
  position: relative;
  align-items: center;
  margin: 0;
  width: 33px;
  height: 19px;
  border-radius: 13px;
  transition: all 0.3s;
  box-shadow: 0 0 0 1px #e4e4e4;
  transition: all 0.4s;
  -webkit-transition: all 0.4s;
  cursor: pointer;
  vertical-align: middle;
  display: flex;
  flex-wrap: wrap;
}
.lo-on-off label i {
  left: 5px;
  width: 11px;
  height: 11px;
  background: #fff;
  position: absolute;
  border-radius: 60px;
  border: 1px solid #e2e2e2;
  display: inline-block;
  pointer-events: none;
  transition: all 0.3s ease 0s;
  -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.4);
}
.lo-on-off input {
  display: none;
}
.lo-on-off input:checked + label {
  border: none;
  box-shadow: inset 0 0 0 20px #3cab00;
  background: #3cab00;
}
.lo-on-off input:checked + label > i {
  box-shadow: none;
  left: 100%;
  margin-left: -15px;
}

.darkversion {
  background: #14161f;
}
.darkversion .lo-footerv2 .lo-topfooter_input {
  border-color: rgba(255, 255, 255, 0.2);
}
.darkversion .lo-footerv2 .lo-topfooter,
.darkversion .lo-footerv2 .lo-bottomfooter,
.darkversion .lo-newsconatiner, .darkversion .lo-newsauthorwrapper,
.darkversion .lo-skillsbar-section,
.darkversion .lo-wrapper, .darkversion .lo-newsgridsingle {
  background: #14161f;
}
.darkversion .lo-commingsoon__content {
  background-color: #383838;
}
.darkversion .lo-navbar i,
.darkversion .lo-bannerhead_title h1,
.darkversion .lo-bannerhead_title p,
.darkversion .lo-btn_unactive,
.darkversion .lo-asideline span,
.darkversion .lo-socialicons li a i,
.darkversion .lo-footerv2 .lo-topfooter .lo-topfooter_title h2,
.darkversion .lo-footerv2 .lo-topfooter .lo-topfooter_input input,
.darkversion .lo-navbarnav > li:not(:hover) > a,
.darkversion .lo-bannerhead_title h1 a,
.darkversion .lo-heading_title h2,
.darkversion .lo-heading_description p,
.darkversion .lo-count h3,
.darkversion .lo-count > span,
.darkversion .lo-creativetitle h3 a,
.darkversion .lo-creativetitle span,
.darkversion .lo-dropmail span,
.darkversion .lo-homebannervfour_title h1,
.darkversion .lo-homebannervfour_title p,
.darkversion .lo-error_descrinption span,
.darkversion .lo-error_descrinption p,
.darkversion .lo-skillsbar__title h4,
.darkversion .lo-aboutslider a h4,
.darkversion .lo-contact__title h2,
.darkversion .lo-contact__title p,
.darkversion .lo-contact__detail .lo-footertitle h2,
.darkversion .lo-contact__detail .lo-footertitle address,
.darkversion .lo-contact__detail .lo-footer-contect li a,
.darkversion .lo-news_title h4,
.darkversion .lo-pagination ul li a,
.darkversion .lo-newsgrid h4,
.darkversion .lo-newsgrid p,
.darkversion .lo-newsgrid__img--title h6,
.darkversion .lo-newsgrid__img--title span,
.darkversion .lo-modrengrid_content h3,
.darkversion .lo-modrengrid_content span,
.darkversion .lo-modrengrid_content p,
.darkversion .lo-navfilterbale li:hover > a,
.darkversion .lo-navfilterbale li .lo-activegallery,
.darkversion .lo-coming-header .lo-aside .lo-asidebar span,
.darkversion .lo-footerv3 .lo-topfooter_title h4,
.darkversion .lo-footerv3 .lo-topfooter_title p,
.darkversion .lo-singlenewsinfo h2,
.darkversion .lo-newsdetail li span,
.darkversion .to-infodescption p,
.darkversion .to-infolinksdesp li,
.darkversion .lo-outcomes h3,
.darkversion .lo-description p,
.darkversion .lo-tanglinks h5,
.darkversion .lo-commentssection h4,
.darkversion .lo-commenstinfo__desc span, .darkversion h5,
.darkversion .lo-formblogtitle h3,
.darkversion .lo-checkbox span,
.darkversion .lo-autherdetail_title strong,
.darkversion .lo-autherdetail_title span,
.darkversion .lo-autherdetail_desc p,
.darkversion .lo-autherdetail_posts a,
.darkversion .lo-sidebar-catogrie strong,
.darkversion .lo-sidebar-catogrie span,
.darkversion .lo-nestedreply .lo-hasrelpies .lo-description p {
  color: #fff;
}
.darkversion .lo-bannerhead_title h1 a:after {
  background: #fff;
}
.darkversion .lo-headerV2::after {
  background: url(./../images/darkversion/img7.png);
}
.darkversion .lo-logo svg .cls-1 {
  fill: #fff;
}
.darkversion .lo-homebanner::after {
  content: "";
  background: url("./../images/darkversion/pattern.png") no-repeat;
}
.darkversion .lo-barrands figure::before {
  background: url("./../images/darkversion/pattern-02.png") no-repeat;
}
.darkversion .lo-asideline span::after {
  background: #fff;
}
.darkversion .lo-footerv2 .lo-topfooter .lo-topfooter_input input,
.darkversion .lo-footerv2 .lo-topfooter .lo-topfooter_input {
  background: transparent;
}
.darkversion .lo-footerv2 .lo-topfooter .lo-topfooter_input a i,
.darkversion .lo-footerv2 .lo-topfooter .lo-topfooter_input ::placeholder {
  color: #999999;
}
.darkversion .lo-footerv2 .lo-topfooter .lo-topfooter_input::after {
  background: #43454c;
}
.darkversion .lo-footerv2 .lo-bottomfooter {
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
.darkversion .lo-footerv2 .lo-bottomfooter_left p,
.darkversion .lo-footerv2 .lo-bottomfooter_right ul li a {
  color: #dddddd;
}
.darkversion .lo-footerv2 .lo-topfooter .lo-topfooter_input input {
  caret-color: #999;
}
.darkversion .lo-bannerfigure figcaption:before {
  border-color: rgba(255, 255, 255, 0.4);
}
.darkversion .lo-bannerfigure figcaption:after {
  border-color: rgba(255, 255, 255, 0.2);
}
.darkversion .lo-aboutbrand__content .lo-heading h2,
.darkversion .lo-explore .lo-heading h2 {
  color: var(--body-font-color);
}
.darkversion .lo-aboutbrand__content .lo-heading_description p,
.darkversion .lo-explore .lo-heading_description p {
  color: var(--body-font-color);
}
.darkversion .lo-headervthree .lo-navbarnav > li > a {
  color: var(--body-font-color);
}
.darkversion .lo-aboutslider .lo-owl_inactive a h4 {
  color: #999;
}
.darkversion .lo-aboutbannerholder .lo-bannnerheadV2 .lo-bannerhead_title p,
.darkversion .lo-aboutbannerholder .lo-bannnerheadV2 .lo-bannerhead_title h1 {
  color: var(--body-font-color);
}
.darkversion .lo-contact__detail .lo-footer-contect li a[href*="mailto:"] {
  color: #55acee;
}
.darkversion .lo-view-posts {
  color: var(--body-font-color);
}
.darkversion .lo-header-active > a {
  color: var(--body-font-color) !important;
}

@media (max-width: 1680px) {
  .lo-langslider div {
    font-size: 7rem;
  }

  .lo-coming-header .lo-headerwrap {
    padding-right: 440px;
    padding-left: 50px;
  }

  .lo-bannerimg > .lo-imageswrap {
    transform: rotate(45deg) translate(-594px, -610px) scale(1.2);
  }

  .overlay {
    overflow-y: scroll;
    overflow-x: hidden;
  }

  .lo-comingsoon-content,
.lo-footerv3 {
    padding-left: 50px;
    padding-right: 50px;
  }

  .lo-rattingcoment li {
    width: 50%;
  }

  .lo-homebannervfour > .container-fluid {
    padding-right: 102px;
    padding-left: 102px;
  }

  .lo-commingsoon__footer .lo-footerv3 .lo-topfooter_title {
    padding-bottom: 10px;
  }
}
@media (max-width: 1536px) {
  .lo-langslider div {
    font-size: 6rem;
  }

  .lo-homebanner::after {
    display: none;
  }

  .lo-overlayholder:after {
    right: -210px;
  }

  .lo-homebannervfour > .container-fluid {
    padding-right: 80px;
    padding-left: 80px;
  }

  .lo-aboutbanner {
    padding-bottom: 187px;
  }

  .lo-commingsoonimg {
    overflow: hidden;
    height: 100%;
  }

  .lo-countdownholderv2 {
    flex-wrap: wrap;
    margin: -30px;
  }
  .lo-countdownholderv2 li {
    width: 47%;
    margin: 5px;
  }

  .lo-commingsoon__footer .lo-footerv3 {
    padding: 20px 50px;
  }

  .lo-counterarea {
    padding: 20px 0;
  }
}
@media (max-width: 1440px) {
  .lo-langslider div {
    font-size: 6rem;
  }

  .lo-sectiondorder {
    display: none;
  }

  .lo-exploreholder {
    padding-right: 20px;
    padding-left: 20px;
  }

  .lo-overlayfooter:before {
    left: -50px;
  }

  .lo-overlayholder:after {
    right: -240px;
  }

  .lo-aboutbanner__shape li {
    max-width: 300px;
  }

  .lo-aboutbanner {
    padding-bottom: 169px;
  }

  .lo-aboutbannerholder {
    margin-bottom: 212px;
  }

  .lo-commingsoonimg {
    height: auto;
    flex: auto;
  }
  .lo-commingsoonimg img {
    height: 100%;
    width: 100%;
  }

  .lo-commingsoonimg figure {
    height: 100%;
  }
}
@media (max-width: 1366px) {
  .lo-bannerimg > .lo-imageswrap {
    transform: rotate(45deg) translate(-519px, -610px) scale(1.2);
  }

  .lo-barrands ul {
    padding: 0 20px;
  }

  .lo-overlayfooter:before {
    left: -85px;
  }

  .lo-overlayholder:after {
    right: -280px;
  }

  .lo-aboutbanner {
    padding-bottom: 156px;
  }

  .lo-aboutbannerholder {
    margin-bottom: 198px;
  }
}
@media (min-width: 1300px) {
  .container-custom {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    max-width: 1260px;
  }
}
@media (min-width: 1200px) and (max-width: 1366px) {
  .lo-dropmail {
    display: none;
  }
}
@media (max-width: 1285px) {
  .menu-item-has-children > .sub-menu .sub-menu {
    right: 100%;
    left: auto;
  }
}
@media (min-width: 1200px) and (max-width: 1280px) {
  .lo-explore .lo-exploretitle {
    padding-right: 30px;
    padding-left: 30px;
  }
  .lo-explore li {
    padding-right: 20px;
    padding-left: 20px;
  }
}
@media (max-width: 1280px) {
  .lo-nav .owl-prev {
    left: 5px;
  }

  .lo-nav .owl-next {
    right: 5px;
  }

  .lo-nav .owl-prev:before,
.lo-nav .owl-next:before {
    color: #fff;
  }

  .lo-overlayfooter:before {
    left: -130px;
  }

  .lo-overlayholder:after {
    display: none;
  }

  .lo-aboutbanner {
    padding-bottom: 140px;
  }

  .lo-aboutbannerholder {
    margin-bottom: 183px;
  }

  .lo-commingsoonimg:before {
    display: none;
  }
}
@media (max-width: 1200px) {
  .lo-commentssection {
    margin: 73px 0 30px 0;
  }

  .lo-newsauthorwrapper {
    border-left: 0;
    border-bottom: 1px solid #eeeeee;
    padding-bottom: 30px;
  }

  .lo-newsauthorwrapper {
    margin: 0;
    padding-left: 0;
  }

  .lo-autherdetail_desc {
    max-width: 100%;
  }

  .lo-langslider div {
    font-size: 5rem;
  }

  .lo-overlayfooter:before {
    left: -170px;
  }

  .lo-aboutbanner {
    padding-bottom: 125px;
  }

  .lo-aboutbannerholder {
    margin-bottom: 168px;
  }
}
@media (max-width: 1199px) and (min-width: 991px) {
  .lo-effectV2 .lo-caption-title h3 {
    color: #2d2d2d;
    font: 700 1.125rem/1.3333333333em "Montserrat", sans-serif;
  }
  .lo-effectV2 .lo-caption-title a {
    color: #55acee;
    font: 400 0.875rem/1.5714285714em "Source Sans Pro", sans-serif;
  }

  .lo-gallery.row .grid-item:hover .triangle-bottomleft {
    border-bottom: 200px solid #ff005a;
    border-right: 200px solid transparent;
  }
}
@media (max-width: 1199px) {
  .lo-wrapper_main {
    position: relative;
  }

  .lo-counterarea {
    padding: 0 40px 220px;
  }

  .lo-countdownholderv2 {
    flex-wrap: nowrap;
    margin: 0;
  }
  .lo-countdownholderv2 li {
    border: 0;
    width: 25%;
  }

  .lo-langslider div {
    font-size: 100px;
  }

  .lo-counter {
    padding: 0 30px;
  }
  .lo-counter_content {
    padding-left: 0;
    padding-right: 0;
  }

  .lo-ourexpertise li {
    width: 33.33%;
  }
  .lo-ourexpertise li:nth-child(n) {
    border-top: 1px solid #eee;
    border-left: 0;
  }
  .lo-ourexpertise li:nth-child(3n+1) {
    border-left: 1px solid #eee;
  }
  .lo-ourexpertise li:nth-child(n+4) {
    border-top: 0;
  }

  .lo-explore .lo-exploretitle {
    width: 100%;
  }
  .lo-explore li {
    width: 33.333%;
  }

  .lo-effectV2 {
    left: 4px;
    width: 68%;
    padding: 0 15px;
  }

  .lo-bannerhead_title h1 a {
    height: 70px;
    display: table;
  }

  .lo-bannerimg > .lo-imageswrap {
    transform: rotate(45deg) translate(-335px, -610px) scale(1.3);
  }

  .lo-effectwrap {
    left: 80px;
  }

  .lo-navbarnav > li > a {
    padding: 0 15px;
  }

  .lo-count {
    padding: 56px 0;
  }

  .theme-width {
    padding: 90px 60px 40px 60px !important;
  }

  .lo-strikeimg-two {
    display: none;
  }

  .lo-bannerhead_title {
    max-width: none;
  }

  .lo-exploreholder {
    padding: 0;
  }

  .lo-comment_description p {
    width: 100%;
  }

  .lo-barrands {
    position: relative;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .lo-barrands ul {
    position: absolute;
    justify-content: center;
    margin: -10px;
  }
  .lo-barrands ul li {
    padding: 10px;
  }

  .lo-nav .owl-prev {
    left: -55px;
  }

  .lo-nav .owl-next {
    right: -55px;
  }

  .lo-nav .owl-prev:before,
.lo-nav .owl-next:before {
    color: #ddd;
  }

  .lo-navbar {
    margin-left: auto;
  }

  .lo-overlayfooter:before {
    left: -80px;
  }

  .lo-homebannervfour_img {
    display: none;
  }

  .lo-homebannervfour {
    padding-top: 110px;
  }

  .lo-homebannervfour_title {
    max-width: 800px;
  }
  .lo-homebannervfour_title h1 {
    max-width: initial;
  }

  .lo-headervthree .lo-headerwrap__right {
    padding-left: 0;
  }

  .lo-footercolumn {
    padding-left: 0;
    max-width: 270px;
  }

  .lo-aboutpattern {
    display: none;
  }

  .lo-aboutbrand__content {
    padding: 108.5px 0;
  }

  .lo-aboutbrand__img {
    max-width: 310px;
  }

  .overlay-menu ul li a {
    margin-left: 0;
  }
  .overlay-menu ul li a:before {
    left: -60px;
  }

  .lo-commingsoonimg {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0;
    left: 0;
    height: 800px;
  }

  .lo-commingsoonimg img {
    object-fit: cover;
    object-position: top;
  }

  .lo-commingsoon__content .lo-logo svg {
    color: #fff;
  }
  .lo-commingsoon__content .lo-asidev2 span {
    color: #fff;
  }
  .lo-commingsoon__content .lo-socialicons i {
    color: #fff;
  }

  .lo-sectioncenter h1, .lo-sectioncenter p {
    color: #fff;
  }

  .lo-commingsoon .lo-headerwrap {
    z-index: 11;
  }

  .lo-counterarea {
    z-index: 11;
  }

  .lo-navbar .navbar-collapse {
    left: 0;
    top: 100%;
    width: 100%;
    z-index: 9;
    position: absolute;
    background: #fff;
    box-shadow: rgba(165, 165, 165, 0.5) 0px 9px 20px 0px;
    border-radius: 0px 0px 4px 4px;
  }

  .lo-header .lo-navbarnav >,
.lo-header.lo-headervthree .lo-navbarnav > {
    margin: 0;
  }
  .lo-header .lo-navbarnav > li > a,
.lo-header.lo-headervthree .lo-navbarnav > li > a {
    color: #2d2d2d !important;
    padding: 12px 20px;
    justify-content: space-between;
  }
  .lo-header .lo-navbarnav > li ~ li,
.lo-header.lo-headervthree .lo-navbarnav > li ~ li {
    border-top: 1px solid #dddddd;
  }
  .lo-header .lo-navbarnav > li::before,
.lo-header.lo-headervthree .lo-navbarnav > li::before {
    display: none;
  }

  .lo-headerwrap {
    padding: 35px 0 15px;
  }

  .lo-colorpicker {
    z-index: 6;
  }

  .menu-item-has-children a::after {
    padding: 0;
  }
  .menu-item-has-children .sub-menu {
    left: 0;
    width: 100%;
    display: none;
    position: static;
    opacity: 1;
    transition: none;
    background: #fff;
    visibility: visible;
    box-shadow: none;
    border-radius: 0;
    padding: 0;
    margin: 0;
  }
  .menu-item-has-children .sub-menu li {
    background-color: #fff;
    border-top: 1px solid #dddddd;
  }
  .menu-item-has-children .sub-menu li a {
    color: #2d2d2d;
    padding-left: 35px;
  }
  .menu-item-has-children .sub-menu li a:after {
    color: #2d2d2d;
    padding-left: 0;
  }

  .menu-item-has-children .menu-item-has-children > a:after {
    content: "";
  }

  .lo-headervthree .lo-navbarnav {
    margin-left: 0;
    margin-right: 0;
  }

  .lo-open-menu > a:after {
    transform: rotate(-180deg);
  }

  .sub-menu li .sub-menu {
    margin: 0;
  }

  .lo-headervthree .lo-navbarnav > li {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 1080px) {
  .lo-coming-header .cls-1 {
    fill: #fff;
  }

  .lo-coming-header .lo-aside .lo-asideline span {
    color: #fff;
  }
  .lo-coming-header .lo-aside i {
    color: #fff;
  }

  .lo-coming-header .lo-headerwrap {
    padding-right: 50px;
  }

  .lo-comingsoon-content {
    margin: 0 auto;
  }
  .lo-comingsoon-content .lo-bannerhead_title h1 {
    color: #fff;
    text-align: center;
  }
  .lo-comingsoon-content .lo-heading_description p {
    color: #fff;
    text-align: center;
  }

  .lo-heading_description {
    margin: 0 auto;
  }

  .lo-footerv3 {
    text-align: center;
    max-width: 100%;
    padding-bottom: 50px;
  }
  .lo-footerv3 .lo-topfooter_title h4, .lo-footerv3 .lo-topfooter_title p {
    color: #fff;
  }
  .lo-footerv3 .lo-topfooter_input {
    margin: 13px auto 0;
  }

  .lo-comingsoon {
    width: 100%;
    height: 100%;
  }
  .lo-comingsoon img {
    clip-path: url("");
    -webkit-clip-path: url("");
    height: 100%;
    width: 100%;
    background-size: cover;
    filter: blur(6px);
  }
  .lo-comingsoon:after {
    height: 100%;
    width: 100%;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 0;
    background: rgba(45, 45, 45, 0.6);
  }

  .shapes {
    display: none;
  }

  .lo-nav .owl-prev {
    left: 15px;
  }

  .lo-nav .owl-next {
    right: 15px;
  }

  .lo-nav .owl-prev:before,
.lo-nav .owl-next:before {
    color: #fff;
  }

  .lo-overlayfooter:before {
    left: -140px;
  }

  .lo-aboutbanner {
    padding-bottom: 103px;
  }

  .lo-aboutbannerholder {
    margin-bottom: 146px;
  }

  .overlay-menu ul li a {
    margin-left: 30px;
  }
  .overlay-menu ul li a::before {
    left: -30px;
  }

  .lo-commingsoon__footer {
    margin-top: 20px;
  }
  .lo-commingsoon__footer .lo-footerv3 {
    flex-direction: column;
    align-items: flex-start;
  }
  .lo-commingsoon__footer .lo-topfooter_title {
    text-align: left;
  }
  .lo-commingsoon__footer .lo-topfooter_title h4, .lo-commingsoon__footer .lo-topfooter_title p {
    color: #2d2d2d;
  }
  .lo-commingsoon__footer .lo-topfooter_input {
    margin: 0;
  }
}
@media (max-width: 1024px) {
  .overlay-menu ul li {
    margin: 0;
  }

  .lo-overlayfooter:before {
    left: -170px;
  }

  .lo-aboutbanner {
    padding-bottom: 92px;
  }

  .lo-aboutbannerholder {
    margin-bottom: 136px;
  }
}
@media (max-width: 991px) {
  .lo-langslider div {
    font-size: 120px;
  }

  .lo-navfilterbale {
    flex-direction: column;
  }
  .lo-navfilterbale li {
    padding-bottom: 20px;
  }
  .lo-navfilterbale li a {
    padding: 0;
  }
  .lo-navfilterbale li a::after {
    bottom: -5px;
  }
  .lo-navfilterbale li:last-child {
    padding: 0;
  }

  .lo-contact__detail {
    padding-top: 15px;
  }

  .lo-counter ul {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .lo-counter ul li {
    margin: 10px 0;
  }
  .lo-counter ul li:nth-child(3) .lo-counter_content {
    border-right: 0;
  }

  .lo-heading_description p {
    text-align: left;
  }

  .lo-aboutbrand__content {
    padding: 70px 0;
  }
  .lo-aboutbrand__img {
    display: none;
  }

  .lo-aboutbannerholder {
    margin-left: 0;
    margin-right: 0;
  }

  .lo-aboutbrand-section {
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .lo-explore li {
    width: 50%;
  }

  .lo-bannerimg > .lo-imageswrap {
    transform: rotate(45deg) translate(-250px, -250px) scale(1.7);
  }

  .lo-count {
    margin: 10px 0;
  }

  .lo-barrands figure::after {
    left: 15px;
  }

  .topleft-shape,
.topright-shape,
.bottomleft-shpe,
.bottomright-shape {
    animation: none;
  }

  .lo-navgrid {
    width: 100%;
    margin: 30px 0 0;
  }

  .lo-earlyexpires {
    flex-flow: column;
    max-width: initial;
  }
  .lo-earlyexpires .lo-description p {
    margin: 0 0 20px;
  }

  .overlay-menu ul li a {
    margin-left: 0;
  }
  .overlay-menu ul li a::before {
    left: -60px;
  }

  .lo-nav .owl-prev {
    left: -55px;
  }

  .lo-nav .owl-next {
    right: -55px;
  }

  .lo-nav .owl-prev:before,
.lo-nav .owl-next:before {
    color: #ddd;
  }

  .lo-bottomfooter_right {
    width: 100%;
    padding-top: 14px;
  }

  .lo-overlayfooter:before {
    left: -65px;
  }

  .lo-ourexpertise li {
    width: 50%;
  }
  .lo-ourexpertise li:nth-child(n) {
    border-top: 1px solid #eee;
    border-left: 0;
  }
  .lo-ourexpertise li:nth-child(2n+1) {
    border-left: 1px solid #eee;
  }
  .lo-ourexpertise li:nth-child(n+3) {
    border-top: 0;
  }

  .lo-footerhead_title {
    padding-right: 0;
    padding-left: 0;
  }

  .lo-footerhead_mail {
    padding-top: 16px;
    padding-right: 0;
    padding-left: 0;
  }

  .lo-aboutbanner {
    padding-bottom: 100px;
  }

  .lo-aboutbannerholder {
    margin-bottom: 142px;
  }

  .lo-skillsbar li {
    width: 100%;
  }

  .lo-search {
    flex-wrap: wrap;
  }
  .lo-search h3 {
    flex: initial;
    margin: 0 0 10px;
  }
  .lo-search .lo-appendinput {
    width: 100%;
  }

  .lo-newsgird-masonary > div:nth-child(n+4) .lo-newsgrid {
    border-top: 1px solid #eee;
    padding-top: 30px;
  }

  .lo-row-wrapper {
    margin-top: -5px;
    margin-bottom: -5px;
  }
  .lo-row-wrapper .row {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .overlay nav ul {
    height: auto;
    width: 100%;
    margin: 0;
    text-align: left;
  }
  .overlay nav ul ul {
    margin-left: 20px;
  }

  .lo-commingsoonimg {
    height: 830px;
  }
}
@media (max-width: 800px) {
  .theme-width {
    width: 100% !important;
  }

  .lo-overlayfooter:before {
    left: -160px;
  }

  .lo-iconshapes,
.lo-bannnerheadV2 .lo-aside {
    display: none;
  }

  .lo-homebannervfour_title h1 span {
    display: block;
    min-height: 52px;
  }

  .lo-aboutbanner__gallery--01 {
    width: 33.333%;
  }

  .lo-aboutbanner__gallery .grid-sizer,
.lo-aboutbanner__gallery--02 {
    width: 16.6665%;
  }

  .lo-aboutbanner__gallery--03 {
    width: 66.666%;
  }

  .lo-aboutbanner {
    padding-bottom: 167px;
  }

  .lo-aboutbannerholder {
    margin-bottom: 215px;
  }

  .lo-aboutslider .lo-owl_inactive {
    pointer-events: initial;
  }
  .lo-aboutslider .lo-owl_inactive .item:before {
    background-color: #ddd;
  }
  .lo-aboutslider .lo-owl_inactive .item:hover figure:before {
    visibility: visible;
    opacity: 1;
  }
  .lo-aboutslider .lo-owl_inactive .item:hover figure img {
    opacity: 0.4 !important;
  }
  .lo-aboutslider .lo-owl_inactive figure {
    background-color: var(--body-font-color);
  }
  .lo-aboutslider .lo-owl_inactive figure > img {
    opacity: 1 !important;
    filter: initial;
  }
  .lo-aboutslider .lo-owl_inactive a h4 {
    color: var(--body-font-color);
  }
}
@media (max-width: 767px) {
  .lo-commenstreply .lo-description p {
    text-align: left;
  }

  .lo-autherdetail_desc {
    padding-right: 0;
  }

  .lo-langslider div {
    font-size: 100px;
  }

  .to-infodescption p {
    font-size: 16px;
  }

  .lo-countdownholder li {
    width: 50%;
  }

  .lo-counter ul li:nth-child(2) .lo-counter_content {
    border-right: 0;
  }

  .lo-counter ul li:nth-child(3) .lo-counter_content {
    border-right: 1px solid #eeeeee;
  }

  .lo-innerbanner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .lo-topfooter_title h2 {
    font-size: 2.25rem;
    line-height: 1.0555555556em;
  }
  .lo-topfooter_title span {
    font-size: 1.5rem;
    line-height: 1.3333333333em;
  }

  .lo-aboutbannerholder {
    margin-bottom: 207px;
  }

  .lo-heading_title h2 {
    font-size: 2rem;
    line-height: 1.3125em;
  }

  .lo-heading_description p {
    font-size: 1rem;
    line-height: 1.625em;
  }

  .lo-skillsbar {
    margin: -20px 0;
  }
  .lo-skillsbar li {
    width: 100%;
    padding: 20px 0;
  }

  .lo-bannerimg {
    height: 600px;
    margin: 60px 35px;
  }
  .lo-bannerimg .lo-imageswrap {
    background-image: url(../images/banner/image1.jpg);
    width: 100%;
    height: 100%;
    transform: none;
    opacity: 0.6;
  }
  .lo-bannerimg .lo-imageswrap .bannerimages {
    display: none;
  }

  .lo-explore li {
    width: 100%;
  }

  .lo-logo {
    align-self: center;
  }

  .lo-headerwrap {
    padding-right: 15px;
    padding-left: 15px;
  }

  .lo-barrands figure::before {
    right: -35px;
  }

  .lo-meettechslider.lo-nav .owl-next {
    transform: translate(-10%, -50%);
  }

  .lo-meettechslider.lo-nav .owl-prev {
    transform: translate(10%, -50%);
  }

  .theme-width {
    padding: 90px 30px 40px 30px !important;
  }

  .lo-bannerhead_title h1 span {
    display: block;
    height: 50px;
  }

  .row lo-gallery {
    justify-content: center;
    grid-template-columns: none;
    padding: 0 15px;
  }
  .row lo-gallery_item figure img {
    width: 100%;
    height: auto;
    max-width: 600px;
  }

  .lo-footerv2 .lo-topfooter_title i {
    display: block;
    margin: 20px 0 0 0;
  }

  .lo-effectwrap {
    left: 35px;
    top: 0;
  }
  .lo-effectwrap .lo-amazingshow {
    height: auto;
  }

  .lo-effect {
    min-height: 128px;
  }

  .lo-rattingcoment {
    padding-right: 30px;
    padding-left: 30px;
    margin-right: 15px;
    margin-left: 15px;
  }
  .lo-rattingcoment li {
    width: 100%;
  }
  .lo-rattingcoment .lo-comment {
    max-width: initial;
    padding-right: 0;
  }

  .lo-overlayfooter:before {
    left: -85px;
  }

  .lo-image-gallery,
.lo-aboutslider {
    padding-right: 30px;
    padding-left: 30px;
  }

  .lo-dropmail {
    display: none;
  }

  .lo-homebannervfour > .container-fluid,
.lo-coming-header .lo-headerwrap,
.lo-comingsoon-content,
.lo-footerv3 {
    padding-right: 30px;
    padding-left: 30px;
  }

  .lo-aboutbanner {
    padding-bottom: 156px;
  }

  .lo-newsgird-masonary > div:nth-child(n+3) .lo-newsgrid {
    border-top: 1px solid #eee;
    padding-top: 30px;
  }

  .lo-counterarea {
    padding: 0 20px 220px;
  }

  .lo-commingsoonimg {
    height: 1000px;
  }

  .lo-countdownholderv2 {
    flex-wrap: wrap;
  }
  .lo-countdownholderv2 li {
    width: 47%;
  }

  .lo-commingsoon .lo-headerwrap {
    padding: 50px 20px;
  }

  .lo-commingsoon__footer .lo-footerv3 {
    padding: 30px;
  }

  .lo-autherdetail_posts figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .lo-autherdetail-text {
    width: 100%;
  }

  .lo-nestedcomment {
    padding: 30px 0 0 30px;
  }

  .lo-wrapper {
    padding: 50px 15px;
  }

  .lo-coming-header .lo-headerwrap {
    padding-bottom: 0;
  }

  .lo-footerv3 {
    padding-bottom: 50px;
    padding-top: 0;
  }

  .lo-newsgridsingle {
    padding: 0 30px;
  }

  .lo-brand-explore {
    padding: 0 15px;
  }
}
@media (max-width: 640px) {
  .row.lo-gallery .grid-item figure img {
    width: 100%;
    height: 500px;
    object-fit: cover;
  }

  .lo-gallery.row .grid-item:hover .triangle-bottomleft {
    opacity: 1;
    border-bottom: 200px solid #ff005a;
    border-right: 200px solid transparent;
  }

  .bottomleft-shpe {
    left: 2%;
  }

  .lo-explore .lo-exploretitle {
    padding-right: 50px;
    padding-left: 50px;
  }

  .lo-aside {
    display: none;
  }

  .lo-nav .owl-prev {
    left: 3px;
  }

  .lo-nav .owl-next {
    right: 3px;
  }

  .lo-nav .owl-prev:before,
.lo-nav .owl-next:before {
    color: #fff;
  }

  .lo-overlayfooter:before {
    left: -150px;
  }

  .lo-homebannervfour_bgimg {
    display: none;
  }

  .lo-aboutbanner__gallery .grid-sizer,
.lo-aboutbanner__gallery--02 {
    width: 25%;
  }

  .lo-aboutbanner__gallery--01 {
    width: 50%;
  }

  .lo-aboutbanner__gallery--03 {
    width: 100%;
  }

  .lo-aboutbanner {
    padding-bottom: 349px;
  }

  .lo-aboutbannerholder {
    margin-bottom: 401px;
  }

  .overlay-menu ul li a::before {
    left: -45px;
  }
}
@media (max-width: 598px) {
  .lo-commingsoonimg {
    height: 1100px;
  }
}
@media (max-width: 575px) {
  .lo-footervthree .lo-bottomfooter_right ul {
    margin: -5px -15px;
  }

  .lo-commingsoon .lo-headerwrap {
    padding: 50px 20px 20px;
  }

  .lo-commingsoonimg {
    height: 890px;
  }

  .lo-langslider div {
    font-size: 80px;
  }

  .lo-counterarea {
    padding: 0 20px 160px;
  }

  .lo-counter ul {
    padding-top: 0;
    padding-bottom: 0;
  }
  .lo-counter ul li {
    margin: 0;
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .lo-counter ul li + li {
    border-top: 1px solid #eee;
  }
  .lo-counter ul li .lo-counter_content {
    border-right: 0 !important;
  }

  .lo-counter_content {
    text-align: center;
  }

  .lo-count::after {
    content: "";
    bottom: 0;
    left: 50%;
    z-index: -1;
    height: 4px;
    width: 30px;
    position: absolute;
    background: #ff005a;
    transform: translate(-50%, -50%);
  }

  .lo-count:hover::after,
.lo-count-active:after {
    left: 50%;
    bottom: -90px;
    width: 100%;
    height: 100%;
    background: #ff005a;
    transform: translate(-50%, -50%);
  }

  .lo-bannerimg {
    margin: 40px 15px;
  }

  .lo-bannerhead {
    padding: 60px 0;
  }

  .lo-meettechslider.lo-nav .owl-prev {
    transform: translate(30%, -50%);
  }

  .lo-meettechslider.lo-nav .owl-next {
    transform: translate(-30%, -50%);
  }

  .lo-brand-explore {
    padding: 0;
  }

  .lo-footer {
    margin: 20px 15px;
  }

  .lo-barrands figure::before {
    right: -19px;
    width: 310px;
  }

  .lo-aside {
    justify-content: flex-start;
    padding: 0 20px;
  }

  .overlay::after {
    display: none;
  }

  .lo-explore li,
.lo-explore li .lo-explore_description p,
.lo-explore .lo-exploretitle {
    padding-right: 30px;
    padding-left: 30px;
  }
  .lo-explore li + :hover i {
    right: 27px;
  }

  .lo-effectwrap {
    left: 15px;
    right: 15px;
  }

  .lo-strikimg_description .lo-effect {
    left: 0;
    bottom: 0;
  }

  .lo-strikimg_title {
    padding-bottom: 35px;
  }

  .lo-strikimg:hover .lo-strikimg_description i {
    bottom: 34px;
  }

  .lo-overlayfooter:before {
    display: none;
  }

  .lo-aboutbanner {
    padding-bottom: 359px;
  }

  .lo-aboutbannerholder {
    margin-bottom: 352px;
  }

  .overlay-menu ul li a::before {
    content: none;
  }

  .overlay span.iconclose {
    left: 15px;
  }

  .lo-newsdetail {
    flex-direction: column;
    margin: 0;
  }
  .lo-newsdetail > li {
    padding: 5px;
  }

  .lo-newsdetail > li + li::after {
    display: none;
  }

  .lo-themeform__wrap .form-group-half {
    width: 100%;
  }

  .lo-bannerhead_title h1 {
    font: 700 2.5rem/1.3em "Montserrat", sans-serif;
  }

  .lo-wrapper {
    padding: 50px 0;
  }

  .lo-newsgridsingle {
    padding: 0;
  }

  .owl-item.active > .item > .lo-meettech > figure > img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
  }
}
@media (max-width: 568px) {
  .tears,
.tears2 {
    display: none;
  }
}
@media (max-width: 480px) {
  .lo-wrapper {
    padding: 50px 0;
  }

  .lo-langslider div {
    font-size: 60px;
  }

  .lo-aboutbanner__gallery .grid-sizer,
.lo-aboutbanner__gallery li,
.lo-aboutbanner__gallery img {
    width: 100%;
  }

  .lo-aboutbrandlist {
    margin: -10px;
  }
  .lo-aboutbrandlist li {
    padding: 10px;
  }

  .lo-dropmenu {
    left: 0;
    right: auto;
  }

  .lo-navbar .navbar-toggler {
    margin-right: 0;
  }

  .lo-bannerhead_title h1 a {
    height: 60px;
  }

  .theme-width {
    padding: 90px 15px 40px 15px !important;
  }

  .lo-comment_title {
    flex-direction: column;
    align-items: flex-start;
  }

  .lo-headerV2::after {
    display: none;
  }

  .lo-bannnerheadV2 .lo-aside {
    justify-content: flex-start;
  }

  .lo-barrands ul li {
    width: 100%;
    padding: 15px 0;
    display: flex;
    justify-content: center;
  }

  .lo-strikimg_title {
    padding-left: 20px;
    padding-right: 65px;
  }

  .lo-strikimg:hover .lo-strikimg_description i {
    right: 23px;
  }

  .lo-rattingcoment {
    padding-left: 15px;
    padding-right: 15px;
    margin-right: 0px;
    margin-left: 0px;
  }

  .lo-headerwrap__right {
    width: 100%;
    padding-top: 16px;
  }

  .lo-headerwrap {
    padding-right: 0;
    padding-left: 0;
  }

  .lo-effectwrap .lo-amazingshow {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
  }

  .lo-effect {
    min-width: auto;
    width: 100%;
  }

  .overlay span.iconclose {
    top: 15px;
    left: 15px;
  }

  .lo-languages {
    top: 16px;
    right: 20px;
  }

  .lo-image-gallery,
.lo-footerv2 .lo-topfooter_input,
.lo-homebannervfour > .container-fluid,
.lo-coming-header .lo-headerwrap,
.lo-comingsoon-content,
.lo-footerv3,
.lo-aboutbanner__galleryholder,
.lo-aboutslider,
.lo-search,
.lo-modrengrid {
    padding-right: 15px;
    padding-left: 15px;
  }

  .lo-ourexpertise li {
    width: 100%;
  }
  .lo-ourexpertise li:nth-child(n) {
    border: 1px solid #eee;
  }
  .lo-ourexpertise li:nth-child(n+2) {
    border-top: 0;
  }

  .lo-accordion_title {
    padding-right: 30px;
    padding-left: 15px;
  }
  .lo-accordion_title:right {
    right: 15px;
  }

  .lo-countdownholder li {
    width: 100%;
  }

  .lo-aboutbanner {
    padding-bottom: 0;
  }

  .lo-aboutbannerholder {
    margin-bottom: -22px;
  }

  .lo-aboutbanner__galleryholder {
    position: relative;
    transform: none;
    left: auto;
    padding: 0;
  }

  .lo-appendinput {
    flex-wrap: wrap;
  }
  .lo-appendinput .form-control {
    border-right: 1px solid #ddd;
    border-bottom: 0;
  }
  .lo-appendinput .lo-btn {
    width: 100%;
    min-width: initial;
  }

  .lo-commingsoonimg {
    height: 1250px;
  }

  .lo-newsauthorwrapper {
    padding: 30px 10px;
  }

  .lo-newsconatiner {
    padding: 30px 10px;
  }

  .lo-commenstimg {
    flex-wrap: wrap;
  }

  .lo-commenstinfo {
    flex-direction: column;
    align-items: flex-start;
  }

  .lo-nestedreply .lo-hasrelpies .lo-description p {
    text-align: left;
  }

  .lo-commenstimg ~ .lo-description {
    margin: 6px 0 0 20px;
  }
}
@media (max-width: 420px) {
  .lo-bannerhead_title h1 {
    font: 700 2rem/1.625em "Montserrat", sans-serif;
  }

  .lo-topfooter_input {
    flex-direction: column;
    padding: 0;
    border: 0;
  }
  .lo-topfooter_input a {
    width: 100%;
    min-width: auto;
  }

  .overlay-email {
    flex-direction: row;
  }
  .overlay-email a {
    width: auto;
    padding: 0 20px;
  }

  .lo-footerv2 .lo-topfooter_input {
    flex-direction: row;
  }

  .lo-barrands figure::after {
    width: 94%;
  }

  .lo-homebanner::after {
    width: 300px;
  }

  .lo-footerv2 .lo-topfooter_input a {
    width: auto;
  }

  .lo-footerv2 .lo-topfooter_title i {
    display: block;
    margin: 10px 0 0 10px;
  }

  .lo-footerv2 .lo-topfooter_title h2 {
    font: 700 2.5rem/1.3em "Montserrat", sans-serif;
  }
  .lo-footerv2 .lo-topfooter_title span {
    font: 500 2.5rem/1.3em Libre Baskerville, serif;
  }

  .lo-homebannervfour_title h1 {
    font-size: 2.1875rem;
    line-height: 1.2857142857em;
  }

  .lo-commingsoon__footer input {
    border: 1px solid #dddddd;
  }
  .lo-commingsoon__footer .lo-btn {
    margin-top: 15px;
  }

  .lo-commenstimg {
    flex-wrap: wrap;
  }
  .lo-commenstimg img {
    margin-bottom: 10px;
  }
}
@media (max-width: 375px) {
  .lo-homebannervfour_title h1 {
    font-size: 1.8125rem;
    line-height: 1.3448275862em;
  }

  .lo-commingsoonimg {
    height: 1320px;
  }

  .lo-innerbanner_title h2 {
    font-size: 2.25rem;
  }
}
@media (max-width: 340px) {
  .lo-modrengrid_brands--view {
    padding-top: 15px;
  }

  .lo-bannerhead_title h1 {
    font: 700 1.75rem/1.5em "Montserrat", sans-serif;
  }

  .lo-commingsoonimg {
    height: 1270px;
  }
}
@media (max-width: 335px) {
  .lo-footerv2 .lo-topfooter_input::after {
    bottom: 50px;
  }
}

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