/********** Template CSS **********/

@font-face {
    font-family: "Nevan RUS";
    font-style: normal;
    font-weight: normal;
    src: url("../../../../fonts/Nevan RUS/Nevan RUS.ttf");
}

:root {
    --primary: #0c3f74;
    --light: #F6F7F8;
    --dark: #1A2A36;
    --white: #fff;
}
html {
    scroll-padding-top: 200px;
    overflow-x: hidden!important;
}
.p-font-size-16{
    font-size: 16px;
}

.p-font-size-14{
    font-size: 14px;
}

.p-font-size-18{
    font-size: 18px;
}

.p-font-size-24{
    font-size: 24px;
}

.fw-medium {
    font-weight: 500 !important;
}

.fw-bold {
    font-weight: 700 !important;
}

.fw-black {
    font-weight: 900 !important;
}

.back-to-top {
    position: fixed;
    display: none;
    right: 45px;
    bottom: 45px;
    z-index: 99;
}

.font-color-white{
    color:#fff;
}


/*** Spinner ***/
#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .5s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .5s ease-out, visibility 0s linear 0s;
    visibility: visible;
    opacity: 1;
}


/*** Button ***/
.btn {
    font-weight: 500;
    transition: .5s;
}

.btn.btn-primary,
.btn.btn-outline-primary:hover {
    color: #FFFFFF;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-lg-square {
    width: 48px;
    height: 48px;
}

.btn-expand-lg-square {
    width: 60px;
    height: 60px;
}


.btn-square,
.btn-sm-square,
.btn-lg-square,.btn-expand-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

/*** Navbar ***/
.navbar-expand-lg .navbar-nav {
    gap:5vw;
 }

 .navbar-expand-lg .new-navbar-nav {
    gap:3vw;
 }

 .navbar {
    --bs-navbar-padding-y: 0;
    --bs-navbar-padding-x: 0;
     }

/* .navbar.sticky-top {
    top: -100px;
    transition: .5s;
}

.navbar .navbar-brand,
.navbar a.btn {
    height: 100px; */
/*    height: 75px;*/
/* }

.navbar .navbar-nav .nav-link {
    margin-right: 75px;
    padding: 25px 0;
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}*/


.navbar .navbar-nav .nav-link {
    color: var(--white);
    font-size: 15px;
    font-weight: 500;
    text-transform: uppercase;
    outline: none;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

/*.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

#navbarCollapse{
    background-color: #09161D;
}

@media (max-width: 991.98px) {
    .navbar .navbar-nav .nav-link  {
        margin-right: 0;
        padding: 10px 0;
    }

    .navbar .navbar-nav {
        border-top: 1px solid #EEEEEE;
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        border: none;
        margin-top: 0;
        top: 150%;
        opacity: 0;
        visibility: hidden;
        transition: .5s;
    }

    .navbar .nav-item:hover .dropdown-menu {
        top: 100%;
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
} */





/* New sub menus css */
.new-navbar-nav  a {
    color: #fff;
}

.new-sub-menus .menu {
    margin: 0;
    display: flex;
    list-style: none;
}

.new-sub-menus .menu a {
    position: relative;
    z-index: 2;
    display: block;
    letter-spacing: 0.01rem;
    padding: 0.5rem 0.5rem;
    text-decoration: none;
    font-size: 15px;
    font-weight: 500;
    /* text-transform: uppercase; */
    transition: 0.2s;
}

 .new-sub-menus .menu a:hover {
    background: #0c3f74;
    color: #fff;
}

 .new-sub-menus .menu a .icon {
    fill: #fff;
}

.new-navbar-nav .dropdown > a {
    display: flex;
    align-items: center;
}

.new-navbar-nav .dropdown > a .icon {
    margin-left: .25em;
}

.new-navbar-nav .dropdown:hover .dropdown-nav {
    opacity: 1;
    transform: translateY(0);
    box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
    width: auto; 
    min-width: 150px;
}

.new-navbar-nav .dropdown-nav {
    opacity: 0;
    width: 0; 
    transition: transform .3s cubic-bezier(0.88, -0.72, 0, 1), opacity .3s ease-in-out, width .3s ease-in-out;
    transform: translateY(-4rem);
    list-style: none;
    margin: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
    background: #b7c7da;
    white-space: nowrap; 
    text-align: left;
    
}

.new-navbar-nav .dropdown-nav a {
    font-size: 15px;
    font-weight: 500;
    white-space: nowrap; 
    color: #000;
}

.new-navbar-nav .dropdown-nav li {
    padding: 0.4rem 0.4rem;
}

.new-navbar-nav .dropdown:hover .dropdown-nav {
    width: auto; 
}

/* End new sub menus css */

@media(max-width:1300px){
    .navbar-expand-lg .navbar-nav {
        gap:4vw;
     }
}
@media(max-width:1024px){
    .navbar-expand-lg .navbar-nav {
        gap:3vw;
     }
}

/*** Header ***/
.owl-carousel-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    background: rgba(0, 0, 0, .1);
}

