@import url('https://fonts.googleapis.com/css2?family=Josefin+Sans:ital,wght@0,100..700;1,100..700&display=swap');
*{
    font-family: "Josefin Sans";
}
body{
    margin:0px auto;
    background-color: #ffffff;
}
.website_logo_div{
    width:230px ;
}
.website_logo_div img{
    width:100%;
    height:100%;
    object-fit:contain;
}
.site_hdr_menu .nav-link{
    color:#000 !important;
    font-size:17px !important;
    background-color: transparent !important;
    font-weight: 600;
    transition: all ease ;
}
.site_hdr_menu .nav-link:hover{
    color:#1a3a99 !important ;
}
.site_hdr_menu .nav-item .active{
    color:#1a3a99 !important ;
    font-weight: 600;
}
.site_ftr{
    border-top: 1px solid #dee1df;
}
.site_ftr a:hover{
    color:#1a3a99  !important;
}
.ftr_menu_div a{
    text-decoration:none;
    color: #777a7d !important;
    display:flex;
    flex-direction:column;
    margin-bottom:12px;
}
.ftr_contact_div a{
    text-decoration: none;
    color: #777a7d !important;
    font-size: 16px;
}
.copy_text{
    color:#fff !important;
    font-size:16px;
    color:rgb(55, 54, 54);
    margin:0px !important;
    margin-top:4px !important;
}
.banner_img_div{
    width: 100%;
    height:600px;
}
.banner_img_div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.login_body{
    background-color:#0cb7eac7;
}
.login_div{
    height:auto;
    padding:40px 30px;
    margin:70px auto;
    border:1px solid #000;
    border-radius:30px;
    background-color: transparent;
    box-shadow: rgb(38, 57, 77) 0px 20px 30px -10px;
}
.login_frm_logo{
    width:150px;
    height:100px;
    object-fit:cover;
}
.login_div label{
    font-weight:500;
    font-size: 17px;
}
#login_user_name , #login_user_psw{
    background-color: rgba(0, 0, 0, 0) !important;
    border:1px solid #000;
    height:42px;
    /* box-shadow: rgba(50, 50, 93, 0.25) 0px 30px 60px -12px inset, rgba(0, 0, 0, 0.3) 0px 18px 36px -18px inset; */
}
.abt_img_div{
    width:100%;
    height:330px;
}
.abt_img_div img{
    width:100%;
    height:100%;
    object-fit: contain;
    /* border:2px solid gray; */
    border-top-left-radius: 50px;
    border-bottom-left-radius: 50px;
    /* box-shadow: rgba(0, 0, 0, 0.3) 0px 19px 38px, rgba(0, 0, 0, 0.22) -30px 40px 20px; */
    transition: 0.001s ease all;
    background-blend-mode: multiply;
}
.abt_img_div img{
    animation: abt_img_rotate 7s ease; 
    animation-iteration-count: infinite;
}
@keyframes abt_img_rotate{
    0% { transform: translateY(0px) ; }
    25% { transform: translateY(20px); }
    50% { transform: translateY(-20px); }
    70% { transform: translateY(20px); }
    100% { transform: translateY(0px); }
}
.abt_content_div h4{
    font-size:25px;
    color:gray;
}
.abt_content_div h1{
    font-size:28px;
    color:#1a3a99 !important;
    font-size: clamp(1.4rem, 3vw, 2rem);
}
.abt_content_div p{
    font-size:17px;
}
.projects_img_div{
    width: 100%;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
}
.projects_img_div img{
    width:100%;
    height:100%;
    object-fit:cover;
}
.projects_item_div{
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all 0.45s ease-in-out;
    overflow: hidden;
    border-radius: 10px 10px 0px 0px;
    border:1px solid #1a3a99;
}
.projects_item_div:hover{
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.projects_item_div .card-footer{
    background-color: #1a3a99 ;
    color:#fff;
    border-radius:0px;
}
.gal_photo_div{
    height:220px;
    position: relative;
}
.gal_photo{
    display: block;
    width: 100%;
    height:100%;
    object-fit:cover;
    /* padding:2px; */
    -webkit-transition: .3s ease;
    transition: .3s ease;
    border:1px solid #fff;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.gal_overlay{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #2526259c;
    overflow: hidden;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s ease;
    transition: .3s ease;
  }
.gal_photo_div:hover .gal_overlay{
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
.gal_photo_div:hover .gal_photo{
    -webkit-transform: scale(.8);
    -ms-transform: scale(.8);
    transform: scale(.8);
    border-radius:10px;
}
.gal_text{
    color: white;
    font-size: 16px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    text-align: center;
}
.abt_page_title_div h4, .abt_page_content_div h4{
    font-size:25px;
    color:gray;
}
.abt_page_title_div h1 , .abt_page_content_div h1{
    font-size: clamp(1.4rem, 3vw, 2rem);
    color:#1a3a99 !important;
}
.abt_page_content_div p{
    font-size:17px;
}
.abt_page_img_div{
    width:100%;
    height:330px;
    position:relative;
    margin-bottom:55px;
    padding:30px auto;
}
.abt_page_img_div img{
    width:100%;
    height:100%;
    object-fit: cover;
    border:2px solid gray;
    border-radius: 50px;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transition: .3s ease;
    overflow: hidden;
}
.abt_page_img_div .img_back_div{
    z-index: -1;
    content:'';
    position: absolute;
    top:0;
    background-image: url('https://thumbs.dreamstime.com/b/dynamic-diagonal-oblique-slanted-lines-stripes-geometric-pattern-background-texture-skew-lines-linear-lineal-design-159334645.jpg');
    background-repeat:repeat ;
    background-position: center;
    background-size: contain;
    width:100%;
    height:330px;
    transform: translateY(50px);
    border:2px solid #000;
    border-radius: 50px;
    box-shadow: inset rgb(204, 219, 232) 3px 3px 6px 0px inset, rgba(255, 255, 255, 0.5) -3px -3px 6px 1px ;
    filter:blur(10px);
}
.abt_page_img_div img:hover{
    overflow: hidden;
    transform: translateY(50px);
}
.breadcrumb-bg {
  background-image: url('../../documents/brd_crm_img.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 230px;
  border-radius: 10px;
  margin: 0 20px;
  overflow: hidden;
}

/* Dark overlay */
.breadcrumb-bg .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55); /* adjust opacity if needed */
  z-index: 1;
}

/* Ensure text stays above overlay */
.breadcrumb-bg .container {
  position: relative;
  z-index: 2;
}

.breadcrumb {
  font-size: clamp(1rem, 2vw, 1.75rem); 
}

.breadcrumb-item a {
  color: #bdbdbd;
  transition: color 0.3s ease;
}

.breadcrumb-item a:hover {
  color: #fff;
}

/* Optional: responsive height for smaller devices */
@media (max-width: 768px) {
  .breadcrumb-bg {
    height: 150px;
    margin: 0 10px;
  }
}

.contact_frm h3{
    font-size:30px;
    color:gray;
    margin-bottom: 5px !important;
    text-align:left;
}
.contact_frm{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.contact_frm label{
    font-size:17px;
    font-weight:500;
    margin-top: 15px;
    margin-bottom: 8px;
}
.contact_frm input , .contact_frm select{
    background: transparent !important;
    border:1px solid #1a3a99 !important;
    height:40px;
}
.contact_frm textarea{
    background: transparent !important;
    border:1px solid #1a3a99 !important;
}
.contact_card_div {
    padding:15px 35px;
    border:1px solid gray;
    border-radius:10px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
    text-align:center;
    display:flex;
    flex-direction:row;
    justify-content:center;
    align-items:center;
    transition: 0.3s ease;
    height:115px;
}
.contact_card_div:hover{
    transform: translateY(-10px);
}
.contact_card_div h3{
    font-size:19px;
    color:#1a3a99 ;
    margin-top:14px;
}
.contact_card_div svg{
    font-size:27px;
    color:gray;
}
.contact_card_div a , .contact_card_div p{
    font-size:16px;
    color:#252525;
    text-decoration:none;
}
.contact_card_div a:hover{
    color:#1a3a99 ;
}
.contact_frm_img_div{
    width: 100%;
    height:500px;
}
.feedback_frm_img_div{
    width: 100%;
    height:400px;
}
.feedback_frm_img_div img{
    width: 100%;
    height: 100%;
    object-fit:contain;
    mix-blend-mode: multiply;
}
.contact_frm_img_div img{
    width: 100%;
    height: 100%;
    object-fit:contain;
    mix-blend-mode: multiply;
}
.codex_btn{
    border:1px solid #1a3a99 ;
    color:#1a3a99 ;
    padding:6px 24px;
    background-color: transparent;
    transition: all 0.5 ease;
    font-size: 16px;
    border-radius: 5px;
}
.codex_btn:hover{
    background-color:#1a3a99  ;
    outline:1px solid #1a3a99 ;
    color:#fff;
}

/*for gallery page light box*/
.gal_light_box {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    display: none;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.gal_light_box img {
    max-width: 90%;
    max-height: 90%;
    border-radius: 10px;
}
.gal_light_box .cls_btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 60px;
    color: white;
    cursor: pointer;
}
.gal_light_box_prev, .gal_light_box_next {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 30px;
    color: white;
    cursor: pointer;
    background: rgba(0, 0, 0, 0.5);
    padding: 10px;
    border-radius: 5px;
}
.gal_light_box_prev { 
    left: 20px; 
}
.gal_light_box_next { 
    right: 20px;
 }
.gal_light_box_caption {
    color: white;
    margin-top: 10px;
    font-size: 18px;
}
.blog_card_div{
    border-radius:10px !important;
    overflow: hidden !important;
    box-shadow: rgba(0, 0, 0, 0.05) 0px 6px 24px 0px, rgba(0, 0, 0, 0.08) 0px 0px 0px 1px;
    border:1px solid #1a3a99;
    transition: all 0.4s ease;
}
.blog_card_div:hover{
    transform: translateY(-10px);
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}
.blog_img_div{
    overflow: hidden !important;
    border-radius:10px 10px 0px 0px!important;
    height:200px;
}
.blog_img_div img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.blg_body_div{
    height:200px;
    padding:30px;
}
.blg_lnk{
    color:#000 !important;
    font-weight: 600;
}
.blg_lnk:hover{
    color:#1a3a99 !important;
}
.blg_ttl{
    font-size:20px;
    margin-bottom:16px;
}
.blog_content_div p{
    font-size:22px;
    color:#444444;
}
.carousel_div{
    border-radius: 10px;
}
.carousel_item_div{
    /* height:500px !important; */
    aspect-ratio: 21/9;
    overflow: hidden;
}
@media (max-width: 768px) {
  .carousel_item_div {
    aspect-ratio: 16/9; /* a bit taller on small screens */
  }
}
.carousel_item_div img{
    height: 100%;
    width:100% ;
    object-fit:cover;
}
.othr_blg_hdng{
    font-size:22px;
    border-bottom: 1px solid #1a3a99;
    padding-bottom:14px;
    margin-bottom:20px;
    cursor:auto;
}
.othr_each_blg_img_div{
    width:80px;
    height:80px;
    border-radius:10px;
    overflow:hidden;
}
.othr_each_blg_img_div img{
    width:100%;
    height:100%;
    object-fit: cover;
}
.othr_each_blg_hdng a{
    text-decoration: none;
    color:#000;
}
.othr_each_blg_hdng a:hover{
    color:#1a3a99;
}
.othr_each_blg_parts{
    font-size:15px;
}
.othr_blg_card{
    border:none;
    box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
    transition: all ease 0.5s;
    border-radius: 10px;
}
.othr_blg_card:hover{
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    transform: translateY(-5px);
}
.dtls_blg_card{
    border-radius: 10px;
    overflow: hidden;
}
.dtls_blg_img_div{
    border-radius:10px 10px 0px 0px;
    overflow: hidden;
    height:450px;
}
.dtls_blg_img_div img{
    width: 100%;
    height:100%;
    object-fit: cover;
}
.dtls_blg_tag{
    border-radius: 10px;
}
.fixed_btn {
  position: fixed;
  color: white;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 600;
  border-radius: 30px;
  text-decoration: none;
  box-shadow: 0 4px 10px rgba(0,0,0,0.2);
  transition: all 0.3s ease;
  z-index: 9999;
}
.fixed_btn:hover {
  background-color: #fff;
  transform: translateY(-3px);
}
.fixed_btn_fb{
    bottom: 30px;
    right: 30px;
    background-color: #193a99;
}
.fixed_btn_hire{
    bottom: 90px;
    right: 30px;
    background-color: #34a712;
}