@import url('https://fonts.googleapis.com/css2?family=Raleway:wght@100;200;300;400;500;600;700;800&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:wght@400;500;600;700;800&display=swap');

body,html{
    margin: 0px;
    padding: 0px;
   font-family: 'Raleway', sans-serif;
   font-weight:400;

}
*, *::before, *::after {
    box-sizing: border-box;
}
p {
    font-size: 24px;
    line-height: 40px;
    font-weight: 500;
    color: #5b5b5b;
    padding-top: 30px;
}
.abtp {
    max-width: 65%;
    margin-left: auto;
    margin-right: auto;
}
.bdrp{
    padding-bottom: 100px;
    border-bottom: 2px solid #1a233f;
}
.abtgry {
    background-color: #f5f5f5;
    margin-top: 160px;
}
.qr {
    display: inline-block;
    margin: 45px 45px 0px 45px;
    max-width: 140px;
    font-size: 20px;
    font-weight: 600;
    color: #1a233f;
}
.marg {
    width: 50px;
    display: inline-block;
}
.qr img{
width: 100%;
margin-bottom: 10px;
}
.pgul{
font-size: 26px;
    font-weight: 500;
    margin-top: 50px;
}
.pgul li::marker {
    font-size: 30px;
    font-weight: bolder;
    color: #a258a3;
}
.pgul li {
  padding-bottom: 20px;
}
.orgns {
    display: inline-block;
    width: 24%;
    padding: 23px 10px;
    font-size: 26px;
    font-weight: 600;
    border: 1px solid #2196f3;
        border-radius: 30px;
    margin-bottom: 10px;
    transition: all .3s;
}
.orgns:hover {
    background: #2196f3;
    color: #fff;
}
.faqs{
display: block;
width: 90%;
margin: auto;
max-width: 1200px;
margin-top: 20px;
}
.prjchair img{
    margin-top: -200px;
    vertical-align: bottom;
    display: inline-block;
    max-width: 304px;
    margin-left: 25px;
}
.prjchair strong{
    font-size: 29px;
    line-height: 87px;
}
.prjchairtxt{
    font-size: 24px;
    vertical-align: top;
    display: inline-block;
    width: 35%;
    color: #1a233f;
    line-height: 34px;
    margin: 58px 0px;
}
.modal-content {
     border-radius: 27px;
}
.hmabtp{
max-width: 90%;
margin-left: auto;
margin-right: auto;
}
.menulogo {
    display: inline-block;
    margin-left: 10%;
    margin-right: 10%;
}

