@import url('https://fonts.googleapis.com/css2?family=Roboto:wght@100;300;400;500;700;900&display=swap');

*{
    margin:0;
    padding:0;
    box-sizing: border-box;
}
:root{
  --p-c:#25067a;
  --s-c:#011124;
  --t-c:#f5a40d;
}
body{
    font-family: 'Roboto', sans-serif !important;
}

.ham {
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
    transition: transform 400ms;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .hamRotate.active {
    transform: rotate(45deg);
  }
.hamRotate180.active {
  transform: rotate(180deg);
}
.line {
  fill:none;
  transition: stroke-dasharray 400ms, stroke-dashoffset 400ms;
  stroke:var(--p-c);
  stroke-width:5.5;
  stroke-linecap:round;
}
.ham8 .top {
  stroke-dasharray: 40 160;
}
.ham8 .middle {
  stroke-dasharray: 40 142;
  transform-origin: 50%;
  transition: transform 400ms;
}
.ham8 .bottom {
  stroke-dasharray: 40 85;
  transform-origin: 50%;
  transition: transform 400ms, stroke-dashoffset 400ms;
}
.ham8.active .top {
  stroke-dashoffset: -64px;
}
.ham8.active .middle {
  /* //stroke-dashoffset: -20px; */
  transform: rotate(90deg);
}
.ham8.active .bottom {
  stroke-dashoffset: -64px;
}



/* .cta {
  position: absolute;
  top:40px;
  right:0px;
  color:black !important;
  text-decoration: none;
  padding: 19px 22px;
  transition: all 0.2s ease;
}
.cta:before {
  content: "";
  position: absolute;
  top: -17px;
  left: -19px;
  display: block;
  border-radius: 28px;
  background: #f5a40d8f;
  width: 56px;
  height: 56px;
  transition: all 0.3s ease;
}
.cta span {
  position: relative;
  font-size: 16px;
  line-height: 18px;
  font-weight: 900;
  letter-spacing: 0.25em;
  text-transform: uppercase;
  vertical-align: middle;
}
.cta svg {
  position: relative;
  top: 0;
  margin-left: 10px;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke: #111;
  stroke-width: 2;
  transform: translateX(-5px);
  transition: all 0.3s ease;
}
.cta:hover:before {
  width: 136%;
  background: #f8b333;
}
.cta:hover svg {
  transform: translateX(0);
}
.cta:active {
  transform: scale(0.96);
} */


.more-btn {
 
  text-decoration:none;
  -webkit-appearance: none;
  /* background: -webkit-gradient(to right, #a2ccb6 0%, #fceeb5 50%, #ee786e 100%); */
  background: linear-gradient(to right, #f5a40d 0%, #f8665c 50%, #f5a40d 100%);
  background-size: 500%;
  border: none;
  border-radius: 10px;
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  color: #fff !important;
  cursor: pointer;
  font-size: 1.1rem ;
  font-weight: 600;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* height: 5rem; */
  letter-spacing: 0.05em;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 9rem;
  padding:8px 10px;
  text-transform: uppercase;
}

.more-btn:hover {
  animation-name: gradient;
  -webkit-animation-name: gradient;
  animation-duration: 2s;
  -webkit-animation-duration: s;
  animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-fill-mode: forwards;
  -webkit-animation-fill-mode: forwards;
}

@keyframes gradient {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100%;
  }
}

.nav-show{
  position: fixed !important;
  z-index:900;
  background-color:white;
  width:100%;
  padding:20px 0;
  top:0;
  transition: 0.5s;
  box-shadow: 0px 10px 7px -10px rgba(0, 0, 0, 0.295);
}

/* top-menu */

.top-nav-bg{
  background-color: var(--p-c);
  height: 40px;
}

.top-nav{
  line-height:40px;
}
.top-nav a:hover{
  color:white;
}
.contact-tn i{
  margin-right: 6px;
  color:rgb(245, 164, 13);
}
.contact-tn a{
  color:white;
  text-decoration: none;
  margin-right:12px;
  font-size: 14px;
}

a.tn-btn{
  padding:10px 16px;
  background-color: rgb(245, 164, 13);
  border-radius: 6px;
  font-weight:500;
}

.mid-nav{
  height: 95px;
  border-bottom:1px solid rgb(207, 207, 207);
  line-height: 95px;
}
.mid-nav i{
  color: var(--p-c);
  margin-right:16px;
  padding:7px;
}
.mid-nav i:hover{
  transform: scale(1.1);
 
}

.nav-link{
  font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 500;
    line-height: 24px;
    color: #002147 !important;
    text-transform: uppercase;
    font-style: normal;
    margin-right:10px;
}
.dropdown-item{
  border-left:5px solid var(--s-c) ;
  border-bottom:1px solid rgb(230, 229, 229);
}


.carousel-item img {
  height: 100vh;
  object-fit: cover;
}

.gra-layer {
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, rgba(0,0,0,1) 0%, rgba(166,31,46,0) 70%);
  content: "";
  width: 100%;
  height: 100%;
}