@media (max-width: 768px) {
    .header-carousel .owl-carousel-item {
        position: relative;
        min-height: 500px;
    }

    html {
        scroll-padding-top: 30px;
      }
      
    .header-carousel .owl-carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .header-carousel .owl-carousel-item p {
        font-size: 16px !important;
    }
}

.fs-50 {
    font-size: 50px;
} 

.header-carousel .owl-dots {
    position: absolute;
    width: 60px;
    height: 100%;
    top: 0;
    right: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.header-carousel .owl-dots .owl-dot {
    position: relative;
    width: 45px;
    height: 45px;
    margin: 5px 0;
    background: #FFFFFF;
    box-shadow: 0 0 30px rgba(255, 255, 255, .9);
    border-radius: 45px;
    transition: .5s;
}

.header-carousel .owl-dots .owl-dot.active {
    width: 60px;
    height: 60px;
}

.header-carousel .owl-dots .owl-dot img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    padding: 2px;
    border-radius: 45px;
    transition: .5s;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: var(--light);
    
}


/*** About ***/
@media (min-width: 992px) {
    .container.about {
        max-width: 100% !important;
    }

    .about-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .about-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .about-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Service ***/
.service-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.service-icon {
    position: relative;
    margin: -50px 0 25px 0;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--primary);
    background: #FFFFFF;
    border-radius: 100px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transition: .5s;
}

.service-item:hover .service-icon {
    color: #FFFFFF;
    background: var(--primary);
}


/*** Feature ***/
@media (min-width: 992px) {
    .container.feature {
        max-width: 100% !important;
    }

    .feature-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .feature-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .feature-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Project Portfolio ***/
#portfolio-flters li {
    display: inline-block;
    font-weight: 500;
    color: var(--dark);
    cursor: pointer;
    transition: .5s;
    border-bottom: 2px solid transparent;
}

#portfolio-flters li:hover,
#portfolio-flters li.active {
    color: var(--primary);
    border-color: var(--primary);
}

.portfolio-img {
    position: relative;
}

.portfolio-img::before,
.portfolio-img::after {
    position: absolute;
    content: "";
    width: 0;
    height: 100%;
    top: 0;
    background: var(--dark);
    transition: .5s;
}

.portfolio-img::before {
    left: 50%;
}

.portfolio-img::after {
    right: 50%;
}

.portfolio-item:hover .portfolio-img::before {
    width: 51%;
    left: 0;
}

.portfolio-item:hover .portfolio-img::after {
    width: 51%;
    right: 0;
}

.portfolio-btn {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    z-index: 1;
    transition: .5s;
}

.portfolio-item:hover .portfolio-btn {
    opacity: 1;
    transition-delay: .3s;
}


/*** Quote ***/
@media (min-width: 992px) {
    .container.quote {
        max-width: 100% !important;
    }

    .quote-text  {
        padding-right: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .quote-text  {
        padding-right: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .quote-text  {
        padding-right: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Team ***/
.team-item {
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
}

.team-item img {
    border-radius: 8px 60px 0 0;
}

.team-item .team-social {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-end;
    background: #FFFFFF;
    transition: .5s;
}


/*** Testimonial ***/
.testimonial-carousel::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

.testimonial-carousel::after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to left, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0) 100%);
    z-index: 1;
}

@media (min-width: 768px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 200px;
    }
}

@media (min-width: 992px) {
    .testimonial-carousel::before,
    .testimonial-carousel::after {
        width: 300px;
    }
}

