/* :root {
     --color-red: red;
     --bg-color-red: red;
     --border-color-red: red;
     --color-black: black;
     --bg-color-black: black;
     --border-color-black: black;
     --theme-bg: linear-gradient(100deg, red, black);
 }*/


/* @@@@@@@@@ global css start @@@@@@@@@ */

html {
    background-color: rgb(34, 34, 34);
    scroll-behavior: smooth;
}

body {
    /*font-family: "Museo Rounded", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif !important;*/
    font-family: Arial, Helvetica, sans-serif !important;
}

p {
    color: black;
    font-weight: 300;
    font-size: 20px;
    margin-bottom: 10px !important;
    line-height: 26px;
}

h2,
h3,
h4,
h5 {
    font-weight: bold !important;
}

a {
    outline: none;
}

.header {
    font-size: 30px;
    line-height: 30px;
}

.subheader {
    font-size: 22px;
}

.texthead {
    position: absolute;
    left: -80px;
    top: 20px;
    text-align: left;
}

.texthead2 {
    position: absolute;
    left: -80px;
    top: 130px;
}

.banner_header {
    font-size: 60px;
    font-weight: bold;
}

.header-bg {
    background: rgba(0, 0, 0, 0.43);
}

.color-red {
    color: red;
}

.color-black {
    color: black;
}

.anchor_black,
.anchor_black:hover {
    color: #000;
}

.anchor_red,
.anchor_red:hover {
    color: red;
}

.opacity_0_7 {
    opacity: 0.7 !important;
}

.overlap {
    position: relative;
}

.overlap:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.6);
    opacity: 1;
    transition: all 1s;
    -webkit-transition: all 1s;
}

.carousel-caption-left {
    left: 5%;
    top: 45% !important;
}

.carousel-caption-left-new {
    left: 5%;
    top: 25% !important;
}

.slideanim {
    visibility: visible;
    transition: .3s;
    transform: scale3d(0.99, 0.99, 0.99);
}

.slideanim:hover {
    box-shadow: 0px 0px 40px gray;
    transform: scale3d(1.02, 1.02, 1.02);
    transition: .3s;
}

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

.banner_block {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.banner_image {
    width: 100%;
    height: 650px;
}

.banner_block .banner_header {
    position: absolute;
}

.border_bottom_theme {
    border-bottom: 4px solid red;
    border-bottom-width: 10%;
}

.border_bottom_theme_white {
    border-bottom: 4px solid white;
    border-bottom-width: 10%;
}

.heading_theme:after {
    background-image: url(Libraries/images/Arrow.svg);
    display: inline-block;
    width: 30px;
    height: 30px;
    content: "";
    background-repeat: no-repeat;
    position: relative;
    top: -12px;
    left: -5px;
    background-size: cover;
}

.heading_theme-top:after {
    background-image: url(Libraries/images/top_arrow.png);
    display: inline-block;
    width: 96px;
    height: 96px;
    content: "";
    background-repeat: no-repeat;
    position: relative;
    top: -10px;
    left: -28px;
    background-size: cover;
}

.heading_theme_white:after {
    background-image: url(Libraries/images/Arrow_wte.svg);
    display: inline-block;
    width: 20px;
    height: 20px;
    content: "";
    background-repeat: no-repeat;
    position: relative;
    top: -20px;
    background-size: cover;
}

.color-white {
    color: white;
}

.intro-item-video {
    width: 100%;
    margin-bottom: -10px;
    clip-path: polygon(100% 0, 100% 87%, 50% 97%, 0 87%, 0 0);
}

.intro-item-image {
    width: 100%;
    margin-bottom: 0px;
    clip-path: polygon(100% 0, 100% 87%, 50% 97%, 0 87%, 0 0);
}

.intro-item-image-secondary {
    width: 100%;
    margin-bottom: 0px;
}

.carousel-header {
    text-align: center;
    font-size: 50px;
    font-weight: bold;
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.20);
}

