* {
    font-family: "DM Sans", serif;
    font-optical-sizing: auto
  }
  img {
    width: 100%
  }
  .no__underline {
    text-decoration: none !important;
  }
  .underline {
    text-decoration: underline;
  }
  .sections a {
    color: #4B83F1;
    text-decoration: underline;
  }
  .sec1 .sec_img,
  #why-blusky-ai .sec6 .sec_img {
    max-width: 627px
}
.dark h1 {
    color: #FFF
}
h2 {
    font-size: 44px;
    line-height: 52px;
}
ul li {
    font-size: 22px;
    line-height: 26px;
}
.sec3 .sec_img,
#about .sec5 img {
    max-width: 627px;
}
  .sec_img.powered__ai {
    max-width: 365px;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  .ft__24 {
    font-size: 24px !important;
    line-height: 26px !important;
  }
  p.lead {
    font-size: 22px !important;
    line-height: 26px !important;
  }
  .ff__lead1 {
    color: #AEAEAE !important
  }
  .ff__lead2 {
    color: #4B83F1 !important;
    font-weight: 700;
  }
  .ff__lead3 {
    color: #355275 !important;
    font-weight: 300 !important;
    padding-top: 15px;
    padding-bottom: 15px;
  }
  /* Font-weights */
  .fw__light {
    font-weight: 300 !important
  }
  .fw__bold {
    font-weight: 700 !important
  }
  /* Colors */
  .sections.dark p,
  .sections.dark h2,
  .sections.dark h3 {
    color: #FFF !important
}
.sections.light p,
.sections.light h2 {
    color: #355275
}
.txt__purple {
    color: #933CE4 !important
}
.txt__blue {
    color: #00CCFF;
}
.txt__blue2 {
    color: #4B83F1;
}
h3 {
    font-size: 32px;
    line-height: 36px;
}
/* navbar-brand */
.navbar-brand:focus-visible {
    outline: none;
}
.prefold {
    width: 100%;
    min-height: 41px;
    background: none !important;
    background-color: #4B83F1 !important;
    padding: 10px 0;
    height: 100%;
}
.prefold > div {
    min-height: 41px;
}
.prefold p {
    margin-bottom: 0;
    color: #FFF !important;
    font-size: 18px !important;
}
.prefold__link {
    color: #FFF !important;
    text-decoration: underline;
    font-weight: 600;
}
.prefold__link:hover {
    color: #FFF !important
}
.prefold .row {
    align-items: center;
    min-height: 41px;
}
/* Buttons */
.btn.btn-primary {
    background-color: #355275;
    border-color: #355275;
    font-size: 16px;
    /*max-width: 178px;*/
    height: 48px;
    width: 100%;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}
.btn.btn-primary:active {
    background-color: #355275;
    border-color: #355275;
    font-size: 16px;
    /*max-width: 178px;*/
    height: 48px;
    color: #fff;
    text-decoration: none;
}
.btn.btn-primary:active,
.btn.btn-primary:hover {
    font-weight: 700
}
.btn.btn-secondary {
    background-color: #4B83F1;
    border-color: #355275;
    font-size: 16px;
    /*max-width: 178px;*/
    height: 48px;
    width: 100%;
    font-weight: 300;
    color: #fff;
    text-decoration: none;
}
.btn.btn-secondary:active {
    background-color: #4B83F1;
    border-color: #355275;
    font-size: 16px;
    /*max-width: 178px;*/
    height: 48px;
    color: #fff;
    text-decoration: none;
}
.btn.btn-secondary:active,
.btn.btn-secondary:hover {
    font-weight: 700
}
.btn:focus-visible {
    box-shadow: none;
}
.btn__230 {
    width: 230px !important;
}
.navbar .btn {
    width: 178px;
}
.navbar .container {
    padding: 0
}
/* Hamburger */
.navbar-toggler {
    border: none
}
.navbar-toggler:focus {
    box-shadow: none;
}
.navbar-toggler-icon {
    background-image: url('/assets/img/Hamburger.png');
}
.navbar-expand-lg .navbar-nav .nav-link {
    color: #355275;
    font-size: 16px
}
.navbar-expand-lg .navbar-nav .nav-link:hover,
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #355275
}
.navbar-expand-lg .navbar-nav .nav-link.active {
    color: #355275;
    font-weight: bold;
}
/* Heading elements */
.sections.sec2 .sec__heading1,
.sections.sec7 .sec__heading1 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
    color: #00CCFF !important;
    text-align: left;
    margin-bottom: 15px;
}
.sec__heading2 {
    font-size: 44px;
    line-height: 50px;
    font-weight: 700;
}
/* Sections */
.sections {
    padding-bottom: 50px;
    padding-top: 50px;
}
.sections p {
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
  }
