@font-face {
        font-family: 'Poppins', sans-serif;
    src: url(../font/gilroy/Gilroy-ExtraBold.ttf);
}

@font-face {
   font-family: 'Poppins', sans-serif;    src: url(../font/gilroy/Gilroy-Light.ttf);
}


.flipupbox {
    display: block;
    width: 300px;
    height: auto;
    padding: 15px 5px;
    position: absolute;
    right: 10px;
    top: 80px;
    z-index: 4000;
  }
html {
    scroll-behavior: smooth;
    /* text-align: justify; */
}


.newcontainer {
    width: 65%;
    margin: auto;
}
.iconcontainer{
    height: inherit;
}
.iconImagecontiner{
    display: flex;
    align-items: center;
    height: inherit;
    justify-content: center;
}
.navbardevelop {
    display: grid;
    grid-template-columns: auto auto;
}

.logosession {
    width: 100%;
    display: block
}

.logosession img {
    width: 200px;
    padding-top: 10px;
}

.activate {
    color: #0080FF !important;
}

.topnavbar {
    width: 100%;
    height: auto;
    position: fixed;
    z-index: 1000;
    background-color: rgb(255, 255, 255);
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.0316), 0 6px 20px 0 rgba(0, 0, 0, 0.036);

}

.navbarheader {
    width: 100%;
    position: relative;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.02), 0 6px 20px 0 rgba(0, 0, 0, 0.02);
    z-index: 9999;
}

.navsession {
    width: 100%;
    height: 75px;
    text-align: right;
    /* line-height: 75px; */
    display: block;
}
.navsession .dropdownnavbaritem{
    display: inline-block;
}

.navsession .dropdownnavbaritem:hover .topnavelements{
    color: #0080FF;
}

.navsession a.topnavelements {
    padding: 10px 20px;
    color: #000000;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    font-weight: 500;
    text-transform: uppercase;
    cursor: pointer;
        text-align: right;
    line-height: 75px;

}

.navsession a.topnavelements:hover {
    color: #0080FF !important;
}

.listdropdowwnnav{
    display: none;
    position: absolute;
    top: 75px;
    background-color: #f5f5f5;
    height: auto;
    left: 0;
    width: 100% !important;
    text-align: left;

}
.navsession .dropdownnavbaritem:hover .listdropdowwnnav{
    display: block;
}
.dropdownav {
    width: 100%;
    height: auto;
    background-color: #f9f9f9;

}
.partnerImage{
   transform: scale(0.7);
}
.subnavbar  .sideviwedropdown{
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    padding: 15px 0;
    padding-bottom: 40px;
    display:block;
    position:relative;
}
.subnavbar  .sideviwedropdown .headerdrop{
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    font-weight: 600;
    color: #000000;
    padding: 30px 0;
    padding-right: 10px;
    font-size: 16px;
    display: inline-block;
 
}

.subnavbar  .sideviwedropdown .headerdrop:hover{
color: #0080FF;
 
}
.iconarrow{
    position: absolute;
    right: 0;
    top:52px;
    font-size: 12px !important;
}

.subnavbar  .sideviwedropdown .dropsubnavhead{
display: block;
} 

.subnavbar  .sideviwedropdown .dropsubnavhead a{
    display: block;
    font-family: 'Poppins', sans-serif;
    text-decoration: none;
    font-weight: 500;
    color: #000000;
    display: block;
    padding: 10px 0;
    font-size: 16px;
    } 

    
.subnavbar  .sideviwedropdown .dropsubnavhead a:hover{
color: #0080FF;
    } 
    









.responcivenav {
    display: none;
    padding-top: 15px;
    text-align: right;
}

.responcivenav a {
    color: #1C242C;
    cursor: pointer;
}

.responcivenav i {
    font-size: 24px;

}

.responcivedropdown {
    width: 100%;
    height: 100vh;
    background-color: #f9f9f9;
    position: fixed;
    display: none;
    padding: 10px;
    overflow-y: scroll;
}

.list {
    display: block;
}

.dropitem {
    margin: 15px 10px;
    border-bottom: 1px solid #2c2d2e;
}

.dropitem:last-child {
    border-bottom: none;

}

.dropitem a {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 15px;
}

.dropitem:hover .list {
    display: block;


}


