.bor{
    box-shadow: 0px 0px 11px -3px #000;
    border-radius: 5px;
}
.dropdown-toggle::after {
    float: right;
    /*-ms-transform: rotate(-90deg); 
    -webkit-transform: rotate(-90deg); 
    transform: rotate(-90deg);*/
}
.msg{
    display: inline-block;
    white-space: nowrap;
    font-family: Verdana;
    font-size: 10pt;
    -moz-transform: rotate(-90deg);
    -moz-transform-origin: center center;
    -webkit-transform: rotate(-90deg);
    -webkit-transform-origin: center center;
    -ms-transform: rotate(-90deg);
    -ms-transform-origin: center center;
}
.sticky-toolbar {
  position: fixed;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  width: 48px;
  z-index: 2;
  text-align: center;
}

.sticky-toolbar {
  display: flex;
  flex-direction: column;
  /*transform: translateX(100%);*/
}
.btn-group-vertical>.btn, .btn-group-vertical>.btn-group {
    width: auto;
    /*border-radius: 0px;*/
}
.sticky-toolbar1 {
    display: none;
}
.btn {
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #777;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    background-color: #320602;
    border: 2px solid transparent; 
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
     border-radius: 0px; 
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
}
.blink-bg{
        color: #fff;
        padding: 4px;
        display: inline-block;
        border-radius: 1px;
        animation: blinkingBackground 2s infinite;
    }
    @keyframes blinkingBackground{
        0%      { background-color: #10c018;}
        25%     { background-color: #1056c0;}
        50%     { background-color: #ef0a1a;}
        75%     { background-color: #254878;}
        100%            { background-color: #04a1d5;}
    }
.quicka{
        background-color: #320602 !important;
        border-color: transparent !important;
}
/*.breadcrumb, .breadcrumb-item a{
    color: white !important;
}*/
/*///Mobile view*/
@media (max-width: 667px)
{   
    .sticky-toolbar {
        display: none;
    }

    .sticky-toolbar1 {
        position: fixed;
        top: 93%;
        left: 20px;
        transform: translateY(-50%);
        width: 48px;
        z-index: 2;
        text-align: center;
        display: block;
    }
    .quicka{
        background-color: #320602 !important;
        border-color: transparent !important;
    }
    .nav-link {
        display: block;
        padding: 17px;

        /*border-radius: 50%;*/
        color: #320602;
        transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
    }
    .nav-tabs .nav-link {
        margin-bottom: -1px;
        /* background: none; */
        background-color: transparent;
        /*border: 1px solid #adadad;*/
        /*border-radius: 50%;*/
        /*font-weight: 600;*/
        /*padding: 20px !important;*/
    }
    .m4{
             margin: 1px !important;
    }
    .ms4{
            margin-left: 0px !important;
        }
    .fnt{
        font-size: 12px;
    }
    .mbpad{
        padding: 0px 5px;
    }
}
/*////////////*/
/*.spinn{
    background-image: url('img/itrans.png');
}*/

body,*{
    font-family: Simplified Arabic;        
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
}
.text-danger{
    color: #910909 !important;
}
.card-body{
    font-size: 15px;
    font-family: Simplified Arabic;
        padding-left: 25px;
}
/*ul{
    font-size: 15px !important;
}*/
p,ul,li{
    font-size: 15px !important;
}
a,li{
    cursor: pointer;
}
/*//modified*/
.fa-1x {
    font-size: 19px;
}

.nav, .navbar{
    font-family: Simplified Arabic;
}

/*//social color*/
.tweet{
    color:#009eff;
}
.fb{
    color: #315eff;
}
.lin{
    color: #4267B2;
}
.yout{
    color: #FF0000;
}
/********** Template CSS **********/
:root {
    --primary: #320602;
    --secondary: #777777;
    --light: #F8F8F8;
    --dark: #252525;
}

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


/*** 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 {
    color: #FFFFFF;
}

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

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

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

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


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

/*.navbar .navbar-nav .nav-link {
    margin-right: 30px;
    padding: 20px 0;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
}*/
.navbar .navbar-nav .nav-link {
    margin: 5px 30px;
    padding: 6px 3px;
    color: #FFFFFF;
    font-weight: 500;
    outline: none;
    font-size: 23px;
    font-family: "Simplified Arabic";
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    /*color: var(--dark);*/
    color: #ffeb00;
}

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

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

    .navbar .navbar-nav {
        margin-top: 8px;
        border-top: 1px solid rgba(256, 256, 256, .1)
    }
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }

    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
}


/*** Header ***/
#header-carousel .carousel-caption {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    /*justify-content: center;*/
    /*background: rgba(0, 0, 0, .5);*/
    z-index: 1;
}


#header-carousel .carousel-control-prev,
#header-carousel .carousel-control-next {
    width: 10%;
}

#header-carousel .carousel-control-prev-icon,
#header-carousel .carousel-control-next-icon {
    width: 3rem;
    height: 3rem;
}

