@charset "utf-8";

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@100..900&display=swap');


html
{
  margin:0;
  padding:0;
  scroll-behavior: smooth; 
  font-family:Inter;
}
body
{
  font-family:Inter;
  background: #fff !important;
  color: #000;
}
ul
{
	padding:0;
	margin:0;
}
.clear
{
	clear:both;
}
.text-left { text-align:left !important; }
.text-center { text-align:center; }
p { margin-bottom:0em !important; font-family:'Inter'; line-height: 30px; }
.pad10 { padding:10px; }
.pad20 { padding:20px; }
.pad30 { padding:30px; }
.pad40 { padding:40px; }
.pad50 { padding:50px; }
.pad60 { padding:60px; }
.pad70 { padding:70px; }
.pad80 { padding:80px; }
.pad-top-10 { padding-top:10px; }
.pad-top-20 { padding-top:20px; }
.pad-top-25 { padding-top:25px; }
.pad-top-40 { padding-top:40px; }
.pad-top-45 { padding-top:45px; }
.pad-top-55 { padding-top:55px; }
.pad-top30 { padding-top:30px; }

.mgt-top-0{margin-top:0px !important;}
.mgt-top-m5 { margin-top:-5px !important; }
.mgt-top-10{margin-top:10px;}
.mgt-top-20{margin-top:20px;}
.mgt-top-30{margin-top:30px;}
.mgt-top-40{margin-top:40px;}
.mgt-top-50{margin-top:50px;}
.mgt-top-60{margin-top:60px;}
.mgt-top-70{margin-top:60px;}
.mgt-left-60{margin-left:60px;}
.mgt-bot-15{margin-bottom:15px;}
.mgt-bootom { margin-bottom:50px; }