.responcivedropdown a {
    display: block;
    text-decoration: none;
    color: #000000;
    padding: 10px;

}

.dropdownsideviwedropdown {
    margin: 0 15px;
    padding: 15px;
    border-bottom: 1px solid #2c2d2e;

}

.dropdownsideviwedropdown:last-child {
    border-bottom: none;

}

.dropdownsideviwedropdown .dropheaderdrop {
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
    font-size: 14px;
}

.dropdownsideviwedropdown .dropheaderdrop i {
    margin-left: 20px;
}

.respdropsubnavhead {
    margin: 10px 25px;
    display: block;

}

.dropdownsideviwedropdown:hover .respdropsubnavhead {
    display: block;
}

.respdropsubnavhead a {
    padding: 10px 10px;
    border-bottom: 1px solid #2c2d2e;
}

.respdropsubnavhead a:last-child {
    border-bottom: none;

}

.respdropsubnavhead a:hover {
    color: #2c7bca;
    border-bottom: 1px solid #003E8C;


}

.respdropsubnavhead a:last-child:hover {
    border-bottom: none;

}

/* .dropdownsideviwedropdown:hover .respdropsubnavhead {
display: block;

} */

.homebg {
    width: 100%;
 height: 100vh;
    /* display: flex;  */
    
    background-color: #000000;
    background-size: cover;
    background-position: top;
    background-clip: border-box;
    box-sizing: border-box;
    overflow: hidden ;
    position: relative;

}
.videobackgroundplay{
    min-width: 100%;
    min-height:100vh;
    align-items: center;
    max-width: 100vw;
    max-height: 100vh;
    object-fit: cover
   
   
}
.homeheading {
    width: 100%;
    height: 100vh;
    text-align: center;
      display: flex; 
      position: absolute;
      top: 0;
      left: 0;
      align-items: center;
    justify-content: center;
    margin-top: -45px;
    
}

.homeheading h1 {
        font-family: 'Poppins', sans-serif;
    font-size: 3.5rem;
    padding-bottom: 20px;
    transition: transform .2s;
    font-weight: 700;
    color: rgb(0, 0, 0);
    cursor: pointer;
    /* text-shadow: 0px 0px 20px #939393; */


}

.homeheading h1:hover {
    transform: scale(1.2);
}

.homeheading p {
font-family: 'Poppins', sans-serif;
color: rgb(0, 0, 0);
width: 50%;
margin: auto;
margin-bottom: 20px;
/* text-shadow: 0px 0px 15px  #000000; */

}

.textblue {
    color: #0099FF;
}

.btnviewmore {
    padding-left: 15px;
    text-decoration: none;
    display: inline-block;
    color: rgb(0, 0, 0);
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    border:1px solid rgb(0, 0, 0);
    /* background-color: #fff; */

}
.btnviewmore i{
    padding: 10px;
    background-color: rgba(0, 0, 0, 0.5);
}

.btnviewmore:hover i {
    background-color: #000000;
    color: rgb(255, 255, 255);


}



.bnr-head {
    width: 100%;
    height: 200px;
    background-color: black;
    color: aliceblue;
    text-align: center;
    padding: 40px;
    box-sizing: border-box;
}

.bnr-head h1 {
    font-size: 100px;
        font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    width: 70%;
    margin: auto;
    font-weight: 700;
}

/* swiper */
.automate {
    width: 90%;
    height: 70vh;
}

