@import url("https://fonts.googleapis.com/css2?family=Titillium+Web:ital,wght@0,200;0,300;0,400;1,200&display=swap");

@import url("https://fonts.googleapis.com/css2?family=Ubuntu+Condensed&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}

body {

  font-family: "Ubuntu Condensed", sans-serif;
}

h3 {
  font-family: "Ubuntu Condensed", sans-serif !important;
 
}
.logo-head {
  display: flex;
  background-color: #e3e6e8;
  justify-content: space-evenly;
  align-items: center;
}

.logo-head ul {
  display: flex;
  justify-content: space-between;
}
.logo-head li {
  padding-right: 25px;
}

.log {
  width: 100%;
  /* position: absolute; */
}

.logo-head ul {
  font-size: 20px;
}

.logo-head h4 {
  color: black;
  font-weight: 600;
}

.blink {
  padding-top: 10px;
  animation: blinker 1s linear infinite;
}
.blink a {
  color: #343689;
  font-weight: bolder;
}

@keyframes blinker {
  50% {
    opacity: 0;
    /* width: 100%; */
  }
}
.mynav {
  border-bottom: 5px solid #f8e84e;
  position: relative;
  z-index: 888888;
}

/* bootstrap nav custom */
.dropdown:hover > .dropdown-menu {
  display: block;
}
.navbar-light .navbar-nav .nav-link:hover {
  /* color: red !important; */
  color: #e37764 !important;
}
#naver {
  padding: 0;
}

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-nav .nav-link {
    padding: 25px;
  }
}

/* yellow section */
.welcome {
  background-color: #f8e84e;
  padding: 40px 0px;
}
#yellowbox {
  border: 5px solid white;
  /* padding: 50px; */
}
.wel-cnt {
  position: relative;
}
.wel-cnt h3 {
  max-width: 53%;
  position: absolute;
  top: -27px;
  right: 24px;
  color: #2a3b4b;
  font-size: 33px;

  background-color: #f8e84e;
  padding: 0px 10px;
}
.wel-cnt p {
  padding: 20px;
  font-size: 20px;
  color: #2a3b4b;
}

/* NEWS EVENTS */
.news-events {
  background-color: #efefef;
  padding: 0px;
  padding-bottom: 30px;
  padding: 30px 0px;
}
.news-scroll {
  background-color: white;
  min-height: 250px;
}
.news-scroll marquee {
  padding: 0px 40px;
}
.news-scroll marquee li {
  padding-bottom: 10px;
}

.marq > span a {
  color: #16214e;
}
.news-scroll h5 {
  background-color: #293a4a;
  padding: 10px;
  color: white;
  font-weight: 600;
}
.scro li a {
  color: #e37764;
  /* font-size: 25px; */
}
.news-events span {
  color: #e37764;
}
.about-cnt p {
  font-family: "Titillium Web", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.5px;
  text-align: justify;
  color: black;
}

.about-cnt h5 {
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 33px;
  color: #16214e;
  font-weight: 600;
  
}

/* our srevice information */
.our-service {
  color: #16214e;
  padding-top: 30px;
}
#ourservice{
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 33px;
  font-weight: 600;
}
.our-service span {
  color: #e37764;
}
.media-heading {
  color: #e37764;
}
.our-service .media{
  display: flex;
  align-items: center;
}
.our-service .media .hi-icon-wrap{
  padding: 0px;
}
/* important persons */
.import-person {
  background-color: #efefef;
  padding: 30px 0px;
  color: #16214e;
}
.import-caption h3{
  font-family: "Ubuntu Condensed", sans-serif;
  font-size: 33px;
  font-weight: 600;
}
.import-caption span {
  color: #e37764;
}
.import-img {
  display: flex;
  justify-content: space-evenly;
}
.import-img img {
  width: 80%;
  opacity: 1;
  transition: transform 1s ease;
}
.imgbox {
  padding-right: 10px;
  flex-basis: 20%;
  flex-grow: 0;
  flex-shrink: 0;
}

/* zoom effect on image hover */
.imgbox img:hover {
  transform: scale(1.1);

  opacity: .8;
}

/* form section */
.form-sub {
  background-color: #f8e84e;
  padding: 30px 0px;
}
.form-sub h3 {
  color: #16214e;
}
input {
  background: none;

  padding: 5px;
  border: 1px solid rgb(65, 186, 223);
  outline: none;
}

input[type="email"] {
  width: 85%;
  color: white;
  
  font-size: 25px;
  font-weight: 900;
}
input[type="button"] {
  color: black;
  background-color: white;
  border: none;
  margin-left: 30px;
  cursor: pointer;
  font-size: 25px;
  font-weight: 900;
}
::placeholder {
  color: white;
}

input[type="email"]:hover {
  -webkit-box-shadow: 0px 10px 13px -7px #000000,
    3px 3px 23px 6px rgba(34, 215, 255, 0.37);
  box-shadow: 0px 10px 13px -7px #000000,
    3px 3px 23px 6px rgba(34, 215, 255, 0.37);
  transition: 0.5s ease;
}
#bt-sub:hover {

  background-color: black;
  color: white;
  transition: ease-in-out 0.1s;
}
/* footer */

.footer {
  background-color: #161616;
  color: #868686;
  position: relative;
}
.rhombus {
  position: absolute;
  clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  background-color: #eb5425;
  width: 65px;
  height: 65px;
  left: 47%;
  top: -32px;
  cursor: pointer;
}
.rhombus span {
  padding: 0px 18px;
  line-height: 51px;
  font-size: 33px;
  color: white;
  scroll-behavior: smooth;
}

