@import url("https://fonts.googleapis.com/css2?family=Alegreya+Sans:ital,wght@0,100;0,300;0,400;0,500;0,700;0,800;0,900;1,100;1,300;1,400;1,500;1,700;1,800;1,900&display=swap");
* {
  margin: 0;
  padding: 0;
}

html {
  font-size: 62.5%;
}

body {
  font-family: "Alegreya Sans", serif;
  font-weight: 300;
  font-size: 16px;
}

.alegreya-sans-light {
  font-family: "Alegreya Sans", serif;
  font-weight: 300;
  font-style: normal;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  max-width: 100%;
}

.site_head .top-header {
  padding: 10px 0;
  background-color: #3a7fc5;
}
.site_head .top-header .inner {
  display: flex;
  align-items: center;
  gap: 10px;
}
.site_head .top-header .logo img {
  width: 90px;
}
.site_head .top-header h1 {
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  text-shadow: -3px 2px #002147;
  text-align: center;
}
.site_head .top-header .ttl-beng h3 {
  font-size: 20px;
  font-weight: 500;
  color: #000;
  text-shadow: 0px 1 #002147;
  text-align: center;
  margin-top: 9px;
  box-shadow: 0 0 4px 2px #002147;
  background: #fff;
  padding: 5px;
}
@-webkit-keyframes glow {
  from {
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff;
  }
  to {
    text-shadow: 0px 0px 20px #fff, 0px 0px 20px #fff;
  }
}
@keyframes glow {
  from {
    text-shadow: 0px 0px 5px #fff, 0px 0px 5px #fff;
  }
  to {
    text-shadow: 0px 0px 20px #fff, 0px 0px 20px #fff;
  }
}
.site_head .top-header .listing .contact-list a {
  display: inline-flex;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  margin-left: 5px;
  padding: 5px;
  background-color: #002147;
  color: #fff;
  transition: all 0.3s;
}
.site_head .top-header .listing .contact-list a:hover {
  background-color: #002147;
  color: #fff;
  box-shadow: none;
}
.site_head .top-header .listing .contact-list a i {
  padding: 5px 6px;
  border-radius: 50%;
  margin-right: 5px;
  color: #fff;
  transition: all 0.3s;
}
.site_head .top-header .listing .social-list {
  margin-top: 10px;
}
.site_head .top-header .listing .social-list a {
  display: inline-block;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  margin-left: 10px;
  background-color: #002147;
  border-radius: 50%;
  transition: all 0.3s;
}
.site_head .top-header .listing .social-list a:hover {
  background-color: #fff;
  color: #002147;
}
.site_head .top-header .listing .social-list a i {
  padding: 6px 6px;
}
.site_head .top-header .listing .social-list a .fa-facebook-f {
  padding: 5px 8px;
}
.site_head .menu {
  background-color: #002147;
}
.site_head .menu .dropdown-menu {
  -webkit-animation: slideDown 400ms linear;
  animation: slideDown 400ms linear;
}
@-webkit-keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
@keyframes slideDown {
  0% {
    opacity: 0;
    transform: translateY(-60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.site_head .menu nav {
  padding: 0;
}
.site_head .menu .dropdown-item {
  color: #000;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}
/*.site_head .menu .dropdown-item:before {
    font-family: FontAwesome;
    display: inline-block;
    padding-right: 5px;
    vertical-align: middle;
    content: "\f105";
    position: absolute;
    left: 5px;
    color: #000;
}*/
.site_head .menu .navbar-nav .nav-link {
  color: #fff;
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  padding: 10px 0;
  padding-right: 30px;
}
.site_head .menu .dropdown-menu {
  padding: 0;
}
.site_head .menu .dropend .dropdown-toggle {
  margin-left: 1em;
}
.site_head .menu .dropdown-item:hover {
  background-color: #002147;
  color: #fff;
  white-space: break-spaces !important;
}
.site_head .menu .dropdown-item {
  white-space: break-spaces !important;
  border-bottom: 1px solid #002147;
}

@media screen and (min-width:991px){
    .site_head .menu .dropdown .dropdown-menu {
      display: none;
      width: 300px;
    }
}
.site_head .menu .dropdown:hover > .dropdown-menu,
.site_head .menu .dropend:hover > .dropdown-menu {
  display: block;
  margin-top: 0.125em;
  margin-left: 0.125em;
}
@media screen and (min-width: 769px) {
  .site_head .menu .dropend:hover > .dropdown-menu {
    position: absolute;
    top: 0;
    left: 100%;
  }
  .site_head .menu .dropend .dropdown-toggle {
    margin-left: 0.5em;
  }
}

.banner .carousel img {
  height: 450px;
  -o-object-fit: cover;
     object-fit: cover;
}
.banner .carousel-control-next,
.banner .carousel-control-prev {
  opacity: 1;
}
.banner .carousel-control-next-icon,
.banner .carousel-control-prev-icon {
  display: inline-block;
  width: 4rem;
  height: 4rem;
}

.about-us {
  padding: 50px 0;
  background-color: #e2e2e2;
}
.about-us .inner h2 {
  font-size: 35px;
  color: #002147;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
}
.about-us .inner h2::before {
  content: "";
  position: absolute;
  width: 130px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #002147;
}
.about-us .inner h2::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #002147;
  right: -19px;
  bottom: -6px;
}
.about-us .inner-box .img {
  overflow: hidden;
  float: left;
}
.about-us .inner-box img {
  width: 400px;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 7px 10px 0 0;
  box-shadow: -2px 5px 3px 1px #002147;
  transition: all 0.3s;
}
.about-us .inner-box img:hover {
  transform: scale(1.1);
}
.about-us .inner-box p {
  font-size: 16px;
  color: #000;
  font-weight: 500;
  text-align: justify;
}
.about-us .right-box {
  margin-top: 70px;
  overflow: hidden;
}
.about-us .right-box h2 {
  text-align: center;
  background-color: #002147;
  font-size: 25px;
  color: #fff;
  padding: 10px;
}
.about-us .right-box .gall {
  height: auto;
  width: 100%;
  /*-o-object-fit: cover;*/
  /*   object-fit: cover;*/
  transition: all 0.3s;
}
@media screen and (min-width:991px){
    .about-us .right-box .gall {
      height: 350px;
    }
}
.about-us .right-box .gall:hover {
  transform: scale(1.1);
}
.about-us .right-box .arrow {
  width: 60px;
  margin: 10px 0;
  -webkit-animation: mover 1s infinite alternate;
          animation: mover 1s infinite alternate;
}
@-webkit-keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
@keyframes mover {
  0% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(-10px);
  }
}
.about-us .right-box h3 a {
  font-size: 18px;
  background-color: #fff;
  padding: 10px;
  animation: colourchange 2s ease infinite;
  -webkit-animation: colourchange 2s ease infinite;
  display: inline-block;
  box-shadow: 0 0 4px 2px #002147;
}
@keyframes colourchange {
  0% {
    color: #fff;
    background-color: #ea4335;
  }
  25% {
    color: #000;
    background-color: #fbbc05;
  }
  50% {
    color: #fff;
    background-color: #4285f4;
  }
  75% {
    color: #fff;
    background-color: #34a853;
  }
  100% {
    color: #fff;
    background-color: #ea4335;
  }
}
@-webkit-keyframes colourchange

            /* Safari and Chrome - necessary duplicate */ {
  0% {
    color: #fff;
    background-color: #ea4335;
  }
  25% {
    color: #000;
    background-color: #fbbc05;
  }
  50% {
    color: #fff;
    background-color: #4285f4;
  }
  75% {
    color: #fff;
    background-color: #34a853;
  }
  100% {
    color: #fff;
    background-color: #ea4335;
  }
}

.footer {
  background-color: #002147;
  padding: 20px 0;
}
.footer .top-footer h3 {
  font-size: 25px;
  color: #fff;
  padding-bottom: 0;
  border-bottom: 2px solid #6c757d;
  margin-bottom: 10px;
}
.footer .top-footer p {
  color: #fff;
  font-weight: 500;
  letter-spacing: 1px;
  text-align: justify;
  font-size: 13px;
}
.footer .top-footer ul li a {
  display: block;
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}
.footer .top-footer .links-q li {
  position: relative;
  padding-left: 15px;
}
.footer .top-footer .links-q li::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  content: "\f105";
  position: absolute;
  left: 0;
  color: #fff;
}
.footer .top-footer .inn {
  padding-left: 30px;
}
.footer .top-footer .social-list {
  margin-top: 10px;
}
.footer .top-footer .social-list a i {
  font-size: 16px;
  color: #fff;
  display: inline-block;
  margin-right: 10px;
}

.copy-txt {
  text-align: center;
  background-color: #000;
  padding: 10px;
}
.copy-txt p {
  color: #fff;
  font-size: 16px;
}

.archive .image {
  position: relative;
}
.archive .image img {
  width: 100%;
  height: 300px;
  -o-object-fit: cover;
     object-fit: cover;
}
.archive .image .tittle {
  text-align: center;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  font-size: 35px;
  color: #fff;
  font-weight: 500;
  z-index: 1;
  text-shadow: 4px 2px #002147;
  background: rgba(18, 15, 15, 0.4509803922);
  padding: 5px;
}
.archive .image .overlay {
  position: absolute;
  width: 100%;
  height: 300px;
  background-color: rgb(0 33 71 / 14%);
  left: 0;
  top: 0;
}

.inner-menu {
  padding: 50px 0;
}
.inner-menu .sidebar {
  background-color: #002147;
  padding: 10px;
}
.inner-menu .sidebar h2 {
  font-size: 25px;
  text-align: center;
  color: #fff;
}
.inner-menu .sidebar nav ul li a {
  display: block;
  margin: 10px 0;
  padding: 5px;
  font-size: 20px;
  color: #fff;
  padding-left: 30px;
  font-weight: 500;
  position: relative;
  box-shadow: 2px -2px 4px 0 #ededed;
  border-bottom: 1px solid #fff;
}
.inner-menu .sidebar nav ul li a::before {
  font-family: FontAwesome;
  display: inline-block;
  padding-right: 6px;
  vertical-align: middle;
  content: "\f101";
  position: absolute;
  left: 5px;
}

.gallery_sec {
  width: 100%;
  padding: 50px 0;
  background-color: #e2e2e2;
}

.gallery_sec img {
  width: 100%;
  margin-bottom: 30px;
  height: 250px;
  -o-object-fit: cover;
     object-fit: cover;
}
.photo-caption-area h3{
  font-size: 25px;
  font-weight: 600;
  color: #000;
  font-style: italic;
}
.photo-caption-area p{
  font-size: 20px;
  /* font-style: italic; */
  color: #000;
  font-weight: 400;
}

.gallery_sec a {
  position: relative;
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.gallery_sec a::before {
  position: absolute;
  content: "";
  width: 30px;
  height: 30px;
  background: none;
  background-size: contain;
  background-repeat: no-repeat;
  top: 45%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.gallery_sec img {
  transition: 0.3s ease-in-out;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -ms-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
}

.gallery_sec a:hover img {
  position: relative;
  width: 100%;
}

.gallery_sec a:hover img {
  opacity: 0.2;
}

.gallery_sec a:hover::before {
  position: absolute;
  content: "";
  width: 50px;
  height: 50px;
  background: url(https://i.ibb.co/3fMkjjF/Resize.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 99;
}

.contact-us {
  padding: 50px 0;
  background-color: #e2e2e2;
}
.contact-us .rinner {
  background-color: #fff;
  padding: 10px;
}
.contact-us .rinner .contact-tittle {
  font-size: 35px;
  color: #002147;
  position: relative;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
}
.contact-us .rinner .contact-tittle::before {
  content: "";
  position: absolute;
  width: 150px;
  height: 3px;
  left: 6px;
  bottom: 0;
  background-color: #002147;
}
.contact-us .rinner .contact-tittle::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #002147;
  right: -3px;
  bottom: -6px;
}
.contact-us .rinner P {
  font-weight: 500;
  color: #000;
  font-size: 17px;
  padding-top: 5px;
}
.contact-us .lft-box{
    
}
.contact-us h3 {
     font-size: 35px;
    font-weight: 600;
    color: #002147;
    margin: 0 0 20px 0; 
    text-align: center;
}
.contact-us .form-area input,
.contact-us .form-area textarea {
  font-size: 16px;
  font-weight: 500;
  padding: 8px;
}
.contact-us .form-area .submit {
  font-size: 20px;
  font-weight: 500;
  background-color: #002147;
}

.editor {
  padding: 50px 0;
  background-color: #e2e2e2;
}
.editor .inner {
  display: flex;
  align-items: center;
}
.editor .inner .img {
  border: 5px solid #002147;
  box-shadow: inset 1px 1px 3px rgba(0, 0, 0, 0.3), 1px 1px 2px rgba(0, 0, 0, 0.2), 40px 35px 70px -10px rgba(0, 0, 0, 0.5), -20px -20px 100px -10px rgba(165, 47, 47, 0.3);
  position: relative;
  /* padding: 10px; */
  overflow: hidden;
  border-radius: 50%;
}
.editor .inner .img img {
  width: 270px;
  height: 270px;
  -o-object-fit: cover;
     object-fit: cover;
}
.editor .text-edt p {
  background-color: #fff;
  color: #000;
  padding: 10px;
  font-size: 18px;
  font-weight: 400;
  box-shadow: 0 0 7px 3px #002147;
  display: inline-block;
  transform: skew(-5deg);
  position: relative;
}
.editor .text-edt p span {
  color: #002147;
  font-weight: 600;
}
.editor .text-edt p::before {
  content: "";
  position: absolute;
  background-color: #002147;
  width: 10px;
  height: 75px;
  left: -10px;
  top: 0;
}
.editor .edition-box {
  margin-top: 20px;
  box-shadow: 0 0 3px 1px #002147;
  padding: 10px;
  text-align: center;
  background-color: #fff;
}
.editor .edition-box img {
  height: 350px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: top;
     object-position: top;
}
.editor .edition-box h3 {
  background-color: #002147;
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  padding: 5px 0;
  font-style: italic;
}
.editor .founder {
  background-color: #fff;
  margin-top: 20px;
  padding: 10px;
  border-left: 5px solid #002147;
  transform: skew(-5deg);
}
.editor .founder h3 {
  font-size: 30px;
  color: #002147;
  font-weight: 600;
}
.editor .founder p {
  font-weight: 400;
  color: #000;
  text-align: justify;
}

.website-counter {
  background-color: rgba(0, 0, 0, 0.42);
  padding: 5px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 3px;
}

/* Styles for reset button */
#reset {
  margin-top: 20px;
  background-color: #008cba;
  cursor: pointer;
  font-size: 18px;
  padding: 8px 20px;
  color: white;
  border: 0;
}

.page-viewer {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-top: 10px;
  background: hsl(216deg, 90%, 43%);
  padding: 5px;
  transform: skew(-5deg);
  box-shadow: 3px 3px 0 0 rgba(255, 255, 255, 0.568627451);
}

.viewer-tittle p {
  font-size: 16px !important;
  font-weight: 500 !important;
}

.news-events {
  padding: 50px 0;
  background-color: #e2e2e2;
}
.news-events .inner {
  padding: 10px;
  background-color: #fff;
}
.news-events .inner p {
  font-weight: 400;
  padding-top: 5px;
  font-size: 18px;
  color: #002147;
}
.news-events .inner h2 {
  font-size: 30px;
  color: #002147;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  text-transform: capitalize;
}
.news-events .inner h2::before {
  content: "";
  position: absolute;
  width: 178px;
  height: 3px;
  left: 0;
  bottom: 0;
  background-color: #002147;
}
.news-events .inner h2::after {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid #002147;
  right: -19px;
  bottom: -6px;
}

@media screen and (max-width: 326px) {
  .site_head .top-header h1 {
    font-size: 23px;
  }
  .ttl-beng img{
      width: 180px!important;
  }
  .site_head .menu nav {
    padding: 10px;
  }
  .site_head .top-header .logo img {
    width: 55px;
  }
  .contact-list {
    margin-top: 10px;
  }
  .site_head .top-header .listing .contact-list a {
    font-size: 15px;
  }
  .site_head .top-header .listing .social-list a {
    font-size: 15px;
  }
  .banner .carousel img {
    height: 300px;
  }
  .about-us .inner-box img {
    width: 97%;
    height: 208px;
  }
  .gallery_sec {
    padding: 20px 0;
  }
  .contact-us {
    padding: 20px 0;
  }
  .footer .top-footer .inn {
    padding-left: 10px;
  }
  .footer .top-footer h3 {
    margin-top: 10px;
  }
  .ttl-beng {
    text-align: center;
  }
  .site_head .top-header .ttl-beng h3 {
    display: inline-block;
    font-size: 16px;
  }
  .editor .col-lg-3, .editor .col-lg-9 {
    padding: 0 10px !important;
  }
  .editor .text-edt p::before {
    position: relative;
  }
  .editor .inner {
    justify-content: center;
  }
  .editor .text-edt p {
    font-size: 16px;
  }
  .site_head .menu .dropdown-menu {
    -webkit-animation: unset;
    animation: unset;
  }
}
@media screen and (min-width: 327px) and (max-width: 376px) {
  .site_head .top-header h1 {
    font-size: 26px;
  }
  .site_head .menu nav {
    padding: 10px;
  }
  .site_head .top-header .logo img {
    width: 55px;
  }
  .contact-list {
    margin-top: 10px;
  }
  .site_head .top-header .listing .contact-list a {
    font-size: 16px;
  }
  .site_head .top-header .listing .social-list a {
    font-size: 16px;
  }
  .banner .carousel img {
    height: 300px;
  }
  .about-us .inner-box img {
    width: 97%;
    height: 208px;
  }
  .gallery_sec {
    padding: 20px 0;
  }
  .contact-us {
    padding: 20px 0;
  }
  .about-us {
    padding: 20px 0;
  }
  .about-us .right-box {
    margin-top: 20px;
  }
  .footer .top-footer .inn {
    padding-left: 10px;
  }
  .footer .top-footer h3 {
    margin-top: 10px;
  }
  .ttl-beng {
    text-align: center;
  }
  .site_head .top-header .ttl-beng h3 {
    display: inline-block;
    font-size: 16px;
  }
  .editor .col-lg-3, .editor .col-lg-9 {
    padding: 0 10px !important;
  }
  .editor .text-edt p::before {
    position: relative;
  }
  .editor .inner {
    justify-content: center;
  }
  .editor .text-edt p {
    font-size: 16px;
  }
  .site_head .menu .dropdown-menu {
    -webkit-animation: unset;
    animation: unset;
  }
}
@media screen and (min-width: 377px) and (max-width: 426px) {
  .site_head .top-header h1 {
    font-size: 27px;
  }
   .ttl-beng img{
      width: 180px!important;
  }
  .site_head .menu nav {
    padding: 10px;
  }
  .footer .top-footer .inn {
    padding-left: 10px;
  }
  .site_head .top-header .logo img {
    width: 60px;
  }
  .contact-list {
    margin-top: 10px;
  }
  .site_head .top-header .listing .contact-list a {
    font-size: 16px;
  }
  .site_head .top-header .listing .social-list a {
    font-size: 16px;
  }
  .banner .carousel img {
    height: 300px;
  }
  .about-us .inner-box img {
    width: 97%;
    height: 208px;
  }
  .gallery_sec {
    padding: 20px 0;
  }
  .contact-us {
    padding: 20px 0;
  }
  .about-us {
    padding: 20px 0;
  }
  .about-us .right-box {
    margin-top: 20px;
  }
  .footer .top-footer h3 {
    margin-top: 10px;
  }
  .ttl-beng {
    text-align: center;
  }
  .site_head .top-header .ttl-beng h3 {
    display: inline-block;
    font-size: 16px;
  }
  .site_head .menu .dropdown-menu {
    -webkit-animation: unset;
    animation: unset;
  }
  .editor .col-lg-3, .editor .col-lg-9 {
    padding: 0 10px !important;
  }
  .editor .text-edt p::before {
    position: relative;
  }
  .editor .inner {
    justify-content: center;
  }
  .editor .text-edt p {
    font-size: 16px;
  }
}