#toTop {
    position: fixed;
    right: 25px;
    bottom: 25px;
    margin: 0;
    z-index: 10000;
    opacity: 0;
    width: 55px;
    visibility: hidden;
}
.shows{
    opacity: 1!important;
    visibility: visible!important;
    -webkit-transition: opacity .3s ease;
    -moz-transition: opacity .3s ease;
    transition: opacity .3s ease;
}
#toTop img{
width: 100%;
}
.footer {
    background-color: #013765;
    padding: 150px 20px 130px 20px;
    color: #fff;
    border-bottom: 10px solid #f9cb1d;
    position: relative;
}
.footerlico {
    position: absolute;
    bottom: 15px;
    right: 15px;
    max-width: 300px;
}
.footer h4{
font-family: 'Playfair Display', sans-serif;   
    font-weight: 700;
    font-size: 36px;
    line-height: 45px;
}
.ftlogo{
    max-width: 130px;
    margin: 15px;
}
.ftmenu a {
    color: #fff;
    font-size: 23px;
    font-weight: 600;
    padding: 0px 25px;
    border-right: 2px solid #fff;
    margin-top: 45px;
    display: inline-block;
}
.ftmenu a:last-child {
    border-right: none;
}
.footfico a i {
    font-family: 'Font Awesome 5 Brands';
    color: #fff;
    font-size: 40px;
    font-weight: 100;
    margin: 40px;
}
.copyri{
    font-size: 18px;
    margin-top: 20px;
}
.btn-default {
    color: #fff;
    background-color: #a258a3;
    border-color: #a258a3;
    border-radius: 27px;
}
.close {
    color: #a258a3;
}
.modal-footer {
    border-top: none;
}
.modal-title {
    font-family: 'Playfair Display', sans-serif;
    color: #1a233f;
    font-weight: 800;
    font-size: 30px;
    line-height: 75px;

}
.modal-body {
    font-size: 20px;
    font-weight: 500;
    padding-top: 0;
    padding-right: 20px;
}
.modal-body li::marker {
    font-size: 30px;
    font-weight: bolder;
    color: #a258a3;
}
.modal-body td{
padding: 6px;
}
.modal-body img{
max-width: 400px;
width: 100%;
}
.modal-body table{
margin-bottom: 10px;
margin-top: 15px;
}
.modal-body li{
padding-bottom: 20px;
}
.qsbx{
width: 33%;
display: inline-block;
margin-top: 30px;
}
.qsbxcon{
position: relative;
padding: 15px;
transition: all 0.4s ease;
cursor: pointer;
}
.qsbxcon:hover{
transform: translate(0, -10px);
}
.qsbxcon:hover .readbtn {
    background-color: #a258a3!important;
    color: #fff!important;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.qsbxcon img {
    width: 100%;
    border-radius: 30px;
}
.qsbxtxt {
    margin: 10px;
    position: absolute;
    top: 47%;
    left: 47%;
    width: 80%;
    transition: all .3s;
    transform: translate(-50%, -50%);
    text-align: center;
     font-family: 'Playfair Display', sans-serif;
    color: #fff;
    font-weight: 800;
    font-size: 60px;
    line-height: 75px;
}
.qsbxtxt .readbtn{
    line-height: 1.42857143;
   font-family: 'Raleway', sans-serif;
}
.section {
    padding-top: 100px;
}
.greysc{
background-color: #f5f5f5;
margin-top: 80px;
padding: 170px 0px;;
}
.bluesec{
background-color: #d8f0ff;
padding: 50px 0px;
margin-top: 80px;
}
.img-res{
width: 80%;
margin: auto;
}
.hmabtlog {
    max-width: 165px;
    display: inline-block;
}
.flexon {
  display: flex; 
}
.colflex {
  flex: 1;
}
.hmfulwsec{
background-color: #d8f0ff;
}
.resonpd{
padding: 100px 4%;
}
.imgful{
background-image: url("../images/hresn.jpg");
background-size: cover;
}
.h1ttl {
    font-family: 'Playfair Display', sans-serif;
    color: #1a233f;
    font-weight: 800;
    font-size: 60px;
    line-height: 75px;
}
.readbtn {
    font-size: 19px;
    display: inline-block;
    background-color: #f9cb1d;
    padding: 18px 65px;
    border-radius: 27px;
    transition: all 0.4s ease;
    color: #19253e;
    font-weight: 700;
    margin-top: 45px;
}
.readbtn:hover {
    background-color: #a258a3!important;
    color: #fff!important;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.btngreen{
background-color: #c2e56f!important;
}
.menuright {
    text-align: center;
}
.tpg {
    display: flex;
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
}
.justcetr{
    justify-content: space-between!important;
}
.sld1{
position: relative;
}
.slidcon{
position: absolute;
    top: 55%;
    transform: translateY(-50%);
z-index: 1;
width: 100%;
display: flex;
    align-items: center;
}
.homeslidebtm {
    position: absolute;
    bottom: 5%;
    right: 4%;
    transform: translateX(-50%);
    color: #f48c06;
    font-size: 50px;
    z-index: 1;
    -webkit-animation: bounce 3s infinite;
    animation: bounce 3s infinite;
    cursor: pointer;
}

@keyframes bounce {
  0%, 20%, 50%, 80%, 100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  40% {
    -webkit-transform: translateY(-40px);
    -moz-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    -o-transform: translateY(-40px);
    transform: translateY(-40px); }
  60% {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px); } }

.slbg{
width: 100%;
display: block!important;
}

.headersec {
    position: absolute;
    z-index: 2;
    width: 100%;
    padding-top: 3%;
    top: 0;
}
.menupay {
    font-size: 19px;
    display: inline-block;
    background-color: #a258a3;
    padding: 11px 40px;
    border-radius: 27px;
    transition: all 0.4s ease;
    color: #fff;
    font-weight: 700;
}
.menupay:hover {
    background-color: #c2e56f!important;
    color: #19253e!important;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.mblu {
    background-color: #f48c06!important;
}
.hdflx{
    display: flex;
    align-items: center;
    align-content: center;
    flex-direction: row;
    justify-content: center;

}

