/*
Theme Name: Circlip Theme
Theme URI: https://circlip.net/
Author: Webwork
Author URI: https://webwork.in/
Description: A custom WordPress theme for Shiv Sagar Industries.
Version: 1.0
*/

*{
    margin: 0;
    padding: 0;
}
body,
span{
    font-family: 'Anek Latin', sans-serif;
    color: #666;
    font-weight: 400;
    font-size: 16px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: 700 !important;
    color:#00326d !important;
}
a {
    text-decoration: none;
    color: #666;
}
a.active{
    color :#fff!important
}
.bg{
    background-color: #00326d;
    color: #fff;
}
.blog-card {
    border: 2px solid #00326d !important;
    border-radius: 10px !important;
    padding: 25px 20px !important;
}
.navbar .navbar-nav .nav-link {
    padding-left: 17px;
    padding-right: 17px;
    color: #00326d;
    text-transform: uppercase;
    margin-right: 2px;
    margin-left: 2px;
    font-size: 15px;
}
.navbar .navbar-nav .nav-link.active, .navbar .navbar-nav .nav-link:hover {
    background-color: #00326d;
    color: #ffffff !important;
}
.dropdown-menu {
    border-radius: 0 !important;
    padding: 0;
}
.dropdown-item {
    padding: 8px 16px;
}
.navbar-toggler-icon{
    background-image: url(img/menu-icon.png) !important;
    background-repeat: no-repeat;
}
.navbar-toggler{
    background: #00326d !important;
}
.navbar-toggler:hover{
    background: #00326d !important;
}
.navbar-toggler:focus{
    box-shadow: none !important;
}
 .dropdown-submenu{
    position: relative;
}
.dropdown-submenu a::after{
    transform: rotate(-90deg);
    position: absolute;
    right: 3px;
    top: 40%;
}

.dropdown-submenu:hover .dropdown-menu, .dropdown-submenu:focus .dropdown-menu{
    display: flex;
    flex-direction: column;
    position: absolute !important;
    margin-top: -30px;
    left: 100%;
}
ul.submenu.dropdown-menu.show{
    left: 100%;
    top: 0;
}
.dropdown-item:focus, .dropdown-item:hover {
    background-color: #014391;
    color: #fff;
}
thead{
    color: #fff;
    background: #014391;
}
.btn-outline-primary {
    color: #fff;
    background: #014391;
}
.btn-outline-primary:hover{
    color: #00326d;
    border-color: #014391;
    background: none;
}
.btn-primary {
    color: #00326d;
    background: #fff;
}
.btn-primary:hover{
    color: #fff !important;
    border-color: #fff;
    background: none;
}
.btn {
    border-radius: 0;
    padding: 10px 20px;
    text-transform: uppercase;
}

