/*
Theme Name: dreamit child
Tags:  custom-menu, editor-style, featured-images
Template: dreamit
Version: 1.0.0
*/


@import '../dreamit/style.css';



/*---------------------------------
      write your css from here
------------------------------------*/
.transprent-menu .logo img {
    filter: invert(0);
}
.logo img {
    width: 100%;
}
.footer-logo img {
    margin-bottom: 30px;
    filter: invert(0);
}

.footer-middle {
	clip-path: polygon(100% 100%, 0% 100%, 0.00% 5.00%, 2.00% 5.24%, 4.00% 5.95%, 6.00% 7.06%, 8.00% 8.45%, 10.00% 10.00%, 12.00% 11.55%, 14.00% 12.94%, 16.00% 14.05%, 18.00% 14.76%, 20.00% 15.00%, 22.00% 14.76%, 24.00% 14.05%, 26.00% 12.94%, 28.00% 11.55%, 30.00% 10.00%, 32.00% 8.45%, 34.00% 7.06%, 36.00% 5.95%, 38.00% 5.24%, 40.00% 5.00%, 42.00% 5.24%, 44.00% 5.95%, 46.00% 7.06%, 48.00% 8.45%, 50.00% 10.00%, 52.00% 11.55%, 54.00% 12.94%, 56.00% 14.05%, 58.00% 14.76%, 60.00% 15.00%, 62.00% 14.76%, 64.00% 14.05%, 66.00% 12.94%, 68.00% 11.55%, 70.00% 10.00%, 72.00% 8.45%, 74.00% 7.06%, 76.00% 5.95%, 78.00% 5.24%, 80.00% 5.00%, 82.00% 5.24%, 84.00% 5.95%, 86.00% 7.06%, 88.00% 8.45%, 90.00% 10.00%, 92.00% 11.55%, 94.00% 12.94%, 96.00% 14.05%, 98.00% 14.76%, 100.00% 15.00%);
}
@media (max-width: 767px) {
    .footer-middle {
        --mask:
    radial-gradient(67.08px at 50% 90px,#000 99%,#0000 101%) calc(50% - 60px) 0/120px 100%,
    radial-gradient(67.08px at 50% -60px,#0000 99%,#000 101%) 50% 30px/120px 100% repeat-x;
  -webkit-mask: var(--mask);
          mask: var(--mask);
		clip-path:none;
    }
}

.mean-container a.meanmenu-reveal span::before {
    content: "";
    display: inline-block;
    margin-left: 8px; /* Adjust the spacing as needed */
    font-weight: bold; /* Make the text bold */
    color: #333; /* Change the text color */
    font-size: 14px; /* Adjust the font size */
}
.mean-container a.meanmenu-reveal span > span > span > span {
    display: none; /* Hide all nested spans after the third one */
}
.mean-container a.meanmenu-reveal {
    line-height: 5px;
}

.transprent-menu .dreamit_menu>ul>li a {
    font-size: 18px;
    font-family: Roboto Condensed;
}
.top-both-p0 .top-address p a, .top-both-p0 .top-address p span {
    font-family: 'Roboto';
    font-size: 16px;
}

.custom-image-box__title {
    font-family: 'Roboto';
    font-size: 22px;
}

.custom-image-box__description {
    font-size: 16px;
    font-family: 'Roboto';
}

.brpt h2 {
    font-size: 36px;
    margin-bottom: 30px;
    margin-top: 0;
    color: #fff;    
    font-family: "Raleway", Sans-serif;
    font-weight: 400;
}
.breadcumb-inner ul, .breadcumb-inner li, .breadcumb-inner li a {
    color: #fff;
    font-family: "Raleway", Sans-serif;
	text-transform: capitalize;
}




