.boxRow-2 {
    padding: 125px 0px 95px;
    color: #555;
    background-color: #f8f8f8;
}
.content-default {
    max-width: 1200px;
    margin: 0 auto;
}
.boxRow-2 .cdn-description {
    float: right;
    width: calc(100% - 605px);
    color: #555;
}
.boxRow-2 .cdn-image {
    float: left;
}
.boxRow-3 {
    padding: 5px 0px 95px;
    color: #555;
}
.boxRow-3 .dbsource-description {
    float: left;
    width: calc(100% - 590px);
    color: #555;
    direction: rtl;
    text-align: right;
    margin-top: 30px;
}
.boxRow-3 .dbsource-description .title,.boxRow-2 .dbsource-description .title {
    font-weight: 600;
    font-size: 25px;
    margin-top: 40px;
    margin-bottom: 10px;
    
}
.boxRow-3 .dbsource-description .description {
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
}
.boxRow-3 .dbsource-description .link {
    margin-top: 80px;
    padding-left: 15px;
}
.boxRow-3 .dbsource-description .link a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 520px;
    height: 130px;
    padding: 0 28px;
    background-color: #fefefe;
    border-radius: 8px;
    border-left: 15px solid #76b81a;
    font-size: 15px;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, .13);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, .13);
}
.boxRow-3 .dbsource-description .link a img {
    width: 60px;
    height: 60px;
}
.boxRow-3 .dbsource-description .link a span {
    font-size: 22px;
    font-weight: bold;
}
.boxRow-3 .dbsource-image {
    float: right;
}
.boxRow-4 {
    padding: 0 0px 95px;
    color: #555;
    background-color: #f8f8f8;
}
.boxRow-4 .data-description {
    float: right;
    width:100%;
    color: #555;
    direction: rtl;
    text-align: justify;
}
.boxRow-4 .data-description .title {
    font-weight: 600;
    font-size: 25px;
    margin-bottom: 10px;
    margin-top: 40px;
}
.boxRow-4 .data-description .description {
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom:20px ;
}
.boxRow-4 .data-description .link {
    margin-top: 80px;
    padding-left: 15px;
}
.boxRow-4 .data-description .link a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row-reverse;
    width: 520px;
    height: 130px;
    padding: 0 28px;
    background-color: #fefefe;
    border-radius: 8px;
    border-right: 15px solid #76b81a;
    font-size: 15px;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, .13);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, .13);
}
.boxRow-4 .data-description .link a img {
    width: 60px;
    height: 60px;
}
.boxRow-4 .data-image {
    float: left;
}
.boxRow-5 {
    padding: 0 0px 95px;
    color: #555;
}
.content-default {
    max-width: 1200px;
    margin: 0 auto;
}
.boxRow-5 .repository-description {
    float: left;
    width: 100%;
    color: #555;
}
.boxRow-5 .repository-description .title {
    font-weight: 600;
    font-size: 25px;
    
}
.boxRow-5 .repository-description .description {
    font-size: 16px;
    font-weight: bold;
    line-height: 35px;
    margin-bottom: 25px;
}
.boxRow-5 .repository-description .link {
    margin-top: 110px;
    padding-left: 15px;
}
.boxRow-5 .repository-description .link a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    width: 520px;
    height: 130px;
    padding: 0 28px;
    background-color: #fefefe;
    border-radius: 8px;
    border-left: 15px solid #76b81a;
    font-size: 15px;
    -webkit-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, .13);
    -moz-box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, .13);
    box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, .13);
}
.boxRow-5 .repository-description .link a img {
    width: 60px;
    height: 60px;
}
.boxRow-5 .repository-description .link a span {
    font-size: 22px;
    font-weight: bold;
}
.boxRow-5 .repository-image {
    float: right;
}
.unit-4 {
    padding: 30px;
        padding-top: 30px;
    background: #f1f1f1;
    border-radius: 5px;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
    position: relative;
    top: 0;
    margin-bottom: 4em;
    text-align: center;
    padding-top: 50px;
    height: 100px;
}
.unit-4 .unit-4-icon {
    position: absolute;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    left: 50%;
    top: -50px;
}
.unit-4 .unit-4-icon .icon-wrap {
    width: 80px;
    height: 80px;
    position: relative;
    border-radius: 50%;
    display: inline-block;
    background-color: #4285f4;
    -webkit-box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
    box-shadow: 0 4px 20px -5px rgba(66, 133, 244, 0.4);
}
 .icon-wrap span {
    font-size: 30px !important;
    position: absolute;
    top: 50%;
    color: #fff !important;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 0 !important;
}
.icon-autorenew::before {
    content: "\e863";
}
.unit-4 h3 {
    font-size: 18px;
    color: #000;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.unit-4 p {
    font-weight: 300;
    -webkit-transition: .3s all ease;
    -o-transition: .3s all ease;
    transition: .3s all ease;
}
.unit-4 :last-child {
    margin-bottom: 0;
}
.unit-4 :last-child {
    margin-bottom: 0;
}
.row {width: 1200px; margin: 0 auto; justify-content: space-between; direction: rtl;
margin-top: 100px;}
.mb-lg-4{width:350px;}
.boxRow-2 .cdn-description{direction: rtl; text-align: justify ;}
.boxRow-2 .title{font-weight: 600;
    font-size: 30px;
    margin-bottom: 10px;}