.bottom-banner a{
  text-decoration: none;
display: flex;
justify-content: space-around;
}

.bottom-banner{
  padding:22px 5px;
  margin-top:-4rem;
  z-index: 10;
background-color: #ffffff;
border:1px solid rgb(228, 226, 226);
box-shadow: 1px 1px 2px 0px rgba(182, 181, 181, 0.75);
transition:0.3s;
}
.bottom-banner:hover{
  transform: scale(1.1);
  border:1px solid rgb(228, 226, 226);
  box-shadow: 0px 0px 2px 0px rgba(150, 149, 149, 0.75);
  z-index: 11;
  transition:0.3s;
}
.bottom-banner:hover h2{
  color: var(--s-c);
}
.bottom-banner img{
  height:80px;
  float: right;
}
.b-b-inner h2{
  font-size: 1.3rem;
  color:rgb(59, 59, 59);
}
.b-b-inner h6{
  /* font-size: 1.3rem; */
  color:rgb(104, 104, 104);
}


.bottom-banner1 a{
  text-decoration: none;
display: flex;
justify-content: space-around;
padding: 15px 10px;
background-color: #ffffff;
border: 1px solid #e9e6e6;
border-radius: 10px;
transition:0.3s;
}

.bottom-banner1{
  padding:10px 5px;
  z-index: 10;
transition:0.3s;
}
.bottom-banner1 a:hover{
  box-shadow: 0 0 11px rgba(33,33,33,.2); 
  transition:0.3s;
}
.bottom-banner1:hover h2{
  color: var(--s-c);
}
.bottom-banner1 img{
  height:80px;
  float: right;
  transition: 0.3s;
}
.bottom-banner1:hover img{
  transform: scale(0.9);
  transition: 0.3s;
  
}

.b-b-inner1 h2{
  font-size: 1.3rem;
  color:rgb(59, 59, 59);
}
.b-b-inner1 h6{
  /* font-size: 1.3rem; */
  color:rgb(104, 104, 104);
}
.head1{
  padding:4rem 0;
}
.head1 h1{
  font-weight: 600;
  text-transform: capitalize;
  color: var(--s-c);
  margin:1.5rem 0;
}
.head3 h1{
  font-weight: 600 !important;
  text-transform: capitalize;
  font-size:2.3rem !important;
  color: var(--s-c);
  margin:2rem 0;
}