.hero-caption{
    padding: 30px 0 0 120px;
}
.hero-caption span{
    border-bottom: 2px solid;
    font-size: 25px;
    font-weight: 600;
    display: inline-block;
    color: #fff;
}
/* .hero{
    background: url(img/slide01.jpg);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position: center;
    padding: 4% 0 4% 0;
} */
.hero-caption h1{
    font-size: 48px;
    font-weight: 800;
    color: #fff !important;
}
.product .item{
    overflow: hidden;
}
.card{
    overflow: hidden;
    position: relative;
}
.hover_item{
    position: absolute;
    left: 20%;
    right: 20%;
    top: 30%;
    bottom: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1111;
    display: none;
    -webkit-transition: all 5s ease;
    -moz-transition: all 5s ease;
    transition: all 5s ease;
}
.hover_item h4{
    text-align: center;
}
.product .item .hover_bg{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 111;
    opacity: 0.6;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product .item:hover .hover_item{
    display: inherit;
}
.product .item:hover .hover_bg{
    background: #000;
}
.product .card-body{
    position: relative;
}
.product .card-title {
    position: absolute;
    font-size: 23px;
    bottom: 0;
    margin: 0;
    padding: 8px 20px;
    right: 0;
    left: 0;
    border-left: 4px solid #00326d;
    background-color: azure;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.product .item:hover .card-title{
    transform: translatex(-200%);
}
.caption{
    padding-bottom: 6%;
}
.caption span{
    border-bottom: 2px solid;
    font-size: 25px;
    line-height: 25px;
    display: inline-block;
}
.industry_we_serve .image {
    padding: 0 35px;
    max-width: 150px;
    margin: auto;
}
.industry_we_serve p{
    line-height: normal;
    text-align: center;
}
footer{
    background: url(img/section-bg2.jpg.webp);
    background-repeat: no-repeat;
    background-size: cover;
}
.accordion-button{
    font-size: 21px;
    color: #00326d;
    font-weight: 600;
}
.accordion-button:not(.collapsed){
    background: #00326d;
    color: #fff !important;
}
.accordion-button:focus{
    border: none !important;
    box-shadow: none;
}
.accordion-button::after{
    background-image: none !important;
    content: "\F64D";
    font-family: 'bootstrap-icons';
}
.accordion-button:not(.collapsed)::after{
    content: "\F63B";
    font-family: 'bootstrap-icons';
    background-image: none !important;
}
.download-button i{
    font-size: 16px;
    padding: 0 10px 0 0;
}
.card-img{
    border-bottom: 1px solid #00326d;
}

.tab-content{
    border: 1px solid #666;
    padding: 10px;
    margin: 10px 0;
    border-radius: 5px;
}
.pro-tab button{
    background: none !important;
    border: 1px solid #666;
}
.pro-tab h2{
	font-size: 30px;
}
.nav-pills .nav-link.active, .nav-pills .show>.nav-link{
    border: 2px solid #00326d;
}
/* Timeline */
.timeline {
    position: relative;
    max-width: 100%;
    margin: 0 auto;
    overflow: hidden;
  }
  .timeline::after {
    content: '';
    position: absolute;
    width: 6px;
    background-color: #00326d;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
  }
  .timeline-container {
    padding: 10px 30px;
    position: relative;
    background-color: inherit;
    width: 50%;
  }
  .timeline-container::after {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    right: -12px;
    background-color: #fff;
    border: 4px solid #1f77ed;
    top: 30px;
    border-radius: 50%;
    z-index: 1;
  }
  .timeline-left {
    left: 0;
  }
  .timeline-right {
    left: 50%;
  }
  .timeline-left::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 32px;
    width: 0;
    z-index: 1;
    right: 20px;
    border: medium solid #d9e5ef;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #d9e5ef;
  }
  .timeline-right::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 32px;
    width: 0;
    z-index: 1;
    left: 20px;
    border: medium solid #d9e5ef;
    border-width: 10px 10px 10px 0;
    border-color: transparent #d9e5ef transparent transparent;
  }
  .timeline-right::after {
    left: -12px;
  }
  .timeline-content {
    padding: 20px 30px;
    background-color: #d9e5ef;
    position: relative;
    border-radius: 6px;
  }
.owl-carousel{
    display: block !important;
}
.owl-dots{
    display: none;
}
.owl-nav button span{
    font-size: 15px;
    background-color: #00326d !important;
    color: #fff !important;
    padding: 0px 6px 2px 6px;
}
.owl-nav .owl-prev{
    position: absolute;
    left: -5px;
    top: 20%;
 
}
.owl-nav .owl-next{
    position: absolute;
    right: -5px;
    top: 20%;

}
  @media screen and (max-width: 600px) {
    .timeline::after {
    left: 31px !important;
    }
    .timeline-container {
    width: 100%;
    padding-left: 70px !important;
    padding-right: 25px !important;
    }
    .timeline-container::before {
    left: 60px !important;
    border: medium solid #d9e5ef !important;
    border-width: 10px 10px 10px 0 !important;
    border-color: transparent #d9e5ef transparent transparent !important;
    }
    .timeline-left::after, .timeline-right::after {
    left: 19px !important;
    }
    .timeline-right {
    left: 0% !important;
    }
    .timeline-content{
        width: 250px;
    }
   
  }

/* Timeline End */

  .form-control {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 0;
}
.modal-body label{
    color: #00326d;
}
address th{
    color: #00326d;
    padding: 10px 15px 0 0;
}
address td{
    padding: 10px 15px 0 0;
}
.form-control:focus{
    box-shadow: none;
    background-color: #00326d14;
}
/* textarea.form-control {
    min-height: calc(9.5em + 0.75rem + calc(var(--bs-border-width) * 2));
} */

@media only screen and (max-width: 700px) and (min-width: 300px){

    .navbar-brand{
        width: 70%;
    }
    .navbar-brand img{
        width: 90%;
    }
    .hero{
    background-size: cover;
    }
    .hero-caption span{
        font-size: 16px;
        margin-bottom: 8px;
    }
    .hero-caption h1 {
        font-size: 40px;
    }
   .industry_we_serve p{
    font-size: 13px;
   }
   .industry_we_serve .image{
    padding: 0 10px;
   }
   .btn-2 {
   width: 100%;
}
.caption{
    margin-top: -22%;
}
.hero-caption {
    padding: 20px 0 18px 11px !important;
}
}
@media only screen and (max-width: 1920px) and (min-width: 1900px){
    .hero-caption{
        padding: 100px 0 0 310px;
    }
}