.scroll {

    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.scroll img {
    display: block;
    width: 60%;
    height: 50vh;
    object-fit: cover;
}

/* swiper  end*/

.detailitem {
    padding-top: 70px;
    height: auto;
    cursor: pointer;
}

.detailitem .heading {
    text-align: center;
    text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    font-size: 2rem;

}

.detailitem p {
   font-family: 'Poppins', sans-serif;    font-size: 1rem;

}

.btncenter {
    text-align: center;
    padding: 35px 0;
}

.infobtns {
    padding: 0px;
    padding-left: 15px;

    color: rgb(2, 2, 2);
border: 1px solid #141414;
    font-size: 16px ;
    text-decoration: #131313;
   font-family: 'Poppins', sans-serif;  
   display: inline-block;
   transition: .4s;

}
.infobtns i{
    padding: 10px 15px;
    margin-left: 3px;
    transition: .4s;
}
.infobtns:hover i {
    background-color: rgb(2, 2, 2);
    color: #fff;

}

.sliderimage {
    text-align: center;
    margin-left: 20px;


}

.sliderimage img {
    width: 70%;
    background-color: #00B1FF;
    /* height: auto; */
    border-radius: 50px;
    max-height: 250px;
    /* padding: 25px; */
}

.bannerai {
    width: 100%;
    height: auto;
    height: 400px;
    background-color: #0099FF;
    line-height: 250px;
    background-image: url(/image/bannerbg.png);
}

.bannerai .topacc {
    text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    font-size: 3.6rem;
    letter-spacing: 5px;
    color: #fff;
    line-height: 70px;
    margin-top: 70px;
    font-weight: 700;


}

.bannerai .topbuss {
    text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    font-size: 5rem;
    letter-spacing: 5px;
    color: #fff;
    line-height: 80px;
    font-weight: 700;

}

.bannerai .topai {
    text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    font-size: 6rem;
    letter-spacing: 5px;
    color: #fff;
    line-height: 80px;
    font-weight: 700;

}

.bannerai .bannerimg {
    width: 100%;
    height: 300px;
    text-align: center;
    margin-top: 50px;
    display: flex;
}

.bannerai .bannerimg img {
    height: 100%;
    width:450px;
    object-fit: cover;
    object-position: center
    

}


.detailai {
    width: 80%;
    text-align: center;
   font-family: 'Poppins', sans-serif;    padding: 100px 0;
    font-size: 20px;
    margin: auto;
}

.partnersslide {
    background-color: #0099FF;
    padding: 40px 0px;
    background-image: url(/image/bannerbg.png);


}

.partnersslide .headingprt {
    text-align: center;
    padding: 0px 0;
}

.partnersslide .headingprt h1 {
    font-size: 5rem;
        font-family: 'Poppins', sans-serif;
    color: #fff;
    font-weight: 700;

}

.partnersslide .headingprt p {
        font-family: 'Poppins', sans-serif;
    color: #fff;
    font-size: 14px;


}

.companys {
    width: 100%;
    height: 100px;
    background-color: #fff;
    text-align: center;
}

.companys img {
    width: 45%;
    padding-top: 15px;
}

.connectUs {
    padding: 150px;
    height: 1200px;
}

.contatitems {
    width: 220px;
    position: absolute;
    z-index: 100;
    left: 300px;
    margin-top: 50px;
   font-family: 'Poppins', sans-serif;    font-size: 15px;
    font-weight: 700;

}

.contatitems h6 {
        font-family: 'Poppins', sans-serif;
    font-size: 20px;
    margin-bottom: 30px;

}

.contatitems .headus {
        font-family: 'Poppins', sans-serif;
    font-size: 16px;
    margin-bottom: 5px;

}

.contatitems .callus {
    margin-bottom: 60px;
}


.holdingimage {
    position: absolute;
    left: 0;
    margin-top: -150px;
    margin-left: -100px;
    z-index: 0px;

}

.holdingimage img {
    width: 90%;
}

.iconmap {
    width: 18px;
    position: absolute;
    margin-left: -30px;
}

.iconmap img {
    width: 100%;
}

/*  */
.floating-label-group {
    position: relative;
    margin-top: 15px;
    margin-bottom: 25px;
   font-family: 'Poppins', sans-serif;    font-weight: 600;
}

.floating-label-group .floating-label {
    font-size: 14px;
    color: rgb(10, 10, 10);
    position: absolute;
    pointer-events: none;
    top: 9px;
    left: 12px;
    transition: all 0.1s ease;
}

.floating-label-group .form-control {
    border-color: #707070;
}

.floating-label-group input:focus~.floating-label,
.floating-label-group input:not(:focus):valid~.floating-label {
    top: -15px;
    bottom: 0px;
    left: 0px;
    font-size: 11px;
    opacity: 1;
    color: #141414;
}

.floating-label-group textarea:focus~.floating-label,
.floating-label-group textarea:not(:focus):valid~.floating-label {
    top: -15px;
    bottom: 0px;
    left: 0px;
    font-size: 11px;
    opacity: 1;
    color: #141414;
}

.zindex {
    z-index: 200;
}

.buttonsubmit {

    z-index: 400;
    text-align: center;


}

.buttonsubmit .submit {
    background-color: #0099FF;
    color: #fff;
    border: none;
    padding: 10px 30px;
        font-family: 'Poppins', sans-serif;
    font-size: 16px;
    border-radius: 15px;
    margin-top: 30px;
}


.footer {
    background-color: #ffffff;
    height: 300px;
    display: flex;
    align-items: center;
}

.footer .logo {
    width: 200px;
    margin: 3rem 0;
    margin-bottom: 1rem;
}

.footer .logo img {
    width: 100%;
}

.footer .footerdetails {
    color: rgb(0, 0, 0);
   font-family: 'Poppins', sans-serif;
}

.footer .footerdetails p {
    font-size: 14px;

}


.notdetials {
    margin: 4rem 0;
    margin-bottom:1rem;
}

.genai {
    margin: 2rem 0;
    margin-bottom: 0
}

.genai h2 {
    font-size: 1.5rem;
    font-weight: 600;
        font-family: 'Poppins', sans-serif;

}

.genai p {
    font-size: 1rem;
    font-weight: 600;
   font-family: 'Poppins', sans-serif;
}

.feedlist {
    display: grid;
    grid-template-columns: 30% 70%;
    width: 100%;
    margin: 6rem 0;

}

.mainlist {
    width: 100%;
    height: 400px;
    background-color: #141414;
    color: #fff;
    text-align: center;
    padding: 25px 25px;
    padding-top: 35px;
    box-sizing: border-box;
}

.mainlist img {
    width: 20%;
}

.mainlist .mainheading {
    font-size: 1.5rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
    color: #e8e8e8;
    margin-top: 5px;
}

.mainlist .details {
    font-size: 0.9rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 300;
}

.subsession {
    width: 100%;
    height: 400px;
    background-color: #707070;

}

.boxgrid {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto;
    background-color: #2196F3;
}

.boxinfodetails {
    width: 100%;
    height: 200px;
    text-align: center;

    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.boxinfodetails:hover  .numberlist ,.boxinfodetails:hover  .boxdetail {
    transform: scale(1.1);
}
.boxinfodetails .numberlist {
    font-size: 4rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    margin: 0;
    padding: 0;
    transition: .2s;

}

.boxinfodetails .boxdetail {
    font-size: 1.3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 0;
    line-height: 1.3rem;
    margin-top: -10px;
    transition: .5s;

}

.boxinfodetails:nth-child(odd) {
    background: rgb(255, 255, 255);
    color: #003E8C;
}

.boxinfodetails:nth-child(even) {
    background: #1582dd;
    color: #ffffff;
}


.box {
    width: 100%;
    height: 150px;
    background-color: #0099FF;

}

.leftnewsfeed {
    width: 100%;
    padding-right: 3rem;
    margin: 0px auto;
    margin-bottom: 50px;
    font-family: 'Poppins', sans-serif;
    display: none;

}

.leftnewsfeed a{
    text-decoration: none;
}
.leftnewsfeed h5 {
    font-size: 1.6rem;
}

.infofeed {
    position: relative;
}

.leftnewsfeed {
    position: relative;
}

.imgfeed {
    width: 100%;
    height: 400px;
}

.imgfeed img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: bottom
}

.leftline {
    width: 0.8px;
    height: 90%;
    display: block;
    background-color: #000000;
    position: absolute;
    right: 0;
    bottom: 0;
}

.listnotefeed {
    margin-top: 2rem;
    padding-bottom: 2rem;
    border-bottom: 1px solid #000000;
    font-family: 'Poppins', sans-serif;
    display: block;
    cursor: pointer;

}
.listnotefeed:hover  h5,.listnotefeed:hover  p {
    transform: scale(1.03);
}

.leftnewsfeed:nth-child(1){
    display: block;

}

.listnotefeed h5 {
    font-size: 1.6rem;
    transition: .2s;
}

.listnotefeed p {
    font-size: 16px;
    transition: .2s;
}

.listnotefeed:last-child {
    border-bottom: none !important;

}

.rightnewsfeed {
    width: 100%;
    padding: 0 20px;
    margin: 50px auto;
    margin-top: 4rem;
}

.sliderPartners {
    width: 70%;
    margin: auto;

}

.partner {
    height: auto;
    margin-top: 50px;
    
}

.partner .swiper-slide {
    width: 100%;
    min-height: 200px;
    margin-bottom: 50px;
    border-radius: 50px;
    background-color: #ffffff;
    text-align: center;
    padding: 25px;
}

.partner .swiper-slide img {
    width: 30%;
    margin: auto;
}

.partner .swiper-slide p {
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 14px;
    margin-top: 20px;
}

.contactussession {
    padding: 6rem 0;
    padding-bottom: 2rem;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.contactform h2 {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    font-size: 2.6rem;

}

.contactform p {
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    font-size: 1rem;
    margin: 0;

}

.contactpage {
    width: 100%;
    text-align: right;
}

.contactpage img {
    width: 50px;

}

.contactbtn1 {
    text-decoration: none;
    color: #fff;
    border: 1px solid #fff;
    font-family: 'Poppins', sans-serif;
    cursor: pointer;
    transition: 0.4s;
    display: inline-block;
    padding-left: 15px;

}

.contactbtn1 i {
    padding: 15px;
    transition: 0.4s;

}

.contactbtn1:hover i {
background-color:#fff;
color: #000000;
}

.emailtous {
    text-decoration: none;
    color: #fff;
    display: block;
    font-family: 'Poppins', sans-serif;
    font-size: 1.1rem;
    margin-top: 1rem;
}

.addressSession {
    width: 100%;
    margin-top: 11rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.address2 {
    width: 100%;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.numbers {
    text-align: right;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
    color: #fff;
}

.numbers p {
    margin: 0;
}
.signinindex{
    display: flex;
    justify-content: end;
}
.staywwithus {
    /* width: 100%; */
   width: auto !important;
}

.divinfo {
    width: 250px;
    background: #1C242C;
    margin: auto;
    padding: 10px 20px;
    color: #fff;
    margin: 3rem auto;
    

}

.divinfo h3 {
    font-weight: 600;
    font-size: 17px;
    font-family: 'Poppins', sans-serif;

}

.divinfo p {
    font-size: 14px;
    margin: 0px;
    margin-bottom: 10px;
}

.contactstayBtn {
    text-decoration: none;
    color: rgb(255, 255, 255);
    padding-left: 15px;
    border: 1px solid rgb(255, 255, 255);
    /* margin-left: 1.7rem; */
    font-family: 'Poppins', sans-serif;
    display: inline-block;
    /* margin: auto; */


    transition: 0.5s;
}

.contactstayBtn i {
    /* margin-left: 15px; */
    padding: 10px 15px;
    margin-left: 4px;
    transition: 0.5s;

}

.contactstayBtn:hover {
    border: 1px solid rgb(255, 255, 255);

}

.contactstayBtn:hover i {
    text-decoration: none;
    color: #1C242C;
    background: rgb(255, 255, 255);
}

.soicalmediaicon {
    padding: 5px 0px;
    text-align: center;
    color: #fff;
}

.soicalmediaicon i {
    color: #ffffff;
    margin: 5% 8%;
}

.soicalmediaicon i:hover {
    color: #00B1FF;
    cursor: pointer;
    ;

}

.swiper-button-next{
    /* background-color: rgba(37, 37, 37, 0.247); */
    color: #fff !important;
    text-shadow: 0 0 3px #9b9b9b, 0 0 5px #ffffff;
}

.swiper-button-prev{
    /* background-color: rgba(37, 37, 37, 0.247); */
    text-shadow: 0 0 3px #9b9b9b, 0 0 5px #ffffff;
    color: #fff !important;
}


.popupcontactform{
    width: 100%;
    height: 100vh;
    background: #0c0c0cb9;
    position: fixed;
    top: 0;
    z-index: 1000;
    display: none;
    justify-content: center;
    align-items: center;
}
.scrollcontatform{
    width: 90%;
    height: 80vh;
    background-color: #fff;
    overflow-y: scroll;
    position: relative;

}



.formtop{
    margin-top: 0px;
    padding: 40px 0px;
}

.formtop h2{
    margin: 0;
    margin-top: 10px;
    font-size: 2.3rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 600;
}

.formtop p{
    margin: 0;
    font-size: 0.8rem;
    color: #fff;
    font-family: 'Poppins', sans-serif;
    font-weight: 500; 
}
.formtop .contactsoicalmediaicon{
margin-top: 10px;
color: #fff;
}
.formtop .contactsoicalmediaicon i{
    margin:0 10px;
    color: #fff;
    cursor: pointer;
    }

.topheading{
    margin: 25px 0;
    font-family: 'Poppins', sans-serif;
    text-align: center;
}
.topheading .color{
    color: #0080FF;
}

.formitem{
    width: 60%;

}
.formlist{
    margin: 20px 0;
}

.form-control {
    border-top: none !important;
    border-left: none !important;
    border-right: none !important;
    border-radius: 0px !important;
}
.btnsubmit{
    padding: 5px 15px;
    background: none;
    color: rgb(33, 32, 32);
    border: 1px solid rgb(32, 32, 32);
    margin-top: 2rem;
    margin-bottom: 5rem;
    transition: 0.5s;
}
.btnsubmit:hover{
    color: #fff;
    background:rgb(60, 59, 59) ;
}


.closesession{
    display: inline-block;
    position: absolute;
    right: 20px;
    cursor: pointer;

}

.closesession img{
    width: 30px;
}
@media only screen and (max-width: 1536px) {
    .newcontainer{
        width: 75%;
    }
    }

@media only screen and (max-width: 720px) {
    .formitem{
        width: 95%;
        margin: auto;
    
    }
    
}





@media only screen and (max-width: 1529px) {
    
.rightnewsfeed {
    width: 100%;
    padding: 0 0px;
    margin:20px auto;
    margin-top: 3rem;
}
.listnotefeed {
    margin-top: 1.6rem;
    padding-bottom: 1.6rem;
    border-bottom: 1px solid #000000;
    font-family: 'Poppins', sans-serif;

}

.listnotefeed h5 {
    font-size: 1.3rem;
}
.leftnewsfeed {
    width: 100%;
    padding-right: 1rem;
    margin: 0px auto;
    margin-bottom: 50px;
    font-family: 'Poppins', sans-serif;

}

}
@media only screen and (max-width: 1400px) {


.sliderimage {
    text-align: center;
    margin-left: 0px;


}

.sliderimage img {
    width: 85%;
    background-color: #00B1FF;
    /* height: auto; */
    border-radius: 50px;
    /* padding: 25px; */
    max-height: 250px;
}
}


@media only screen and (max-width: 1280px) {
    .mainlist .mainheading {
        font-size: 1.3rem;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
        color: #e8e8e8;
        margin-top: 5px;
    }
    
    .mainlist .details {
        font-size: 0.7rem;
        font-family: 'Poppins', sans-serif;
        font-weight: 300;
    }
 
.boxinfodetails {
    width: 100%;
    height: 200px;
    text-align: center;

    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
}

.boxinfodetails .numberlist {
    font-size: 3rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;
    margin: 0;
    padding: 0;

}

.boxinfodetails .boxdetail {
    font-size: 1.1rem;
    font-family: 'Poppins', sans-serif;
    font-weight: 500;
    padding: 0;
    line-height: 1.1rem;
    margin-top: -10px;

}
.companys {
    width: 100%;
    height: 100px;
    background-color: #fff;
    text-align: center;
}

.companys img {
    width: 80%;
    padding-top: 15px;
}
    
}
@media only screen and (max-width: 1087px) {

/* .swiper-slide{
    padding: 0px 50px;

} */
.partner{
    padding: 0 50px !important;
}
.sliderPartners {
    width: 90%;
    margin: auto;

}
}

@media only screen and (max-width: 1200px) {
    .navsession {
        display: none;
    }

    .responcivenav {
        display: block;
    }
}
@media only screen and (min-width: 992px) {
    .imgDigitalstartups{
        height: 370px;
    }





}
@media only screen and (max-width: 992px) {

    .sliderimage{
        display: none;
    }
    .detailitem {
        padding: 4rem 0.4rem;
        height: auto;
    }
    .feedlist {
        display: grid;
        grid-template-columns:100%;
        width: 100%;
        margin: 6rem 0;
    
    }
    .mainlist{
        order: 2; 
    }


    
    .homeheading h1 {
            font-family: 'Poppins', sans-serif;
        font-size: 2.5rem;
        padding-bottom: 50px;
        transition: transform .2s;
        cursor: pointer;
    }
    
    .homeheading h1:hover {
        transform: scale(1.2);
    }
    
    .homeheading p {
       font-family: 'Poppins', sans-serif; 
       width: 80%;
       }
    
.bnr-head {
    width: 100%;
    height: auto;
    background-color: black;
    color: aliceblue;
    text-align: center;
    padding: 0px;
    box-sizing: border-box;
}

.bnr-head h1 {
    font-size: 4rem;
        font-family: 'Poppins', sans-serif;
    text-transform: uppercase;
    width: 70%;
    margin: auto;
    padding: 20px 0;
}
.bannerai .topacc {
    text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    font-size: 2.6rem;
    letter-spacing: 5px;
    color: #fff;
    line-height: 20px;
    margin-top: 70px;

}

.bannerai .topbuss {
    text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    font-size: 3.2rem;
    letter-spacing: 5px;
    color: #fff;
    line-height: 80px;
}

.bannerai .topai {
    text-transform: uppercase;
        font-family: 'Poppins', sans-serif;
    font-size: 4rem;
    letter-spacing: 5px;
    color: #fff;
    line-height: 30px;
}

.bannerai .bannerimg {
    width: 100%;
    height: 200px;
    text-align: center;
    margin-top: 50px;
}
.bannerai {
    width: 100%;
    height: auto;
    height: 300px;
    background-color: #0099FF;
    line-height: 200px;
    background-image: url(/image/bannerbg.png);
}
    
.leftline{
    display: none;
}
.leftnewsfeed {
    width: 100%;
    padding-right: 0rem;
    margin: 0px auto;
    margin-bottom: 15px;
    font-family: 'Poppins', sans-serif;

}
.companys {
    width: 100%;
    height: 100px;
    background-color: #fff;
    text-align: center;
}

.companys img {
    width: 100%;
    padding-top: 15px;
}

}

@media only screen and (min-width: 1200px) {
    .responcivedropdown {
        display: none !important;
    }



}
@media only screen and (max-width: 885px) {
    .newcontainer{
        width: 90%;
    }

    .scrollcontatform{
        width: 95%;
        height: 95vh;
        background-color: #fff;
        overflow-y: scroll;
    
    }

}

@media only screen and (max-width: 767px) {

    .bannerimg{
        display: flex;
        justify-content: center;
    }
    .bannerai {
        width: 100%;
        height: auto;
        height: auto;
        padding-bottom: 3rem;
    }
    .staywwithus {
        width:100% !important;
        
    }
    .bannerai .topacc {
        text-transform: uppercase;
            font-family: 'Poppins', sans-serif;
        font-size: 2.5rem;
        letter-spacing: 5px;
        color: #fff;
        line-height: auto;
        margin-top: 25px;
        text-align: center;
    
    }
    
    .bannerai .topbuss {
        text-transform: uppercase;
            font-family: 'Poppins', sans-serif;
        font-size: 3.2rem;
        letter-spacing: 5px;
        color: #fff;
        line-height: auto;
        text-align: center;
    }
    
    .bannerai .topai {
        text-transform: uppercase;
            font-family: 'Poppins', sans-serif;
        font-size: 4rem;
        letter-spacing: 5px;
        color: #fff;
        line-height: auto;
        text-align: center;

    }
    .boxgrid {
        width: 100%;
        display: grid;
        grid-template-columns: auto  auto;
        background-color: #2196F3;
    }
    .subsession {
        width: 100%;
        height: 100%;
        background-color: #707070;
    
    }
    .boxinfodetails:nth-child(4) {
        background: rgb(255, 255, 255);
        color: #003E8C;
    }
    
    .boxinfodetails:nth-child(3) {
        background: #1582dd;
        color: #ffffff;
    }
    .partnersslide .headingprt h1 {
        font-size: 3rem;
            font-family: 'Poppins', sans-serif;
        color: #fff;
        font-weight: 700;
    
    }
    .contactpage {
        width: 100%;
        text-align: left;
        margin-top: 30px;
    }
    .numbers {
        text-align: left;
        font-family: 'Poppins', sans-serif;
        font-size: 14px;
        color: #fff;
        margin-top: 20px;
    }
    .contactussession {
        padding: 4rem 0;

    }
    .contactform h2 {
        color: #fff;
        font-family: 'Poppins', sans-serif;
        font-weight: 500;
        font-size: 1.6rem;
    
    }
}




@media only screen and (min-width: 605px) {
    .staywwithus {
        margin-bottom: 3rem;
        
    }





}
@media only screen and (max-width: 605px) {


.companys {
    width: 100%;
    height: auto;
    background-color: #fff;
    text-align: center;
}

.companys img {
    width: 40%;
    padding: 10px 0;
}
}

@media only screen and (max-width: 450px) {
    .bnr-head h1 {
        font-size: 3rem;
            font-family: 'Poppins', sans-serif;
        text-transform: uppercase;
        width: 70%;
        margin: auto;
        padding: 20px 0;
    }

    .automate {
        width: 90%;
        height:80vh;
        padding: 10px;
    }

    .partnersslide .headingprt h1 {
        font-size: 2rem;
            font-family: 'Poppins', sans-serif;
        color: #fff;
        font-weight: 700;
    
    }


}


/* loader */
.loader-wrapper{
    z-index: 8000;
    background-color:#f9f9f96b;
    /* background-image: linear-gradient(to right, #274EA0,#14ACE0);  */

    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    
   
}

.loader-wrapper img{
    width: 200px;

}
.loader-content{
    display: inline-block;
width: 200px;
height: 200px;
top: 30%;     


margin: auto;                /******** <- Remove this line *********/
/* border: 4px solid #Fff; */
animation: loader 2s infinite ease;

}
.loader-content img{
    width: 100%;
    animation-name: spin;
    animation-duration: 2000ms;
animation-iteration-count: infinite;
animation-timing-function: linear;
}
@keyframes spin {
0% {
    transform:rotate(0deg);
}
50% {
    transform:rotate(180deg);
}
100%{
  transform:rotate(0deg);
}

}
.loader,
.loader:before,
.loader:after {
  top: 5%;   
  border-radius: 50%;
  width: 0.7em;
  height: 0.7em;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  -webkit-animation: load7 1.8s infinite ease-in-out;
  animation: load7 1.8s infinite ease-in-out;
}
.newshead h4{
display: inline-block;
margin-left: 5px;
}
.loader {
  color: #ffffff;
  font-size: 10px;
  margin: 80px auto;
  position: relative;
  text-indent: -9999em;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
.loader:before,
.loader:after {
  content: '';
  position: absolute;
  top: 0;
}
.loader:before {
  left: -3.5em;
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
.loader:after {
  left: 3.5em;
}
@-webkit-keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}
@keyframes load7 {
  0%,
  80%,
  100% {
    box-shadow: 0 2.5em 0 -1.3em;
  }
  40% {
    box-shadow: 0 2.5em 0 0;
  }
}


.imagesize{
  height: 100%;

}
.icons{
  height: 100px;
}
/* contact form */
.home-contactform {
    background: #fff;
    border-radius: 4px;
    margin-top: 18px !important;
} 
.home-contactfx {
    text-align: right;
    direction: ltr;
}
.home-contactfx .addressSession {
    margin-top: 8rem;
}
.pp-box {
  padding: 35px;
  text-align: right;
  padding-right: 0px;
}

.pp-button {
  font-size: 1em;
  padding: 10px;
  color: #fff;
  border: 2px solid #ffffff;
  border-radius: 20px/50px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.3s ease-out;
}
.pp-button:hover {
    background: #1479d1;
}

.pp-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.7);
  transition: opacity 500ms;
  visibility: hidden;
  opacity: 0;
  z-index: 9999;
}
.pp-overlay:target {
  visibility: visible;
  opacity: 1;
}

.sqx-popup {
    margin: 48px auto;
    padding: 0px;
    background: #fff;
    border-radius: 5px;
    width: 52%;
    position: fixed;
    transition: all 5s ease-in-out;
    border: 2px solid #000;
    left: 0;
    right: 0;
    height: 550px;
    overflow-y: scroll;
    z-index: 999999 !important;
}

.pp-close {
    position: absolute;
    top: 0px;
    right: 28px;
    transition: all 200ms;
    font-size: 38px;
    font-weight: 500;
    text-decoration: none;
    color: #ffffff;
}
.pp-close:hover {
  color: #ffffff;
}
.sqx-popup .content {
  max-height: 30%;
  overflow: auto;
}

@media screen and (max-width: 700px){
  .pp-box{
    width: 90%;
  }
  .sqx-popup{
    width: 90%;
  }
}