<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.section-spc{
    padding: 80px 0 100px 0;
}
.btn_1:hover{
    color: #fff;
}
.title-bdy{
    font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 40px;
line-height: 110%;
text-align: center;
color: #102D3C;
padding-bottom: 40px;
}
.wrapper-bdy p {
    color: #000000;
    font-size: 24px;
    padding-bottom: 22px;
    padding-top: 15px;
}
.gredint-bg{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 24px;
    color: #fff;
    /* gap: 16px; */
    font-size: 20px;
    height: 213px;
    background: linear-gradient(70.14deg, #C41C74 -1.57%, #ED1D7E 44.53%, #F15A3F 99.02%);
    border-radius: 20px;
}
.ryt-gredint-bg{
    display: flex;
flex-direction: column;
align-items: center;
padding: 40px 24px;
/* gap: 16px; */
font-size: 20px;
color: #fff;
height: 213px;
background: linear-gradient(70.14deg, #762B90 -1.57%, #00BBEF 99.02%);
border-radius: 20px;
}
.bg-gry{
    background-color: #F7F9F9CC;
}
.white-bg {
    background-color: #fff;
}
.table th,td{
    padding-left: 25px !important;
}
.AIR-box{
    flex-direction: column;
    padding: 35px 40px 40px;
    gap: 10px;
    width: 328px;
    height: 270px;
    left: 0px;
    top: 0px;
    background: #FFFFFF;
    box-shadow: 0px 13px 19px rgba(0, 0, 0, 0.07);
}

.AIR-box p i{
    color: #91B1CA;
}
.IT-wrapper{
    margin: 100px 0 0 0;
    border-radius: 12px;
    padding-left: 0;
}

.iT-img{
    border-radius: 12px 0px 0px 12px;
    width: 390px;
}
.IT-txt{
    padding: 15px 80px;
}

.IT-Title{
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    color: #102D3C !important;
}
.IT-Title a{
    color: #102D3C !important;
}
.ICD-box{
    background-color: #F7F9F9;
    padding: 24px;
    height: 410px;
}
.bg-img-bq{
    background-image: url(../img/ivan-tsaregorodtsev.png);
    /* height: 325px; */
    width: 100%;
   left: 0px;
   height: 325px;
}
.img-bg-tr-niit{
    padding: 70px 0;
    color: #fff8f8;
    text-align: center;
}
.img-bg-tr-niit h3{
    font-size: 40px;
    color: #fff;
    font-weight: 600;
}


.left-bg-img-bq{
    background-image: url(../img/ivan-tsaregorodtsev.png);
    /* height: 325px; */
    width: 50%;
   position: absolute;
   left: 0px;
   height: 325px;
}
.ryt-gry-BQ{
    width: 50%;
   position: absolute;
   right: 0px;
   height: 325px;
    background-color: #58595B;
}


.bq-f{
    display: flex;
}
.BQ-txt{
    padding: 100px 60px 25px 125px;
    color: #fff;
}
.W-fifty{
    width: 50%;
}
.ryt-BQ-txt{
    padding: 100px 60px 25px 6px;
    color: #fff;
}
.ryt-wrap{
    padding: 100px 200px 100px 100px;
    
}
.ryt-wrap h3{
    color: #fff;
    font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 32px;
line-height: 110%;

}
.AIR-box p a{
    color: #555;
}
.AIR-box p a:hover{
    color: #EF3367;
}

.fnt-sz-18{
    font-size: 18px;
}
.ftr-button-secondary{
    border: none;
    font-family: inherit;
    font-size: inherit;
    color: #fff;
    background: linear-gradient(65.02deg, #C41C74 14.69%, #ED1D7E 41.06%, #F15A3F 84.66%);
    cursor: pointer;
    padding: 8px 20px;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    line-height: 25px;
    text-decoration: none;
}
.ftr-button-secondary:hover{
    color: #fff;
}
.ftr-eml-btn{
    font-family: inherit;
    margin: 15px;
    cursor: pointer;
    background: linear-gradient(91.43deg, #fffff800 44.97%, rgba(255, 255, 248, 0) 79.55%);
    padding: 6px 20px;
    display: inline-block;
    outline: none;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-border-radius: 40px;
    -moz-border-radius: 40px;
    border-radius: 5px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    border: 2px solid #DC3E71;
    text-decoration: none;
}
.ftr-eml-btn:hover{
    color: #ffffff;
}
.fa-angle-down{
    color: #f16067;
    font-size: 12px;
    position: relative;
    left: -4px;
    top: -3px;
}

@media (max-width: 768px) {
	.table th,td{
        padding-left: 10px !important;
    }
    .IT-txt{
        padding-left: 15px;
        text-align: center;
        padding-right: 15px;
    }
    .iT-img {
        border-radius: 0;
        width: 100%;
    }
    .IT-Title{
        font-size: 30px;
    }
    .bq-f {
        display: block;
    }
    .left-bg-img-bq {
        width: 100%;
    }
    .BQ-txt {
        padding: 25px 80px 25px 25px;
    }
    .ryt-gry-BQ {
        width: 100%;
    }
    .ryt-wrap {
        padding: 25px 80px 25px 25px;
    }
    .left-bg-img-bq {
        position: inherit;
    }
    body {
        overflow-x: hidden;
    }
    a.btn_outline, .btn_outline {
        margin: 15px 15px 15px 0;
    }
    .ICD-box {
        height: auto;
    }
    .bg-img-bq {
        height: 450px;
    }
    .fa-angle-down{
        display: none;
    }
}
.pb-0{
    padding-bottom: 0px !important;
}

.offset-alg{
    margin-left: 16.3333%;
}
.pb-80 {
    padding-bottom: 80px;
}
.pb-3{
    padding-bottom: 25px;
}
.pt-2{
    padding-top: 20px;
}
.ul-txt{
    font-weight: 600 !important;
    font-size: 20px !important;
}
.ftr-lft-right{
    border-left: 1px solid #edefee;
    border-right: 1px solid #edefee;
}
.ftrer-lft-nav{
    border-left: 1px solid #edefee;
    padding-left: 22px;
}




/*
*
* ==========================================
* CUSTOM UTIL CLASSES
* ==========================================
*
*/
.collapsible-link {
    width: 100%;
    position: relative;
    text-align: left;
    height: 80px;
    color: #102D3C;
    font-size: 18px;
    padding: 15px;
    text-transform: inherit;
  }
  
  .collapsible-link::before {
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 0.8rem;
    transform: translateY(-50%);
    display: block;
    font-family: "FontAwesome";
    font-size: 1.7rem;
  }
  
  .collapsible-link[aria-expanded="true"]::before {
    content: "\f068";
  }
  .card-body {
    padding: 15px;
    border: 1px solid #efefef;
    box-shadow: 0px 13px 19px rgb(0 0 0 / 22%);
    background-color: #f2f2f2;
}
  .btn-link:focus, .btn-link:hover {
    color: #102D3C;
    text-decoration: none;
    background-color: transparent;
    border: none;
    outline: none;
}
.card-header {
    padding-top: 15px;
}
.pb-5{
    padding-bottom: 50px;
}

.blue-anc{
    color: #028aff;
}

.pb-2{
    padding-bottom: 20px;
}
.pb-3{
    padding-bottom: 30px;
}


@media only screen and (max-width: 768px) {
    .mb-pd{
        padding: 20px;;
    }
}
.bold-txt{
    font-weight: 700;
}</pre></body></html>