.carousel-content {
    font-size: 26px;
    color: white;
    text-shadow: 0 0 6px rgb(0, 0, 0);
}

.carousel-control-next,
.carousel-control-prev {
    width: 8%;
    color: #fff;
    text-align: center;
    opacity: .5;
    background: rgba(0, 0, 0);
}

.list-style-inside {
    list-style: inside;
}

.show-number-title {
    display: none;
}

.word-break-all {
    word-break: break-all;
}

.margin-7-0 {
    margin: 7px 0px;
}

.font-weight-300 {
    font-weight: 300;
}

.box-shadow-1 {
    box-shadow: 0 0 20px 13px #eee;
}

.font-size-14 {
    font-size: 14px;
}

.transformation-block1 {
    max-height: 100%;
    min-height: 267px;
}

.transformation-block2 {
    max-height: 100%;
    min-height: 244px;
}

.buttonFITTN {
    height: 200px;
}

.buttonCIO {
    height: 200px;
}

.padding-30 {
    padding: 30px;
}

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

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

#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;
}

#floating-icon-oracle {
    height: 5.5vh;
    width: auto;
    border-radius: 6px;
    margin-bottom: -14px;
    background-color: white;
    box-shadow: 0 0 5px rgb(154, 154, 154);
}


/* dropdown css start */

.dropdown-menu {
    border-radius: 0px;
    padding: 0px;
    background: rgba(0, 0, 0, 0.43);
    top: 61px;
    border: unset;
    max-height: 400px;
    overflow: auto;
}


/* Let's get this party started */

.dropdown-menu::-webkit-scrollbar {
    width: 12px;
}


/* Track */

.dropdown-menu::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    -webkit-border-radius: 10px;
    border-radius: 10px;
}


/* Handle */

.dropdown-menu::-webkit-scrollbar-thumb {
    -webkit-border-radius: 10px;
    border-radius: 10px;
    background: red;
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.dropdown-menu::-webkit-scrollbar-thumb:window-inactive {
    background: red;
}

.dropdown-item {
    padding: 12px 25px;
    color: white;
    font-weight: bold;
}

.dropdown-item:focus,
.dropdown-item:hover {
    color: white;
    background-color: red;
    font-weight: bold;
}


/* dropdown css end */


/* @@@@@@@@@ global css end @@@@@@@@@ */


/*@@@@@@@@@@@ aboutus_page css start @@@@@@@@@@@*/

#about_story .image_place,
#about_history .image_place,
#about_sbci_history .image_place {
    position: relative;
    display: flex;
    width: 100%;
}

#about_story .image_place img {
    width: 100%;
    /* height: 230px; */
}

#about_history .image_place img {
    width: 100%;
    /* height: 400px; */
}

#about_sbci_history .image_place img {
    width: 100%;
}


/*@@@@@@@@@@@ aboutus_page css end @@@@@@@@@@@*/


/*@@@@@@@@@@@ footer css start @@@@@@@@@@@*/

#footer {
    background-color: rgb(34, 34, 34);
    color: white;
}

.footer_company_logo {
    height: 60px;
}

.block-social>a {
    display: inline-block;
    width: 25px;
    height: 25px;
    /*font-size: 12px;*/
    line-height: 26px;
    text-align: center;
    /*color: #ffffff;*/
    /*background: #4e4e4e;*/
    margin-right: 5px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    /*background-color: #343a40;
     color: #f8f9fa;*/
}

.block-social>a:hover {
    color: white;
    background: red;
}

.block-social {
    margin-top: 10px;
}

.block-social img,
.social-buttons img {
    vertical-align: unset;
}

.contact {
    height: 18px;
}

.social-buttons {
    list-style: none;
}

.social-btn.whatsapp {
    background: rgb(121, 232, 119);
}

.social-btn.telegram {
    background: rgb(64, 168, 220);
}

.social-btn.phone {
    background: rgb(0, 0, 255);
}