@media (max-width: 768px) {
    #header-carousel .carousel-item {
        position: relative;
        min-height: 580px;
        /*min-height: 200px;*/
    }
    
    #header-carousel .carousel-item img {
        position: absolute;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .carousel-inner {

        min-height: 580px;
    }
    
}

#header-carousel .carousel-indicators [data-bs-target] {
    width: 60px;
    height: 60px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 60px;
    overflow: hidden;
}

#header-carousel .carousel-indicators [data-bs-target] img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.page-headerjib {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/product/jib/jibweb.JPG) center center no-repeat;
    background-size: cover;
}
.page-headerover {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/product/over/overweb.jpg) center center no-repeat;
    background-size: cover;
}
.page-headerhoist {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/product/hoist/hoistweb1.jpg) center center no-repeat;
    background-size: cover;
}
.page-headerkbk {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/product/kbk/kbkweb.jpg) center center no-repeat;
    background-size: cover;
}
.page-headerlift {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/product/lift/hand.jpg) center center no-repeat;
    background-size: cover;
}
.page-headerbeam {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/product/beam/beamweb.png) center center no-repeat;
    background-size: cover;
}
.page-headersr {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/product/sr/srweb.jpg) center center no-repeat;
    background-size: cover;
}
.page-headergrip {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/product/grip/gripweb.JPG) center center no-repeat;
    background-size: cover;
}
.page-header1 {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/contactus.jpg) center center no-repeat;
    background-size: cover;
}
.page-header2 {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/service.jpg) center center no-repeat;
    background-size: cover;
}
.page-header3 {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/aboutus.jpg) center center no-repeat;
    background-size: cover;
}
.page-header4 {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/blog.jpg) center center no-repeat;
    background-size: cover;
}
.page-headerpro {
    background: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url(../img/product.jpg) center center no-repeat;
    background-size: cover;
}
.page-header5 {
    background: url(../img/Industriesweserve.jpg) center center no-repeat;
    background-size: cover;
}
.page-headerabout {
    background: url(../img/aboutus.jpg) center center no-repeat;
    background-size: cover;
}
.breadcrumb-item+.breadcrumb-item::before {
    color: var(--light);
}

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


/*** Section Title ***/
.section-title {
    position: relative;
    display: inline-block;
    text-transform: uppercase;
}

.section-title::before {
    position: absolute;
    content: "";
    width: calc(100% + 80px);
    height: 2px;
    top: 4px;
    left: -40px;
    background: var(--primary);
    z-index: -1;
}

.section-title::after {
    position: absolute;
    content: "";
    width: calc(100% + 120px);
    height: 2px;
    bottom: 4px;
    left: -60px;
    background: var(--primary);
    z-index: -1;
}

.section-title.text-start::before {
    width: calc(100% + 40px);
    left: 0;
}

.section-title.text-start::after {
    width: calc(100% + 60px);
    left: 0;
}



/*** Img Border ***/
.img-border {
    position: relative;
    height: 100%;
    min-height: 400px;
}

.img-border::before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 3rem;
    bottom: 3rem;
    border: 3px solid var(--primary);
    border-radius: 6px;
}

.img-border img {
    position: absolute;
    top: 3rem;
    left: 3rem;
    width: calc(100% - 3rem);
    height: calc(100% - 3rem);
    object-fit: cover;
    border-radius: 6px;
}


/*** Facts ***/
.fact-item {
    transition: .5s;
}

.fact-item:hover {
    margin-top: -10px;
    background: #FFFFFF !important;
    box-shadow: 0 0 45px rgba(0, 0, 0, .07);
}


/*** Service ***/
.service-item {
    /*box-shadow: 0 0 45px rgba(0, 0, 0, .07);*/
    border: 1px solid transparent;
    transition: .5s;
}

