*{
    font-family: 'Raleway', sans-serif;


}

/* FIXED item */

 .fixd-item{
  position: fixed;
  top: 50%; right: 0px;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  gap: 20px;
  z-index: 9998;
}

.fixd-item .item{
  display: inline-block;
  background-color: rgb(14, 19, 82);
  padding: 10px;
  min-width: 150px;
  transform: translateX(100px);
}

.fixd-item .item:hover{
  transform: translateX(10px);
  transition: all .2s linear;
}

.fixd-item .item .inner{
  display: flex;
 align-items: center;
 justify-content: flex-start;
 gap: 10px;

}

.fixd-item .item .inner h1{
  font-size: 16px;
  font-family: var(--rob-rg);
  color: #fff;
  margin: 0px;
}

.fixd-item .item:hover h1{
  color: #ffd700;
  transition: all .2s linear;
}

/* nav */

.navbar {
    position: sticky !important;
    top: 0;
    z-index: 999;
    justify-content: space-around;
    overflow: hidden;
    background-color: #ff3d3d;
}

.logo{
    padding-left: 30px;
}

#mainNav{
    justify-content: flex-end;
    padding-left: 50px;
    padding-right: 50px;
}
#menu-main-menu{
    gap: 30px;
}

.menu-item a{
    color: white;
    text-decoration: none;
    font-family:  'Raleway', sans-serif;
    font-style: normal;
    font-size: 15px;
    padding-right: 20px;
   
     
}
.menu-item a:hover{
    color: rgb(22, 22, 22);
  
}

.close-menu{
    display: none;
}

/* content */
.content{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 80px;
    margin-right: 80px;
}

.content .row .col-md-5 img{
    height: 100%;
    width: 100%;
    padding: 30px;
}
.hd-title h1{
    font-size: 34px;
}
/* .content .row{
    display: flex;
    justify-content: center;
} */

.content .row .col-md-7 {
    padding: 20px;
    font-family: 'Raleway', sans-serif;
}
.desc .para {
    font-size: 16px;
  
}

.btn1 {

    color: white;
    border-radius: 10px;
    border: none;
    padding: 6px;
    width: 130px;
}
.btn1:hover{
    background-color: #881924;
    cursor: pointer;
}
.btn1 a{
    text-decoration: none;
    color: white;
}
.btn1 a:hover{
    color: white;
}

