* {
    padding: 0px;
    margin: 0px;
    box-sizing: border-box;
}




/* nav1 */
.nav1 {
    background: #0d485d;
    /* font-size: 16px; */
    text-align: center;
    color: white;
    text-decoration: none;
    height: 35px;
    padding-top: 8px;
}

.nav1 h4 {
    font-size: 18px;
}




.navbar {
    position: relative;
    display: flex;
    padding: 10px;
    background-color: white;
    justify-content: space-around;
    align-items: center;
    box-shadow: 7px 5px 15px -4px rgba(0, 0, 0, 0.75);
    /* -webkit-box-shadow: 7px 5px 15px -4px rgba(0, 0, 0, 0.75); */
    /* -moz-box-shadow: 7px 5px 15px -4px rgba(0, 0, 0, 0.75); */
}

.nav-items>ul>li {
    position: relative;
    display: inline;
    list-style: none;
    margin: 10px;
    padding: 10px 20px;
    cursor: pointer;
}

.nav-items>ul>li>a {
    color: black;
    text-decoration: none;
}

.nav-items>ul>li::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 0.17rem;
    background-color: #0d485d;
    left: 0;
    bottom: 0;
    transform-origin: 0% 100%;
    transform: scaleX(0);
    transition: transform 0.3s ease;
    z-index: 1000;
}

.nav-items>ul>li:hover::after {
    transform: scaleX(1);
}

.nav-logo a,
.nav-button a {
    color: white;
    list-style: none;
    text-decoration: none;
    display: flex;
}

.nav-logo {
    font-size: 32px;
}

.nav-button {
    background-color: #0d485d;
    border-radius: 50px;
    position: relative;
    display: inline-block;
    overflow: hidden;
    cursor: pointer;
}

.anim-layer {
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background-color: white;
    transition: width 0.3s ease, left 0.3s ease;
}

.nav-button:hover .anim-layer {
    width: 100%;
    left: 0;
}

.nav-button:hover a {
    color: #141214;
}

.nav-button a {
    display: block;
    padding: 10px 20px;
    color: white;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

#hamburger-menu,
#mobile-menu {
    display: none;
    color: #0d485d;
}

@media only screen and (max-width: 770px) {
    #mobile-menu {
        background-color: #0d485d;
        width: 100%;
        height: 100vh;
        position: fixed;
        top: 0;
        left: 0;
        display: none;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        transition: transform 0.3s ease;
        transform: translateX(-100%);
        z-index: 1000;
    }

    .mobile-nav-items>ul {
        padding: 0px;
    }

    .mobile-nav-items>ul>li {
        text-align: center;
        position: relative;
        list-style: none;
        margin: 10px;
        padding: 10px 20px;
        cursor: pointer;
    }

    .mobile-nav-items>ul>li>a {
        color: white;
        text-decoration: none;
    }

    .mobile-nav-items>ul>li::after {
        content: "";
        position: absolute;
        width: 100%;
        height: 0.17rem;
        background-color: white;
        left: 0;
        bottom: 0;
        transform-origin: 0% 100%;
        transform: scaleX(0);
        transition: transform 0.3s ease;
    }

    .mobile-nav-items>ul>li:hover::after {
        transform: scaleX(1);
    }

    .mobile-nav-button {
        background-color: #141214;
        border-radius: 50px;
        position: relative;
        display: inline-block;
        overflow: hidden;
        cursor: pointer;
    }

    .mobile-nav-button .anim-layer {
        position: absolute;
        top: 0;
        left: 50%;
        width: 0;
        height: 100%;
        background-color: white;
        transition: width 0.3s ease, left 0.3s ease;
    }

    .mobile-nav-button:hover .anim-layer {
        width: 100%;
        left: 0;
    }

    .mobile-nav-button:hover a {
        color: #141214;
    }

    .mobile-nav-button a {
        display: block;
        padding: 10px 20px;
        color: white;
        text-decoration: none;
        position: relative;
        z-index: 1;
    }

    .nav-items>ul,
    .nav-button {
        display: none;
    }

    #hamburger-cross {
        display: block;
        color: white;
        cursor: pointer;
        font-size: 40px;
        position: absolute;
        top: 20px;
        right: 26px;
    }

    #hamburger-menu {
        display: block;
        color: #0d485d;
        cursor: pointer;
        font-size: 24px;
    }
}