.head3{
  padding:4rem 0;
}
.head1 p{
  text-align: justify;
  line-height: 30px;
  margin:2rem 0;
}
.head1 img{
  width:100%;
  height:450px;
  object-fit: cover;
  border-radius: 4px;
  
}
.head2{
  padding:4rem 0;
  
}
.head2 h1{
  font-weight: 600;
  text-transform: capitalize;
  color: var(--s-c);
  margin:2.5rem 0;
}
.head2 p{
  text-align: justify;
  line-height: 30px;
  margin:2rem 0;
}
.head2 img{
  width:100%;
  height:140px;
  object-fit: cover;
  border-radius: 4px;
  margin-bottom:1rem;
}
/* .head2 a{
  padding:0;
  margin:0;
} */
.head1 a{
 
  text-decoration: none;
  letter-spacing: 1px;
  font-weight: 500;
  color:rgb(255, 255, 255);
  /* background-color: var(--t-c); */
  padding: 8px 10px;border-radius: 10px;
  /* transition:0.3s; */
}
.head1 a:hover{
  color:rgb(255, 255, 255);
  /* box-shadow:inset 150px 0 0 0 rgb(230, 149, 0); */
  /* transition:0.3s; */
}
.parallax-window {
    background-image: url(./images/mbg.png);
  background-position: center;
  background-attachment: fixed;
  position: relative;
/* min-height: 400px; */
/* background: transparent; */
z-index: 10;
}
.bg-layer{
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width:100%;
  background-color: rgba(255, 255, 255, 0.959);
  z-index: -1;
}
.parabg{
  background-image: url(./images/campus.jpg);
  background-position: center;
  background-attachment: fixed;
  height:2vh;
  position: relative;
}
.parabg .bg-layer{
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width:100%;
  background-color: rgb(56 56 58 / 74%);
  z-index: 1;
}

.video-b-bg{
  background-image: url(./images/slider3.jpg);
  background-position: bottom;
  background-attachment: fixed;
  height:80vh;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10;
}
.video-b-bg .bg-layer{
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width:100%;
  background-color: rgba(15, 15, 15, 0.795);
  z-index: 1;
}
.video-b-bg h1{
  margin-bottom:1.5rem;
  z-index: 10;
  color:white !important;
  text-transform: capitalize;
  
}
.vb-outer{
  z-index: 10;
  color:white !important;
  text-transform: capitalize;
}

.vb-outer a{
  border: 3px solid white;
  padding:18px 22px;
  border-radius: 50%;
  /* box-shadow: 0px 0px 0px 43px rgba(0,0,0,0.75); */
  animation: shadow-blink 2s ease infinite;
}

@keyframes shadow-blink{

  0%{
    box-shadow: 0px 0px 0px 0px rgba(255, 255, 255, 0.75);
  }
  100%{
    box-shadow: 0px 0px 0px 33px rgba(255, 255, 255, 0);
  }
  
}

.vb-outer:hover a{
  border: 3px solid var(--t-c);
}
.video-b-bg i{
  margin-top:2rem;
  z-index: 10;
  color:var(--t-c) !important;
  text-transform: capitalize;
}
.video-b-bg:hover i{
  margin-top:2rem;
  z-index: 10;
  color:white ;
  text-transform: capitalize;
}




.nb-caption a {
  color: #060c22;
  font-weight: bold;
  text-decoration: none;
  font-size: 1rem;
}
.nb-news{
  margin:2rem 0 1rem 0;
  /* border-bottom: 1px solid rgb(158, 158, 158); */
position: relative;
}
.nb-news:after{
  content:"";
  position:absolute;
  width:20%;
  height:0.1px;
  background-color:var(--s-c);
  bottom:-10px;
  left: 50%;
  transform: translate(-50%, -50%);
  transition:0.6s;
}
.nb-news:hover:after{
  width:100%;
  transition:0.6s;
}

.nb-news p {
  font-size:0.9rem;
  color: #030303 !important;
}
.nb-sub-caption{
  margin: 6px 0;
  color:rgba(143, 141, 141, 0.9);
}

.count-bg{

  background-image: url(./images/slider1.jpeg);
  background-position: center;
  background-attachment: fixed;
  height:270px;
padding-top:60px;
  z-index: 9;
  position: relative;
}
.count-bg .col-md-4{
  text-align: center;
  z-index:9;
  margin: 2rem 0;
  display: flex;
}
.count-bg .col-md-4 h3{
  text-transform: capitalize;
  line-height: 2.5;
  font-weight:400;
  letter-spacing: 1px;
  color:white;
  z-index:10;
  margin-left:13px;
}
.count-bg .col-md-4 p{
  /* font-size:3.4rem; */
  font-weight:600;
  color:white;
  z-index:10;
}
.count-bg .bg-layer{
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width:100%;
  background-color: hsla(238, 48%, 22%, 0.966);
  z-index: 1;
}
.cb-n{
  border-bottom: 2px solid #fdc800;
  color: #002147;
  font-weight: 400;
  line-height: 1.2;
  /* padding-bottom: 15px; */
  display: inline-block;
  font-size: 52px;
}

