/*** Color Boxes *************************/
.color-box{
    position: relative;
    margin: 25px 0 25px 10px;
}
.color-box .shadow-box{
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(28,179,191,0.15);
    position: absolute;
    border-radius: 0 45px;
    left: 0;
    bottom: 0;
    transform: translate(-10px, 10px);
    z-index: 1;
}
.color-box .text-box{
    background: linear-gradient(-45deg,#1CB3BF,#15CBD9 85%) ;
    padding: 24px 29px;
    color: #FFFFFF;
    border-radius: 0 45px;
    position: relative;
    z-index: 9;
}
.color-box .text-box,
.color-box .text-box p{
    color: #FFFFFF;
}
.color-box .text-box h2,
.color-box .text-box h3,
.color-box .text-box h4{
    color: #FFFFFF;
    margin-bottom: 12px;
    position: relative;
}
.color-box .text-box h2:after,
.color-box .text-box h3:after,
.color-box .text-box h4:after{
    content: " ";
    height: 2px;
    width: 72px;
    background: #1C969F;
    position: absolute;
    right: 0;
    bottom: -5px;
}
.color-box.orange .text-box {
    background: linear-gradient(-45deg,#d94734,#FFA900) ;
}
.color-box.orange .shadow-box{
    background: rgba(255, 169, 0, 0.15);
}
.color-box.orange .text-box h2:after,
.color-box.orange .text-box h3:after,
.color-box.orange .text-box h4:after{
    background: #ffa900;
}
.color-box.green .text-box {
    background: linear-gradient(-45deg,#0DBE82,#00D28A) ;
}
.color-box.green .text-box h2:after,
.color-box.green .text-box h3:after,
.color-box.green .text-box h4:after{
    background: #00D28A;
}
.color-box.green .shadow-box{
    background: rgba(13,190,130,0.15);
}
.color-box.red .text-box {
    background: linear-gradient(-45deg, #d20808,#FF6161) ;
}
.color-box.red .text-box h2:after,
.color-box.red .text-box h3:after,
.color-box.red .text-box h4:after{
    background: #FF6161;
}
.color-box.red .shadow-box{
    background: rgba(210,8,8,0.15);
}
.color-box.pink .text-box {
    background: linear-gradient(-45deg, #ba15b5, #de4ddb);
}
.color-box.pink .text-box h2:after,
.color-box.pink .text-box h3:after,
.color-box.pink .text-box h4:after{
    background: #f92df5;
}
.color-box.pink .shadow-box{
    background: rgba(249,45,245,0.15);
}
.color-box.blue .text-box {
    background: linear-gradient(-45deg, #003cb8, #8cb2ff);
}
.color-box.blue .text-box h2:after,
.color-box.blue .text-box h3:after,
.color-box.blue .text-box h4:after{
    background: #2970ff;
}
.color-box.blue .shadow-box{
    background: rgba(41,112,255,0.15);
}
/* باکس خط رنگی */
.color-line-box{
    position: relative;
    margin: 25px 0 25px 10px;
}

.color-line-box .text-box{
    background: #ffffff ;
    padding: 24px 29px;
    color: #474B5B;
    border-radius: 0 45px;
    position: relative;
    z-index: 9;
    box-shadow: 0 3px 50px #EAEEEE;
}
.color-line-box .shadow-box{
    content: " ";
    width: 100%;
    height: 100%;
    background: #EAEEEE;
    position: absolute;
    border-radius: 0 45px;
    left: 0;
    bottom: 0;
    transform: translate(-10px, 10px);
    z-index: 1;
}
.color-line-box .text-box,
.color-line-box .text-box p{
    color: #474B5B;
}
.color-line-box .text-box h2,
.color-line-box .text-box h3,
.color-line-box .text-box h4{
    color: #15192A;
    margin-bottom: 12px;
    position: relative;
}
.color-line-box .text-box h2:after,
.color-line-box .text-box h3:after,
.color-line-box .text-box h4:after{
    content: " ";
    height: 2px;
    width: 72px;
    background: #474B5B;
    position: absolute;
    right: 0;
    bottom: -5px;
}
.color-line-box.red .text-box{
    background: #fff8f8;
    box-shadow: none;
}
.color-line-box.red .shadow-box{
    background: linear-gradient(-45deg,#FF0000,#FF6161) ;
}
.color-line-box.red .text-box h2:after,
.color-line-box.red .text-box h3:after,
.color-line-box.red .text-box h4:after{
    background: #F99D9D;
}

.color-line-box.blue .text-box{
    background: #F9FBFF;
    box-shadow: none;
}
.color-line-box.blue .shadow-box{
    background: linear-gradient(-45deg,#0053FF,#2970FF) ;
}
.color-line-box.blue .text-box h2:after,
.color-line-box.blue .text-box h3:after,
.color-line-box.blue .text-box h4:after{
    background: #588FFA;
}

.color-line-box.orange .text-box{
    background: #fff8e8;
    box-shadow: none;
}
.color-line-box.orange .shadow-box{
    background: linear-gradient(-45deg,#d94734,#FFAA00) ;
}
.color-line-box.orange .text-box h2:after,
.color-line-box.orange .text-box h3:after,
.color-line-box.orange .text-box h4:after{
    background: #F9BB3E;
}

.color-line-box.pink .text-box{
    background: #FFFBFF;
    box-shadow: none;
}
.color-line-box.pink .shadow-box{
    background: linear-gradient(-45deg,#F92DF5,#D81AD3) ;
}
.color-line-box.pink .text-box h2:after,
.color-line-box.pink .text-box h3:after,
.color-line-box.pink .text-box h4:after{
    background: #DD55DA;
}

.color-line-box.green .text-box{
    background: #F3FFFB;
    box-shadow: none;
}
.color-line-box.green .shadow-box{
    background: linear-gradient(-45deg,#00D28A,#0DBE82) ;
}
.color-line-box.green .text-box h2:after,
.color-line-box.green .text-box h3:after,
.color-line-box.green .text-box h4:after{
    background: #4CCBA0;
}