.hdrico i {
    font-family: 'Font Awesome 5 Brands';
    background: #f9cb1d;
    display: inline-block;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    margin: 0 auto;
    text-align: center;
    margin-right: 15px;
    color: #fff;
    line-height: 46px;
    font-weight: 100;
    font-size: 20px;
}
#menu {
display: inline-block;
margin: 0px 40px 0px 0px;
}
.menucon {
    margin-top: 40px;
}
#menu .parent {
    display: block;
    position: relative;
    float: left;
    line-height: 45px;
    font-weight: 800;
    font-size: 24px;
}
#menu .parent::before {
    bottom: 0px;
    height: 3px;
    width: 0%;
    left: 50%;
    transform: translateX(-50%);
    content: '';
    position: absolute;
    background-color: #fff;
    transition: 0.3s ease all;
}
.penob::before{
content: none!important;
}
#menu .parent:hover::before {
    width: 50%;
    transition: 0.3s ease all;
}
#menu .parent a {
    margin: 0px 35px;
    color: #ffffff;
    text-decoration: none;
}
#menu .parent:hover > ul {
    display: block;
    position: absolute;
    left: 5%;
    width: 280px;
}
#menu .child {display: none;}
#menu .child li {
    background-color: #ffffff;
    line-height: 20px;
    text-align: left;
    font-size: 17px;
    width: 100%;
    margin-left: 0px;
    padding: 15px 16px 0px 16px;
}
#menu .child li:last-child {
    padding-bottom: 16px ;
}
#menu .child li a {
    color: #000000;
    margin: 0px;    
    transition: all 0.3s;
}


#menu .child li:hover a {
    color: #f48c06;
}

#menu ul {
    list-style: none;
    margin: 0;
    padding: 0px;
    border-radius: 11px;
    overflow: hidden;
}
#menu ul ul ul{left: 100%;top: 0;margin-left:1px;}
#menu li:hover {}
#menu .parent li:hover {}
#menu .expand{font-size:12px;float:right;margin-right:5px;}
.parent .fa {
    font-size: 19px;
    padding-left: 5px;
}
.containerc{
width: 90%;
margin: auto;
max-width: 1712px;
}
.containerd{
width: 88%;
margin: auto;
}
.pgsection {
    margin-top: 266px!important;
}
@media (max-width: 1670px) {
.menulogo img {
    max-width: 525px;
}
.bdrp {
    padding-bottom: 75px;
}
.abtgry {
    margin-top: 120px;
}
.prjchairtxt {
    font-size: 16px;
    width: 35%;
    line-height: 26px;
    margin: 43px 0px;
}
.prjchair strong {
    font-size: 24px;
    line-height: 60px;
}
.prjchair img {
    margin-top: -180px;
    max-width: 250px;
    margin-left: 15px;
}
.qr {
    max-width: 100px;
    font-size: 18px;
}
.faqs {
    width: 80%;
}
.orgns {
    padding: 15px 10px;
    font-size: 17px;
}
.pgul li {
    padding-bottom: 5px;
}
.pgul {
    font-size: 18px;
    margin-top: 40px;
}
.pgsection {
    margin-top: 200px!important;
}
.hdrico i {
    width: 30px;
    height: 30px;
    margin-right: 9px;
    line-height: 31px;
    font-size: 15px;
}
.containerc {
    width: 78%;
}
#menu .parent {
    font-size: 16px;
}
#menu .parent a {
    margin: 0px 23px;
}
.menupay {
    font-size: 13px;
    padding: 9px 31px;
}
.menucon {
    margin-top: 15px;
}
#menu .parent::before {
    bottom: 5px;
    height: 2px;
}
.homeslidebtm img {
    max-width: 30px;
}
.section {
    padding-top: 40px;
}
.hmabtp {
    max-width: 94
}
p {
    font-size: 17px;
    line-height: 28px;
    padding-top: 0px;
}
.hmabtlog {
    max-width: 115px;
}
.containerd {
    width: 86%;
}
.readbtn {
    font-size: 14px;
    padding: 10px 43px;
    margin-top: 27px;
}
.greysc {
    margin-top: 75px;
    padding: 90px 0px;
}
.h1ttl {
    font-size: 42px;
    line-height: 64px;
}
.resonpd {
    padding: 74px 4%;
}
.qsbxtxt {
    font-size: 40px;
    line-height: 47px;
}
.qsbx {
    margin-top: 70px;
}
.footer {
    padding: 80px 20px 75px 20px;
    border-bottom: 7px solid #f9cb1d;
}
.footer h4 {
    font-size: 26px;
    line-height: 46px;
}
.ftlogo {
    max-width: 71px;
    margin: 15px;
}
.ftmenu a {
    font-size: 16px;
    padding: 0px 15px;
    margin-top: 24px;
}
.footfico a i {
    font-size: 25px;
    margin: 27px;
}
.copyri {
    font-size: 13px;
    margin-top: 8px;
}
.footerlico {
    max-width: 210px;
}






}
@media (max-width: 1332px) {
.menulogo img {
    max-width: 500px;
}	
#menu .parent {
    font-size: 15px;
}
#menu .parent a {
    margin: 0px 19px;
}
.homeslidebtm img {
    max-width: 28px;
}



}

