
@import url('https://fonts.googleapis.com/css2?family=Instrument+Sans:ital,wght@0,400..700;1,400..700&family=Inter:wght@100..900&family=Tiro+Devanagari+Marathi:ital@0;1&display=swap');
@import url('../fonts/pri/stylesheet.css');
@import url('../fonts/sec/stylesheet.css');

*{margin:0 auto;}

body{
    background-color: #eeeeee;
    color: #0d2c6c;
    font-family: 'Bw Mitga DEMO';
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    font-variation-settings:
      "wdth" 100;
}

.navbar{background-color: rgb(255 255 255) !important;}


.csr-top-bg{
/*    background-image: url(../img/banner-bg.png);*/
    background-size: contain;
    width: 100%;
    height: 640px;
    background-repeat: no-repeat;
    position: relative;
}


.navbar-brand{padding-left: 60px; margin: 0;}
/* .navbar-brand img{width: 50%;} */
.enquire-now{text-align: center;}
.enquire-btn{
    background-color: #efefef;
    padding: 16px 26px;
    color: #0d2c6c;
    font-weight: 700;
    border-radius: 40px;
    border: 0;
    font-size: 18px;
}

.navbar{padding: 0;background: transparent !important;}
.navbar-collapse{background-color: #efefef;padding: 9px 0;border-radius: 40px;}
.nav-link{color: #0d2c6c;font-weight: 700;}
.nav-link.active, .nav-link:hover, .nav-link:focus {
    color: #b8152a !important;
}
li.nav-item {
    padding: 0 8px;
}


/* Navigation css end */




/* banner css start */

.chemical-ban-text{min-height: 550px;}
.chemical-ban-content {
    padding-left: 4%;
}

.dwn-arrow1 {
    position: absolute;
    bottom: -5px;
    left: 49%;
    animation-direction: alternate;
    animation: mymove1 3s infinite;
}
@keyframes mymove1 {
  from {top: 620px;}
  to {top: 640px;}
}

.arrow-up{
  animation-direction: alternate-reverse;
  animation: mymove-up 3s infinite;
  text-align: center;
}


@keyframes mymove-up {
  from {top: 25px;}
  to {top: 0px;}
}

/* banner css end */

.chemical-spc-top {
    padding-top: 80px;
}
.spc-btm{padding: 60px;}
.spc-top-mb{padding-top: 60px;}

/* Blogs start */
/* section.blogs.spc-top{margin-bottom: 40px;}

.blogs h2{font-weight: 700;}
.view-all-art{color: #0d2c6c;font-weight: 700;}
.blogs .card-body .btn-danger{
    border-radius: 50px;
    margin: 0 auto;
    float: right;
}

.blogs .view-content {
    display: flex;
}
.blogs img.card-img-top {
    height: 218px;
}

.blogs .col-lg-4.col-12 {
    padding: 0 12px;
}

.blogs .read-btn {
    margin-right: 0;
} */

.page-node-type-chemical-logistics .rounded-box {
    border-radius: 25px;
}


/* Blogs end */

/* Chemical_logistics page Safe relaible css start */

.safe-reliale .accordion-button:not(.collapsed){
    background-color:#fff3f4;
    color: #001845;
    font-weight: 700;
    font-size: 24px;
    border-top: 1px solid #dd8f99;
    box-shadow: none;
}

.safe-reliale .accordion-button{
    border-top: 1px solid #dd8f99;padding: 2%;
    /* background-color: #fff3f4; */
    color: #001845;
    font-weight: 700;
    font-size: 24px;
    border-top: 1px solid #dd8f99;
    box-shadow: none;

}

.safe-reliale .accordion-body{background-color: #fff3f4;}

.safe-reliale .accordion-button:focus{box-shadow: 0 5px 20px rgba(255,243,244,1);}
.safe-reliale .accordion-collapse.show{box-shadow: 0 5px 20px rgba(255,243,244,1);}
.safe-reliale .accordion-header{border-bottom: 0;}
/* .safe-reliale .accordion-item {border: 1px solid #dd8f99;} */

.safe-reliale ul li{list-style: none; font-family: 'Dubai W23';}
.checked-2{
    background: url('../img/checked-2.png') no-repeat center;
    width: 15px;
    height: 15px;
    display: inline-block;
    background-size: contain;
    float:left;
    position: relative;
    top: 6px;
    right: 7px;

}


@media screen and (max-width:480px) {
    .safe-reliale .accordion-button, .safe-reliale .accordion-button:not(.collapsed){font-size: 16px;}
}

/* Chemical_logistics page Safe relaible css end*/


/* footer css start */

/*.ft-bg{
    background-color: #001845;
    color: #fff;
}

.footer-logo{
    width: 50%;
    margin-bottom: 25px;
}

.footer-links ul{
    padding-left: 0 !important;
}

.footer-links ul li{
    list-style: none;
    margin-bottom: 15px;
}

.footer-links ul li a, footer a{
    color: #fff;
    text-decoration: none;
}

.ft-first{border-right: 1px solid #5b74bb;}
.ft-sec{border-right: 1px solid #5b74bb;}
.ft-abt-bdr{border-top: 1px solid #5b74bb;border-bottom: 1px solid #5b74bb;}


.copy-social{margin: 0;}
.copy-social li{
    list-style: none;
    display: inline-block;
    margin-left: 15px;
  
}

.copy-social li a img:hover{
    margin-top: -15px;
      transition: 0.2s ease-in-out;
}
*/

/* footer css end */

/* resposive media query start */
@media screen and (max-width: 1900px)  {
    li.nav-item {
        padding: 0;
    }
}

@media screen and (max-width: 1400px)  {
    .csr-top-bg{height: 560px;}

}

@media screen and (max-width: 1280px)  {

    .csr-top-bg{height: 550px;}
    .dwn-arrow1 {
        bottom: -12px;
        animation-direction: alternate;
        animation: mymove1 3s infinite;
    }
    .abt-cards ul{height: 256px;
    overflow: scroll;}  
}

@media screen and (max-width: 1080px)  {

    .csr-top-bg {height: 468px;}
    .navbar-collapse, .enquire-btn{font-size: 11px;}

}

@media screen and (max-width: 480px)  {

  .spc-top-mb{margin-top: 15px;}

}