*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
body, html {
    overflow-x: hidden;
}
a{
    color: #000000;
}

h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
    margin-bottom: 0;
    font-family: Georgia, serif;
    font-size: clamp(32px, 5vw, 56px);
    font-weight: 500;
    line-height: 1.15;
    margin-bottom: 16px;
}

.text-16 {
    /* color: #5E5E5E; */
    color: #162750;
    /* font-family: "Roboto", sans-serif; */
    font-family: InterUI, sans-serif;
    font-size: clamp(16px, 0.833vw, 40px);
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
h6, .h6 {
    font-family: "Roboto", sans-serif;
    font-size: clamp(18px, 0.99vw, 40px);
    text-transform: uppercase;
    
}
h5, .h5 {
    font-family: "Roboto", sans-serif;
    font-size: clamp(18px, 1.198vw, 62px);
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
}
p{
    font-family: "InterUI", sans-serif;
    font-size: clamp(1.12rem, 0.833vw, 40px);
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
}
.hover-content {
    transition: all 0.5s ease-in-out;
}
.x-hidden{
    overflow-x: hidden !important;
}
.tw-m-0 {
    margin: 0;
}
.ui-full-bg{
    width: 100%;
    min-height: 100%;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: 50% 50% !important;
    /* * Add animation preset **/
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease; 
}
.ui-full-bg-norm{
	width: 100%;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	-webkit-transition: all 0.5s ease;  -moz-transition: all 0.5s ease; transition: all 0.5s ease;
}
.ui-full-bg.ui-bg-fixed {
    background-attachment: fixed !important;
}
.bg-fixed{
    background-attachment: fixed !important;
} 
.ps-sticky{
    position: sticky !important;
}
.ps-fixed{
    position: fixed !important;
}

/* fonts */
.fs--12{
    font-size: 12px !important;
}

.fs--13{
    font-size: 13px !important;
}

.fs--14{
    font-size: 14px !important;
}

.fs--15{
    font-size: 15px !important;
}

.fs--16{
    font-size: 16px !important;
}

.fs--17{
    font-size: 17px !important;
}

.fs--18{
    font-size: 18px !important;
}

.fs--19{
    font-size: 19px !important;
}

.fs--20{
    font-size: 20px !important;
}

.fs--21{
    font-size: 21px !important;
}

.fs--22{
    font-size: 22px !important;
}

.fs--23{
    font-size: 23px !important;
}

.fs--24{
    font-size: 24px !important;
}

.fs--25{
    font-size: 25px !important;
}

.fs--26{
    font-size: 26px !important;
}

.fs--27{
    font-size: 27px !important;
}

.fs--28{
    font-size: 28px !important;
}

.fs--29{
    font-size: 29px !important;
}

.fs--30{
    font-size: 30px !important;
}

.fs--31{
    font-size: 31px !important;
}

.fs--32{
    font-size: 32px !important;
}

.fs--33{
    font-size: 33px !important;
}

.fs--34{
    font-size: 34px !important;
}

.fs--35{
    font-size: 35px !important;
}

.fs--36{
    font-size: 36px !important;
}

.fs--37{
    font-size: 37px !important;
}

.fs--38{
    font-size: 38px !important;
}

.fs--39{
    font-size: 39px !important;
}

.fs--40{
    font-size: 40px !important;
}

.fs--41{
    font-size: 41px !important;
}

.fs--42{
    font-size: 42px !important;
}

.fs--43{
    font-size: 43px !important;
}

.fs--44{
    font-size: 44px !important;
}
.fs--45{
    font-size: 45px !important;
}

.fs--46{
    font-size: 46px !important;
}

.fs--47{
    font-size: 47px !important;
}

.fs--48{
    font-size: 48px !important;
}

.fs--49{
    font-size: 49px !important;
}

.fs--50{
    font-size: 50px !important;
}

.fs--51{
    font-size: 51px !important;
}

.fs--52{
    font-size: 52px !important;
}

.fs--53{
    font-size: 53px !important;
}

.fs--54{
    font-size: 54px !important;
}

.fs--55{
    font-size: 55px !important;
}

.fs--56{
    font-size: 56px !important;
}

.fs--57{
    font-size: 57px !important;
}

.fs--58{
    font-size: 58px !important;
}

.fs--59{
    font-size: 59px !important;
}

.fs--60{
    font-size: 60px !important;
}

.fs--61{
    font-size: 61px !important;
}

.fs--62{
    font-size: 62px !important;
}

.fs--63{
    font-size: 63px !important;
}

.fs--64{
    font-size: 64px !important;
}

.fs--65{
    font-size: 65px !important;
}



/* margin */
.mrgt-1{
    margin-top: -1em !important;
}

.mrgt-2{
    margin-top: -2em !important;
}

.mrgt0{
    margin-top: 0em !important;
}

.mrgt1{
    margin-top: 1em !important;
}

.mrgt2{
    margin-top: 2em !important;
}

.mrgt3{
    margin-top: 3em !important;
}

.mrgt4{
    margin-top: 4em !important;
}

.mrgt5{
    margin-top: 5em !important;
}

.mrgt6{
    margin-top: 6em !important;
}

.mrgt7{
    margin-top: 7em !important;
}

.mrgt8{
    margin-top: 8em !important;
}

.mrgt9{
    margin-top: 9em !important;
}

.mrgt10{
    margin-top: 10em !important;
}

.mrgt11{
    margin-top: 11em !important;
}

.mrgt12{
    margin-top: 12em !important;
}

.mrgt13{
    margin-top: 13em !important;
}

.mrgt14{
    margin-top: 14em !important;
}

.mrgt15{
    margin-top: 15em !important;
}

.mrgb-0{
    margin-bottom: 0em !important;
}
.mrgb-4{
    margin-bottom: 4px !important;
}
.mrgb-6{
    margin-bottom: 6px !important;
}
.mrgb-8{
    margin-bottom: 8px !important;
}
.mrgb-12{
    margin-bottom: 12px !important;
}
.mrgb-14{
    margin-bottom: 14px !important;
}
.mrgb-16{
    margin-bottom: 16px !important;
}
.mrgb-18{
    margin-bottom: 18px !important;
}
.mrgb-20{
    margin-bottom: clamp(16px, 1.042vw, 48px);
}
.mrgb-22{
    margin-bottom: 22px !important;
}
.mrgb-24{
    margin-bottom: 24px !important;
}
.mrgb-32 {
    margin-bottom: clamp(24px, 1.667vw, 64px) !important;
}
.mrgb-40{
    margin-bottom: 40px !important;
}
.mrgb-48{
    margin-bottom: clamp(36px, 2.5vw, 96px) !important;
}
.mrgb-80 {
    margin-bottom: clamp(48px, 4.167vw, 160px);
}

/**/
.mrgb-4p{
    margin-bottom: 4px !important;
}
/* Gap */
.gap-8 {
    gap: clamp(4px, 0.417vw, 16px);
}

/* padding */
.p-1{
    padding: 0.25rem !important /* 4px*/;
}
.p-2{
    padding: 0.5rem !important /* 8px*/;
}
.p-3{
    padding: 2.5rem !important /* 8px*/;
}

.pdt-1{
    padding-top: -1 !important;
}

.pdt-2{
    padding-top: -2px !important;
}

.pdt-10{
    padding-top: -10px !important;
}

.pdt0{
    padding-top: 0em !important;
}

.pdt1{
    padding-top: 1em !important;
}

.pdt2{
    padding-top: 2em !important;
}

.pdt3{
    padding-top: 3em !important;
}

.pdt4{
    padding-top: 4em !important;
}

.pdt5{
    padding-top: 5em !important;
}

.pdt6{
    padding-top: 6em !important;
}

.pdt7{
    padding-top: 7em !important;
}

.pdt8{
    padding-top: 8em !important;
}

.pdt9{
    padding-top: 9em !important;
}

.pdt10{
    padding-top: 10em !important;
}


.pdb0{
    padding-bottom: 0em !important;
}

.pdb1{
    padding-bottom: 1em !important;
}

.pdb2{
    padding-bottom: 2em !important;
}

.pdb3{
    padding-bottom: 3em !important;
}

.pdb4{
    padding-bottom: 4em !important;
}

.pdb5{
    padding-bottom: 5em !important;
}

.pdb6{
    padding-bottom: 6em !important;
}

.pdb7{
    padding-bottom: 7em !important;
}

.pdb8{
    padding-bottom: 8em !important;
}

.pdb9{
    padding-bottom: 9em !important;
}

.pdb10{
    padding-bottom: 10em !important;
}

/*padding left and right*/

.pdb10{
    padding-bottom: 10em !important;
}


.pdl0{
    padding-left: 0% !important;
}

.pdl4{
    padding-left: 4% !important;
}

.pdl5{
    padding-left: 5% !important;
}

.pdl10{
    padding-left: 10% !important;
}

.pdr0{
    padding-right: 0% !important;
}

.pdr4{
    padding-right: 4% !important;
}

.pdr5{
    padding-right: 5% !important;
}

.pdr10{
    padding-right: 10% !important;
}

/* color */
.on-white, .on-white a{
color: #ffffff;
}
.medium-gray{
    color: #C4C4C4 !important;
}
.light-gray {
    color: #EBEBEB !important;
}
.on-lightgray {
    color: #EBEBEB !important;
}
.on-black, .on-black a{
    color: #000000;
}
.light-black{
    color: #1f1f1f;
}
.on-blue, .on-blue a{
    color: #2B65EC;
}
.bg-primary {
    background: #031714 !important;
}
.bg-secondary {
    background-color: #251d2b !important;
}
.bg-alspat{
    background-color: #142850;
}
.bg-cyan{
    background-color: #00a8cc !important
}
.bg-white{
    background-color: #ffffff !important;
}
.bg-dark-gray {
    background-color: #5E5E5E !important;
}
.bg-gray{
    background-color: #a3a3a3 !important;
}

.ui-text-center{
    text-align: center !important;
}

.ui-text-left{
    text-align: left;
}

.ui-text-right{
    text-align: right;
}
.ui-text-justify{
    text-align: justify;
}
.ui-text-after {
	content: "";
    position: relative;
    display: block;
	width: 50px;
    height: 1px;
    background: 
color-mix(in srgb, #444444, transparent 60%);
    bottom: 5px;
    left: 0;
}

/* font-weight */
.fw-xlight {
	font-weight: 100 !important;
}
.fw-light {
	font-weight: 300 !important;
}
.fw-medium {
	font-weight: 500 !important;
}
.fw-semibold {
    font-weight: 600 !important;
}
.fw-bold{
	font-weight: 700 !important;
}

/*line height */
.lh--28 {
    line-height: 28px;
}
.lh--30 {
    line-height: 30px;
}
.lh--32 {
    line-height: 32px;
}

/** wrappers **/
.ui-wrapper{
    width: 100%;
    padding: 2em 0;
}

.ui-wrapper-large{
    width: 100%;
    padding: 3em 0;
}

.ui-wrapper-xlarge{
    width: 100%;
    padding: 4em 0;
}

.ui-wrapper-xxlarge{
    width: 100%;
    padding: 9em 0;
}

.ui-wrapper-small{
    width: 100%;
    padding: 2em 0;
}

.ui-wrapper-mini{
    width: 100%;
    padding: 1.3em 0;
}

.ui-wrapper-xmini{
    width: 100%;
    padding: 0.5em 0;
}

.ui-wrapper-xxmini{
    width: 100%;
    padding: 0.35em 0;
}

.ui-height-full{
    height: 100vh !important;
}

.ui-height-semifull{
    height: 80vh !important;
}
.ui-height-half{
    height: 50vh !important;
}

.ui-height-semihalf{
    height: 40vh !important;
}

.ui-height-xhalf{
    height: 25vh !important;
}

.ui-height-xxhalf{
    height: 20vh !important;
}


.ui-height-small{
    height: 15vh !important;
}

.ui-height-xsmall{
    height: 10vh !important;
}

.ui-rounded{
    border-radius: 100px;
}

.ui-rounded-small{
    border-radius: 16px;
}

.ui-rounded-mini{
    border-radius: 5px;
}

.ui-dflex{
    display: flex;
}
.ui-block{
    display: block;
}

.ui-align-items-center{
    align-items: center;
}

/* random rules */
.ui-upcase{
    text-transform: uppercase;
}
.ui-lowercase{
    text-transform: lowercase;
}
.ui-capitalize{
    text-transform: capitalize;
}

/* this rule works with bootstrap */

.ui-container-fluid{
    width: 96%;
    padding: 0 !important;
    margin: 0 auto;
   
}

/* .container-sm, .container-md, .container-lg, .container-xl  */
.main{
    display: block;
    /* justify-content: center; */
    padding: 2rem;
    margin: 2rem;
    /* align-items: center; */
}

.main .click{
    text-decoration: none;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.header {
  transition: all 0.5s;
  z-index: 997;
  padding: 20px 0;
}
.header.header-scrolled {
  background: #6c3baa;
  padding: 10px 0;
  box-shadow: 0px 2px 20px rgba(1, 41, 112, 0.1);
}
.header .logo {
  line-height: 0;
}
.header .logo img {
  width: 150px;
  /* margin-right: 6px; */
}
.header .logo span {
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 1px;
  color: #012970;
  font-family: "Nunito", sans-serif;
  top: 6px;
  position: relative;
}

/* contact form - learnt from gt*/
.contact-container {
    height: 100vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background: linear-gradient(#ffdad5, #fff7f9);
}

.contact-left {
    display: flex;
    flex-direction: column;
    align-items: start;
    gap: 20px;
}

.contact-left-title h2 {
    font-weight: 600;
    color: #a363aa;
    font-size: 40px;
    margin-bottom: 5px;
}
.contact-left-title hr{
    border: none;
    width: 120px;
    height: 5px;
    background-color: #a363aa;
    border-radius: 10px;
    margin-bottom: 20px;
}
.contact-inputs{
    width: 400px;
    height: 50px;
    border: none;
    outline: none;
    padding-left: 25px;
    font-weight: 500;
    color: #666;
    border-radius: 50px;
}
.contact-left textarea{
    height: 140px;
    padding-top: 15px;
    border-radius: 20px;
}
.contact-inputs:focus{
    border: 1px solid #745fe9;
}
.contact-inputs::placeholder{
    color: lightgray;
}
.contact-left button{
    display: flex;
    align-items: center;
    padding: 15px 30px;
    font-size: 16px;
    color: #fff;
    gap: 10px;
    border: none;
    border-radius: 50px;
    /* background: linear-gradient(270deg, #ff994f, #fa6d86); */
    cursor: pointer;
}
.contact-left button img{
    height: 15px;
}
.contact-right img{
    width: 500px;
}

@media (max-width: 767px) {
    .mrgb-12{
    margin-bottom: 12px !important;
}
.mrgb-14{
    margin-bottom: 14px !important;
}
.mrgb-16{
    margin-bottom: 2.449vw !important;
}
.mrgb-18{
    margin-bottom: 18px !important;
}
.mrgb-20{
    margin-bottom: 20px !important;
}
.mrgb-22{
    margin-bottom: 22px !important;
}
.mrgb-24{
    margin-bottom: 16px !important;
}
}

@media (max-width: 800px) {
    
    .contact-inputs{
        width: 80vw;
    }
    .contact-right{
        display: none;
    }
}