body {
    margin: 0 auto;
    font-size: 16px;
    padding: 0;
    font-family: "Syne", sans-serif;
    color: #000;
}

::selection {
    background-color: #2196f3;
    color: #fff;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
    color: #fff;
 }

a {
    transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    outline: 0;
    color: #000;
    text-decoration: none;
}

a:hover {
    outline: none;
    color: #1d1d1d;
    text-decoration: none;
}

.wow {
    visibility: hidden;
}

.clear {
    clear: both;
}

img:not(table img) {
    max-width: 100%;
}

iframe {
    border: 0;
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

p {
    font-size: 16px;
    color: #757576;
}

figure {
    margin: 0 auto;
    display: block;
    text-align: center;
}
.workWebsite{
    background-color: #000;
    padding: 80px 0;
}
.herosection {
    background-color: #000;
    padding: 100px 0 0 0;
    min-height: 100vh;
        display: flex;
    align-items: center;
}
#header {
        position: absolute;
    width: 100%;
    z-index: 1;
    top: 0px;
}

.aboutsection {
  position: relative;
    padding: 90px 0 90px;
    min-height: 100vh;
    display: flex;
    align-items: center;
}
.aboutsection::before{
    content: '';
    width: 50%;
    height: 100%;
    background-color: #000;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}
.aboutsection::after{
    content: '';
    width: 50%;
    height: 100%;
    background-color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1;
} 
.blodimg{
    border-radius: 20px;
    margin-bottom: 43px;
    height: 285px;
    overflow: hidden;
}
.blodimg img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.heroHeading{
    font-family: 'Roslindale';
    color: #00DBFF !important;
    text-transform: uppercase;
    font-size: 125px;
    font-weight: bold;
    line-height:1
}
.aboutTitle{
      font-size: 32px;
    text-align: left;
    font-family: 'Roslindale';
    color: #FFFFFF;
    margin-bottom: 15px

}
.heroHeading span {
    /* text-shadow: -1px -1px 0 #fb0000, 1px -1px 0 #ff0000, -1px 1px 0 #ef0000, 1px 1px 0 #ff0000; */
    color: transparent;
    -webkit-text-stroke: 1px #fff;
    text-stroke: 2px black;
    text-shadow: none;
}
.subText {
    font-size: 18px;
    color: #fff;
    font-family: Helvetica, sans-serif;
    margin-bottom: 68px;
    padding-bottom: 15px;
    line-height: 40px;
    margin-top: 20px;
}
.aboutBox .text, .aboutBox .textDiv p, .aboutBox .textDiv div{
    color: #fff;
}
.text, .textDiv p, .textDiv div{
       font-size: 14px;
    color: #000;
    font-family: Helvetica, sans-serif;
    margin-bottom: 30px;
}
.blogTitle {
  font-size: 18px;
    color: #000;
    font-weight: 600;
    font-family: Helvetica, sans-serif;
    margin-bottom: 12px;
}
.blogText {
    font-size: 14px;
    color: #000;
    font-family: Helvetica, sans-serif;
    margin-bottom: 18px;
    line-height: 24px;
}
.readFullLink {
    font-size: 15px;
    font-weight: 700;
    color: #000;
    font-family: Helvetica, sans-serif;
    margin-bottom: 20px;
}
.readFullLink svg{
        width: 17px;
}
.scrollIcon img{
    width: 59px;
    display: block;
    margin-inline: auto;
}
.scrollIcon{
    text-align: center;
    color: #fff;
    font-size: 15px;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
}
.herosection{
    background: transparent url(../img/KAt.jpg) 0% 0% no-repeat padding-box;
    opacity: 1;
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
}
.blogSection {
    margin: 100px 0;
}
.blogSectionTitle {
    font-size: 32px;
    text-align: center;
    font-family: 'Roslindale';
    color: #000;
    margin-bottom: 40px;
}
.workWebsiteTitle {
    font-size: 32px;
    text-align: center;
    font-family: 'Roslindale';
    color: #FFFFFF;
    margin-bottom: 10px;
}
.workWebsiteSubTitle {
    font-size: 16px;
    text-align: center;
    font-family: Helvetica, sans-serif;
    color: #FFFFFF;
    margin-bottom: 65px;

}
.workWebTitle:hover, .readFullLink:hover{
    color: #00DBFF;
}
.workWebTitle {
    font-size: 16px;
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: #FFFFFF;
    margin-bottom: 0px;


}
.webLogo img{
    max-width: 100%;
}
.webLogo {
    display: flex;
    width: 135px;
    height: 135px;
    min-width: 135px;
    align-items: center;
    justify-content: center;
    padding: 0px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}
.workWebCard {
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
}
.linkedLink:hover svg #bgIcon{    
    fill: #00dbff !important;
}
.navbar-brand:hover {
    color: #00dbff;
}
.navbar-brand {
    padding: 0;
    font-size: 75px;
    font-family: "Raleway", sans-serif;
    color: #fff;
    font-weight: 900;
    line-height: 1;
}
.footer_wrapper{
    background-color: #000;
    padding: 145px 0 50px;
}
h3.letsTalk {
    font-size: 62px;
    text-align: left;
    font-family: 'Roslindale';
    color: #fff;
    margin-bottom: 30px;
    font-weight: bold;
    line-height: 1;
}
.footLogo{
        max-width: 360px;
    margin-left: 0;
}
a.idLink {
font-size: 18px;
    text-align: left;
    font-family: Helvetica, sans-serif;
    color: #FFFFFF;
    margin-bottom: 0px;
    font-weight: 600;
}
.linkedBtn:hover{
    color: #047AAD;
    background: #fff;
}
.linkedBtn {
    color: #fff;
    background: #047AAD;
    padding: 16px 22px;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    line-height: 1;
    gap: 12px;
    font-family: Helvetica, sans-serif;
    font-size: 18px;
    margin-top: 40px;
}
.linkedBtn svg{
    height:20px
}
.form-control{
    background: transparent;
    color: #fff;
    border: 0;
    border-bottom: 0.5px solid #FFFFFF;
    border-radius: 0;
    padding-inline: 0;
    
    font-size: 35px;
    height: fit-content !important;
    font-family: Helvetica, sans-serif;
    font-size: 35px;
        font-family: Helvetica, sans-serif;
    font-size: 16px;
}