#home .sections.sec2,
#why-blusky-ai .sections.sec7 {
    background: rgb(53,82,117);
    background: linear-gradient(90deg, rgba(53,82,117,1) 0%, rgba(35,58,87,1) 100%);
}
#home .sections.sec4 {
    background: rgb(0,204,255);
    background: linear-gradient(90deg, rgba(0,204,255,1) 0%, rgba(75,131,241,1) 100%);
}
#home .sections.sec6 {
    background: rgb(0,204,255);
    background: linear-gradient(90deg, rgba(0,204,255,1) 0%, rgba(147,60,228,1) 100%);
}
#home .sections.sec8 {
    background: rgb(75,131,241);
    background: linear-gradient(90deg, rgba(75,131,241,1) 0%, rgba(0,204,255,1) 100%);
}
.sec7 .benefits__using-bluskyAi {
    background: rgb(147,60,228);
    background: linear-gradient(90deg, rgba(147,60,228,1) 0%, rgba(75,131,241,1) 49%, rgba(0,204,255,1) 100%);
    border-radius: 10px;
    padding: 35px;
    width: 80%;
    margin: 0 auto
}
.tech__inno-grid-holder {
    display: flex;
    gap: 1%;
    justify-content: center;
}
.tech__inno-grid-items {
    width: 25%;
    -webkit-box-shadow: 0px 8px 28px 0px rgba(20,20,43,0.1);
-moz-box-shadow: 0px 8px 28px 0px rgba(20,20,43,0.1);
box-shadow: 0px 8px 28px 0px rgba(20,20,43,0.1);
    border-radius: 10px;
    padding: 20px 20px 30px 20px;
    text-align: center;
}
.tech__inno-icon-holder {
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.tech__inno-grid-items img {
    width: auto
}
.tech__inno-icon1 {
    max-height: 53px;
}
.tech__inno-icon2 {
    max-height: 77px;
}
.tech__inno-icon3 {
    max-height: 49px;
}
.tech__inno-icon4 {
    max-width: 61px;
}
.benefits__using-bluskyAi p {
    color: #FFF !important;
}
#home .sec2 ul,
#why-blusky-ai .sec7 ul {
    padding-left: 0;
    margin-top: 40px;
    display: flex;
    align-items: center;
    list-style-type: none;
    flex-direction: column;
}
#home .sec2 ul li,
#why-blusky-ai .sec7 ul li {
    
    padding-right: 6px;
    padding-left: 95px;
    color: white;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: 58px;
    min-height: 58px;
    background-position: left center;
  }
ul li#idle__time {
    background-image: url('/assets/img/Idle-time.png');
}
ul li#over-provisioning {
    background-image: url('/assets/img/Over-provisioning.png');
}
ul li#complex-and-inefficient-billing {
    background-image: url('/assets/img/complex-and-inefficient-billing.png');
}
.sec3 .shadow__box {
    border-radius: 18px;
    -webkit-box-shadow: 0px 8px 28px 0px rgba(0,20,20,0.1);
    -moz-box-shadow: 0px 8px 28px 0px rgba(0,20,20,0.1);
    box-shadow: 0px 8px 28px 0px rgba(0,20,20,0.1);
    padding: 18px
}
.sec5 img.cih__arrow {
    max-width: 20px;
    height: 25px;
}
.sec6 ul,
.sec8 ul {
    padding: 0;
    margin-top: 30px;
    margin-bottom: 0;
}
.sec6 ul li,
.sec8 ul li {
    background: url('/assets/img/tick.png') no-repeat;
    background-size: 18px 15px;
    background-position: center left;
    list-style-type: none;
    padding-left: 30px;
    color: #FFF;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 10px;
}
.sec7 ul {
    display: flex;
    flex-direction: column;
    align-content: space-around;
    flex-wrap: wrap;
    margin-bottom: 0;
}
.sec7 ul li {
    color: #FFF !important;
    font-size: 20px !important;
    line-height: 22px !important;
    margin-bottom: 15px;
    font-weight: 300;
}
.sec7 ul li:last-child {
    margin-bottom: 0;
}
.core__infrastructure-holder {
    display: flex;
    align-items: center;
}
.core__infrastructure-items.arrow {
    width: 12%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}
.core__infrastructure-holder {
    margin-bottom: 30px;
}
.cih_box {
    width: 44%;
    padding: 20px;
    border-radius: 10px;
    border: 1px solid #DDE5E9
}
.cih__box-dark {
    background: #DDE5E9;
}
.cih_box__list1,
.cih_box__list2,
.cih_box__list3 {
    padding-left: 40px;
    position: relative;
    display: flex;
    align-items: center
}
.cih_box__list:before {
    position: absolute;
    left: 5px;
    font-size: 22px !important;
    font-weight: 700 !important;
}
.cih_box__list1:before {
    content: '1.'
}
.cih_box__list2:before {
    content: '2.'
}
.cih_box__list3:before {
    content: '3.'
}
.core__infrastructure-items p {
    margin: 0;
}
/* Section 7 */

