﻿
.body {
    min-height: 600px;
    height: 100%;
    width: 100%;
    overflow: auto !important;
    position: absolute !important;
    margin-top: 40px;
    margin-left: 50px;
}


.agency_service_area {
    padding: 135px 0px 140px;
}

.bg_color {
    background: #fbfbfd;
}

.heading-separator-line {
    width: 80px;
    height: 2px !important;
}

.bg-primary {
    background-color: #dc3545 !important;
}

p {
    text-align: justify;
    line-height: 1.9;
}

.f_600 {
    font-weight: 600;
}

.t_color3 {
    color: #222d39;
}

.f_p {
    font-family: "Poppins", sans-serif;
}

element.style {
}

.agency_service_item .icon {
    width: auto;
    height: auto;
    display: inline-block;
}

.p_service_item .icon {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 55px;
    height: 60px;
    position: relative;
    margin: 0px 0px 25px;
    font-size: 24px;
    border-radius: 50%/14%;
    color: white;
    text-align: center;
    line-height: 64px;
    -o-text-overflow: clip;
    text-overflow: clip;
    z-index: 1;
}

.agency_service_item .icon i {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.partner_info {
    text-align: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
}

.logo_item {
    padding: 50px;
}
/*services*/
.breadcrumb_area {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#5e2ced), to(#a485fd));
    background-image: -o-linear-gradient(top, #5e2ced 0%, #a485fd 100%);
    background-image: linear-gradient( 180deg, #5e2ced 0%, #a485fd 100%);
    position: relative;
    z-index: 1;
    padding: 235px 0px 125px;
    overflow: hidden;
}
#about {
    opacity: 1.5;
    background: linear-gradient(to bottom, #F0F8FF 0%, #ffffff 100%);
}