.cards{
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.cards .row{
    margin-top: 30px;
    margin-bottom: 30px;
}
    /* cards */
    .card{
        transition: transform 0.3s ease;
    
    }
    .card:hover {
    transform:  scale(1.1);
}

    .cards .row {
        gap: 25px;
    }

    .card img{
        padding-top: 12px;
        width: 100%;
    }

    .card-body .card-title{
        font-size: 20px;
    }
    .btn{
        width: 150px;
        margin-bottom: 10px;
        transition: background-color 0.3s ease;
    }
    .btn:hover{
        background-color: #881924;
        cursor: pointer;
    }

    /* contact */
    .contact{
        display: flex;
        justify-content: center;
        overflow: hidden;
    }

    .loc{
        display: flex;
        justify-content: center;
        gap: 30px;
        overflow: hidden;
    }

    .address {
        display: flex;
        flex-direction: row;
        gap: 10px;
        margin-bottom: 20px;
    }
    .socialmedia {
        display: none;
    }

    /* footer */
  
    .copy-right {
        background-color: rgb(185, 185, 185);
    }
    .social{
        display: flex;
        justify-content: center;
        gap: 20px;
        padding: 10px;
    }
    .social a{
        color: black;
    }
    .al-footer{
        background-color: rgb(185, 185, 185);
    }

    .auto-container2 {
        display: flex;
        justify-content: center;
    }

    .pt-tr{
        display: flex;
        justify-content: center;
    }
    .copy-right a{
        text-decoration: none;
        color: rgb(211, 4, 4);
    }
   




/* =========================================================== */
/* ========================== ABOUT US ======================= */
/* =========================================================== */

.pichead{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px;
    overflow: hidden;
}
.pichead h1{
    font-size: 60px;
    font-weight: bolder;
    color: rgba(255, 35, 15, 0.937);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}
/* .pichead{
    background-image: url(../annvision-temp/images/bg-jv-1.jpg);
    height: 250px;
} */

/* content-about us */

.abtus{
    display: flex;
    flex-direction: row;
    gap: 30px;
    overflow: hidden;
}

.caption{
    margin-left: 30px;
}

.about-page.pg-padd{
    margin-left: 60px;
}
.con1 .abimg{
    width: 180%;
    object-fit: cover;
    margin-top: 20px;
}
.wp-block-heading {
    font-size: 30px;
}

.col-md-3.pro-right ul{
    list-style: none;
}
.col-md-3.pro-right li{
    border-bottom: 1px solid grey;
    padding: 5px;
    width: 200px;
    overflow: hidden;
}
.col-md-3.pro-right .h4head {
    width: 180px;
    background-color: #ff3d3d; 
    padding: 5px;
}
.abt-fac-item a{
    text-decoration: none;
    color: #333333;
}
.abt-fac-item a:hover{
    color: red;
}

.joly{
    font-size: 16px;
}
.wp-block-heading{
    border-bottom: 2px dotted grey;
    width: 100%;
     margin-bottom: 10px;
     margin-top: 40px;
}

.col-md-3.pro-right {
    border-left: 2px dotted grey;
    
}

.con1{
    display: flex;
    flex-direction: row;
    gap: 40px;
}


/* =========================================================== */
/* ========================== Gallery ======================= */
/* =========================================================== */

.al-banner{
    background-image: url(../annvision-temp/images/bg-jv-1.jpg)
    height: 250px;
    display: flex;
    align-items: center;

    justify-content: center;
}
.al-banner h3{
    text-align: center;
    font-size: 50px;
    font-weight: bolder;
    color: rgba(255, 255, 255, 1);
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
}

.gallery-page{
    /* margin-top: 20px;
    margin-left: 50px;
    margin-right: 50px;
    margin-bottom: 20px; */
    padding: 30px;
}
.auto-container3 .row {
    gap: 20px;
    display: flex;
    justify-content: center;
}

/*  */
.gallery-page .gal-item{
  padding: 15px; overflow: hidden;
}

.gallery-page .gal-item img{
  max-width: 100%;
}

.gallery-page .gal-item .inner{
  box-shadow: rgba(50, 50, 93, 0.25) 0px 2px 5px -1px, rgba(0, 0, 0, 0.3) 0px 1px 3px -1px;
  border-radius: 6px; 
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
}

.gallery-page .gal-item .inner:hover{
  box-shadow: none;
  transform: translateY(5px);
  transition: all .2s linear;
}

.gallery-page .gal-item .inner:hover h1{
  color: var(--cl2);
  transition: all .2s linear;
}

.gallery-page .gal-item .inner .title{
  padding: 10px 10px;
  background-color: #fff;
}


.gallery-page .gal-item .inner h1{
  font-size: 18px;
  color: #000;
}
.gallery-page .gal-item .inner a{
  text-decoration: none;
  text-align: center;
}



/* .galleryimgs img{
  max-width: 100%;
} */


.galleryimgs .imgs{
  padding: 10px;
}



/* ====================== Media query===================== */
/* ============================================================ */

@media (max-width: 576px) {

    .fixd-item{
        display: none;
    }

    .content{
        margin-left: 30px;
        margin-right: 30px;
        overflow: hidden;
    }
    
    .navbar-toggler {
    border: none !important;
    border-color: transparent;
    }

    .logo{
        width: 150px;
        height: 50px;
        margin-left: 20px;
    }

    #mainNav {
    position: fixed;
    top: 0;
    right: -250px;
    width: 250px;
    height: 100vh;
    background-color: #881924; 
    transition: right 0.3s ease;
    padding-top: 60px;
    z-index: 1050;
    }

    #mainNav.show {
        right: 0;
    }

    .close-menu {
        display: block;
        position: absolute;
        top: 15px;
        left: 15px;
    }

    .nav-menu {
        flex-direction: column;
    }

    .nav-menu li {
        padding: 10px 20px;
    }

    /* content */


    .content .row .col-md-5 img{
        height: 260px;
        width: 100%;
        padding-top: 30px;
    }
    .hd-title h1{
        font-size: 26px;
    }
    .content .row{
        display: flex;
        justify-content: space-between;
    }
    .desc .para {
        font-size: 14px;
    }
    .content .row .col-md-7 {
        padding-top: 0;
         padding-left: 40px;
    }

    /* cards */
    .cards .row{
        justify-content: center;
        align-items: center;
        flex-direction: row;
        gap: 10px;
    }
    .card-body .card-text{
        font-size: 14px;
    }
    /* contact */
    

    .loc{
        gap: 20px;
    }

    .address {
        gap: 10px;
        margin-bottom: 0;
    }
    .location iframe {
        width: 350px;
        height: 200px;
    }
    .cdetails img{
        height: 40px;
    }
    .cdetails p{
        font-size: 11px;
    }
    .loc{
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;
    }

    /* =======about us======= */

    .pichead{
    padding: 10px;
}
.pichead h1{
    font-size: 30px;

}
.pichead{
    background-image: url(../annvision-temp/images/bg-jv-1.jpg);
    height: 150px;
}

/* content-about us */

.abtus{
    gap: 30px;
    display: flex;
    flex-direction: column;
}


.con1 .abimg{
    width: 100%;
    margin-top: 0px;
    padding-right: 58px;
}


.col-md-3.pro-right{
    display: none;
}

 .para{
    padding-right: 58px;
 }

.para .joly{
    font-size: 10px;
}
.wp-block-heading{
    border-bottom: none;
    font-size: 20px;
	padding-right: 100px;
	text-align: left;
	padding-bottom: 30px;
}


.con1{
    display: flex;
    flex-direction: column;
    justify-content: center;
}

/* gallery */

.gallery-page .gal-item img{
  padding: 10px;
}
.gallery-page .gal-item .inner{
  padding: 0;
}
}



/* ====================== Media query end===================== */
/* ============================================================ */

