
.iconborder{
	border: 1px solid #ec2d2d;
    padding: 15px;
    width: 80px;
    border-radius: 15px;
}
.heading{
	color: red;
	text-decoration: underline;
}
.paddingver{
	padding-top: 150px;
	padding-bottom: 150px;
}
.menufixed{
	position: fixed;
    z-index: 2;
    width: 100%;
}
.topbariconborder{

    border: 1px solid #b62a21;
    width: 34px;
    padding: 7px;
    border-radius: 20px;
    margin: 0px 8px;
    color: #b62a21;
    text-align: center;
}
@media (min-width: 991px){
	.onlymob{
		display: none !important;
	}
}

@media (min-width: 768px) {
  .animate {
    animation-duration: 0.3s;
    -webkit-animation-duration: 0.3s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
  }
}

@keyframes slideIn {
  0% {
    transform: translateY(1rem);
    opacity: 0;
  }

  100% {
    transform: translateY(0rem);
    opacity: 1;
  }

  0% {
    transform: translateY(1rem);
    opacity: 0;
  }
}

@-webkit-keyframes slideIn {
  0% {
    -webkit-transform: transform;
    -webkit-opacity: 0;
  }

  100% {
    -webkit-transform: translateY(0);
    -webkit-opacity: 1;
  }

  0% {
    -webkit-transform: translateY(1rem);
    -webkit-opacity: 0;
  }
}

.slideIn {
  -webkit-animation-name: slideIn;
  animation-name: slideIn;
}

/* Other styles for the page not related to the animated dropdown */
.our-service .card:hover {
    background-size: 100% 100%;
    cursor: pointer;
    color: #ffffff;
}
.our-service .card:hover a {
    color: #ffffff;
}