.end-banner{
margin-top:5rem;
  background-color: rgb(243, 242, 242);
}
.end-banner img{
  width:100%;
  height: 500px;
object-fit: cover;
/* padding: 0 2rem; */
}
.eb-link{
  display: flex;
  align-items: center;
  justify-content: center;
  height: 500px;
  width: 100%;
  background-color:var(--t-c)
}
.eb-link h1{
  color:white;
}
.eb-link a{
  font-weight:600;
  font-size:1.5rem;
text-decoration: none;
border-radius: 10px;
padding: 8px 15px;
color:white;
background-color: var(--s-c);
border:3px solid var(--t-c);
transition: 0.3s;
}
.eb-link a:hover{
  border:3px solid white;
  color:var(--s-c);
background-color: var(--t-c);
transition: 0.3s;
}

footer ul{
  padding-left:13px;
}
footer{
  padding:3.9rem 1rem;
  background-color: var(--s-c);
}
footer h2{
  color: white;
  margin-bottom: 21px;
    font-weight: 500;
    font-size:20px
}
footer p{
  color: #ffffff;
  font-size: 15px;
  line-height: 1.7;
}

footer h3{
  color: white;
  margin-bottom: 21px;
    font-weight: 500;
    font-size:20px
}

footer li{
  list-style-type: none;
  margin: 0.7rem 0;
  position: relative;
}
footer .ico li:after{
  position:absolute;
  content:" ⋮ ";
  top:-1px;
  left:-22px;
  /* font-weight:600; */
color: var(--t-c);
transition:0.3s;
}
footer .ico li:hover:after{
  left:-15px;
  transition:0.3s;
}
footer li a{
  text-decoration: none;
  color:white;
 font-size: 15px;
}

footer .con i{
  font-size: 12px;
  color: var(--t-c);
  position:absolute;
  left:-27px;
  top:7px;
}

footer li a:hover{
  color: white;
}

.about-f i{
  font-size: 14px;
    color:var(--t-c);
    padding:0 10px;
    transition: 0.3s;
}
.about-f i:hover{
  transform: scale(1.1);
  transition: 0.3s;
}
.f-icon {
  margin-top:2rem;
}
.bottom-f p{
  margin:0;
}
.bottom-f{
  color: var(--s-c);
    font-size: 14px;
    text-align: center;
    background-color: #ffffff;
    font-weight:600;
    padding: 12px 0;
}



