:root {
  --header-height: 120px;
  --bg-dark: #1c1e22;
  --cl-white: #fff;
  --cl-gray: #999b9f;
  --form-contact-width: 1284px;
}
@media only screen and (max-width: 1024.5px) {
  :root {
    --header-height: 94px;
    --form-contact-width: calc(100vw - 24px);
  }
}
/* width */
::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
/* Track */
::-webkit-scrollbar-track {
  background: transparent;
}
:hover::-webkit-scrollbar-track {
  background: #1c1e22;
}
/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #1c1e22;
}
:hover::-webkit-scrollbar-thumb {
  background: #5d5d5d;
}
/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: var(--thm-base);
}

.dino .dino-list-item {
  position: relative;
  line-height: 1.7em;
  margin-left: -5px;
  padding: 12px 0 12px 40px;
  color: #999b9f;
  transition: all 0.25s ease;
  font-size: 17px;
  font-weight: 500;
  border-radius: 7px;
}

.dino .dino-list-item:hover {
  color: var(--thm-base);
  transform: scale(1.03);
  background: rgba(var(--thm-base-rgb), 0.1);
  cursor: help;
}

.dino .dino-list-item::before {
  content: '\f107';
  font-family: 'Flaticon';
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--thm-base);
  font-weight: 400;
}

.dino-bg-1 {
  background: var(--thm-black) url(../images/background/pattern-1.png) center top repeat;
}

.dino-bg-2 {
  background: var(--thm-black) url(../images/background/we-do-section-bg-dark.jpg) left top repeat;
}

/* Fix Image */
.dino.why-join-section .image img,
.dino.facts-section .image-layer,
.dino.parallax-section .image-layer,
.dino.about-section .image-column .image-block img,
.dino.gallery-section .image img {
  -webkit-filter: none;
  -ms-filter: none;
  -moz-filter: none;
  filter: none;
}
/* End Fix Image */

/* Button */
.Dino-btn-close {
  background-color: transparent;
  font-size: 36px;
  width: 1em;
  height: 1em;
  border-radius: 0.5em;
  transition: ease 0.3s;
}
.Dino-btn-close:hover {
  background-color: rgba(255, 255, 255, 0.05);
}
.Dino-btn-close::after {
  content: '✖';
  color: var(--cl-gray);
  transition: ease 0.3s;
  font-size: 1.3rem;
}
.Dino-btn-close:hover:after {
  color: var(--cl-white);
}
.Dino-btn-close:focus {
  box-shadow: unset;
}
.Dino-form-wrap {
  position: relative;
}
.Dino-form-wrap .Dino-btn-close {
  position: absolute;
  top: 15px;
  right: 15px;
  z-index: 11;
}
/* End Button */

