/*=======clients css===========*/
.sigma_companies {
    height: 100%;
    position: relative;
    display: flex;
    flex-wrap: wrap;
}

.sigma_companies .sigma_companies-item {
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #F0F2F3;
    cursor: pointer;
    position: relative;
		padding: 20px 30px;
}

.sigma_companies .sigma_companies-item img {
    transition: .3s;
}

.sigma_companies .sigma_companies-item-name {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sigma_companies .sigma_companies-item-name span {
    font-weight: 600;
    display: block;
    opacity: 0;
    visibility: hidden;
    transform: translateY(-5px);
    transition: .3s;
}

.sigma_companies .sigma_companies-item:hover img {
    transform: translateY(5px);
    opacity: 0;
    visibility: hidden;
}

.sigma_companies .sigma_companies-item:hover span {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}
/* style 2 */
.sigma_clients_wrapper.client-style-2 .sponsors .slide-item {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
}
.sigma_clients_wrapper.client-style-2 .sponsors .slide-item img {
    margin: 0 auto;
}
.sigma_clients_wrapper.client-style-2{
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}
.sigma_clients_wrapper.client-style-2 .sigma_shortcode-slider.sponsors {
    margin:0 20px;
}

/* clients style 3 */
.sigma_clients_wrapper.client-style-3 .brand-item {
    position: relative;
    overflow: hidden;
    display: block;
}
.sigma_clients_wrapper.client-style-3 .brand-item>img{
  transition: 0.5s all;
  transform: none;
}
.sigma_clients_wrapper.client-style-3 .brand-item:hover>img {
    transform: scale(1.2);
}
.sigma_clients_wrapper.client-style-3 .sigma_shortcode-slider button.slick-prev {
    right: 51px;
    left: auto;
}
.sigma_clients_wrapper.client-style-3 .sigma_shortcode-slider button.slick-next {
    right: 0;
}
.sigma_clients_wrapper.client-style-3 .sigma_shortcode-slider button.slick-arrow {
    opacity: 1;
    visibility: visible;
    position: absolute;
    top: -75px;
    display: block !important;
}

/*============ Call to action css ===========*/
.andro_cta {
    position: relative;
    margin-bottom: 30px;
    z-index: 1;
    border-radius: 8px;
    box-shadow: 0 3px 24px rgba(0, 0, 0, .04);
    overflow: hidden;
}
.andro_cta.cta-3 {
    position: relative;
    padding: 40px 40px 120px;
    text-align: center;
    overflow: hidden;
    margin: 0;
}

.andro_cta.cta-3::before {
    display: none;
}

.andro_cta.cta-3 img {
    position: absolute;
    bottom: -130px;
    width: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.andro_cta.cta-3 h6,
.andro_cta.cta-3 h4 {
    font-weight: 700;
    font-style: italic;
    margin: 0;
}

.andro_cta.cta-3 h6 {
    text-transform: uppercase;
    font-size: 14px;
}
.andro_btn-custom {
    cursor: pointer;
    display: inline-block;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    position: relative;
    border: 0;
    font-weight: 600;
    -o-transition: 0.3s;
    transition: 0.3s;
    text-transform: uppercase;
    border-radius: 25px;
    z-index: 1;
    box-shadow: 0 3px 24px rgba(0, 0, 0, .1);
}
.andro_cta.cta-3 .andro_btn-custom {
    margin-top: 20px;
}

.andro_cta.cta-3 h4 {
    font-size: 36px;
    max-width: 160px;
    margin: 0 auto;
    color: #fff;
}
.andro_btn-custom.btn-sm {
    padding: 12px 16px;
    font-size: 13px;
}

.andro_btn-custom.secondary {
    background-color: #18181D;
    color: #fff;
}

/* cta style 3 */

.andro_cta.cta-4 {
    margin: 0;
    padding: 40px 7%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
}

.andro_cta.cta-4::before {
    display: none;
}

.andro_cta.cta-4 h4,
.andro_cta.cta-4 h5 {
    padding: 10px;
    color: #fff;
    font-style: italic;
    background-color: #18181D;
    display: block;
    margin: 0;
}

.andro_cta.cta-4 h5 {
    margin-left: 20px;
    max-width: 230px;
}

.andro_cta.cta-4 h4 {
    max-width: 340px;
}

.andro_cta.cta-4 a {
    margin: 20px 0 0 60px;
}
.andro_btn-custom.light {
    background-color: #fff;
}
/* cta style 4 */
.andro_cta.cta-4{
  padding: 60px 30px;
  height: calc(100% - 30px);
  z-index: 1;
}
.sigma_cta.cta-style-4:before {
    display: none;
}
.sigma_cta.cta-style-4 .andro_cta.bg-overlay:before{
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: block;
  border-radius: 8px;
  transition: .3s;
}
.sigma_cta.cta-style-4 .andro_cta.cta-4 a {
    margin: 0;
    border-radius: 0;
    margin-bottom: 60px;
    display: inline-block;
}
.sigma_cta.cta-style-4 .andro_cta.cta-4 h4 {
    color: #fff;
    background: none;
    padding: 0;
    margin-bottom: 20px;
}
.sigma_cta.cta-style-4 .andro_cta.cta-4 p{
  color:#fff;
}
.sigma_cta.cta-style-4 .andro_cta.cta-4 i {

    line-height: 1;
    margin-bottom: 40px;
    color: #fff;
}
.sigma_cta.cta-style-4 .andro_cta.cta-4 i:before{
    font-size: 40px;
    margin-left: 0;
}
/* cta style 5 */
.sigma_cta.cta-style-5 .fis-thumb-box {
    height: 260px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.sigma_cta.cta-style-5 .fis-thumb-box .thumb-text {
    position: absolute;
    left: 0;
    bottom: 0;
    right: 0;
    text-align: center;
    transition: 0.5s all;
    transform: translateY(100%);
}
.sigma_cta.cta-style-5 .fis-thumb-box .thumb-text .front {
    background: #fff;
    padding: 15px 0;
    transition: 0.5s all;
}
.sigma_cta.cta-style-5 .fis-thumb-box .thumb-text .subtitle {
    margin-bottom: 10px;
    font-size: 16px;
    text-transform: uppercase;
    color: #c30c0c;
    font-weight: 600;
}
.sigma_cta.cta-style-5 .fis-thumb-box .thumb-text .title {
    font-size: 30px;
    margin-bottom: 10px;
}
.sigma_cta.cta-style-5 .fis-thumb-box .thumb-text .lasttitle {
    margin-bottom: 0;
    color:#777;
}
.sigma_cta.cta-style-5 .fis-thumb-box:hover .thumb-text {
    transform: rotateX(0deg);
}
.sigma_cta.cta-style-5:before,
.sigma_cta.cta-style-6:before {
    display: none;
}
/* cta style 6 */
.sigma_cta.cta-style-6 .banner-thumbnail {
    position: relative;
    height: 335px;
    border-radius: 8px;
}
.sigma_cta.cta-style-6 .banner-thumbnail img{
    border-radius: 8px;
    transition: 0.5s all;
    transform: none;
}
.sigma_cta.cta-style-6 .banner-thumbnail:hover img {
    transform: scale(1.2);
}
.sigma_cta.cta-style-6 .banner-thumbnail .absolute-text {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 0;
    transform: translateY(-50%);
}
.sigma_cta.cta-style-6 .banner-thumbnail .thumbnail-text {
    max-width: 250px;
}
.sigma_cta.cta-style-6 .banner-thumbnail .thumbnail-text h5 {
    font-size: 30px;
    font-weight: 600;
}
.sigma_cta.cta-style-6 .banner-thumbnail .thumbnail-text a {
    font-size: 15px;
    font-weight: 600;
}

/*=========== custom tabs css ==========*/
.tez-plans-inner .nav-tabs{
    border: none;
    width: 100%;
    margin: 0 -5px -10px;
}
.tez-plans-inner .nav-tabs>.nav-item{
    width: 50%;
    padding: 0 5px 10px;
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.tez-plans-inner .nav-tabs>.nav-item>.nav-link{
    margin-right: 0;
    width: 100%;
    height: 100%;
    padding: 18px 0;
    border-radius: 8px;
    background: #9d0d0d;
    border: none;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}
.tez-plans-inner .nav-tabs>.nav-item>.nav-link span,
.tez-plans-inner .nav-tabs>.nav-item>.nav-link i{
    flex-basis: 100%;
    max-width: 100%;
    text-align: center;
}
.tez-plans-inner .nav-tabs>.nav-item>.nav-link i:before{
    font-size: 55px;
    line-height: 1;
}
.tez-plans-inner .nav-tabs>.nav-item>.nav-link p{
    margin: 0;
}
.tez-plans-inner .nav-tabs>.nav-item>.nav-link:hover,
.tez-plans-inner .nav-tabs>.nav-item>.nav-link.active{
    background: #fff;
    color: #c30c0c;
}
.tez-plans-inner .nav-tabs>.nav-item>.nav-link:hover p,
.tez-plans-inner .nav-tabs>.nav-item>.nav-link.active p{
    color: #000;
}
.tez-plans-inner .tab-content{
    margin-top: 0;
}
.tez-plans-inner .tab-inner h4{
    color: #fff;
}
.accordion-style {
    margin-top: -10px;
}
.accordion-style .card{
    border: none;
    background: transparent;
    border-radius: 0;
}
.accordion-style .card .card-header{
    border: none;
    background: transparent;
    border-radius: 0;
    padding: 10px 0;
}
.accordion-style .card .card-header .card-link{
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
}
.accordion-style .card .card-header .card-link:after{
    content: '\f056';
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #000;
}
.accordion-style .card .card-header .card-link.collapsed:after{
    content: '\f055'
}
.accordion-style .card .card-body{
    padding: 0;
}
.accordion-style .card .card-body p{
    margin-bottom: 0;
}
.tez-plans-inner .tab-inner p {
    color: #fff;
}
/*=========== gallery css ===========*/
.gallery-style-1 .magnific-gallery .masonary-item {
height: 100%;
position: relative;
}
.gallery-style-1 .magnific-gallery .masonary-item .popup:before {
    position: absolute;
    top: 50%;
    opacity: 0;
    color: #fff;
    font-size: 26px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    content: "\f002";
    pointer-events: none;
    z-index: 9000;
    transition: 0.4s;
    transform: translate(0px, -50%);
    left: 0;
    right: 0;
    text-align: center;
}
.gallery-style-1 .magnific-gallery .masonary-item .popup:after {
    position: absolute;
    top: 0;
    left: 0px;
    width: 100%;
    height: 100%;
    opacity: 0;
    background: #c30c0c7a;
    content: '';
    transition: 0.4s;
}
.gallery-style-1 .magnific-gallery .masonary-item:hover .popup:after,
.gallery-style-1 .magnific-gallery .masonary-item:hover .popup:before{
  opacity: 1;
}
.gallery-style-1 .row.magnific-gallery>div {
    padding: 5px;
}

/*========== slider css ==========*/
.sigma_banner .slick-track,
.sigma_banner .slick-slide {
    margin: 0;
}

.sigma_banner.banner-style-1 {
    padding: 15px 40px;
    background-color: #F0F2F3;
    border-radius: 8px;
}

.sigma_banner h1 {
    font-size: 32px;
}

.sigma_banner p:first-child {
    margin-bottom: 10px;
}

.sigma_banner p {
    margin-bottom: 20px;
}

.sigma_banner-slider .slick-track {
    padding: 10px 0;
}
.sigma_banner .andro_btn-custom {
    padding: 12px 30px;
    background: #c30c0c;
    color: #fff;
}
.sigma_banner .andro_btn-custom:hover {
    background: #fff;
    color: #c30c0c;
}
.sigma_banner .slick-dots li.slick-active button{
  background-color: #c30c0c;
}

.slick-dots li button{
  background-color:#fff;
}
/* slider style 2 */
.sigma_banner.banner-style-2 {
    padding: 0;
    background: none;
    overflow: hidden;
    border-radius: 0;
}
.sigma_banner.banner-style-2 .slide-item {
    position: relative;
    overflow: hidden;
    z-index: 1;
    height: 800px;
}
.image-fit {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.sigma_banner.banner-style-2 .slick-dots {
    position: absolute;
    bottom: 70px;
    z-index: 1;
    left: 50%;
}
.sigma_banner.banner-style-2 .sigma_shortcode-slider:hover .slick-prev {
    left: 10px;
}
.sigma_banner.banner-style-2 .sigma_shortcode-slider:hover .slick-next{
  right:10px;
}

/*========== video css ========*/
.tez-plans-inner .video-section{
    position: relative;
    height: 450px;
}
.tez-plans-inner .video-section img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 8px;
}
.tez-plans-inner .video-section .overlap-text{
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-width: 350px;
    margin-left: 50px;
}
.tez-plans-inner .video-section .overlap-text h4{
    margin: 0;
    font-size: 36px;
    font-weight: 500;
    background: #c30c0c;
    color: #fff;
    box-decoration-break: clone;
    -webkit-box-decoration-break: clone;
    padding: 3px 15px 5px;
    line-height: 1.8;
    display: inline;
}
.tez-plans-inner .video-section .video-btn{
    display: flex;
    width: 100px;
    height: 100px;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 50px;
    bottom: -20px;
    background: #f00;
    color: #fff;
    border-radius: 7px;
    font-size: 40px;
}
.tez-plans-inner .video-section .video-btn:hover{
    background-color: #fff;
    color: #c30c0c;
}
.video-modal .modal-content, .video-modal .modal-header {
    padding: 0;
    border: none;
    background: transparent;
}
.video-modal iframe {
    width: 100%;
    height: 350px;
    border: none;
    object-fit: cover;
    object-position: center;
}
.video-modal .modal-header {
    margin-bottom: 20px;
    justify-content: flex-end;
}
#videomodal .modal-body {
    padding: 0;
}
/* video style 2 */
.video-style-2 .video-box{
  height: 100%;
  position:relative;
}
.video-style-2 .video_wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    background-color: #000;
    height: 400px;
}
.video-style-2 .videoIframe {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: transparent;
    border: none;
}
.video-style-2 .videoPoster img {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    border: none;
    background-position: center;
    overflow: hidden;
    opacity: 1;
    transition: opacity 100ms, height 0s;
    transition-delay: 0s, 0s;
    object-position: center;
    object-fit: cover;
}
.video-style-2 .videoPoster .video-inner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

.video-style-2 .video-btn-wrapper {
    height: 120px;
    width: 120px;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    font-size: 25px;
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: height .25s ease, width .25s ease;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}
.video-style-2 .video-btn-wrapper:before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 50%;
    border: 1px solid #fff;
    animation: ripple 2s linear infinite;
}
.video-style-2 .videoWrapperActive .videoPoster {
    opacity: 0;
    height: 0;
    transition-delay: 0s, 800ms;
}

/* video style-3 */
.video-style-3 .sigma_video-notice-inner {
    margin: 0 auto;
    text-align: center;
}
.video-style-3 .sigma_video-notice-inner {
    max-width: 600px;
}
.video-style-3 .sigma_video-notice-inner p {
    margin-bottom: 25px;
}
.video-style-3 .sigma_video-button {
    width: 70px;
    height: 70px;
    position: relative;
    margin: 80px auto 0;
    z-index: 3;
    background-color: #fff;
    border-radius: 50%;
    box-shadow: 0 3px 24px rgba(0,0,0,.04);
    display: flex;
    align-items: center;
    justify-content: center;
    top: auto;
    left: auto;
    transform: none;
}
.video-style-3 .sigma_video-button:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 50%;
    transform: scale(1.3);
    z-index: -1;
    width: 100%;
    height: 100%;
    -webkit-animation-name: pulseInOut;
    -moz-animation-name: pulseInOut;
    -o-animation-name: pulseInOut;
    animation-name: pulseInOut;
    animation-duration: 2s;
    animation-iteration-count: infinite;
    background: #fff;
}
/* video style 4 */

