.float{
    position:fixed;
    width:60px;
    height:60px;
    bottom:40px;
    left:40px;
    background-color:#25d366;
    color:#FFF;
    border-radius:50px;
    text-align:center;
  font-size:30px;
    box-shadow: 2px 2px 3px #999;
  z-index:100;
}

.my-float{
    margin-top:16px;
}



.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
   top: 0;
    left: 100%;
    width: 300px;
    margin-top: 1px;
    margin-left: 5px;
    padding-left: 27px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    -webkit-border-radius: 6px 0 6px 6px;
    -moz-border-radius: 6px 0 6px 6px;
    border-radius: 6px 0 6px 6px;
}

.ppp{
	margin-bottom:-24px;
}

.short-desc{

}


.bold{
    font-weight: bold;
}

.section-title {
    position: relative;
    margin: -8px auto 60px;
    text-align: center;
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-family: "Rajdhani", sans-serif;
    font-weight: 700;
    line-height: 1.2;
    color: #00225a;
}

.section-title span {
    color: #1d42d9;
    font-size: 14px;
    position: relative;
    display: inline-block;
    margin-bottom: 8px;
}

.section-title h2 {
    font-size: 40px;
    text-transform: capitalize;
    color: #000;
    margin-bottom: 20px;
}

p:last-child {
    margin-bottom: 0;
}

.single-service {
    position: relative;
    text-align: center;
    padding: 30px;
    margin-bottom: 30px;
    -webkit-transition: all .5s;
    transition: all .5s;
    border-radius: 4px;
    z-index: 1;
    overflow: hidden;
    -webkit-box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
    box-shadow: 0 0 20px 3px rgb(0 0 0 / 5%);
}


.single-service::before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%;
    background-color: #051242;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.single-service .service-img {
    margin-bottom: 20px;
}

.single-service .service-img img {
    width: 60px;
}

.single-service .service-content h3 {
    color: #051242;
    margin-bottom: 5px;
}

.single-service .service-content p {
   margin-bottom: 10px;
    font-size: 15px;
    margin-top: 15px;
}

.single-service::after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 100%;
    background: url(../images/service/hover.png) no-repeat;
    z-index: -1;
    -webkit-transition: all .5s;
    transition: all .5s;
}

.footer-top{
	background-color: #08295D;
}