.homeBanner {
    background-image: url('../images/homeBackgroundImg.webp');
    background-position: right;
    background-size: contain;
    background-repeat: no-repeat;
    height: 80vh;
    margin-top: -95px
}

.bg_default_blue {
    color: #fff !important;
    font-size: 1.2rem;
    padding: 1rem 0;
    font-weight: 600;
}

.banner_content {
    margin: 8rem 0 0 0;
}

.banner_content h1 {
    font-size: 2.5rem;
    font-weight: 700;
    line-height: normal;
    color: #000;

}

.banner_content p {
    font-size: 1rem;
    color: #000;
    line-height: 1.6rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

.banner_btn {
    border-radius: 50px;
    padding: .7rem 2rem;
    background: transparent;
    color: #ff6b00;
    border: 1px solid #ff6b00;
    transition: .8s ease-in-out
}

.banner_btn:hover {
    color: #fff;
    background: #ff6b00;
    box-shadow: 0 15px 30px 0 rgba(255, 107, 0, .15);
    -webkit-transform: translate(5px, 2px);
    -ms-transform: translate(5px, 2px);
    transform: translate(5px, 2px)
}

.clients_sec {
    margin:2rem 0 4rem 0;
}

.clients_logo {
    /* display: flex;
    justify-content: space-between; */
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 20%;
    flex: 0 0 20%;
    max-width: 20%;
    margin-top: 0;
    text-align: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;

}

.clients_sec img {
    margin: 0 auto;
    transition: 1s ease-in-out;
    cursor: pointer;
    height: auto;
    filter: grayscale(100%);
}

.clients_logo img:hover {
    transform: scale(1.3);
    filter: saturate(3);
}

.industries_sec {
    margin: 4rem 0;
}

.industries_1st_left_c {
    margin-bottom: 2rem;
}

.industries_1st_left_c p {
    color: #222;
    font-size: 2rem;
    font-weight: 600;
    line-height: normal;
}

.industries_1st_left_c p:hover {
    color: #ff6b00;
}

.industries_1st_left_c .social_icon {
    display: inline-block;
    width: 100%;
    word-spacing: 15px;
    margin-top: 1rem;
}

.social_icon a {
    display: inline-block;
    margin: 0;
    background-color: transparent;
    border: 1px solid #0a78be;
    color: #0a78be;
    text-align: center;
    border-radius: 10px;
    padding: .6rem 0 .5rem 0;
    width: 40px;
    height: auto;

}

.social_icon a i {
    font-size: 21px;

}

.industries_1st_right_c {
    align-content: center;
    align-items: center;
    background-color: #0a78be;
    padding: 30px 28px 30px 0;
    border-radius: 16px;
    display: flex;
    position: relative;
    width: 100%;
    flex-wrap: wrap;
    margin-bottom: 2rem;
}

.industries_1st_right_h2 {
    margin-bottom: 0;
    position: absolute;
    margin-left: 2.6rem !important;
}

.industries_1st_right_h2 h2 {
    color: #fff;
    font-family: Poppins, Sans-serif;
    font-size: 72px;
    font-weight: 700;
    line-height: 90px;
    padding: 0;
    margin: 0;
}

.industries_1st_right_h3 {
    margin: 0 0 0 142px;
    transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, transform var(--e-transform-transition-duration, .4s);
}

.industries_1st_right_p {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 34px;
}

.industries_1st_right_h3 p {
    color: #fff;
}

.industries_2nd_left_c {
    align-content: flex-end;
    background-color: #0a78be;
    margin: 0;
    padding: 36px 160px 30px 23px;
    border-radius: 16px 230px 230px 16px;
}

.industries_2nd_img {
    top: 0;
    right: 20px;
    z-index: 99;
    margin-bottom: 0;
    position: absolute;
    text-align: center;
}

.industries_2nd_img img {
    height: auto;
    max-width: 225px;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.industries_2nd_left_bottom {
    margin-bottom: 5px;
    position: relative;
    padding: 0 60px 0 0;
}

.industries_2nd_left_bottom p {
    margin-top: 1rem;
    color: #fff;
    padding-right: 1rem;
}

.industries_2nd_left_bottom h3 {
    font-size: 1.3rem;
    color: #fff;
    font-weight: 500;
}

.industries_2nd_right_c {
    align-content: flex-end;
    align-items: flex-end;
    background-image: url(../images/shape-2.webp);
    background-position: bottom right;
    background-repeat: no-repeat;
}

.industries_2nd_right_c p {
    color: #000;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 20px;
    font-size: 1.7rem;
}

.industries_2nd_right_btn {
    background-color: #ff6b00;
    color: #fff;
    border-radius: 50px;
    padding: .7rem 2rem;
    transition: .8s ease-in-out
}

.industries_2nd_right_btn:hover {
    color: #fff;
    text-decoration: none;
    box-shadow: 0 15px 30px 0 rgb(63 81 181 / 15%);
    background-color: #0a78be;
    -webkit-transform: translate(5px, 2px);
    -ms-transform: translate(5px, 2px);
    transform: translate(5px, 2px)
}

/*  */
#myModal img {
    width: 100%;
    height: auto;
}


/* services sec start */
.service_sec {
    margin: 5rem 0;
}

.service_sec h2 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #0b79be;
    text-align: center;
}

