


 


/* Base */
.border-2 {
  border-width: 2px; }

.text-black {
  color: #000 !important; }

.bg-black {
  background: #000 !important; }

.color-black-opacity-5 {
  color: rgba(0, 0, 0, 0.5); }

.color-white-opacity-5 {
  color: rgba(255, 255, 255, 0.5); }



.offcanvas-menu {
  position: relative; }
  .offcanvas-menu:after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    top: 0;
    right: 0;
    z-index: 999;
    background: rgba(0, 0, 0, 0.2); }


.line-height-1 {
  line-height: 1 !important; }

.bg-black {
  background: #000; }

.form-control {
  height: 43px;
  border-radius: 30px;
  font-family: "Nunito", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  background: transparent !important;
  color: #fff !important;
  border-color: rgba(255, 255, 255, 0.5) !important;
  border-bottom-width: 2px !important; }
  .form-control:active, .form-control:focus {
    border-color: #fff !important; }
  .form-control:hover, .form-control:active, .form-control:focus {
    -webkit-box-shadow: none !important;
    box-shadow: none !important; }
  .form-control::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    color: rgba(255, 255, 255, 0.5); }
  .form-control::-moz-placeholder {
    /* Firefox 19+ */
    color: rgba(255, 255, 255, 0.5); }
  .form-control:-ms-input-placeholder {
    /* IE 10+ */
    color: rgba(255, 255, 255, 0.5); }
  .form-control:-moz-placeholder {
    /* Firefox 18- */
    color: rgba(255, 255, 255, 0.5); }

.site-section {
  padding: 2.5em 0;
 }
  @media (min-width: 768px) {
    .site-section {
      padding: 7em 0; } }
  .site-section.site-section-sm {
    padding: 4em 0; }



.section-title {
  position: relative; 
font-size: 2.5rem;
font-weight: 700;}
  .section-title:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    background: #e8590c;
    width: 50px;
    display: none; }
  .section-title.text-center:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%); }
  .section-title.text-center:after {
    background: #fff; }

.position-relative {
  position: relative; }
    .s-title{
      color: #f8f9fa;
    }

/* responsive media queries */
.item {
  border: none;
  margin-bottom: 30px;
  border-radius: 4px;
  display: block; }
  .item a {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 4px;
    display: block; }
    .item a img {
      position: relative;
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
  .item .item-wrap {
    display: block;
    position: relative; }
    .item .item-wrap:after {
      z-index: 2;
      position: absolute;
      content: "";
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      background: rgba(0, 0, 0, 0.4);
      visibility: hidden;
      opacity: 0;
      -webkit-transition: .3s all ease-in-out;
      -o-transition: .3s all ease-in-out;
      transition: .3s all ease-in-out; }
    .item .item-wrap > span {
      position: absolute;
      top: 50%;
      left: 50%;
      z-index: 3;
      -webkit-transform: translate(-50%, -50%) scale(0);
      -ms-transform: translate(-50%, -50%) scale(0);
      transform: translate(-50%, -50%) scale(0);
      color: #fff;
      font-size: 1.7rem;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .3s all ease;
      -o-transition: .3s all ease;
      transition: .3s all ease; }
    .item .item-wrap:hover:after {
      opacity: 1;
      visibility: visible; }
    .item .item-wrap:hover span {
      margin-top: 0px;
      opacity: 1;
      visibility: visible;
      -webkit-transform: translate(-50%, -50%) scale(1);
      -ms-transform: translate(-50%, -50%) scale(1);
      transform: translate(-50%, -50%) scale(1); }
  .item:hover a img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
    -webkit-transition: .3s all ease-in-out;
    -o-transition: .3s all ease-in-out;
    transition: .3s all ease-in-out; }

.slide-one-item .slide {
  text-align: center; }
  .slide-one-item .slide blockquote {
    position: relative;
    max-width: 700px;
    font-size: 1.2rem;
    color: #000;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-style: italic;
    color: #fff; }
    .slide-one-item .slide blockquote:before {
      color: #fff;
      font-size: 2.2rem;
      font-style: normal;
      font-family: 'icomoon';
      content: "\e900"; }
 
    .slide-one-item .slide p{
      margin-top: 20px;
      margin-bottom: 0px;
    }
.slide-one-item .owl-dots {
  text-align: center; }
  .slide-one-item .owl-dots .owl-dot {
    display: inline-block; }
    .slide-one-item .owl-dots .owl-dot > span {
      margin: 7px;
      background: rgba(255, 255, 255, 0.3);
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 50%; }
    .slide-one-item .owl-dots .owl-dot:hover > span {
      background: rgba(255, 255, 255, 0.5); }
    .slide-one-item .owl-dots .owl-dot.active > span {
      background: #fff; }



.event_entry > div {
  border: 1px solid #eee;
  border-top: none; }

.event_entry h3 {
  font-size: 1.3rem; }
 
.event_entry .date {
 font-weight: 700;
  display: block;
 
  }

.form .form-control {
  border: none;
  border-radius: 0px;
  border-bottom: 1px solid #eee; }
  .form .form-control:active, .form .form-control:focus {
    border-color: #000; }

.footer {
  font-size: .9rem;
   
}
  .footer .footer-title {
    font-size: 1.1rem;
    margin-bottom: 16px;
  color: white; }
  .footer ul li {
    margin-bottom: 10px; }
  .footer a {
    color: #888888; }
   
.pg-text{
  font-size: 20px;
  
}
.ab-text{
  font-size: 18px;
}

.progress {
  overflow: visible;
  margin-top: 10px;
  margin-bottom: 26px;
  height: 7px;
background-color: rgb(212, 196, 196) }
  .progress .progress-bar {
    background-color: rgb(255, 255, 255);;
    position: relative;
    border-radius: 4px; }
    .progress .progress-bar span {
      background-color: rgb(255, 255, 255);
      position: absolute;
      bottom: -35px;
      font-size: 16px;
      line-height: 10px;
      padding: 10px 11px 10px 12px;
      right: -1.4em;
      border-radius: 2px; }
    .progress .progress-bar span:after {
      bottom: 100%;
      left: 50%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color:rgb(255, 255, 255);
      border-width: 5px;
      margin-left: -5px; 
    }


  


.footer_cont{
  margin: 0 3rem;
}


@media (min-width:320px) and (max-width: 640px) {
  .footer_cont{
    margin: 0 1rem;
  }
  .footer .footer-title {
    font-size: 1.1rem;
    margin-bottom: 16px;
  color: white; }
 
 
   
   
}





.tst-con-bg{
  background-color:#ff922b;
}
.btn-color{
  background: #e8590c;
    border-color: #e8590c;
    color: #fff;
}

.title-white{
  color: white;
}

footer{
  
  padding-top: 7em;
  padding-bottom: 2em;
}
.about-sect{
  background-color:#ff922b ;
}

.text-intro h1{
  font-size: 2rem;
}
.thankyou_message{
  display: none;
  color: white;
  font-size: 1.5rem;
}
@media (min-width:320px) and (max-width: 640px) {
  .thankyou_message{
    font-size: 1.2rem;
  } 
  .m-px-15{
    padding-right: 15px;
    padding-left: 15px;
  }
}
.number{
  font-weight: 700;
}
.txt-white{
  color: white;
}
::placeholder {
  color: white !important; 
}
:-ms-input-placeholder {color: white !important; }
::-ms-input-placeholder {color: white !important;}

/* .service-title{
  
  -webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
transform: translate(50%, 50%);
width: 300px;
height: 300px;
margin-top:-16.5px;
} */


/* about us  */
@media (min-width:640px) {

.about_us_cont{
display: flex;
}

}
.service-cont{
  
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
top: 0;
position: relative;
display: flex;
align-items: center;
justify-content: center;

}
/* .service-cont:hover{
  top:-10px;
} */
.service-title{
-webkit-transition: .3s all ease-in-out;
-o-transition: .3s all ease-in-out;
transition: .3s all ease-in-out;
}

/* .service-cont_wrap:hover .service-title {
     top:-10px;
} */

.service-cont_wrap{
  overflow: hidden;
  position: relative;
    height: 300px;
}
.service-cont{
  height: 300px;
 
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
    opacity: 0.6;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  /* height: auto; */
}

.service-title{
    position: relative;
    transform: translateY(50%);
    margin-top: -25px;

}

@media (min-width:320px) and (max-width: 640px) {
  .service-cont_wrap{
    height: 200px;
  }
  .service-cont{
  height: 200px;
}
}


.service-cont_wrap:hover .service-cont{
   opacity: 1;
}



/* .s-bg-1{
  background-image: url(1.jpg);
}
.s-bg-2{
  background-image: url(2.jpg);
} */
.event-icon{
  color: #666666; 
  padding-right: 1rem;
  font-size: 1.5rem;
  margin-bottom: .5rem;
}
.entrytext-cont{
  margin-bottom:.5rem;
}
.entry-cont{
  height:250px;
}
.footer-btn{
  padding-left: .3rem;
  color: #e8590c !important;
}
.upi-id{
  color: #666666;
}
.copyright{
 color:  #666666;
 font-size: 1rem;;
}

.footer-text{
  font-size: 1.1rem;;
      color: #888888;
}


.font-weight-bold{
  font-weight: 700;
}

.about_us_text{
  padding-right: 15px;
    padding-left: 15px;

}



/* company section */

.company_logo_1{
  width: 180px;
  height: 70px;
  /* object-fit: cover; */
}


.company_logo_2{
  width: 260px;
  height: 120px;
  /* object-fit: cover; */
}

.company_logo_3{
  width: 220px;
  height: 90px;
  object-fit: cover;
}
.company_logo_4{
  width: 280px;
  height: 100px;
  /* object-fit: cover; */
} 



.company_container{
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-evenly;

}
@media (min-width:640px)  {
.company_container{
flex-direction: row;
}
  .company-c4{
     height: 66px;
     width: 350px;
   }
}






.typed-cursor {
  color: #e8590c !important;
}
.span_element{
  width: 70px;
}

.footer_logo_container{
  width: 350px;
}


/* ityped animation css */
.ityped-cursor {
    font-size: 2.2rem;
    opacity: 1;
    -webkit-animation: blink 0.3s infinite;
    -moz-animation: blink 0.3s infinite;
    animation: blink 0.3s infinite;
    animation-direction: alternate;
}

@keyframes blink {
    100% {
        opacity: 0;
    }
}

@-webkit-keyframes blink {
    100% {
        opacity: 0;
    }
}

@-moz-keyframes blink {
    100% {
        opacity: 0;
    }
}