/* Call to action */
.call__to-action {
    padding: 60px 0;
}
.row {
    align-items: center
}
footer {
    background-color: #E8EFF8
}
.custom__footer-border-top {
    border-top: 1px solid #355275
}
footer .navbar-brand img {
    max-width: 190px;
}
footer p {
    color: #355275
}
footer .footer-nav li {
    padding-left: 15px;
    padding-right: 15px
}
footer .footer-nav li a,
footer a {
    font-size: 16px;
    color: #355275;
    text-decoration: none;
}
footer a:hover {
    color: #355275
}
footer .btn {
    width: 178px !important;
}
footer p.what-we {
    font-size: 16px;
}
footer p.copyright {
    font-size: 14px;
}
/* Hide and show items */
.yes-tab-below {
    display: none;
}
/* About Us */
h1 {
    font-size: 52px;
    line-height: 56px;
}
h4 {
    font-size: 28px;
    line-height: 32px;
}
.hero__sec {
    background: rgb(0,204,255);
    background: linear-gradient(90deg, rgba(0,204,255,1) 0%, rgba(75,131,241,1) 100%);
}
.hero__sec img.arrow {
    max-width: 42px;
}
#about .sections.sec2 {
    background: rgb(38,67,97);
    background: linear-gradient(0deg, rgba(38,67,97,1) 0%, rgba(13,76,148,1) 100%);
}
.mission__vision-icon-holder img.mission__vision-icon1 {
    width: 63px;
    height: auto;
}
.mission__vision-icon-holder img.mission__vision-icon2 {
    width: 55px;
    height: auto;
}
.mission__vision-icon-holder img.mission__vision-icon3 {
    width: 61px;
    height: auto;
}
#about .sections.sec4 {
    background: #E8EFF8;
}
#about .sections.sec4 h2,
#about .sections.sec4 p {
    color: #355275 !important
}
.about__team-grid-holder {
    display: flex;
    gap: 2.5%;
}
.about__team-grid-items {
    background-color: #FFF;
    width: 33%;
    -webkit-box-shadow: 0px 8px 28px 0px rgba(20,20,43,0.1);
    -moz-box-shadow: 0px 8px 28px 0px rgba(20,20,43,0.1);
    box-shadow: 0px 8px 28px 0px rgba(20,20,43,0.1);
    border-radius: 10px;
    padding: 40px 20px;
    text-align: center;
}
.about__team-icon-holder {
    height: 140px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
}
.about__team-icon-holder a {
    text-decoration: none;
}
.about__team-icon {
    max-width: 136px;
}
.about__team-profile-linked-icon {
    max-width: 26px;
    height: auto;
}
#about .sections.sec5 {
    background: #4B83F1 !important;
}
/* Why BluSky AI */
.sections.sec5.dark {
    background: rgb(53,82,117);
    background: linear-gradient(90deg, rgba(53,82,117,1) 0%, rgba(35,58,87,1) 100%);
}
#why-blusky-ai .sec3 
{
    background: rgb(147,60,228);
    background: linear-gradient(90deg, rgba(147,60,228,1) 0%, rgba(75,131,241,1) 49%, rgba(0,204,255,1) 100%);
}
.nextgen__cominf-grid-holder {
    display: flex;
    gap: 3%;
}
.nextgen__cominf-grid-items {
    width: 33%;
    -webkit-box-shadow: 0px 8px 28px 0px rgba(20,20,43,0.1);
-moz-box-shadow: 0px 8px 28px 0px rgba(20,20,43,0.1);
box-shadow: 0px 8px 28px 0px rgba(20,20,43,0.1);
    border-radius: 10px;
    padding: 20px 20px 30px 20px
}
.how__itworks-holder {
    display: flex;
    align-items: center;
}
.how__itworks-items.arrow {
    width: 12%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center
}
.how__itworks-holder {
    margin-bottom: 30px;
}
.hiw_box {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
}
.hiw_box-items {
    position: relative;
    display: flex;
    align-items: center
}
.how__itworks-items p {
    position: relative;
    padding-left: 40px;
}
.hiw__1 .hiw_box {
    background: #EEF3F5;
}
.hiw__2 .hiw_box {
    background: #EDF1F3;
}
.hiw__3 .hiw_box {
    background: #E7EFF3;
}
.hiw__4 .hiw_box {
    background: #DDE5E9;
}

