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

    ** Custom Stylesheet **

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

***************************************************** */
.menu-wrap .logo-menu {
    width: 220px;
}
.footer .logo-symbol {
    width: 350px;
    top: 165px;
}
.footer .logo-footer {
    width: 200px;
}
/* Map */
.mapping .datacenters {
	border: solid 3px #fff;
	width: 22px;
	height: 22px;
	border-radius: 24px;
	cursor: pointer;
	position: absolute;
}

.mapping .datacenters.saltlakecity {
	top: 45%;
	left: 15%;
}

.mapping .datacenters.greatersaltlake {
	top: 45%;
	left: 16%;
}

.mapping .datacenters.losangeles {
	top: 50%;
	left: 12%;
}

.mapping .datacenters.lasvegas {
	top: 47%;
	left: 14%;
}

.mapping .datacenters.phoenix {
	top: 51%;
	left: 14%;
}

.mapping .datacenters.portland {
	top: 39%;
	left: 13%;
}

.mapping .datacenters.richmond {
	top: 47%;
	left: 25%;
}

.mapping .datacenters.lasvegas2 {
	top: 46%;
	left: 14%;
}

.mapping .datacenters.mexico {
	top: 55%;
	left: 17%;
}

.mapping .datacenters.chicago {
	top: 43%;
	left: 23%;
}

.mapping .datacenters.tampa {
	top: 52%;
	left: 22%;
}

.mapping .datacenters.miami {
	top: 52%;
	left: 23%;
}

.mapping .datacenters.missouri {
	top: 45%;
	left: 20%;
}

.mapping .datacenters.dallas {
	top: 48%;
	left: 17%;
}

.mapping .datacenters.philly {
	top: 42%;
	left: 25%;
}

.mapping .datacenters.minnesota {
	top: 39%;
	left: 22%;
}

.mapping .datacenters.atlanta {
	top: 50%;
	left: 23%;
}

.mapping .datacenters.sanjose {
	top: 43%;
	left: 12%;
}

.mapping .datacenters.seattle {
	top: 34%;
	left: 12%;
}

.mapping .datacenters.nashville {
	top: 46%;
	left: 23%;
}

.mapping .datacenters.montreal {
	top: 38%;
	left: 28%;
}

.mapping .datacenters.vancouver {
	top: 32%;
	left: 11%;
}
.mapping .datacenters.london {
    top: 38%;
    left: 47%;
}
.mapping .datacenters.amsterdam {
    top: 38%;
    left: 51%;
    background-color: #0000ff;
}
.mapping .datacenters.paris {
    top: 42%;
    left: 49%;
    background-color: #0000ff;
}

.mapping .datacenters.singapore {
    top: 64%;
    left: 77%;
    background-color: #0000ff;
}
.mapping .datacenters.mumbai {
    top: 58%;
    left: 68%;
    background-color: #0000ff;
}

.mapping .datacenters.milan {
    top: 47%;
    left: 53%;
    background-color: #0000ff;
}
.mapping .datacenters.denver {
    top: 44%;
    left: 18%;
}
.mapping .datacenters.cincinnati {
    top: 44%;
    left: 25%;
}
.mapping .datacenters.mexico2 {
    top: 55%;
    left: 19%;
}
.tabs-header ul {
    width: 100%;
    display: inline-table;
}
.agpanel {
    position: relative;
    padding-left: 75px;
}
.agpanel .svg {
    position: absolute;
    top: 0;
    width: 60px;
    height: auto;
    left: 0;
}
.lh-32 {
    line-height: 32px !important;
}
.i-table {
    display: inline-table !important;
}
.f-18 {
    font-size: 18px !important;
}
.team .team-info img {
    width: 100%;
    margin-bottom: 20px;
}
section.ca h2 {
    color: #ea8125;
    margin-top: 40px;
    display: block;
}
.service-section {
    margin-top: 20px !important;
}
body.contactus .subcribe.news {
    margin-top: 0;
    border-top: 1px solid #fff;
}

/* Responsive */
@media (max-width: 991px) {
    .top-header .wrapper .included.partner {
        display: block !important;
    }
}
@media (max-width:767px) {
    .tabs-header ul {
        display: block;
    }
}