/* main head */

.pro h1 {
    margin: 2% auto;
    font-family: 'Cinzel', serif;
    font-size: 65px;
    color: #CD6C5E;
    text-align: center;
}



/* Responsive styles */
@media (max-width: 768px) {
    .pro h1 {
        font-size: 28px;
    }

}

@media (max-width: 480px) {
    .pro h1 {
        font-size: 24px;
        /* margin-top: 8%; */
    }

}







/* Base Styles */
.about {
    padding-left: 55%;
    margin-top: 4%;
}

.about img {
    height: 95vh;
    max-width: 100%;
    /* Ensure the image doesn't overflow */
    object-fit: cover;
    /* Adjusts the image to cover the container */
}

.head {
    margin-left: 10%;
    width: 40%;
    margin-top: -33%;
}

.head h1 {
    font-family: 'Cinzel', serif;
    line-height: 1.2;
    font-size: 60px;
    color: #CD6C5E;
}

.head h5 {
    font-size: 15px;
    color: #0d485d;
    width: 78%;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .about {
        padding-left: 50%;
        margin-top: 5%;
    }

    .head {
        margin-left: 8%;
        width: 40%;
        margin-top: -30%;
    }

    .head h1 {
        font-size: 50px;
    }

    .head h5 {
        font-size: 14px;
    }
}

@media screen and (max-width: 992px) {
    .about {
        padding-left: 40%;
        margin-top: 6%;
    }

    .about img {
        height: 80vh;
    }

    .head {
        margin-left: 7%;
        width: 45%;
        margin-top: -25%;
    }

    .head h1 {
        font-size: 45px;
    }

    .head h5 {
        font-size: 13px;
    }
}

@media screen and (max-width: 768px) {
    .about {
        padding-left: 30%;
        margin-top: 8%;
    }

    .about img {
        height: 70vh;
    }

    .head {
        margin-left: 5%;
        width: 50%;
        margin-top: -20%;
    }

    .head h1 {
        font-size: 40px;
    }

    .head h5 {
        font-size: 12px;
    }
}

@media screen and (max-width: 576px) {
    .about {
        padding-left: 0;
        margin-top: 10%;
        text-align: center;
        /* Center content for small screens */
    }

    .about img {
        height: 60vh;
        width: 100%;
        /* Ensure full width on small screens */
    }

    .head {
        margin: 0 auto;
        width: 80%;
        margin-top: -15%;
    }

    .head h1 {
        font-size: 35px;
    }

    .head h5 {
        font-size: 11px;
    }
}

@media screen and (max-width: 400px) {
    .about img {
        height: 50vh;
    }

    .head {
        width: 90%;
        /* margin-top: -10%; */
    }

    .head h1 {
        font-size: 30px;
    }

    .head h5 {
        font-size: 10px;
    }
}










/* Base Styles */
.start {
    margin-top: 25%;
    width: 30%;
    margin-left: 10%;
}

.start h2 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    line-height: 1.2;
    font-size: 40px;
    color: #CD6C5E;
}

.start h5 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 20px;
    width: 130%;
    color: #0d485d;
}

.abimg {
    margin-left: 50%;
    margin-top: -40%;
}

.abimg img {
    width: 75%;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .start {
        margin-top: 20%;
        width: 40%;
        margin-left: 8%;
    }

    .start h2 {
        font-size: 35px;
    }

    .start h5 {
        font-size: 18px;
    }

    .abimg {
        margin-left: 48%;
        margin-top: -35%;
    }

    .abimg img {
        width: 70%;
    }
}

@media screen and (max-width: 992px) {
    .start {
        margin-top: 15%;
        width: 50%;
        margin-left: 7%;
    }

    .start h2 {
        font-size: 32px;
    }

    .start h5 {
        font-size: 17px;
        width: 120%;
    }

    .abimg {
        margin-left: 45%;
        margin-top: -30%;
    }

    .abimg img {
        width: 65%;
    }
}

@media screen and (max-width: 768px) {
    .start {
        margin-top: 10%;
        width: 60%;
        margin-left: 5%;
    }

    .start h2 {
        font-size: 28px;
    }

    .start h5 {
        font-size: 16px;
        width: 110%;
    }

    .abimg {
        margin-left: 40%;
        margin-top: -25%;
    }

    .abimg img {
        width: 60%;
    }
}