.social-btn.envelope {
    background: rgb(255, 0, 0);
}

.social-btn-tool-tip {
    /*width: 100%;*/
    width: 140px;
    border-radius: 5%;
    -moz-border-radius: 5%;
    -webkit-border-radius: 5%;
    -o-border-radius: 5%;
    background: rgb(36, 40, 48);
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 14px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 0 3px black;
    padding: 0px 10px;
}

.social-btn {
    width: 40px;
    height: 40px;
    border-radius: 30%;
    -moz-border-radius: 30%;
    -webkit-border-radius: 30%;
    -o-border-radius: 30%;
    /*background: #242830;*/
    display: inline-block;
    color: rgb(255, 255, 255);
    font-size: 18px;
    line-height: 40px;
    text-align: center;
    box-shadow: 0 0 3px black;
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    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.2);
}

.social-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    /*background: #2098D1;*/
    /*background: var(--bg-color);*/
    -webkit-transform: scale(0);
    transform: scale(0);
    /*transform: rotate(0deg);*/
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    -o-border-radius: 50%;
}

.social-btn:hover:before,
.social-btn:focus:before,
.social-btn:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
    /*transform: rotate(45deg);*/
}

.social-btn:hover,
.social-btn:visited,
.social-btn:focus {
    box-shadow: 0 0 10px 2px rgb(0, 0, 0);
    color: white;
    -webkit-transition: 0.6s;
    transition: 0.6s;
}

.social-buttons li {
    display: inline-block;
}

.bt-linkedin {
    background-color: white;
    color: rgb(32, 115, 176);
}

.bt-twitter {
    background-color: white;
    color: rgb(48, 161, 242);
}

.bt-facebook {
    background-color: white;
    color: rgb(59, 89, 153);
}

.bt-pinterest {
    background-color: white;
    color: rgb(204, 63, 39);
}

.bt-youtube {
    background-color: white;
    color: rgb(223, 70, 43);
}

.bt-whatsapp {
    background-color: white;
    color: rgb(121, 232, 119);
}

.bt-telegram {
    background-color: white;
    color: rgb(64, 168, 220);
}

.bt-phone {
    background-color: white;
    color: rgb(0, 0, 255);
}

.bt-envelope {
    background: white;
    color: rgb(255, 0, 0);
}

.letsconnect-btn {
    background: red !important;
    color: white;
    font-weight: bold;
    border-radius: 50px;
    border: 1px solid red !important;
    outline: none;
}


/*@@@@@@@@@@@ footer css end @@@@@@@@@@@*/


/*@@@@@@@@@@@ services css start @@@@@@@@@@@*/

#transformation .image_place {
    padding-left: 5px;
    padding-right: 5px;
}

.transformation_row_shadow {
    box-shadow: 0 5px 30px -5px rgba(0, 0, 0, .2);
}

#transformation .image_place+div {
    padding-left: 3rem
}

#transformation img {
    background: red;
    color: white;
    border-radius: 0px;
    padding: 11px;
}


/*@@@@@@@@@@@ services css end @@@@@@@@@@@*/


/*@@@@@@@@@@@ letsconnect css start @@@@@@@@@@@*/

#letsconnect .form-control {
    border-color: unset;
    -webkit-box-shadow: none;
    border: none;
    border-bottom: 1px solid #ccc;
    border-radius: 0px;
}

#letsconnect .form-control:focus {
    border-bottom-width: 2px;
    /*border-bottom-color: rgb(96, 125, 139);*/
    border-bottom-color: black;
    -webkit-box-shadow: none;
    box-shadow: none;
}

#letsconnect .form-group {
    position: relative;
    margin-bottom: 1.5rem;
}

#letsconnect .form-control-placeholder {
    position: absolute;
    top: 0;
    padding: 7px 0 0 13px;
    transition: all 200ms;
    opacity: 0.5;
    font-size: 16px;
}

