@import url('https://fonts.googleapis.com/css2?family=Oswald:wght@200..700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap');


body {
font-family: "Poppins", sans-serif;
/*letter-spacing: 1px;*/

}



h1,
h2,
h3,
h4,
h5,
h6 {
 
 font-family: "Oswald", sans-serif;
}
 p{
  font-weight: 300;
 }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a,
a:hover {
  text-decoration: none;
}

button,
input {
  overflow: visible;
}

button:focus,
.form-control:focus,
.accordion-button:focus {
  outline: none;
  box-shadow: none;
}

table td {
  white-space: pre;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}


.vs_fs_50 {
  font-size: calc(1.1rem + 2vw);
}

.vs_fs_30 {
  font-size: calc(10px + 1.2vw) !important;
}

.vs_fs_40 {
  font-size: calc(0.8rem + 1.2vw);
}

.vs_fs_35 {
  font-size: 35px;
}

.vs_fs_24 {
  font-size: calc(10px + 1vw) !important;
}

.vs_fs_20 {
  font-size: 20px;
}

.vs_fs_15 {
  font-size: 15px !important;
}
.vs_fs_12{
  font-size: 12px;
}

.vs_fc_blue {
  color: #22648a;
}



.vs_fc_green {
  color: #73bd1b;
}
.vs_bg_green {
  background-color: #73bd1b !important;
}

.vs_bg_orange{
      background: #e0bb00 !important;
}
.vs_fc_a{
  color:#22648a; 
}
.vs_fc_a:hover{
  color:#000 !important; 
}
.vs_bg_grey{
      background-color: #f9f9f9bf;
}

.vs_ctm_btn {
    background: #000;
    padding: 10px 20px;
    width: auto;
    border: none;
    position: relative;
    transition: all 0.3s;
    z-index: 1;
    /*overflow: hidden;*/
    font-size: 16px;
    /*border-radius: 3px;*/
    color: #fff;
}
.vs_ctm_btn:hover{
  color: #fff;
  background-color: #e0bb00;
}


.vs_ctm_btn:hover a {
    color: #fff;
}


.vs_ctm_btn a {
    color: #fff;
    text-decoration: none;
}





.vs_last_btn {
  position: fixed;
  bottom: 15px;
    right: 12px;
}

.vs_last_btn button {
  display: none;
}

.vs_last_btn button.show {
  display: block;
}


.text-justify{
  text-align: justify;
}

/*uss S*/

.vs_heading{
  position: relative;
}
.vs_heading h1 {
    font-size: calc(18px + 3vw);
    margin-bottom: 0px !important;
    /* font-weight: 400; */
    color: #444444;
}
.vs_heading p span{
  font-size: 19px;
  font-family: "Oswald", sans-serif;
      font-weight: 400;
      color: #444444;
}
.vs_heading h2 {
    margin-bottom: 15px;
    font-size: calc(10px + 1.5vw);
    color: #444444;
}
.vs_heading p{
  font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
}


.vs_more_btn{
  position: relative;
  color: #22648a;
  font-size: 15px;
  transition: all 0.5s;
      padding-right: 50px;
}

.vs_more_btn:hover {
  color: #000 !important;
}

.vs_more_btn::after {
     content: "\F138";
    position: absolute;
    font-family: bootstrap-icons !important;
    color: #22648a;
    font-size: 16px;
    padding-left: 9px;
    transition: all 0.5s;
}
.vs_more_btn:hover::after{
  padding-left: 20px;
}
.vs_more_btn_w{
  color: #fff;
}
.vs_more_btn_w:hover{
  color: #fff !important;
}
.vs_more_btn_w::after {
 color: #fff;
}

/*uss E*/




/*banner S*/



.vs_bnr_sldr .item.vs_slide_item {
  width: 100%;

}

.vs_bnr_sldr.owl-theme .owl-item {
  /*display: flex;*/
}


.vs_bnr_sldr figure {
  margin-bottom: 0;
  display: flex;
  width: 100%;
  overflow: hidden;
  position: relative;
  height: 550px;
}

.vs_bnr_sldr figure img{
  object-fit: cover;
}

.vs_bnr_sldr figure figcaption .vs_slide_text {
       padding-left: 20px;
    padding-top: 39px;
    padding-right: 60px;
    padding-bottom: 20px;
    position: relative;
    /* padding: 50px 60px; */
    overflow: hidden;
    /*border: 10px solid #053269;*/
}