@media screen and (max-width: 576px) {
    .start {
        margin-top: 5%;
        width: 80%;
        margin-left: 0;
        text-align: center;
        /* Center content for small screens */
    }

    .start h2 {
        font-size: 24px;
    }

    .start h5 {
        font-size: 15px;
        width: 100%;
        margin: 0 auto;
        /* Center text on smaller screens */
    }

    .abimg {
        margin: 0 auto;
        margin-top: 5%;
        text-align: center;
    }

    .abimg img {
        width: 80%;
    }
}

@media screen and (max-width: 400px) {
    .start {
        width: 90%;
        margin-top: 3%;
    }

    .start h2 {
        font-size: 22px;
    }

    .start h5 {
        font-size: 14px;
    }

    .abimg img {
        width: 100%;
    }
}




/* Base Styles */
.big {
    margin-left: 10%;
    margin-top: 7%;
}

.big img {
    width: 45%;
}

.bigt {
    width: 40%;
    margin-left: 55%;
    margin-top: -30%;
}

.bigt h1 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 45px;
    color: #CD6C5E;
}

.bigt h5 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #0d485d;
    font-weight: bold;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .big {
        margin-left: 8%;
        margin-top: 5%;
    }

    .big img {
        width: 50%;
    }

    .bigt {
        width: 45%;
        margin-left: 50%;
        margin-top: -25%;
    }

    .bigt h1 {
        font-size: 40px;
    }
}

@media screen and (max-width: 992px) {
    .big {
        margin-left: 5%;
        margin-top: 5%;
    }

    .big img {
        width: 55%;
    }

    .bigt {
        width: 50%;
        margin-left: 45%;
        margin-top: -20%;
    }

    .bigt h1 {
        font-size: 35px;
    }

    .bigt h5 {
        font-size: 16px;
    }
}

@media screen and (max-width: 768px) {
    .big {
        margin-left: 5%;
        margin-top: 8%;
    }

    .big img {
        width: 60%;
    }

    .bigt {
        width: 55%;
        margin-left: 40%;
        margin-top: -15%;
    }

    .bigt h1 {
        font-size: 30px;
    }

    .bigt h5 {
        font-size: 15px;
    }
}

@media screen and (max-width: 576px) {
    .big {
        margin-left: 0;
        text-align: center;
        /* Center content on small screens */
        margin-top: 10%;
    }

    .big img {
        width: 70%;
    }

    .bigt {
        width: 80%;
        margin: 0 auto;
        margin-top: 5%;
        text-align: center;
    }

    .bigt h1 {
        font-size: 28px;
    }

    .bigt h5 {
        font-size: 14px;
    }
}

@media screen and (max-width: 400px) {
    .big img {
        width: 80%;
    }

    .bigt h1 {
        font-size: 25px;
    }

    .bigt h5 {
        font-size: 13px;
    }
}














/* Base Styles */
.philo {
    margin-top: 10%;
    margin-left: 39%;
}

.philo h1 {
    color: #CD6C5E;
    font-size: 50px;
    font-family: 'Cinzel', serif;
}

.picl img,
.picr img,
.picl1 img,
.picr1 img {
    width: 37%;
    margin-top: 3%;
}

.picl img,
.picl1 img {
    margin-left: 10%;
}

.picr img,
.picr1 img {
    margin-left: 53%;
}

.piclt,
.piclt1 {
    margin-left: 53%;
    margin-top: -37%;
}

.piclt h1,
.piclt1 h1,
.picrt h1,
.picrt1 h1 {
    color: #CD6C5E;
    font-size: 40px;
    font-family: 'Cinzel', serif;
}

.piclt h5,
.piclt1 h5,
.picrt h5,
.picrt1 h5 {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    color: #0d485d;
}

.piclt h5,
.piclt1 h5 {
    width: 78%;
}

.picrt,
.picrt1 {
    margin-left: 9%;
    margin-top: -10%;
}

