/* Copyright (C) WarpTheme, http://www.gnu.org/licenses/gpl.html GNU/GPL */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
 
 .mod-languages {
	right: 270px !important;
}

.sp-megamenu-parent >li >a {
	font-size: 18px !important;
}
#sp-left .sp-module-title {
	padding-right:30px;
}
#sp-left .sp-module {
	border-left:none;
}

.e-service i {
	/*border: 1px solid #ccc;*/
	margin-top: -100px;
	background:#2d4c68;
	margin-left: 100px;

}
.sp-contact-info {
    float: left !important;
}

#gruemenu {
    top: 10px !important;
	right:-25px !important;
}
#gruemenu a {
	line-height: 50px !important;
	padding: 0 45px 0 0 !important;
}
#gruemenu .sub-menu a {
	line-height: 30px !important;
	border-bottom:1px dashed #fff;
}

#sp-bottom {
   /* padding-right: 50px !important;*/
}

body.rtl .sp-contact-info {
    float: left;
    direction: ltr !important;
}

#sp-section-4 #sp-feature {
   
    padding-bottom: 20px;
    padding-top: 20px;
}

#sp-title {
	margin-top: -1px;
}

#gruemenu.grue_147 > ul > li.has-sub > a::after {
animation: bounce 0.7s ease infinite;
}
@keyframes bounce{
     from {right: 20px;}
     50%  {right: 5px;}
     to   {right: 20px;}
}