.hiw_box-items:before {
    position: absolute;
    left: 5px;
    font-size: 22px !important;
    font-weight: 700 !important;
    color: #4B83F1;
}
.hiw_box-item1:before {
    content: '1.'
}
.hiw_box-item2:before {
    content: '2.'
}
.hiw_box-item3:before {
    content: '3.'
}
.hiw_box-item4:before {
    content: '4.'
}
.how__itworks-items p {
    margin: 0;
}
.all__about ul.all__about-points {
    padding-left: 0;
    margin-top: 40px;
    display: flex;
    align-items: center;
    flex-direction: column;
    list-style: none;
}
.all__about ul.all__about-points li {
    
    padding-right: 6px;
    padding-left: 95px;
    color: white;
    font-size: 20px;
    line-height: 22px;
    font-weight: 300;
    margin-bottom: 30px;
    background-repeat: no-repeat;
    background-size: 58px;
    min-height: 58px;
    background-position: left center;
  }
  #why-blusky-ai .sec6 ul li {
    background: url('/assets/img/tick.png') no-repeat;
    background-size: 18px 15px;
    background-position: center left;
    list-style-type: none;
    padding-left: 30px;
    color: #355275;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
    display: flex;
    align-items: center;
}
#why-blusky-ai .sec5 ul li {
    padding-top: 10px
}
#why-blusky-ai .sec5 ul li#universities {
    background-image: url('/assets/img/Universities.png');
}
#why-blusky-ai .sec5 ul li#research-labs {
    background-image: url('/assets/img/AI-&-ML-Research-Labs.png');
}
#why-blusky-ai .sec5 ul li#gaming {
    background-image: url('/assets/img/Gaming-&-Cloud-Rendering.png');
}
#why-blusky-ai .sec5 ul li#analytics {
    background-image: url('/assets/img/Big-Data-&-Analytics.png');
}
#why-blusky-ai .sec5 ul li#Enterprise {
    background-image: url('/assets/img/Enterprise-IT-&-FinTech.png');
}
/* Investor relations */
.iframed__section iframe {
    width: 100%;
    padding-left: 40px;
    padding-right: 40px
}
/* Privacy Policy */
#privacy-policy ul li,
#privacy-policy ol li {
    color: #355275;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 10px;
  }
  #privacy-policy ol li,
  #privacy-policy ol li a {
    color: #4B83F1;
  }
  #privacy-policy table td {
    padding: 25px 20px; 
    vertical-align: middle
  }
  #privacy-policy table ol {
    margin-bottom: 0;
    padding-left: 20px;
  }
  #privacy-policy table ol li {
    font-size: 18px;
    line-height: 20px;
  }
  #privacy-policy table tr th {
    background-color: #E8EFF8;
    text-align: center;
  }
  #privacy-policy table td {
    width: 33%;
    font-size: 18px;
  }
  #privacy-policy table td,
  #privacy-policy table tr,
  #privacy-policy table td,
  #privacy-policy table ol li {
    color: #355275 !important;
    font-weight: 300 !important;
    margin-bottom: 0;
    line-height: 20px;
  }
  .contact__form .container .row > div:first-child {
    padding-right: 40px;
  }
  .blusky-form-container {
    padding: 35px 30px;
    border-radius: 12px;
    -webkit-box-shadow: 0px 8px 28px 0px rgba(20,20,43,0.1);
    -moz-box-shadow: 0px 8px 28px 0px rgba(20,20,43,0.1);
    box-shadow: 0px 8px 28px 0px rgba(20,20,43,0.1);
  }
  .contact__form ul,
  #pricing ol {
    padding-left: 25px
  }
  .contact__form ul li,
  #pricing ol li {
    margin-bottom: 12px;
    color: #355275;
  }
  #contact-us form label,
  #pricing form label {
        font-size: 20px;
        line-height: 22px;
        color: #355275
  }
  #form-agrement-sec {
    padding-left: 30px;
    padding-right: 30px;
  }
  form p,
  form #form-agrement-sec label,
  form a {
    font-size: 13px !important;
    line-height: 15px !important;
    color: #355275 !important;
  }
  form .btn {
    width: auto !important;
    padding-left: 50px;
    padding-right: 50px;
  }
/* Pricing page */
#pricing ol li {
    color: #355275;
    font-size: 20px;
    line-height: 22px;
    margin-bottom: 20px;
}
#pricing__grey-box {
    background-color: #EEF3F5;
    padding: 30px
}
/* Universities */
.fluro-blue {
    color: #00CCFF;
}
.cta-section-h4 {
    max-width: 63%;
    margin: 0 auto;
}