.header-wrapper
{
  padding: 30px 0px;
}
/* .banner-wrapper
{
  background: url(../images/primavera-project/primavera-project-banner.jpg) no-repeat center center;
  background-size: cover;
  padding: 100px 0px;
} */
.banner-wrapper img
{
  width: 100%;
  margin: auto;
}
.content-wrapper
{
  padding: 50px 0px;
} 
.footer-wrapper
{
  background: #000;
  text-align: center;
  color: #fff;
  font-size: 13px;
  padding: 10px;
  font-weight: 400;
}
.desk-hide
{
  display: block;
}
.mobile-hide
{
  display: none;
}
.ullist li
{
  background: url("../images/tick.svg") no-repeat scroll 0 20px;
  background-size: 20px;
  padding-top: 18px;
  padding-left: 30px;
  list-style: none;
}
.ullist li span
{
  font-weight: 600;
}
.maintitle
{
  font-size: 32px;
  font-weight: 600;
  align-items: center;
  color: #2B2A6F;
}
.para
{
  width: 80%;
}
.h2
{
  font-size: 28px;
  font-weight: 700;
  color: #2B2A6F;
  margin-top: 40px;
}
.content-wrapper
{
  background: url(../images/round.png) no-repeat;
  background-position: right;
}
.formwrapper
{
  padding: 30px;
  box-shadow: 0px 0px 4px 3px #0000001A;
  border-radius: 10px;
  background: #fff;
}
.textbox
{
  padding: 8px;
  margin-top: 20px;
  width: 100%;
}
.h4
{
  font-size: 25px;
  text-align: center;
  font-weight: 600;
  color: #2B2A6F;
}
.applynow {
  background: linear-gradient(180deg, #D53391 0%, #1B2D6F 100%);
  box-shadow: 0px 0px 4px 0px #0000001A;
  color: #fff;
  text-align: center;
  width: 150px;
  margin: 20px auto auto auto;
  display: block;
  border: none;
  padding: 15px;
}
.blue-wrapper
{
  background: #211F68;
  padding: 50px 0px;
}
.h3
{
  margin: auto;
  justify-content: center;
  display: flex;
  font-size: 25px;
  gap: 20px;
  align-items: center;
  text-align: center;
  color: #fff;
}
.h3 span {
  background: url(../images/bgtitle.png) no-repeat;
  padding: 8px 20px 20px 20px;
  background-size: 100%;
}
/* .boxgradiant
{

  background: radial-gradient(57.99% 44.65% at 50.07% 50.08%, rgba(100, 205, 246, 0.5) 0%, rgba(100, 205, 245, 0.46) 7%, rgba(100, 205, 242, 0.335) 32%, rgba(101, 205, 240, 0.235) 54%, rgba(101, 205, 239, 0.16) 74%, rgba(101, 205, 238, 0.115) 90%, rgba(102, 205, 238, 0.1) 100%);
  background-blend-mode: screen;
  padding: 30px 20px 50px 20px;
  min-height: 250px;
  width: 95%;
  margin:50px auto auto auto;
  clip-path: polygon(
    0 10%,
    10% 0,
    90% 0,
    100% 10%,
    100% 80%,
    90% 90%,
    10% 90%,
    0% 80%
  )
} */
.boxgradiant
{
  background: url(../images/framebg.png) no-repeat;
  background-size: 100% 250px;
  padding: 38px;
  min-height: 285px;
  margin-top: 40px;
}

.iconsimg
{
  display: block;
  margin: auto;
  width: 70px;
}
.gradtitle
{
  color: #fff;
  color: rgba(f, f, f, 0.9);
  font-weight: 600;
  text-align: center;
  font-size: 20px;
  padding-top: 10px;
}
.gradpara
{
  color: #fff;
  font-weight: 200;
  text-align: center;
  line-height: 20px;
  width: 90%;
  margin: auto;
  font-size: 15px;
}
.pinktext
{
  color: #973691;
  font-size: 17px;
}
table
{
  border-radius: 20px !important;
  margin-top: 30px;
} 
table th, td
{
  padding: 20px !important;
  font-size: 18px !important;
  color: #000 !important;
}
.tabletitle
{
  text-align: center;
  background: #FFBEE3 !important;
  color: #2B2A6F;
} 
.tabletitle p
{
  display: flex;
  justify-content: space-between;
  font-size: 30px;
  padding: 20px;
  align-items: center;
  color: #2B2A6F;
  font-weight: 800;
}
.tabletitle p img
{
  width: 100px;
}
tbody, td, tfoot, th, thead, tr
{
  border-color: #D53391 !important;
}
.tablesubtitle
{
  font-size: 20px;
  color: #2B2A6F;
}
.maskimg
{
  display: block;
  margin: 20px auto -60px auto;
}
.regwrapper
{
  background: #211F68;
  padding: 30px 0px;
  margin-top: 30px;
}
.masterpara
{
  font-size: 30px;
  color: #fff;
}
.masterpara span
{
  color: #DF3891;
}
.reg-btn img
{
  width: 180px;
}
.calendar-wrapper {
  background: url(../images/coding.png) no-repeat;
  background-size: 100% 100%;
  background-position: top;
}


@media (max-width: 480px)
{
.desk-hide
{
  display: none;
}
.mobile-hide
{
  display: block;
}
.content-wrapper
{
  padding:30px 20px;
}
.maintitle
{
  font-size: 22px;
}
.h3 span {
  font-size: 15px !important;
  padding: 5px 20px 20px 20px;
}
.maintitle img
{
  width: 20px !important;
}
.para
{
  width: 100%;
}
.formwrapper
{
  margin-top: 30px;
}
.blue-wrapper
{
  padding:30px 15px;
}
.h3
{
  font-size: 17px;
  gap: 10px;
  padding: 8px 2px 8px 2px;
}
.h3 img
{
  width: 20px;
}
.boxgradiant
{
  background-size: 100% 270px;
  margin: 20px auto auto auto;
  width: 80%;
  min-height: 100% auto;
}
.calendar-wrapper
{
  padding: 20px;
}
.tabletitle p
{
  font-size: 25px;
  padding: 10px;
}
.tabletitle p img
{
  width: 50px;
}
.tablescroll
{
  width: 100%;
  overflow-x: scroll;
}
.masterpara
{
  text-align: center;
}
.reg-btn img
{
  display: block;
  margin: 20px auto auto auto;
}


}