.testimonial-carousel .owl-nav {
    position: absolute;
    width: 350px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    justify-content: space-between;
    opacity: 0;
    transition: .5s;
    z-index: 1;
}

.testimonial-carousel:hover .owl-nav {
    width: 300px;
    opacity: 1;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    position: relative;
    color: var(--primary);
    font-size: 45px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: var(--dark);
}

.testimonial-carousel .testimonial-img img {
    width: 100px;
    height: 100px;
}

.testimonial-carousel .testimonial-img .btn-square {
    position: absolute;
    bottom: -19px;
    left: 50%;
    transform: translateX(-50%);
}

.testimonial-carousel .owl-item .testimonial-text {
    margin-bottom: 30px;
    box-shadow: 0 0 45px rgba(0, 0, 0, .08);
    transform: scale(.8);
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-text {
    transform: scale(1);
}


/*** Contact ***/
@media (min-width: 992px) {
    .container.contact {
        max-width: 100% !important;
    }

    .contact-text  {
        padding-left: calc(((100% - 960px) / 2) + .75rem);
    }
}

@media (min-width: 1200px) {
    .contact-text  {
        padding-left: calc(((100% - 1140px) / 2) + .75rem);
    }
}

@media (min-width: 1400px) {
    .contact-text  {
        padding-left: calc(((100% - 1320px) / 2) + .75rem);
    }
}


/*** Footer ***/
.footer{
    background-image: url('../../../../img/footer-Background2.png?v=1');
    background-size: cover;
}
.footer p{
    color: #fff;
}
.footer .btn.btn-social {
    margin-right: 5px;
    color: #9B9B9B;
    border: 1px solid #9B9B9B;
    border-radius: 38px;
    transition: .3s;
}

.footer .btn.btn-social:hover {
    color: var(--primary);
    border-color: var(--light);
}

.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: #9B9B9B;
    font-weight: normal;
    text-transform: capitalize;
    transition: .3s;
}

.footer .btn.btn-link::before {
   /* position: relative;
    content: "\f105";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    margin-right: 10px;*/
}

.footer .btn.btn-link:hover {
    color: #FFFFFF;
    letter-spacing: 1px;
    box-shadow: none;
}

.footer .copyright {
    padding: 25px 0;
    border-top: 1px solid rgba(256, 256, 256, .1);
}

.footer .copyright a {
    color: var(--light);
}

.footer .copyright a:hover {
    color: var(--primary);
}

.text-light {
    color: rgb(147 53 184 / 39%) !important;
  }

.title-h1{
    font-size: 20px;
    font-weight: 700;
    line-height: inherit;
}

.title-h2{
    font-size: 18px;
    font-weight: 700;
    line-height: inherit;
}

.title-h4{
    font-size: 16px;
    font-weight: 700;
    line-height: inherit;
    text-decoration: underline;
}

.line-height-1-9{
    line-height: 1.9rem;
}

.text-justify{
    text-align: justify;
  }
  
  .text-start{
    text-align: start;
  }


  p{
    color: #141414;
  }
.gray-dark{
color:   #343a40;
}

.image-cover-fit{
    background-repeat: no-repeat;
    background-size: cover;
}

.p-font-decor{
    text-decoration: underline;
    color: #0c3f74;
}

.anchor-font-weight{
    font-weight: 500;
    }
    
    .float-initial-end{
        float: inline-end;
    }

    .primary-bg-text-color{
        background-color:#0c3f74;
    }

    .banner-heading-text{
        color: #fff;
        text-decoration: underline;
        text-transform: uppercase;
    }

    .background-color-white{
        background-color: #fff !important;
    }

    .mob-font-size-title{
        font-size: 14px;
    }

    .text-color-black{
        color: #141414;
    }

    @media only screen and (min-device-width : 320px) and (max-device-width : 480px) {
        
        /* .mob-font-size-14{
            font-size: 14px;
        } */
        .mob-font-size-title{
            font-size: 12px;
        }
    }


    
/* navbar css added by mayuri */
    
   .nav-link{
        /* padding: 15px !important; */
 }
  
.rrma_menu-item {
      font-size: 16px;
      font-weight: bold;
      text-decoration: none;
      /* color: #007bff; */
       color: #0c3f74;
       cursor: pointer;
}
  
  .rrma_menu-item:hover {
      color: #0c3f74;
  }
  
  .rrma_dropdown {
      position: relative;
      display: flex;
      justify-content: space-between;
  }

  .rrma_dropdown {
    position: relative;  
    display: inline-block;
}

