/* *****************************************************

    ** Custom Stylesheet **

    Any custom styling you want to apply should be
    defined here.

***************************************************** */

.maping .datacenters.mumbai {
    top: 55%;
    left: 68%;
}

.maping .datacenters.noida {
    top: 51%;
    left: 69%;
}

.planicons {
    width: 100px;
}

.section-subheading a, .subtitle  a, a{
    color: #212122;
}

.info-content ul{
    list-style:disc;
}

.info-content ul li {
    margin-bottom: 15px;
}

.pricing.special.sec-bg2.bg-colorstyle.specialposition {
    margin-bottom: 50px;
    margin-top: 30px;
}

.cover-video {
    width: 100%;
}

  .nav-menu .main-menu > .menu-item.menu-item-has-children > a:after {
            display: block;
            content: "\f0d7";
            font: normal normal normal 14px/1 FontAwesome;
            position: relative;
            right: -15px;
            top: 2px;
            font-size: 24px;
            float: right;
        }
        
           .nav-menu .main-menu > .menu-item:hover > a {
        color: #fdd700;
        background-color: transparent;
    }


.sec-normal ul{
    list-style:disc;
}