@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,600;0,700;0,800;1,300;1,400;1,600;1,700;1,800&display=swap');
@import url('https://fonts.googleapis.com/css?family=Blinker:100,200,300,400,600,700,800,900&display=swap');
body {
    margin: 0;
    font-family: 'Open Sans',sans-serif;
}

.banner-cnts .lqd-column.col-12.col-xs-12, .banner-cnts .row {
    padding: 0;
    margin: 0;
}


.sprt-mnu ul.navbar-nav li {
    padding-left: 35px;
    text-align: left;
    position: relative;
}
.sprt-mnu ul.navbar-nav li img.icn-sc {
    position: absolute;
    left: 0;
    width: 25px;
    height: 25px;
    top: 7px;
}
.sprt-mnu ul.navbar-nav li p {
    color: #222;
    font-size: 16px;
    margin: 0 0 4px;
    font-family: 'Blinker',sans-serif;
    font-weight: 300;
    padding-bottom: 2px;
    line-height: 1.8em;
    position: relative;
}
.sprt-mnu ul.navbar-nav li p::before {
    content: '';
    position: absolute;
    width: 50px;
    height: 2px;
    bottom: 0;
    right: 0;
    background: #11499e;
    left: 0;
}

.sprt-mnu ul.navbar-nav li a {
    text-decoration: none;
    color: #00a8e1;
    font-weight: 600;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 15px;
    margin: 0;
    line-height: 16px;
    font-family: 'Open Sans',sans-serif;
}
.sprt-mnu ul.navbar-nav a:hover {
    color: #11499e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.sprt-mnu ul.navbar-nav li img.qrcode {
    width: 50px;
    border: 1px solid #ccc;
    padding: 0px;
    position: absolute;
    top: 5px;
    right: 0;
}

.sprt-mnu ul.navbar-nav li:last-child {
    padding-right: 70px;
}
ul.rt-mnu-s {
    right: 10px;
    text-align: right;
    border-top: 1px solid #f4f4f4;
    padding-top: 10px;
    margin-top: 0;
    margin-bottom: 10px;
}
ul.rt-mnu-s li {
    list-style: none;
    display: inline-block;
}
ul.rt-mnu-s li a {
    background: #11499e;
    padding: 5px 18px;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    display: inline-block;
    font-size: 15px;
    font-family: 'Blinker',sans-serif;
    font-weight: 500;
    margin-left: 10px;
}
ul.rt-mnu-s li a:hover {
    -webkit-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
    box-shadow: 0px 1px 1px rgb(0 0 0 / 5%), 0px 2px 2px rgb(0 0 0 / 5%), 0px 4px 4px rgb(0 0 0 / 5%), 0px 8px 8px rgb(0 0 0 / 5%), 0px 16px 16px rgb(0 0 0 / 5%);
}
ul.rt-mnu-s li:first-child a {
    background: #00a8e1;
    border-radius: 4px;
}
ul.mnu-sc-gs li p img {
    height: 14px;
    position: absolute;
    right: 0;
    top: 46%;
    transform: translateY(-50%);
}
@media (min-width: 1500px) {
.container {
    max-width: 1400px;
    margin: 0 auto;
}
}
@media (min-width: 992px) {
    .sprt-mnu ul.navbar-nav li:nth-child(1), .sprt-mnu ul.navbar-nav li:nth-child(2), .sprt-mnu ul.navbar-nav li:nth-child(3) {
        margin-right: 2.2em;
        /* border-right: 1px solid #ccc; */
        padding-right: 2.2em;
    }
    .sprt-mnu ul.navbar-nav li:nth-child(1)::before, .sprt-mnu ul.navbar-nav li:nth-child(2)::before,.sprt-mnu ul.navbar-nav li:nth-child(3)::before {
        content: '';
        position: absolute;
        height: 74%;
        width: 1px;
        background: #cccc;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
    }
}


.bg-clr {
    background: #dedede;
    padding: 15px;
    text-align: right;
    border-radius: 5px;
    color: #fff;
}