.menu-foot ul {
  display: flex;
  justify-content: space-evenly;
}
.menu-foot ul li a {
  text-decoration: none;
}
.menu-foot ul li a:hover {
  color: #eb5425;
}
#cks span {
  color: #eb5425;
  font-weight: bold;
}

.social-icons {
  color: #868686;
  display: flex;
  justify-content: center;

}
.social-icons ul li {
  border-radius: 10px;
  border: 1px solid grey;
  background-color: yellow;
}

.social-icons li {
  width: 40px;
  height: 40px;

  border: 18px;

  border-radius: 20px;

  font-size: 20px;
  padding: 4px 12px;
  border: 1px solid #868686;
  margin-right: 15px;
}
.social-icons li:hover {
  background-color: #eb5425;
}

#youtube {
  padding: 4px 9px;
}

#orenge {
  color: #eb5425;
}
.social-icons::before {
  position: absolute;
  content: "";
  width: 40%;
  background-color: #868686;
  height: 1px;
  left: 0;
  top: 21px;
}

.social-icons::after {
  position: absolute;
  content: "";
  width: 41%;
  background-color: #868686;
  height: 1px;
  right: 0;
  top: 21px;
}

@media (max-width: 767px) {
  .rhombus {
    left: 40%;
  }
  .social-icons::after {
    width: 20%;
  }
  .social-icons::before {
    width: 15%;
  }
  input[type="email"] {
    width: 100%;
  }
  .import-img {
    flex-direction: column;
  }
  .logo-head {
    flex-direction: column;
  }
  .logo-head h4 {
    padding-top: 10px;
    font-size: 23px;
  }
  input[type="email"] {
    font-size: 24px;
    font-weight: 300;
  }
  .top-button {
    display: none;
  }
  input[type="button"] {
    margin-left: 0;
    margin-top: 10px;
  }
  
  .news-scroll h5 {
    text-align: center;
  }
  .wel-cnt h3 {
    max-width: 100%;

    top: -10px;

    font-size: 17px;
    font-weight: bold;
    right: 0;
    padding: 0 3px;

  }

  .wel-cnt p {
    padding: 20px;
    font-size: 15px;

    text-align: justify;
  }
  .log{
    width: 100%;
  }
  .logo-head ul {
    font-size: 13px;
}
.gallery-slider{
  padding: 5px 0;
}
.about-cnt{
  padding-top: 10px;
}
  
}

@media (min-width:768px) and (max-width:1024px){

  .news-events {
 
    padding: 15px 0px;
}
.our-service .media {


display: block;
}
.gallery-slider{
  padding: 5px 0;
}
input[type="button"] {
  margin-left: 0;
  margin-top: 10px;
}

}
.paginationdiv 
{
  text-align: center;
}
.paginationdiv ul{
  display: inline-block;
}
.paginationdiv ul li{
  display: inline-block;
}
/* .main-button {
  transform: rotate(270deg);
  position: fixed;
text-decoration: none!important;
  font-weight: 400;
  top: 44%;
  right: -146px;
  z-index: 33;
  background-color: #eb5425;
  border-color: #ff6a00;
  font-size: 16px;
  padding: 3px 13px;
  border: solid 1px #16214e;
  color: white;
  line-height: 1.5;
  letter-spacing: 1.68px;
  border-radius: 12px 12px 0px 0px;
} */
.navbar-toggler {
    padding: .25rem .75rem;
    font-size: 1.25rem;
    line-height: 1;
    background-color: transparent;
    border: 1px solid transparent;
    border-radius: .25rem;
    float: right;
    left: 0;
    right: 0;
    margin: auto;
}
@media only screen and (max-width: 600px) {
  .our-service .media {
    display: block;
    /* align-items: center; */
}}
/* .main-button {

  top: 53%; */



/******************************************** important links *********************************************/

.importance-link {
  display: flex;
  background: linear-gradient(left, #93cede 0%, #75bdd1 41%, #49a5bf 100%);
  justify-content: center;
  position: relative;
    z-index: 2;
}

.button {
  display: flex;
  background-color: rgba(8, 19, 38, 0.8);
  border-radius: 28px;
  position: fixed;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.button__expand {
  background: linear-gradient(90deg, #fea444, #fc6539);
  width: 56px;
  height: 56px;
  right: 5px;
  bottom: 5%;
}

.button-normal {
  color: white;
  will-change: auto;
  width: 48px;
  height: 48px;
  right: 9px;
  background-color: rgba(8, 19, 38, 0.8);
  border-radius: 28px;
  box-sizing: border-box;
  bottom: 5%;
  transition: bottom 200ms ease;
}

.active .button-1 {
  bottom: 90px;
}

.active .button-2 {
  bottom: 142px;
}

.active .button-3 {
  bottom: 194px;
}

.active .button-4 {
  bottom: 246px;
}

.button__text {
  display: none;
  overflow: hidden;
  white-space: nowrap;
  padding: 0 10px;
  color: white;
}

.button__group {
  background: red;
}

.button-normal:hover {
  width: unset;
  padding-right: 13px;
  padding-left: 10px;

  animation-duration: 300ms;
}
.button-normal:hover .button__text {
  display: unset;
}

@keyframes width {
  0% {
    width: 64px;
  }
  50% {
    width: 88px;
  }
  100% {
    width: unset;
  }
}