.picrt h5,
.picrt1 h5 {
    width: 45%;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .philo {
        margin-left: 35%;
    }

    .philo h1 {
        font-size: 45px;
    }

    .piclt,
    .piclt1,
    .picr img,
    .picr1 img {
        margin-left: 50%;
    }

    .piclt h1,
    .piclt1 h1,
    .picrt h1,
    .picrt1 h1 {
        font-size: 45px;
    }
}

@media screen and (max-width: 992px) {
    .philo {
        margin-left: 30%;
    }

    .philo h1 {
        font-size: 40px;
    }

    .piclt,
    .piclt1,
    .picr img,
    .picr1 img {
        margin-left: 45%;
    }

    .piclt h1,
    .piclt1 h1,
    .picrt h1,
    .picrt1 h1 {
        font-size: 40px;
    }

    .picrt h5,
    .picrt1 h5 {
        width: 50%;
    }
}

@media screen and (max-width: 768px) {
    .philo {
        margin-left: 20%;
        margin-top: 8%;
    }

    .philo h1 {
        font-size: 35px;
    }

    .piclt,
    .piclt1,
    .picr img,
    .picr1 img {
        margin-left: 40%;
    }

    .piclt h1,
    .piclt1 h1,
    .picrt h1,
    .picrt1 h1 {
        font-size: 35px;
    }

    .picrt h5,
    .picrt1 h5 {
        width: 60%;
    }
}

@media screen and (max-width: 576px) {
    .philo {
        margin-left: 10%;
        margin-top: 5%;
        text-align: center;
    }

    .philo h1 {
        font-size: 30px;
    }

    .picl img,
    .picr img,
    .picl1 img,
    .picr1 img {
        width: 70%;
        margin-left: 15%;
    }

    .piclt,
    .piclt1,
    .picrt,
    .picrt1 {
        width: 80%;
        margin-left: 10%;
        margin-top: 5%;
        text-align: center;
    }

    .piclt h1,
    .piclt1 h1,
    .picrt h1,
    .picrt1 h1 {
        font-size: 28px;
    }

    .piclt h5,
    .piclt1 h5,
    .picrt h5,
    .picrt1 h5 {
        width: 90%;
    }
}

@media screen and (max-width: 400px) {
    .philo {
        margin-left: 5%;
    }

    .philo h1 {
        font-size: 25px;
    }

    .picl img,
    .picr img,
    .picl1 img,
    .picr1 img {
        width: 90%;
        margin-left: 5%;
    }

    .piclt h1,
    .piclt1 h1,
    .picrt h1,
    .picrt1 h1 {
        font-size: 24px;
    }

    .piclt h5,
    .piclt1 h5,
    .picrt h5,
    .picrt1 h5 {
        width: 100%;
    }
}









/* Base Styles */
.ex {
    margin-top: 6%;
    margin-left: 33%;
}

.ex h1 {
    color: #CD6C5E;
    font-size: 50px;
    font-family: 'Cinzel', serif;
}

.expic img,
.expic1 img,
.expic2 img,
.expic3 img {
    width: 40%;
}

.expic img {
    margin-left: 52%;
    margin-top: 4%;
}

.expic1 img {
    margin-left: 10%;
    margin-top: -62%;
}

.expic2 img {
    margin-left: 10%;
    margin-top: -15%;
}

.expic3 img {
    margin-left: 52%;
    margin-top: -30%;
}

/* Responsive Styles */
@media screen and (max-width: 1200px) {
    .ex {
        margin-left: 30%;
    }

    .ex h1 {
        font-size: 45px;
    }

    .expic img,
    .expic1 img,
    .expic2 img,
    .expic3 img {
        width: 45%;
    }

    .expic img,
    .expic3 img {
        margin-left: 50%;
    }

    .expic1 img,
    .expic2 img {
        margin-left: 15%;
    }
}

@media screen and (max-width: 992px) {
    .ex {
        margin-left: 25%;
    }

    .ex h1 {
        font-size: 40px;
    }

    .expic img,
    .expic1 img,
    .expic2 img,
    .expic3 img {
        width: 50%;
    }

    .expic img,
    .expic3 img {
        margin-left: 45%;
    }

    .expic1 img,
    .expic2 img {
        margin-left: 20%;
    }
}