.bg-clr .b-sg-s {
    position: relative;
}
.bg-clr .b-sg-s img {
    position: absolute;
    left: 0;
    height: 24px;
    top: 0;
    border: 1px solid rgba(255, 255, 255, 50%);
    padding: 10px 8px;
    border-radius: 5px;
}
.bg-clr .b-sg-s p {
    margin: 0 0 2px;
    font-size: 14px;
}
.b-sg-s a {
    font-weight: 500;
    color: #fff;
    font-size: 16px;
    text-decoration: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.b-sg-s a:hover {
    opacity: 0.6;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.cont-sec {
    margin-top: 2em;
    margin-bottom: 2em;
}
.h-100 {
    height: 400px;
}
.bg-white {
    background: #fff;
}
.br-rd-5 {
    border-radius: 5px;
}
.frmcnt {
    padding: 30px;
}
.frmcnt input[type="text"], .frmcnt input[type="email"], .frmcnt textarea {
    width: 100%;
    padding: 12px 0px;
    margin-bottom: 18px;
    border: none;
    border-bottom: 1px solid #dedede;
    font-family: 'Poppins', sans-serif;
}
.frmcnt input[type="submit"] {
    width: 100%;
    padding: 15px;
    font-family: 'Poppins', sans-serif;
    border: none;
    background: #1bd084;
    color: #fff;
    border-radius: 5px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 500;
}
.bg-cyan {
    background: #00a8e1;
}
.banner-cnts {
    margin-top: 0px;
    position: relative;
    overflow: hidden;
}
.bg-cyan.bn-sc {
    padding: 80px 35px;
    text-align: center;
    position: relative;
    overflow: hidden;
}
.bn-sc h1 {
    color: #fff;
    font-size: 38px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 0px 0 5px;
    font-family: 'Blinker',sans-serif;
}
.bn-sc h1>span {
    font-weight: 300;
    text-transform: none;
}
.bn-sc p {
    color: #fff;
    margin: 0;
    font-size: 20px;
    font-family: 'Blinker',sans-serif;
    letter-spacing: 1px;
}
.bn-sc div#particles-js {
    position: absolute;
    top: 50%;
    opacity: 0.3;
    left: 0;
    right: 0;
    transform: translateY(-50%);
}
.logo-s img {
    height: 44px;
}
.banner-cnts div#particles-js {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0.3;
    width: 100%;
}
.text-center {
    text-align: center;
}
.bn-sc {
    padding: 3em 0;
    background: #00a8e1;
}
.imgLiquid img{
    visibility:hidden;
}
.bl-item {
    position: relative;
    margin-bottom: 30px;
}
.bl-item .bl-ttl-it {
    height: 204px;
}
.owl-theme.hm-slider-s .owl-nav.disabled+.owl-dots {
    margin-top: 5px !important;
}
.bl-item h3 {
    font-size: 16px;
    /* background: #00000070; */
    padding: 10px 0px;
    font-weight: 600;
    /* position: absolute; */
    bottom: 0;
    margin: 0;
    color: #3a3a3a;
    line-height: 22px;
    text-overflow: ellipsis!important;
    display: -webkit-box;
    -webkit-line-clamp: 2!important;
    -webkit-box-orient: vertical;
    height: 52px;
    overflow: hidden;
    position: relative;
    padding-right: 40px;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.bl-item h3>i {
    position: absolute;
    right: 0;
    top: 32%;
    border: 1px solid #ccc;
    padding: 3px;
    border-radius: 100px;
    width: 30px;
    height: 30px;
    text-align: center;
}
.bl-item:hover h3 {
    color: #00a8e1;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
a, a:hover {
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.bl-item:hover .bl-ttl-it {
    -webkit-transition: all .3s;
    transition: all .3s;
    box-shadow: 0 5px 10px rgb(0 0 0 / 10%);
}
.bl-item .bl-ttl-it {
    -webkit-transition: all .3s;
    transition: all .3s;
}
.liquid-overlay-link {
    display: inline-block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    text-indent: -99999px;
}
.bl-item::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 60%;
    bottom: 0;
    background: #ccc;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.7)), to(transparent)) !important;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7) 0%, transparent 100%) !important;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.bl-item::before {
    display: none;
}
.bl-item:hover::before {
    height: 100%;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.hm-slider-s .owl-nav button.owl-next {
    right: 0;;
}
.hm-slider-s .owl-nav button.owl-prev {
    left: 0;;
}
.hm-slider-s .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    /* font-size: 82px !important; */
    line-height: 40px !important;
    background: #fff !important;
    height: 50px;
    width: 50px;
    border-radius: 100px !important;
}
.hm-slider-s .owl-nav button span {
    line-height: 37px !important;
    display: inline-block;
    font-size: 58px !important;
    width: auto;
}
.hm-slider-s .owl-nav button.owl-prev {
    left: 0;
}
.hm-slider-s .owl-nav button.owl-next {
    right: 0;
}
.hm-slider-s .owl-nav button:focus {
    outline: none;
}
.hm-slider-s .owl-nav button.owl-prev:hover span {
    color: #00a8e1;
}
.blgs-s {
    background: #f1f1f1;
    padding: 15px;
}
.hm-slider-s .owl-nav button:hover span {
    color: #00a8e1;
}
.hm-slider-s {
    background: #00a8e1;
    padding-bottom: 5px;
    color: #fff;
    transition: all 500ms ease;
    -moz-transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    -ms-transition: all 500ms ease;
    -o-transition: all 500ms ease;
}
.owl-theme.hm-slider-s .owl-dots .owl-dot span {
    width: 15px;
    height: 15px;
    background: #ffffff;
    margin: 5px 4px;
}
.owl-theme.hm-slider-s .owl-dots .owl-dot.active span {
    background: #11499e;
}
.owl-theme.hm-slider-s .owl-nav.disabled+.owl-dots {
    margin: 0;
}
.owl-theme .owl-dots .owl-dot:focus {
    outline: none;
}
h2.sbttls-s {
    font-weight: 700;
    font-size: 22px;
    margin: 12px;
    text-align: center;
}

/*humberger*/
nav.sprt-mnu button.navbar-toggler {
    border: none;
    color: #ccc;
    padding: 0;
}
nav.sprt-mnu button.navbar-toggler:focus {
    outline: none;
}




.banner-cnts {
    background: url(https://www.gsit.support/images/banner-mn.jpg);
    padding: 80px 20px;
    background-position: right;
    background-size: cover;
    }
    .bgs1{background: url('../images/support_bg.jpg');
    align-items: center;}
    .bgs2{    align-items: center;
        background: #00000025; }
        .item2{    background: url('../images/banner-su.jpg');
            background-size: cover;
            border-radius:5px;}
    .basm{
    height:573px;
    margin-top: 63px;
    display: flex;
    justify-content: center;
    border-radius:5px;
    padding: 0px 10px;
    background-size: cover;
}
    .bn-sc {
    background: none;
        }
        .bn-sc h1 {
    font-size: 50px;
color: #11499e;}
    .bn-sc h1>span {
        color: #2d2d2d;
    font-size: 30px;
    }
    .imss img{max-width: 100%;}
    .blgs-s{height: 593px;
    overflow: auto;}

    .bbt p{     font-size: 12px;    color: #fff;    font-weight: 400;    max-width: 396px;    margin: auto;text-align: center;}
    .bst p{     font-size: 14px;    color: #fff;    font-weight: 400;    max-width: 360px;    margin: auto;}
    .bt p{    font-size: 22px;   color: #fff;font-weight: 700;}
    .bts p{font-size: 25px;
        color: #fff;
    font-weight: 700;}
    .bbt2 p{    font-size: 14px;
    color: #fff;
    font-weight: 600;
    max-width: 376px;
    line-height: 1.8;
    margin: auto;
    text-align: center;}
    .bst2 p{     font-size: 18px;
    color: #fff;
    font-weight: 600;
    max-width: 360px;
    margin: auto;
    margin-bottom: 25px;}
    .btn_group_banner span img{width: 18px !important;  margin-right: 5px;    display: inline !important; }
    .mslogo img{    width: auto !important;    margin: auto;}
    .btn_group_banner span:not(:last-child)  {margin-right: 8px;}
    .btn_group_banner span  {font-size: 12px;}
    .btn_group_banner {    border: 2px solid #fff;    padding: 9px;    width: 90%;    margin: auto;  border-radius: 5px;}


@media (max-width: 991.98px) {
    .banner-sec {
    justify-content: center !important;
}
    .banner-sec img{display: none;}
    .bn-sc h1 {
    font-size: 38px;}
    .banner-cnts{
    padding: 30px 20px;
    
}
.bn-sc{text-align:center;}
.bn-sc h1 {
    line-height: 38px;
}
}

@media (max-width: 991.97px){

    .basm {text-align:center !important}
}
            h2.sbttls-s {
                text-align: left;
                font-size: 24px;
    margin: 12px 12px 22px 0px;
            }
            .hm-slider-s {
    background: #ffffff;
    color: grey;}
    .owl-theme.hm-slider-s .owl-dots .owl-dot span {
    background: #d2d2d2 ;}
    .banner-sec{    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-right:0px;}




@media (max-width: 767px) {
    .bts p {
        font-size: 19px;}
        .bst2 p {
            font-size: 16px;}
            .bbt2 p {
                font-size: 13px;}

    .bg-clr {
     margin-bottom: 5px;
         padding: 12px 15px;
     }
     .bg-clr .b-sg-s p {
         margin: 0 0 2px;
         font-size: 14px;
     }
     .bg-clr .b-sg-s img {
         position: absolute;
         left: 0;
         height: 70%;
         top: 0;
     }
     .nav-sec {
        width: 90%;
        margin: 0 auto;
    }
    .bg-clr .b-sg-s img {
        border: none;
        padding: 6px 2px;
    }

    .hm-slider-s iframe {
        height: 260px;
    }
    nav.sprt-mnu ul>li:not(:last-child) {
        border-bottom: 1px solid #dedede;
        padding-bottom: 10px;
        margin-top: 7px;
    }
    h2.sbttls-s {
        font-size: 18px;
        text-align: center;
    }
    .bn-sc h1 {
        font-size: 28px;
        line-height: 25px;
    }
    .bn-sc {
        padding: 2em 0;
    }
 }