/*
@File: octup Template Styles

* This file contains the styling for the actual template, this
is the file you need to edit to change the look of the
template.

This files table contents are outlined below>>>>>

*******************************************
*******************************************

** - Default CSS
** - Navbar CSS

** - Home Page-1 CSS
** - home1-header-section
** - home1-blue-box-after-banner
** - home1-without-title-section-after-banner
** - home1-about-section
** - home1-service-section
** - home1-choose-us-section
** - home1-work-gallery-section
** - home1-video-section
** - home1-blog-section
** - home1-client-section
** - home1-team-section
** - home1-logo-section
** - home1-faq-section
** - home1-life-section
** - home1-logo-section
** - home1-footer-section
** - home1-copyright-section

** - Home Page-2 CSS
** - home2-header-section
** - home2-about-section
** - home2-blue-box-after-banner
** - home2-blue-box-after-banner
** - home2-logo-section
** - home2-choose-us-section
** - home2-faq-section
** - home2-blog-section
** - home2-client-section

** - Home Page-3 CSS
** - home3-header-section
** - home3-about-section
** - home3-service-section
** - home3-after-banner-section
** - home3-blog-section

** - all inner pages CSS
** - about-page
** - blog-page
** - contact-page
** - FAQ-page
** - privacy-policy-page
** - single-blog-page
** - single-service-page
** - team-page
** - work-gaallery-page
** - coming-soon-section-page
** - 404-error-page

/*================================================
Default CSS
=================================================*/
@import url("https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700;800;900&amp;display=swap");
body {
  padding: 0;
  margin: 0;
  font-size: 16px;
  font-family: 'Poppins', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  padding: 0;
  margin: 0;
}

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

p {
  font-size: 16px;
  padding: 0;
  margin: 0;
  margin-bottom: 15px;
  line-height: 1.8;
}

p:last-child {
  margin-bottom: 0;
}

.form-control {
  outline: none !important;
}

.modal {
  z-index: 105000000;
}

button:focus {
  outline: none;
  box-shadow: none;
}

a {
  text-decoration: none;
  transition: all 0.6s;
}

a:hover {
  text-decoration: none;
}

.home1-orange-button:hover {
  background: #2E2E2E;
  color: #ffffff;
  transition: all 0.5s;
}

.form-control:focus {
  outline: none;
  box-shadow: none;
  border-color: #ced4da;
}

.btn.focus, .btn:focus {
  outline: 0;
  box-shadow: none;
}

.dropdown:hover > .dropdown-menu {
  display: block !important;
  transition: all 0.7s;
}

.search-modal {
  background: linear-gradient(90deg, rgba(0, 33, 85, 0.75) 15%, rgba(0, 33, 85, 0.75) 67%) !important;
}

.search-modal input {
  border-radius: 30px;
  height: 60px;
  padding-left: 30px;
  outline: none;
}

.search-modal button.close {
  padding: 0;
  padding-bottom: 20px;
  right: 30px;
  position: absolute;
  top: -40px;
  color: #ffffff;
  background: #F4A300;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  line-height: 50px;
  text-align: center;
  opacity: 1;
}

.search-modal button.close span {
  color: #ffffff;
  font-size: 35px;
}

.search-modal .search-input {
  background: #ffffff;
  border-radius: 50px;
  outline: none;
}

.search-modal .search-input::placeholder {
  padding-left: 50px;
}

.search-modal .search-btn {
  background: #F4A300;
  border-radius: 50px;
  padding-left: 25px;
  padding-right: 25px;
  outline: none;
}

.search-modal .search-btn .fa-search {
  color: #ffffff;
  margin-top: -30px;
  font-size: 24px;
  padding-top: 38px;
}

.search-modal .modal-content {
  border-radius: 50px;
  background: transparent;
  position: relative;
  padding: 50px;
  border: none;
}

.search-modal .modal-body {
  background-color: transparent;
  padding: 20px;
  border-radius: 50px;
}

.mfp-content {
  vertical-align: middle;
}

.modal.right.fade.show .modal-dialog {
  right: 0 !important;
}

.sidebarModal {
  left: auto;
  right: 0 !important;
  height: 100%;
  width: 400px;
  position: fixed;
  top: 0;
  z-index: 100000000000000;
  background: #ffffff;
  box-shadow: 1px 1px 5px 5px #727171;
  overflow-x: hidden;
  padding: 20px 0px;
  transition: all 0.7s;
}

.sidebarModal .modal-content {
  background: #ffffff;
  border: none;
}

.sidebarModal .logo-times {
  margin-bottom: 60px;
}

.sidebarModal .modal-body {
  padding-left: 40px;
  padding-right: 40px;
}

.sidebarModal .close {
  float: right;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #ffffff;
  opacity: 1;
}

.sidebarModal .profiles .per-col {
  padding: 0 5px;
  margin-bottom: 10px;
}

.sidebarModal .profiles .per-img {
  position: relative;
}

.sidebarModal .profiles a {
  text-decoration: none;
}

.sidebarModal .profiles .overlay-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f97d44c9;
  height: 0;
}

.sidebarModal .profiles .overlay-icon .fa-instagram {
  height: 30px;
  width: 30px;
  color: #e4e0e0;
  font-size: 25px;
  text-align: center;
  line-height: 30px;
  margin-top: 10px;
  text-align: center;
  position: absolute;
  top: 41%;
  left: 50%;
  visibility: hidden;
  transform: translate(-50%, -50%);
}

.sidebarModal .profiles .per-img:hover img {
  transition: all 0.5s;
}

.sidebarModal .profiles .per-img:hover .overlay-icon {
  height: 100%;
  transition: all 0.5s;
}

.sidebarModal .profiles .per-img:hover .overlay-icon .fa-instagram {
  opacity: 1;
  visibility: visible;
}

.sidebarModal .contact-items {
  margin-top: 50px;
  text-align: center;
}

.sidebarModal .contact-items h4 {
  color: #2E2E2E;
  font-size: 30px;
  font-weight: 600;
}

.sidebarModal .contact-items h4 span {
  font-size: 24px;
  color: #F4A300;
}

.sidebarModal .contact-items .social-icon {
  margin-top: 30px;
}

.sidebarModal .contact-items .social-icon p {
  color: #F4A300;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 10px;
  margin-left: -10px;
}

.sidebarModal .contact-items .social-icon i {
  font-size: 20px;
  color: #2E2E2E;
  margin-right: 10px;
}

.sidebarModal img {
  max-width: 100%;
}

.sidebarModal .closebtn {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 45px;
  color: #ffffff;
}

.custom-card {
  transition: all 0.7s;
}

.top-portion {
  max-width: 500px;
  margin: 0 auto;
}

.top-p {
  font-family: 'Source Sans Pro', sans-serif;
  color: #F4A300;
  margin-bottom: 10px;
}

.section-title {
  font-size: 35px;
  color: #2E2E2E;
  font-weight: 600;
  margin-bottom: 40px;
}

.section-title span {
  color: #F4A300;
}

.home1-card-title a {
  font-size: 24px;
  color: #2E2E2E;
  font-weight: 600;
  text-decoration: none;
}

.home1-orange-button {
  background: #F4A300;
  color: #ffffff;
  padding: 12px 30px;
  border: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s;
}

.nevy-blue-button {
  background: #2E2E2E;
  color: #ffffff;
  padding: 12px 30px;
  border: #2E2E2E;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s;
}

.orange-transparent-button {
  background: transparent;
  border: 2px solid #F4A300;
  padding: 12px 25px;
  color: #F4A300;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.5s;
}

.orange-transparent-button a {
  margin-top: 15px;
}

.home1-top-portion {
  text-align: center;
}

/*================================================
Navbar CSS
=================================================*/
.header-menu .main-nav {
  box-shadow: 1px 1px 4px 1px #e0dede;
}

.header-menu .main-nav .navbar-brand {
  padding: 0px 0;
  margin-top: -12px;
}

.header-menu .main-nav .nav-item .menu-items {
  padding: 20px 0 !important;
}

.header-menu .main-nav .navbar {
  padding: 0;
}

.header-menu .main-nav .navbar-nav .nav-item a.active {
  color: #F4A300;
}

.header-menu .main-nav .navbar-nav .nav-item a {
  color: #2E2E2E;
}

.header-menu .main-nav .navbar-nav .nav-item i {
  position: relative;
  top: 2px;
}

.header-menu .sticky {
  position: fixed !important;
  top: 0 !important;
  width: 100%;
  transition: all 1s;
  z-index: 999 !important;
}

.header-menu .sticky .main-nav nav .navbar-nav .nav-item {
  position: relative;
}