.formCard label {
color: #fff;
    padding: 15px 0rem;
    font-family: Helvetica, sans-serif;
    font-size: 16px;
}
.form-control::placeholder {
    color: rgb(255 255 255 / 75%);
    opacity: 1;
}
textarea.form-control {
     min-height: calc(1.5em + .75rem + calc(var(--bs-border-width) * 2));
    border: 0.5px solid #FFFFFF;
    border-radius: 20px;
    padding: 10px 20px;
    height: 140px !important;

}
.formCard .formSubmit:hover{
    background: #fff;
    color: #00DBFF;
}
.formCard .formSubmit {
    border: 0;
    background: #00DBFF;
    color: #000;
    font-weight: 500;
    font-size: 16px;
    padding: 15px 22px;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    border-radius: 15px;
    margin-top: 20px;
    font-family: Helvetica, sans-serif;
}
.form-floating>.form-control-plaintext:focus, .form-floating>.form-control-plaintext:not(:placeholder-shown), .form-floating>.form-control:focus, .form-floating>.form-control:not(:placeholder-shown) {
    padding-top: 1.625rem;
    padding-bottom: .625rem;
    background: transparent;
    box-shadow: none;
    outline: none;
}
input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
    box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-box-shadow: 0 0 0 1000px transparent inset !important;
    -webkit-text-fill-color: #fff !important; /* Change if you want a different text color */
    transition: background-color 5000s ease-in-out 0s;
}
.form-control:focus{
    color: #fff;
}
.form-floating>.form-control-plaintext~label::after, .form-floating>.form-control:focus~label::after, .form-floating>.form-control:not(:placeholder-shown)~label::after, .form-floating>.form-select~label::after {
background-color:transparent
}
.form-floating>.form-control-plaintext~label, .form-floating>.form-control:focus~label, .form-floating>.form-control:not(:placeholder-shown)~label, .form-floating>.form-select~label
 {
    color: #fff;
    transform: scale(.85) translateY(-1.5rem) translateX(.15rem);
}
.form-control:focus {
    color: #fff;
    background-color: transparent;
    border-color: #86b7fe;
    outline: 0;
    box-shadow: none;
}
.screen-reader-response ul{
    display: none !important
}
.screen-reader-response p{
        font-size: 20px;
    color: #fff;
}
.instituLogo img{
    height: 120px;
}
.instituLogo{
    text-align: center;
}
.instituTitle {
     border-top: 1px solid #707070;
    margin-top: 20px;
    padding-top: 15px;
    color: #707070;
    font-size: 18px;
    font-family: Helvetica, sans-serif;
    text-align: center;
}
.scrollSection{
    max-height: 410px;
    overflow-y: scroll
}
.scrollSection::-webkit-scrollbar-track
{width: 0 !important;
  display: none; 
}
.form-floating br{
    display: none
}
.form-floating {
    margin-bottom: 30px !important;
}
.wpcf7-not-valid-tip {
   text-align:left
}
.swal-footer {
	text-align: center !important;
}
@media (min-width: 1400px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1552px;
    }
}