.vbg-color{
    background-color: #DCDCDC;
}
.iwith{
    width: 100%;
}
.mauto{
    margin: auto;
}
.b600{
    font-weight: bold;
}
.themecolor{
    color: #233C95;

    margin-bottom: 20px;
}
.values{
    display: flex;
    align-items: center;
}
.mtb{
    margin: 20px 0px;
}
.mt90{
    margin-top: 90px;
}
.bt90{
    margin-bottom: 90px;
}
.valueicon{
    margin-right: 20px;
}
.values img{
width: 80%;
}
.ourvalue{
    padding: 40px 0px;
}
.scolor{
    color: #CB3237;
}
.fmess{
    display: flex;
    align-items: center;
}
.cairmain{
    font-size: 30px;
    margin: 60px 0px;

}
.messagefistail{
    background: #DFE5FB;
    padding-bottom: 100px;
}
.fmess img{
    margin-right: 20px;
}
.fmess2 img{
    width: 20%;
}
.cairmain2{
    width: 70%;
    font-size: 30px;

}
.whatdiffrent{
    background-color: #fff;
    padding: 40px 0px;
}
.whatdiffrent img{
    width: 100%;
    border-radius: 15px;
}
p{
    font-size: 17px;
}
.mtb20{
    margin: 20px 0px;
}

.whatdiffrent .red:nth-child(even){
    display: flex;
    flex-direction: row-reverse;
}

.whatdiffrent .red:nth-child(even) .mauto{
    text-align: right;
}
.card{
    padding: 20px;
}
.asubmit{
    background: var(--homebutton) !important;
    color: white !important;
    border-radius: 999px !important;
    padding: 9px 39px !important;
    align-items: center;
    width: 114px !important;
    display: flex !important;
    font-size: 16px !important;
    float: right;
}

.contact img{
    width: 40px;
    margin-right: 20px;
}
.contact{
    display: flex;
    align-items: center;
    margin: 30px 0px;
}
.contact p {
    margin-bottom: 0px;
}
.maplocation{

}
.contactform{
    padding: 44px 30px;
    margin-top: 25px;
    border-radius: 20px;
}
.contactform input:not(last-child){
    background-color: #E5E5E5;
}
.contactform textarea{
    background-color: #E5E5E5;
}
.contactform label{
    font-weight: 600;
    display: flex;
    align-items: center;
    margin: 0px;
    padding: 10px;
}
.contactbg{
    background-color: #E5E5E5;
}
.mapdiv iframe{
    border: 6px solid white;
    border-radius: 10px;
    margin: 20px 0px;
}
.socialmedia{
    text-align: right;
}
.socialmedia img{
    margin-left: 10px;
}
.alertcss{
    position: fixed!important;
    width: 348px;
    bottom: 0;
    color: white;
    border: none;
    background-color: #4caf50;
    z-index: 9999999;
    animation: alert 500ms ease-out;

}
.contactimage::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    content: '';
    background: #233C95;
    opacity: 0.8;
    mix-blend-mode: hard-light;
}
.contactimage img{
    width: 100%;
}
@keyframes alert {
    0%{
        transform: translatex(-100%);
    }
    100%{
        transform: translatex(0);
    }
}

.aboutus{
    background-color: var(--homebg);;
}
.aboutus img{
    width: 100%;
}
.sabout{
    margin-left: 60px;
}
.welcome-section2 {
    background: var(--homebg);
    position: relative;
    padding-top: 150px;
    padding-bottom: 200px;
    border-top: 7px solid red;
}
.welcome-section2 .row .col-lg-6:nth-child(1) img {
    width: 150px !important;
}
.pd0{
    padding: 0px !important;
}
.textcenter{
    text-align: center;
}
.careerhead{
    color: var(--homebg);
        padding: 10px;
    margin: 20px 0px;

}
.careerhead p{
    word-spacing: 6px;
    text-align: justify;
}
.careermain h3{
    width: 300px;
    margin: auto;
}
.careermain{
    margin-top: 80px;
}
.acconhead{
    color: #fff;
    background-color: var(--homebg) !important;
    border-bottom: 5px solid red !important;
    border-radius: 10px !important;


}
.acconhead a{
    color: #fff;
    width: 100%;
}
.acconbody{
    background: #fff;
    border-radius: 10px;
    margin-top: 10px;
}
.acclist{
    margin: 10px 0px;
}
.carenote{
    color: var(--homebg);
    margin: 20px 0px;
    background: white;
    padding: 70px;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 60px;
}
.carenote p{
    word-spacing: 6px;
    text-align: justify;
}
.accstart{
    margin: 30px 0px;
}
.home-blog-area2 .albumbox{
    margin: 20px 0px;
}
.home-blog-area2 .textalbum {
    background: var(--homebg);

    border-radius: 10px !important;
}
.home-blog-area2 p{
    margin: 0px;
}
.eventhover:hover{
    cursor: pointer;
    color: white !important;
}
.blogborder .p-3 {

    border-top: 6px solid white;

}
.blogborder .carousel-box img {

    border-bottom: 10px solid #CB3237;

}
.eventhover{
    position: relative;
    margin: 10px 0px;
}
.eventhover::after{
    content: '';
    bottom: 0px;
    height: 100%;
    width: 100%;
    border-: 2px solid red;
    left: 0;
    position: absolute;
    border-bottom: 4px solid white;
}
.nav-pills .nav-link, .nav-pills .show>.nav-link {
    color: #fff;
    background-color: var(--homebg) !important;
    border-bottom: 6px solid #CB3237 !important;
    border-radius: 10px !important;
}
.uevent .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
     margin-left: 0px !important;
    margin-right: auto;
}
.blog_detail img{
    border-radius: 5px;
    height: 500px;
    object-fit: cover;

}
.mainblog{
    padding-top: 100px;
    padding-bottom: 80px;
}
.mainblog2{
    padding-top: 50px;
    padding-bottom: 80px;
}
.event_img a{
    overflow: hidden;
}
.event_img a img{
    margin: 10px;
    border-radius: 3px;
    width: 100%;
    height: 200px;
    object-fit: cover;
    overflow: hidden;
}
.eventdtext{
    padding-top: 20px;
    margin-left: 10px;
}