.vs_bnr_sldr {
  position: relative;
}


.vs_bnr_sldr .owl-nav button{
     border: none;
    font-size: 60px;
    line-height: 0;
    color: #ddddddbf;
    position: absolute;
    top: 50%;
}
.vs_bnr_sldr .owl-nav button.owl-prev{
left: 20px;
}
.vs_bnr_sldr .owl-nav button.owl-next{
  right: 20px;
}

.vs_bnr_sldr  figure figcaption h2 {
  font-size: calc(0.4rem + 2.3vw);
  line-height: calc(0.4rem + 2.4vw);
  /*margin-bottom: 20px;*/
  font-family: "Poppins", sans-serif;
  padding-bottom: 20px;
  font-weight: 600;
}
.vs_bnr_sldr  figure figcaption p{
  font-weight: 500;
}

.vs_bnr_sldr  figure figcaption {
     position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    width: 70%;
    text-align: center;

}


/*.vs_bnr_sldr figure img{
  width: 100%;
}*/

.vs_banner_slr .item .vs_slide_text{
  padding: 25px;
}


.vs_banner_slr .owl-item.active h2 {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

.vs_banner_slr .owl-item.active p {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
  animation-name: fadeInDown;
  animation-delay: 0.3s;
}

/*banner E*/


.vs_feature_box{
  text-align: center;
}
.vs_feature_box img{
  padding-bottom: 15px;
}
.vs_feature_box h2{
     margin-bottom: 15px;
    font-size: calc(10px + 1.5vw);
    color: #444444;
}
.vs_feature_box p{
  font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
}


.vs_vision_img img{
  border-radius: 40%;
}
.vs_vision_bg{
  background-color: #3330300f;
  padding-block:calc(10px + 1.5vw);
}
/*why s*/
.vs_why_section{

  background-image: linear-gradient(#0000007d, #0000007d),
  url(../img/home/why_banner.jpg);
    color: #fff;
    padding-block: calc(10px + 4vw);
    background-position: center;
    background-size: cover;
}


.vs_we_do_box{
  text-align: center;
}
.vs_we_do_box img{
  padding-bottom: 15px;
    width: 100px;
    object-fit: contain;
}
.vs_we_do_box h2{
     margin-bottom: 15px;
    font-size: calc(10px + 1.5vw);
    color: #444444;
}
.vs_we_do_box p{
  font-weight: 400;
    font-size: 16px;
    line-height: 1.8;
}



/*vs_all_banner s*/
.vs_all_banner img {
  height: 350px;
    object-fit: cover;
    width: 100%;
}

.vs_all_banner figure {
  margin-bottom: 0;
  position: relative;

}

.vs_all_banner figure:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  background: #0000008c;
  opacity: 0.5;

}

.vs_all_banner figcaption {
       position: absolute;
    top: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    transform: translate(0px, -50%);
    width: 100%;
}

.vs_all_banner figcaption h1 {
    font-size: calc(10px + 2.5vw);
    font-weight: 400;
    text-transform: uppercase;
}

.vs_all_banner_sub{
      background-color: #f9f9f9;
    color: #444444;
    padding-block: calc(15px + 2vw);
}

.vs_all_banner_sub h1 {
    font-size: calc(10px + 2vw);
    font-weight: 400;
    text-transform: uppercase;
    padding-bottom: 10px;
}
.vs_all_banner_sub li {
  font-size: calc(5px + 0.8vw);
}

.vs_all_banner_sub a {
  color: #444444;
  font-size: calc(5px + 0.8vw);
}

.vs_all_banner_sub a:hover {
  color:  #444444;
}

/*vs_all_banner E*/
.vs_award_img {
  box-shadow: 0 0 10px #cfcece;
  transition: all 0.5s;
  position: relative;
  width: 100%;
  display: flex;
  margin-bottom: 20px;
}

.vs_award_img:hover img {
  transform: scale(1.3);
}

.vs_award_img img {
  transition: all 0.5s;
  width: 100%;
}


.vs_award_img::before {
      background-color: #000000a3;
  content: "";
  height: 100%;
  left: 0;
  margin: auto;
  opacity: 0;
  position: absolute;
  top: 0;
  width: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.5s;
}

.vs_award_img:hover:before {
  opacity: 1;
  width: 100%;
}
.vs_award_img .vs_award_img_hover{
      transition: all 0.5s;

}
.vs_award_img .vs_award_img_hover::before{
    content: "+";
    height: 100%;
    left: 50%;
    margin: auto;
    opacity: 0;
    position: absolute;
    top: 50%;
    width: 100%;
    z-index: 1;
    pointer-events: none;
    transition: all 0.5s;
        font-size: 50px;
    color: #fff;
    font-weight: 600;
    line-height: 0;
}
.vs_award_img .vs_award_img_hover:hover:before {
  opacity: 1;
}



.vs_volunteer_form{
      background-color: #eeeeee;
    border: 1px solid #cfcece;
    padding: calc(10px + 1.3vw);
        border-radius: 5px;
}
.vs_volunteer_form h2{
      font-size: calc(8px + 1vw);
    color: #990000;
    font-weight: 400;
    border-bottom: 1px solid #bfbfbf;
    padding-bottom: 8px;
}
.vs_volunteer_form label{
font-size: 14px;
    font-weight: 600;
    padding-bottom: 8px;
}
.vs_volunteer_form .form-control{
  box-shadow: 0px -1px 2px #b5b5b5;
}

.vs_education_video{
      height: 200px;
    border: 2px dashed #181818;
    width: 100%;
    object-fit: cover;
}
.vs_gallery_box .overflow-hidden{
border: 2px dashed #181818;
}

.vs_gallery_box h2{
    font-size: calc(10px + 0.6vw);
    text-align: center;
    color: #424242;
    padding-top: 20px;
}

.vs_contact_box i {
      font-size: 20px;
    background-color: #c59e30;
    padding: 3px 10px;
    color: #fff;
    border-radius: 50%;
    display: flex;
    width: 50px;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.vs_contact_box h3{
  font-size: 20px;
  font-weight: 400;
}

/*** Footer S ***/
footer {
    background-color:#222222;
    color: #fff;
    padding-block:60px 0;
    border-top: 4px solid #e0bb00;
}

footer a {
  color: #eeeeee;
}

footer a:hover {
  color:#e0bb00;
}

footer h4{
  color:#eeeeee;
  position: relative;
}

.vs_ftr_logo img{
  object-fit: contain;
}
.vs_ftr_form .form-control {
  background: none;
  border: 0;
  border-bottom: 1px solid #04040433;
  border-radius: 0;
  height: 70px;
}



footer .vs_social_icon li a{
        width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #000;
    transition: .3s;
    font-size: 18px;
    color: #000;
    border-radius: 50%;
    line-height: 0;
    background-color: #fff;
}



footer .vs_ftr_list li {
  margin-bottom: 3px;
    padding: 0;
    color: #000;
    font-size: 17px;
    font-weight: normal;
    transition: .3s;
}

footer .vs_ftr_list li i{
  color:#eeeeee;
}


footer .vs_ftr_list li:hover {
  box-shadow: none;
}


footer .copyright {
     /*font-size: 15px;*/
    background-color: #0000004d;
    padding: 27px 0px 14px 0px;
    color: #fff;
    margin-top: 30px;
    font-size: 14px;
}
footer .copyright a{
  color: #fff;
}
footer .copyright a:hover{
  color:#cea54b;
}
footer .copyright img{
width: 200px;
object-fit: contain;
}


.vs_fix_btn{
        position: fixed;
    bottom: 40%;
    right: 0px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    align-items: end;
}
.vs_face{
  color: #fff;
  background-color: #1877f2;
}

.vs_twit{
  color: #fff !important;
  background-color: #00b6f1;
}

.vs_inst{
  background-color: #3f729b; 
   color: #fff;
}


.vs_yout{
  color: #fff !important;
  background-color: #FF0000;
}
.vs_fix_side_btn a{
      padding: 7px 10px;
    font-size: 20px;
}
.vs_fix_side_btn a:hover{
  color: #fff;
  background-color: #000;
}

#vs_enquire_form .modal-content{
      background: #fff;
    box-shadow: 0 0 10px #22212182;
}
#vs_enquire_form form .form-control{
      border: 0;
    background-color: transparent;
    border-bottom: 1px solid #cbcbcb;
    border-radius: 0;
}