.service-item:hover {
    margin-top: -10px;
    box-shadow: none;
    /*border: 1px solid #DEE2E6;*/
}


/*** Feature ***/
.progress {
    height: 5px;
}

.progress .progress-bar {
    width: 0px;
    transition: 3s;
}


/*** Project ***/
.project-item a {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    background: rgba(0, 0, 0, .5);
    border-radius: 6px;
    opacity: 0;
    transition: .5s;
}

.project-item:hover a {
    opacity: 1;
}

.project-carousel .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 20px;
}

.project-carousel .owl-dot {
    width: 35px;
    height: 35px;
    margin: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 35px;
    transition: .5s;
}

.project-carousel .owl-dot:hover,
.project-carousel .owl-dot.active {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


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

.team-item .team-text {
    position: relative;
    height: 65px;
    overflow: hidden;
}

.team-item .team-title {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-item:hover .team-title {
    top: -65px;
}

.team-item .team-social {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 65px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #FFFFFF;
    transition: .5s;
}

.team-item .team-social .btn {
    margin: 0 3px;
}

.team-item:hover .team-social {
    top: 0;
}


/*** Testimonial ***/

.testimonial-carousel .owl-item .testimonial-item img {
    width: 286px;
    height: 60px;
}

.testimonial-carousel .owl-item .testimonial-item,
.testimonial-carousel .owl-item .testimonial-item * {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    /*background: var(--primary) !important;*/
}

.testimonial-carousel .owl-item.center .testimonial-item * {
    color: #FFFFFF !important;
}

.testimonial-carousel .owl-nav {
    margin-top: 30px;
    display: flex;
    justify-content: center;
}

.testimonial-carousel .owl-nav .owl-prev,
.testimonial-carousel .owl-nav .owl-next {
    margin: 0 12px;
    width: 50px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #DEE2E6;
    border-radius: 50px;
    font-size: 18px;
    transition: .5s;
}

.testimonial-carousel .owl-nav .owl-prev:hover,
.testimonial-carousel .owl-nav .owl-next:hover {
    color: #FFFFFF;
    border-color: var(--primary);
    background: var(--primary);
}


/*** Footer ***/
.footer .btn.btn-link {
    display: block;
    margin-bottom: 5px;
    padding: 0;
    text-align: left;
    color: var(--secondary);
    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;
    color: var(--white);
    margin-right: 10px;
}

.footer .btn.btn-link:hover {
    color: var(--primary);
    letter-spacing: 1px;
    box-shadow: none;
}

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

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

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

/*newly added*/
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 100%;
    padding-right: var(--bs-gutter-x, 41px);
    padding-left: var(--bs-gutter-x, 41px);
    margin-right: auto;
    margin-left: auto;
}
.px-5 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}
@media (min-width: 992px)
{
.px-lg-5 {
     padding-right: 0 !important; 
     padding-left: 0 !important; 
}
}
.carousel-caption .title {
    position: absolute;
    top: 75px;
    left: 0;
    background-color: #320602;
    font-size: 24px;
    padding: 6px 25px 6px 50px;
    color: #ffffff;
    height: 40px;
    z-index: 50;
    text-transform: uppercase;
}
.carousel-caption .subtitle {
   position: absolute;
    top: 120px;
    left: 0;
    background-color: #230602;
    font-size: 18px;
    padding: 9px 25px 6px 50px;
    color: #ffffff;
    height: 40px;
    z-index: 50;
}

.carousel-caption .linktext a, .carousel-caption .linktext a:active, .carousel-caption .linktext a_:hover {
    color: #e30613;
    text-decoration: none;
    font-weight: bold;
}

.carousel-caption .linktext {
    position: absolute;
    bottom: 20px;
    left: 51px;
    z-index: 50;
    background: rgba(255, 255, 255, 0.8);
    padding: 12px;
    font-size: 13px;
}

.carousel-caption .title:before {
    content: '';
    display: block;
    height: 40px;
    width: 30px ;
    background-color: #e30613;
    transform: skewX(30deg);
    position: absolute;
    right: -19px;
    top: 0;
}