@media screen and (max-width: 768px) {
    .ex {
        margin-left: 20%;
        margin-top: 8%;
    }

    .ex h1 {
        font-size: 35px;
    }

    .expic img,
    .expic1 img,
    .expic2 img,
    .expic3 img {
        width: 60%;
        margin-top: 10%;
    }

    .expic img,
    .expic3 img {
        margin-left: 40%;
    }

    .expic1 img,
    .expic2 img {
        margin-left: 25%;
    }
}

@media screen and (max-width: 576px) {
    .ex {
        margin-left: 10%;
        margin-top: 5%;
        text-align: center;
    }

    .ex h1 {
        font-size: 30px;
    }

    .expic img,
    .expic1 img,
    .expic2 img,
    .expic3 img {
        width: 70%;
        margin-left: 15%;
    }

    .expic1 img,
    .expic2 img {
        margin-top: 5%;
    }

    .expic img,
    .expic3 img {
        margin-top: 10%;
    }
}

@media screen and (max-width: 400px) {
    .ex {
        margin-left: 5%;
    }

    .ex h1 {
        font-size: 25px;
    }

    .expic img,
    .expic1 img,
    .expic2 img,
    .expic3 img {
        width: 80%;
        margin-left: 10%;
    }
}







.big1 img{
    width: 100%;
}






































ul {
    margin: 0px;
    padding: 0px;
}
.footer-section {
  /* background: #151414; */
  position: relative;
  margin-top: 6%;
}
.footer-cta {
  border-bottom: 1px solid #373636;
  margin-right: 6%;
  /* width: 80%; */
}
.single-cta i {
  color: orange;
  font-size: 30px;
  float: left;
  margin-top: 8px;
}
.cta-text {
  padding-left: 15px;
  display: inline-block;
}
.cta-text h4 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 2px;
}
.cta-text span {
  color: #757575;
  font-size: 15px;
}
.footer-content {
  position: relative;
  z-index: 2;
}
.footer-pattern img {
  position: absolute;
  top: 0;
  left: 0;
  height: 330px;
  background-size: cover;
  background-position: 100% 100%;
}
.footer-logo {
  margin-bottom: 30px;
}
.footer-logo img {
    max-width: 200px;
}
.footer-text p {
  margin-bottom: 14px;
  font-size: 14px;
      color: #7e7e7e;
  line-height: 28px;
}
.footer-social-icon span {
  color: #fff;
  display: block;
  font-size: 20px;
  font-weight: 700;
  font-family: 'Poppins', sans-serif;
  margin-bottom: 20px;
}
.footer-social-icon a {
  color: #fff;
  font-size: 16px;
  margin-right: 15px;
}
.footer-social-icon i {
  height: 40px;
  width: 40px;
  text-align: center;
  line-height: 38px;
  border-radius: 50%;
}
.facebook-bg{
  background: #3B5998;
}
.twitter-bg{
  background: #55ACEE;
}
.google-bg{
  background: #DD4B39;
}
.footer-widget-heading h3 {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 40px;
  position: relative;
}
.footer-widget-heading h3::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: -15px;
  height: 2px;
  width: 50px;
  background: orange;
}
.footer-widget ul li {
  display: inline-block;
  /* float: left; */
  width: 50%;
  margin-bottom: 12px;
}
.footer-widget ul li a:hover{
  color: orange;
}
.footer-widget ul li a {
  color: #878787;
  text-transform: capitalize;
}
.subscribe-form {
  position: relative;
  overflow: hidden;
}
.subscribe-form input {
  width: 100%;
  padding: 14px 28px;
  background: #2E2E2E;
  border: 1px solid #2E2E2E;
  color: #fff;
}
.subscribe-form button {
    position: absolute;
    right: 0;
    background: orange;
    padding: 13px 20px;
    border: 1px solid orange;
    top: 0;
}
.subscribe-form button i {
  color: #fff;
  font-size: 22px;
  transform: rotate(-6deg);
}
.copyright-area{
  background: #2f2d2d;
  padding: 25px 0;
}
.copyright-text p {
  margin: 0;
  font-size: 14px;
  color: #878787;
}
.copyright-text p a{
  color: orange;
}
.footer-menu li {
  display: inline-block;
  margin-left: 20px;
}
.footer-menu li:hover a{
  color: orange;
}
.footer-menu li a {
  font-size: 14px;
  color: #878787;
}