.service_sec p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.topRated {
    font-size: 0
}

.topRated .columnFour {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    overflow: hidden
}

.topRated .columnFour .contentDesc {
    min-height: 304px;
    display: table;
    width: 100%
}

.topRated .columnFour .contentDesc .contentTexture {
    display: table-cell;
    vertical-align: middle;
    padding: 10px 30px;
    height: 100%;
    overflow: hidden
}



.topRated .columnFour .contentDesc .contentTexture h3 {
    margin: 0;
    font-size: 1.2rem;
    color: #fff;
    line-height: normal;
    font-weight: 600;
    margin-top: 0
}

.topRated .columnFour .contentDesc .contentTexture p {
    text-align: start;
    color: #fff;
    font-size: 15px;
    padding-right: 0;
    margin-bottom: 10px;
    line-height: normal
}

.topRated .columnFour .contentDesc .contentTexture a {
    font-size: 15px;
    text-transform: uppercase;
    color: #fff;
    display: inline-block;
    clear: both
}

.topRated .columnFour .contentDesc .contentTexture a .iconsArrow {
    padding-left: 10px
}

.topRated .columnFour .contentDesc .contentTexture a:hover {
    text-decoration: none
}

.topRated .columnFour .contentDesc .contentTexture a:hover .iconsArrow {
    padding-left: 20px
}

.topRated .columnFour .contentDesc .contentTexture ul.list {
    padding: 0;
    margin-top: 2rem;
    display: block
}

.topRated .columnFour .contentDesc .contentTexture .list li {
    font-size: 13px;
    color: #3b3b3b;
    letter-spacing: 1px;
    text-transform: uppercase;
    cursor: default;
    list-style: none;
    float: left;
    padding: 0 12px;
    border-right: 1px solid #3b3b3b;
    line-height: 13px
}

.our_latest_work ul li:nth-child(3n),
.topRated .columnFour .contentDesc .contentTexture .list li:last-child {
    border-right: none
}

.topRated .columnFour .contentDesc .contentTexture .list li a {
    font-size: 12px;
    color: #9e9e9e;
    letter-spacing: .5px;
    text-transform: uppercase;
    text-decoration: none;
    border-bottom: 1px solid #9e9e9e;
    padding-bottom: 0
}

.topRated .columnFour .contentDesc.all .contentTexture p {
    opacity: 0;
    font-size: 14px;
    transition: opacity .2s;
    height: 0;
    margin-bottom: 0;
    margin: 0;
}