.carousel-caption .subtitle:before {
    content: '';
    display: block;
    height: 40px;
    width: 30px;
    background-color: #e30613;
    transform: skewX(-30deg);
    position: absolute;
    right: -19px;
    top: 0;
}
.card-title:before {
    content: '';
    display: block;
    height: 40px;
    width: 30px;
    background-color: #e30613;
    transform: skewX(-30deg);
    position: absolute;
    right: 0px;
    top: 16px;
}
@media (min-width: 1200px)
{
.display-1 {
    font-size: 1rem;
}

}
.display-1 {
    font-size: calc(1rem + 0.5vw);
    font-weight: 700;
    line-height: 1.2;
}
.card-title{
    background-color: #320602;
}
.card{
    box-shadow: 0px 0px 6px -2px #000;
    border-radius:0px;
}
.shadow{
    /*background-color: red;*/
}
.wrap{
    background-color: #fbfbd7;
}
.carousel-indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 0%;
    margin-bottom: 0rem;
    margin-left: 80%;
    list-style: none;
}
/*#header-carousel .carousel-indicators [data-bs-target] {
    width: 20px;
    height: 20px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 2px solid #FFFFFF;
    border-radius: 0px;
    overflow: hidden;
}*/
#header-carousel .carousel-indicators [data-bs-target] {
    width: 25px;
    height: 10px;
    text-indent: 0;
    margin-bottom: 15px;
    border: 1px solid #fff;
    border-radius: 0px;
    overflow: hidden;
}

.carousel-indicators .active {
    opacity: 1;
}
.carousel-indicators [data-bs-target] {

    background-color: #320602;

}
h6{
    line-height: 27px;
}
ul{
    list-style: square;
    color: #9d1b10;
}
.nav-tabs .nav-link.active, .nav-tabs .nav-item.show .nav-link {
    color: #320602;
    background-color: #f67100;
    /*border-color: #320602 #320602 #fff;*/
}

.nav-tabs .nav-link {
    margin-bottom: -1px;
    /*background: none;*/
    background-color: #adadad;
    border: 1px solid white;
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
    font-weight: 600;
}
.nav-link {
    display: block;
    padding: 0.5rem 5rem;
    color: #320602;
    transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out;
}
.container{
    background-color: white;
}
/*for review*/
.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 100%;
     padding-right: var(--bs-gutter-x, 0); 
     padding-left: var(--bs-gutter-x, 0); 
    /* margin-right: auto; */
    /* margin-left: auto; */
}

.container, .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    width: 100%;
     padding-right: var(--bs-gutter-x, 0); 
     padding-left: var(--bs-gutter-x, 0); 
    margin-right: auto;
    margin-left: auto;
}
/*-----------enf review---*/

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(var(--bs-gutter-y) * -1);
    margin-right: calc(var(--bs-gutter-x) / 1);
    margin-left: calc(var(--bs-gutter-x) / 1);
}
/*/////////////////*/

/* Fixed sidenav, full height */
.sidenav {
  height: 100%;
  width: 200px;
  /*position: fixed;*/
  z-index: 1;
  /*top: 0;*/
  /*left: 0;*/
  background-color: white;
  overflow-x: hidden;
  padding-top: 16px;
  font-weight: 500;
}

/* Style the sidenav links and the dropdown button */
.sidenav a, .dropdown-btn {
  padding: 6px 8px 6px 16px;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  color: black;
  display: block;
  border: none;
  background: none;
  width: 100%;
  text-align: left;
  cursor: pointer;
  outline: none;
}

/* On mouse-over */
.sidenav a:hover, .dropdown-btn:hover {
  color: #320602;
}

/* Main content */
.main {
  margin-left: 200px; /* Same as the width of the sidenav */
  font-size: 18px; /* Increased text to enable scrolling */
  padding: 0px 16px;
  font-weight: 500;
}

/* Add an active class to the active dropdown button */
.active {
  color: #320602;
  color: black;
}

/* Dropdown container (hidden by default). Optional: add a lighter background color and some left padding to change the design of the dropdown content */
.dropdown-container {
  display: none;
  /*background-color: #262626;*/
  padding-left: 16px;
  font-weight: 500;
}

/* Optional: Style the caret down icon */
.fa-caret-down {
  float: right;
  padding-right: 8px;
}

/* Some media queries for responsiveness */
@media screen and (max-height: 450px) {
  .sidenav {padding-top: 15px;}
  .sidenav a {font-size: 15px;}
}
* {box-sizing: border-box;}