.content_right{float: right;width: calc(100% - 605px);}
.content_left{float: right;width: calc(100% - 605px);}
.boxRow-5 .repository-description{direction: rtl; text-align: justify;}
.description table {
    border: none;
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 50px;
}
.description tr td{
    margin: 0!important;
    padding: 5px 0!important;
    border: 0!important;
    border-bottom: 1px solid rgba(0,0,0,.12)!important;
    font-size: 13px!important;
    width: 33.3333333%;
    text-align: center;
}
.new_title{
    font-size: 36px;
padding: 50px 0;
font-weight: 700;
}
.content_left{float: left;}
.boxRow-7{padding-top: 80px;}
@media (min-width:768px) and (max-width:1024px) {
    .content-default,.cdn-default,.cdn-description,.dbsource-description,
    .data-description,.repository-description{float: none !important;
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;}
    .cdn-image,.dbsource-image,.repository-image,.data-image{width: 300px;
        float: none !important;margin: 0 auto; padding-top: 20px; }
    .cdn-image img ,.dbsource-image img,.repository-image img,.data-image img  {width: 100%;}
    .content_right,.content_left{width: 100% !important; float: none !important;}
    .row {width: 100% !important;
        padding: 0 15px !important;
        box-sizing: border-box;}
    .mb-lg-4 {
        width: 250px !important;
    }
    .new_title{font-size: 26px !important;}
}
@media (min-width:100px) and (max-width:768px) {
    .content-default,.cdn-default,.cdn-description,.dbsource-description,
    .data-description,.repository-description{float: none !important;
        width: 100% !important;
        padding: 0 15px;
        box-sizing: border-box;}
    .cdn-image,.dbsource-image,.repository-image,.data-image{width: 300px;
        float: none !important;margin: 0 auto; padding-top: 20px; }
    .cdn-image img ,.dbsource-image img,.repository-image img,.data-image img  {width: 100%;}
    .content_right,.content_left{width: 100% !important; float: none !important;}
    .row {width: 100% !important;
        padding: 0 15px !important;
        box-sizing: border-box; flex-direction: column;}
    .mb-lg-4 {
        width: 100% !important;
    }
    .new_title{font-size: 26px !important;}
    .unit-4{height: auto !important;}
    .boxRow-2,.boxRow-3{padding: 50px 0px 50px;}
    .boxRow-4{padding: 0px 0px 50px;}
    .boxRow-7{padding-top: 50px;}
}
.boxRow-4 .content_right{margin-top: 80px;}