.our-service .card {
    height: 300px;
    /* background: #ffffff; */
    padding-top: 25px;
    padding-left: 15px;
    padding-right: 15px;
    width: 65%;
    border-radius: 3px;
    -webkit-box-shadow: 1.7px 9.8px 30px 0 rgba(3, 2, 50, 0.3);
    /* box-shadow: 1.7px 9.8px 30px 0 rgba(3, 2, 50, 0.3); */
    /* background-image: -webkit-gradient(linear, left top, left bottom, from(#166ce7), to(#5990f7)); */
    background-image: -o-linear-gradient(#166ce7, #5990f7);
    background-image: linear-gradient(#c01a1a, #c85656);
    background-repeat: no-repeat;
    -webkit-transition: background-size ease .5s, color .5s;
    -o-transition: background-size ease .5s, color .5s;
    transition: background-size ease .5s, color .5s;
    background-position: 50% 50%;
    background-size: 0% 0%;
}
.our-service .card .img-box {
    width: 55px;
    height: 55px;
    background-color: #e8e8e9;
    border-radius: 50%;
    margin: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}
.serviceIcon {
    width: 30.5px;
}
.card-body {
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding: 1.25rem;
}
.our-service .card h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 15px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.15;
    letter-spacing: normal;
    text-align: center;
    color: #050025;
}
.parallax {
  /* The image used */
  background-image: url("../../images/para.jpg");

  /* Set a specific height */
  min-height: 350px; 

  /* Create the parallax scrolling effect */
  background-attachment: fixed;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.vertical-center {
     display: flex;
    flex-direction: column;
    justify-content: center;
    height: inherit;

}
.separator {
    background: rgba(0, 0, 0, 0.29) none repeat scroll 0 0;
    bottom: 0;
    clear: both;
    display: inline-block;
    height: 1px;
    position: relative;
    width: 50%;
}
.text-center .separator::before, .text-center .separator i, .text-center .separator span {
    left: 50%;
    transform: translateX(-50%);
}
.separator::before {
    background: #b41c11 none repeat scroll 0 0;
    content: "";
    display: block;
    height: 7px;
    position: absolute;
    top: -3px;
    transition: all 0.4s ease 0s;
    width: 100px;
}
.separator span {
    background: #ffffff none repeat scroll 0 0;
    display: block;
    height: 10px;
    position: absolute;
    top: -4px;
    width: 49px;
}
.separator i {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #ccc;
    color: #fff;
    font-size: 20px;
    height: 12px;
    left: 18px !important;
    line-height: 21px;
    position: absolute;
    text-align: center;
    top: -1px;
    transform: rotate(45deg) !important;
    width: 12px;
}
.text-ani{
    transform: translateX(-200%);
    opacity: 0;
    animation: slide-in-anim 2.5s ease-out forwards;
}

@keyframes slide-in-anim {
    20% {
        opacity: 0;
    }
    60% {
        transform: translateX(-45%);
    }
    75% {
        transform: translateX(-52%);
    }
    100% {
        opacity: 1;
        transform: translateX(-50%);
    }
}
.indusbox{
    width: 70%;
    border: 1px solid;
    height: 150px;
    padding-top: 40px;
    transition: background-size ease 1s, color 1s;
}
.indusbox:hover{
    cursor: pointer;
    background-color: #b41c11;
    color: #ffffff;
    background-size: 100% 100%;
}
.quick-links li{
    margin: 12px 0px;
}
.form-control {
    background-color: #e2e0e0 !important;
}
.btn-new{
    width: 100%;
    background-color: #B61C12;
    color: #fff;
}
/*banners*/
.about-top-banner{
    background-image: url('../../images/about-banner.jpg');
                background-position: center;
                width: 100%;
                background-size: cover;
                height: 550px;
}
.contact-top-banner{
    background-image: url('../../images/contact.jpg');
                background-position: center;
                width: 100%;
                background-size: cover;
                height: 550px;
}
.services-top-banner{
    background-image: url('../../images/services.jpg');
                background-position: center;
                width: 100%;
                background-size: cover;
                height: 550px;
}

/*banners*/

.banner-caption {
    position: absolute;
    right: 15%;
    bottom: 40vh;
    left: 15%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #fff;
    text-align: center;
    width: auto;
}
.banner-title{
    font-size: 4rem !important;
}
.box_list {
    background-color: #fff;
    display: block;
    position: relative;
    margin-bottom: 30px;
    min-height: 310px;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.1);
}
.box_list .wrapper {
    padding: 30px 30px 20px 30px;
    min-height: 245px;
}
.block-horizzontal, .block-vertical {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: 10;
}
.aos-animate .block-horizzontal {
    animation: reveal_left_to_right 1s ease-in-out;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-fill-mode: forwards;
    background: #b61c12;
}
.box_list figure {
    margin-bottom: 0;
    overflow: hidden;
    position: relative;
    min-height: 310px;
}

@keyframes reveal_left_to_right {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  50% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
  }
}
.box_list figure a img {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    -ms-transform: translate(-50%, -50%) scale(1);
    -o-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 350px;
    width: auto;
    max-width: none;
}
.card-title a {
    color: #000;
    font-weight: 550;
    text-decoration: none;
}
.carousel-caption {
    position: absolute;
    right: 15%;
    bottom: 13.25rem;
    left: 36%;
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
    color: #ededed;
    text-align: left;
    font-size: 30px;
    background-color: #000000a6; 
    padding: 10px 30px;
}
.inline {
    display: inline;
    padding: 0 0px 0 10px;
    font-size: 18px;
}
.inline-icon{
    display: inline;
    padding: 0 0px 0 0px;
    font-size: 18px;
}
.nav-item{
    margin: 0px 30px;
    font-weight: 700;
}
.nav-link{    
    color: black !important;
}
.accordion-button:not(.collapsed) {
    color: #B94037 !important;
    background-color: #ededed !important;
}
.quick-links li a{
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 15px !important;
}
.quick-links{
   padding-left: 0px !important;
}
@media (max-width: 768px){
.dropdown-item {
    /*white-space: break-spaces !important;*/
}
.inline {
    display: block !important;
    padding: 2px 0px 4px 0px !important;
    text-align: center !important;
}
.mobcenter{
    text-align: center !important;
}
.moblogow{
    width: 30% !important;
}
}