
:root {
    --main-color-one: #002060;
    --heading-color: #002060;
    --paragraph-color: #202020;
    --para-color-two: #353535;
    --heading-font: "Oswald", sans-serif;
    --body-font: "Poppins", sans-serif;
    --animate-delay: 0.3s;
}
.logo-wrapper img{
    width: 250px;
}

.btn-border-base {
  background-color: #002060;
  color: #ffffff;
  font-family: var(--body-font);
  font-weight: 600;
}
.btn-border-base:hover {
    -webkit-animation: StarBackground 0s;
    animation: StarBackground 0s;
    background-color: #000b7e;
    color: #fff;
}
.site-text {
    text-transform: uppercase;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    bottom: 0;
    right: -500px;
    position: absolute;
    font-size: 61px;
    top: 10%;
       color: rgb(0 26 77 / 14%);
    font-weight: 900;
}
.baner-slider {
    background-image: url(../rakshimg/home/herobg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    position: relative;
    margin-bottom: 0px;
    padding: 230px 0px 0px;
    background-attachment: fixed;
}
.baner-title {
    font-size: 69px;
    line-height: 87px;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 0;
    color: var(--main-color-one);
}
.baner-content h1 ,.baner-content h2{
    margin-bottom:25px;
}
.baner-content p{
    font-size: 20px;
    line-height: 1.5;
}
.baner-img img {
   border-radius: 10px;
       margin-bottom: 0px;
   
}
.baner-img {
    margin-right: 0;
}
.baner-slider{
    position: relative;
    z-index: 1;
        padding-bottom: 50px;
        background-attachment: fixed;
}
.baner-slider::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* background-color: #ddfdff7a; */
     background-color: #ffffff7a;
    z-index: 0;
}
.topbar-area {
    background-color: #ffffff;
    border-bottom: 1px solid #D2D2D2;
}
.navigation-before::before {
    position: absolute;
    left: 0;
    bottom: 0;
    background-image:none;
    height: 6px;
    width: 100%;
    content: "";
    border-bottom: 2px solid #000;
}
.navbar-area.navigation-style-01 {
    background-color: #efedf4;
    z-index: 99;
}
.navbar.navbar-area.navbar-expand-lg.navigation-style-01.menu-01 {
    padding: 10px ;
}

.navbar-area.navigation-style-01.menu-01.nav-fixed .custom-container .navbar-collapse .navbar-nav li a {
    color: #3b3b3b;
}
.navbar-area.navigation-style-01.nav-fixed{
        background-color: #e1fffc !important;
}
.navbar-area.navigation-style-01.nav-fixed {
    padding-bottom: 10px !important;
}
.navbar-area.navigation-style-01.nav-fixed .custom-container .navbar-collapse .navbar-nav li.menu-item-has-children::before

 {
    color: #141313;
}
.topbar-inner .right-contnet ul li img {
    margin-right: 10px;
    filter: hue-rotate(226deg);
}
.topbar-inner .left-content .social-icon ul li img {
    margin-right: 10px;
    display: inline-block;
        filter: hue-rotate(226deg);
}
.abouttext p{
    text-align: justify;
}
.thumb img{
    border-radius: 20px;
}

.brand-items img{
    border: 2px solid #fff;
}
.brand-area {
    border-top: 1px dashed #002060;
    border-bottom: 1px dashed #002060;
    padding:10px 0;
}

.about-area{
    padding: 80px 0px 50px;
}
.get-quote {
    background-image: url(../img/section-img/quote/quote.png);
    padding: 25px;
    background-repeat: no-repeat;
 
}

.quote-message {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
;
    background-image: url(../rakshimg/service/ctabg.jpg);
    padding: 90px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 50px;
    background-repeat: no-repeat;
    background-size: cover;
}
.service-single-item {
    overflow: hidden;
  clip-path: polygon(20% 0%, 100% 0, 100% 20%, 100% 80%, 100% 100%, 0 100%, 0% 80%, 0% 20%);}

.service-single-item .details:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background: #00061177;
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: visible;
    opacity: 1;
    border-radius: 0px 0px 20px 20px;
      
}
.service-single-item:after {
    content: "";
    position: absolute;
    left: -5%;
    top: -5%;
    height: 110%;
    width: 110%;
    border: 5px solid var(--main-color-one);
    z-index: 1;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    
}

.details .title a:hover{

    color:#fff;
    text-decoration: none;
}

.list-item-wrap {
    width: 100%!important;
}
.history-wrapper::before{
    display: none;
}

.history-area {
    padding: 50px 0 50px 0;
    background-color: #d1e7fb;
}
.why-choose{
   padding: 50px 0 50px 0;  
}
.awards-content span{
    font-size: 50px;
    font-weight: 700;
    margin-bottom: 15px;
}

.custom-logo-link img, .site-logo img, .footer-logo img {
    max-width: 100% !important;
}

.slick-track{
    display: flex;
    align-items: center;
}

.contact-info{
    padding: 50px 0 30px 0;
    position: relative;
}

.contact-info::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: #e0e0e0;
    opacity: 0.4;
    content: "";
}
.footer-widget ul li i{
    font-size: 18px;
    margin-right: 10px;
}
.lista li{
    list-style: none;
    
}

.widget.footer-widget ul li a:hover{
    color:#fff;
}
.footer-area::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgb(1 33 97);
}


.copyright-area-inner {
    padding: 13px 0;
    border-top: 1px solid #fff;
}
.copyright-area-inner p {
    text-align: center;
    color: #8A8A8A;
    font-size: 18px;
 
}
/* media queries */
@media only screen and (max-width: 767px) {
    .baner-title {
        font-size: 30px;
        line-height: 1.5;
        margin-bottom: 10px;
    }

    .quote-message{
        padding: 10px;
    }
}