/* Dropdown content */
/* .rrma_dropdown-content {
    position: fixed;     
    display: none;      
    background: rgba(255, 255, 255, 1); 
    backdrop-filter: blur(10px);         
    width: 70vw;        
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;        
    padding: 0px;
    border-radius: 5px;
    top:90px;         
    left: 20%;               
    max-width: 100%;     
    max-height: 400px;    
    overflow-y: auto;     
    overflow-x: hidden;  
    transform: scale(0.9);     
    opacity: 1;           
    transition: transform 0.4s ease-out, opacity 0.4s ease-out; 
    border: 1px solid #0c3f74;
}  */

.rrma_dropdown-content {
    position: fixed;     
    display: none;      
    background: rgba(255, 255, 255, 1); 
    backdrop-filter: blur(10px);         
    width: 15vw;        
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;        
    padding: 0px;
    border-radius: 5px;
    top:90px;         
    left: 38%;               
    max-width: 100%;     
    max-height: 400px;    
    overflow-y: auto;     
    overflow-x: hidden;  
    transform: scale(0.9);     
    opacity: 1;           
    transition: transform 0.4s ease-out, opacity 0.4s ease-out; 
    border: 1px solid #0c3f74;
} 
  .rrma_dropdown:hover .rrma_dropdown-content {
    display: block;
  }

 /* .dropdown-arrow {
    display: none;
    position: absolute;
    top: 87px; 
    left: 50%; 
    transform: translateX(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    background: white;
    border-left: 1px solid #0c3f74;
    border-top: 1px solid #0c3f74;
    z-index: 10000; 
    overflow-y: visible!important;
} */

.dropdown-arrow {
    display: none;
    position: absolute;
    top: 85px; 
    left: 40%; 
    transform: translateX(-50%) rotate(45deg);
    width: 30px;
    height: 30px;
    background: white;
    border-left: 1px solid #0c3f74;
    border-top: 1px solid #0c3f74;
    z-index: 10000; 
    overflow-y: visible!important;
}

/* Show dropdown on hover */
.rrma_dropdown:hover  .dropdown-arrow {
    display: block;
}
.rrma_dropdown:hover .rrma_dropdown-content {
    display: block;
}

.navbar_ul .navbar_main_li{
    height: 106px;
    padding-top: 2rem;
}
 
 /* .menus-title-p{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    padding: 11px 10px;
    background: #eaf2f5;
    color: #141414;
    margin: 0 0 10px;
    letter-spacing: 1px;
 } */

 .menus-title-p{
    font-weight: 500;
    font-size: 16px;
    color: #141414;
 }

  .rrma_dropdown-section {
      margin-bottom: 20px;
  }
  
  .rrma_dropdown-section h6 {
      font-size: 15px;
      font-weight: 500;
      color: #562362;
      margin-bottom: 0px;
      text-align:justify;
      background-color: #f3f4f7;
      padding: 10px;
      height: 60px;
  }
  .rrma_dropdown-section .sub_heading{
    font-size: 14px;
    text-align: start;
  }
   .rrma_dropdown-section .description{
    font-size: 12px;
    color: gray;
   } 
  
  .rrma_dropdown-section ul {
      list-style: none;
      padding-left: 0;
  }

#style-2::-webkit-scrollbar-track
{
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	border-radius: 10px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar
{
	width: 12px;
	background-color: #F5F5F5;
}

#style-2::-webkit-scrollbar-thumb
{
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	background-color: #9B9B9B;
	/* background-color: #0c3f74; */
}

  
  .rrma_dropdown-item {
      font-size: 15px;
      color: #141414;
      text-decoration: none;
      display: block;
      padding: 0px 0px;
     /* text-align:center!important; */
     border-radius: 0.5rem;
     /* border-bottom: 1px  grey ; */
  }
  
  .rrma_dropdown-item:hover {
      /* color: #007bff; */
      /* background-color: #f5f6f8; */
  }
  
  /* Media Queries for Mobile */
  @media (max-width: 768px) {
      .rrma_dropdown-content {
          width: 100%;
      }
  }