.sirma_services_image_block {
    display: flex;
    justify-content: center;
    align-items: center;
}

#sirma_services .fa {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.20);
}

#sirma-team .card-img-top {
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 3px 1px -2px rgba(0, 0, 0, 0.12), 0 1px 5px 0 rgba(0, 0, 0, 0.20);
    width: 150px;
    border-radius: 100px;
}

#sirma_services .fa {
    font-size: 26px;
    transform: rotate(45deg);
    color: white;
    background: red;
    padding: 10px;
    border-radius: 15px;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 50px;
    width: 50px;
}

#sirma_services .sirma_services_image {
    width: 84%;
    border-radius: 30px;
    box-shadow: 0 0 20px 0px rgb(64, 64, 64);
}

.services-read-more {
    color: red;
    float: right;
}

.services-read-more:hover,
.services-read-more:visited,
.services-read-more:link {
    color: red;
}

#sirma-our-story {
    background: linear-gradient(100deg, red, black);
    clip-path: polygon(0 0, 100% 10%, 100% 100%, 0 95%);
    color: white;
}

#sirma-news img {
    height: 200px;
    padding: 10px;
    box-shadow: -4px 5px 11px 3px rgb(204, 204, 204);
    width: 100%;
}

#sirma-mission {
    background: linear-gradient(100deg, red, black);
    clip-path: polygon(0 0, 100% 0%, 100% 100%, 0% 100%);
    color: white;
}

.carousel-caption {
    top: 30%;
}

ul.list-unstyled li {
    padding-bottom: 5px;
}

.display-inline-block {
    display: inline-block;
}

#home-ourstory-img {
    width: 100%;
}


/* Why choose us start*/

.platform3 {
    background-image: linear-gradient(100deg, red, black);
    clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
    /*     height: 870px; background: url(Libraries/images/why2.jpg) top center no-repeat #a4c83f; */
}

.text-align {
    text-align: center;
}

.for-Sign-icon {
    width: 40px;
    border-radius: 50% !important;
    background-image: linear-gradient(75deg, rgb(215, 68, 34), rgb(117, 33, 14), black);
    border-image-slice: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
}

.for-Sign-icon .fa.fa-check {
    color: white;
    font-size: 150%;
}

.for-content {
    margin-top: 7px;
    margin-left: -30px;
    font-size: 16px;
    text-overflow: ellipsis;
    white-space: normal;
    color: rgb(255, 255, 255);
}

.why-Bg-img {
    /*position: absolute;*/
    width: 75%;
    /*top: 30px;*/
    /*padding: 40px;*/
    opacity: 0.5;
    /*left: 0px;*/
}

#sirma-why-us img {
    /*position: absolute;*/
    width: 50%;
    /*top: 30px;*/
    /*padding: 40px;*/
    opacity: 0.5;
    /*left: 0px;*/
}


/* Why choose us End*/


/* flipbox Start*/

.flip-box {
    background-color: transparent;
    width: 400px;
    height: 300px;
    perspective: 1000px;
}

.flip-box-back .card-text {
    font-size: 14px;
    font-weight: normal;
    text-align: left;
}

.flip-box-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.8s;
    transform-style: preserve-3d;
}

.flip-box:hover .flip-box-inner {
    transform: rotateX(180deg);
}

.flip-box:hover .flip-box-inner .flip-box-front {
    animation: flipBoxOpacity 0.3s;
    transition: transform 0.8s;
}

@keyframes flipBoxOpacity {
    from {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}

.flip-box-front,
.flip-box-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
}

.flip-box:hover .flip-box-front {
    transform: rotateX(90deg)
}

.flip-box-front {
    padding: 25px 5px;
    animation: flipBoxOpacityReverse 0.3s;
    transition: transform 0.8s;
}

@keyframes flipBoxOpacityReverse {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.flip-box-back {
    box-shadow: 0 0 7px rgb(204, 204, 204);
    padding: 56px;
    transform: rotateX(180deg);
    background: white;
}


/* flipbox End*/

.cursor-zoom-in {
    cursor: zoom-in;
}

.sirma-team-content-card {
    display: flex;
}

.flex_center_center {
    display: flex;
    justify-content: center;
    align-items: center;
}

.carousel-control-next,
.carousel-control-prev {
    width: 40px;
    color: #fff;
    text-align: center;
    opacity: .5;
    background: rgb(255 0 0);
    border-radius: 100%;
    height: 40px;
    top: 40%;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
    width: 15px;
    height: 15px;
}

#our-support-services .fa {
    padding: 25px;
    background: white;
    color: red;
    border-radius: 100px;
    font-size: 25px;
}