.link3 {
  color: rgb(0, 0, 0) !important;
  /* font-size: 15px; */
  font-weight: 700;
  line-height: 20px;
  text-transform: capitalize;
  letter-spacing: 1px;
  text-decoration: none;
  display: inline-block;
  position: relative;
  /* top: 2px; */

  left: 2px;
  z-index: 1;
  transition: all 0.5s;
}
.link3:focus,
.link3:hover {
  color: #fff;
  background: linear-gradient(
    110deg,
    rgb(0, 0, 0) 0,
    #fff 10%,
    rgb(0, 0, 0) 20%
  );
  background-position: 0;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  text-fill-color: transparent;
  animation: shine 34s linear forwards;
  font-weight: 700;
}
@keyframes shine {
  0% {
    background-position: 0;
  }
  60% {
    background-position: 900px;
  }
  100% {
    background-position: 900px;
  }
}
.link3:after {
  content: "";
  /* background: linear-gradient(95deg, rgba(18,102,13,1) 36%, rgba(206,218,13,1) 52%, rgba(185,24,13,1) 74%); */
  background-color: #2ab77c;
  height: 6px;
  width: 6px;
  position: absolute;
  top: -3px;
  right: 1px;
  z-index: -1;
  transition: all 0.3s ease 0s;
}
.link3:before {
  content: "";
  /* background: linear-gradient(95deg, rgba(18,102,13,1) 36%, rgba(206,218,13,1) 52%, rgba(185,24,13,1) 74%); */
  background-color: #ecb32d;
  height: 6px;
  width: 6px;
  position: absolute;
  top: -3px;
  right: -8px;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.link3 span {
  content: "";
  background-color: #e01c5a;
  height: 6px;
  width: 6px;
  position: absolute;
  top: 6px;
  right: -8px;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.title {
  text-align: center;
  text-transform: uppercase;
}
.video {
  width: 100%;
  height: 400px;
  margin: auto;
  display: block;
  border: none;
}
 .close-btn {
  width: 100px;
  height: 40px;
  display: block;
  margin: 20px auto;
  font-weight:600;
  border-radius: 20px;
  cursor: pointer; 
  border: 2px solid black;
  background-color: white;
}
/* .popup-btn:hover {
  color: white;
  background-color: black;
} */
.video-popup {
  display: none;
  width: 100%;
  height: 100vh;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 1900000;
  box-shadow: 10px 10px 10px 10px black;
}
.popup-bg {
  background: rgba(0,0,0,0.8);
  width: 100%;
  height: 100vh;
  position: absolute;
}
.popup-content {
  background: black;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  height: auto;
}
.popup-title {
  padding: 30px;
  margin: 0 auto;
  color: red;
  text-transform: uppercase;
}


.back-to-top {
  position: fixed;
  bottom: -40px;
  right: 40px;
  display: block;
  width: 50px;
  height: 50px;
  line-height: 50px;
  background: #002147;
  color: #fff;
  text-align: center;
  text-decoration: none;
  border-radius: 50%;
  opacity: 0;
  -webkit-transform: scale(0.3);
  -ms-transform: scale(0.3);
  transform: scale(0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.2);
  z-index: 1000 ;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.marqT{
  padding :2rem 0;
  border-bottom: 1px solid rgb(228, 228, 228);
  
}
.back-to-top:focus {
  color: #fff;
}
.back-to-top.show {
  bottom: 40px;
  right: 40px;
  opacity: 1;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.back-to-top.show:hover {
  color: #fff;
  bottom: 30px;
  opacity: 1;
}
.arrow {
  background-image: url(data:image/svg+xml;base64,PHN2ZyBpZD0iTGF5ZXJfMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB2aWV3Qm94PSIwIDAgNTEyIDUxMiI+PHN0eWxlPi5zdDB7ZmlsbDojZmZmfTwvc3R5bGU+PHBhdGggY2xhc3M9InN0MCIgZD0iTTMxOS4xIDIxN2MyMC4yIDIwLjIgMTkuOSA1My4yLS42IDczLjdzLTUzLjUgMjAuOC03My43LjZsLTE5MC0xOTBjLTIwLjEtMjAuMi0xOS44LTUzLjIuNy03My43UzEwOSA2LjggMTI5LjEgMjdsMTkwIDE5MHoiLz48cGF0aCBjbGFzcz0ic3QwIiBkPSJNMzE5LjEgMjkwLjVjMjAuMi0yMC4yIDE5LjktNTMuMi0uNi03My43cy01My41LTIwLjgtNzMuNy0uNmwtMTkwIDE5MGMtMjAuMiAyMC4yLTE5LjkgNTMuMi42IDczLjdzNTMuNSAyMC44IDczLjcuNmwxOTAtMTkweiIvPjwvc3ZnPg==);
  position: absolute; 
  width: 12px; height: 12px; background-size: contain;
  transform: rotate(-90deg);
  top: 30%;
  left: 38%;
}
.arrow:nth-child(2){
  top: 42%;
}

@keyframes bounceAlpha {
  0% {opacity: 1; transform: rotate(-90deg) translateX(0px) scale(1);}
  25%{opacity: 0; transform: rotate(-90deg) translateX(10px) scale(0.9);}
  26%{opacity: 0; transform: rotate(-90deg) translateX(-10px) scale(0.9);}
  55% {opacity: 1; transform: rotate(-90deg) translateX(0px) scale(1);}
}

.back-to-top:hover .arrow{
  animation-name: bounceAlpha;
  animation-duration:1.4s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
}
.back-to-top:hover .arrow:nth-child(2){
  animation-name: bounceAlpha;
  animation-duration:1.4s;
  animation-delay:0.2s;
  animation-iteration-count:infinite;
  animation-timing-function:linear;
}


@media only screen and (max-width: 575px) {
  .arrow:nth-child(2){
  top: 38%;
}
  .back-to-top {
    bottom: 22px;
    right: 21px;
      width: 40px;
      height: 40px;
      line-height: 40px;
  }
  .back-to-top.show {
    bottom: 42px;
    right: 21px;
  }
  .back-to-top.show:hover {
    bottom: 35px;
    right: 21px;
  }
  .arrow {
      top: 20%;
      left: 35%;
  }
  .galler-a {
      height: 300px;
    }
}


.common-page-banner{

    background-image: url("./images/WhatsApp Image 2023-03-06 at 7.53.24 PM.jpeg");
  background-position: center;
  /* background-attachment: fixed; */
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height:45vh;  
 
/* background: transparent; */
z-index: 10;
}
.common-page-banner .bg-layer{
  position: absolute;
  top:0;
  left:0;
  height: 100%;
  width:100%;
  /* background: linear-gradient(90deg, rgba(255,255,255,1) 15%, rgba(166,31,46,0) 82%); */
  background-color: #03030363;
  z-index: -1;
}
.common-page-banner .cp-b-outer{
  position: absolute;
  top: 50%;
  left:10%;
  transform: translateY(-50%);
  
}
.cp-b-outer h4{
  color:white;
  font-size:2.5rem;
  font-weight:600;
  text-transform: uppercase;
}

.cp-b-outer a{
  text-transform: uppercase;
  color:var(--t-c);
  text-decoration: underline;
  transition:0.4s;
  margin-right:10px;
}
.cp-b-outer a:hover{
  color:var(--t-c);
  text-decoration: line-through;
  transition:0.4s;
}
.cp-b-outer h6{
  color:white;
  text-transform: capitalize;
}
.common-p{
  padding:2rem 0;
  margin:2rem 0;
}
.common-p h3{
  color:#002147;
  text-align: center;
  text-transform: uppercase;
  font-size:2.6rem;
}

.common-p p{
  margin:2rem 0;
  letter-spacing: 1;
  line-height: 1.9;
}
.common-p p span{
  font-weight:600;
}

.common-p ul {
  margin:2rem 0;
}
.common-p li {
  list-style:url(./icon/favorite.png);
  line-height: 2.6;
  letter-spacing: 1;
}



.right_conatct_social_icon{
  background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
}
.contact_us{
 /* background-color: #f1f1f1; */
 padding: 60px 0px;
}

.contact_inner{
 background-color: #fff;
 position: relative;
 box-shadow: 20px 22px 44px #cccc;
 border-radius: 25px;
}
.contact_inner .col-md-10{
  min-height: 450px;
}
.contact_inner .info_single i{
  color: var(--t-c);
}
.contact_field{
 padding: 60px 340px 90px 100px;
}
.right_conatct_social_icon{
 height: 100%;
}

.contact_field h3{
color: #000;
 font-size: 40px;
 letter-spacing: 1px;
 font-weight: 600;
 margin-bottom: 10px
}
.contact_field p{
 color: #000;
 font-size: 13px;
 font-weight: 400;
 letter-spacing: 1px;
 margin-bottom: 35px;
}
.contact_field .form-control{
 border-radius: 0px;
 border: none;
 border-bottom: 1px solid #ccc;
}
.contact_field .form-control:focus{
 box-shadow: none;
 outline: none;
 border-bottom: 2px solid #1325e8;
}
.contact_field .form-control::placeholder{
 font-size: 13px;
 letter-spacing: 1px;
}

.contact_info_sec {
 position: absolute;
 background-color: #e9e9e9;
 right: 1px;
 top: 18%;
 height: 340px;
 width: 340px;
 padding: 40px;
 border-radius: 25px 0 0 25px;
}
.contact_info_sec h4{
 letter-spacing: 1px;
 padding-bottom: 15px;
}

.info_single{
 margin: 30px 0px;
}
.info_single i{
 margin-right: 15px;
}
.info_single a{
  text-decoration: none;
  color:#011124 !important;
 font-size: 15px;
 letter-spacing: 1px;
}


button.contact_form_submit {
 background: linear-gradient(to top right, #1325e8 -5%, #8f10b7 100%);
 border: none;
 color: #fff;
 padding: 10px 15px;
 width: 100%;
 margin-top: 25px;
 border-radius: 35px;
 cursor: pointer;
 font-size: 14px;
 letter-spacing: 2px;
}
.socil_item_inner li{
 list-style: none;
}
.socil_item_inner li a{
 color: #fff;
 margin: 0px 15px;
 font-size: 14px;
}
.socil_item_inner{
 padding-bottom: 10px;
}

.map_sec{
 padding: 50px 0px;
}
.map_inner h4, .map_inner p{
 color: #000;
 text-align: center
}
.map_inner p{
 font-size: 13px;
}
.map_bind{
margin-top: 50px;
 border-radius: 30px;
 overflow: hidden;
}



.cursor::after, .cursor::before{
  content:'' ; 
  position: absolute;
  width: 5px;
  height: 5px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: var(--p-c);
  border-radius: 50px;
    z-index:100000;
    /* transition:0.3s; */
    animation: pump 0.4s ease-in-out infinite;

}
.cursor.hover {
  border: 2px solid white;
  background-color:rgba(255, 255, 255, 0.384);
  width: 3.5rem;
  height: 3.5rem;
  opacity:0.7;
  background-size: 100%;
  transition:0.6s;
 

}


.cursor.click {
  width: 0.6rem;
  height: 0.6rem;
  opacity: 0.6;
  transition:0.6s;
}
/*.cursor::before{
  background-color: red;
}*/

/* .cursor.click::before{
  animation: click 0.4s ease-in-out forwards;
}*/

@keyframes pump{
  0%,100%{
    width: 5px;
  height: 5px;
  }
  50%{
    width: 6px;
  height: 6px;
  }
} 



/* .cursor{
  position: absolute;
 
  border: 2px solid var(--s-linear);
  width: 2rem;
  height: 2rem;
  border-radius: 50px;
  transform: translate(-50%, -50%);
  pointer-events: none;
  transition:0.1s;
  z-index:100000;
} */

.cursor {
  /* display: block; */
  width: 0.7rem;
  height: 0.7rem;
  border-radius: 50px;
  /* border: 2px solid red; */
  background-color: var(--p-c);
  position: absolute;
  transform: translate(-50%, -50%);
  z-index: 99999;
  pointer-events: none;
  /* transform: scale(1); */
  opacity: 1;
  transition: background 0.5s ease, transform 0.5s ease, opacity 0.5s ease-out;
  transform-origin: center;

}






@media (max-width:770px) {
  .head3 h1{
    margin: 1rem 0;
  }
  .end-banner img{
    width:100%;
    height: 250px;
  object-fit: cover;
  /* padding: 0 2rem; */
  }
  .eb-link{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 170px;
    width: 100%;
    background-color:var(--t-c)
  }
  .eb-link h1{
    
    color:white;
  }
  .eb-link a{
    font-weight:600;
    font-size:1rem;
  text-decoration: none;
  border-radius: 10px;
  padding: 8px 15px;
  color:white;
  background-color: var(--s-c);
  border:1px solid var(--t-c);
  transition: 0.3s;
  }
  .eb-link a:hover{
    border:1px solid white;
    color:var(--s-c);
  background-color: var(--t-c);
  transition: 0.3s;
  }
  
  .count-bg .col-md-4{
    display: block;
  }
  .count-bg{

    background-image: url(./images/slider1.jpeg);
    background-position: center;
    background-attachment: fixed;
    height:auto;
  padding:70px 0;
    z-index: 9;
    position: relative;
  }
  .bottom-banner:hover{
    transform: scale(1);
    box-shadow: 0px 0px 2px 0px rgba(150, 149, 149, 0.75);
    z-index: 11000;
    transition:0.3s;
  }
  .carousel-item img {
    height: auto;
    object-fit: cover;
}
.bottom-banner a{
  text-decoration: none;
display: flex;
justify-content: space-between;
}
.bottom-banner{
  padding:22px 23px;
  margin-top:1.2rem;
}

.head1 img{
  margin-top: 2rem;
  
}

footer .col-md-3 {
  margin-top:1.7rem;
}
}


