.header-top-col-rt span {
    margin-left: 2rem;
}

.navul>li a {
    font-size: 1.4rem;
    padding: 2rem 1.4rem;
}

.header-nav-col-nav {
    padding-right: 6rem;
}

.navul>li.has-submenu-col-2 ul>li {
    width: 48%;
}

.navul>li.has-submenu ul li {
    margin-right: 10px;
}

.navul>li.has-submenu ul li img {
    width: 22px;
    height: 22px;
}
.version-box{
	    -webkit-box-shadow: 0 0 15px 0 rgb(41 61 88 / 10%);
    -moz-box-shadow: 0 0 15px 0 rgba(41,61,88,.1);
    box-shadow: 0 0 15px 0 rgb(41 61 88 / 10%);
    background-color: #fff;
    padding: 40px 15px;
    position: relative;
    text-align: center;
    margin-bottom: 20px;
}
.version-box a
{
	font-size: 20px;
	font-weight: 700;
	color: #000;
}
.icon-right
{
	position: absolute;
	bottom: -20px;
	left: 42%;
}
.icon-right i
{
    
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    background-color: #f73859;
    color: #fff;
    border-radius: 4px;
}
.icon-right i:hover
{
	background-color: #2d2f91;
}
.logocenter
{
    display: flex;
}
.clients-logo
{
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 30px;
    text-align: center;
    display: flex;
    flex-direction: column;
    width: 100%;
     transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.clients-logo:hover
{
    border: 1px solid #f73859;
}
.clients-img
{
    margin-bottom: 40px;
}
.clients-img img
{
    max-width: 130px;
    min-width: 130px;
    display: block;
    margin: 0 auto;
}
.clients-title h4
{
    margin: 0px;
}
.clients-title h4 a
{
    font-size: 18px;
     transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
}
.clients-logo:hover .clients-title h4 a
{
    color: #f73859;
}
.partners-img img, 
.review-clients-img img
{
    -webkit-filter: none;
    filter: none;
}

.more-clients
{
    margin-top: 20px;
    text-align: center;
}
.more-clients a
{
    background-color: #2d2f91;
    padding: 14px 24px;
    color: #fff;
    font-weight: 600;
    border: 2px dotted;
    font-size: 16px;
    text-transform: uppercase;
    border-radius: 225px;
}
.more-clients a:hover{background-color: #f73859;}
.phone-call__wrap{right: auto;left: 2rem;}
.section-banner-product .banner-single-cont .heading
{
        font-size: 5.3rem;
}
.section-solution-industry .content .icon img {
    width: 100%;
    height: auto;
    max-width: 80px;
}
.know-more
{
    margin-top: 15px;
}
.know-more a
{
    color: #f73859;
    font-weight: 600
}

.know-more a i
{
    padding-left: 5px;
    vertical-align: middle;
}
.know-more a:hover
{
    color: #2d2f91;
}
#popupModal .modal-header
{
    border: none;
}
#popupModal .close
{
  font-size: 3.0rem;
  padding: 0rem 1rem;
}
.phone-call a {
    display: block;
    padding: 0px;
    cursor: pointer;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
}
.phone-call i {
    font-size: 2rem;
}


/*--------------------------------------------------------------
# Responsive
--------------------------------------------------------------*/
@media (min-width:320px) and (max-width:767px)
{
.header-top-col-rt span{margin-left:1rem;}
.logowrap img{max-width:17rem;}
}