#our-support-services {
    background: linear-gradient(100deg, red, black);
}

#why-us li {
    padding: 5px;
}

.required-mark {
    position: absolute;
    right: 0;
    top: 0;
    color: red;
}

.intro-bg {
    /*background: #00000014; border-radius: 0px; padding: 10px 0px;*/
}

.why-choose-us-content {
    text-align: left;
}

#sirma-why-us {
    background: linear-gradient(100deg, red, black);
    clip-path: polygon(0 0, 100% 12%, 100% 100%, 0 100%);
}

.buttonFITTN {
    height: 200px;
}

.buttonCIO {
    height: 200px;
}

.padding-30 {
    padding: 30px;
}

#partner-mcafee {
    width: 60%;
    padding-left: 10px;
    padding-right: 10px;
}

#partner-tpn {
    padding-left: 20px;
    padding-right: 20px;
}

#partner-digital-ocean {
    width: 50%;
}

#partner-oracle {
    width: 70%;
}

.partner-oracle-content {
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
}

#fittnContent,
#cioContent {
    display: none;
}

.popupMedia {
    width: 100%;
    height: 65vh;
}

#sirma_partners .partner_img {
    text-align: right;
    padding: .5rem;
}

#sirma_partners .partner_img img {
    height: 100px;
}

#sirma_partners .partner_content {
    height: 100%;
    display: flex;
    justify-content: left;
    align-items: center;
    text-align: left;
    padding-right: 3rem;
}

#overlay {
    position: fixed;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    display: none;
    background: rgba(0, 0, 0, 0.6);
}

.cv-spinner {
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.wrap-sirma-news {
    position: relative;
    overflow: hidden;
    padding: 20px 50px;
    display: block;
    border-radius: 4px;
    transform: translateY(20px);
    transition: all 0.5s;
    visibility: hidden;
    background: white;
    width: 50%;
    visibility: hidden
}

.wrap-sirma-news .content {
    opacity: 0;
}

.wrap-sirma-news.active {
    display: block;
    visibility: visible;
    box-shadow: 2px 3px 16px silver;
    transition: all 600ms;
    transform: translateY(0px);
    transition: all 0.5s;
}

.wrap-sirma-news.active .content {
    position: relative;
    z-index: 1;
    opacity: 1;
    transition: all 600ms cubic-bezier(0.55, 0.055, 0.675, 0.19);
}

@media only screen and (max-width: 1024px) {
    #sirma_services .fa {
        font-size: 20px;
        border-radius: 10px;
        height: 40px;
        width: 40px;
    }
}

@media only screen and (max-width: 768px) {
    .sirma_services_image_block {
        display: none;
    }
    .why-Bg-img {
        /*width: 60%;*/
    }
}

@media only screen and (max-width: 480px) {
    #sirma_services .sirma_services_image {
        width: 70%;
    }
    #sirma_services .fa {
        font-size: 24px;
    }
    .why-choose-us-content {
        text-align: unset;
    }
    .for-content {
        margin-left: 0px;
    }
    .why-Bg-img {
        padding: 30px 20px 20px 20px;
    }
    #sirma-why-us img {
        width: 90%;
        padding: 30px;
    }
    #transformation .image_place {
        text-align: center;
    }
    #transformation img {
        width: 100%
    }
    #transformation .image_place+div {
        padding-left: .5rem;
        padding-top: 1.5rem;
    }
    #transformation h4 {
        text-align: center;
    }
    /*#sirma_partners .carousel-item .row {height: 300px; }*/
    #sirma_partners .partner_img {
        text-align: center;
        padding: 0rem;
    }
    #sirma_partners .partner_content {
        text-align: center;
        padding-right: 0rem;
    }
    .wrap-sirma-news {
        padding: 2px 5px;
        width: 95%;
    }
    .flip-box {
        width: 270px;
        height: 270px;
    }
    .card-title {
        font-size: 18px;
    }
    #sirma_partners .partner_img img {
        height: 80px;
    }
    .why-Bg-img {
        display: none;
    }
    #sirma-our-story {
        clip-path: polygon(0 0, 100% 3%, 100% 100%, 0 97%);
    }
}