.sbox {
  position: relative;
  width: 100%;
  max-width: 400px;
}

.image {
  display: block;
  width: 100%;
  height: auto;
}

.overlay {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  width: 100%;
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 20px;
  padding: 20px;
  text-align: center;
}

.sbox:hover .overlay {
  opacity: 1;
}
.education-box .education-box-item {
            width: 50%;
            max-width: 361px;
        }

/*// side nave dropdown font size*/
.dropdown-container a{
            font-size: 16px;
            font-weight: normal;
        }
ul{
    color:black;
}
.dropdown-item{
    font-size: 16px;
}

.pr0{
    padding-right: 0px;
   
}
.pl0{
    padding-left: 0px;
}
.dropwidth{
    width: 736px;
    left: -242px;
    font-size: 14px;
    box-shadow: 0px 0px 6px -2px #000;

}
.carousel-control-prev-icon, .carousel-control-next-icon {
    display: inline-block;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 100% 100%;
    background-color: #bbb6b6;
}

/*///Mobile view*/
@media (max-width: 667px)
{
    .mobilerow{
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }
    .mp{
        padding: 11px !important;
    }
   
    .navbar .nav-item:hover .dropdown-menu {
        transform: rotateX(0deg);
        visibility: visible;
        transition: .5s;
        opacity: 1;
    }
    
    .card-title:before {
        
        height: 38px;
    }
    .fa-1x {
        font-size: 17px;
    }
    .card{
        margin-bottom: 13px;
    }
    .image-border{
        min-height: 200px;
    }
    .img-border img {
        top: 1rem;
        left: 1rem;
        width: calc(100% - 0rem);
        height: calc(100% - 12rem);
    }
    .img-border::before {
   
        right: 0rem;
        bottom: 12rem;
    }
    .mobile{
        margin-bottom: -180px;
    }
    /*.navbar .nav-item .dropdown-menu {
        display: none;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
    .dropdown-menu.show {
        display: block !important;
    }*/
    .mobiledis{
        display: none;
    }
    .mobile1{
        padding-bottom: 0 !important;
    }
    .mobile2{
        margin-left: -5px;
    }
    .mobile3{
        width: 100% !important;
    }
    .mobile4{
        margin-right: 0;
        margin-left: 0;
    }
    .mobile5 {
        margin-right: -27px;
        margin-left: -27px;
    }
    .h-100{
            padding-top: 3rem !important;
    }
    .education-box img, .education-box i {
        float: unset;
    }
    .pr0{
        padding-right: 0px;
        margin-left: -12px;
    }
    .pl0{
        padding-left: 0px;
    }
    .image , .text-block{
        width: 105% !important;
    }
    .collapse > ul a{
        font-size: 12px !important;
      }
      /*/////////////*/
    .carousel-caption .title {
        position: absolute;
        top: 175px;
        left: 0;
        background-color: #320602;
        font-size: 13px;
        padding: 7px 28px 6px 18px;
        color: #ffffff;
        height: 28px;
        z-index: 50;
    }
    .carousel-caption .subtitle {
        position: absolute;
        top: 220px;
        left: 0;
        background-color: #230602;
        font-size: 13px;
        padding: 7px 28px 6px 18px;
        color: #ffffff;
        height: 28px;
        z-index: 50;
    }
    .carousel-caption .title:before {
        content: '';
        display: block;
        height: 28px;
        width: 18px;
        background-color: #e30613;
        transform: skewX(30deg);
        position: absolute;
        right: -11px;
        top: 0;
    }

    .carousel-caption .subtitle:before {
        content: '';
        display: block;
        height:28px;
        width: 18px;
        background-color: #e30C13;
        transform: skewX(-30deg);
        position: absolute;
        right: -11px;
        top: 0;
    }
    .dropwidth{
        width: 363px;
    }
    .rowmar{
        margin: 0;
    }
}
@media (max-width: 576px){
    .education-box .education-box-item {
        width: 100%;
    }
}
/*//aboutus page added css vstechnosft*/
@media (max-width: 992px){
    .navbar-collapse {
         background-color:transparent;
    }
}
@media (max-width: 1027px)
{
    .card-title:before {
        
        height: 38px;
    }
    .card{
        margin-bottom: 17px;
    }
    .col-md-8 {
        flex: 0 0 auto;
        width: 100.66667%;
    }
    
}