/*
Theme Name: TRU Legal
*/

.is-hidden {display:none;}

body {
  color: #000;
  font-family: Montserrat;
}
:root {
  --main-color: #16385e;
  --main-color-1: #ffc614;
  --main-color-2: #13568d;
}
a,
i,
b,
button,
input {
  transition: all 0.6s ease-in 0s;
  -webkit-transition: all 0.6s ease-in 0s;
}
button:focus {
  outline: none;
}
a:hover {
  text-decoration: none;
}
ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
img {
  object-fit: cover;
}

header {
  background-color: var(--main-color);
  position: sticky;
  top: 0;
  z-index: 11;
}
header .col-lg-3,
header .col-lg-6,
.main .col-lg-7 {
  align-self: center;
}
header .col-lg-3:last-child {
  text-align: right;
}

/**** Navbar CSS Start Here ****/
header .navbar-expand-md .navbar-nav .nav-link {
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  padding: 38px 18px;
  position: relative;
  text-transform: uppercase;
}
header .navbar-nav .nav-link:hover,
header .navbar-nav .nav-link:focus,
header .navbar-expand-md .navbar-nav .active .nav-link,
header .navbar-nav .dropdown:hover .nav-link,
header .dropdown-menu li a:hover,
.option-sec a:hover,
footer li a:hover {
  color: var(--main-color-1);
}
header .dropdown-menu {
  background-color: transparent;
  border: none;
  border-radius: 0;
  margin: -18px 0 0;
  min-width: 265px;
  padding: 14px 30px 20px;
}
header .dropdown-menu li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
header .dropdown-menu li a {
  color: #fff;
  display: block !important;
  font-size: 13px;
  font-weight: 600;
  padding: 10px 0;
  position: relative;
  text-transform: uppercase;
}
/**** Navbar CSS End Here ****/

header .dropdown-menu.dd li a span,
.main h2 span,
.call-sec h2 span,
.real-sec h2 span {
  display: block;
}
.book-btn {
  border-radius: 30px;
  color: #fff;
  display: inline-block;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}