.header-menu .top-menu-dropdown {
  top: 80%;
  border-radius: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.header-menu .top-menu-dropdown .index1-tranparent-button {
  background: transparent;
  color: #ffffff;
  border: none;
}

.header-menu .top-menu-dropdown .dropdown-item {
  color: #000;
  font-size: 16px;
  font-weight: 500;
}

.header-menu .top-menu-dropdown .dropdown-item:hover {
  color: #F4A300;
  background: #ffffff;
}

.header-menu .top-menu-dropdown .drpdwn.show {
  border-top: 3px solid #F4A300 !important;
}

.header-menu .top-menu {
  transition: height 0.6s;
  padding: 15px 0;
  background: #2E2E2E;
  border-bottom: 1px solid #2b2a2a;
}

.header-menu .top-menu .top-header-contact-info {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.header-menu .top-menu .top-header-contact-info li {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-right: 25px;
}

.header-menu .top-menu .top-header-contact-info li i {
  position: absolute;
  left: 0;
  font-size: 19px;
  top: 2px;
}

.header-menu .top-menu .top-header-contact-info li a {
  color: #ffffff;
  font-size: 13px;
  margin-left: 22px;
}

.header-menu .top-menu .top-header-contact-info li .email {
  margin-left: 28px;
}

.header-menu .top-menu p a {
  color: #ffffff;
  text-decoration: none;
}

.header-menu .top-menu p i {
  color: #ffffff;
}

.header-menu .top-menu .icon {
  margin-right: 30px;
}

.header-menu .top-menu .icon i {
  height: 30px;
  width: 30px;
  border-radius: 50%;
  background: transparent;
  border: 1px solid #ffffff;
  line-height: 30px;
  text-align: center;
  color: #ffffff;
}

.header-menu .top-menu .semibold-p {
  font-weight: 600;
}

.header-menu .top-menu .last-col {
  text-align: right;
  display: flex;
  float: right;
  margin-bottom: 0px;
}

.header-menu .top-menu .sub-part .eng {
  color: #ffffff;
  text-decoration: none;
}

.header-menu .top-menu .sub-part i {
  margin: 0 2px;
}

.header-menu .top-menu .sub-part .fa-globe-europe {
  color: #F4A300;
  margin-right: 8px;
}

.header-menu .top-menu .fa-phone-volume, .header-menu .top-menu .fa-envelope, .header-menu .top-menu .fa-map-marker-alt {
  color: #F4A300;
}

.header-menu .round-input {
  border-radius: 25px !important;
  height: 48px;
  padding-left: 20px;
}

.header-menu .index1-log-orange-button {
  width: 100%;
  text-align: center;
  background-color: #FF7900;
  border-radius: 25px;
  padding-top: 15px;
  padding-bottom: 15px;
  border: none;
}

.header-menu .index1-log-orange-button a {
  color: #ffffff;
}

.header-menu .sticky-menu {
  box-shadow: 1px 1px 10px #bdbaba;
}

.header-menu .search {
  border-right: 1px solid #e7e4e4;
  border-left: 1px solid #e4e0e0;
  margin-left: 15px;
}

.header-menu .fa-search, .header-menu .fa-shopping-cart {
  font-size: 20px;
  cursor: pointer;
}

.header-menu .cart-btn {
  padding-right: 27px;
  padding-left: 27px;
}

.header-menu .fa-search, .header-menu .fa-bars {
  padding-right: 30px;
  padding-left: 30px;
  cursor: pointer;
}

.header-menu .bars {
  background: #F4A300;
}

.header-menu .fa-bars {
  color: #ffffff;
  font-size: 20px;
  display: inline-block;
}

.header-menu .fa-shopping-cart {
  position: relative;
  display: inline-block;
}

.header-menu .cart span {
  position: absolute;
  top: 30px;
  right: 34px;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  background: #F4A300;
  color: #ffffff;
  text-align: center;
  line-height: 14px;
  font-size: 10px;
}

.gotopbtn {
  position: fixed;
  width: 40px;
  height: 40px;
  background: #F4A300;
  bottom: 30px;
  right: 30px;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  cursor: pointer;
  z-index: 10000;
  visibility: hidden;
  opacity: 0;
  transition: 0.5s;
}

.gotopbtn i {
  color: #ffffff;
}

.gotopbtn.active {
  visibility: visible;
  opacity: 1;
  border: 2px solid #F4A300;
}

/*================================================
Home Page-1 CSS
=================================================*/
.home1-header .r-ban {
  position: relative;
}

.home1-header .banner-section .text-content {
  max-width: 700px;
}

.home1-header .banner-section .top-orange-p {
  font-size: 20px;
  color: #F4A300;
  font-weight: 400;
  margin-bottom: 10px;
}

.home1-header .banner-section h1 {
  font-size: 60px;
  font-weight: 900;
  color: #2E2E2E;
  margin-bottom: 20px;
  line-height: 60px;
  word-spacing: 15px;
}

.home1-header .banner-section h1 span {
  font-weight: 700;
  font-size: 50px;
}

.home1-header .banner-section .banner-p {
  font-size: 18px;
  font-weight: 400;
  max-width: 540px;
  margin-bottom: 40px;
}

.home1-header .banner-section .orange-transparent-button {
  margin-right: 30px;
}

.home1-header .banner-section .orange-transparent-button:hover {
  transition: all 0.6s;
  background: #F4A300;
  color: #ffffff;
}

.home1-header .banner-section .slide-1 {
  background: linear-gradient(90deg, white 15%, rgba(255, 255, 255, 0.4) 53%, rgba(255, 255, 255, 0.1) 100%), url(../images/banner/home1-banner1.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
}

.home1-header .banner-section .slide-2 {
  background: linear-gradient(90deg, white 15%, rgba(255, 255, 255, 0.4) 53%, rgba(255, 255, 255, 0.1) 100%), url(../images/banner/home1-banner2.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
}

.home1-header .banner-section .slide-3 {
  background: linear-gradient(90deg, white 15%, rgba(255, 255, 255, 0.4) 53%, rgba(255, 255, 255, 0.1) 100%), url(../images/banner/home1-banner3.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
}

.home1-header .banner-section .home1-slide {
  padding: 280px 0 180px;
}

.home1-owl .owl-dots {
  bottom: 8%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.home1-owl .owl-carousel button.owl-dot {
  height: 10px;
  width: 45px;
  margin-right: 13px;
  background: transparent;
  outline: none;
  border: 1px solid #2E2E2E !important;
  padding: 2px;
  margin: 10px 15px;
}

.home1-owl .owl-carousel button.owl-dot.active {
  background: #2E2E2E;
}

.blue-box {
  background: #2E2E2E;
  padding: 45px 0;
}

.blue-box h6 {
  font-size: 24px;
  color: #ffffff;
  font-weight: 600;
}

.blue-box .row .col-lg-4, .blue-box .row .col-md-4 {
  text-align: right;
}

.after-banner-section {
  padding: 100px 0 100px;
  position: relative;
  background: url(../images/after-banner-bg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
}

.after-banner-section .cap-image {
  position: absolute;
  bottom: 0;
  right: 0;
}

.after-banner-section .custom-card {
  border: none;
  border-radius: 0;
  background: transparent;
}

.after-banner-section .custom-card i::before {
  font-size: 84px;
  color: #F4A300;
  margin: 0;
  padding: 0;
  line-height: 1;
}

.after-banner-section .custom-card .home1-card-title {
  margin: 25px 0 15px;
}

.after-banner-section .custom-card .orange-transparent-button {
  margin-top: 5px;
  display: inline-block;
}

.after-banner-section .custom-card .orange-transparent-button:hover {
  background: #F4A300;
  color: #ffffff;
  transition: all .6s;
}

.home1-about-section {
  padding: 100px 0 100px;
  background: #f9f9f9;
}

.home1-about-section .section-title {
  margin-bottom: 30px;
}

.home1-about-section .text-portion {
  max-width: 500px;
  margin-right: auto;
  margin-left: 50px;
}

.home1-about-section .text-portion .text-p {
  margin-bottom: 25px;
}

.home1-about-section .text-portion .col-lg-4 {
  padding: 0 10px;
}

.home1-about-section .text-portion .custom-card {
  margin-top: 20px;
  padding: 25px 10px;
  border: none;
  box-shadow: 1px 1px 10px 2px #e6e0e0;
  border-radius: 0;
  text-align: center;
  background: #ffffff;
}

.home1-about-section .text-portion .custom-card .number {
  color: #F4A300;
  font-weight: 600;
  font-size: 30px;
}

.home1-about-section .text-portion .custom-card p a {
  text-decoration: none;
  color: #1f1e1e;
  font-weight: 400;
  font-size: 15px;
}

.home1-about-section .image-portion {
  max-width: 730px;
  margin-left: auto;
}

.home1-about-section .image-portion img {
  max-width: 100%;
  border-radius: 20px;
}

.home1-about-section .image-portion .about-img1 {
  position: relative;
}

.home1-about-section .image-portion .about-img2 {
  max-width: 100%;
}

.home1-about-section .image-portion .about-img3 {
  right: 15px;
  bottom: 0;
  position: absolute;
  top: 200px;
  max-width: 70% !important;
}

.home1-about-section .signature {
  margin: 35px 0;
}

.home1-about-section img {
  border-radius: 20px;
  position: relative;
  z-index: 0;
}

.home1-service-section {
  padding: 100px 0 70px;
  position: relative;
}

.home1-service-section .home1-top-portion {
  text-align: center;
}

.home1-service-section .service-cap {
  position: absolute;
  bottom: 90px;
  left: 0;
  max-width: 100%;
}

.home1-service-section .custom-text {
  background: #ffffff;
  margin-right: 30px;
  margin-top: -30px;
  z-index: 9;
  position: relative;
}

.home1-service-section .custom-card {
  border: none;
  box-shadow: 1px 1px 10px 2px #d6d4d4;
  margin-bottom: 30px;
  border-radius: 0;
  background: #ffffff;
}

.home1-service-section .custom-card p {
  margin-left: 25px;
  margin-bottom: 20px;
}

.home1-service-section .custom-card .home1-card-title {
  font-size: 23.00px;
  margin-top: 20px;
}

.home1-service-section .custom-card img {
  max-width: 100%;
}

.home1-service-section .custom-card .title {
  margin-right: 0px;
  background: #ffffff;
  padding: 0px 0px 20px 25px;
}

.home1-service-section .custom-card .title .icon {
  height: 70px;
  width: 80px;
  line-height: 70px;
  text-align: center;
  background: #ffffff;
  box-shadow: 1px 1px 10px 1px #d8d3d3;
}

.home1-service-section .custom-card .title .icon i::before {
  font-size: 40px;
  color: #F4A300;
}

.home1-choose-us-section {
  padding: 100px 0;
  background: #f9f9f9;
}

.home1-choose-us-section .home1-top-portion {
  margin-bottom: 40px;
  margin: 0 auto;
}

.home1-choose-us-section .home1-top-portion .section-title {
  margin-bottom: 20px;
}

.home1-choose-us-section .home1-top-portion .p {
  margin: 0 auto 50px;
  max-width: 460px;
}

.home1-choose-us-section img {
  max-width: 100%;
}

.home1-choose-us-section .image-section {
  margin-right: 54px;
}

.home1-choose-us-section .box {
  padding: 10px 20px;
  margin-bottom: 20px;
}

.home1-choose-us-section .box i::before {
  color: #F4A300;
  font-size: 60px;
}

.home1-choose-us-section .box .home1-card-title {
  margin-bottom: 15px;
}

.home1-choose-us-section .box .row .col-lg-10, .home1-choose-us-section .box .row .col-md-10 {
  padding-left: 30px;
}

.home1-choose-us-section .last-box {
  margin-bottom: 0;
}

.home1-choose-us-section .orange-btn {
  text-align: right;
}

.work-gallery-section {
  padding: 100px 0 70px;
}

.work-gallery-section .home1-top-portion {
  text-align: center;
}

.work-gallery-section .menu {
  text-align: center;
}

.work-gallery-section .menu ul {
  padding-inline-start: 0;
  margin-top: 30px;
  margin-bottom: 50px;
}

.work-gallery-section .menu ul li {
  list-style-type: none;
  display: inline-block;
  margin-right: 50px;
  color: #2E2E2E;
  cursor: pointer;
  font-size: 20px;
  font-weight: 500;
}

.work-gallery-section .menu ul li:hover {
  color: #F4A300;
}

.work-gallery-section .menu ul li.active {
  color: #F4A300;
}

.work-gallery-section .mix {
  margin-bottom: 30px;
}

.work-gallery-section .gallery-card {
  overflow: hidden;
}

.work-gallery-section .gallery-card .g-card {
  transition: all 1s;
  position: relative;
}

.work-gallery-section .gallery-card .g-card img {
  width: 100%;
}

.work-gallery-section .gallery-card .g-blue-box {
  padding: 20px 0;
  position: absolute;
  background: #2E2E2E;
  bottom: 0;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
}

.work-gallery-section .gallery-card .g-blue-box .title a {
  color: #ffffff;
  text-decoration: none;
  font-size: 24px;
  font-weight: 500;
}

.work-gallery-section .gallery-card img.mfp-img {
  margin: auto auto;
}

.work-gallery-section .gallery-card .g-card-overlay {
  position: absolute;
  top: 0px;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0%;
  background-color: #f97d44c9;
  visibility: hidden;
  transition: all 1s;
}

.work-gallery-section .gallery-card .g-card-overlay .g-text {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  visibility: hidden;
  height: 30%;
  width: 94%;
  transition: all 0.5s !important;
}

.work-gallery-section .gallery-card .g-card-overlay .g-text p, .work-gallery-section .gallery-card .g-card-overlay .g-text h5 a {
  color: #ffffff;
}

.work-gallery-section .gallery-card .g-card-overlay .g-text p {
  font-size: 0px;
}

.work-gallery-section .gallery-card .g-card-overlay .g-text h5 {
  margin-bottom: 15px;
}

.work-gallery-section .gallery-card .g-card-overlay .g-text h5 a {
  text-decoration: none;
  font-size: 0px;
  font-weight: 500;
}

.work-gallery-section .gallery-card .g-card-overlay .g-text .fa-plus {
  height: 30px;
  width: 30px;
  color: #e4e0e0;
  text-align: center;
  line-height: 20px;
  font-size: 0px;
}

.work-gallery-section .gallery-card .g-card:hover {
  height: 100%;
}

.work-gallery-section .gallery-card .g-card:hover .g-card-overlay {
  visibility: visible;
  height: 100%;
}

.work-gallery-section .gallery-card .g-card:hover .g-card-overlay .g-text {
  visibility: visible;
  transition: all 1s;
}

.work-gallery-section .gallery-card .g-card:hover .g-card-overlay .g-text p {
  font-size: 16px;
}

.work-gallery-section .gallery-card .g-card:hover .g-card-overlay .g-text h5 a {
  font-size: 24px;
}

.work-gallery-section .gallery-card .g-card:hover .g-card-overlay .g-text .fa-plus {
  font-size: 20px;
}

.work-gallery-section .gallery-card .g-card:hover .g-blue-box {
  display: none;
}

.home1-video-section {
  background: linear-gradient(90deg, rgba(0, 33, 85, 0.5) 15%, rgba(0, 33, 85, 0.5) 53%), url(../images/video/video-1.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 280px 0;
}

.home1-video-section .video-btn {
  margin: 0 auto;
  width: 140px;
  height: 90px;
  border-radius: 25px;
  background: #ff0000;
  text-align: center;
  line-height: 120px;
  padding-left: 5px;
  padding-top: 25px;
}

.home1-video-section .video-btn a {
  text-decoration: none;
}

.home1-video-section .video-btn i {
  color: #ffffff;
  font-size: 40px;
  display: block;
}

.home1-blog-section {
  padding: 100px 0 70px;
  background: #ffffff;
}

.home1-blog-section .custom-card {
  border: none;
  border-radius: 0;
  margin-bottom: 30px;
  box-shadow: 3px 3px 10px 2px #cfcfcf;
}

.home1-blog-section .custom-card .card-text {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.93) 15%, rgba(255, 255, 255, 0.93) 53%);
  padding: 20px;
}

.home1-blog-section .custom-card .card-text ul {
  margin-left: 0;
  padding-inline-start: 0;
}

.home1-blog-section .custom-card .card-text ul li {
  list-style: none;
  display: inline-block;
}

.home1-blog-section .custom-card .card-text ul .text-right {
  float: right;
}

.home1-blog-section .custom-card .card-text .col-lg-8 {
  margin-bottom: 20px;
}

.home1-blog-section .custom-card .card-text i {
  margin-right: 5px;
  color: #F4A300;
}

.home1-blog-section .custom-card .card-text .shadow-text {
  text-align: right;
  font-size: 50px;
  font-weight: 400;
  opacity: 0.2;
  line-height: 30px;
}

.home1-blog-section .custom-card .card-text .name {
  font-size: 14px;
}

.home1-blog-section .custom-card .card-text .date {
  font-size: 14px;
}

.home1-blog-section .custom-card .card-text .time {
  margin-left: 15px;
}

.home1-blog-section .custom-card .card-text .home1-card-title {
  margin-bottom: 20px;
}

.home1-blog-section .custom-card .card-text .read-more {
  margin-top: 20px;
}

.home1-blog-section .custom-card .card-text .read-more ul {
  margin-bottom: 0;
}

.home1-blog-section .custom-card .card-text .read-more ul li {
  position: relative;
}

.home1-blog-section .custom-card .card-text .read-more ul li a {
  font-weight: 600;
  font-size: 16px;
  color: #2E2E2E;
}

.home1-blog-section .custom-card .card-text .read-more ul li a i {
  position: absolute;
  top: 4.1px;
  color: #2E2E2E;
  margin-left: 5px;
}

.home1-client-section {
  position: relative;
}

.home1-client-section .section-title {
  margin-bottom: 15px;
}

.home1-client-section .row {
  margin-left: 0;
  margin-right: 0;
}

.home1-client-section .row .col-lg-5 {
  background: linear-gradient(90deg, rgba(0, 33, 85, 0.7) 15%, rgba(0, 33, 85, 0.7) 53%), url(../images/client/home1-client-left-bg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  padding: 193px 0 192px;
}

.home1-client-section .row .col-lg-5 p, .home1-client-section .row .col-lg-5 h3 {
  color: #ffffff;
}

.home1-client-section .row .col-lg-5 .top-p {
  color: #F4A300;
}

.home1-client-section .row .col-lg-5 .left-portion {
  max-width: 363px;
  margin-left: auto;
  margin-right: 35px;
}

.home1-client-section .row .col-lg-7 {
  background: linear-gradient(90deg, rgba(0, 33, 85, 0.7) 15%, rgba(0, 33, 85, 0.7) 53%), url(../images/client/right-bg.jpg) center center no-repeat;
  background-size: cover;
  padding: 93px 0 88px;
  margin-right: auto;
}

.home1-client-section .row .col-lg-7 .custom-card {
  max-width: 500px;
}

.home1-client-section .row .col-lg-7 .custom-card p, .home1-client-section .row .col-lg-7 .custom-card i {
  color: #ffffff;
}

.home1-client-section .row .col-lg-7 .custom-card .description {
  margin-left: 10px;
  max-width: 448px;
  z-index: 1000 !important;
}

.home1-client-section .row .col-lg-7 .custom-card .quote-text {
  position: relative;
}

.home1-client-section .row .col-lg-7 .custom-card .fa-quote-left {
  position: absolute;
  top: 0;
  margin-right: 40px;
}

.home1-client-section .row .col-lg-7 .single-client {
  padding: 50px 10px 10px;
  text-align: center;
  border-radius: 10px;
  margin-right: auto;
  margin-left: 90px;
}

.home1-client-section .row .col-lg-7 .single-client .custom-card {
  border-radius: 0;
  border: none;
  background: transparent;
}

.home1-client-section .row .col-lg-7 .single-client .fa-quote-right {
  color: #ffffff;
  right: 15px;
  bottom: 0;
  position: absolute;
}

.home1-client-section .row .col-lg-7 .single-client .fa-quote-left {
  position: absolute;
  margin-right: 20px;
  left: -5px;
  top: 0;
  color: #ffffff;
}

.home1-client-section .row .col-lg-7 .single-client .description {
  position: relative;
}

.home1-client-section .row .col-lg-7 .single-client .description p {
  padding-left: 10px;
}

.home1-client-section .row .col-lg-7 .single-client .image {
  margin-top: -50px;
}

.home1-client-section .row .col-lg-7 .single-client .image img {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}

.home1-client-section .row .col-lg-7 .single-client .client-content {
  margin-top: 30px;
}

.home1-client-section .row .col-lg-7 .single-client .fa-star {
  color: #ffa200;
  margin-bottom: 30px;
}

.home1-client-section .row .col-lg-7 .single-client .name {
  margin-bottom: 10px;
  font-size: 25px;
  font-weight: 600;
  font-family: 'Poppins';
}

.home1-client-section .image-cap {
  position: absolute;
  right: 0;
  bottom: 40px;
  z-index: 1;
  max-width: 100%;
}

.home1-client-section .owl-dots {
  margin-top: 0px;
  margin-left: 330px;
}

.home1-client-section .owl-carousel button.owl-dot {
  height: 13px;
  width: 13px;
  border-radius: 50px;
  padding: 2px;
  margin-right: 15px;
  background: #efefef;
  outline: none;
}

.home1-client-section .owl-carousel button.owl-dot.active {
  background: #F4A300;
}

.home1-team-section {
  padding: 100px 0 70px;
}

.home1-team-section .home1-top-portion {
  margin-bottom: 40px;
}

.home1-team-section .home1-top-portion .section-title {
  margin-bottom: 15px;
}

.home1-team-section .home1-top-portion p {
  max-width: 500px;
  margin-left: auto;
  margin-right: auto;
}

.home1-team-section .custom-card {
  background: #ffffff;
  padding: 10px 10px 0 10px;
  box-shadow: 1px 1px 10px 2px #d4d2d2;
  border-radius: 0;
  position: relative;
  margin-bottom: 30px;
}

.home1-team-section .custom-card img {
  width: 100%;
}

.home1-team-section .custom-card .name {
  padding-top: 25px;
  font-size: 20px;
  font-weight: 600;
}

.home1-team-section .custom-card .post {
  padding-bottom: 25px;
}

.home1-team-section .hover-text {
  position: absolute;
  top: 56%;
  left: 46%;
  transform: translate(-43%, -50%);
  opacity: 0;
  width: 90%;
  transition: all 0.5s;
}

.home1-team-section .hover-text i {
  height: 35px;
  width: 35px;
  line-height: 35px;
  text-align: center;
  color: #F4A300;
  background: #ffffff;
  border-radius: 50%;
  margin-right: 10px;
}

.home1-team-section .per-card:hover .custom-card {
  background: #F4A300;
}

.home1-team-section .per-card:hover .name, .home1-team-section .per-card:hover .post {
  color: #ffffff;
}

.home1-team-section .per-card:hover .hover-text {
  opacity: 1;
}

.home1-logo-section {
  padding: 100px 0;
  background: #f9f9f9;
}

.home1-logo-section .home1-top-portion {
  text-align: center;
}

.home1-faq-section {
  padding: 100px 0 0;
  background: #ffffff;
}

.home1-faq-section .btn-link {
  margin-left: 10px;
  outline: none;
}

.home1-faq-section .btn-link p {
  font-size: 16px;
  font-weight: 500;
}

.home1-faq-section .faq-circle-ul {
  padding-inline-start: 0px;
}

.home1-faq-section .faq-circle-ul li {
  list-style: none;
  position: absolute;
  display: inline-block;
}

.home1-faq-section .faq-circle-ul li p {
  padding-left: 34px;
}

.home1-faq-section .circle {
  height: 12px;
  width: 12px;
  border-radius: 50%;
  background: #2E2E2E;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 1px 2px #2E2E2E;
  margin-right: 20px;
  margin-top: 9px;
}

.home1-faq-section .card-1 {
  border-radius: 0px;
}

.home1-faq-section .card {
  margin-bottom: 7px;
  border: none;
}

.home1-faq-section .card .card-header {
  background: #ffffff;
  padding: 0;
  border-bottom: 0px solid #a19f9f;
}

.home1-faq-section .card .card-header .btn-link {
  padding: 24px 10px;
}

.home1-faq-section .card .card-header .btn-link span {
  font-weight: 500;
}

.home1-faq-section .card .card-header .btn-link p {
  display: inline-block;
}

.home1-faq-section .card .card-header [aria-expanded=true] {
  border-radius: 0;
}

.home1-faq-section .card .card-header [aria-expanded=true] .circle {
  background: #F4A300;
  box-shadow: 0px 0px 1px 2px #F4A300;
  margin-top: 8px;
}

.home1-faq-section .card .btn-link {
  width: 100%;
  color: #2E2E2E;
  text-align: left;
  text-decoration: none;
  border-radius: 0;
  outline: none;
  border: none;
}

.home1-faq-section .card .card-body {
  padding: 0px 40px 20px 55px;
}

.home1-faq-section .card .btn-link:before {
  content: '';
  height: -17px;
  width: 12px;
  border-radius: 50%;
  background: #2E2E2E;
  border: 2px solid #ffffff;
  box-shadow: 0px 0px 1px 2px #2E2E2E;
  margin-right: 20px;
  margin-top: -6px;
  height: 12px;
  display: inline-block;
}

.home1-faq-section .card .btn-link:after {
  content: '\2212';
  font-size: 30px;
  right: 15px;
  position: absolute;
  top: 11px;
}

.home1-faq-section .card .btn-link.collapsed:after {
  content: '\002B';
}

.home1-faq-section .accordion > .card:not(:last-of-type) {
  box-shadow: 1px 1px 10px 1px #e4e3e3;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px;
}

.home1-faq-section .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
}

.home1-faq-section .accordion > .card:not(:last-of-type) {
  border-bottom: 1 !important;
}

.home1-faq-section .accordion > .card:not(:first-of-type) {
  border-top-left-radius: 1;
  border-top-right-radius: 1;
  border: 1px solid #e9e9eb;
}

.home1-faq-section .accordion > .card:not(:second-of-type) {
  border-top-left-radius: 1;
  border-top-right-radius: 1;
}

.home1-faq-section .contact-portion {
  padding-left: 40px;
}

.home1-faq-section .contact-portion input, .home1-faq-section .contact-portion select {
  border-radius: 0;
  height: 50px;
}

.home1-faq-section .contact-portion option.selected {
  height: 40px !important;
  padding: 20px !important;
}

.home1-faq-section .contact-portion .top .text {
  padding-left: 30px;
}

.home1-faq-section .contact-portion .top .text .home1-card-title {
  margin-bottom: 15px;
}

.home1-faq-section .contact-portion .top .text p span {
  color: #F4A300;
}

.home1-faq-section .contact-portion .form {
  margin-top: 20px;
}

.home1-faq-section .contact-portion .form .home1-orange-button {
  width: 100%;
}

.home1-faq-section .contact-portion .orange-button {
  margin-top: 15px;
}

.home1-life-section {
  padding: 100px 0;
  background: linear-gradient(90deg, rgba(0, 33, 85, 0.7) 15%, rgba(0, 33, 85, 0.7) 53%), url(../images/life/life-bg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
}

.home1-life-section .section-title {
  color: #ffffff;
}

.home1-life-section .text-portion {
  margin-right: -50px;
}

.home1-life-section p {
  font-size: 24px;
  color: #ffffff;
}

.home1-life-section p span {
  border-bottom: 2px solid #F4A300;
  margin-left: 15px;
}

.home1-life-section p span a {
  color: #ffffff;
}

.home1-life-section .profile-info {
  position: relative;
}

.home1-life-section .profile-info ul {
  margin-bottom: 0;
}

.home1-life-section .profile-info ul li {
  list-style: none;
}

.home1-life-section .profile-info ul li p {
  position: absolute;
  top: 6px;
  right: 29px;
}

.footer {
  padding: 100px 0 70px;
  background: #2E2E2E;
}

.footer .footer-logo {
  margin: -10px 0 20px;
}

.footer .first-col {
  padding-right: 60px;
}

.footer .follow {
  font-size: 20.09px;
  font-weight: 600;
  font-family: 'Poppins';
  color: #ffffff;
  margin-right: 20px;
}

.footer .icon {
  margin-top: 20px;
}

.footer .icon i {
  color: #ffffff;
  margin-right: 10px;
  font-size: 15.98;
}

.footer .icon i:hover {
  color: #F4A300;
}

.footer a {
  text-decoration: none;
}

.footer p {
  margin-bottom: 15px;
  color: #ffffff;
}

.footer p a {
  color: #ffffff;
}

.footer .first-col p {
  max-width: 320px;
}

.footer .third-col {
  padding-left: 30px;
}

.footer .contact-info ul {
  padding-inline-start: 0;
}

.footer .contact-info ul li {
  list-style: none;
  position: relative;
}

.footer .contact-info ul li a {
  position: absolute;
  left: 30px;
}

.footer .contact-info ul li i {
  color: #F4A300;
}

.footer .footer-bold-font {
  margin-bottom: 30px;
}

.footer .footer-bold-font a {
  font-size: 20px;
  font-weight: 600;
  color: #ffffff;
}

.copyright {
  background: #2E2E2E;
}

.copyright .copyright-text {
  padding: 25px 0;
  border-top: 1px solid #4d3342 !important;
}

.copyright p {
  color: #ffffff;
}

/*================================================
Home Page-2 CSS
=================================================*/
.home2-header .banner-section .banner-left-col {
  padding-left: 0;
  border-radius: 20px;
  background: url(../images/banner/home2-banner1.jpg) center center no-repeat;
  background-size: cover;
  position: relative;
  padding-top: 930px;
}

.home2-header .banner-section .box {
  background: #F4A300;
  max-width: 175px;
  border-radius: 20px;
  padding: 18px 25px 20px;
  position: absolute;
  right: 20px;
  bottom: 20px;
}

.home2-header .banner-section .box h3, .home2-header .banner-section .box p {
  color: #ffffff;
}

.home2-header .banner-section .box h3 {
  font-size: 56px;
}

.home2-header .banner-section .banner-right-col {
  padding-left: 0;
  padding-right: 0;
}

.home2-header .banner-section .home2-slide-1 {
  background: linear-gradient(90deg, rgba(0, 33, 85, 0.8) 15%, rgba(255, 99, 27, 0.5) 67%), url(../images/banner/home2-banner2.jpg) center center no-repeat;
  padding-top: 260px;
  padding-bottom: 170px;
  background-size: cover;
}

.home2-header .banner-section .home2-slide-2 {
  background: linear-gradient(90deg, rgba(0, 33, 85, 0.8) 15%, rgba(255, 99, 27, 0.5) 67%), url(../images/banner/home2-banner3.jpg) center center no-repeat;
  padding-top: 260px;
  padding-bottom: 170px;
  background-size: cover;
}

.home2-header .banner-section .home2-slide-3 {
  background: linear-gradient(90deg, rgba(0, 33, 85, 0.8) 15%, rgba(255, 99, 27, 0.5) 67%), url(../images/banner/home2-banner2.jpg) center center no-repeat;
  padding-top: 260px;
  padding-bottom: 170px;
  background-size: cover;
}

.home2-header .banner-section .home2-banner-p, .home2-header .banner-section .home2-title {
  color: #ffffff;
}

.home2-header .banner-section .right-col {
  padding-left: 60px;
}

.home2-header .banner-section .home2-slide-content {
  max-width: 630px;
  margin-left: 50px;
}

.home2-header .banner-section .home2-banner-buttons {
  display: flex;
}

.home2-header .owl-dots {
  bottom: -11%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.home2-header .owl-carousel button.owl-dot {
  height: 20px;
  width: 20px;
  margin-right: 13px;
  background: #2E2E2E;
  outline: none;
  padding: 2px;
  margin: 10px 0px 10px 10px;
  border-radius: 50%;
}

.home2-header .owl-carousel button.owl-dot.active {
  background: #F4A300;
}

.home2-about-section .top-portion {
  max-width: 400px;
  margin: 0 auto;
}

.home2-about-section .p {
  margin-bottom: 30px;
  margin-left: 20px;
}

.home2-about-section .text {
  padding-left: 40px;
}

.home2-about-section .custom-card {
  border-radius: 0;
  border: none;
  margin-bottom: 25px;
}

.home2-about-section .custom-card i {
  font-size: 28px;
  color: #F4A300;
  margin-top: 2px;
}

.home2-about-section .custom-card .home1-card-title {
  margin-bottom: 10px;
}

.home2-about-section .custom-card h5, .home2-about-section .custom-card p {
  margin-left: 10px;
}

.home2-about-section .orange-button {
  margin-top: 40px;
  margin-left: 56px;
}

.home2-about-section .home1-orange-button {
  margin-top: 10px;
}

.home2-about-section .image .about-img4 {
  position: relative;
  border-radius: 10px;
  max-width: 100% !important;
}

.home2-about-section .image .about-img5 {
  position: absolute;
  left: 340px;
  bottom: 40px;
  border-radius: 10px;
  max-width: 100% !important;
}

.home2-blue-box {
  max-width: 100%;
}

.home2-blue-box .title {
  position: relative;
}

.home2-blue-box .title img {
  position: absolute;
  left: 0;
  bottom: 0px;
}

.home2-blue-box .title h6 {
  margin-left: 60px;
  text-align: left;
}

.home2-after-banner-section {
  background: linear-gradient(90deg, rgba(0, 33, 85, 0.9) 15%, rgba(0, 33, 85, 0.9) 67%), url(../images/after-banner-bg-2.jpg) center center no-repeat;
  background-size: cover;
}

.home2-after-banner-section .custom-card {
  background: transparent;
  border-radius: 0;
  transition: all 1s !important;
}

.home2-after-banner-section .custom-card a, .home2-after-banner-section .custom-card p {
  color: #ffffff;
}

.home2-after-banner-section .custom-card i::before {
  font-size: 84px;
  color: #ffffff !important;
}

.home2-after-banner-section .custom-card .orange-transparent-button {
  border: 2px solid #ffffff;
  color: #ffffff;
}

.home2-after-banner-section .custom-card .orange-transparent-button:hover {
  background: #F4A300;
  transition: all 0.4s;
  color: #ffffff;
}

.home2-after-banner-section .custom-card:hover {
  background: #e8ebf0;
  box-shadow: none !important;
}

.home2-after-banner-section .custom-card:hover a, .home2-after-banner-section .custom-card:hover p {
  transition: all 0.6s !important;
  color: #2E2E2E;
}

.home2-after-banner-section .custom-card:hover i::before {
  transition: all 1s !important;
  color: #F4A300 !important;
}

.home2-after-banner-section .custom-card:hover .orange-transparent-button {
  border: 2px solid #F4A300;
  color: #F4A300;
}

.home2-after-banner-section .custom-card:hover .orange-transparent-button:hover {
  transition: all 0.5s;
  background: #F4A300;
  color: #ffffff;
}

.home2-logo-with-video-section {
  padding: 100px 0 100px;
  background: #f6f6f6;
}

.home2-logo-with-video-section .blue-outer-layer {
  background: #2E2E2E;
  max-width: 1600px;
  margin: 100px auto;
  padding: 50px 180px;
}

.home2-logo-with-video-section .blue-outer-layer .video-image {
  background: radial-gradient(circle, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0.3) 11%), url(../images/video/video-2.jpg);
  background-size: cover;
  padding: 280px 0;
  margin-top: 50px;
  margin-bottom: -150px;
}

.home2-logo-with-video-section .blue-outer-layer .video-image .video-btn {
  margin: 0 auto;
  width: 140px;
  height: 90px;
  border-radius: 25px;
  background: #ff0000;
  text-align: center;
  line-height: 120px;
  padding-left: 5px;
  padding-top: 25px;
}

.home2-logo-with-video-section .blue-outer-layer .video-image .video-btn i {
  color: #ffffff;
  font-size: 40px;
  display: block;
}

.home2-logo-with-video-section .row .col-lg {
  padding: 0;
}

.home2-logo-with-video-section .row .col-lg img {
  max-width: 100%;
}

.home2-choose-us-section {
  padding: 100px 0;
  background: #f9f9f9;
}

.home2-choose-us-section .home2-top {
  text-align: left;
}

.home2-choose-us-section .cap-image {
  position: absolute;
  right: 0;
  bottom: -40px;
}

.home2-choose-us-section .left-col {
  max-width: 650px;
  margin-left: auto;
  margin-right: 30px;
}

.home2-choose-us-section .left-col .top-portion .section-title {
  margin-bottom: 30px;
}

.home2-choose-us-section .left-col .row {
  margin-top: 50px;
}

.home2-choose-us-section .left-col .col-2 {
  text-align: right;
}

.home2-choose-us-section .left-col .progress-label {
  font-size: 16px;
  font-weight: 500;
}

.home2-choose-us-section .left-col .progress {
  height: 6px;
  background-color: #cfcece;
  border-radius: 25px;
  margin-top: 20px;
}

.home2-choose-us-section .left-col .progress-bar {
  background-color: #F4A300;
  transition: width .6s ease;
}

.home2-choose-us-section .image-section {
  margin-right: 200px;
  margin-left: 50px;
}

.home2-choose-us-section .image-section img {
  width: 100%;
  position: relative;
  z-index: 9;
}

.home2-choose-us-section .orange-box {
  height: 200px;
  width: 200px;
  background: #F4A300;
  position: absolute;
  right: 0px;
  top: -7px;
  margin-right: 207px;
}

.home2-faq-section {
  padding: 100px 0;
}

.home2-blog-section {
  background: #f9f9f9;
}

.home2-client-section {
  padding: 100px 0;
  position: relative;
  background: linear-gradient(90deg, rgba(0, 33, 85, 0.8) 15%, rgba(0, 33, 85, 0.8) 53%), url(../images/client/right-bg.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
}

.home2-client-section .top-portion {
  text-align: center;
  margin-bottom: 50px;
}

.home2-client-section .section-title, .home2-client-section .top-p {
  color: #ffffff;
}

.home2-client-section .single {
  padding: 50px 10px 10px;
  text-align: center;
  border-radius: 10px;
  position: relative;
}

.home2-client-section .single .custom-card {
  padding: 1px 55px 40px;
  border-radius: 0;
  border: none;
  background: #f1f1f2;
}

.home2-client-section .single .fa-quote-left {
  font-size: 50px;
  margin-top: 30px;
  color: #7f7f7f;
}

.home2-client-section .single .image {
  margin-top: -50px;
}

.home2-client-section .single .image img {
  width: 130px;
  height: 130px;
  margin: 0 auto;
}

.home2-client-section .single .client-content {
  margin-top: 20px;
}

.home2-client-section .single .fa-star {
  color: #F4A300;
  margin-bottom: 30px;
}

.home2-client-section .single .name {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
}

.home2-client-section .single p {
  color: #2E2E2E;
}

.nevy-blue-button:hover {
  background: #F4A300;
  color: #ffffff;
  transition: all 0.4s;
}

.home3-header .banner-section {
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.1) 15%, white 100%), url(../ChatGPT\ Image\ Apr\ 17\,\ 2025\,\ 03_48_01\ PM.png  ) center center no-repeat;
  background-size: cover;
  padding: 250px 0 170px;
}

.home3-header .banner-section .banner-text .top-orange-p {
  color: #F4A300;
}

.home3-header .banner-section .banner-text .nevy-blue-button {
  margin-right: 30px;
}

.home3-about-section {
  position: relative;
}

.home3-about-section .cap-image {
  position: absolute;
  right: 0;
  top: 50%;
}
.home3-about-section .about-img6 {
  position: relative;
  max-width: 100%;
}

.home3-about-section .about-img7 {
  position: absolute;
  left: 350px;
  bottom: -40px;
  border-radius: 10px;
}

.home3-service-section .custom-card .home1-card-title {
  padding-left: 25px;
  margin-bottom: 20px;
}

.home3-service-section .custom-card p {
  padding-bottom: 30px !important;
  padding-right: 15px;
}

.home3-service-section .custom-card:hover {
  background: #2E2E2E;
}

.home3-service-section .custom-card:hover a, .home3-service-section .custom-card:hover p {
  color: #ffffff;
}

.home3-after-banner-section .custom-card:hover {
  background: #F4A300 !important;
}

.home3-after-banner-section .custom-card:hover a, .home3-after-banner-section .custom-card:hover p {
  color: #ffffff;
}

.home3-after-banner-section .custom-card:hover i::before {
  color: #ffffff !important;
}

.home3-after-banner-section .custom-card:hover .orange-transparent-button {
  color: #ffffff !important;
  border: 2px solid #ffffff;
}

.home3-blog-section .custom-card .name {
  margin-right: 20px;
}

.home3-blog-section .custom-card .read-more a {
  color: #2E2E2E !important;
}

.home3-blog-section .custom-card .read-more .fa-angle-double-right {
  font-size: 18px;
  color: #2E2E2E;
}

.home3-blog-section .custom-card .card-text ul li {
  margin-right: 10px !important;
}

.about-banner {
  background: linear-gradient(90deg, rgba(0, 33, 85, 0.5) 15%, rgba(0, 33, 85, 0.5) 67%), url(../images/banner/banner-5.jpg) no-repeat center center;
  background-size: cover;
  padding: 250px 0 150px;
  text-align: center;
}

.about-banner h1, .about-banner p {
  color: #ffffff !important;
}

.about-banner h1 {
  font-weight: bold !important;
}

.about-banner p {
  font-size: 20px;
}

.about-choose {
  background: #ffffff;
}

.blog-banner {
  background: linear-gradient(90deg, rgba(0, 33, 85, 0.5) 15%, rgba(0, 33, 85, 0.5) 67%), url(../images/banner/banner-6.jpg) no-repeat center center;
  background-size: cover;
}

.blog-section {
  position: relative;
}

.blog-section .img-cap-1 {
  position: absolute;
  right: 0;
  top: 45%;
}

.blog-section .img-cap-2 {
  position: absolute;
  left: 0;
  bottom: 4%;
}

.blog-section .custom-card .name {
  margin-right: 10px;
}

.blog-section .custom-card .time {
  margin-left: 10px;
}

.blog-section .custom-card i {
  margin-right: 0px;
}

.blog-section .b-card-1 {
  background: url(../images/blog/blog1.html) center center no-repeat;
  background-size: cover;
}

.blog-section .b-card-2 {
  background: url(../images/blog/blog-2.jpg) center center no-repeat;
  background-size: cover;
}

.blog-section .b-card-3 {
  background: url(../images/blog/blog-3.jpg) center center no-repeat;
  background-size: cover;
}

.blog-section .b-card-4 {
  background: url(../images/blog/blog-5.jpg) center center no-repeat;
  background-size: cover;
}

.blog-section .b-card-5 {
  background: url(../images/blog/blog-6.jpg) center center no-repeat;
  background-size: cover;
}

.blog-section .b-card-6 {
  background: url(../images/blog/blog1.html) center center no-repeat;
  background-size: cover;
}

.blog-section .b-card-7 {
  background: url(../images/blog/blog-2.jpg) center center no-repeat;
  background-size: cover;
}

.blog-section .b-card-8 {
  background: url(../images/blog/blog-4.jpg) center center no-repeat;
  background-size: cover;
}

.blog-section .b-card-9 {
  background: url(../images/blog/blog-5.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
}

.contact-banner {
  background: linear-gradient(90deg, rgba(0, 33, 85, 0.5) 15%, rgba(0, 33, 85, 0.5) 67%), url(../banner/2.png) no-repeat center center;
  background-size: cover;
}

.contact-blog-section {
  padding: 100px 0 100px;
  background: #f9f9f9 !important;
  background: url(../images/contact/contact-blog-ng.html) center center no-repeat;
  background-size: cover;
  position: relative;
}

.contact-blog-section .cap-image {
  position: absolute;
  left: 0;
  top: 20px;
}

.contact-blog-section .card-1 {
  padding-bottom: 55px !important;
}

.contact-blog-section .custom-card {
  padding: 0px 0 0px;
  border: none;
  background: transparent;
}

.contact-blog-section .custom-card i {
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  background: #ffffff;
  box-shadow: 10px 10px 30px #cecbcb;
  margin: 0 auto;
  margin-bottom: 20px;
  font-size: 28px;
}

.contact-blog-section .custom-card .semibold-title {
  font-size: 18px;
  font-weight: 600;
  color: #F4A300;
  margin-bottom: 5px;
}

.contact-blog-section .custom-card p {
  margin-bottom: 0;
}

.contact-blog-section .custom-card p a {
  color: #1b1919;
  font-size: 15px;
}

.c-message {
  position: relative;
  padding: 100px 0;
}

.c-message .cap-image {
  position: absolute;
  right: 0;
  bottom: 120px;
}

.c-message h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #1b1919;
}

.c-message .custom-card {
  border: none;
  padding: 40px 35px;
  box-shadow: 10px 10px 30px #c9c7c7;
  border-radius: 0;
  background: #ffffff;
}

.c-message .form-control {
  border-radius: 0px;
  margin-bottom: 30px;
  border: 2px solid #d1cece;
  height: 50px;
}

.c-message textarea {
  height: 100px !important;
}

.c-message .contact-button {
  width: 100%;
  text-align: center;
}

.c-message .contact-button a {
  padding: 12px 0;
  color: #ffffff;
}

.map-section {
  border: 0;
  height: 600px;
}

.map-section .google-map {
  height: 600px;
  width: 100%;
  border: 0;
}

.faq-banner p span {
  color: #F4A300;
}

.faq-section .accordion-portion {
  margin-bottom: 30px;
}

.faq-section .faq-message-section {
  padding: 100px 0;
}

.faq-section .faq-message-section h3 {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
  color: #1b1919;
  text-align: center;
}

.faq-section .faq-message-section h3 span {
  color: #F4A300;
}

.faq-section .faq-message-section .card {
  border: none;
  padding: 40px 35px;
  box-shadow: 10px 10px 30px #c9c7c7;
  border-radius: 0;
}

.faq-section .faq-message-section .card .home1-orange-button {
  margin: 0 auto;
}

.faq-section .faq-message-section .form-control {
  border-radius: 0px;
  margin-bottom: 30px;
  border: 2px solid #d1cece;
  height: 50px;
}

.faq-section .faq-message-section textarea {
  height: 100px !important;
}

.faq-section .faq-message-section a {
  margin: 0 auto;
}

.privacy-banner {
  background: linear-gradient(90deg, rgba(0, 33, 85, 0.5) 15%, rgba(0, 33, 85, 0.5) 67%), url(../images/banner/banner-7.jpg) no-repeat center center;
  background-size: cover;
}

.privacy-banner p span {
  color: #F4A300;
}

.privacy-policy {
  padding: 100px 0;
  position: relative;
}

.privacy-policy .cap-image {
  position: absolute;
  left: 0;
  top: 20px;
  z-index: -9;
}

.privacy-policy h5 {
  margin-bottom: 20px;
}

.privacy-policy .description {
  margin-bottom: 30px;
}

.single-blog-section {
  padding: 100px 0;
}

.single-blog-section .blog-title a {
  font-size: 24px;
  font-weight: 600;
  color: #ffffff;
}

.single-blog-section .single-blog-img-2 {
  max-width: 100%;
}

.single-blog-section .s-blog-img {
  height: 100px;
  width: 100px;
}

.single-blog-section .left-side .card {
  border: none;
  border-radius: 0px;
}

.single-blog-section .left-side .card .date-row {
  margin: 20px 0 40px;
}

.single-blog-section .left-side .card .date-row span {
  font-size: 14px;
}

.single-blog-section .left-side .card .date-row span i {
  color: #F4A300;
  margin: 0 10px;
}

.single-blog-section .left-side .card img {
  max-width: 100%;
}

.single-blog-section .left-side .card .blog-title {
  margin-bottom: 25px;
}

.single-blog-section .left-side .card .img-row {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-blog-section .left-side .card .orange-quote-box {
  margin: 30px 0;
  background: #F4A300;
}

.single-blog-section .left-side .card .orange-quote-box .quote-section {
  background: url(../images/blog/quote.html) no-repeat;
  margin-left: 20px;
}

.single-blog-section .left-side .card .orange-quote-box p {
  padding: 30px 30px;
  color: #ffffff;
  font-size: 16px;
}

.single-blog-section .left-side .card .second-p {
  margin: 30px 0;
}

.single-blog-section .icon-box {
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 15px 30px;
  box-shadow: 1px 1px 5px 5px #e9e7e7;
}

.single-blog-section .icon-box .right-share {
  text-align: right;
}

.single-blog-section .icon-box .icons-1 a i {
  width: 26px;
  height: 26px;
  text-align: center;
  line-height: 26px;
  color: #ffffff !important;
  font-size: 16px;
}

.single-blog-section .icon-box .icons-1 .fa-facebook-f {
  background: #3b5897;
}

.single-blog-section .icon-box .icons-1 .fa-google-plus-g {
  background: #c92027;
}

.single-blog-section .icon-box .icons-1 .fa-twitter {
  background: #54abec;
}

.single-blog-section .icon-box .icons-1 .fa-instagram {
  background: linear-gradient(45deg, #fb7609 0%, #ca3e89 52%, #8a59c8 100%);
}

.single-blog-section .icon-box .icons-1 .fa-whatsapp {
  background: #2da51f;
}

.single-blog-section .icon-box .fa-share-alt {
  color: #F4A300;
  margin-right: 10px;
}

.single-blog-section .icon-box a {
  color: #242525;
}

.single-blog-section .name-a {
  color: #1b1919;
}

.single-blog-section .blog-comment-section {
  padding: 30px;
  box-shadow: 1px 1px 5px 5px #e9e7e7;
}

.single-blog-section .blog-comment-section .comment {
  font-size: 20px;
  font-weight: 500;
}

.single-blog-section .blog-comment-section img {
  width: 100%;
}

.single-blog-section .blog-comment-section .img-col {
  padding-right: 0px;
}

.single-blog-section .blog-comment-section .name a {
  font-size: 16px;
  font-weight: 500;
  color: #1b1919;
}

.single-blog-section .blog-comment-section .date {
  font-size: 14px;
  margin-bottom: 15px;
}

.single-blog-section .blog-comment-section .round-orange-btn {
  padding: 5px 15px;
  background: none;
  border: 1px solid #F4A300;
  border-radius: 25px;
  color: #F4A300;
  font-size: 14px;
  font-family: 'Roboto', sans-serif;
  margin: 20px 0;
}

.single-blog-section .blog-comment-section .per-col {
  margin-top: 20px;
  border-bottom: 1px solid #dddbdb;
}

.single-blog-section .blog-comment-section .per-col .des {
  font-size: 14px;
}

.single-blog-section .blog-comment-section .form {
  margin-top: 40px;
}

.single-blog-section .blog-comment-section .form h3 {
  margin-bottom: 10px;
}

.single-blog-section .blog-comment-section .form .per-input {
  margin-top: 30px;
}

.single-blog-section .blog-comment-section .form .per-input input {
  height: 50px;
  border-radius: 0px;
}

.single-blog-section .blog-comment-section .form .per-input textarea {
  border-radius: 0px;
  height: 100px !important;
}

.single-blog-section .blog-comment-section .form .per-input .contact-button {
  width: 100%;
  text-align: center;
}

.single-blog-section .blog-comment-section .form .per-input .contact-button a {
  color: #ffffff;
}

.single-blog-section .left-side .orange-box {
  padding: 35px 25px;
  background: #F4A300;
  margin-bottom: 10px;
}

.single-blog-section .left-side .orange-box h4 {
  color: #ffffff;
  margin-bottom: 0 !important;
}

.single-blog-section .left-side .white-box img {
  width: 100% !important;
}

.single-blog-section .left-side .white-box-2 {
  padding: 30px 25px;
  background: #ffffff;
  margin-bottom: 10px;
  box-shadow: 1px 1px 5px 5px #e9e7e7;
}

.single-blog-section .left-side .white-box-2 p a {
  font-size: 16px;
  color: #1b1919;
}

.single-blog-section .left-side .white-box-2 i {
  color: #F4A300;
  font-size: 25px;
}

.single-blog-section .left-side .per-c {
  margin-bottom: 10px;
  box-shadow: 1px 1px 5px 5px #e9e7e7;
}

.single-blog-section .left-side .per-c .post-image {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}

.single-blog-section .left-side .per-c .post-image .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.single-blog-section .left-side .per-c .post-image .bg1 {
  background-image: url(../images/cap.png) center center no-repeat;
  background-size: cover;
}

.single-blog-section .left-side .per-c .side-date {
  font-size: 12px;
  font-weight: 300;
}

.single-blog-section .left-side .per-c .title a {
  font-size: 14px;
  font-weight: 500;
  color: #1b1919;
}

.single-blog-section .left-side .per-c .text {
  padding: 6px 10px;
}

.single-blog-section .left-side .white-buttons {
  padding: 10px 15px;
}

.single-blog-section .left-side .white-buttons a {
  display: inline-block;
  padding: 10px 20px;
  background: #ffffff;
  box-shadow: 1px 1px 5px 1px #c2bfbf;
  margin-right: 15px;
  color: #363636;
  font-weight: 500;
  border-radius: 5px;
  margin-bottom: 10px;
}

.single-service-section {
  position: relative;
  padding: 100px 0;
}

.single-service-section .service-cap1 {
  position: absolute;
  top: 40%;
  right: 0;
}

.single-service-section .images {
  margin-top: 30px;
}

.single-service-section .service-cap2 {
  position: absolute;
  bottom: 5%;
  right: 0;
}

.single-service-section .orange-box-two {
  margin-top: 30px;
}

.single-service-section .orange-box {
  padding: 15px 25px;
  background: #F4A300;
  margin-bottom: 10px;
}

.single-service-section .orange-box h4 {
  color: #ffffff;
  margin-bottom: 0 !important;
}

.single-service-section .white-box {
  padding: 15px 20px;
  box-shadow: 1px 1px 5px 5px #e9e7e7;
  margin-bottom: 10px;
  background: #ffffff;
}

.single-service-section .white-box i {
  color: #F4A300;
  font-size: 25px;
  position: relative;
  top: 2px;
}

.single-service-section .right img {
  max-width: 100%;
  margin-bottom: 30px;
}

.single-service-section .upper-custom-card {
  background: #ffffff;
  padding: 30px;
}

.single-service-section .upper-custom-card .bold-p {
  font-size: 24px;
  font-weight: 600;
  margin: 10px 0 20px;
}

.single-service-section .custom-card {
  border: none;
  background: #ffffff;
}

.single-service-section .custom-card .col-p {
  margin-top: 30px;
  margin-bottom: 30px;
}

.single-service-section .custom-card .col-p .fa-check-circle {
  color: #F4A300;
}

.single-service-section .custom-card .lower-p {
  margin-top: 10px;
  margin-bottom: 30px;
}

.single-service-section .custom-card .medium-p {
  margin-top: 30px;
  font-weight: 600;
}

.single-service-section .contact-message-section {
  padding: 0px;
}

.single-service-section .contact-message-section .form-control {
  margin-bottom: 20px;
  border-radius: 0px;
  background: #ebe8e8;
  border: none;
}

.single-service-section .contact-message-section input {
  height: 60px;
}

.single-service-section .contact-message-section h3 {
  margin-bottom: 30px;
}

.single-service-section .contact-message-section .home1-orange-button a {
  color: #ffffff;
}

.single-service-section p a {
  color: #1b1919;
}

.team-section {
  position: relative;
}

.team-section .team-cap-1 {
  position: absolute;
  right: 0;
  bottom: 4%;
}

.team-section .team-cap-2 {
  position: absolute;
  left: 0;
  top: 4%;
  z-index: -9;
}

.work {
  position: relative;
}

.work .team-cap-1 {
  position: absolute;
  top: 45% !important;
  right: 0 !important;
}

.work .team-cap-2 {
  position: absolute;
  top: 0%;
  left: 0;
}

.g-card {
  box-shadow: 1px 1px 3px 1px #e0dede;
}

.g-card:hover .g-white-box {
  display: none;
}

.g-white-box {
  padding: 20px 0;
  position: absolute;
  background: #ffffff;
  bottom: 0;
  display: block;
  text-align: center;
  left: 0;
  right: 0;
}

.g-white-box .title a {
  color: #2E2E2E;
  font-size: 24px;
  font-weight: 500;
}

.error-section {
  padding: 100px 0;
}

.error-section h3 {
  font-size: 35px;
}

.error-section p {
  font-size: 20px;
  margin-bottom: 30px;
}

.error-section .col-p {
  margin: 0 auto;
}

.error-section .section-title {
  font-size: 40px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 20px;
}

.error-section .home1-orange-button {
  margin-top: 30px;
}

.error-section .error-img {
  max-width: 100%;
}

.coming-soon-section {
  background: linear-gradient(90deg, rgba(0, 33, 85, 0.75) 15%, rgba(0, 33, 85, 0.75) 67%), url(../images/banner/banner-4.jpg) center center no-repeat;
  background-size: cover;
  height: 100vh;
  width: 100%;
  background-position: top center;
  position: relative;
}

.coming-soon-section .d-table {
  width: 100%;
  height: 100%;
}

.coming-soon-section .d-table-cell {
  vertical-align: middle;
}

.coming-soon-section .main-section {
  max-width: 700px;
  margin: 0 auto;
  background: #ffffff;
  border-radius: 10px;
  padding: 30px;
  vertical-align: middle;
}

.coming-soon-section .main-section img {
  margin-bottom: 30px;
}

.coming-soon-section .main-section .p-box {
  padding: 0 7px;
}

.coming-soon-section .main-section .time-row {
  padding-right: 0px;
  padding-left: 0px;
}

.coming-soon-section .main-section .buttons {
  margin-bottom: 25px;
}

.coming-soon-section .main-section #count-down {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-left: 65px;
  padding-right: 65px;
  margin-bottom: 25px;
}

.coming-soon-section .main-section .b-box {
  border-radius: 15px;
  width: 110px;
  padding-top: 20px;
  padding-bottom: 20px;
  background: #2E2E2E;
  margin-bottom: 10px;
}

.coming-soon-section .main-section .b-box h3, .coming-soon-section .main-section .b-box p {
  color: #ffffff;
}

.coming-soon-section .main-section .b-box h3 {
  font-size: 35px;
  font-weight: 600;
}

.coming-soon-section .main-section p {
  font-size: 20px;
}

.coming-soon-section .main-section .input {
  margin: 30px 0;
}

.coming-soon-section .main-section .input i {
  color: #F4A300;
  font-size: 50px;
  margin-left: 10px;
  margin-right: 30px;
}

.coming-soon-section .main-section .input input {
  outline: none;
  height: 60px;
}

.coming-soon-section .main-section .home1-orange-button {
  margin-bottom: 30px;
}

.coming-soon-section .main-section .subscribe-button {
  margin-right: 10px;
}

.coming-soon-section .main-section .last-p {
  padding: 0 50px 0;
}

.blog-details-area {
  padding: 100px 0;
  font-family: 'Poppins', sans-serif;
}

.blog-details-desc {
  background-color: #ffffff;
  padding: 25px;
}

.blog-details-desc .article-image img {
  width: 100%;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav {
  margin-top: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-] {
  color: #87a1c1;
  font-size: 18px;
  margin: 0;
  padding: 0;
  background: #ffffff;
  width: 45px;
  height: 45px;
  line-height: 40px;
  position: absolute;
  left: 20px;
  transition: var(--transition);
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  border-style: solid;
  border-color: #ffffff;
  border-width: 1.5px;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-].owl-next {
  left: auto;
  right: 20px;
}

.blog-details-desc .article-image-slides.owl-theme .owl-nav [class*=owl-]:hover {
  background-color: #2E2E2E;
  color: #2E2E2E;
  border-color: #F4A300;
}

.blog-details-desc .article-image-slides.owl-theme:hover .owl-nav {
  opacity: 1;
  visibility: visible;
}

.blog-details-desc .article-video iframe {
  width: 100%;
  height: 400px;
  border: none !important;
}

.blog-details-desc .article-content {
  margin-top: 30px;
}

.blog-details-desc .article-content .entry-meta ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.blog-details-desc .article-content .entry-meta ul li {
  margin-right: 20px;
  position: relative;
  display: inline-block;
  border-right: 1px solid #eeeeee;
  font-weight: 500;
  padding-right: 16px;
  padding-left: 45px;
}

.blog-details-desc .article-content .entry-meta ul li i {
  font-size: 28px;
  color: #cfcfcf;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.blog-details-desc .article-content .entry-meta ul li span {
  display: block;
  color: #F4A300;
  text-transform: uppercase;
  margin-bottom: 2px;
  font-size: 14px;
  font-weight: 500;
}

.blog-details-desc .article-content .entry-meta ul li:last-child {
  padding-right: 0;
  margin-right: 0;
  border-right: none;
}

.blog-details-desc .article-content h3 {
  margin-bottom: 15px;
  margin-top: 25px;
  font-size: 25px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px;
  margin-bottom: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li {
  flex: 0 0 33.3333%;
  max-width: 33.3333%;
  padding-right: 10px;
  padding-left: 10px;
}

.blog-details-desc .article-content .wp-block-gallery.columns-3 li figure {
  margin-bottom: 0;
}

.blog-details-desc .article-content .features-list {
  padding-left: 0;
  list-style-type: none;
  margin-top: 25px;
  margin-bottom: 30px;
}

.blog-details-desc .article-content .features-list li {
  margin-bottom: 15px;
  position: relative;
  padding-left: 26px;
  font-weight: 600;
  color: #868686;
}

.blog-details-desc .article-content .features-list li i {
  color: #F4A300;
  display: inline-block;
  font-size: 20px;
  position: absolute;
  left: 0;
  top: 1px;
}

.blog-details-desc .article-content .features-list li:last-child {
  margin-bottom: 0;
}

.blog-details-desc .article-footer {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #eeeeee;
  padding-top: 30px;
  margin-top: 30px;
}

.blog-details-desc .article-footer .article-tags {
  flex: 0 0 50%;
  max-width: 50%;
  color: #868686;
}

.blog-details-desc .article-footer .article-tags span {
  display: inline-block;
  color: #2E2E2E;
  margin-right: 3px;
  position: relative;
  top: 3px;
  font-size: 20px;
}

.blog-details-desc .article-footer .article-tags a {
  display: inline-block;
  font-weight: 500;
}

.blog-details-desc .article-footer .article-share {
  flex: 0 0 50%;
  max-width: 50%;
}

.blog-details-desc .article-footer .article-share .social {
  padding-left: 0;
  list-style-type: none;
  text-align: right;
  margin-bottom: 0;
}

.blog-details-desc .article-footer .article-share .social li {
  display: inline-block;
}

.blog-details-desc .article-footer .article-share .social li span {
  display: inline-block;
  margin-right: 3px;
  font-weight: 500;
  position: relative;
  top: -2px;
}

.blog-details-desc .article-footer .article-share .social li a {
  display: block;
  width: 32px;
  height: 32px;
  line-height: 34px;
  border-radius: 50%;
  background-color: #2E2E2E;
  color: #ffffff;
  border: 1px solid #2E2E2E;
  text-align: center;
  font-size: 17px;
  margin-left: 2px;
}

.article-share .fa-facebook-f, .article-share .fa-instagram {
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a:hover .fa-facebook-f, .blog-details-desc .article-footer .article-share .social li a:hover .fa-instagram {
  color: #3b5998;
}

.blog-details-desc .article-footer .article-share .social li a:hover, .blog-details-desc .article-footer .article-share .social li a:focus {
  color: #2E2E2E;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.facebook {
  background-color: #3b5998;
  border-color: #3b5998;
  color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.facebook:hover, .blog-details-desc .article-footer .article-share .social li a.facebook:focus {
  color: #3b5998;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.twitter {
  background-color: #1da1f2;
  border-color: #1da1f2;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.twitter:hover, .blog-details-desc .article-footer .article-share .social li a.twitter:focus {
  color: #1da1f2;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin {
  background-color: #007bb5;
  border-color: #007bb5;
  color: #ffffff;
}

.blog-details-desc .article-footer .article-share .social li a.linkedin:hover, .blog-details-desc .article-footer .article-share .social li a.linkedin:focus {
  color: #007bb5;
  background-color: transparent;
}

.blog-details-desc .article-footer .article-share .social li a.instagram {
  background-color: #c13584;
  border-color: #c13584;
  color: var(--whiteColor);
}

.blog-details-desc .article-footer .article-share .social li a.instagram:hover, .blog-details-desc .article-footer .article-share .social li a.instagram:focus {
  color: #c13584;
  background-color: transparent;
}

.blog-details-desc .article-author {
  margin-top: 30px;
  border-radius: 5px;
  background: #fdfcfc;
}

.blog-details-desc .article-author .author-profile-header {
  height: 115px;
  border-radius: 5px 5px 0 0;
  background-color: var(--mainColor);
  background-image: url(../images/blog/bg-1.jpg);
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}

.blog-details-desc .article-author .author-profile {
  padding: 0 25px 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title {
  position: relative;
  z-index: 1;
  margin-top: -45px;
}

.blog-details-desc .article-author .author-profile .author-profile-title img {
  display: inline-block;
  border: 3px solid #ffffff;
  width: 100px;
  height: 100px;
  margin-bottom: 25px;
}

.blog-details-desc .article-author .author-profile .author-profile-title h4 {
  margin-bottom: 5px;
  font-size: 22px;
}

.blog-details-desc .article-author .author-profile .author-profile-title span {
  display: block;
  margin-bottom: 12px;
  font-size: 16px;
  color: #2E2E2E;
}

.blog-details-desc .article-author .author-profile .author-profile-title p {
  font-size: 16px;
}

blockquote, .blockquote {
  overflow: hidden;
  background-color: #fafafa;
  padding: 50px !important;
  position: relative;
  text-align: center;
  z-index: 1;
  margin-bottom: 20px;
  margin-top: 20px;
}

blockquote p, .blockquote p {
  color: #2E2E2E;
  line-height: 1.6;
  margin-bottom: 0;
  font-style: italic;
  font-weight: 700;
  font-size: 22px !important;
}

blockquote cite, .blockquote cite {
  display: none;
}

blockquote::before, .blockquote::before {
  content: "\f118";
  color: #efefef;
  position: absolute;
  animation: fade-up 1.5s infinite linear;
  left: 50px;
  top: -50px;
  z-index: -1;
  font-family: Flaticon;
  font-size: 135px;
}

blockquote::after, .blockquote::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 3px;
  background-color: #ffffff;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dibiz-post-navigation {
  display: flex;
  flex-wrap: wrap;
  justify-content: end;
  margin-top: 30px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-top: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}

.prev-link-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  padding-right: 15px;
}

.prev-link-wrapper a {
  display: flex;
  align-items: center;
}

.prev-link-wrapper a:hover .image-prev::after {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .image-prev .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.prev-link-wrapper a:hover .prev-link-info-wrapper {
  color: #2E2E2E;
}

.prev-link-wrapper .image-prev {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-right: 20px;
  position: relative;
  transition: all 0.5s;
}

.prev-link-wrapper .image-prev img {
  border-radius: 5px;
}

.prev-link-wrapper .image-prev::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #2E2E2E;
  visibility: hidden;
  transition: all 0.5s;
}

.prev-link-wrapper .image-prev .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  font-size: var(--fontSize);
  font-weight: 700;
}

.prev-link-wrapper .prev-link-info-wrapper {
  color: #2E2E2E;
  transition: all 0.5s;
}

.prev-link-wrapper .prev-title {
  display: inline-block;
  font-weight: 600;
  font-size: 16px;
}

.prev-link-wrapper .meta-wrapper {
  display: block;
  color: #2E2E2E;
  text-transform: capitalize;
  margin-top: 7px;
  font-weight: 500;
  font-size: 14px;
}

.next-link-wrapper {
  flex: 0 0 50%;
  max-width: 50%;
  text-align: right;
  padding-left: 15px;
}

.next-link-wrapper .image-next img {
  border-radius: 5px;
  max-width: 100%;
}

.wp-block-gallery.columns-3 img {
  max-width: 100%;
  height: auto;
}

.prev-link-wrapper .image-prev img {
  border-radius: 5px;
  max-width: 100%;
}

.next-link-wrapper a {
  display: flex;
  align-items: center;
}

.next-link-wrapper a:hover .image-next::after {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .image-next .post-nav-title {
  opacity: 1;
  visibility: visible;
}

.next-link-wrapper a:hover .next-link-info-wrapper {
  color: var(--mainColor);
}

.next-link-wrapper .image-next {
  display: inline-block;
  min-width: 100px;
  width: 100px;
  border-radius: 5px;
  overflow: hidden;
  vertical-align: top;
  margin-left: 20px;
  position: relative;
  transition: all 0.5s;
}

.next-link-wrapper .image-next img {
  border-radius: 5px;
}

.next-link-wrapper .image-next::after {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 5px;
  opacity: 0;
  background-color: #2E2E2E;
  visibility: hidden;
  transition: all 0.5s;
}

.next-link-wrapper .image-next .post-nav-title {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  margin: 0 auto;
  text-align: center;
  text-transform: uppercase;
  z-index: 2;
  color: #ffffff;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  font-size: 20px;
  font-weight: 700;
}

.next-link-wrapper .next-link-info-wrapper {
  transition: all 0.5s;
  color: #2E2E2E;
}

.next-link-wrapper .next-title {
  display: inline-block;
  font-weight: 600;
  font-size: 17px;
}

.next-link-wrapper .meta-wrapper {
  display: block;
  color: #F4A300;
  text-transform: capitalize;
  margin-top: 7px;
  font-weight: 500;
  font-size: 14px;
}

.comments-area {
  margin-top: 30px;
}

.comments-area .comments-title {
  line-height: initial;
  margin-bottom: 30px;
  font-size: 25px;
}

.comments-area ol, .comments-area ul {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .comment-list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.comments-area .children {
  margin-left: 20px;
}

.comments-area .comment-body {
  border-bottom: 1px dashed #eeeeee;
  padding-left: 70px;
  color: var(--blackColor);
  margin-bottom: 20px;
  padding-bottom: 20px;
}

.comments-area .comment-body .reply {
  margin-top: 15px;
}

.comments-area .comment-body .reply a {
  border: 1px dashed #ded9d9;
  color: var(--blackColor);
  display: inline-block;
  padding: 6px 20px 3px;
  border-radius: 30px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 600;
}

.comments-area .comment-body .reply a:hover {
  color: #ffffff;
  background-color: #F4A300;
  border-color: #2E2E2E;
}

.comments-area .comment-author {
  font-size: 18px;
  margin-bottom: 8px;
  position: relative;
  z-index: 2;
}

.comments-area .comment-author .avatar {
  height: 50px;
  left: -65px;
  position: absolute;
  width: 50px;
}

.comments-area .comment-author .fn {
  font-weight: 500;
}

.comments-area .comment-author .says {
  display: none;
}

.comments-area .comment-metadata {
  margin-bottom: .8em;
  color: #868686;
  letter-spacing: 0.01em;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}

.comments-area .comment-metadata a {
  display: inline-block;
  color: #868686;
}

.comments-area .comment-metadata a:hover {
  color: #F4A300;
}

.comments-area .comment-respond {
  margin-top: 30px;
}

.comments-area .comment-respond .comment-reply-title {
  margin-bottom: 0;
  font-size: 25px;
}

.comments-area .comment-respond .comment-reply-title #cancel-comment-reply-link {
  display: inline-block;
}

.comments-area .comment-respond .comment-form {
  overflow: hidden;
}

.comments-area .comment-respond .comment-notes {
  margin-bottom: 20px;
  margin-top: 10px;
}

.comments-area .comment-respond .comment-notes .required {
  color: red;
}

.comments-area .comment-respond .comment-form-comment {
  float: left;
  width: 100%;
}

.comments-area .comment-respond label {
  display: none;
}

.comments-area .comment-respond input[type="date"], .comments-area .comment-respond input[type="time"], .comments-area .comment-respond input[type="datetime-local"], .comments-area .comment-respond input[type="week"], .comments-area .comment-respond input[type="month"], .comments-area .comment-respond input[type="text"], .comments-area .comment-respond input[type="email"], .comments-area .comment-respond input[type="url"], .comments-area .comment-respond input[type="password"], .comments-area .comment-respond input[type="search"], .comments-area .comment-respond input[type="tel"], .comments-area .comment-respond input[type="number"], .comments-area .comment-respond textarea {
  display: block;
  width: 100%;
  background-color: #f4f4f4;
  border: none;
  padding: 1px 0 0 15px;
  height: 50px;
  outline: 0;
  border-radius: 3px;
  color: #2E2E2E;
  font-size: 16px;
}

.comments-area .comment-respond input[type="date"]::placeholder, .comments-area .comment-respond input[type="time"]::placeholder, .comments-area .comment-respond input[type="datetime-local"]::placeholder, .comments-area .comment-respond input[type="week"]::placeholder, .comments-area .comment-respond input[type="month"]::placeholder, .comments-area .comment-respond input[type="text"]::placeholder, .comments-area .comment-respond input[type="email"]::placeholder, .comments-area .comment-respond input[type="url"]::placeholder, .comments-area .comment-respond input[type="password"]::placeholder, .comments-area .comment-respond input[type="search"]::placeholder, .comments-area .comment-respond input[type="tel"]::placeholder, .comments-area .comment-respond input[type="number"]::placeholder, .comments-area .comment-respond textarea::placeholder {
  transition: all 0.5s;
  color: #2E2E2E;
}

.comments-area .comment-respond input[type="date"]:focus::placeholder, .comments-area .comment-respond input[type="time"]:focus::placeholder, .comments-area .comment-respond input[type="datetime-local"]:focus::placeholder, .comments-area .comment-respond input[type="week"]:focus::placeholder, .comments-area .comment-respond input[type="month"]:focus::placeholder, .comments-area .comment-respond input[type="text"]:focus::placeholder, .comments-area .comment-respond input[type="email"]:focus::placeholder, .comments-area .comment-respond input[type="url"]:focus::placeholder, .comments-area .comment-respond input[type="password"]:focus::placeholder, .comments-area .comment-respond input[type="search"]:focus::placeholder, .comments-area .comment-respond input[type="tel"]:focus::placeholder, .comments-area .comment-respond input[type="number"]:focus::placeholder, .comments-area .comment-respond textarea:focus::placeholder {
  color: transparent;
}

.comments-area .comment-respond textarea {
  height: auto !important;
  padding-top: 15px;
}

.comments-area .comment-respond .comment-form-author {
  float: left;
  width: 50%;
  padding-right: 10px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-email {
  float: left;
  width: 50%;
  padding-left: 12px;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-url {
  float: left;
  width: 100%;
  margin-bottom: 20px;
}

.comments-area .comment-respond .comment-form-cookies-consent {
  width: 100%;
  float: left;
  position: relative;
  padding-left: 20px;
  margin-bottom: 20px;
  margin-top: 15px;
}

.comments-area .comment-respond .comment-form-cookies-consent input {
  position: absolute;
  left: 0;
  top: 6px;
}

.comments-area .comment-respond .comment-form-cookies-consent label {
  display: inline-block;
  margin: 0;
  color: #2E2E2E;
  font-weight: normal;
  font-size: 16px;
}

.comments-area .comment-respond .form-submit {
  float: left;
  width: 100%;
}

.comments-area .comment-respond .form-submit input {
  background: #2E2E2E;
  border: none;
  color: #ffffff;
  padding: 12px 30px 10px;
  display: inline-block;
  cursor: pointer;
  text-transform: capitalize;
  transition: all 0.5s;
  border-radius: 0;
  font-weight: 600;
  font-size: 16px;
}

.comments-area .comment-respond .form-submit input:hover, .comments-area .comment-respond .form-submit input:focus {
  color: #ffffff;
  background: #2E2E2E;
}

/*================================================
  Products Area CSS
  =================================================*/
.blog-details-area a {
  color: #1a1919;
}

.single-products-box {
  position: relative;
  margin-bottom: 30px;
}

.single-products-box .products-image {
  text-align: center;
  position: relative;
  overflow: hidden;
}

.single-products-box .products-image a {
  position: relative;
  display: block;
}

.single-products-box .products-image a img {
  transition: all 1.5s cubic-bezier(0, 0, 0.2, 1);
}

.single-products-box .products-image .products-button {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 1;
}

.single-products-box .products-image .products-button ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.single-products-box .products-image .products-button ul li {
  margin-bottom: 10px;
  opacity: 0;
  visibility: hidden;
  transform: translateX(30px);
  transition: all 0.3s ease-in-out 0s;
}

.single-products-box .products-image .products-button ul li a {
  display: inline-block;
  font-size: 20px;
  line-height: 1;
  color: var(--blackColor);
  position: relative;
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.07);
  background-color: #ffffff;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 45px;
  border-radius: 50%;
}

.single-products-box .products-image .products-button ul li a .tooltip-label {
  right: 110%;
  top: 5px;
  transform: translateX(0);
  position: absolute;
  padding: 0 10px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  color: transparent;
  background-color: transparent;
  transition: all .2s ease-in-out;
  background-color: #ffffff;
  color: #ffffff;
  line-height: 28px;
  font-size: 12px;
  font-weight: 800;
}

.single-products-box .products-image .products-button ul li a .tooltip-label::before {
  content: '';
  background-color: #868686;
  top: 50%;
  position: absolute;
  transition: all .2s ease-in-out;
  right: -1px;
  width: 10px;
  height: 10px;
  transform: rotate(45deg) translateY(-50%);
}

.single-products-box .products-image .products-button ul li a:hover {
  background-color: #F4A300;
  color: #2E2E2E;
}

.single-products-box .products-image .products-button ul li a:hover .tooltip-label {
  visibility: visible;
  opacity: 1;
  right: 135%;
}

.single-products-box .products-image .products-button ul li:last-child {
  margin-bottom: 0;
}

.single-products-box .products-image .products-button ul li:nth-child(1) {
  transition-delay: 0.1s;
}

.single-products-box .products-image .products-button ul li:nth-child(2) {
  transition-delay: 0.2s;
}

.single-products-box .products-image .products-button ul li:nth-child(3) {
  transition-delay: 0.3s;
}

.single-products-box .products-image .sale-tag {
  position: absolute;
  left: 20px;
  top: 20px;
  background-color: red;
  color: #ffffff;
  width: 55px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  border-radius: 50%;
  z-index: 2;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.single-products-box .products-image .new-tag {
  position: absolute;
  right: 20px;
  top: 20px;
  background-color: green;
  color: #ffffff;
  text-align: center;
  z-index: 2;
  padding: 1px 7px;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 14px;
}

.single-products-box .products-content {
  margin-top: 25px;
  position: relative;
}

.single-products-box .products-content h3 {
  margin-bottom: 0;
  font-size: 23px;
}

.single-products-box .products-content h3 a {
  display: inline-block;
}

.single-products-box .products-content .price {
  margin-top: 13px;
  font-size: 16px;
  font-weight: 800;
}

.single-products-box .products-content .price .old-price {
  text-decoration: line-through;
  color: #999999;
  font-weight: 700;
}

.single-products-box .products-content .add-to-cart {
  position: absolute;
  right: 0;
  bottom: 0;
  text-transform: uppercase;
  transition: all 0.5s;
  display: inline-block;
  color: #868686;
  font-size: 14px;
  font-weight: 800;
}

.single-products-box .products-content .add-to-cart:hover {
  color: #2E2E2E;
}

.single-products-box:hover .products-image a img {
  transform: scale3d(1.1, 1.1, 1.1) translateZ(0);
}

.single-products-box:hover .products-image .products-button ul li {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.dibiz-grid-sorting {
  margin-bottom: 40px;
}

.dibiz-grid-sorting .result-count p {
  font-weight: 500;
}

.dibiz-grid-sorting .result-count p .count {
  font-weight: 700;
  color: #2E2E2E;
}

.dibiz-grid-sorting .ordering {
  text-align: right;
}

.dibiz-grid-sorting .ordering label {
  display: inline-block;
  margin-bottom: 0;
  color: #2E2E2E;
  margin-right: 5px;
  font-weight: 700;
}

.dibiz-grid-sorting .ordering .nice-select {
  display: inline-block;
  width: 215px;
  float: unset;
  background: #f8f8f8;
  border-color: #eeeeee;
  color: #2E2E2E;
  transition: all;
  padding: 0 0 0 12px;
  height: 45px;
  line-height: 45px;
  font-size: 16px;
  font-weight: 700;
}

.dibiz-grid-sorting .ordering .nice-select .list {
  background-color: #ffffff;
  border-radius: 5px;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  list-style-type: none;
  border: none;
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
  padding-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.dibiz-grid-sorting .ordering .nice-select .list .option {
  line-height: 38px;
  min-height: 38px;
  color: #2E2E2E;
  position: relative;
  transition: all 0.5s;
  padding-left: 32px;
  padding-right: 25px;
  font-size: 16.5px;
  font-weight: 700;
}

.dibiz-grid-sorting .ordering .nice-select .list .option:hover {
  background-color: #2E2E2E !important;
  color: #F4A300;
}

.dibiz-grid-sorting .ordering .nice-select .list .option:hover::before {
  color: #ffffff;
}

.dibiz-grid-sorting .ordering .nice-select .list .option.focus, .dibiz-grid-sorting .ordering .nice-select .list .option.selected.focus {
  background-color: transparent !important;
  color: #2E2E2E;
}

.dibiz-grid-sorting .ordering .nice-select .list .option::before {
  content: "\ea0f";
  position: absolute;
  left: 10px;
  top: -3px;
  opacity: 0;
  visibility: hidden;
  transition: #F4A300;
  color: #2E2E2E;
  font-family: 'boxicons';
  font-size: 20px;
}

.dibiz-grid-sorting .ordering .nice-select .list .option.selected::before {
  opacity: 1;
  visibility: visible;
}

.dibiz-grid-sorting .ordering .nice-select .list .option.selected:hover {
  background-color: #2E2E2E !important;
  color: #ffffff;
}

.dibiz-grid-sorting .ordering .nice-select .list .option.selected:hover::before {
  color: #ffffff;
}

.dibiz-grid-sorting .ordering .nice-select:after {
  border-color: #2E2E2E;
  height: 8px;
  width: 8px;
  margin-top: -5px;
}

.dibiz-grid-sorting .ordering .nice-select:hover {
  border-color: #868686;
  background-color: transparent;
}

.widget-area {
  padding-left: 10px;
}

.widget-area.widget-left-sidebar {
  padding-right: 10px;
  padding-left: 0;
}

.widget-area .widget {
  margin-bottom: 30px;
  background-color: #ffffff;
  padding: 25px;
}

.widget-area .widget:last-child {
  margin-bottom: 0;
}

.widget-area .widget .widget-title {
  margin-bottom: 25px;
  position: relative;
  padding-bottom: 7px;
  border-bottom: 1px solid #eeeeee;
  font-size: 22px;
}

.widget-area .widget .widget-title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 50px;
  height: 1px;
  bottom: -1px;
  background-color: #f9f9f9;
}

.widget-area .widget_search form {
  position: relative;
}

.widget-area .widget_search form .screen-reader-text {
  display: none;
}

.widget-area .widget_search form label {
  display: block;
  margin-bottom: 0;
}

.widget-area .widget_search form .search-field {
  height: 50px;
  color: #2E2E2E;
  background-color: #f2f4f5;
  display: block;
  width: 100%;
  border-radius: 5px;
  padding: 0 0 0 15px;
  border: none;
  transition: all 0.5s;
  font-weight: 600;
}

.widget-area .widget_search form .search-field::placeholder {
  color: #2E2E2E;
  transition: #F4A300;
}

.widget-area .widget_search form .search-field:focus::-webkit-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus:-ms-input-placeholder {
  color: transparent;
}

.widget-area .widget_search form .search-field:focus::-ms-input-placeholder {
  color: transparent;
}

.widget-area .widget_dibiz_posts_thumb .item .info .title a {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
}

.widget-area .widget_dibiz_posts_thumb .item .info .title a:hover {
  color: #F4A300;
}

.widget-area .widget_search form .search-field:focus::placeholder {
  color: transparent;
}

.widget-area .widget_search form button {
  border: none;
  background-color: #ffffff;
  color: #F4A300;
  height: 40px;
  width: 40px;
  position: absolute;
  right: 5px;
  padding: 0;
  transition: all 0.5s;
  top: 5px;
  font-size: 20px;
}

.widget-area .widget_search form button i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}

.widget-area .widget_search form button:hover, .widget-area .widget_search form button:focus {
  border-radius: 5px;
  background-color: #F4A300;
  color: #ffffff;
}

.widget-area .widget_dibiz_posts_thumb {
  position: relative;
  overflow: hidden;
}

.widget-area .widget_dibiz_posts_thumb .item {
  overflow: hidden;
  margin-bottom: 15px;
}

.widget-area .widget_dibiz_posts_thumb .item:last-child {
  margin-bottom: 0;
}

.widget-area .widget_dibiz_posts_thumb .item .thumb {
  float: left;
  height: 80px;
  overflow: hidden;
  display: block;
  position: relative;
  width: 80px;
  margin-right: 15px;
  z-index: 1;
}

.widget-area .widget_dibiz_posts_thumb .item .thumb .fullimage {
  width: 80px;
  height: 80px;
  display: inline-block;
  border-radius: 5px;
  background-size: cover !important;
  background-repeat: no-repeat;
  background-position: center center !important;
}

.widget-area .widget_dibiz_posts_thumb .item .thumb .fullimage.bg1 {
  background-image: url(../images/blog/blog-2.jpg);
}

.widget-area .widget_dibiz_posts_thumb .item .thumb .fullimage.bg2 {
  background-image: url(../images/blog/blog-3.jpg);
}

.widget-area .widget_dibiz_posts_thumb .item .thumb .fullimage.bg3 {
  background-image: url(../images/blog/blog-4.jpg);
}

.widget-area .widget_dibiz_posts_thumb .item .thumb::before, .widget-area .widget_dibiz_posts_thumb .item .thumb::after {
  transition: all 0.8s cubic-bezier(0.2, 1, 0.22, 1);
  content: '';
  background-color: #ffffff;
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%);
}

.widget-area .widget_dibiz_posts_thumb .item .thumb::before {
  width: 40px;
  height: 1px;
  left: 100%;
}

.widget-area .widget_dibiz_posts_thumb .item .thumb::after {
  height: 40px;
  width: 1px;
  top: 0;
}

.widget-area .widget_dibiz_posts_thumb .item .info {
  overflow: hidden;
  margin-top: 5px;
}

.widget-area .widget_dibiz_posts_thumb .item .info span {
  display: block;
  color: var(--optionalColor);
  text-transform: uppercase;
  margin-top: -2px;
  margin-bottom: 5px;
  font-size: 13px;
}

.widget-area .widget_dibiz_posts_thumb .item .info .title {
  margin-bottom: 0;
  line-height: 1.4;
  font-size: 17px;
  font-weight: 800;
}

.widget-area .widget_dibiz_posts_thumb .item .info .title a {
  display: inline-block;
}

.widget-area .widget_dibiz_posts_thumb .item:hover .thumb::before, .widget-area .widget_dibiz_posts_thumb .item:hover .thumb::after {
  opacity: 1;
  top: 50%;
  left: 50%;
}

.widget-area .widget_categories ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_categories ul li {
  position: relative;
  margin-bottom: 12px;
  overflow: hidden;
  color: #2E2E2E;
  padding-left: 18px;
  font-weight: 500;
  font-size: 15.5px;
}

.widget-area .widget_categories ul li:last-child {
  margin-bottom: 0;
}

.widget-area .widget_categories ul li::before {
  background: #F4A300;
  height: 8px;
  width: 8px;
  content: '';
  border-radius: 50%;
  left: 0;
  top: 7px;
  position: absolute;
}

.widget-area .widget_categories ul li a {
  color: #2E2E2E;
  display: inline-block;
}

.widget-area .widget_categories ul li a:hover {
  color: #F4A300;
}

.widget-area .widget_categories ul li .post-count {
  font-size: 14px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.widget-area .widget_tag_cloud .widget-title {
  margin-bottom: 17px;
}

.widget-area .tagcloud a {
  display: inline-block;
  background: #f5f5f5;
  color: #2E2E2E;
  padding: 7px 15px;
  border: none;
  border-radius: 3px;
  font-weight: 500;
  font-size: 14.5px !important;
  margin-top: 8px;
  margin-right: 4px;
}

.widget-area .tagcloud a:hover, .widget-area .tagcloud a:focus {
  color: #ffffff;
  background-color: #F4A300;
}

.widget-area .widget_instagram ul {
  padding-left: 0;
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 0;
  margin-left: -5px;
  margin-right: -5px;
  margin-top: -10px;
}

.widget-area .widget_instagram ul li {
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
  text-align: center;
  padding-left: 5px;
  padding-right: 5px;
  padding-top: 10px;
}

.widget-area .widget_instagram ul li .box {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.widget-area .widget_instagram ul li .box .link-btn {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 3;
}

.widget-area .widget_instagram ul li .box i {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
  color: #ffffff;
  z-index: 2;
}

.widget-area .widget_instagram ul li .box img {
  transition: all 0.5s;
}

.widget-area .widget_instagram ul li .box::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  z-index: 1;
  background-color: #F4A300;
  transition: all 0.5s;
  opacity: 0;
  visibility: hidden;
}

.widget-area .widget_instagram ul li .box:hover::before {
  opacity: 0.5;
  visibility: visible;
}

.widget-area .widget_instagram ul li .box:hover img {
  transform: scale(1.3);
}

.widget-area .widget_instagram ul li .box:hover i {
  opacity: 1;
  visibility: visible;
}

.widget-area .widget_insight ul {
  padding-left: 0;
  margin-bottom: 0;
  list-style-type: none;
}

.widget-area .widget_insight ul li {
  margin-bottom: -1px;
}

.widget-area .widget_insight ul li a {
  position: relative;
  display: block;
  padding: 15px 25px 15px 40px;
  color: #2E2E2E;
  border: 1px solid #eeeeee;
  font-weight: 700;
  font-size: 18px;
}

.widget-area .widget_insight ul li a::before {
  width: 5px;
  height: 5px;
  transition: all 0.5s;
  background-color: #2E2E2E;
  content: '';
  position: absolute;
  left: 25px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.widget-area .widget_insight ul li a:hover, .widget-area .widget_insight ul li a.active {
  border-color: #2E2E2E;
  background-color: #F4A300;
  color: #ffffff;
}

.widget-area .widget_insight ul li a:hover::before, .widget-area .widget_insight ul li a.active::before {
  background-color: #ffffff;
}

.widget-area .widget_insight ul li.active a {
  border-color: #F4A300;
  background-color: #f9f9f9;
  color: #ffffff;
}

.widget-area .widget_insight ul li.active a::before {
  background-color: #ffffff;
}
/*# sourceMappingURL=style.css.map */