p{color: #393939;}
#mainMenu nav > ul > li.mega-menu-item > .dropdown-menu {
	width: 100%;	
}
.social-icons.social-icons-colored .social-phone a, .social-icons.social-icons-colored-hover .social-phone a:hover {
	background-color: #215fe4;
}
.social-icons.social-icons-colored .social-whatsapp a, .social-icons.social-icons-colored-hover .social-whatsapp a:hover {
	background-color: #17b528;
}
#mainMenu nav > ul > li .dropdown-menu > li [class*="col-"] > ul > li > a:hover {
	color: #dc3545;
	background-color: rgba(173, 11, 49, 0.1);
	padding-left: 20px;
}
#mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*="col-"] > ul > li:first-child > a {
	padding-top: 10px;
}
#mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*="col-"] > ul > li:last-child > a {
	padding-bottom: 10px;
}
 .dropdown-menu .right-border {
	border-right:2px dotted #b7b5b5;
}
.text-medium {
color: red;
z-index:16000;
}
button.btn.btn-dark, .btn:not(.close):not(.mfp-close).btn-dark, a.btn:not([href]):not([tabindex]).btn-dark {
	background-color: #ce1a15;
	border-color: #830804;
}
/* Services section Start*/
.red-box {
	background-color: #BD130E;
}
.darkred-box {
	background-color: #AA110C;
}
.text-box:hover {
	background: #1d1d1d;
}
.text-box:hover i, .text-box:hover h3, .text-box:hover h5, .text-box:hover p {
	color: #eee;
}
/* Services section End*/
.grid li {
	padding: 2px;
}
.trusted-brand .grid li {
	padding: 15px;
}
#book {
	background-color: rgb(255 255 255);
	border: 10px solid rgba(255, 255, 255, 0.67);
	border-radius: 110px 0px;
	padding: 40px;
}
#book .lable
{
	/*background: #ce1a15;*/
	color: #000 !important;
	text-align: center;
}
.text-medium2 {
    font-size: 19px !important;
    font-weight: 700;
    line-height: 1.1;
    margin-bottom: 20px;
}
.icon-boxx {
	display: block;
	align-items: flex-start;
	padding: 40px 40px;
	border-left: 1px solid #e6e8eb;
	border-bottom: 1px solid #e6e8eb;
	min-height: 240px;
}
.icon-boxx .icon-box-content {
	padding-left: 00px;
}
.icon-boxx .icon-box-content p {
	font-size: 1rem;
	margin-bottom: 0;
	color: #1f1f1f;
}
#dotsMenu ul li a span {
	
	font-weight: 600;

}
.ol-list {
	
	padding-left: 15px;
}
.ol-list li {
	font-size: 17px;
	padding-bottom: 8px;
}
section {
	padding: 20px 0;
}
.heading-text.heading-section h4::before {
	content: "";
	position: absolute;
	height: 2px;
	width: 100px;
	background-color: #dc342f;
	bottom: -30px;
	left: 0;
	right: 0;
}
.heading-text h4 {
	
	margin-bottom: 65px;
	
}
#city-href .breadcrumb {
	font-size: 14px;
	font-weight: 400;
	letter-spacing: .5px;
}
#city-href .breadcrumb ul .breadcrumb-item a, .breadcrumb ul li a, .breadcrumb ol .breadcrumb-item a, .breadcrumb ol li a {
	color: #0062fb;
}
.testimonial.testimonial-blockquote .testimonial-item > p {
	font-style: italic;
	font-size: 18px;
	line-height: 31px;
	padding: 30px 10px;
}
.icon-boxx img {
	width: 20%;
	padding-bottom: 15px;
	border-bottom: 2px solid #e6e6e6;
}
#slider .text-seperator {
	background-color: #fff;
	display: block;
	height: 4px;
	margin: 20px 0;
}

.template-box
{
	border: 2px solid #dedede;
border-radius: 15px;
}
.website-portfolio .portfolio-image {
	max-height: 346px;
}
.website-portfolio .portfolio-image {
	max-height: 255px;
}
.graphic .portfolio-image {
	max-height: 190px;
}
#portfolio .lable {
	background: #f7f7f7;
	padding: 5px 15px;
	text-align:	center;
}
#portfolio .lable p {

	margin-bottom: -7px;
	font-size: 17px;
	color: #101010;
	
}

.my-section{
	margin-top:50px !important;
}

.fonty-size{
     font-size: 17px;
}

.elementor-element-populated {
    box-shadow: 0px 22px 90px 0px rgba(18.000000000000014, 27.999999999999975, 109, 0.13);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
}
.elementor-element-populated {
    border-radius: 15px;
}
.elementor-element-populated {
    border-radius: 15px;
}






.cards-list {
  z-index: 0;
  width: 100%;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}

.card {
  margin: 30px auto;
  width: 300px;
  height: 300px;
  border-radius: 40px !important;
box-shadow: 5px 5px 15px 7px rgba(0,0,0,0.25), -5px -5px 15px 7px rgba(0,0,0,0.22);
  cursor: pointer;
  transition: 0.4s;
}

.card .card_image {
  width: inherit;
  height: inherit;
  border-radius: 40px;
}

.card .card_image img {
  width: inherit;
  height: inherit;
  border-radius: 40px;
  object-fit: cover;
}

.card .card_title {
  text-align: center;
  border-radius: 0px 0px 40px 40px;
  font-family: sans-serif;
  font-weight: 500;
  font-size: 30px;
  margin-top: -80px;
  height: 40px;
}

.card:hover {
  transform: scale(0.9, 0.9);
  box-shadow: 5px 5px 15px 5px rgba(0,0,0,0.25), 
    -5px -5px 15px 5px rgba(0,0,0,0.22);
}

.title-white {
  color: white;
    
}

.title-black {
  color: white;
  
}

.imgre{border-radius:72px; }

@media all and (max-width: 500px) {
  .card-list {
    /* On small screens, we are no longer using row direction but column */
    flex-direction: column;
  }
}