@media (max-width: 1280px) {


}

@media (max-width: 1024px) {
#menu .parent {
    font-size: 14px;
}
#menu .parent a {
    margin: 0px 10px;
}
.menulogo img {
    max-width: 390px;
}
.menupay {
    font-size: 11px;
    padding: 7px 15px;
}
.hdrico i {
    margin-right: 6px;
    font-size: 13px;
}
.homeslidebtm img {
    max-width: 25px;
}
.h1ttl {
    font-size: 28px;
    line-height: 36px;
}
p {
    font-size: 14px;
    line-height: 25px;
}
.readbtn {
    font-size: 13px;
    padding: 8px 32px;
    margin-top: 15px;
}
.hmabtlog {
    max-width: 95px;
}
.qsbxtxt {
    font-size: 28px;
    line-height: 34px;
}
.ftmenu a {
    font-size: 13px;
    padding: 0px 12px;
    margin-top: 20px;
}
.footerlico {
    max-width: 150px;
}
.footfico a i {
    font-size: 20px;
    margin: 20px;
}
.abtp {
    max-width: 85%;
}
.pgsection {
    margin-top: 165px!important;
}
.bluesec {
    margin-top: 50px;
}
.menupay {
    display: none;
}
.hdrico{
display: none;
}
.containerc {
    width: 95%;
}
.pgsection {
    margin-top: 150px!important;
}
#menu .parent {
    font-size: 13px;
}
.pgul {
    font-size: 18px;
    margin-top: 20px;
}
.ordr2 {
    margin-top: 30px;
        order: 2;
}
.footer h4 {
    font-size: 22px;
    line-height: 35px;
}
.footfico {
    display: block;
}
.faqs {
    width: 95%;
}
.qsbx {
    margin-top: 20px;
}
.ordr1{
order: 1;
}
.hmabtlog {
    margin: 0 15px;
}
.img-res {
    width: 70%;
}
.qsbx {
    width: 49%;
}
    
}

@media (max-width: 990px) {


}

@media (max-width: 768px) {
.menuright {
    display: none;
}
.justcetr {
    justify-content: center!important;
}
.pgsection {
    margin-top: 95px!important;
}
.section {
    padding-top: 30px;
}
.prjchairtxt {
    width: 50%;
}

}

@media (max-width: 479px) {
.sld1 {
    background-size: 120%;
    background-position-x: 64%;
    background-repeat: no-repeat;
}
.menulogo img {
    max-width: 300px;
}
.menulogo {
    margin-left: 1%;
    margin-right: 0%;    
    margin-top: 5px;
}
.hdflx {
    justify-content: flex-start;
}
.ordr2 {
    margin-top: 20px;
}
.hmabtlog {
    max-width: 80px;
}
.h1ttl {
    font-size: 21px;
    line-height: 30px;
}
p {
    font-size: 14px;
    line-height: 24px;
}
.flexon {
    display: block;
}
.imgful {
    height: 300px;
    background-position: center center;
}
.resonpd {
    padding: 30px 4%;
}
.qsbx {
    width: 97%;
}
.orgns {
    width: 48%;
}
.pgsection {
    margin-top: 80px!important;
}
.abtp {
    max-width: 95%;
}
.prjchair img {
    margin-top: 0px;
    max-width: 250px;
    margin-left: 0px;
}
.prjchairtxt {
    width: 100%;
    text-align: center;
    margin: 35px 0px 25px 0px;
}
.bdrp {
    padding-bottom: 55px;
}
.abtgry {
    margin-top: 70px;
}
.pgul {
    font-size: 15px;
    margin-top: 20px;
}
.marg {
    width: 0px;
    display: inline-block;
}
.modal-title {
    font-size: 25px;
    line-height: 37px;
}
.modal-body {
    font-size: 16px;
}
#toTop {
    right: 5px;
}
}

@media (max-width: 350px) {
.menulogo img {
    max-width: 210px;
    margin-top: 8px;
}
.pgul {
    font-size: 14px;
    margin-top: 7px;
}
.footer h4 {
    font-size: 20px;
    line-height: 33px;
}
.footfico{
margin-top: 20px;
}

#toTop img {
    width: 80%;
}
.pgsection {
    margin-top: 70px!important;
}
.hmabtlog {
    max-width: 65px;
}
	
}