.uni .sec__heading2 {
    font-size: 29px;
    font-weight: bold;
    color: #355275;
    line-height: 1.4;
}
.uni .sec__heading2 span.purple {
    color: #933CE4;
}
.sections.uni p {
    color: #355275 !important;
    font-size: 18px;
    line-height: 20px;
}
.info-section {
      padding: 60px 20px;
    }

    .info-section h5 {
      font-weight: bold;
      font-size: 1.25rem;
    }

    .info-section p {
      color: #444;
      font-size: 1rem;
    }
    .body-universities h5,
    .body-universities p {
        color: #355275;
        font-size: 18px
    }
    .body-universities h2 {
        font-weight: bold
    }
    .cta-section {
      background: #0D4C94;
      background: -webkit-linear-gradient(90deg,rgba(13, 76, 148, 1) 0%, rgba(27, 71, 119, 1) 58%, rgba(38, 67, 97, 1) 100%);
      background: -moz-linear-gradient(90deg,rgba(13, 76, 148, 1) 0%, rgba(27, 71, 119, 1) 58%, rgba(38, 67, 97, 1) 100%);
      background: linear-gradient(90deg,rgba(13, 76, 148, 1) 0%, rgba(27, 71, 119, 1) 58%, rgba(38, 67, 97, 1) 100%);
      filter: progid:DXImageTransform.Microsoft.gradient(
        startColorstr="#0D4C94",
        endColorstr="#264361",
        GradientType=1
      );
color: white;
      padding: 60px 20px;
      text-align: center;
    }
    .cpu-donation-initiative-section {
        padding: 60px 20px;
        text-align: center;
    }
    .cpu-donation-initiative-section h4 {
        font-size: 28px;
        font-weight: bold;
        color: #933CE4;
        max-width: 540px;
        margin: 0 auto;
    }
    .cpu-donation-initiative-grey-box {
        background: #E8EFF8;
        border-radius: 10px;
        padding: 15px;
        max-width: 890px;
        margin: 0 auto;
        margin-top: 30px;
    }
    .cpu-donation-initiative-grey-box p {
        font-size: 18px;
        color: #355275
    }

    .offers-gpu-compute-power {
        background: transparent !important;
    }
    .offers-gpu-compute-power p,
    .offers-gpu-compute-power ul li,
    .transformative ul li {
        color: #355275;
        font-size: 20px;
        margin-bottom: 5px;
        padding-left: 10px;
        line-height: 1.4;
    }
    .offers-gpu-compute-power ul,
    .transformative ul {
        margin-top: 15px
    }
    .transformative ul {
        margin-top: 15px;
        padding-left: 20px !important;
    }
    .new-offering-section {
        background: #933CE4;
        background: -webkit-linear-gradient(90deg, rgba(147, 60, 228, 1) 0%, rgba(75, 131, 241, 1) 58%, rgba(0, 204, 255, 1) 100%);
        background: -moz-linear-gradient(90deg, rgba(147, 60, 228, 1) 0%, rgba(75, 131, 241, 1) 58%, rgba(0, 204, 255, 1) 100%);
        background: linear-gradient(90deg, rgba(147, 60, 228, 1) 0%, rgba(75, 131, 241, 1) 58%, rgba(0, 204, 255, 1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#933CE4", endColorstr="#00CCFF", GradientType=1);
        padding: 60px 20px;
        text-align: center;
    }
    .AI-infrastructure-for-higher-education {
        background-color: #4B83F1;
        padding: 60px 20px;
        text-align: center;
    }
    .By-combining-speed {
        background-color: #E8EFF8;
        padding: 60px 20px;
        text-align: center;
    }
    .By-combining-speed-grey-box {
        background: #FFFFFF;
        border-radius: 10px;
        padding: 30px;
        margin: 0 auto;
        max-width: 80%;
        box-shadow: 0 4px 20px rgba(0, 0, 0, 0.06);
    }
    .Contact-trent-grey-box {
        border: 1px solid #4B83F1;
        max-width: 480px;
        padding: 25px 30px;
        margin: 0 auto
    }
    .Contact-trent {
        padding: 120px 20px 60px;
        text-align: center;
    }
    .illustration-web {
        padding: 60px 20px;
        text-align: center;
    }
    .SkyMod ul {
    margin: 0;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-left: 25px;
    }
    .SkyMod ul li {
        color: #355275;
        font-size: 20px;
    }
    .SkyMod ul.dashed {
    list-style-type: none;
    padding-left: 8px;
    }
    .SkyMod ul.dashed > li {
    text-indent: -5px;
    font-size: 20px;
    line-height: 1.3;
    }
    .SkyMod ul.dashed > li:before {
    content: "-";
    text-indent: -5px;
    }
    
@media screen and (min-width: 768px) {
    .navbar {
        padding-top: 30px;
        padding-bottom: 30px
    }
    .showcase .showcase-text {
        padding: 3rem;
        padding-top: 0;
    }
    .container-fluid .showcase-text {
        padding-left: 9rem;
        padding-right: 9rem;
    }
    .sec2 .sec_img {
        max-width: 627px;
    }
    
}
@media screen and (min-width: 992px) {
    .navbar-expand-lg .navbar-nav {
        align-items: center;
    }
    .navbar {
        padding-top: 40px;
        padding-bottom: 40px
    }
    .navbar-nav li.nav-item {
        padding-left: 8px;
        padding-right: 8px
    }
    .navbar-nav li.nav-item:first-child {
        padding-left: 0
    }
    .navbar-nav li.nav-item:last-child {
        padding-right: 40px
    }
    .sections {
        padding: 70px 0
    }
    .showcase .container .showcase-text,
    .showcase .container-fluid .showcase-text {
        padding-left: 0;
        padding-top: 0;
        padding-bottom: 0
    }
    .uni .container.showcase-text {
        padding-left: 6rem !important
    }
    #about .showcase .container-fluid .showcase-text,
    #why-blusky-ai .showcase .container-fluid .showcase-text {
        padding-right: 0
    }
    .showcase.single__column .showcase-text {
        padding: 0
    }
    .showcase.even .container .showcase-text {
        padding-right: 0;
        padding-left: 3rem;
    }
    .showcase.even .container-fluid .showcase-text {
        padding-left: 3rem
    }
    .sec__heading1 {
        max-width: 95%
    }
    #investor__relations .sec__heading1 {
        max-width: 100%
    }
    #home .sections.sec4,
    #home .sections.sec6,
    #home .sections.sec8 {
        padding-top: 0;
        padding-bottom: 0;
    }
    #home .sec3 h2,
    #home .sec5 h2,
    #home .sec6 h2 {
        max-width: 80%;
    }
    .sec7 .tech__inno-sec1 {
        max-width: 60%;
        margin: 0 auto
    }
    .showcase.sec4 .showcase-text {
        padding-top: 2.2rem;
        padding-bottom: 2.2rem;
    }
    .showcase .showcase-img {
        min-height: 40rem;
    }
    footer {
        margin-top: 50px
    }
    .mission__vision-image {
        max-height: 772px;
        width: auto;
    }
    .sections.l__img-r_txt .showcase-text {
        padding-right: 0;
        padding-left: 3rem;
    }
    /* Why BluSky AI */
    .w__60 {
        max-width: 60%
    }
    .why-blusky-ai-h2-with-arrow-r {
        padding-right: 90px;
        background: url('/assets/img/why-blusky-ai-arrow.png') no-repeat;
        background-position: 95% center;
        background-size: 42px;       
    }
    .tab__nopr {
        padding-right: 0 !important;
    }
    .showcase.uni .showcase-img {
        min-height: 580px;
    }
    
}
@media screen and (min-width: 1200px) {
    .showcase.uni .showcase-img {
        min-height: 500px;
    }
}
@media screen and (min-width: 1366px) {
    .iframed__section iframe {
        width: 65%
    }
    .showcase.uni .showcase-img {
        min-height: 460px;
    }
}
@media screen and (max-width: 1366px) {
    .no-1366-below {
        display: none;
    }
}
@media screen and (max-width: 992px) {
    .navbar .container {
        padding: 0 3rem;
    }
    .showcase.even .container .showcase-text {
        padding-bottom: 0;
    }
    .showcase-text.sec__heading1 {
        margin-bottom: 25px;
        text-align: center;
    }
    .no-tab-below {
        display: none;
    }
    .yes-tab-below {
        display: block;
    }
    .pos__rel-tab-below {
        position: relative;
    }
    .sec1 .pos__ab {
        position: absolute;
        bottom: 20px;
        left: 50%;
        transform: translate(-50%);
    }
    .sections.sec4,
    .sections.sec6 {
        padding-bottom: 0;
    }
    #why-blusky-ai .sections.why {
        padding-bottom: 50px !important;
    }
    .sections.sec8 {
        padding-top: 0;
    }
    .sec8 .showcase-text {
        padding-bottom: 0;
    }
    .pad__x-40px-tab {
        padding-left: 40px;
        padding-right: 40px;
    }
    .pt-0-tab {
        padding-top: 0 !important;
    }
    .pb-0-tab {
        padding-bottom: 0 !important;
    }
    .mb-0-tab {
        margin-bottom: 0 !important;
    }
    .core__infrastructure-holder {
        align-items: stretch
    }
    #home .sections.sec6 {
        background: rgb(75,131,241);
        background: linear-gradient(90deg, rgba(75,131,241,1) 0%, rgba(147,60,228,1) 100%);
    }
    .md__mar-t-35 {
        margin-top: 35px !important;
    }
    .tech__inno-grid-holder,
    .about__team-grid-holder,
    .nextgen__cominf-grid-holder {
        display: flex;
        flex-direction: column;
    }
    .tech__inno-grid-items,
    .about__team-grid-items,
    .nextgen__cominf-grid-items {
        width: 100%;
        margin-bottom: 30px;
    }
    .about__team-grid-holder.mb-5 {
        margin-bottom: 0 !important
    }
    .sec7 .benefits__using-bluskyAi {
        width: 100%
    }
    .tab-center {
        text-align: center !important;
    }
    .tech__inno-icon-holder {
        margin-bottom: 10px;
    }
    .tab__sec-padding-tb {
        padding-top: 50px !important;
        padding-bottom: 50px !important
    }
    .tab__sec-padding-t {
        padding-top: 80px !important
    }
    .tab__colpb-40 {
        padding-bottom: 50px;   
    }
    .tab__nopx {
        padding-left: 0 !important;
        padding-right: 0 !important
    }
    .tab-pb-4 {
        padding-bottom: 1.5rem !important;
    }
    .md__txt-center {
        text-align: center;
    }
    /* Why BlySky AI */
    .why-blusky-ai-h2-with-arrow-r {
        padding-right: 0;
        padding-bottom: 65px;
        background: url('/assets/img/why-blusky-ai-arrow-mob.png') no-repeat;
        background-position: center 95%;
        background-size: 31px;       
    }
    #privacy-policy .table__wrapper {
        max-width: 100%;
        overflow-x: auto;
    }
    #privacy-policy .table__wrapper table {
        width: 800px
    }
    .contact__form .container .row > div:first-child {
        margin-bottom: 30px;
        padding-right: 0
      }
      .sustainability_sec .col-lg-6 {
        padding-top: 40px !important
      }
      .uni.sections {
        padding-top: 0;
        background-position: bottom !important;
      }
      .uni.sections .showcase-text {
        padding-top: 30px;
        padding-bottom: 40px !important;
      }
      .transformative p,
      .cta-section-h4,
      .uni-h2 {
        max-width: 100% !important;
    }
    .Contact-trent {
        padding-top: 60px;
    }
    .By-combining-speed-grey-box {
        max-width: 100%;
    }
}
@media screen and (max-width: 767px) {
    .navbar {
        padding-top: 20px;
        padding-bottom: 20px
    }
    .navbar .container {
        padding: 0 !important
    }
    .prefold {
        padding: 15px 0;
    }
    .text-end {
        text-align: center !important;
    }
    .mob-center {
        text-align: center !important;
    }
    .sec5 img.cih__arrow {
        max-width: 15px;
        height: 19px;
        transform: rotate(90deg);
    }
    .core__infrastructure-holder {
        flex-direction: column;
        margin-bottom: 35px;
    }
    .core__infrastructure-items.arrow {
        width: 100%;
        text-align: center;
        padding: 25px 0;
    }
    .cih_box {
        width: 100%
    }
    .social__network-holder {
        margin-top: 22px;
    }
    .custom__footer-border-top {
        flex-direction: column-reverse;
        padding-top: 1.5rem !important;
    }
    footer .footer-nav li {
        display: block;
        margin-bottom: 18px;
    }
    .what-we {
        margin-bottom: 0;
        padding-top: 15px;
    }
    .footer-nav {
        margin-top: 10px;
    }
    .showcase .showcase-text {
        padding: 0
    }
    .sec6 .showcase-text,
    .sec8 .showcase-text {
        padding-bottom: 20px !important;
    }
    #why-blusky-ai .sec6 .showcase-text {
        padding-bottom: 0 !important;
        padding-top: 20px
    }
    .pad__x-40px-tab {
        padding-left: 0;
        padding-right: 0;
    }
    .sm__mar-25 {
        margin-bottom: 25px !important;
    }
    .container-fluid .showcase-text {
        padding: 0 90px;
    }
    .no__sm {
        display: none;
    }
    .sm__txt-center {
        text-align: center !important
      }
      .cih_box__list:before,
      .hiw_box-items:before {
        position: absolute;
        left: 42%;
        top: 0;
        font-size: 22px !important;
        font-weight: 700 !important;
        transform: translate(42%, 50%);
    }
    .hiw_box-items:before {
        transform: translate(42%, 30%)
    }
    .core__infrastructure-items p,
    .hiw_box-items {
        margin: 0;
        padding-top: 60px;
        padding-left: 0;
    }
    .cih__box-dark p {
        padding-top: 0
    }
    .sm__mt-20 {
        margin-top: 20px !important;
    }
    .sm__mt-20 {
        margin-top: 20px !important;
    }
    .sm__pt-0 {
        padding-top: 0 !important;
    }
    .sm__mt-0 {
        margin-top: 0 !important;
    }
    #contact-us form label, #pricing form label {
        font-size: 18px;
    }
    /* Universitis */
    .offers-gpu-compute-power .order-1,
    .transformative-coll,
    .transformativecol1 {
        margin-bottom: 25px !important;
    }
    .SkyModcoll {
        margin-top: 40px !important;
    }
    .transformative-colr {
        margin-bottom: 40px;
    }
    .illustration-web-mob {
        display: block !important;
    }
    .illustration-web-desk {
        display: none;
    }
    .uni-h2 {
        max-width: 100% !important;
    }
    
}
@media screen and (max-width: 600px) {
    .mob__txt-center {
        text-align: center
      }
    .navbar .container {
        padding: 0 40px !important;
    }
    .sec_img.powered__ai {
        max-width: 70%;
      }
    .navbar .container {
        padding-right: 40px !important;
        padding-left: 40px !important;
    }
    .showcase .showcase-text,
    .showcase.even .showcase-text {
        padding-left: 40px;
        padding-right: 40px
    }
    .prefold p {
        padding-right: 40px !important;
        padding-left: 40px !important;
        font-size: 16px;
    }
    .sections p,
    .sec6 ul li,
    .sec7 ul li,
    #contact-us .contact__form ul li {
        font-size: 18px !important;
        line-height: 20px !important;
    }
    p.lead {
        font-size: 16px;
        line-height: 22px;
      }
      .sec2 .sec__heading1 {
        font-size: 32px !important;
        line-height: 36px !important;
    }
    .sec__heading2 {
        font-size: 32px;
        line-height: 36px;
    }
      .sec2 ul li,
      #why-blusky-ai .sec7 ul li,
      #why-blusky-ai .sec5 ul li {
        padding-right: 0;
        padding-left: 0;
        padding-top: 90px;
        padding-bottom: 30px;
      }
    .ul li#idle__time,
    .ul li#complex-and-inefficient-billing {
        background-position: center top;
    }
    .ul li#over-provisioning {
        background-position: center 40px;
    }
    .ul li#complex-and-inefficient-billing {
        margin-top: 60px;
    }
    .sec1 {
        padding-bottom: 0;
    }
    .pad__x-40px-tab {
        padding-left: 40px;
        padding-right: 40px;
    }
    .sections.sec2 .sec__heading1 {
        text-align: center;
    }
    .mob__pad {
        padding: 0 40px
    }
    .xs__center {
        text-align: center;
    }
    .xs__mt-20 {
        margin-top: 20px !important;
    }
    .xs__mb-20 {
        margin-bottom: 20px !important;
    }
    h3 {
        font-size: 28px;
        line-height: 32px;
    }
    h1 {
        font-size: 32px;
        line-height: 36px;
    }
    /* Why BlySky AI */
    .why-blusky-ai-h2-with-arrow-r {
        padding-right: 0;
        padding-bottom: 50px;
        background: url('/assets/img/why-blusky-ai-arrow-mob.png') no-repeat;
        background-position: center 95%;
        background-size: 26px;       
    }
    .sec2 ul li#idle__time,
    .sec2 ul li#over-provisioning,
    .sec2 ul li#complex-and-inefficient-billing,
    #why-blusky-ai .sec7 ul li#idle__time,
    #why-blusky-ai .sec7 ul li#over-provisioning,
    #why-blusky-ai .sec7 ul li#complex-and-inefficient-billing,
    #why-blusky-ai .sec5 ul li#universities,
    #why-blusky-ai .sec5 ul li#research-labs,
    #why-blusky-ai .sec5 ul li#gaming,
    #why-blusky-ai .sec5 ul li#analytics,
    #why-blusky-ai .sec5 ul li#Enterprise {
        background-position: center top;
    }
    #home .sec2 ul li,
    #why-blusky-ai .sec5 ul li {
        padding-left: 0 !important;
    }
    #why-blusky-ai .sections.why {
        padding-bottom: 0 !important;
    }
    .sm__px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
    #privacy-policy .sec2 ul li {
        padding-top: 0;
    }
    #contact-us form p, #contact-us form #form-agrement-sec label, #contact-us form a {
        font-size: 13px !important;
        line-height: 15px !important;
        color: #355275 !important;
    }
    .sections.contact__form {
        padding-bottom: 50px;
    }
    
}
@media screen and (max-width: 576px) {
    .sec3 .shadow__box {
        margin-left: 40px;
        margin-right: 40px;
    }    
    .benefits__using-bluskyAi {
        border-radius: 0 !important;
        margin-bottom: 0 !important;
    }
    .sec7 {
        padding-bottom: 0;
    }
    #why-blusky-ai .sec7 {
        padding-bottom: 50px !important;
    }
    .xs__pb-0,
    .sec6 .showcase-text {
        padding-bottom: 0 !important;
    }
    .xs__pt-0 {
        padding-top: 0 !important;
    }
    .xs__px-0 {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }
}
@media screen and (max-width: 400px) {
    .navbar-brand {
        width: 60%;
    }
}