.topRated .columnFour .contentDesc.all .contentTexture ul {
    padding-bottom: 0
}

.topRated .columnFour .contentDesc.all .contentTexture li:first-child {
    padding-left: 0
}

.topRated .columnFour .contentDesc.all .contentTexture .readMore {
    color: #7d8082;
    margin-top: 0;
    opacity: 0;
    height: 0
}

.topRated .columnFour .contentDesc.all .contentTexture:hover p {
    transition-delay: 50ms;
    transition-duration: .5s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    height: auto;
    margin-bottom: 30px
}

.topRated .columnFour .contentDesc.all .contentTexture:hover h5 {
    transition: opacity .2s;
    transform: translate3d(0, -20px, 0)
}

.topRated .columnFour .contentDesc.all .contentTexture:hover ul {
    transition: opacity .2s;
    transform: translate3d(0, -20px, 0);
    padding: 0;
}

.topRated .columnFour .contentDesc.all .contentTexture:hover .readMore {
    transition-delay: 50ms;
    transition-duration: .5s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    height: auto
}

.topRated .columnFour .contentDesc.all .contentTexture:hover .readMore:hover {
    color: #fff
}

.topRated .columnFour .contentDesc.all .contentTexture:hover .newiconsH {
    opacity: 0;
    transition: opacity .2s;
    transform: translate3d(0, 40px, 0);
    height: 0
}

.topRated .columnFour .blueHighlight {
    border-top: 8px solid #0c4a71;
    position: relative;
    color: #fff;
    background-color: #1d83d6;
    background: linear-gradient(135deg, #1d83d6 0, #095fa4 100%)
}

.topRated .columnFour .blueHighlight:after {
    background: url('../images/setting-icon.webp') no-repeat;
    content: "";
    width: 110px;
    height: 114px;
    right: 0;
    bottom: 0;
    display: block;
    position: absolute
}

.weoffer_outer .weoffer_box:first-child::before,
.weoffer_outer .weoffer_box:nth-child(2)::after {
    bottom: -100px;
    width: 0;
    height: 120px;
    border-right: 3px dashed #5186ff;
    border-bottom: 0;
    margin: 0 auto
}

.topRated .columnFour .blueHighlight p {
    color: #8cc8fb
}

.topRated .columnFour .blueHighlight .contentDesc .contentTexture a {
    position: relative;
    padding-right: 70px;
    z-index: 1
}

.topRated .columnFour .blueHighlight .contentDesc .contentTexture a .arrowRight {
    top: 27px
}

.orangeBdr {
    border-top: 8px solid #ff6b00
}

.newiconsH {
    background: url(../images/services_icons.webp) no-repeat;
    display: inline-block;
    height: 48px;
    width: 58px;
    transition-delay: 50ms;
    transition-duration: .35s;
    transform: translate3d(0, 0, 0);
    opacity: 1;
    margin-bottom: 1rem;
}

.newiconsH.mobileIcon {
    background-position: 0 0
}

.newiconsH.ecommerceIcon {
    background-position: -178px 0
}

.newiconsH.cloudIcon {
    background-position: -360px 0
}

.newiconsH.appIcon {
    background-position: 0 -148px
}

.newiconsH.offshoreIcon {
    background-position: -180px -148px
}

.newiconsH.iotIcon {
    background-position: -368px -148px
}

.newiconsH.webIcon {
    background-position: 0 -294px
}

.bbWhite {
    border-bottom: 1px solid rgba(255, 255, 255, .1)
}

/* our development approch start */
.dev_approch {
    overflow: hidden;
    margin: 4rem 0rem;
}

.dev_con_approch {
    max-width: 70%;
    width: 100%;
    margin: 0 auto;
}

.dev_con_approch h3 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #0b79be;
    text-align: center;
}

.dev_con_approch p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 2rem;
}


/* .dev_approch .container {
    max-width: 1200px !important
} */

