.bg-lightning{
	background: url(./../img/photos/bg-lightning.svg);
	background-size: 400px;
	background-position: top right;
	background-repeat: no-repeat;
}
.tm-bg{
	background-position: center right !important;
}

i.icon-dropdown {
    width: 0px;
    height: 0px;
        border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid #f5f5f5;
    position: absolute;
    bottom: 0px;
    margin: auto;
    display: none;
    }

.nav-item:hover i.icon-dropdown{
	display: inline-block;
}


a.has-submenu:hover :after {
	display: inline-block;
}

.testimonialar .owl-item {
	opacity: 0.5;
}


.owl-item.active.center {
    transition: 0.3s;
    transform: scale(1.3);
    z-index: 999;
    opacity: 1;
}


@media (max-width: 991.98px){
	.dropdown-desc {
    	color: #fff !important;
	    font-size: 14px;
	}
	i.icon-dropdown{
		display: none !important;
	}
}

@media (min-width: 992px){
	.owl-carousel .owl-stage-outer {
/*    padding: 100px 0px;*/
}
	.navbar.fixed .navbar-nav>.nav-item>.dropdown-menu, .navbar:not(.transparent) .navbar-nav>.nav-item:not(.language-select)>.dropdown-menu {
    	margin-top: 0rem !important;
    	background: #f5f5f5;
	}
}

.owl-item .card{
	    min-height: 510px;
}