.border {
    border: 1px solid #ddd;
}

/*About us page*/

.bottom-border-orrange {
    border-bottom: 9px solid #f7931e!important;
}

.bottom-border-orrange-heading {
    border-bottom: 0.2em solid #f7931e!important;
}

.border-gray {
    border-bottom: 10px solid #ddd;
}
.bg-gray {
    background-color: rgba(255, 255, 255, 1)!important;
}

.ribbon {
    height: 25px;
    margin: 0px auto;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #253970;
    -webkit-animation: main 250ms;
    -moz-animation: main 250ms;
    -ms-animation: main 250ms;
    animation: main 250ms;
    width: 400px;
    position: relative;
    z-index: -1;
}

.ribbon.orange {
    height: 25px;
    margin: 0px auto;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    background: #ef7e0c;
    -webkit-animation: main 250ms;
    -moz-animation: main 250ms;
    -ms-animation: main 250ms;
    animation: main 250ms;
    width: 400px;
    position: relative;
    z-index: -1;
}

.lableblue {
    width: 400px;
    margin: 0 auto;
    background: #253970;
    border-radius: 0 0 15px 15px;
    margin-top: -1px;
    height: 58px;
}

.ribbon i:first-child,
.ribbon i:nth-child(2) {
    position: absolute;
    left: -52px;
    bottom: -27px;
    z-index: 0;
    border: 26px solid transparent;
    border-right-color: #03266d;
    -webkit-animation: edge 500ms;
    -moz-animation: edge 500ms;
    -ms-animation: edge 500ms;
    animation: edge 500ms;
}

.ribbon.orange i:first-child,
.ribbon.orange i:nth-child(2) {
    position: absolute;
    left: -52px;
    bottom: -27px;
    z-index: 0;
    border: 26px solid transparent;
    border-right-color: #af5b0e;
    -webkit-animation: edge 500ms;
    -moz-animation: edge 500ms;
    -ms-animation: edge 500ms;
    animation: edge 500ms;
}

.ribbon i:nth-child(2) {
    left: auto;
    right: -52px;
    border-right-color: transparent;
    border-left-color: #03266d;
}

.ribbon.orange i:nth-child(2) {
    left: auto;
    right: -52px;
    border-right-color: transparent;
    border-left-color: #af5b0e;
}

.lableorange {
    width: 400px;
    margin: 0 auto;
    background: #ef7e0c;
    border-radius: 0 0 15px 15px;
    margin-top: -1px;
    height: 58px;
}

.border_radius_15 {
    border-radius: 15px;
    border-color: var(--orange-color);
}

.icon_img {
    width: 100%;
    height: 130px;
    object-fit: contain;
}

.support_slider_img {
    width: 98%;
    height: 295px;
    object-fit: contain;
}

.dropdown-menu .inner {
    display: block;
}

img {
    color: transparent;
    background: transparent;
}
.left-icon {
    width: 1%!important;
    left: 5px;
    opacity: 1;
}
.right-icon {
    width: 1%!important;
    right: 5px;
    opacity: 1;
}
.icon-setting {
    background: #192c55;
    color: white;
    opacity: 1;
    padding: 10px;
}

@media only screen and (min-width: 1600px) {
    .container {
        max-width: 1600px;
    }
     .responsiveTextCoreValues{
       width: 300px!important;
       height: 72px!important;
    }
}
@media only screen and (max-width: 1600px){
    .responsiveTextCoreValues{
        width: 300px!important;
        height: 72px!important;
    }
}
@media only screen and (max-width: 1500px){
    .responsiveTextCoreValues{
        width: 300px!important;
       height: 72px!important;
    }
}
@media only screen and (max-width: 1400px){
    .responsiveTextCoreValues{
       width: 300px!important;
       height: 72px!important;
    }
}
@media only screen and (max-width: 1300px){
    .responsiveTextCoreValues{
        width: 380px!important;
       height: 72px!important;
    }
    .icon_img {
        width: 395px!important;
        height: 130px!important;
        object-fit: contain!important;
        margin: 0px!important;
    }
}
@media only screen and (max-width: 1100px){
    .responsiveTextCoreValues{
        width: 400px!important;
       height: 72px!important;

    }
}
@media only screen and (max-width: 1024px){
    .support_slider_img {
        width: 31vw!important;
    }
}

@media only screen and (max-width: 991px) {
    .support_slider_img {
        width: 47vw!important;
    }
    .responsiveTextCoreValues{
        width: 400px!important;
        height: 72px!important;
    }
     
}
@media only screen and (max-width: 767px){
    .responsiveTextCoreValues{
        width: 400px!important;
        height: 72px!important;
    }
    .support_slider_img {
        width: 100vw!important;
    }
}


@media only screen and (max-width: 550px) {
    
     .ribbon, .lableblue, .lableorange{
        width: 285px!important;
     }

     img.box-image {
        width: 14%;
        object-fit: contain;
    }
    .headingText{
        font-size: 1rem!important;
    }
    .icon_img {
        width: 300px!important;
        height: 130px!important;
        object-fit: contain!important;
        margin: 0px!important;
    }
    .responsiveTextCoreValues{
        width: 300px!important;
        height: auto!important;
    }
}

@media only screen and (max-width: 450px) {
    
     .ribbon, .lableblue, .lableorange{
        width: 230px!important;
        font-size: 2rem!important;
     }
     .lableblue img, .lableorange img{
        width: 16%!important;
        margin-top: -5px!important;
     }

    img.box-image {
        width: 14%;
        object-fit: contain;
    }
    .headingText{
        font-size: 1rem!important;
    }
    .icon_img {
        width: 260px!important;
        height: 130px!important;
        object-fit: contain!important;
        margin: 0px!important;
    }

    .responsiveTextCoreValues{
        width: 100%!important;
    }
}
@media only screen and (max-width: 400px) {
    .icon_img {
        width: 220px!important;
        height: 130px!important;
        object-fit: contain!important;
        margin: 0px!important;
    }
}

@media only screen and (max-width: 350px) {
    
     .ribbon, .lableblue, .lableorange{
        width: 190px!important;
        font-size: 1.7rem!important;
     }
     .lableblue img, .lableorange img{
        width: 13%!important;
        margin-top: -3px!important;
     }

     img.box-image {
        width: 14%;
        object-fit: contain;
    }
    .headingText{
        font-size: 1rem!important;
    }
    .icon_img {
        width: 157px!important;
        height: 130px!important;
        object-fit: contain!important;
        margin: 0px!important;
    }
    .responsiveTextCoreValues{
        width: 100%!important;
    }

    
}