.eventhover {
    position: relative;
}
.displayimg img{
border-radius: 10px;
}
.galary_img a{
    overflow: hidden;
    margin: 10px;
}
.galary_img a img{
border-radius: 4px;
}
.galary_img{
    margin: 20px 0px;
}
.exp_starright {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(0, -50%);
    display: none;
}
.welcome-section .dots {
    position: absolute;
    top: 10%;
    right: 5%;
    z-index: 9;
    display: none;
}

.fmess img {
    margin-right: 20px;
    width: 100%;
}
.bannervideo video {
    object-fit: cover;
    height: 91vh;
    zoom: 90%;
}
.bannervideo {
    position: relative;
    height: 81vh !important;
}
.overflowsmall img {
    width: 204px;
    margin-right: 20px;
    /* width: 100%; */
}
.acconhead h5{
    width: 100%;
}
.fixed-message h4 {
    line-height: 16px;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 14px;
    position: absolute;
 top: 25px;
    left: 11px;
    bottom: 0;
    margin: auto;
    height: 42px;
}
.fixed-message {
    height: 100px;
    width: 100px;
    position: fixed;
    right: 20px;
    bottom: 50px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    padding: 0 0;
    border-radius: 50%;
    box-shadow: 0 0 15px rgb(0 0 0 / 60%);
    z-index: 999;
    background: #233c95;
    background: linear-gradient(180deg, rgb(96 122 214) 0%, rgb(35 60 149) 100%);
    transition: all 0.3s;
    cursor: pointer;
    transition: all 0.3s;
    transform: translate(0,0);
    -webkit-animation: shake-horizontal 4s linear infinite both;
    animation: shake-horizontal 4s linear infinite both;
}
.fixed-message-box {
    padding: 20px;
    border: 1px solid #ccc;
    background: #fff;
    position: fixed;
    right: 0;
        width: 355px;
    z-index: 9999;
    bottom: 5px;
    right: 50px;
    border-radius: 5px;
}
 .fixed-message-box{
   padding: 20px;
    border: 1px solid #ccc;
    background: #fff;
    position: fixed;
    right: 0;
    z-index: 9999;
    bottom: 45px;
    right: 17px;
    border-radius: 5px;
}
   .fixed-message-box .btn-close{position: absolute;     right: 3px;     top: 3px;}
  .fixed-message-box .fixed-form-btn{border-radius: 0px; width: 100%; margin-top: 15px; background: var(--kfa-corporate-color); border:none;}

.fixed-message:hover {
       background: linear-gradient(180deg, rgb(82 109 202) 100%, rgb(96 122 214) 0%);
    box-shadow: 0 3px 5px rgb(0 0 0 / 80%);
    transform: translateY(-5px) !important;
    animation: none;
}
@-webkit-keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}
@keyframes shake-horizontal {
  0%,
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  10%,
  30%,
  50%,
  70% {
    -webkit-transform: translateY(-10px);
            transform: translateY(-10px);
  }
  20%,
  40%,
  60% {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  80% {
    -webkit-transform: translateY(8px);
            transform: translateY(8px);
  }
  90% {
    -webkit-transform: translateY(-8px);
            transform: translateY(-8px);
  }
}

.modelclose{
        border: none;
    background: none;
    font-size: 20px;
}
.modelclose:focus{
    border: none;
    background-color: none;
}
.ptesto{
    display: flex;
}

@media screen and (max-width: 900px){
    .carenote {
    color: var(--homebg);
    margin: 20px 0px;
    background: white;
    padding: 40px;
    border-radius: 5px;
    margin-top: 50px;
    margin-bottom: 60px;
}
}