.video-sec-4 {
    position: relative;
    height: 100%;
}

.video-sec-4 img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
    padding-left: 50px;
}

.video-sec-4 .video-btn {
    width: 100px;
    background-color: #fff;
    height: 100px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0px 1px 10px 0px #8d8d8d38;
    font-size: 26px;
    color: #c30c0c;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.video-sec-4 .video-btn:after {
    position: absolute;
    top: -10px;
    left: -10px;
    content: "";
    width: 120px;
    height: 120px;
    border: 2px dashed #ffffff;
    border-radius: 100px;
}

.video-sec-4 .video-btn:hover:after {
    animation: rotation 10s infinite linear;
}
/* video style 5 */
.video-sec-5 .video-btn {
    color: #fff;
    height: 70px;
    width: 70px;
    text-align: center;
    line-height: 70px;
    background-color: #c30c0c;
    position: relative;
    margin-bottom: 40px;
    display: block;
}
.video-sec-5 .video-btn:after {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%;
    content: '';
    background-color: #c30c0c;
    z-index: -1;
    animation: ripple-white 1s linear infinite;
}
/* list style */
.sigma-list li.list-item p {
    margin-bottom: 0;
    padding-left: 10px;
}

.sigma-list li.list-item {
    display: flex;
    align-items: baseline;
}
.sigma-list li.list-item .sigma-list-icon i {
    color: #c30c0c;
}

/* responsvie */
@media (max-width: 1200px) {
  .video-style-2 .video_wrapper {
    height: 540px;
  }
}


.btn-group-sm>.btn, .btn-sm{
    border-radius: 25px!important; 
}

.upperlayer-sec{
    position: relative;
    z-index: 1;
}