/* Preloader */
.dino.preloader.loaded {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 700ms ease;
  transition: all 700ms ease;
}
.dino.preloader .content-wrap {
  height: 100vh;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
/* End Preloader */

/* Header */
.dino.main-header .inner-container {
  display: flex;
  align-items: center;
  height: var(--header-height);
}
.dino.main-header .inner-container .logo-box {
  padding: 20px 0px;
}
.dino.main-header .inner-container .logo-box .logo img {
  max-height: 75px;
}
.dino.main-header .inner-container .nav-outer {
  float: unset;
  position: unset;
}
.dino.main-header .inner-container .other-links {
  float: unset;
  min-width: 215px;
  flex: 0 0 auto;
  justify-content: flex-end;
}
.dino.main-header .other-links .link-box .link .icon {
  background-size: contain;
}
.dino.main-header .inner-container .call-us .number {
  font-size: 26px;
  text-wrap: nowrap;
}
.dino.main-header .main-menu .navigation > li.active > a:before {
  transform: scale(1);
}
/* End Header */

/* Authentication */
.dino-form-area {
  display: flex;
  align-items: center;
  justify-content: center;
}
.dino-form-area .login-content__inner {
  min-height: unset;
}
.dino-form-area .logo {
  margin: 30px 0 50px;
}
.dino-form-area .logo a,
.dino-form-area .logo span {
  width: 220px;
  display: inline-block;
}
.form-register-area .signup-link,
.form-login-area .signup-link {
  padding-bottom: 70px;
  color: #999b9f;
}
.dino-form-area .form-content-inner {
  box-shadow: none !important;
  background-color: transparent;
}
.dino-form-area .input-control {
  margin-bottom: 20px;
  position: relative;
  transition: 0.3s ease;
}
.dino-form-area .input-control-inner {
  position: relative;
}
.dino-form-area .input-control.input-error {
  margin-bottom: 30px;
}
.dino-form-area .input-control input {
  margin-bottom: 0 !important;
}
.dino-form-area form .theme-btn {
  margin-bottom: 30px;
}
.dino-form-area form:not(.DinoForm-errored) .theme-btn {
  margin-top: 0 !important;
}
.dino-form-area .input-control .help-text {
  position: absolute;
  top: 100%;
  left: 0;
  color: #ff0000;
  z-index: 1;
  font-size: 0.75rem;
  text-transform: none;
  transition: 0.3s ease;
  margin: 0;
  transform: scale(0.95);
  line-height: 1.5;
}
.dino-form-area .input-control .end-icons {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 6px;
}
.dino-form-area .input-control .trigger-password {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  transition: ease 0.3s;
  border-radius: 18px;
  background-color: transparent;
  cursor: pointer;
}
.dino-form-area .input-control .trigger-password:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
.dino-form-area .password-guide-area {
  background-color: rgba(var(--thm-base-rgb), 20%);
  border-radius: 8px;
  display: flex;
  align-items: stretch;
  justify-content: center;
  flex-direction: column;
  transition: ease 0.3s;
  overflow: hidden;
}
.dino-form-area .password-guide-area-inner {
  padding: 12px 20px;
}
.dino-form-area .password-guide-area-inner p {
  color: #c2c3c5;
}
.dino-form-area .password-guide-area ul li {
  font-size: 0.8rem;
  line-height: 1.5;
}
.dino-form-area .password-guide-area ul li::before {
  content: '•';
  margin-right: 3px;
  font-size: 1.1rem;
  display: inline;
}
.dino-form-area form .input-control input {
  color: #999b9f;
  background-color: #222429;
  border-color: #222429;
  border: 1px solid transparent;
}
.dino-form-area form .input-control input:hover {
  border-color: rgba(var(--thm-base-rgb), 0.2) !important;
}
.dino-form-area form .input-control input:focus {
  border-color: rgba(var(--thm-base-rgb), 0.7) !important;
}
/* End Authentication */

/* Banner */
.dino.banner-section .banner-carousel .slide-item .image-layer {
  -webkit-filter: unset !important;
  -ms-filter: unset !important;
  -moz-filter: unset !important;
  filter: unset !important;
}
.dino.banner-section .banner-carousel .sub-title {
  font-size: 22px;
  text-wrap: nowrap;
  transition: all 700ms ease;
}
.dino.banner-section .banner-carousel .title {
  font-size: 110px;
  transition-delay: 700ms;
}
.dino.banner-section .banner-carousel .title.big {
  font-size: 130px;
}
.dino.banner-section .banner-carousel .slide-item:before {
  opacity: 0.4;
}

.dino.banner-section .social-links ul li a::before {
  border-bottom-color: var(--thm-base);
}

.dino .banner-carousel .owl-nav .owl-next,
.dino .banner-carousel .owl-nav .owl-prev {
  opacity: 1;
  color: #1c1e22;
  /* color: var(--thm-base); */
  background-color: rgba(255, 255, 255, 0.3) !important;
}

.dino .banner-carousel .owl-nav .owl-next:hover,
.dino .banner-carousel .owl-nav .owl-prev:hover {
  background-color: rgba(255, 255, 255, 1) !important;
}
/* End Banner */

/* Service */
.dino.services-section .title-block .inner {
  position: relative;
}

.dino.services-section .title-block .origin .title {
  font-size: 85px;
}

.dino.services-section .title-block .sec-title {
  transition: all 0.3s ease;
}

.dino.services-section .title-block .sec-title.item-detail {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.dino.services-section .service-block .inner-box {
  padding: 50px 35px;
}

.dino.services-section .title-block .sec-title.item-detail .lower-text {
  padding: 20px 0px 0px;
}

.dino.services-section .service-block-wrap:hover ~ .title-block .sec-title.origin {
  opacity: 0;
}

.dino.services-section .service-block-wrap:hover .service-block .inner-box {
  transform: scale(1.05);
  cursor: help;
}

.dino.services-section .service-block-wrap.block-0:hover ~ .title-block .sec-title.item-detail.item-0,
.dino.services-section .service-block-wrap.block-1:hover ~ .title-block .sec-title.item-detail.item-1,
.dino.services-section .service-block-wrap.block-2:hover ~ .title-block .sec-title.item-detail.item-2,
.dino.services-section .service-block-wrap.block-3:hover ~ .title-block .sec-title.item-detail.item-3,
.dino.services-section .service-block-wrap.block-4:hover ~ .title-block .sec-title.item-detail.item-4,
.dino.services-section .service-block-wrap.block-5:hover ~ .title-block .sec-title.item-detail.item-5 {
  opacity: 1;
}
/* End Service */

/* Agency */
.dino.agency-section .description-text {
  position: relative;
  color: var(--thm-text);
  font-size: 16px;
  line-height: 34px;
}
/* End Agency */

/* About Us */
.dino.about-section .content-origin {
  transition: all 0.3s ease;
}

.dino.about-section .content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.dino.about-section .sec-title {
  margin-bottom: 25px;
}

.dino.about-section .lower-text {
  padding: 25px 0 0;
}

.dino.about-section .content-origin .lower-text,
.dino.about-section .content-origin .text {
  transition: all 0.3s ease;
}

.dino.about-section .hover-item:hover ~ .content-wrap .content-origin .lower-text,
.dino.about-section .hover-item:hover ~ .content-wrap .content-origin .text {
  opacity: 0;
}

.dino.about-section .hover-item.item-0:hover ~ .content-wrap .content-item.item-0,
.dino.about-section .hover-item.item-1:hover ~ .content-wrap .content-item.item-1,
.dino.about-section .hover-item.item-2:hover ~ .content-wrap .content-item.item-2,
.dino.about-section .hover-item.item-3:hover ~ .content-wrap .content-item.item-3,
.dino.about-section .hover-item.item-4:hover ~ .content-wrap .content-item.item-4,
.dino.about-section .hover-item.item-5:hover ~ .content-wrap .content-item.item-5 {
  opacity: 1;
}

/* About Us V2*/
.dino.section-about-v2 .sec-title {
  margin-bottom: 0;
  transition: all 0.3s ease;
}

.dino.section-about-v2 .header-inner {
  padding: 0 50px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
}

.dino.section-about-v2 .right-col .inner {
  padding-top: 80px;
}

.dino.section-about-v2 .tags {
  border-bottom: 2px solid var(--thm-base);
  display: inline-block;
  margin-bottom: 25px;
}

.dino.dino.section-about-v2 .tags .text {
  line-height: 2em;
}

.dino.section-about-v2 .image-column {
  position: relative;
  margin-top: 65px;
}

.dino.section-about-v2 .image-column .inner {
  position: relative;
  display: block;
  padding: 0;
}

.dino.section-about-v2 .image-column .inner:before {
  content: '';
  position: absolute;
  left: 0;
  top: 25px;
  width: 15px;
  height: 150px;
  background: var(--thm-base);
  border-radius: 8px;
}

.dino.section-about-v2 .image-column .image-block {
  position: relative;
  display: block;
  border-radius: 7px;
  overflow: hidden;
}

.dino.section-about-v2 .image-column .image-block img {
  display: block;
  width: 100%;
  border-radius: 7px;
}

.dino.section-about-v2 .image-column .image-block:nth-child(1) {
  margin-left: 130px;
}

.dino.section-about-v2 .image-column .image-block:nth-child(2) {
  margin-right: 200px;
  margin-top: -145px;
}

.dino.section-about-v2 .content-wrap {
  position: relative;
  padding-top: 45px;
  margin-bottom: 25px;
}

.dino.section-about-v2 .content-wrap .sec-title.item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  visibility: hidden;
}

.dino.section-about-v2 .content-wrap .sec-title.origin .title {
  font-size: 90px;
}

.dino.section-about-v2 .content-wrap .sec-title.origin .lower-text {
  padding-top: 20px;
}

.dino.section-about-v2 .content-wrap .sec-title.item .title {
  font-size: 50px;
  color: var(--thm-base);
}

.dino.section-about-v2 .content-wrap.hovered .sec-title.origin {
  opacity: 0;
  visibility: hidden;
}

.dino.section-about-v2 .content-wrap.hovered-0 .sec-title.item-0,
.dino.section-about-v2 .content-wrap.hovered-1 .sec-title.item-1,
.dino.section-about-v2 .content-wrap.hovered-2 .sec-title.item-2,
.dino.section-about-v2 .content-wrap.hovered-3 .sec-title.item-3,
.dino.section-about-v2 .content-wrap.hovered-4 .sec-title.item-4,
.dino.section-about-v2 .content-wrap.hovered-5 .sec-title.item-5 {
  opacity: 1;
  visibility: visible;
}

.dino.trusted-section .col-header .header-inner:before {
  background: unset;
  background-color: var(--thm-base);
  mask: url(../images/icons/curve-down-left.png) left top no-repeat;
  -webkit-mask: url(../images/icons/curve-down-left.png) left top no-repeat;
  mask-size: contain;
  -webkit-mask-size: contain;
}

/* End About Us */

/* Partner */
.dino.gallery-section {
  background: var(--thm-black) url(../images/background/pattern-1.png) center top repeat;
}

.dino.gallery-section .filter-tabs sup {
  font-weight: 400;
}

.dino.gallery-section .filter-tabs .partner-label {
  position: relative;
}

.dino.gallery-section .filter-tabs .partner-label .m {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: all 0.25s ease;
  text-wrap: nowrap;
  font-weight: 300 !important;
}

.dino.gallery-section .filter-tabs .partner-label .b {
  font-weight: 400 !important;
  transition: all 0.25s ease;
  opacity: 0;
}

.dino.gallery-section .filter-tabs .active .partner-label .m {
  opacity: 0;
}

.dino.gallery-section .filter-tabs .active .partner-label .b {
  opacity: 1;
}

.dino.gallery-section .cap-box .title h5 {
  font-size: 24px;
}

.dino.gallery-section .title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  /* background: rgba(28, 30, 34, 0.6); */
  background: linear-gradient(transparent, #1c1e22);
  transition: all 0.5s ease;
  padding-top: 35px;
  pointer-events: none;
}

.dino.gallery-section .title-box .title {
  padding: 15px 25px;
}

.dino.gallery-section .title-box .title h5 {
  color: #fff;
  font-size: 22px;
  margin: 0;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dino.gallery-section .gallery-item:hover .title-box {
  opacity: 0;
}

.dino.gallery-section .gallery-item.circle .inner-box .image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.dino.gallery-section .gallery-item.circle .inner-box .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.dino.gallery-section .btn-show-less::before {
  content: unset;
}

.dino.gallery-section .btn-show-less.active {
  display: none;
}

.dino.gallery-section .btn-show-less {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}

.dino.logo-section {
  padding: 0;
  height: 220px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.dino.logo-section.companny {
  height: 250px;
}

.dino.logo-section .sponsors-outer {
  width: 100vw;
}

.dino.sponsors-section .image-box:hover img {
  transition: all 0.3s ease;
  transform: scale(1.05);
}

.dino.sponsors-section .slide-item {
  text-align: center;
}

.dino .sponsors-outer .image-box img {
  opacity: 0.9;
  max-height: 92px;
}

.dino.team-section .team-block .image-box img {
  -webkit-filter: none;
  -ms-filter: none;
  -moz-filter: none;
  filter: none;
}

/* === === ===   === === ===   === === === */
.dino .partner-item {
  position: relative;
  border-radius: 7px;
  overflow: hidden;
}

.dino .partner-item .inner-box {
  text-align: left;
}

.dino .partner-item .image {
  width: 100%;
  padding-bottom: 100%;
  position: relative;
  overflow: hidden;
}

.dino .partner-item .image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-filter: grayscale(10%);
  -ms-filter: grayscale(10%);
  -moz-filter: grayscale(10%);
  filter: grayscale(10%);
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.dino .partner-item a.overlay-box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.dino .partner-item .title-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(transparent, #1c1e22);
  transition: all 0.35s ease;
  padding: 35px 25px 15px;
  pointer-events: none;
}

.dino .partner-item .title-box .title h5 {
  color: #fff;
  font-size: 22px;
  margin: 0;
  white-space: nowrap;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dino .partner-item .cap-box {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 10px;
  color: #ffffff;
  opacity: 0;
  -webkit-transform: translateY(200px);
  transform: translateY(200px);
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.dino .partner-item .cap-box .cap-inner {
  position: relative;
  display: block;
  padding: 15px 25px;
  background: var(--thm-black);
  border-radius: 7px;
}

.dino .partner-item .cap-box .cat {
  position: relative;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  font-family: var(--thm-font);
}

.dino .partner-item .cap-box .cat span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding-right: 48px;
}

.dino .partner-item .cap-box .cat span::before {
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -1px;
  width: 38px;
  border-bottom: 2px solid var(--thm-base);
}

.dino .partner-item .cap-box .title {
  position: relative;
  display: block;
}

.dino .partner-item .cap-box .title h5 {
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0;
}

.dino .partner-item:hover .cap-box {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

.dino .partner-item:hover .title-box {
  opacity: 0;
}

.dino.team-section .carousel-box {
  margin: 0 -100px;
  padding: 0 100px;
}

.dino.team-section .carousel-box:hover .owl-theme .owl-nav {
  opacity: 1;
}

.dino.team-section .owl-theme .owl-nav {
  position: unset !important;
  display: block;
  opacity: 0;
  padding: 0;
  height: 0 !important;
  transition: all 300ms ease;
}

.dino.team-section .owl-theme .owl-nav .owl-prev span,
.dino.team-section .owl-theme .owl-nav .owl-next span {
  font-size: 16px;
}

.dino.team-section .owl-theme .owl-nav .owl-prev,
.dino.team-section .owl-theme .owl-nav .owl-next {
  position: absolute;
  top: calc(50% - 70px);
  transform: translateY(-50%);
  border-radius: 50%;
  font-size: 44px;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.dino.team-section .owl-theme .owl-nav .owl-prev {
  left: -20px;
  transform: translateX(-100%);
}

.dino.team-section .owl-theme .owl-nav .owl-next {
  right: -20px;
  transform: translateX(100%);
}

.dino.team-section .owl-theme .owl-nav .owl-prev:hover,
.dino.team-section .owl-theme .owl-nav .owl-next:hover {
  background-color: rgba(255, 255, 255, 1);
  transition: all 300ms ease;
}

/* End Partner */

/* Parallax */
.dino.parallax-section .content-box {
  max-width: unset;
  padding: 35px 0;
}

.dino.parallax-section .title {
  font-size: 64px;
}
/* End Parallax */

/* Why Join Us */
.why-join-section {
  position: relative;
  padding: 120px 0px 80px;
  background: #ffffff url(../images/background/we-do-section-bg-dark.jpg) left top repeat;
  background-color: #222429;
}

.why-join-section .image img {
  display: block;
  width: 100%;
  -webkit-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  filter: grayscale(100%);
  border-radius: 7px;
}

.dino.why-join-section .sec-title {
  margin-bottom: 35px;
}

.dino.why-join-section .content-wrap .content {
  position: relative;
  margin-bottom: 55px;
}

.dino.why-join-section .content-origin {
  transition: all 0.3s ease;
}

.dino.why-join-section .content-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  opacity: 0;
  transition: all 0.3s ease;
}

.dino.why-join-section .content-item .sec-title {
  margin-bottom: 20px;
}

.dino.why-join-section .content-item .title {
  font-size: 55px;
  color: var(--thm-base);
}

.dino.why-join-section .content-wrap {
  order: 1;
}

.dino.why-join-section .block-image {
  order: 2;
}

.dino.why-join-section .hover-item {
  order: 3;
}

.dino.why-join-section .hover-item:hover ~ .content-wrap .content-origin {
  opacity: 0;
}
.dino.why-join-section .hover-item.item-0:hover ~ .content-wrap .content-item.item-0,
.dino.why-join-section .hover-item.item-1:hover ~ .content-wrap .content-item.item-1,
.dino.why-join-section .hover-item.item-2:hover ~ .content-wrap .content-item.item-2,
.dino.why-join-section .hover-item.item-3:hover ~ .content-wrap .content-item.item-3,
.dino.why-join-section .hover-item.item-4:hover ~ .content-wrap .content-item.item-4,
.dino.why-join-section .hover-item.item-5:hover ~ .content-wrap .content-item.item-5 {
  opacity: 1;
}
/* End Why Join Us */

/* Contract */
.form-contact-modal {
  width: var(--form-contact-width);
  height: calc(100vh - 36px);
  background: #1c1e22;
  border-radius: 8px;
  overflow: hidden;
}
.form-contact-modal iframe {
  width: 100%;
  height: 100%;
  border-radius: 8px;
  padding: 4px 3px;
  overflow: hidden;
}
.dino.call-to-section .title {
  color: var(--thm-base-text);
  font-size: 45px;
  margin-bottom: 0;
  line-height: 1em;
}
.dino.call-to-section .link-box {
  padding-top: 12px;
}
.dino.call-to-section .inner {
  padding: 80px 90px 65px;
}
/* End Contract */

/* Footer */
.dino.main-footer .logo-widget .logo {
  margin-bottom: 40px;
}
.dino.main-footer .widgets-section {
  padding-bottom: 0;
}
.dino.main-footer .logo-widget .logo img {
  min-height: 55px;
}
.dino.main-footer .info-widget ul li {
  margin-bottom: 18px;
}
.dino.main-footer .links-widget ul li {
  margin-bottom: 8px;
}
.dino.main-footer .links-widget ul li a {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.1rem;
}
.dino.main-footer .sub-title {
  margin-bottom: 20px;
  font-weight: 500;
  font-size: 18px;
}
.dino.main-footer .description {
  margin-bottom: 38px;
  padding-right: 40px;
}
.dino.main-footer .footer-widget .title {
  border-bottom: 2px solid var(--thm-base);
  display: inline-block;
}
.footer-social-area {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding-top: 10px;
}
.footer-social-area .social-links__title {
  font-size: 1.05rem;
  font-weight: 500;
}
/* End Footer */
