/*--------------------------------------------------------------
## Side Panel
--------------------------------------------------------------*/
.panel-btn {
  line-height: 1;
}

.panel-btn i {
  color: #fff;
  cursor: pointer;
}

.panel-btn i:before {
  font-size: 22px;
}

.admin-bar .side-panel {
  top: 32px;
}

.side-panel {
  width: 400px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  background: #2a2a2a;
  overflow-x: hidden;
  z-index: 9999;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
}

.side-panel .side-panel-block {
  padding: 90px 42px 90px 25px;
  height: 100%;
  width: calc(100% + 17px);
  overflow-x: hidden;
  overflow-y: auto;
  box-sizing: border-box;
}

.side-panel .side-panel-close {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  color: #fff;
  font-size: 20px;
  width: 90px;
  height: 90px;
  line-height: 90px;
  cursor: pointer;
  z-index: 9999;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
  background: #2f2f2f;
  text-align: center;
}

.side-panel.on-left {
  right: auto;
  left: 0;
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
}

.side-panel.on-left.mmenu-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.side-panel.side-panel-open {
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.side-panel-active .panel-overlay {
  background: rgba(0, 0, 0, 0.7);
  visibility: visible;
  opacity: 1;
  z-index: 9998;
}

/* Custom mini cart */
.woocommerce-mini-cart li {
  margin-bottom: 0;
  padding-bottom: 28px;
  padding-right: 32px;
  line-height: 1;
}

.woocommerce-mini-cart li:before,
.woocommerce-mini-cart li:after {
  content: ' ';
  display: table;
}

.woocommerce-mini-cart li:after {
  clear: both;
}

.woocommerce-mini-cart li img {
  width: 75px;
  max-width: 100%;
  height: auto;
  float: left;
  margin-left: 0;
  margin-top: 2px;
  margin-right: 20px;
  border: 1px solid rgba(0, 0, 0, .1);
  box-shadow: none;
  -webkit-border-radius: 0;
  border-radius: 0;
}

.woocommerce-mini-cart li a.remove {
  top: 0;
  margin-top: 0;
  right: 0;
  position: absolute;
  left: auto;
  line-height: .8;
  font-weight: 400;
  font-size: 25px;
  color: #656565 !important;
}

.woocommerce-mini-cart li a.remove:hover {
  background: none;
}

.woocommerce-mini-cart li a:not(.remove) {
  display: inline;
  font-family: "Titillium Web", sans-serif;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  line-height: 24px;
}

.woocommerce-mini-cart li .quantity {
  color: #9f9e9e;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-top: 12px;
}

.woocommerce-mini-cart li .amount {
  color: #9f9e9e;
  font-weight: 400;
  font-size: 16px;
  font-family: "Josefin Sans", sans-serif;
}

.woocommerce-mini-cart__total {
  border-top: 0;
  padding: 0;
}

.woocommerce-mini-cart__total strong {
  min-width: 40px;
  display: inline-block;
}

.woocommerce-mini-cart__total strong {
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-size: 22px;
}

.woocommerce-mini-cart__total .amount {
  float: right;
  font-size: 18px;
  line-height: 44px;
  color: #fff;
  font-weight: 400;
  font-family: "Josefin Sans", sans-serif;
}

.woocommerce-mini-cart__buttons .button {
  font-size: 13px;
  line-height: 1;
  border-radius: 0;
  font-weight: 600;
  letter-spacing: .5px;
  font-family: "Titillium Web", sans-serif;
  text-transform: uppercase;
  padding: 16px 30px;
  margin-right: 13px;
  display: inline-block;
  margin-bottom: 5px;
  border: 1px solid #1a1a1a;
}

.woocommerce-mini-cart__buttons .button:last-child {
  margin-right: 0;
}

.woocommerce-mini-cart__buttons .button.wc-forward {
  border-color: #fff;
  color: #1a1a1a;
  background: #fff;
}

.woocommerce-mini-cart__buttons .button.wc-forward:hover {
  color: #fff;
  background: transparent;
  border-color: #fff;
}

.woocommerce-mini-cart__buttons .button.checkout {
  background-color: transparent;
  color: #fff;
  border-color: #fff;
}

.woocommerce-mini-cart__buttons .button.checkout:hover {
  border-color: #fff;
  color: #1a1a1a;
  background: #fff;
}

/* Mega Menu */
.main-navigation {
  position: unset;
}

.main-navigation>ul {
  position: unset;
}

.main-navigation>ul>li.mega-dropdown {
  display: list-item;
  float: none;
  position: unset;
  flex-direction: column;
}

.main-navigation ul li ul.mega-sub-menu {
  width: 100%;
  left: 0;
  padding-top: 50px;
}

.main-navigation ul.mega-sub-menu li.row {
  display: flex;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0;
}

.main-navigation ul li ul.mega-sub-menu .col {
  min-width: 220px;
  position: relative;
  left: auto;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  max-width: 25%;
  box-shadow: none;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
  transform: translateY(10px);
}

.main-navigation ul li.mega-dropdown:hover>ul .col {
  visibility: visible;
  opacity: 1;
}

.main-navigation ul li ul.mega-sub-menu .col li {
  padding-left: 0;
}

.mega-sub-menu .menu-title {
  color: #fff;
  font-size: 20px;
  margin-bottom: 10px;
}

/* Custom Side panel */
.side-panel-block .the-logo {
  margin: 10px 0 40px 0;
}

.side-panel-block .the-logo img {
  width: 175px;
}

.side-panel-block .ot-heading h2 {
  color: #FFF;
  font-size: 24px;
  margin-bottom: 20px;
}

.side-panel-block .gallery {
  margin: 0 -10px -10px 0;
  display: table;
}

.side-panel-block .gallery-item {
  padding: 0 10px 10px 0;
  display: inline-block;
  max-width: 33.33333333%;
}

.side-panel .side-panel-block {}

.header_mobile .container-fluid {
  padding-left: 0;
  padding-right: 0;
}

.header_mobile .octf-row {
  margin-left: 0;
  margin-right: 0;
}

.header_mobile .octf-col {
  padding-left: 0;
  padding-right: 0;
}

.header_mobile .octf-search {
  margin-right: 30px;
}

.header_mobile .octf-menu-mobile {
  padding-right: 15px;
}

.header_mobile .mlogo_wrapper img {
  height: 76px;
}

.header_mobile .octf-row {
  display: flex;
  flex-wrap: nowrap;
  align-items: stretch;
  flex: 1 auto;
}

.side-panel-cinfo {
  padding-bottom: 40px;
}

.side-panel-cinfo ul {
  padding-left: 0;
  margin-bottom: 0;
}

.side-panel-cinfo .icon-list-item,
.side-panel-cinfo .icon-list-item a {
  font-family: var(--e-global-typography-text-font-family);
  font-weight: var(--e-global-typography-text-font-weight);
}

.side-panel-cinfo li.icon-list-item,
.side-panel-cinfo li.icon-list-item a {
  font-family: "Raleway", sans-serif;
  color: #555;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.side-panel-cinfo .icon-list-item,
.side-panel-cinfo .icon-list-item a {
  font-family: "Raleway", Sans-serif;
  line-height: 18px;
}

.side-panel-cinfo .icon-list-items:not(.elementor-inline-items) .icon-list-item:not(:last-child) {
  padding-bottom: calc(25px/2);
}

@media (min-width: 768px) {
  .side-panel-block .gallery-columns-3 .gallery-item {
    max-width: 33.33%;
  }
}

@media only screen and (max-width: 782px) {
  .admin-bar .side-panel {
    top: 46px;
  }
}

.gallery-columns-2 {
  display: table;
}

.gallery-columns-2 .gallery-item {
  width: 50%;
}

@media (max-width: 767px) {
  .gallery-columns-2 .gallery-item {
    width: 100%;
  }
}

.author-bio .author-info {
  background-image: url('../images/gallery/870x290.png');
}

.author-bio .author-image {
  max-width: 150px;
}

/* Page Header */
section {
  position: relative;
  padding-top: 110px;
  padding-bottom: 110px;
}

.space-medium {
  padding-top: 70px;
  padding-bottom: 70px;
}

.no-padding {
  padding: 0;
}

.bg-dark-1 {
  background-color: #1A1A1A;
}

.page-header {
  background-image: url('../images/gallery/1920x500.png');
}

.page-header-contact {
  background-image: url('../images/bg/hero_contact.jpg');
}

.pheader-service-detail1 {
  background-image: url('../images/bg/hero_service.jpg');
}

.pheader-team {
  background-image: url('../images/gallery/1920x500.png');
}

.pheader-services {
  background-image: url('../images/gallery/1920x500.png');
}

.pheader-about {
  background-image: url('../images/bg/hero_about.jpg');
}

.pheader-process {
  background-image: url('../images/gallery/1920x500.png');
}

.pheader-studio {
  background-image: url('../images/gallery/1920x500.png');
}

.pheader-typo {
  background-image: url('../images/gallery/1920x500.png');
}

.pheader-faq {
  background-image: url('../images/gallery/1920x500.png');
}

.pheader-portfolio {
  background-image: url('../images/bg/hero_industries.jpg');
}

.pheader-portfolio-detail {
  background-image: url('../images/bg/hero_industries.jpg');
}

/* Post */
.comments-title span {
  color: #bababa;
}

.masonry-post .post-inner {
  padding: 20px;
  margin-bottom: 30px;
}

.masonry-post .owl-theme .owl-nav [class*='owl-'] {
  width: 50px;
  height: 50px;
}

/* contact */
.contact-left h2 {
  line-height: 1;
}

.contact-left p {
  margin-bottom: 24px;
}

.contact-right {
  padding-left: 75px;
  padding-right: 40px;
  background-image: url('../images/bg/bg1-contact.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #A3A3A3;
  z-index: 10;
}

.contact-right .ot-heading {
  padding-top: 81px;
  padding-bottom: 25px;
}

.contact-right h2 {
  color: #fff;
}

.contact-right>p {
  margin-bottom: 25px;
}

.contact-right .contact-info {
  padding-bottom: 27px;
}

.contact-right .contact-info h6 {
  color: #fff;
}

.contact-right .contact-info i:before {
  color: #fff;
  font-size: 23px;
}

.contact-right .contact-info,
.contact-right .contact-info a {
  color: #d3d3d3;
}

.contact-right .list-social a {
  border-color: rgba(255, 255, 255, .4);
}

.contact-right .list-social {
  margin-top: 11px;
  padding-bottom: 90px;
}

.contact-map {
  margin-top: -40px;
  z-index: -1;
  position: relative;
}

.map {
  height: 522px;
}

.map iframe {
  width: 100%;
  height: 522px;
  filter: brightness(100%) contrast(100%) saturate(0%) blur(0) hue-rotate(0deg);
}

/* Our Services */
.benefits-sidebar .ot-heading {
  padding-bottom: 38px;
}

.benefits-sidebar .ot-heading h2 {
  line-height: 60px;
}

.principes {
  background-color: #F4F4F4;
  background-image: url('../images/gallery/411x610.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.main-principes {
  padding-left: 85px;
}

.main-principes .ot-heading {
  margin-bottom: 30px;
}

.process-classic {
  margin-bottom: 30px;
}

.process-classic span {
  color: #8F8F8F;
  font-size: 20px;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
  line-height: 1;
  padding-bottom: 12px;
}

.process-classic h6 {
  font-size: 20px;
  margin-bottom: 15px;
  color: #1a1a1a;
  font-weight: 400;
  font-family: "Titillium Web", sans-serif;
}

.process-classic p {
  margin-bottom: 0;
}

.our-services .ot-heading {
  margin-bottom: 50px;
}

.icon-box--bg-img {
  margin-bottom: 20px;
}

.icon-bg-1 {
  background-image: url('../images/bg/iconbox1.jpg');
}

.icon-bg-2 {
  background-image: url('../images/bg/iconbox2.jpg');
}

.icon-bg-3 {
  background-image: url('../images/bg/iconbox3.jpg');
}

.icon-bg-4 {
  background-image: url('../images/bg/iconbox4.jpg');
}

.icon-bg-5 {
  background-image: url('../images/bg/iconbox5.jpg');
}

.icon-bg-6 {
  background-image: url('../images/bg/iconbox6.jpg');
}

.icon-bg-1:hover {
  background-image: url('../images/bg/iconbox1-hover.jpg');
}

.icon-bg-2:hover {
  background-image: url('../images/bg/iconbox2-hover.jpg');
}

.icon-bg-3:hover {
  background-image: url('../images/bg/iconbox3-hover.jpg');
}

.icon-bg-4:hover {  
  background-image: url('../images/bg/iconbox4-hover.jpg');
}

.icon-bg-5:hover {
  background-image: url('../images/bg/iconbox5-hover.jpg');
}

.icon-bg-6:hover {
  background-image: url('../images/bg/iconbox6-hover.jpg');
}

.services-feature {
  background-color: #1A1A1A;
  padding-bottom: 90px;
}

.icon-box.s2 {
  padding: 39px 2px 19px 2px;
  margin-bottom: 30px;
  background-image: url('../images/gallery/169x169.png');
}

.icon-box.s2:hover {
  background-image: url('../images/gallery/169x169.png');
}

.icon-box.s2 .icon-main {
  color: #fff;
}

.icon-box.s2:hover .icon-main {
  color: #1A1A1A;
}

.icon-box.s2 h5 {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
}

.icon-box.s2:hover h5 {
  color: #1A1A1A;
}

.icon-box .icon-main span.ot-flaticon-tip {
  margin-left: 18px;
}

.feature-content .ot-heading {
  padding-bottom: 20px;
}

.tabs-light .tab-link {
  min-width: 150px;
  border-bottom: 3px solid #4B4B4B;
}

.tabs-light .tab-link:not(.current) {
  color: #9F9F9F;
}

.tabs-light .tab-link.current,
.tabs-light .tab-link:hover {
  color: #FFF;
  border-bottom: 3px solid #FFF;
}

.feature-content .ot-tabs .tab-content {
  color: #A3A3A3;
  padding-top: 16px;
  padding-bottom: 0;
}

.ot-tabs.tabs-light .tab-content {
  color: #A3A3A3;
}

.tabs-light .tab-content ul li:before,
.tabs-light .tab-content ol li:before {
  background: #9F9F9F;
}

.benefits-detail .ot-heading {
  padding-bottom: 18px;
}

.benefits-detail .ot-heading h2 {
  line-height: 60px;
}

/* About Us */
.about-detail .ot-heading {
  margin-bottom: 25px;
}

.about-detail p {
  margin-bottom: 40px;
}

.our-philosophy {
  background-image: url('../images/bg/bg1-aboutus.jpg');
  background-repeat: no-repeat;
  background-size: cover;
}

.our-philosophy .ot-heading {
  margin-bottom: 50px;
}

.our-philosophy .ot-heading:before {
  border-color: #FFF;
}

.about-counter {
  background-image: url('../images/gallery/1900x200.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 66px 0;
}

.work-content .ot-heading {
  padding: 21px 0 25px 0;
}

.ot-accordions .acc-item .acc-toggle span.up {
  display: none;
}

.ot-accordions .acc-item.current .acc-toggle span.down {
  display: none;
}

.ot-accordions .acc-item.current .acc-toggle span.up {
  display: inherit;
}

.about-team {
  background-image: url('../images/gallery/1920x975.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.about-testi {
  padding-bottom: 85px;
}

.about-testi .ot-heading {
  margin-bottom: 50px;
}

/* Our Team */
.skill-content .ot-heading {
  margin-bottom: 25px;
}

.ot-progress .progress-bar {
  color: #1a1a1a;
}

.team-clients {
  padding: 70px 0;
}

.clients-slide .owl-stage,
.clients-slide-medium .owl-stage {
  display: flex;
  align-items: center;
}

.clients-slide .img-item figure,
.clients-slide-medium .img-item figure {
  margin-top: 0;
  margin-bottom: 0;
}

.clients-slide .img-item img,
.clients-slide-medium .img-item img {
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.clients-slide .img-item img,
.clients-slide-medium .img-item img {
  width: auto;
  opacity: .7;
  filter: brightness(100%) contrast(0%) saturate(100%) blur(0) hue-rotate(0deg);
}

.clients-slide .img-item img:hover,
.clients-slide-medium .img-item img:hover {
  opacity: 1;
  filter: brightness(100%) contrast(100%) saturate(100%) blur(0) hue-rotate(0deg);
}

.section-team-list {
  background-image: url('../images/bg/bg1-team.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.counter-of-team {
  padding-top: 120px;
}

.section-team-list .ot-heading {
  margin-bottom: 50px;
}

.our-skills {
  padding-top: 80px;
  padding-bottom: 120px;
}

.octf-btn.border-hover-dark:hover {
  border-color: #1A1A1A;
}

.octf-btn.border-hover-light:hover {
  border-color: #fff;
}

/* SInle Team */
.single-team {
  padding-top: 90px;
  padding-bottom: 100px;
}

.team-member-img {
  margin-right: -100px;
  padding-top: 55px;
  position: relative;
  z-index: 1;
}

.team-member-info {
  background-image: url('../images/gallery/770x485.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 40px;
}

.team-member-info h2 {
  color: #fff;
  font-size: 42px;
  line-height: 1;
  padding-top: 75px;
  margin-bottom: 25px;
}

.team-member-info h5 {
  color: #FFF;
  font-family: "Josefin Sans", Sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: .5px;
  margin-bottom: 28px;
}

.single-team-detail {
  padding-top: 55px;
}

.single-team-detail h4 {
  margin-bottom: 28px;
  line-height: 1;
}

.single-team-skill {
  padding-top: 45px;
  margin-bottom: 50px;
}

.single-team-skill h4 {
  margin-bottom: 30px;
  line-height: 1;
}

.single-team-skill p {
  margin-bottom: 0;
}

.single-team-contact h4 {
  line-height: 1;
}

.single-team-detail p {
  margin-bottom: 50px;
}

.single-team-detai strong {
  color: #1a1a1a;
}

.team-feature-detail h6 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
}

.team-feature-detail {
  margin-bottom: 27px;
}

.team-feature-detail p {
  margin-bottom: 0;
}

/* Our process */
.our-process {
  background-image: url('../images/bg/bg1-process.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.our-process .ot-heading {
  margin-bottom: 50px;
}

.process-step {
  background-image: url('../images/bg/bg2-process.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.process-step .ot-heading {
  margin-bottom: 60px;
}

.process-step .ot-heading h2 {
  color: #fff;
}

.process-step .ot-heading.is-dots:before {
  border-bottom-color: #fff;
}

.ot-process .process_nav li .icon-main {
  text-align: center;
}

.ot-process .process_nav li .icon-main .dcell {
  display: block;
}

.ot-process .process_nav li .icon-main i:before {
  font-size: 56px;
}

.ot-process .process_nav li .icon-main .dcell .ot-flaticon-tip {
  margin-left: 18px;
}

.skill-process-detail .ot-heading {
  margin-bottom: 25px;
}

.skill-process-detail p {
  margin-bottom: 33px;
}

.process-news {
  background-color: #F4F4F4;
  background-image: url('../images/gallery/412x533.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
}

.our-studio-detail {
  background-image: url('../images/bg/bg1-studio.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 60px 50px 60px 50px;
  margin-top: 78px;
}

.our-studio-detail .ot-heading {
  padding-bottom: 12px;
}

.our-studio-detail .ot-heading h2 {
  color: #fff;
  font-size: 36px;
}

.our-studio-detail p {
  color: #A3A3A3;
  margin-bottom: 0;
}

.services-studio {
  background-color: #F4F4F4;
}

.services-studio-detail .ot-heading {
  margin-bottom: 25px;
}

.services-studio-detail p {
  margin-bottom: 40px;
}

.services-studio-detail .icon-box {
  padding: 0;
  /* padding-right: 30px; */
  padding-right: 0px;
  background-color: rgba(244, 244, 244, .98);
}

.services-studio-detail .icon-box.last {
  padding-right: 0;
}

.services-studio-detail .icon-box .icon-main span {
  margin-bottom: 22px;
}

.services-studio-detail .icon-box .icon-main i:before {
  font-size: 50px;
}

.services-studio-detail .icon-box h5 {
  margin-bottom: 9px;
}

.services-studio-detail .icon-box h5 a {
  color: #1A1A1A;
}

.services-studio-detail .icon-box p {
  margin-bottom: 10px;
  color: #555;
}

.services-studio-detail .icon-box--bg-img:hover .btn-details {
  color: #1A1A1A;
}

.services-studio-detail .icon-box:hover .btn-details:before {
  background: #DDD;
  border-color: #DDD;
}

.progress-studio {
  background-image: url('../images/gallery/1920x505.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.main-color-stext {
  color: #A3A3A3;
  padding-top: 8px;
}

.circle-progress.text-light .inner-bar>span {
  color: #fff;
}

.studio-testi-slide {
  width: 100%;
  position: relative;
}

.studio-testi-img {
  width: 100%;
}

.studio-testi-slide-block {
  margin-left: 0;
  margin-right: 0;
}

.studio-testi-slide-block {
  margin-top: 58px;
  padding-top: 82px;
  padding-left: 87px;
  background-color: #F4F4F4;
}

.studio-testi-slide-block .ot-heading {
  margin-bottom: 25px;
}

.studio-testi-slide-block .testimonials-slide-2 {
  padding-bottom: 70px;
}

.studio-testi-slide-block .testimonials-slide-2 .testi-item .ttext:before {
  display: none;
}

.ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext {
  padding: 0 70px 0 0;
  background-color: #F4F4F4;
  border: none;
}

.studio-testi-img-block {
  z-index: -1;
  position: relative;
}

.testimonials-slide-2.owl-theme .owl-nav .owl-next,
.testimonials-slide-2.owl-theme .owl-nav .owl-prev {
  bottom: 0;
  right: 0;
  top: auto;
  background-color: #F4F4F4;
  -webkit-transform: translateY(0%);
  -ms-transform: translateY(0%);
  transform: translateY(0%);
}

.testimonials-slide-2.owl-theme .owl-nav .owl-next:hover,
.testimonials-slide-2.owl-theme .owl-nav .owl-prev:hover {
  background-color: #F4F4F4;
}

.testimonials-slide-2.owl-theme .owl-nav .owl-prev {
  right: 60px;
  left: auto;
}

.clients-process .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}

.portfoli-studio .ot-heading {
  margin-bottom: 50px;
}

/* Typo */
.typo {
  padding-top: 90px;
  padding-bottom: 50px;
}

.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
  margin-bottom: 25px;
}

.theratio-separato {
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, .1);
  margin: 80px 0;
}

.bg-classic-transparent {
  background: transparent;
}

.mt-30 {
  margin-top: 30px;
}

.mb-30 {
  margin-bottom: 30px;
}

.space-1 {
  width: 100%;
  height: 1px;
}

.space-2 {
  width: 100%;
  height: 2px;
}

.space-5 {
  width: 100%;
  height: 5px;
}

.space-10 {
  width: 100%;
  height: 10px;
}

.space-20 {
  width: 100%;
  height: 20px;
}

.space-25 {
  width: 100%;
  height: 25px;
}

.space-30 {
  width: 100%;
  height: 30px;
}

.space-40 {
  width: 100%;
  height: 40px;
}

.space-50 {
  width: 100%;
  height: 50px;
}

.space-60 {
  width: 100%;
  height: 60px;
}

.space-70 {
  width: 100%;
  height: 70px;
}

.space-80 {
  width: 100%;
  height: 80px;
}

.space-90 {
  width: 100%;
  height: 90px;
}

.space-100 {
  width: 100%;
  height: 100px;
}

.space-110 {
  width: 100%;
  height: 110px;
}

.space-120 {
  width: 100%;
  height: 120px;
}

.space-130 {
  width: 100%;
  height: 130px;
}

.space-140 {
  width: 100%;
  height: 140px;
}

.space-150 {
  width: 100%;
  height: 150px;
}

.space-55 {
  width: 100%;
  height: 55px;
}

.p-80 {
  padding: 80px;
}

.hight-light-1 {
  background-color: #1a1a1a;
}

.hight-light-2 {
  background-color: #878787;
}

.dc-bgdark .drop-cap span {
  background: #1a1a1a;
  color: #fff;
}

ul.style-default li,
ol.style-default li {
  padding-bottom: 6px;
  padding-top: 6px;
}

ul.style-default li:first-child,
ol.style-default li:first-child {
  padding-top: 0;
}

ul.style-default li:last-child,
ol.style-default li:last-child {
  padding-bottom: 0;
}

.icon-main.info {
  background: #43BAFF;
}

.icon-main.success {
  background: #4BD48B;
}

.icon-main.warning {
  background: #F9AF3B;
}

.icon-main.danger {
  background: #F5592F;
}

.cta {
  background-image: url('../images/gallery/1820x325.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 70px 0 73px 0;
  color: #A9A9A9;
}

.pricing-plan .container-custom {
  max-width: 1340px;
}

.pricing-wrap-title {
  background-color: #fff;
}

.error-404 {
  background-image: url('../images/gallery/1920x950.png');
  height: 100vh;
  padding: 0;
}

.error-logo .the-logo img {
  width: 80px;
}

.coming-soon {
  height: 100vh;
  background-image: url('../images/gallery/1920x1080.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0;
  display: flex;
  align-items: center;
}

.cs-logo {
  padding-bottom: 120px;
}

.cs-logo img {
  width: 80px;
}

.cs-content h2 {
  padding-bottom: 50px;
  font-size: 72px;
  line-height: 110px;
}

.cs-countdown {
  padding-bottom: 97px;
}

.cs-stext p {
  font-size: 18px;
  margin-bottom: 33px;
}

.cs-social {
  display: inline-block;
}

.cs-social a {
  font-size: 14px;
  border: 1px solid transparent;
  border-radius: 50%;
  padding: 7px;
  color: #1A1A1A;
  text-align: center;
  margin-right: 11px;
}

.cs-social a:hover {
  background-color: #fff;
}

.cs-social a i {
  width: 14px;
  height: 14px;
}

/* Portfolio */
.project-item {
  padding: 15px;
}

.no-gaps .project-item {
  padding: 0px;
}

.projects-grid.p-info-s2 .portfolio-info .portfolio-info-inner {
  background: #1A1A1A;
}

.projects-grid.p-info-s2 .portfolio-info .portfolio-info-inner h5 a {
  color: #FFF;
  background-image: linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.projects-metro {
  margin-left: -15px;
  margin-right: -15px;
}

.projects-metro .project-item.thumb2x .projects-thumbnail img {
  margin-top: calc(-30px/2);
}

.projects-grid.style-4 .projects-thumbnail .overlay {
  cursor: pointer;
}

.projects-grid.img-popup .projects-thumbnail .overlay {
  display: flex;
  align-items: center;
  justify-content: center;
}

.projects-grid.img-popup .projects-thumbnail .overlay h5 {
  display: none;
  margin-bottom: 0;
  color: #fff;
  text-align: center;
}

.projects-grid.style-5 .projects-box .portfolio-info {
  opacity: 1;
  visibility: visible;
  background: rgba(10, 10, 10, .6);
}

.projects-grid.style-5 .projects-box:hover .portfolio-info {
  opacity: 0;
  visibility: hidden;
}

.p-detail-info h6 {
  color: #1a1a1a;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 20px;
  line-height: 1;
  text-transform: uppercase;
}

.p-detail-info p {
  color: #1a1a1a;
  font-weight: 400;
  line-height: 1;
  font-family: "Raleway", Sans-serif;
}

.portfolio-detail-info p:last-child {
  margin-bottom: 0;
}

.portfolio-detail-info {
  background-image: url('../images/gallery/720x654.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding: 50px 50px 50px 50px;
  margin-top: 10px;
}

.portfolio-detail-info h6 {
  color: #FFF;
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 16px;
  line-height: 1;
  text-transform: uppercase;
}

.portfolio-detail-info p {
  color: #FFF;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 36px;
  font-family: "Raleway", Sans-serif;
}

.portfolio-detail-info p:last-child {
  margin-bottom: 0;
}

.gallery.s2 {
  margin: 0 -30px -30px 0;
}

.s2 .gallery-item {
  padding: 0 30px 30px 0;
}

.room-area h3 {
  color: #C2C2C2;
  font-family: "Josefin Sans", Sans-serif;
  font-size: 42px;
  font-weight: 300;
  line-height: 1;
  margin-bottom: 13px;
}

.room-area h6 {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.share-portfolio {
  text-align: right;
  margin-bottom: 40px;
}

.share-portfolio a {
  display: inline-block;
  height: 26px;
  width: 26px;
  text-align: center;
  line-height: 26px;
  font-weight: 500;
  font-size: 12px;
  font-family: "Titillium Web", sans-serif;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background: transparent;
  color: #1a1a1a;
  margin: 0 3px;
  border: 1px solid #E9E9E9;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
}

.share-portfolio a:hover {
  background-color: #1A1A1A;
  border-color: #1A1A1A;
  color: #fff;
  opacity: 0.9;
}

.single-portfolio-navigation {
  margin-bottom: 0;
}

.gallery-columns-3 .gallery-item {
  float: left;
}

.projects-grid.img-popup.popup-is-title .projects-thumbnail .overlay h5 {
  display: block;
}

.projects-grid.img-popup.popup-is-title .projects-thumbnail .overlay i {
  display: none;
}

.projects-grid.style-4.img-popup .projects-thumbnail .overlay {
  background: rgba(0, 0, 0, .42);
}

.projects-grid {
  margin: calc(-30px/2);
}

/* Index 1 */
.tp-caption-big {
  -webkit-text-stroke: 1px rgba(255, 255, 255, 0.3);
  color: transparent;
  text-transform: uppercase;
  font-family: 'Titillium Web';
}

.tp-caption-main,
.tp-caption {
  font-family: 'Titillium Web';
}

.tp-desc {
  z-index: 10;
  font-weight: 500;
  color: #fff;
  font-family: 'Raleway';
}

.rev-btn .octf-btn:before,
.rev-btn .octf-btn:after {
  display: none;
}

.rev-btn .octf-btn {
  font-size: 13px;
  line-height: 25px;
  padding: 15px 36px;
  border-color: transparent;
}

.nav-home-3.tparrows,
.nav-home-5.tparrows {
  width: 70px;
  height: 70px;
  background: #fff;
  transition: 0.3s;
}

.nav-home-3.tparrows:hover,
.nav-home-5.tparrows:hover {
  background-color: #fff;
}

.nav-home-3.tparrows:hover:before,
.nav-home-5.tparrows:hover:before {
  color: #9f9e9e;
}

.nav-home-3.tparrows:before,
.nav-home-5.tparrows:before {
  font-family: Flaticon;
  font-size: 20px;
  color: #1a1a1a;
  line-height: 70px;
  transition: 0.3s;
}

.nav-home-3.tparrows.tp-rightarrow:before,
.nav-home-5.tparrows.tp-rightarrow:before {
  content: "\f134";
}

.nav-home-3.tparrows.tp-leftarrow:before,
.nav-home-5.tparrows.tp-leftarrow:before {
  content: "\f106";
}

.shape-home-3 {
  background-color: rgba(255, 255, 255, 0.8);
}

@media (min-width: 1600px) {
  .nav-home-5.tparrows {
    margin-left: 50px;
  }
}

@media (min-width: 795px) {
  .tp-bullets.hesperiden {
    display: none;
  }
}

@media (max-width: 794px) {
  .nav-home-3.tparrows {
    display: none;
  }
}

@media (max-width: 992px) {
  .rev-btn .octf-btn {
    font-size: 12px;
    line-height: 23px;
    padding: 11px 27px;
  }
}

@media (max-width: 992px) {
  .rev-btn .octf-btn {
    display: none;
  }
}

.nav-home-1.tparrows {
  width: 90px;
  height: 90px;
  background: transparent;
  transition: 0.3s;
}

.nav-home-1.tparrows:hover {
  background: rgba(255, 255, 255, 0.4);
}

.nav-home-1.tparrows:before {
  font-family: Flaticon;
  font-size: 20px;
  color: #fff;
  line-height: 90px;
}

.nav-home-1.tparrows.tp-rightarrow:before {
  content: "\f134";
}

.nav-home-1.tparrows.tp-leftarrow:before {
  content: "\f106";
}

/* Slider 2 */
.tp-small {
  font-family: "Josefin Sans";
  text-transform: uppercase;
}

.caption-big-2,
.tp-caption.title {
  font-family: "Titillium Web";
}

.tp-desc-2 {
  text-transform: uppercase;
  font-family: "Titillium Web";
}

.tp-caption .btn-details {
  color: #fff;
}

.tp-caption .btn-details:before {
  background: #505050;
}

.nav-home-2.tparrows {
  width: 60px;
  height: 60px;
  background: #0f0f0f;
  transition: 0.3s;
}

.nav-home-2.tparrows:hover {
  background: #fff;
}

.nav-home-2.tparrows:hover:before {
  color: #0f0f0f;
}

.nav-home-2.tparrows:before {
  font-family: Flaticon;
  font-size: 15px;
  color: #fff;
  line-height: 60px;
}

.nav-home-2.tparrows.tp-rightarrow:before {
  content: "\f134";
}

.nav-home-2.tparrows.tp-leftarrow:before {
  content: "\f106";
}

.rev-btn .octf-btn:hover {
  background-color: #fff;
}

.banner-desc-1 {
  position: absolute;
  left: 0;
  width: 90px;
  max-width: 90px;
  top: 50%;
  z-index: 1;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.banner-desc-1 ul {
  line-height: 90px;
  padding: 0;
  list-style: none;
  margin: 0;
}

.banner-desc-1 ul li {
  margin: 0;
  padding: 0;
  position: relative;
  font-family: "Titillium Web", Sans-serif;
  font-size: 14.02px;
  text-transform: uppercase;
  margin-bottom: 40px;
  writing-mode: vertical-rl;
  letter-spacing: .75px;
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.banner-desc-1 ul li:last-child {
  margin-bottom: 0;
}

.banner-desc-1 ul li a {
  width: 100%;
}

.banner-desc-1 ul li span {
  color: #fff;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
}

.banner-desc-1 ul li:hover span {
  color: #9F9E9E;
}

.story-1 {
  background-image: url('../images/bg/sketch_black_1.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 90px;
  padding-bottom: 90px;
}

.story-text {
  color: #FFF;
  font-family: "Titillium Web", Sans-serif;
  font-size: 30px;
  font-weight: 300;
  line-height: 48px;
  text-align: right;
  padding-right: 20px;
}

.story-author,
.story-author-2 {
  padding: 0 0 0 20px;
  background-image: url('../images/sections/signature_ae.png');
  background-position: 87% 92%;
  background-repeat: no-repeat;
}

.story-author img,
.story-author-2 img {
  display: inline-block;
  margin-right: 25px;
}

.story-author .story-content,
.story-author-2 .story-content {
  display: inline-block;
  padding-top: 20px;
  padding-bottom: 20px;
  vertical-align: middle;
}

.story-author .story-title,
.story-author-2 .story-title {
  color: #FFF;
  font-family: "Titillium Web", Sans-serif;
  font-weight: 400;
  margin-bottom: 6px;
}

.story-author .story-description,
.story-author-2 .story-description {
  color: #D0CFCF;
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
  margin-bottom: 0;
  text-transform: uppercase;
}

.grid-lines .color-line-default {
  background-color: rgba(0, 0, 0, .1);
}

.grid-lines .color-line-secondary {
  background-color: rgba(255, 255, 255, .3)
}

.bg-light-1 {
  background-color: #F4F4F4;
}

.client-1 {
  padding-bottom: 71px;
  padding-top: 71px;
}

.cate-lines.h-light:hover:before,
.cate-lines.h-light:hover:after {
  background: #FFF;
}

.cate-lines.h-light:hover h2 {
  color: #FFF;
}

.cate-lines.h-light:hover .number-stroke {
  -webkit-text-stroke-color: #FFF;
}

.cate-lines.s-dark:before,
.cate-lines.s-dark:after {
  background: #1A1A1A;
}

.cate-lines.s-dark h2 {
  color: #1A1A1A;
}

/* Top header */
.top-header {
  background-color: #0A0A0A;
  background-image: url('../images/gallery/1920x130.png');
  background-position: center center;
  background-repeat: no-repeat;
  padding: 33px 0;
}

.top-info h6 {
  color: #FFF;
  font-size: 16px;
  margin-bottom: 0;
  line-height: 28px;
  font-family: "Raleway", Sans-serif;
  font-weight: 400;
}

.top-info p {
  color: #C4C4C4;
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  margin-bottom: 0;
}

.top-logo img {
  height: 65px;
}

.main-header-s2 {
  background-color: #1A1A1A;
  position: relative;
}

.main-header-s2 .octf-sidepanel {
  padding: 34px 0;
  border: none;
}

.main-header-s2 .octf-search {
  margin-right: 0;
}

.main-header-s2 .octf-cart .count {
  background: #FFF;
  color: #000;
}

.side-panel-left {
  right: auto;
  left: 0;
  transform: translateX(-100%);
}

.side-panel.side-panel-left.side-panel-open {
  transform: translateX(0);
}

.bg-dark-theratio {
  background-color: #0A0A0A;
}

/* Index 2 */
.octf-mainbar-row .octf-col.logo-col {
  flex-grow: 0.2;
}

.octf-mainbar-row .octf-col.menu-col {
  -ms-flex-pack: center;
  justify-content: center;
  flex-grow: 0.6;
}

.octf-mainbar-row .octf-col.cta-col {
  flex-grow: 0.2;
}

.max-w-350 {
  max-width: 350px;
}

.benefits-desc-1 h2 {
  color: #fff;
  line-height: 60px;
  margin-bottom: 38px;
}

.icon-box.s-light .icon-main i,
.icon-box.s-light .icon-main span {
  color: #FFF;
}

.icon-box.s-light .icon-box h5 {
  color: #FFF;
}

.icon-box.s-light h5 a {
  color: #FFF;
  background-image: linear-gradient(0deg, #FFFFFF, #FFFFFF);
}

.icon-box.s-light p {
  color: #A3A3A3;
}

.our-portfolio-1 {
  background-image: url('../images/gallery/1920x1415.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 105px;
  padding-bottom: 120px;
}

.ot-heading.s-light:before {
  border-color: #FFF;
}

.ot-heading.s-light h2 {
  color: #FFF;
}

.project_filters.s-light li a {
  color: #fff;
}

.project_filters.s-light li a:before {
  background: #505050;
}

.project_filters.s-light li a span {
  color: #FFF;
}

.about-content-2 .ot-heading {
  margin: 0 -22px 0 0;
  padding: 75px 10px 22px 0;
  background-image: url('../images/gallery/156x142.png');
  background-position: 100% 12%;
  background-repeat: no-repeat;
}

.cta-2 {
  background-image: url('../images/gallery/1920x1000.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 150px;
  padding-top: 150px;
  color: #fff;
}

.cta-2 h2 {
  color: #FFF;
  font-family: "Titillium Web", Sans-serif;
  font-size: 100px;
  font-weight: 200;
  margin-bottom: 15px;
  line-height: 1;
}

.cta-2 p {
  color: #FFF;
  font-size: 20px;
  margin-bottom: 50px;
}

.z-index-1 {
  z-index: 1;
}

.z-index-2 {
  z-index: 2;
}

.s-light .studio-testi-slide-block {
  background-color: #1A1A1A;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s1.owl-theme .owl-nav .owl-next,
.ot-testimonials.v-dark .ot-testimonials-slider-s1.owl-theme .owl-nav .owl-prev,
.ot-testimonials.v-dark .ot-testimonials-slider-s2.owl-theme .owl-nav .owl-next,
.ot-testimonials.v-dark .ot-testimonials-slider-s2.owl-theme .owl-nav .owl-prev {
  color: #fff;
  background: #0a0a0a;
}

.ot-testimonials.v-dark .ot-testimonials-slider-s1.owl-theme .owl-nav .owl-next:hover,
.ot-testimonials.v-dark .ot-testimonials-slider-s1.owl-theme .owl-nav .owl-prev:hover,
.ot-testimonials.v-dark .ot-testimonials-slider-s2.owl-theme .owl-nav .owl-next:hover,
.ot-testimonials.v-dark .ot-testimonials-slider-s2.owl-theme .owl-nav .owl-prev:hover {
  color: #919191;
}

.owl-theme .owl-nav [class*='owl-'] {
  font-weight: 700;
}

.v-dark.post-box .post-inner {
  background: #0a0a0a;
  border-color: #292929;
}

.v-dark.post-box:not(.blog-post):hover .post-inner {
  border-color: #fff;
}

.v-dark.post-box .entry-title a {
  color: #fff;
}

.v-dark.post-box .post-inner .the-excerpt {
  color: #a3a3a3;
}

.v-dark.post-box .entry-meta>span a:hover {
  color: #fff;
}

/* Index 3 */
.header-mobile-s3 {
  background-color: #1A1A1A;
}

.main-header-s3 .octf-search {
  margin-right: 30px;
}

.main-header-slight .octf-cart i {
  color: #1A1A1A;
}

.main-header-s3 .octf-sidepanel {
  border-color: rgba(0, 0, 0, .1);
}

.banner-3 {
  background-image: url('../images/gallery/1648x1142.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  padding: 90px 0 120px 0;
}

.our-skill-3 {
  background-image: url('../images/gallery/827x886.png');
  background-position: center left;
  background-repeat: no-repeat;
}

.testi-slide-block-3 {
  padding: 60px;
  background-image: url('../images/gallery/869x640.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ot-testimonials .ot-testimonials-slider-s2.s2 .testi-item .ttext {
  padding-right: 0;
  background-color: transparent;
}

.testimonials-slide-2.s2.owl-theme .owl-nav .owl-next,
.testimonials-slide-2.s2.owl-theme .owl-nav .owl-prev {
  background-color: transparent;
}

/* Index 4 */
.benefits-desc-classic h2 {
  line-height: 60px;
  margin-bottom: 38px;
}

.title-s2 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 30px;
}

.gallery-columns-5 .gallery-item {
  float: left;
}

.services-4 {
  padding-bottom: 50px;
}

.skill-4,
.testi-4 {
  background-image: url('../images/gallery/1920x200.png');
  background-position: center center;
}

.skill-content-4 {
  max-width: 530px;
  position: relative;
  vertical-align: middle;
  margin: 0 auto;
}

.skill-content-4 p {
  margin-bottom: 33px;
}

.testi-slide-block-4 {
  max-width: 500px;
  margin: 0 auto;
}

.banner-4 {
  background-image: url('../images/gallery/1920x808.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 180px 0 270px 0;
}

.banner-4 h2 {
  font-family: "Titillium Web", Sans-serif;
  font-size: 72px;
  font-weight: 300;
  line-height: 80px;
  margin-bottom: 40px;
}

.video-popup.s-dark .btn-play {
  color: #FFF;
  background: #1A1A1A;
}

.video-popup.s-dark .btn-play:before {
  background: #1A1A1A;
}

.banner-desc-4 {
  position: absolute;
  left: -63%;
  width: auto;
  top: 62%;
}

.banner-desc-4 p {
  position: relative;
  display: block;
  color: #1a1a1a;
  font-family: "Titillium Web", sans-serif;
  font-size: 14.02px;
  line-height: 18.03px;
  text-transform: uppercase;
  letter-spacing: .75px;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  margin-bottom: 0;
}

.banner-desc-4 p:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 90px;
  left: calc(100% + 12px);
  top: 50%;
  background: #1a1a1a;
  animation: MoveUpRight 1.5s linear infinite;
}

.feature-4 {
  background-image: url('../images/gallery/1145x160.png');
  background-repeat: no-repeat;
  margin-top: -160px;
  padding: 40px 0 39px 0;
}

.feature-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.feature-wrap .feature-item {
  -ms-flex: 0 0 21%;
  flex: 0 0 21%;
  max-width: 21%;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.feature-item h6 {
  color: #989898;
  font-size: 18px;
  font-weight: 600;
  font-family: "Titillium Web", sans-serif;
  line-height: 21px;
  position: relative;
  padding-left: 80px;
  margin-bottom: 0;
}

.feature-item h6:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 70px;
  background-color: #989898;
}

.feature-item p {
  color: #fff;
  margin-bottom: 0;
}

.header-topbar {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.topbar-socials.list-social a {
  border-color: transparent;
  color: rgb(26, 26, 26);
  padding: 10px;
  margin-right: 0;
}

.topbar-socials.list-social a i:before {
  font-size: 14px;
}

.topbar-socials.list-social a:hover {
  background-color: rgb(242, 242, 242);
}

.topbar-info {
  list-style: none;
}

.topbar-info li {
  padding-right: 25px;
  padding-left: 25px;
  line-height: 50px;
  font-weight: 500;
  font-size: 14px;
  color: rgb(26, 26, 26);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
}

.topbar-info li i {
  padding-right: 9px;
}

.topbar-info li:last-child {
  padding-right: 0;
  border-right: none;
}

.topbar-info li i:before {
  font-size: 17px;
}

.logo-size-small {
  width: 150px;
  height: 91px;
}

.main-header-slight {
  position: relative;
}

.main-header-slight .panel-btn i {
  color: rgb(26, 26, 26);
}

.main-header-slight.header-4 .octf-sidepanel {
  padding-right: 0;
  padding-left: 30px;
}

.main-header-slight .octf-cta-header .toggle_search i {
  color: rgb(26, 26, 26);
}

.main-header-slight .main-navigation>ul>li>a {
  color: rgb(26, 26, 26);
  font-weight: 600;
}

.main-header-slight.header-4 .octf-search {
  margin-right: 0;
}

.main-header-slight .cta-col {
  width: 13%;
  flex-grow: 0.21;
}

.main-header-slight .main-navigation>ul>li.menu-item-has-children>a:after {
  color: rgb(26, 26, 26);
}

.main-header-slight .main-navigation>ul>li>a:before {
  background-color: rgb(26, 26, 26);
}

.header_mobile_slight .mmenu-toggle button,
.header_mobile_slight .octf-cta-header .toggle_search i {
  color: rgb(26, 26, 26);
}

/* Index 5 */
.rev_slider .tp-caption img,
.tp-simpleresponsive .tp-caption img {
  max-width: 100% !important;
  max-height: inherit;
}

.main-header-5 .octf-mainbar-row .menu-col {
  flex-grow: 0.685;
  -ms-flex-pack: flex-end;
  justify-content: flex-end;
}

.main-header-5 .octf-mainbar-row .cta-col {
  flex-grow: 0.115;
}

.client-area-5 {
  padding: 70px 80px 70px 80px;
  background-image: url('../images/gallery/1920x200.png');
  background-position: center center;
}

.process-area-5 {
  background-image: url('../images/bg/bg2-home5.jpg');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 120px 0 80px 0;
}

.counter-area-5 {
  background-image: url('../images/gallery/1920x200.png');
  background-position: center center;
  padding: 66px 0 57px 0;
}

.testimonials-5 {
  padding-bottom: 85px;
}

.cta-bg-img {
  background-image: url('../images/gallery/1920x1281.png');
  background-position: center center;
  background-repeat: no-repeat;
  padding: 150px 0;
}

.cta-bg-img h2 {
  font-family: "Titillium Web", Sans-serif;
  font-size: 100px;
  font-weight: 200;
  line-height: 1;
}

.cta-bg-img p {
  color: #FFF;
  font-size: 20px;
}

.overlay-dark {
  background-color: #1A1A1A;
  opacity: .5;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  position: absolute;
}

/* Index 6 */
.full-height {
  height: 100vh;
}

.de-video-content h1 {
  color: #FFF;
  font-size: 60px;
  margin-bottom: 40px;
  line-height: 1;
  font-weight: 200;
  text-transform: uppercase;
  font-family: "Titillium Web", sans-serif;
}

.de-video-content .octf-btn {
  background-color: transparent;
  border: 2px solid #fff;
  padding: 15px 30px;
  line-height: 1;
  font-family: "Titillium Web", Sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.de-video-content .octf-btn:before,
.de-video-content .octf-btn:after {
  display: none;
}

.de-video-content .octf-btn:hover,
.de-video-content .octf-btn:focus {
  background-color: #fff;
  color: #1a1a1a;
}

.de-video-overlay {
  position: absolute;
  width: 100%;
  min-height: 100%;
  background-color: #1A1A1A;
  opacity: .5;
  top: 0;
  left: 0;
}

.tp-bannertimer {
  display: none;
}

.image-gallery .gallery-icon.landscape .overlay {
  display: none;
}

/* Side Nav */
.side-nav-logo {
  position: absolute;
  top: 0;
}

.side-nav-logo img {
  width: 80px;
}

.site-header-vertical .side-nav {
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.list-social li:last-child a {
  margin-right: 0;
}

.vertical-main-navigation>ul>li.current-menu-item>a,
.vertical-main-navigation>ul>li>a:hover {
  background-size: 100% 2px;
}

@media only screen and (min-width: 1025px) {
  .vertical-main-navigation ul>li>a {
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    outline: none;
    color: #fff;
    line-height: 48px;
    white-space: nowrap;
    overflow: hidden;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
  }

  .vertical-main-navigation>ul>li>a {
    background-size: 0 2px;
    background-position: 0 70%;
    background-repeat: no-repeat;
    background-image: linear-gradient(0deg, #7e7e7e, #f5f5f5);
  }

  .vertical-main-navigation ul {
    text-align: center;
  }
}

.side-nav .sidenav-col {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

.side-nav-cta {
  position: absolute;
  bottom: 50px;
}

.side-nav-social li a {
  border-color: rgba(255, 255, 255, 0.4);
  padding: 6px;
}

.side-nav-social i:before {
  font-size: 14px;
}

.ot-accordions.s-dark .acc-item {
  background-color: transparent;
}

.ot-accordions.s-dark .acc-item .acc-toggle {
  color: #fff;
}

.ot-accordions.s-dark .acc-item .acc-toggle i {
  color: #a3a3a3;
}

.circle-side {
  background-image: url('../images/gallery/1920x865.png');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.benefit-side-block {
  width: 53.2%;
}

.benefit-side-img-block {
  width: 46.715%;
}

.benefit-side-desc {
  background-color: #1A1A1A;
  margin-top: 55px;
  padding: 60px 70px 70px 70px;
  position: relative;
  z-index: 1;
}

.benefit-side-desc .ot-heading {
  margin-bottom: 32px;
}

.benefit-side-img {
  margin-left: -78px;
}

.testi-side-title .container {
  max-width: 1350px;
}

.testi-heading-side {
  padding: 110px 0px 48px 0px;
  background-color: #0A0A0A;
}

.ot-testimonials.s-dark .testi-item .ttext {
  background-color: transparent;
}

.ot-testimonials.s-dark .layer-behind {
  background-color: transparent;
}

.ot-testimonials.s-dark .testi-item .ttext:before {
  position: absolute;
  font-family: "Titillium Web", sans-serif;
  font-size: 200px;
  color: #fff;
  top: 23px;
  left: 29px;
  content: "“";
  width: 80px;
  height: 45px;
  z-index: 1;
  background: none;
}

.ot-testimonials.s-dark .testi-item .ttext {
  color: #fff;
  background: #0a0a0a;
  border-color: #292929;
}

.ot-testimonials.s-dark .testi-item .ttext .layer-behind {
  background: #1a1a1a;
}

.ot-testimonials.s-dark .testi-item .ttext>span {
  background: #0a0a0a;
}

.s-dark .owl-theme .owl-dots .owl-dot span {
  background-color: #fff;
}

.s-dark .owl-theme .owl-dots .owl-dot.active span,
.s-dark .owl-theme .owl-dots .owl-dot:hover span {
  background-color: #fff;
}

.s-dark .owl-theme .owl-dots .owl-dot.active {
  border-color: #fff;
}

.header-vertical .site-footer {
  background-color: rgba(0, 0, 0, 0.8);
  padding-top: 60px;
  padding-bottom: 60px;
}

.header-vertical .footer-bottom {
  background-color: rgba(0, 0, 0, 0.8);
  border-top: 1px solid #313131;
  padding: 20px 0px 20px 0px;
}

.elementor-3238 .elementor-element.elementor-element-79d1a4f {
  color: #A3A3A3;
  font-size: 14px;
}

.footer-side-nav p {
  color: #A3A3A3;
  font-size: 14px;
}

.footer-side-nav .footer-list-item .list-item-text {
  font-family: "Raleway", Sans-serif;
  font-size: 14px;
  line-height: 18px;
  padding-left: 10px;
}

.footer-bottom-nav p {
  color: #7D7D7D;
  font-size: 14px;
}

.vegas-timer {
  display: none;
}

.hero-content {
  position: relative;
}

.hero-content .hero-logo {
  padding-bottom: 30px;
  width: 95px;
  height: 90px;
}

.hero-content h2 {
  color: #FFFFFF;
  font-family: "Titillium Web", Sans-serif;
  font-size: 90px;
  font-weight: 200;
  line-height: 100px;
  margin-bottom: 43px;
}

.btn-scroll {
  position: absolute;
  width: 100%;
  text-align: center;
  font-family: "Titillium Web", Sans-serif;
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 72px;
  letter-spacing: 0.5px;
  bottom: 30px;
  left: 0;
}

.hero-desc {
  left: -75px;
  width: auto;
  bottom: 42%;
  position: absolute;
}

.hero-desc p {
  position: relative;
  display: block;
  color: #fff;
  font-family: "Titillium Web", sans-serif;
  font-size: 14.02px;
  line-height: 18.03px;
  text-transform: uppercase;
  letter-spacing: 0.75px;
  margin-bottom: 0;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.hero-desc p:after {
  position: absolute;
  content: "";
  height: 1px;
  width: 90px;
  left: calc(100% + 12px);
  top: 50%;
  background: #fff;
  animation: MoveUpRight 1.5s linear infinite;
}

.site-header-onepage .site-logo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.site-header-onepage .octf-main-header {
  border: none;
}

#site-logo .logo-onepage {
  height: 50px;
}

.site-header-onepage .mobile_logo {
  padding-top: 15px;
  padding-bottom: 15px;
}

.site-header-onepage .mobile_logo img {
  height: 46px;
}

.site-header-onepage .octf-mainbar-row .octf-col.menu-col {
  flex-grow: 0.8;
}

.lg-outer,
.lg-backdrop {
  z-index: 9999;
}

.bullet-home-7 .tp-bullet {
  position: relative;
  display: inline-block;
  width: 30px;
  height: 30px;
  margin: -5px !important;
  left: 0 !important;
  opacity: 1;
  background: 0;
  border: 1px solid;
  border-color: transparent;
  outline: none;
  border-radius: 50%;
  transition: all 0.3s linear;
}

.bullet-home-7 .tp-bullet:before {
  position: absolute;
  content: '';
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.3s linear;
}

.bullet-home-7 .tp-bullet.selected,
.bullet-home-7 .tp-bullet:hover {
  border-color: #fff;
  background: transparent;
}


@media (max-width: 1024px) {
  .cta-2 h2 {
    font-size: 85px;
  }
}

@media (min-width: 567px) {
  .clients-process .container-fluid {
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media (min-width: 767px) {
  .mb-md-70 {
    margin-bottom: 70px;
  }

  .team-block-wrap .team-item {
    width: 50%;
  }

  .section-team-list {
    padding: 105px 0 112px 0;
  }

  .about-team {
    padding: 105px 0 86px 0;
  }

  .how-it-work {
    padding-top: 120px;
    padding-bottom: 98px;
  }

  .our-benefits {
    padding-top: 120px;
    padding-bottom: 115px;
  }

  .services-benefits {
    padding-top: 115px;
    padding-bottom: 115px;
  }

  .skill-process {
    padding-top: 120px;
    padding-bottom: 90px;
  }

  .process-news {
    padding: 105px 0 120px 0;
  }

  .our-studio {
    padding-top: 120px;
  }

  .clients-process {
    padding-bottom: 100px;
  }

  .studio-counter {
    padding-top: 70px;
    padding-bottom: 105px;
  }

  .services-studio {
    padding: 120px 0;
  }

  .progress-studio {
    padding-bottom: 100px;
  }

  .portfolio-studio {
    padding-bottom: 120px;
  }

  .portfoli-studio {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .elements {
    padding-top: 85px;
  }

  .faq {
    padding-bottom: 90px;
  }

  .p-md-80 {
    padding: 80px;
  }
}

@media (min-width: 992px) {
  .contact-page {
    padding: 0;
    margin-top: -40px;
  }
}

@media (min-width: 1025px) {
  .about-team,
  .section-team-list,
  .cta-2,
  .cta-bg-img {
    background-attachment: fixed;
  }
}

@media (min-width: 1200px) {
  .pricing-wrap-title {
    padding-top: 110px;
    padding-bottom: 48px;
  }

  .pricing-plan {
    margin-top: -271px;
    padding-bottom: 0;
  }

  .main-principes {
    max-width: 600px;
  }

  .feature-content {
    margin-left: 70px;
  }

  .about-img {
    margin-left: -55px;
  }

  .about-detail {
    margin-left: 70px;
  }

  .work-img {
    margin: -220px -335px -336px 0;
  }

  .skill-img {
    margin: 0 -205px 0 0;
    padding-left: 30px;
  }

  .skill-content {
    margin-right: 70px;
  }

  .team-clients .container-fluid,
  .clients-skill .container-fluid {
    padding: 0 140px;
  }

  .team-block-wrap .team-item {
    width: 20%;
  }

  .team-member-info {
    padding: 0 15px 80px 170px;
  }

  .process-classic.sleft {
    /* margin-left: 30px; */
    margin-left: 0px;
    margin-bottom: 56px;
  }

  .process-classic.sright {
    /* margin-right: 30px; */
    margin-right: 0px;
    margin-bottom: 56px;
  }

  .skill-process-detail {
    margin-left: 70px;
  }

  .skill-process-img {
    margin-left: -172px;
  }

  .studio-img {
    margin-right: -325px;
  }

  .services-studio-img {
    margin: 0 -15px 0 -132px;
  }

  .services-studio-detail {
    margin-left: 70px;
  }

  .our-studio-detail {
    margin-top: 270px;
  }

  .clients-process .container-fluid {
    padding-left: 140px;
    padding-right: 140px;
  }

  .portfoli-studio .container-fluid {
    padding-left: 100px;
    padding-right: 100px;
  }

  .studio-testi-slide {
    width: 54.959%;
    position: relative;
  }

  .studio-testi-img {
    width: 45%;
  }

  .studio-testi-img-block {
    margin: 0 -40px 0 -75px;
  }

  .studio-testi-slide-block {
    margin-left: -45px;
    margin-right: 45px;
    margin-top: 58px;
    padding-top: 82px;
    padding-left: 87px;
    background-color: #F4F4F4;
  }

  .our-portfolio {
    padding-top: 80px;
  }

  .our-portfolio-slide {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-img-1 {
    margin: 0 10px 0 -145px;
  }

  .client-1 .container-fluid {
    padding-right: 140px;
    padding-left: 140px;
  }

  .skill-img-1 {
    margin: 0 -320px 0 0;
    padding: 0 0 0 30px;
  }

  .team-1 {
    padding-bottom: 86px;
  }

  .about-img-2 {
    margin: 0 0 0 -375px
  }

  .testi-2 {
    padding-bottom: 120px;
    padding-top: 120px;
  }

  .about-img-3 {
    margin: 0 0 0 -132px;
  }

  .our-skill-3 {
    padding-top: 90px;
    padding-bottom: 0;
  }

  .skill-img-5 {
    margin-left: -170px;
  }

  .about-img-5 {
    margin: 0 -245px 0 0;
  }

  .about-side {
    padding-top: 150px;
  }

  .portfolio-side {
    padding-top: 40px;
  }

  .benefit-side {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .testi-side-title {
    margin-top: -272px;
  }

  .about-side-img {
    margin: 0px 0px 0px -50px;
    padding: 0px 50px 0px 0px;
  }

  .contact-right {
    margin-right: 60px;
  }

  .ml-xl-35 {
    margin-left: 35px;
  }

  .mr-xl-70 {
    margin-right: 35px;
  }

  .ml-xl-70 {
    margin-left: 70px;
  }

  .mr-xl-70 {
    margin-right: 70px;
  }

  .mt-xl--40 {
    margin-top: -40px;
  }

  .mt-xl-40 {
    margin-top: 40px;
  }

  .p-xl-80 {
    padding: 80px;
  }

  .px-xl-90 {
    padding-left: 90px !important;
    padding-right: 90px !important;
  }

  .pl-xl-7 {
    padding-left: 7px;
  }
}

@media (min-width: 1600px) {
  .mr-xxl {
    margin-right: 234px;
  }

  .testi-slide-block-3 {
    margin-top: 70px;
    padding: 110px 246px 110px 117px;
  }
}

@media (max-width: 1400px) {

  .benefit-side-block,
  .benefit-side-img-block {
    width: 100%;
  }

  .benefit-side-img-block {
    margin-left: 0;
  }

  .skill-content-4,
  .testi-slide-block-4 {
    padding: 60px;
    max-width: 100%;
  }

  .skill-img-4 img,
  .testi-img-3 img {
    height: 100%;
  }
}

@media (max-width: 1200px) {

  .skill-img-4,
  .testi-img-3 {
    padding: 60px;
    padding-top: 0;
  }

  .skill-img-4 img,
  .testi-img-3 img {
    height: auto;
  }

  .main-principes {
    padding: 0 30px;
  }

  .main-principes {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .team-member-img {
    margin-right: 0;
    padding-top: 0;
  }

  .team-member-info h2 {
    padding-top: 0;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 50%;
  }
}

@media (max-width: 992px) {
  .feature-4 {
    background-size: cover;
  }

  .feature-wrap .feature-item {
    -ms-flex: 0 0 33.33333%;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 50%;
  }

  .story-text {
    text-align: center;
  }

  .story-author,
  .story-author-2 {
    text-align: center;
  }
}

@media (max-width: 767px) {
  .cta-bg-img h2 {
    font-size: 60px;
  }

  .banner-desc-1 {
    display: none;
  }

  .gallery-columns-5 .gallery-item {
    max-width: 50%;
  }

  .skill-content-4,
  .testi-slide-block-4,
  .skill-img-4,
  .testi-img-3 {
    padding: 0;
  }

  .benefits-desc-classic h2 {
    line-height: 30px;
    margin-bottom: 0;
  }

  .hero-content h2 {
    font-size: 38px;
    line-height: 50px;
  }

  .banner-3 {
    padding: 76px 0 0 0;
  }

  section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .icon-box.s2 {
    margin-bottom: 30px !important;
  }

  .last .icon-box.s2 {
    margin-bottom: 0 !important;
  }

  .tabs-light .tab-link {
    min-width: 100%;
  }

  .octf-btn {
    padding: 12px 20px;
  }

  .clients-process {
    padding-bottom: 60px;
  }

  .studio-testi-slide-block {
    padding-left: 40px;
  }

  .ot-testimonials .ot-testimonials-slider-s2 .testi-item .ttext {
    padding-right: 40px;
  }

  .studio-testi-slide {
    padding-left: 15px;
    padding-right: 15px;
  }

  .studio-testi-img {
    padding-left: 15px;
    padding-right: 15px;
  }

  .benefits-desc-1 h2 {
    color: #fff;
    line-height: 48px;
    margin-bottom: 8px;
  }

  .testi-slide-block-3 {
    padding: 30px;
  }

  .banner-4 h2 {
    font-size: 36px;
    line-height: 48px;
  }

  .feature-wrap .feature-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .benefits-sidebar .ot-heading {
    padding-bottom: 20px;
  }

  .benefits-sidebar .ot-heading h2 {
    line-height: 38px;
  }
}

@media (max-width: 480px) {
  .feature-wrap .feature-item {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .feature-item h6 {
    padding: 0;
  }

  .feature-item h6:before {
    display: none;
  }
}

@media (min-width: 1025px) and (max-width: 1400px) {
  .main-navigation ul li ul.mega-sub-menu {
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* Services Detail */
.services-single {
  padding-top: 90px;
  padding-bottom: 80px;
}

.services-detail-content .ot-heading {
  padding-bottom: 18px;
}

.services-detail-content .ot-heading h2 {
  line-height: 60px;
}

.services-detail-content .simple-slide {
  padding-top: 20px;
  padding-bottom: 42px;
}

.services-detail-content .detail-img {
  padding-top: 20px;
  margin-bottom: 80px;
}

.services-detail-content .circle-progress {
  padding-bottom: 8px;
}

.services-detail-content .service-testi {
  padding-top: 60px;
  margin-bottom: 60px;
}

.services-detail-content .ot-heading.is-dots {
  padding-bottom: 30px;
}

.owl-theme .owl-nav.disabled+.owl-dots {
  margin-top: 60px;
  margin-bottom: 30px;
}

.owl-theme .owl-dots .owl-dot {
  position: relative;
  background-color: transparent;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  margin: 0;
  padding: 0;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border: 1px solid transparent;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  transition: all 0.3s linear;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  -ms-transition: all 0.3s linear;
}

.owl-theme .owl-dots .owl-dot span {
  width: 4px;
  height: 4px;
  margin: 0;
  background: #323232;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-theme .owl-dots .owl-dot.active {
  border: 1px solid #323232;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
  background-color: #323232;
}

.owl-theme .owl-dots .owl-dot:focus {
  outline: none;
}

@media (max-width: 992px) {
  .services-single .widget_nav_menu {
    padding-bottom: 40px;
  }

  .owl-theme .owl-nav.disabled+.owl-dots {
    margin-bottom: 0;
    margin-top: 30px;
  }
}