section.service .item .item_wr .content .read_more {
	display: flex;
    align-items: center;
    cursor: pointer;
    text-decoration: none;
    font-weight: 500;
    font-size: 13px;
    transition: color .2s linear;
    color: #222;
}
section.service .item .item_wr .content .read_more i {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    font-size: 8px;
    order: 1;
    transition: .3s;
    line-height: 20px;
    text-align: center;
    margin-right: 5px;
    color: #6c98e1;
}
section.service .item .item_wr .content .read_more span {
    order: 2;
    line-height: 20px;
    font-weight: 700;
    margin-top: 0;
    text-transform: capitalize;
}
section.service .item .item_wr .content .read_more i {
    margin: 0px 6px 0 0px;
    font-size: 12px;
    vertical-align: middle;
    color: #000;
    background-color: #fde428 !important; 
}
section.service .item .item_wr .content .read_more:hover i {
    background-color: #002e5b !important;
    color: #fff;
}
section.service .item .item_wr .item_thumbnail {
    position: relative;
    overflow: hidden;    
}
section.service .item .item_wr .item_thumbnail button:hover img {
    backface-visibility: hidden;
    transform: scale(1.15, 1.15);
    transition: all 0.4s ease-out;
}
section.service .item .item_wr .item_thumbnail button img {
    transition: all 0.4s ease-out;
    max-height: 300px;
    height: 300px;
    object-fit: cover;
}
section.service .item .item_wr .item_thumbnail button:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(107 99 169 / 60%);
    transition: all .3s ease;
    opacity: 0;
}
section.service .item .item_wr .item_thumbnail button:hover:before {
    opacity: 1;
    z-index: 1;
}
section.service .item .item_wr .item_thumbnail button:after {
    content: "\2b";
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    color: #fff;
    font-size: 30px;
    opacity: 0;  
}
section.service .item .item_wr .item_thumbnail button:hover:after {
    opacity: 1;
    z-index: 1;
}
section.service .item {
    background-color: #f2f4fa;
    height: 100%;
}
section.service .content h5 button {
    font-size: 21px;
    line-height: 24px;
    text-decoration: none;
    color: #000;
    font-weight: 600;    
}
section.service .content>div, section.service .content p{
    font-size: 14px;
    line-height: 22px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;    
}
section.service .content {
    padding: 20px;
}
section.service {
    position: relative;
/*    padding: 80px 0 60px 0;*/
}
section.service .item .item_wr .item_thumbnail button {
	width: 100%;
}
section.service .item .item_wr button {
    border: none;
    background: transparent;
    padding: 0;
    text-align: left;    
}
.d_img_popup {
    height: 100%;
    border: 1px solid #b3b3b3;    
}
.d_img_popup img{
    object-fit: cover;
    height: 100%;
}
.d_content_popup h2 {
/*    font-size: 22px;*/
    font-weight: 600;    
}
.d_content_popup ul{
    padding: 0;
}
.d_content_popup ul li {
    font-size: 14px;
    list-style: none;
    position: relative;
    padding-left: 20px;
    font-family: "Montserrat", sans-serif;    
    line-height: 2;    
}