#letsconnect .form-control:focus+.form-control-placeholder,
#letsconnect .form-control:valid+.form-control-placeholder {
    font-size: 75%;
    transform: translate3d(0, -100%, 0);
    opacity: 1;
}

#letsconnect label {
    font-weight: 300;
}

#letsconnect .letsconnect_submit {
    box-shadow: 0 5px 11px 0 rgba(0, 0, 0, .18), 0 4px 15px 0 rgba(0, 0, 0, .15);
    float: left !important;
    padding: .84rem 2.14rem;
    font-size: 16px;
    background-color: rgb(235, 35, 36);
    color: rgb(255, 255, 255);
    font-weight: bold;
    outline: none;
}

#letsconnect .letsconnect_submit+p {
    margin-bottom: 20px;
    text-align: right;
    font-size: 14px;
}

#letsconnect .letsconnect {
    margin-bottom: 20px;
    background-color: white;
    position: relative;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.40);
}

#letsconnect .letsconnect_address {
    background: linear-gradient(100deg, red, black);
    color: white;
    padding-top: 30px;
}

#letsconnect .letsconnect_form {
    padding: 25px 100px 25px 70px;
    background-color: white;
}

#letsconnect .letsconnect_border_bottom_red {
    border-bottom: 4px solid red;
}


/*@@@@@@@@@@@ letsconnect css end @@@@@@@@@@@*/


/*@@@@@@@@@@@ body header css start @@@@@@@@@@@*/


/*@@@@@@@@@@@ body header css end @@@@@@@@@@@*/

.navbar-shadow {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
    border-bottom-color: rgba(255, 255, 255, 0);
    border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

#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: 90%;
    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;
}

.nav-link {
    color: white !important;
    font-weight: bold;
}

.active .nav-link {
    color: red !important;
}

.navbar-nav {
    font-size: 16px;
}

.nav-item {
    margin: 0 0 0 20px;
}

.carousel-caption {
    top: 30%;
}

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


/* 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: 31px;
    transform: rotateX(180deg);
    background: white;
}


/* flipbox End*/

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

.intro-arrow {
    /*clip-path: polygon(100% 0, 100% 89%, 50% 100%, 0 89%, 0 0);
     background-image: linear-gradient(to right, red, black);*/
    clip-path: polygon(100% 0, 100% 89%, 50% 100%, 0 89%, 0 0);
    background-image: linear-gradient(to right, red, rgb(250, 70, 85), red, rgb(250, 70, 85), red);
    /*transition: 4s;*/
}

.intro-arrow-white {
    /*clip-path: polygon(100% 0, 100% 89%, 50% 100%, 0 89%, 0 0);
     background-image: linear-gradient(to right, red, black);*/
    clip-path: polygon(100% 0, 100% 89%, 50% 100%, 0 89%, 0 0);
    background: white !important;
    transition: 0.3s;
}

#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;*/
}

.navbar-brand img {
    height: 60px;
}

.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%);
}


/* Let's Animate image CSS Start */

#oracleGoldPartner {
    position: fixed;
    /*left: 0;*/
    /*right: unset;*/
    left: 30px;
    bottom: 10px;
    /*width: 150px;*/
    color: white;
    text-align: center;
    z-index: 95;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}

#letsAnimate {
    position: fixed;
    /*left: 0;*/
    /*right: unset;*/
    right: 30px;
    bottom: 10px;
    /*width: 150px;*/
    color: white;
    text-align: center;
    z-index: 95;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    transition: all 0.6s;
}


/* #letsAnimateText {
     position: relative;
     background: var(--bg-color);
     padding: 2px 5px;
     -webkit-transition: all 0.6s;
     -moz-transition: all 0.6s;
     transition: all 0.6s;
     font-weight: 600;
     cursor: pointer;
     left: 61.3333%;
     top: -53px;
 }

 #letsAnimateText>a {
     color: white;
     text-decoration: none;
 }*/

