﻿/**Start Bulksms Features Of Branding & Promotion-box **/

.serviceBox{
    padding: 70px 20px 30px;
    margin: 50px 0 110px;
    background: #951c45;
    text-align: center;
    position: relative;
}

.serviceBox:before{
    content: "";
    width: 100%;
    height: 100px;
    background: #951c45;
    position: absolute;
    bottom: -100px;
    left: 0;
    -webkit-clip-path: polygon(50% 100%, 0 0, 100% 0);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
}

.serviceBox:after{
    content: "";
    width: 50%;
    height: 2px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.3s ease 0s;
}

.serviceBox:hover:after{ width: 100%; }

.serviceBox .service-icon{
    width: 100px;
    height: 100px;
    line-height: 100px;
    border-radius: 50%;
    background: #951c45;
    border: 5px solid #fff;
    margin: 0 auto;
    font-size: 40px;
    color: #fff;
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    transition: all 0.3s ease 0s;
        padding-top: 20px;
    
}

.serviceBox:hover .service-icon{ transform: rotateX(360deg); }

.serviceBox .title{
    display: block;
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    margin: 0 0 10px 0;
}

.serviceBox .description{
    font-size: 15px;
    color: #fff;
    line-height: 27px;
    margin-bottom: 0;
}

.serviceBox.yellow,
.serviceBox.yellow:before,
.serviceBox.yellow .service-icon{ background: #f7912f; }

.serviceBox.blue,
.serviceBox.blue:before,
.serviceBox.blue .service-icon{ background: #0c5685; }

.serviceBox.green,
.serviceBox.green:before,
.serviceBox.green .service-icon{ background: #95be3e; }

@media only screen and (max-width:767px){
    .serviceBox{ margin: 50px 0 160px; }
}

/**End Bulksms Features Of Branding & Promotion-box **/


/*Strat Bulksms Services Box*/

.bulksms
{
	padding: 100px 0;
}
.heading-title
{
	margin-bottom: 100px;
}
.serviceBox_sms{
    padding: 30px 30px 30px 90px;
    background: #f8f8f8;
    color: #333;
    overflow: hidden;
    position: relative;
    transition: all 0.3s ease-in-out 0s;
}

.serviceBox_sms:hover{
    background: #645e9d;
    color: #fff;
}

.serviceBox_sms:after{
    content: "";
    display: block;
    border-top: 500px solid #fff;
    border-left: 500px solid transparent;
    margin-top: -55%;
    margin-left: 100%;
    opacity: 0;
    position: absolute;
    transform: scale(2);
    transition: all 0.3s ease-in-out 0s;
}

.serviceBox_sms:hover:after{
    margin-left: 0;
    opacity: 0.1;
}
.serviceBox_sms .service-icon-sms{
    font-size: 50px;
    color: #645e9d;
    position: absolute;
    top: 40px;
    left: 20px;
    transition:all 0.3s ease-in-out 0s;
}

.serviceBox_sms:hover .service-icon-sms{
    color: #fff;
}

.serviceBox_sms .title-sms{
    font-size: 22px;
    font-weight: 700;
    margin: 0 0 12px 0;
    text-transform: capitalize;
}
.serviceBox_sms .description-sms{
    font-size: 15px;
    color: #a3a3a3;
    line-height: 25px;
    margin: 0;
    transition: all 0.3s ease-in-out 0s;
}
.serviceBox_sms:hover .description-sms{
    color: #fff;
}

@media only screen and (max-width: 990px){
    .serviceBox_sms{ margin-bottom: 15px; }
}

/**/
.value-img {
    width: 30%;
    height: auto;
    float: left;
}

.tittle1 {
    color: #272727;
    text-shadow: 2px 4px 5px rgba(21, 20, 20, 0.22);
       font-size: 2em;
       font-weight: 700;
       padding: 0px 0;
}
h3.tittle1 {
    color: #272727;
    text-shadow: 2px 4px 5px rgba(21, 20, 20, 0.22);
       font-size: 2em;
       font-weight: 700;
       padding: 20px 0;
}
.tittle2 {
    color: #272727;
    text-shadow: 2px 4px 5px rgba(21, 20, 20, 0.22);
       
       font-weight: 700;
       padding: 0px 0;
}
/*End Bulksms Services Box*/

/*Start Divider*/
.smsdivider {
    margin-top: 0px;
    margin-bottom: 0px;
    background-image: -moz-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -webkit-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    background-image: -ms-linear-gradient(180deg, #ffffff 0%, #e3e3e3 49%, #ffffff 100%);
    width: 100%;
    height: 1px;
}

/*End Divider*/