.dev_approch .row>* {
    flex: 0 0 20%;
    max-width: 20%
}

.function-item {
    padding: 45px 20px 60px;
}

.function-item span {
    display: block;
    height: 80px;
    width: 100px;
    margin: 0 auto;
}

.function1 h3 {
    color: #ae88e8;
}

.function2 h3 {
    color: #7099df;
}

.function3 h3 {
    color: #e89388;
}

.function4 h3 {
    color: #df70dd;
}

.function5 h3 {
    color: #e29b9e;
}

.function-item h3 {
    font-size: 19px;
    line-height: 22px;
    font-weight: 500;
    padding-top: 10px;
}

.function1.function-item:before {
    background: url('https://sisgain.com/assets/images/curve1.webp') top left / 100% no-repeat;
}

.function2.function-item:before {
    background: url(https://sisgain.com/assets/images/curve2.webp) top left / 100% no-repeat;
}

.function3.function-item:before {
    background: url(https://sisgain.com/assets/images/curve3.webp) top left / 100% no-repeat;
}

.function4.function-item:before {
    background: url(https://sisgain.com/assets/images/curve4.webp) top left / 100% no-repeat;
}

.function-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 450px;
    height: 250px;
    top: 0;
    left: 0;
}

/* our dev approch end */

/* industries we focus on start  */

.industries_we_focus {
    width: 100%;
    margin: 4rem 0rem;
}

.industries_con {
    width: 100%;
    max-width: 80%;
    margin: 0 auto;
}

.industries_con h3 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #0b79be;
    text-align: center;
}

.industries_con p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.our_latest_work {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    text-align: center;
}

.our_latest_work ul {
    margin: 20px 0 0;
    padding: 0;
}

.our_latest_work ul li {
    float: left;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 33.3%;
    position: relative;
}

.our_latest_work ul li:hover img {
    transform: scale(1.2)
}

.our_latest_work ul li img {
    transform: scale(1);
    transition: .5s;
}

.our_latest_work ul li .textbl {
    background: rgba(0, 0, 0, .6);
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    padding: 13% 0;
}

.our_latest_work ul li .textbl:hover {
    /* background:transparent; */
    background: rgba(0, 0, 0, 0.312);

}

.our_latest_work ul li:nth-child(1n) .textbl .icon {
    background: url(https://sisgain.com/assets/images/icons/healthcare2.webp) no-repeat rgba(0, 0, 0, 0);
    display: inline-block;
    height: 70px;
    margin: 0 auto;
    width: 70px;
}

.our_latest_work ul li:nth-child(2n) .textbl .icon {
    background: url(https://sisgain.com/assets/images/icons/realestate.webp) no-repeat rgba(0, 0, 0, 0);
}


.our_latest_work ul li:nth-child(3n) .textbl .icon {
    background: url(https://sisgain.com/assets/images/icons/education.webp) no-repeat rgba(0, 0, 0, 0);
}

.our_latest_work ul li:nth-child(4n) .textbl .icon {
    background: url(https://sisgain.com/assets/images/icons/automobile.webp) no-repeat rgba(0, 0, 0, 0);
}

.our_latest_work ul li:nth-child(5n) .textbl .icon {
    background: url(https://sisgain.com/assets/images/icons/e-learning.webp) no-repeat rgba(0, 0, 0, 0);
}

.our_latest_work ul li:nth-child(6n) .textbl .icon {
    background: url(https://sisgain.com/assets/images/icons/resturant.webp) no-repeat rgba(0, 0, 0, 0);
}

.our_latest_work ul li:nth-child(7n) .textbl .icon {
    background: url(https://sisgain.com/assets/images/icons/travel.webp) no-repeat rgba(0, 0, 0, 0);
}

.our_latest_work ul li:nth-child(8n) .textbl .icon {
    background: url(https://sisgain.com/assets/images/icons/finance.webp) no-repeat rgba(0, 0, 0, 0);
}

.our_latest_work ul li:nth-child(9n) .textbl .icon {
    background: url(https://sisgain.com/assets/images/icons/telecomunication.webp) no-repeat rgba(0, 0, 0, 0);
}

.our_latest_work ul li .textbl h3 {
    font-weight: 600;
    color: #fff;
    font-size: 22px;
    /* margin: 0; */
    padding: 0;
}

.our_latest_work ul li .textbl p {
    color: #fff;
    text-align: center;
    margin: 0 auto;
    display: block;
    line-height: normal;
    width: 80%;
}

.our_latest_work ul li:nth-child(4n),
.our_latest_work ul li:nth-child(5n),
.our_latest_work ul li:nth-child(6n),
.weoffer_box:nth-child(4n):after {
    border-bottom: none
}

/* industries we focus on end  */

/* clients value start  */
.clients_value {
    margin: 4rem 0;
}

.clients_value h3 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #0b79be;
    text-align: center;
}

.clients_value p {
    text-align: center;
    font-size: 1rem;
    margin-bottom: 2rem;
}

.clients_value_item {
    border-radius: 15px;
    box-shadow: rgba(50, 50, 93, .25) 0 6px 12px -2px, rgba(0, 0, 0, .3) 0 3px 7px -3px;
    width: 100%;
    height: 100% !important;
    padding: 20px;
    background: #fff;
}

.clients_value_item img {
    border-radius: 15px;
    width: 100%;
    height: auto;
}

.clients_value_item h4 {
    font-size: 1.4rem;
    font-weight: 600;
}

.clients_value_item p {
    color: #000;
    margin-bottom: 0;
    font-size: 1rem;
    text-align: justify;
    line-height: normal;
}

.clients_value .col-lg-4 {
    margin-bottom: 2rem;
}

/* clients value end  */

/* portfolio section start */
.cases-section {
    position: relative;
    padding: 5rem 0;
    background-color: #f5f5f5;
}

.cases-section h3 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #0b79be;
    text-align: center;
    margin-bottom: 3rem;
}

.case-block {
    position: relative;
    margin-bottom: 1.9rem;
}

.case-block .inner-box {
    position: relative;
}

.case-block .inner-box .image {
    position: relative;
}

.case-block .inner-box .image img {
    position: relative;
    width: 100%;
    display: block;
}

.case-block .inner-box .image .overlay-box {
    position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    transition: -webkit-transform 0.4s ease;
    transition: transform 0.4s ease;
    transition: transform 0.4s ease, -webkit-transform 0.4s ease;
    -webkit-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    transform: scale(0, 1);
    -webkit-transform-origin: right center;
    -ms-transform-origin: right center;
    transform-origin: right center;
}

.case-block .inner-box:hover .overlay-box {
    -webkit-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    transform: scale(1, 1);
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
}

.case-block .inner-box .image .overlay-box:before {
    position: absolute;
    content: '';
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #1C2C52 100%);
    background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #1C2C52 100%);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #1C2C52 100%);
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, rgba(255, 255, 255, 0)), color-stop(100, #1C2C52));
    background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, #1C2C52 100%);
    background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #1C2C52 100%);
}

.case-block .inner-box .image .overlay-box .search-icon {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 3.9rem;
    height: 3.9rem;
    color: #0060ff;
    z-index: 1;
    font-weight: 600;
    font-size: 20px;
    text-align: center;
    line-height: 60px;
    margin-left: -3.9rem;
    margin-top: -3.9rem;
    border-radius: 3.1rem;
    display: inline-block;
    background-color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.case-block .inner-box .image .overlay-box .search-icon:hover {
    background-color: #0a78be;
    color: #ffffff;
}

.case-block .inner-box .image .overlay-box .content {
    position: absolute;
    left: 2.5rem;
    bottom: 2rem;
    z-index: 1;
}

.case-block .inner-box .image .overlay-box .content h4 {
    position: relative;
    line-height: 1.3em;
    font-weight: 700;
}

.case-block .inner-box .image .overlay-box .content h4 a {
    position: relative;
    color: #ffffff;
    -webkit-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
}

.case-block .inner-box .image .overlay-box .content h4 a:hover {
    color: #0a78be;
    
}

.case-block .inner-box .image .overlay-box .content .category {
    position: relative;
    margin-top: 5px;
    color: #ffffff;
}


.case-block .inner-box .image .overlay-box .arrow:hover {
    text-decoration: none;
}

.cases-section .section-text {
    position: relative;
    margin-top: 1.6rem;
    color: #0a78be;
    font-size: 1.1rem;
    font-weight: 600;
    text-align: center;
    margin-bottom: 1.9rem;
}

/* portfolio section end */

/* technology tabs start */

.technology_tabs {
    margin: 4rem 0;
}

.technology_tabs ul {
    justify-content: center;
}


.nav-tabs .nav-link {
    color: #000;
    font-weight: 600;
    font-size: 1.2rem;
}

.nav-tabs .nav-link.active {
    border-radius: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    background-color: #0a78be;
    /* border-color: #dee2e6; */
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link:hover {
    border: 1px solid #fff;
}

.nav-tabs {
    border-bottom: none;
}

.technology_tabs h4 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #0b79be;
    text-align: center;
}

.icon-with-title {
    text-align: center;
    border-radius: 10px;
    cursor: pointer;
    padding: 20px 10px;
    width: 100%;
    box-shadow: rgba(150, 150, 151, .25) 0 2px 5px -1px, rgba(83, 83, 83, .3) 0 1px 3px -1px;
    margin-bottom: 10px;
}

.icon-with-title img {
    width: auto;
    margin: 0 auto;
    display: block;
    height: 60px;
}

.icon-with-title p {
    text-align: center;
    margin-bottom: 0;
    font-weight: 600;
    font-size: large;
    color: #000;
    margin-top: 1rem;
}

.technology_tabs .nav {
    z-index: 0 !important;
    position: relative !important;
}

.nav_flex_tabs {

    display: flex !important;
    list-style-type: none;
    margin: 2rem 0rem;
}

/* technology tabs end */

/* faq start */
.faq_sec {
    margin: 4rem 0;
}

.faq_sec h4 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #0b79be;
    text-align: center;
    margin-bottom: 2rem;
}

.faq_sec .faq-list ul {
    padding: 0;
    list-style: none;
}


.faq_sec .faq-list li {
    box-shadow: rgba(0, 0, 0, 0.16) 0px 1px 4px;
    padding: 20px;
    background: #fff;
    border-radius: 4px;
    position: relative;
    margin-bottom: 1.3rem;
}

.faq_sec .faq-list .faq_box {
    font-size: 1.2rem;
    display: block;
    position: relative;
    line-height: normal;
    font-weight: 600;
    padding: 0;
    outline: none;
    cursor: pointer;
    text-decoration: none;
}

.faq_sec .faq-list .icon-help {
    font-size: 1.4rem;
    position: absolute;
    right: 0;
    left: 20px;
    color: #e82c88;
}

.faq_sec .faq-list .icon-show,
.faq_sec .faq-list .icon-close {
    font-size: 24px;
    position: absolute;
    right: 0;
    top: 0;
}

.faq_sec .faq-list p {
    margin-bottom: 0;
    padding: 10px 0 0 0;
}

.faq_sec .faq-list .icon-show {
    display: none;
}

.faq_box.collapsed {
    color: #444;
    transition: 0.3s;
}

.faq_box:hover {
    color: #075bd9;
}

.faq_sec .faq-list .faq_box.collapsed .icon-show {
    display: inline-block;
}

.faq_sec .faq-list .faq_box.collapsed .icon-close {
    display: none;
}

@media (max-width: 1200px) {
    .faq_sec .faq-list {
        padding: 0;
    }
}

/* faq end */

/* footer contact section start */
.footer_contact_sec {
    margin: 4rem 0;
}


.footer_contact_sec h4 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #0b79be;
    text-align: center;
    margin-bottom: 2rem;
}


.contact__sec {
    background-color: #fff;
    border-radius: 10px;
    border: 7px solid #fff;
    box-shadow: rgba(99, 99, 99, .2) 0 2px 8px 0;
}

.contact__sec__layout {
    background-color: #4a25aa;
    padding: 30px;
    border-radius: 10px;
    background-image: url('https://sisgain.com/assets/images/cont.webp');
    background-repeat: no-repeat;
    background-position: bottom right;
    background-size: auto;
}

.contact__sec__layout h5 {
    color: #fff;
    font-weight: 600;
    margin-bottom: 20px;
}

.contact__sec__layout p {
    color: #fff;
    line-height: normal;
    font-size: medium;
    margin-bottom: 35px;
}

.contact__sec__layout .social_icon {
    font-size: 18px;
    color: #ff808b;
    cursor: pointer;
    margin-right: 5px;
}

.contact__sec__layout .footersocialicon {
    margin-top: 80px;
    margin-bottom: 30px;
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.contact__sec__layout .footersocialicon .social_icon {
    border-radius: 100px;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    color: #ff808b;
    text-align: center;
    border: 1px solid #4a25aa
}

.contact__sec .form-group {
    margin-bottom: 35px;
}

.contact__sec .form-group input,
.contact__sec .form-group select,
.contact__sec .form-group textarea {
    border-radius: 0 !important;
    border-bottom: 1px solid #ced4da;
    border-top: 0 !important;
    border-left: 0 !important;
    border-right: 0 !important;
    box-shadow: none !important;
}

.contact__sec form {
    padding: 33px 30px 0
}

.contact__sec .form-group input {
    padding-right: 0
}

.contact__sec button {
    float: right;
    border-radius: 10px;
    background-color: #0a78be
}

.pleaseWaitBtn {
    display: none;
    cursor: not-allowed ! important;
    opacity: 0.4 !important;
    float: right;
    background-color: #4A25AA;
    border-radius: 10px;
}

.contact__sec form p {
    font-size: small;
}

.contact__sec__layout h6 {
    margin-bottom: 35px;
}


/* footer contact section end */



/* review Slider start */
.testimonial-slider {
    padding: 3rem 0;
    background-color: #f9f9f9;
    margin: 4rem 0;
}

.testimonial-title {
    color: #fff;
}

.testimonial-title h5 {
    font-weight: 600;
    font-size: 2.5rem;
    color: #0b79be;
    text-align: start;
}

.testimonial-title p {
    color: #000;
}


.carousel-control-prev,
.carousel-control-next {
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    background-color: #fff;
    width: 3em;
    height: 3em;
    border-radius: 50%;
    top: 60%;
    transform: translateY(-50%);
}

@media (min-width: 576px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 100%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}

@media (min-width: 768px) {
    .carousel-inner {
        padding: 1em;
    }

    .carousel-control-prev,
    .carousel-control-next {
        opacity: 1;
        position: absolute;
        left: 1em;
        top: 80%;
        transform: translateY(-50%);
    }

    .carousel-control-next {
        left: 5em;
    }
}


.thumbnail_image {
    z-index: 3;
    width: 80px;
    height: 80px;
    display: table;
    margin: 0 auto;
    overflow: hidden;
    border-radius: 100%;
    margin-bottom: 1rem
}

.review_slider {
    margin: 0 1.5rem;
    background-color: #fff;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.review_slider p {
    text-align: center;
}

.review_slider h5 {
    color: #0b79be;
    text-align: center;
}

/* review slider end */

@media only screen and (max-width:500px) {
    .nav {
        padding: 0px;
    }

    .nav .wrapper {
        padding: 0;
    }

    .homeBanner {
        min-height: fit-content !important;
        margin-top: 0px;
        background-image: url(../images/mobile_banner.webp);
        background-position: center center;
        background-repeat: no-repeat;
        background-size: cover;
        padding-bottom: 40px;
        height: auto;
    }

    .nav .wrapper {
        padding: 0 10px;
    }

    .banner_content h1 {
        font-size: 1.9rem;
        line-height: 2.4rem;
        color: #fff;

    }

    .banner_content {
        margin: 1rem 0;
    }

    .banner_content p {
        color: #fff;
    }

    .banner_btn {
        color: #fff;
        border: 1px solid #fff;

    }

    .clients_sec .clients_logo {
        -webkit-box-flex: 0;
        flex: 50%;
        max-width: 50%;
        margin-top: 1rem;
        margin-top: 1.5rem;
    }

    .clients_logo img {
        width: 100%;
        height: auto;
        filter: none;
    }



    .industries_sec {
        display: none;
    }

    .service_sec {
        margin: 2rem 0
    }

    .service_sec h2 {
        font-size: 1.6rem;
    }

    .service_sec p {
        font-size: 14px;
        color: #000;
    }


    .topRated .columnFour {
        display: inline-block;
        vertical-align: top;
        width: 100%;
        overflow: hidden;
    }

    .topRated .columnFour .contentDesc .contentTexture {
        display: table-cell;
        vertical-align: middle;
        padding: 2rem;
        height: auto;
        overflow: hidden;
    }

    .topRated .columnFour .contentDesc {
        min-height: auto;
        display: table;
        width: 100%;
    }


    .contentDesc {
        border-bottom: 3px solid #c2c1c1;
    }

    .orangeBdr {
        border-top: none;
    }


    .topRated .columnFour .contentDesc .contentTexture .list li a {
        margin-bottom: 10px;
    }

    .dev_approch {
        overflow: hidden;
        margin: 2rem 0rem;
    }

    .dev_con_approch {
        width: 100%;
        max-width: 100%;
    }

    .dev_con_approch h3 {
        font-size: 1.5rem;
    }

    .dev_con_approch p {
        margin-bottom: 1rem;
        font-size: 14px;
        color: #000;
    }

    .mobile_res img {
        width: 100%;
        height: auto;
    }

    .industries_we_focus {
        width: 100%;
        margin: 2rem 0rem;
    }

    .industries_we_focus h3 {
        font-size: 1.5rem;
    }

    .industries_we_focus p {
        margin-bottom: 1rem;
        font-size: 14px;
        color: #000;
    }

    .industries_con {
        max-width: 100%;
    }

    .our_latest_work ul li {
        padding: 0px 10px 30px 10px;
        width: 100% !important;
    }

    .our_latest_work ul li img {
        height: auto;
        width: 100%;
        border-radius: 10px;
        transform: scale(1);
        transition: .5s;
    }

    .our_latest_work ul li .textbl {
        background: rgb(0 0 0 / 8%);

        height: 100%;
        left: 0;
        position: absolute;
        top: 0;
        width: 100%;
        padding: 13% 0;
    }

    .our_latest_work .textbl p {
        display: none !important;
    }



    .clients_value h3 {
        font-size: 1.5rem;

    }

    .clients_value p {
        font-size: 14px;
        color: #000;
    }


    .clients_value_item h4 {
        font-size: 21px;
        font-weight: 600;
    }

    .clients_value {
        margin: 2rem 0;
    }

    .cases-section {
        padding: 2rem 0;
    }

    .cases-section h3 {
        font-size: 1.5rem;
        margin-bottom: 1.5rem;
    }

    .technology_tabs {
        margin: 2rem 0;
    }

    .technology_tabs h4 {
        font-size: 1.5rem;
    }

    .icon-with-title {
        margin-bottom: 1.5rem;
    }

    .testimonial-slider{
        display: none;
       }
  
}