.d_content_popup ul li::before {
    content: "\f148";
    position: absolute;
    left: 0;
    font-family: 'FontAwesome';
    transform: rotate(90deg);    
}
.d_content_popup p {
    font-size: 14px;
    padding: 10px 0;
    margin: 0;    
}
section.service .modal-header {
    background: #6c5da6;
    padding: 25px 0;  
    z-index: 99;    
}
.d_content_popup {
/*    padding: 35px 25px 35px 0;*/
    padding: 0 0 20px 0;
}
section.service .modal-body {
    padding: 40px;
    z-index: 9;    
}
section.service .modal-header button:focus {
    box-shadow: none !important;
    outline: none !important;
    border: none !important;
}
section.service::before {
    content: "";
    position: absolute;
    background: url(../img/home_about_bg1.svg);
    left: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    z-index: -1;
}
section.service::after {
    content: "";
    position: absolute;
    background: url(../img/home_about_bg1.svg);
    right: 0;
    bottom: 0;
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    z-index: -1;
    transform: rotate(360deg);
}
.last_outer{

}
.last_outer .modal-body {
    margin: auto;
}
.last_outer .modal-body img {
    max-width: 500px;
}
.d_img_popup button {
    background: transparent;
    padding: 0;
    border: none;
    border-radius: 0;
    position: relative;
    height: 100%;
    object-fit: cover;
    margin: auto;
    width: 100%;    
}
.d_img_popup button:hover , .d_img_popup button:active{
    background: transparent !important;
    border: none !important;
}   
.modal-footer button , .modal-footer button:hover{
    background: #6b63a9 !important;
    border: 1px solid #6b63a9 !important;
}
.d_img_popup button::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background: rgb(107 99 169 / 60%);
    transition: all .3s ease;
    opacity: 0;
}
.d_img_popup button::after{
    content: "\2b";
    font-weight: 400;
    text-transform: none;
    line-height: 1;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -15px 0 0 -15px;
    color: #fff;
    font-size: 30px;
    opacity: 0;
}
.d_img_popup button:hover:before , .d_img_popup button:hover:after{
    opacity: 1;
    z-index: 1;
}
section.service .modal-header button {
    border: none;
    position: absolute;
    right: 13px;
    top: 13px;
    background: transparent;
}
section.service .modal-header button i {
    border-radius: 50%;
    background: #fff;
    padding: 5px;
    width: 25px;
}
section.service .modal-body::after {
    content: "";
    position: absolute;
    background: url(../img/home_about_bg1.svg);
    right: 0;
    bottom: 0;
    width: 500px;
    height: 500px;
    background-repeat: no-repeat;
    z-index: -1;
    opacity: 0.4;
    transform: rotate(360deg);
}

.owl-ser-inner {

}
.owl-ser-inner .owl-nav button.owl-prev img {
    transform: rotate(180deg);
}
.owl-ser-inner .owl-nav button.owl-prev {
    position: absolute;
    top: 25%;
    left: -15px;
}
.owl-ser-inner .owl-nav button.owl-next {
    position: absolute;
    top: 25%;
    right: -15px;
}
.owl-ser-inner .owl-nav button.owl-prev:hover, .owl-ser-inner .owl-nav button.owl-next:hover{
    background: transparent;
}
.owl-ser-inner .d_img_popup img {
    max-height: 100px;
}



.portfolio-modal .btn-close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 75px;
    height: 75px;
    background-color: transparent;
    cursor: pointer;
}
.portfolio-modal .btn-close .lr {
    z-index: 1051;
    width: 1px;
    height: 75px;
    margin-left: 35px;
    background-color: #222;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.portfolio-modal .btn-close .lr .rl {
    z-index: 1052;
    width: 1px;
    height: 75px;
    background-color: #222;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}
.d_img_popup img:first-child {
/*    margin-bottom: 15px;*/
}









@media (min-width: 768px){
.pr_title h2 {
    font-size: 40px;
}
.pr_title p {
    max-width: 70%;
    margin: auto;
}
section.service .modal-dialog {
    width: 700px !important;
    max-width: 700px !important;
}
section.service .modal-dialog {
    transform: translate(-50%, -50%) !important;
    top: 50%;
    left: 50%;
    margin-left: unset;
    margin-right: unset;
}
}


@media (max-width: 767px){
.pr_title h2 {
    font-size: 25px;
}
section.service .modal-dialog {
    width: 90%! important;
    max-width: 90% !important;
}
.d_img_popup img {
    object-fit: cover;
    /* height: 100%; */
    max-width: 300px;
    margin: auto;
}
.d_img_popup {
    margin: auto;
    text-align: center;
}
}