.book-btn img {
  float: left;
  padding: 5px 5px 0 0;
}
.book-btn span b {
  color: var(--main-color-1);
  display: block;
  font-size: 27px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.book-btn:hover,
.book-btn:hover span b,
.main h1 a:hover,
footer div a:hover {
  color: #fff;
}

.main {
	@media screen and (min-width: 767px) {
		background-image: url(images/banner-bg.webp);
  		background-position: top center;
  		background-size: cover;
	}
  	background-color: #1A6BA6;
  	color: #fff;
}
.main h1 {
  font-size: 32px;
  font-weight: 800;
  margin: 0;
  text-transform: uppercase;
}
.main h1 a {
  color: var(--main-color-1);
  display: block;
}
.main h2 {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  margin: 0;
  text-transform: uppercase;
}
.main p {
  border-bottom: 1px solid #fff;
  border-top: 1px solid #fff;
  font-size: 15px;
  line-height: 1.6;
  margin: 20px 0;
  padding: 15px 0;
}
.main p span {
  color: var(--main-color-1);
  font-weight: 700;
}

.option-sec {
  background: linear-gradient(180deg, #f2f2f6 0%, #dedede 100%);
  padding: 50px 0 60px;
  text-align: center;
}
.option-sec h2,
.trust-sec h2,
.client-sec h2,
.why-sec h2,
.call-sec h2,
.real-sec h2,
.cont-form h2,
.practice-txt h2 {
  color: #0378bf;
  font-size: 24px;
  font-weight: normal;
  margin: 0 0 34px;
  text-transform: uppercase;
}
.option-sec h2 span,
.trust-sec h2 span,
.client-sec h2 span,
.why-sec h2 span,
.call-sec h2 span,
.real-sec h2 span,
.cont-form h2 span,
.practice-txt h2 span {
  color: #16375f;
  font-weight: bold;
}
.option-sec p {
  color: #1b1b1b;
  font-size: 15px;
  line-height: 1.6;
  margin: 0 0 25px;
  text-align: left;
}
.option-sec a {
  color: #185288;
  display: inline-block;
  font-size: 15px;
  font-weight: 600;
  text-decoration: underline;
}

.trust-sec {
  padding: 60px 0;
  text-align: center;
}
.trust-sec .owl-item img {
  height: 100%;
}

.client-sec {
  background: linear-gradient(180deg, #0278be 0%, #1a406f 100%);
  padding: 50px 0;
  text-align: center;
}
.client-sec h2,
.client-sec h2 span {
  color: #fff;
  margin: 0 0 62px;
}
.client-sec p {
  /*background-image:url(images/img.png); background-position:center center; background-repeat:no-repeat; background-size:contain;*/
  color: #fff;
  font-size: 20px;
  line-height: 1.6;
  margin: 0 15px 30px;
}
.client-sec p span,
.prin-box span {
  display: block;
  font-size: 15px;
  font-weight: 600;
  padding-top: 45px;
  position: relative;
  text-align: center;
}
.client-sec p span::before,
.prin-box span::before {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  content: "";
  left: 0;
  margin: 0 auto;
  position: absolute;
  right: 0;
  top: 22px;
  width: 35px;
}
.client-sec .owl-prev,
.client-sec .owl-next {
  background-image: url(images/arrow.png);
  background-size: contain;
  bottom: 55px;
  font-size: 0;
  height: 34px;
  left: -120px;
  margin: auto 0;
  position: absolute;
  top: 0;
  width: 36px;
}
.client-sec .owl-next {
  background-image: url(images/arrow-1.png);
  left: auto;
  right: -120px;
}
.client-sec .owl-dots .owl-dot {
  display: inline-block;
}
.client-sec .owl-dot span {
  border: 1px solid #fff;
  border-radius: 50%;
  display: block;
  height: 12px;
  margin: 0 3px;
  width: 12px;
}
.client-sec .owl-dot.active span,
.client-sec .owl-dot:hover span {
  background-color: #fff;
}

.why-sec {
  background-color: #dae2f2;
  border-top: 8px solid #c4cbd9;
  padding: 60px 0;
}
.why-sec p {
  color: #333;
  font-size: 14px;
  line-height: 1.6;
  margin: -8px 0 0;
  text-align: justify;
}

.call-sec {
  background-image: url(images/call-bg.webp);
  background-position: top center;
  background-size: cover;
  color: #fff;
  padding: 65px 0;
  text-align: center;
}
.call-sec h2,
.call-sec h2 span {
  color: #fff;
}
.call-sec p {
  line-height: 1.6;
  margin: 0 0 45px;
}
.call-sec a,
.cont-form .form .btnct input {
  background-color: var(--main-color-1);
  border: 2px solid #fff;
  border-radius: 30px;
  color: #0062a9;
  display: inline-block;
  font-size: 20px;
  font-weight: bold;
  margin: 0 6px;
  padding: 12px 78px;
  text-transform: uppercase;
}
.call-sec a img {
  margin: -5px 0 0 8px;
  transition: all 0.6s ease-in 0s;
  -webkit-transition: all 0.6s ease-in 0s;
}
.call-sec a:hover,
.cont-form .form .btnct p:hover input {
  background-color: #408cc6;
  box-shadow: 0 3px 5px 0 #000;
  color: #fff;
}
.call-sec a:hover img,
.cont-form .form .btnct p:hover img {
  filter: invert(62%) brightness(250%);
}

footer {
  background-color: #0273b9;
  border-top: 8px solid #036cac;
  padding: 35px 0 25px;
  text-align: center;
}
.foot-nav {
  margin: 35px 0;
}
.foot-nav li {
  display: inline-block;
}
.foot-nav a {
  color: #fff;
  display: inline-block;
  font-size: 14px;
  font-weight: 500;
  padding: 0 17px;
  position: relative;
  text-decoration: underline;
  text-transform: uppercase;
}
.social-sec {
  align-items: center;
  color: #fff;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  gap: 8px;
  justify-content: center;
}
.social-sec a {
  align-items: center;
  background-color: #fff;
  border-radius: 50%;
  color: #026dad;
  display: flex;
  font-size: 20px;
  height: 32px;
  justify-content: center;
  width: 32px;
}
.social-sec a:hover,
.cont-box .social-sec a:hover {
  background-color: var(--main-color-1);
  color: #fff;
}
footer p {
  background-color: #015486;
  color: #fff;
  font-size: 12px;
  line-height: 1.8;
  margin: 33px 0 28px;
  padding: 28px;
  text-align: left;
}
footer div {
  color: #fff;
  font-size: 13px;
  font-weight: normal;
  line-height: 1.6;
  margin: 0;
}
footer div a {
  color: var(--main-color-1);
  text-decoration: underline;
}

/********** about-the-firm CSS start here **********/
.abt-main {
  color: #fff;
  position: relative;
}
.abt-main img {
  height: 100%;
  width: 100%;
}
.abt-main h1 {
  align-items: center;
  bottom: 0;
  display: flex;
  flex-direction: column;
  font-size: 23px;
  font-weight: normal;
  justify-content: center;
  left: 0;
  line-height: 1.3;
  margin: 0;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 0;
}
.abt-main h1 span {
  display: block;
  font-size: 34px;
  font-weight: 800;
}

.option-sec.dd {
  background: transparent;
}
.option-sec h3 {
  color: #00609a;
  font-size: 18px;
  font-weight: bold;
  margin: 0 0 5px;
  text-align: left;
}
.option-sec ul {
  margin: -22px 0 0 25px;
}
.option-sec li {
  color: #00609a;
  font-size: 15px;
  font-weight: 600;
  padding: 0 0 4px 10px;
  position: relative;
  text-align: left;
  text-decoration: underline;
}
.option-sec li::before,
.real-box li::before {
  background-color: #00609a;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 0;
  margin: auto 0;
  position: absolute;
  top: 13px;
  width: 3px;
}
.option-sec.dd img {
  margin: 0 0 15px;
}
.option-sec.dd .col-lg-5 img,
.option-sec.dd .col-lg-7 img {
  height: 90%;
  margin: 0;
}

.faq-sec {
  background-color: #dae2f2;
  border-top: 8px solid #c4cbd9;
  padding: 60px 0 80px;
}
.faq-sec h2 {
  color: #16375f;
  font-size: 25px;
  font-weight: bold;
  margin: 0 0 38px;
  text-align: center;
  text-transform: uppercase;
}
.faq-sec p {
  border-bottom: 1px solid #999;
  color: #333;
  font-size: 16px;
  line-height: 1.6;
  margin: 0;
  padding: 0 0 25px;
}
.faq-sec .card {
  background-color: transparent;
  border: none;
  border-bottom: 1px solid #999;
  border-radius: 0;
  line-height: 1.6;
  padding: 18px 0;
}
.faq-sec .card-header {
  background-color: transparent;
  border: none;
  font-size: 16px;
  font-weight: bold;
  padding: 0;
}
.faq-sec .card-header a {
  color: #00609a;
  display: block;
}
.faq-sec .card-header a::after {
  content: "\f067";
  font-family: "FontAwesome";
  font-size: 15px;
  position: absolute;
  right: 0;
  top: 20px;
}
.faq-sec .card-header a[aria-expanded="true"]::after {
  content: "\f068";
}
.faq-sec .card-header a.firsttm::after {
  content: "\f068";
}
.faq-sec .card-body {
  color: #333;
  font-size: 16px;
  padding: 0;
}

/********** practice-areas CSS start here **********/
.practice-txt {
  padding: 80px 0 45px;
}
.practice-txt p {
  color: #000;
  font-size: 15px;
  line-height: 1.7;
  margin: 0 0 25px;
  text-align: left;
}
.practice-txt p span,
.cont-box p span {
  display: block;
  font-weight: bold;
}

.real-sec {
  background-color: #dae2f2;
  padding: 45px 0;
  text-align: center;
}
.real-box {
  background-image: url(images/practice-img1.png);
  background-repeat: no-repeat;
  background-size: contain;
  color: #000;
  font-size: 16px;
  line-height: 1.7;
}
.real-box p,
.practice-txt.dd img {
  margin: 0 0 20px;
}
.real-box li {
  padding: 0 0 5px 12px;
  position: relative;
  text-align: left;
}

/********** contact-us CSS start here **********/
.cont-bg {
  background-image: url(images/contact-bg.jpg);
}
.cont-form {
  padding: 50px 0 100px;
  text-align: center;
}
.cont-box {
  background-color: #f2f2f2;
  background-image: url(images/cont-img.png);
  background-position: center 97%;
  background-repeat: no-repeat;
  background-size: 85%;
  height: 100%;
  padding: 25px 30px;
  text-align: left;
}
.cont-form .cont-box p {
  margin: 0 0 30px;
}
.cont-box h5 {
  margin: 30px 0 0;
}
.cont-box li,
.cont-box h5 {
  color: #00609a;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 8px;
}
.cont-box li span {
  color: #000;
  font-weight: normal;
}
.cont-box li a {
  color: #00609a;
  font-weight: normal;
  text-decoration: underline;
}
.cont-box li a:hover {
  color: #000;
  text-decoration: none;
}
.cont-box .social-sec {
  justify-content: unset;
  margin: 8px 0 0;
}
.cont-box .social-sec a {
  background-color: #00609a;
  color: #fff;
  text-decoration: none;
}
.cont-form p {
  color: #000;
  font-size: 15px;
  line-height: 1.7;
  margin: -25px 0 65px;
}
.cont-form .form {
  background-color: #00609a;
  padding: 32px 38px;
}
.cont-form h6 {
  color: #fff;
  font-size: 15px;
  font-weight: normal;
  margin: 0 0 8px;
  text-align: left;
}
.box {
  background-color: #fff;
  border: none;
  border-radius: 0;
  color: #000;
  font-size: 15px;
  outline: none;
  margin: 0 0 14px;
  padding: 7px 12px;
  width: 100%;
}
.cont-form select.box {
  height: 37px;
}
.tm-box {
  padding-top: 26px;
  text-align: left;
}
.tm-box .box {
  width: 60px;
}
.cont-form .form .btnct p {
  display: inline-block;
  margin: 0;
  position: relative;
}
.cont-form .form .btnct input {
  display: block;
  margin: 0;
  padding: 10px 111px 10px 78px;
}
.cont-form .form .btnct p span {
  display: none;
}
.cont-form .form .btnct img {
  position: absolute;
  right: 75px;
  top: 20px;
  transition: all 0.6s ease-in 0s;
  -webkit-transition: all 0.6s ease-in 0s;
}

/********** principals-bio CSS start here **********/
.practice-txt.dd {
  padding: 50px 0;
  text-align: center;
}
.principal-sec .prin-box {
  background-color: #ededed;
  background-image: url(images/principals-img1.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0 0 20px;
}
.principal-sec p {
  color: #000;
  font-size: 20px;
  font-weight: 300;
  font-style: italic;
  line-height: 1.6;
  margin: 0;
  padding: 38px 35px 0;
  text-align: center;
}
.prin-box span {
  padding-bottom: 30px;
}
.prin-box span::before {
  border-top: 2px solid #000;
  width: 25px;
}
.asset-txt ul {
  margin: -15px 0 8px 38px;
}

/*.................. Home-Page-Media .................. */
@media (min-width: 320px) and (max-width: 767px) {
  .container {
    padding: 0 22px;
  }
  header {
    padding: 20px 0 0;
  }
  header .col-lg-3:first-child {
    width: 80%;
  }
  header .col-lg-3:last-child,
  .why-sec h2 {
    text-align: center;
  }
  header .col-lg-6 {
    width: 20%;
  }
  .book-btn {
    margin: 18px 0 27px;
  }
  .main {
    background-position: top right;
  }
  .main h1 {
    font-size: 24px;
    margin: 0 0 20px;
    text-align: center;
  }
  .main h2 {
    font-size: 18px;
    margin: 55px 0 0;
    text-align: center;
  }
  .main p {
    text-align: justify;
  }
  .main img {
    display: flex;
    margin: 0 auto;
    width: 280px;
  }
  .trust-sec h2 span,
  .client-sec h2 span,
  .why-sec h2 span,
  .call-sec h2 span {
    display: block;
  }
  .client-sec p {
    font-size: 16px;
  }
  .client-sec .owl-prev,
  .client-sec .owl-next {
    background-size: cover;
    height: 19px;
    left: -20px;
    width: 20px;
  }
  .client-sec .owl-next {
    left: auto;
    right: -20px;
  }
  .why-sec .col-lg-6:last-child {
    padding-top: 35px;
  }
  .call-sec a,
  .cont-form .form button {
    font-size: 18px;
    margin: 0 6px 12px;
    padding: 10px 0;
    width: 250px;
  }
  .call-sec a img {
    width: 20px;
  }
  .foot-nav a {
    padding: 4px 10px;
  }

  /********** about-the-firm media start here **********/
  .abt-main img {
    height: 200px;
    object-position: left;
  }
  .abt-main h1 {
    font-size: 18px;
    padding: 0 22px;
  }
  .abt-main h1 span {
    font-size: 27px;
  }
  .option-sec.dd .col-lg-5 {
    padding-right: 8px;
    width: 42%;
  }
  .option-sec.dd .col-lg-7 {
    padding-left: 8px;
    width: 58%;
  }
  .option-sec.dd img {
    margin: 15px 0;
  }
  .option-sec.dd-1 img {
    margin: 0 0 20px;
  }
  .practice-txt .col-lg-9 {
    margin-top: 20px;
    order: 2;
  }
  .real-sec h2 {
    font-size: 22px;
  }

  /********** contact-us media start here **********/
  .cont-box {
    background-position: center 95%;
    background-size: 250px;
    height: auto;
    margin: 0 0 20px;
    padding: 25px 30px 120px;
  }
  .cont-form .form {
    padding: 20px 15px;
  }
  .cont-form .form .btnct input {
    padding: 10px 96px 10px 63px;
  }
  .cont-form .form .btnct img {
    right: 64px;
  }
  .principal-sec p {
    font-size: 16px;
    padding: 25px;
  }
}

@media (min-width: 320px) and (max-width: 1229px) {
  header #navbarCollapse button {
    background-color: transparent;
    border: none;
    color: #000;
    font-size: 45px;
    line-height: 0.8;
    padding: 0 6px 0 0;
  }
  .logo {
    margin: 10px 0;
  }
  .mob-logo {
    margin: 20px auto 25px;
    width: 300px;
  }
  .mob-btn {
    background-image: url(https://iqdev.biz/tru-legal/wp-content/themes/TRU%20Legal/images/principals-img1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    margin: 60px 0 0;
    padding: 35px 0;
    text-align: center;
  }
  .mob-btn .book-btn,
  .mob-btn .book-btn:hover span b {
    color: #000;
  }
  header .navbar {
    display: block;
    padding: 5px 0 0;
    text-align: right;
  }
  header .navbar-expand-md .navbar-toggler {
    border-color: transparent;
    padding: 0;
  }
  header .navbar-collapse {
    background-color: #1A6BA6;
    box-shadow: 0 0 5px #555;
    height: 100%;
    left: 0;
    overflow-y: auto;
    position: fixed;
    right: 0;
    top: 0;
    transform: translateX(-100%);
    transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
    z-index: 11;
    -webkit-transform: translateX(-100%);
    -webkit-transition: 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  }
  header .collapse.show {
    transform: translateX(0);
    -webkit-transform: translateX(0);
  }
  header .navbar-nav {
    padding: 0 15px;
    text-align: center;
  }
  header .navbar-toggler:focus {
    outline: none;
  }
  header .navbar-toggler .icon-bar {
    background-color: #fff;
    display: block;
    height: 2px;
    margin: 5px 0;
    outline: none;
    transition: all 500ms;
    width: 25px;
  }
  header .navbar-toggler:not(.collapsed) .icon-bar {
    position: relative;
    transition: all 300ms ease-in-out 0s;
  }
  header .navbar-toggler:not(.collapsed) .icon-bar:nth-child(2) {
    top: 7px;
    transform: rotate(45deg);
  }
  header .navbar-toggler:not(.collapsed) .icon-bar:nth-child(3) {
    opacity: 0;
  }
  header .navbar-toggler:not(.collapsed) .icon-bar:last-child {
    top: -7px;
    transform: rotate(-45deg);
  }
  header .navbar-expand-md .navbar-nav .nav-link,
  header .dropdown-menu li a {
    border-bottom: 1px solid #cecece;
    color: #fff;
    font-size: 14px;
    padding: 9px 0;
  }
  header .navbar-nav .nav-link:hover,
  header .navbar-nav .show > .nav-link,
  header .navbar-nav .active .nav-link,
  header .dropdown-menu li a:hover {
    color: var(--main-color-1);
  }
  header .navbar-expand-md .dropdown-menu {
    margin: 0;
    padding: 0;
    position: relative !important;
    text-align: center;
  }
  header .navbar-nav .dropdown-menu li a {
    font-size: 13px;
  }
  header .dropdown .dropdown-toggle {
    cursor: pointer;
    height: 39px;
    padding: 10px 0 0;
    position: absolute;
    right: 0;
    text-align: right;
    top: 0;
    width: 50px;
    z-index: 1;
	color: #fff;
  }
  header .dropdown .dropdown-toggle::after {
    display: none;
  }
}

@media (min-width: 768px) {
  .main img {
    height: 100%;
    object-position: bottom;
    object-fit: contain;
    padding-top: 35px;
  }
  .why-sec .col-lg-6:first-child {
    padding-right: 38px;
  }
  .why-sec .col-lg-6:last-child {
    border-left: 1px solid #999;
    padding-left: 38px;
  }
  .foot-nav a::before {
    background-color: #fff;
    bottom: 0;
    border-radius: 50%;
    content: "";
    height: 3px;
    left: -2px;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 3px;
  }
  .foot-nav li:first-child a::before {
    display: none;
  }

  /********** about-the-firm media start here **********/
  .option-sec .col-lg-5 {
    padding-right: 8px;
  }
  .option-sec .col-lg-7 {
    padding-left: 8px;
  }
  .option-sec.dd-1 .col-lg-8 {
    padding-left: 30px;
  }
  .dd-1 img {
    height: 100%;
  }
  .practice-txt.dd .col-lg-7 {
    padding-left: 35px;
  }
  .real-box ul {
    display: grid;
    justify-content: center;
  }
}

@media (min-width: 768px) and (max-width: 1229px) {
  header .col-lg-6 {
    order: 3;
  }
  header .navbar-expand-md .navbar-toggler {
    display: inline-block;
  }
  header .navbar-expand-md .navbar-collapse,
  header .navbar-nav {
    display: block !important;
  }
  .main .col-lg-7 {
    padding: 40px 15px;
  }
  .main h1 {
    font-size: 27px;
  }
  .main h2 {
    font-size: 18px;
  }
  .client-sec .owl-prev {
    left: -35px;
  }
  .client-sec .owl-next {
    right: -35px;
  }
}

@media (min-width: 992px) and (max-width: 1229px) {
  header .col-lg-3 {
    flex: 0 0 45%;
    max-width: 45%;
  }
  header .col-lg-6 {
    flex: 0 0 10%;
    max-width: 10%;
  }
}

@media (min-width: 1120px) {
  .container {
    max-width: 1090px;
  }
}

@media (min-width: 1230px) {
  header .container {
    max-width: 1220px;
  }
  header .navbar,
  header .navbar-expand-md .navbar-collapse {
    justify-content: center;
    padding: 0;
  }
  header .navbar-expand-md .navbar-nav .nav-link::before {
    background-color: var(--main-color-1);
    bottom: 0;
    border-radius: 50%;
    content: "";
    height: 3px;
    left: 0;
    margin: auto 0;
    position: absolute;
    top: 0;
    width: 3px;
  }
  header .navbar-expand-md .navbar-nav li:first-child .nav-link::before,
  header .dropdown .dropdown-toggle,
  .mob-logo,
  header #navbarCollapse button,
  .mob-btn {
    display: none;
  }
  header .collapse ul ul {
    background-image: url(/wp-content/uploads/2023/05/dropdown-bg.png);
    background-size: 100% 100%;
    left: 18px;
  }
  header .collapse ul li:hover > ul {
    display: block;
  }
  header .dropdown-menu li a:hover {
    padding-left: 25px;
  }
  header .dropdown-menu li a::before {
    border-bottom: 2px solid transparent;
    content: "";
    left: -15px;
    position: absolute;
    top: 19px;
    transition: all 0.6s ease-in 0s;
    width: 5px;
    -webkit-transition: all 0.6s ease-in 0s;
  }
  header .dropdown-menu li:hover a::before {
    border-bottom: 2px solid var(--main-color-1);
    left: 15px;
  }
  header .dropdown-menu li:last-child {
    border-bottom: none;
  }
}

.logo {
	object-fit: initial;
}
