*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
html {
scroll-behavior: smooth;
}
body {
margin: 0;
padding: 0;
font-size:16px;
font-family: 'Noto Sans', sans-serif;
font-weight: 400;
color: #444444;
}
p, li{
line-height: 1.5em;
font-size:16px;
margin: 0 0 10px 0;
}
h1, h2, h3, h4, h5, h6{
font-family: 'Libre Baskerville', serif;
font-weight: 600;
color:#15499F;
line-height: 1.23em !important;
margin-bottom:10px;
color:#15499F;
}
h1 {font-size: 36px;}
h2 {font-size: 32px;}
h3 {font-size: 28px;}
h4 {font-size: 24px;}
h5 {font-size: 20px;}
h6 {font-size: 18px;}
img{ max-width:100%; height:auto; }
.table-responsive, .wp-block-table { display: block; width: 100%; overflow-x: auto; -webkit-overflow-scrolling: touch; margin: 20px 0 30px; }
.table-responsive, .wp-block-table table { min-width:330px; }
table { }
table tr { border-bottom: 1px solid #e6e5e5; }
table thead tr, table tfoot tr { background-color: #E8F0FF; }
table tbody tr:nth-child(2n+1) { background-color: #f9f9f9; }
table tbody tr:nth-child(2n) { background-color: #f3f3f3; }
table th, table td { padding: 5px 10px; }
table th { font-family: 'Libre Baskerville', serif; text-align: left; }
figcaption.wp-element-caption { padding: 5px 0; color: #000; font-size: 14px; }
.scroll { position:fixed; top:0; width:100%; z-index:99; background:#01334D; -webkit-transition: background 0.5s; transition: background 0.5s; border-bottom:1px solid #efefef; }
.shake { animation: vibrate 2s cubic-bezier(.36,.07,.19,.97) infinite; transform: translate3d(0,0,0); backface-visibility: hidden; perspective: 50px; }
@keyframes vibrate{0.50%,10%,20%,30%,40%,50%{transform:translate3d(1px,0,0)}5%,15%,25%,35%,45%{transform:translate3d(-1px,0,0)}100%{transform:translate3d(1px,0,0)}}
input, textarea, select { border: 1px solid #CED4DA; font-weight: 400; width: 100%; font-size: 16px; padding: 7px 10px; margin-bottom: 10px; border-radius: 2px; color: #000; height: 35px; line-height: 1em; font-family: 'Noto Sans', sans-serif; }
textarea { height: auto; line-height: 1.2em; }
input:focus, textarea:focus, select:focus { border: 1px solid #15499F; outline: none; }
input[type="submit"] { background: #15499F; color: #fff; font-weight: 600; height: 38px; padding: 10px; cursor: pointer; margin: 0;}
input[type="submit"]:hover { background: #EE1C25; }
.rkdf .wpcf7 form .wpcf7-not-valid-tip { margin-top: -12px; font-size: 14px; padding-bottom: 6px; }
.rkdf .wpcf7 form .wpcf7-response-output { margin: 0; padding: 5px 10px; font-size: 14px; }
.wpcf7-acceptance input[type="checkbox"] { width: auto; line-height: 1em; margin: 0 5px 0 0; height: auto; }
.wpcf7-acceptance label {font-size: 15px;}
.wp-block-quote { overflow-wrap: break-word; background: #fff3ad; color: #000; padding: 25px; margin: 30px 0 30px 30px; position: relative; border-radius: 10px; text-align: center; font-family: 'Libre Baskerville', serif; }
.wp-block-quote:before { content: '"'; position: absolute; z-index: 1; top: -8px; left: 5px; font-size: 64px; line-height: 1em; color: #9d9cdf; }
.wp-block-quote:after { content: '"'; position: absolute; bottom: -53px; right: 5px; font-size: 64px; line-height: 1em; color: #9d9cdf; }
.sticky { position: sticky; top: 60px; }
.mycontainer { max-width: 1200px; margin: 0 auto; padding:0 15px; }
.header { display: flex; align-items: center; padding: 5px 0; z-index: 99; }
.header a, .footer a { display: inline-block; text-decoration: none; line-height: 1; transition: all .3s; }
.logo { width:30%; display: flex; flex-flow: column; }
.logo img { width:218px; height: auto; }
.logo p { margin-bottom: 5px; font-size: 13px; line-height: 1em; }
.cta_top { width: 70%; display: flex; align-items: center; justify-content: flex-end; column-gap: 20px; }
.cta_top a { color: #15499F; font-size: 15px; padding: 12px 24px; border: solid 2px #15499F; border-radius: 50px 50px 50px 50px; }
.cta_top a:hover { color: #fff; background-color: #15499F; }
.cta_fixed { position: fixed; left: 10px; bottom: 44px; display: flex; flex-flow: column; align-items: center; z-index: 99; }
.cta_fixed a { display: block; text-decoration: none; }
.cta_fixed .phone { padding: 5px 10px 5px 5px; background-color: #EE1C25; border-radius: 5px 5px 5px 5px; font-size: 18px; margin:10px 0 0; color:white; display: flex; align-items: center; }
.cta_fixed .phone svg { width:18px; height: 18px; fill: white; margin-right: 5px; }
.whatsapp { background-color: #137C02; padding: 5px; border-radius: 50%; width: 60px; height: 60px; }
.whatsapp:hover { background: transparent; }
.whatsapp svg { color: #fff; fill: #fff; width: 50px; height: 50px;}
.whatsapp:hover svg { color: #fff; fill: #137C02; }
.admission { position: fixed; top: 50%; right: -45px; transform: rotate(270deg); z-index:20; }
.admission a { background: #EE1C25; padding: 10px 20px; text-decoration: none; font-weight: 600; color: #fff; display: block; }
.admission a:hover { background: gold; color: #111; }
.mymenu { background: #15499F; color: #fff; } .phone {}
.rkdf { min-height: 50vh; }
.rkdf p { color: #3f444b; margin-bottom: 15px; }
.rkdf h1, .rkdf h2, .rkdf h3, .rkdf h4, .rkdf h5, .rkdf h6 { margin-bottom: 15px; }
.rkdf p:last-child { margin-bottom: 0; }
.rkdf ul, .rkdf ol { padding-left:30px; margin-bottom: 20px;  }
.rkdf hr { border: 0; border-bottom: 1px solid #bbb; margin: 20px 0; }
.rkdf .fg-header h2, .rkdf .fg-header h3, .rkdf .fg-header h4, .rkdf .fg-header h5, .rkdf .fg-header h6 { margin: 10px 0; }
.rkdf .fg-header-back { background: #EE1C25; color: #fff; font-size: 40px; line-height: 32px; }
.banner { background-image: url(//rkdfuniversity.org/wp-content/themes/iites/images/default-banner.jpg); background-position: center top; background-repeat: no-repeat; background-size: cover; text-align: center; position: relative; }
.overlay { position: absolute; width: 100%; height: 100%; background: rgba(0,0,0,0.5); }
.bgptb { display: flex; flex-flow: column; padding: 30vh 15px !important; position: relative; } 
.banner h1 { color: #fff; margin: 0 0 20px 0; }
.banner h2 { color: #fff; margin:0; font-size: 1.5em; }
.programs { display: grid; grid-template-columns: 1fr 1fr 1fr 1fr; text-align: center; gap: 20px; margin: 40px 0 10px; }
.program { background-color: #F7F5F2; box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.5); }
.program h6 { padding:10px; color: #535353; }
.program a { text-decoration: none; }
.ptb { padding: 80px 0;}
.footer { background: #F1F6FF; padding: 80px 0 0; }
.footer ul { list-style: none; }
.footer li { margin: 0; }
.schools_menu { text-align: center; margin-bottom: 40px; border-bottom: 1px solid #bbb; }
.schools_menu ul { display: flex; flex-wrap: wrap; gap: 10px; justify-content: center; }
.schools_menu nav { margin: 30px 0 40px; }
.schools_menu a { color:#231F20; background: #fff; padding: 12px 20px; display: inline-block; border: 1px solid #231F20; border-radius: 20px; line-height: 1em; height: auto; transition: all .3s; }
.schools_menu a:hover { background:#15499F; color: #fff; }
.three_col { display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 20px; }
.three_col ul { }
.three_col ul li { padding-left:20px; position: relative; }
.three_col ul li:before { content:"♦"; color:#EE1C25; position: absolute; top: 5px; left: 15px; }
.three_col ul a { display: inline-block; color: #231F20; padding:8px; line-height: 1.3em; }
.three_col ul a:hover, .three_col .contact a:hover { color:#EE1C25; text-decoration: underline; }
.three_col h4 { margin-bottom: 20px; }
.three_col .contact svg { width: auto; height: 30px; fill:#15499F;}
.three_col .contact a { display: grid; grid-template-columns: 40px 1fr ; align-items: center; margin: 15px 0; color:#231F20; }
.three_col .contact a.map { margin-top: 25px; }
.three_col .contact .fab-whatsapp { fill: #137C02; }
.three_col .contact a.map svg{ fill:#EE1C25;}
.three_col .contact a .icon { text-align: center; margin-right: 5px; }
.copyright { background: #15499F; color: #fff; padding: 10px; margin: 70px 0 0; text-align: center; }
.copyright p { display: flex; justify-content: space-between; margin: 0; gap: 20px;}
.centertext { text-align: center; }
.rkdf .news .pdfbox p { padding: 0; }
.pdfbox a { padding: 5px 10px 5px 50px; position: relative; }
.pdfbox a::before { position: absolute; content: ""; background-image: url(//rkdfuniversity.org/wp-content/themes/iites/images/pdf-icon.svg); background-size: 50px 34px; top: 0; left: 0; width: 50px; height: 100%; background-repeat: no-repeat; }
@media (max-width: 1536px){
.bgptb { padding: 28vh 15px !important; } 
}
@media (max-width: 1366px){ h1 {font-size: 34px;}
h2 {font-size: 31px;}
h3 {font-size: 28px;}
h4 {font-size: 25px;}
h5 {font-size: 22px;}
h6 {font-size: 18px;}
}	
@media (max-width: 1024px){
.bgptb { padding: 180px 15px 120px !important; }
}
@media (max-width: 991px){
.programs { grid-template-columns: 1fr 1fr 1fr; }
.ptb { padding: 70px 0;}
}
@media (max-width: 767px){
body { font-size:15px; }
p,li { font-size:15px; }
h1 {font-size: 32px;}
h2 {font-size: 29px;}
h3 {font-size: 26px;}
h4 {font-size: 23px;}
h5 {font-size: 20px;}
h6 {font-size: 17px;}
.wp-block-quote { margin: 30px 15px; }
.bgptb { padding: 140px 15px 80px !important; }
.ptb { padding: 60px 0;}
.logo { width: 45%; }
.cta_top { width: 60%; flex-wrap: wrap; align-items: flex-end; gap: 5px;}
.logo img { width: 155px; }
.logo p { font-size: 10px; }
.cta_top a { font-size: 14px; padding: 8px 15px; }
.schools_menu a { padding: 9px; font-size: 14px; }
.three_col { grid-template-columns: 1fr 1fr; gap: 30px; }
.copyright { margin: 40px 0 0; }
.programs { grid-template-columns: 1fr 1fr; }
.program h6 { font-size: 15px; }
.three_col ul li::before { left: 10px; font-size: 14px; }
}
@media (max-width: 639px){
.cta_fixed { bottom: 0; width: 100%; display: grid; grid-template-columns: 1fr 1fr; left: 0; background: #fff; padding: 3px; border-top:1px solid #333; border-bottom:1px solid #333; }
.cta_fixed:before { content: "|";position: absolute;left: 49%;top: 9px;}
.cta_fixed .phone { margin: 0; display: inline-flex; }
.cta_fixed div { margin: 0 auto; }
.whatsapp { width: 35px; height: 35px; background: none; padding:0;  }
.whatsapp svg { width: 35px; height: 35px; fill: #137C02; }
.three_col { grid-template-columns: 1fr; gap: 30px; }
footer { margin-bottom: 41px; }
}
@media (max-width: 480px){
header .mycontainer { padding: 0 10px;}
.cta_top a { padding: 8px 10px; }
.bgptb { padding: 100px 15px 50px; }
.centertext { text-align: left; }
}