#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;
        top: 10%;
        right: 10%;
        bottom: 85px;
        left: 10%;
        padding: 20px 50px;
        display: block;
        border-radius: 4px;
        transform: translateY(20px);
        transition: all 0.5s;
        visibility: hidden;*/
    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:before {
    /*position: relative;
        width: 1px;
        height: 1px;
        background: white;
        content: "";
        bottom: 10px;
        left: 50%;
        top: 95%;
        color: #fff;
        border-radius: 50%;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);*/
    /*position: relative;
        width: 1px;
        height: 1px;
        background: white;
        content: "";
        bottom: 10px;
        left: 50%;
        top: 95%;
        color: #fff;
        border-radius: 50%;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);*/
}

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

.wrap-sirma-news.active:before {
    /*content: "x";
        position: absolute;
        top: 3px;
        right: 3px;
        background: red;
        border-radius: 5px;
        padding: 0px 7px;
        z-index: 51;
        font-weight: bold;
        color: white;
        box-shadow: 0 0 4px 0px rgb(0, 0, 0);*/
    /*content: "X";
        color: black;*/
    /*height: 2000px;
        width: 2000px;
        border-radius: 50%;
        top: 50%;
        left: 50%;
        margin-left: -1000px;
        margin-top: -1000px;
        display: block;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);*/
    /*height: auto;
        width: auto;
        border-radius: 50%;
        display: block;
        -webkit-transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 600ms cubic-bezier(0.215, 0.61, 0.355, 1);*/
}

.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);
}


/*#sirma_partners .carousel-item .row {
    height: 300px;
}*/

#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;
}


/* Ajax loading animation Start */

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

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

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

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

.spinnerMail {
    width: 40px;
    height: 40px;
    border: 4px #ddd solid;
    border-top: 4px red solid;
    border-radius: 50%;
    animation: sp-animeMail 0.8s infinite linear;
}

@keyframes sp-animeMail {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(359deg);
    }
}

.is-hide {
    display: none;
}


/* Ajax loading animation End */

@media only screen and (max-width: 610px) {}


/*@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {*/

@media only screen and (max-width: 480px) {
    /* Styles */
    .intro-item-video {
        margin-bottom: -5px;
    }
    .intro-item-image {
        margin-bottom: 0px;
    }
    .carousel-caption {
        right: 10%;
        left: 10%;
        padding-top: 0px;
        padding-bottom: 0px;
    }
    .carousel-header {
        font-size: 20px;
        /*margin-top: 10px;
        margin-bottom: 5px;*/
    }
    .carousel-content {
        font-size: 11px !important;
    }
    .navbar-brand img {
        height: 30px;
    }
    .navbar-brand {
        margin-top: -9px;
        padding-bottom: 0px;
    }
    .navbar-toggler {
        padding: 0rem .75rem;
    }
    h2 {
        font-size: 25px;
    }
    h3 {
        font-size: 20px;
    }
    h4 {
        font-size: 19px;
    }
    h5 {
        font-size: 17px;
    }
    #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_img img {
        /*height: 50px;*/
    }
    #sirma_partners .partner_content {
        text-align: center;
        padding-right: 0rem;
    }
    .wrap-sirma-news {
        padding: 2px 5px;
        width: 95%;
    }
    #oracleGoldPartner {
        left: 0px;
    }
    .social-buttons {
        display: table-caption;
    }
    .social-buttons li {
        margin: 5px;
    }
    /*@@@@@@@@@@@ letsconnect css end @@@@@@@@@@@*/
    #letsconnect .letsconnect_form {
        padding: 25px 45px 25px 40px;
    }
    /*@@@@@@@@@@@ letsconnect css end @@@@@@@@@@@*/
    .header {
        font-size: 24px;
    }
    .texthead {
        font-size: 32px !important;
    }
    .subheader {
        font-size: 22px;
    }
    p {
        font-size: 16px;
    }
    .banner_header {
        font-size: 30px;
    }
    .banner_image {
        width: 100%;
        height: 250px;
    }
}