/*------------------------------------------------------*/


/* KEN BURNS 061
/*------------------------------------------------------*/

#kenburns_061 {
    overflow: hidden;
    max-height: 658px;
    position: relative;
    background: #000000;
}

#kenburns_061:hover {
    cursor: -moz-grab;
    cursor: -webkit-grab;
}

#kenburns_061:active {
    cursor: -moz-grabbing;
    cursor: -webkit-grabbing;
}

#kenburns_061>.carousel-inner>.carousel-item {
    overflow: hidden;
}

#kenburns_061>.carousel-inner>.carousel-item>img,
#kenburns_061>.carousel-inner>.carousel-item>a>img {
    width: 100%;
    margin: auto;
    opacity: 0.5;
}


/*---------- INDICATORS CONTROL ----------*/

.ps_indicators_txt_icon>.carousel-indicators {
    top: 1%;
    margin: 0;
    right: 9%;
    left: auto;
    width: 80%;
    height: 35px;
    font-size: 0;
    display: block;
    overflow-x: auto;
    text-align: center;
    overflow-y: hidden;
    padding-left: 10px;
    padding-right: 10px;
    white-space: nowrap;
}

.ps_indicators_txt_icon>.carousel-indicators li:before {
    display: none;
}

.ps_indicators_txt_icon>.carousel-indicators li {
    opacity: 1;
    margin: 1px;
    width: 35px;
    height: 30px;
    border: none;
    color: #ffffff;
    text-indent: 0;
    padding: 0 10px;
    font-size: 12px;
    overflow: hidden;
    text-align: left;
    line-height: 30px;
    position: relative;
    letter-spacing: 1px;
    display: inline-block;
    background: transparent;
    text-transform: uppercase;
    border-bottom: 1px solid transparent;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) 0.5s;
    transition: all cubic-bezier(.165, .84, .44, 1) 0.5s;
}

.ps_indicators_txt_icon>.carousel-indicators li:after {
    width: auto;
    height: auto;
    top: 0;
    bottom: auto;
    left: auto;
    right: 15%;
    content: "\f30b";
    font-style: normal;
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-decoration: inherit;
}

.ps_indicators_txt_icon>.carousel-indicators .active {
    width: 50px;
    margin: 1px;
    height: 30px;
    border: none;
    text-indent: 0;
    color: #fff;
    background: transparent;
    border-bottom: 1px solid #fff;
}

.ps_indicators_txt_icon>.carousel-indicators::-webkit-scrollbar {
    height: 5px;
}

.ps_indicators_txt_icon>.carousel-indicators::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.8);
    -webkit-border-radius: 0;
    border-radius: 0;
}


/*---------- LEFT/RIGHT CONTROL ----------*/

.ps_control_txt_icon .carousel-control-prev,
.ps_control_txt_icon .carousel-control-next {
    top: 3%;
    opacity: 1;
    width: 75px;
    padding: 5px;
    height: 25px;
    z-index: 100;
    bottom: auto;
    border: none;
    color: #ffffff;
    font-size: 12px;
    cursor: pointer;
    line-height: 15px;
    font-weight: 400;
    overflow: hidden;
    text-shadow: none;
    position: absolute;
    background: transparent;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.ps_control_txt_icon:hover .carousel-control-prev,
.ps_control_txt_icon:hover .carousel-control-next {
    opacity: 1;
}

.ps_control_txt_icon .carousel-control-prev {
    left: 1%;
    right: auto;
}

.ps_control_txt_icon .carousel-control-next {
    right: 1%;
    left: auto;
}

.ps_control_txt_icon .carousel-control-prev>span,
.ps_control_txt_icon .carousel-control-next>span {
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) 0.5s;
    transition: all cubic-bezier(.165, .84, .44, 1) 0.5s;
}

.ps_control_txt_icon .carousel-control-prev span:after {
    top: 0;
    left: 0;
    opacity: 0;
    visibility: hidden;
    content: "\f30a";
    font-style: normal;
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-decoration: inherit;
    line-height: 25px;
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) 0.5s;
    transition: all cubic-bezier(.165, .84, .44, 1) 0.5s;
}

.ps_control_txt_icon .carousel-control-next span:before {
    top: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    content: "\f30b";
    font-style: normal;
    position: absolute;
    font-weight: 900;
    font-family: "Font Awesome 5 Free";
    text-decoration: inherit;
    line-height: 25px;
    -webkit-transition: all cubic-bezier(.165, .84, .44, 1) 0.5s;
    transition: all cubic-bezier(.165, .84, .44, 1) 0.5s;
}

.ps_control_txt_icon .carousel-control-prev:hover span:after,
.ps_control_txt_icon .carousel-control-next:hover span:before {
    visibility: visible;
    opacity: 1;
}


/*---------- SLIDE CAPTION ----------*/

.kenburns_061_slide {
    top: 18%;
    right: 8%;
    width: 65%;
    left: auto;
    text-align: right;
    position: absolute;
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-timing-function: cubic-bezier(.165, .84, .44, 1);
    animation-timing-function: cubic-bezier(.165, .84, .44, 1);
}

.kenburns_061_slide_right {
    right: 8%;
    left: auto;
    text-align: right;
}

.kenburns_061_slide_center {
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
}

.kenburns_061_slide>h1 {
    color: #ffffff;
    margin: 13px 0;
    font-size: 65px;
    font-weight: 700;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.kenburns_061_slide>h2 {
    margin: 0;
    color: #ffffff;
    font-size: 35px;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.kenburns_061_slide>h3 {
    margin: 0;
    color: #ffffff;
    font-size: 22px;
    font-weight: 400;
    text-shadow: none;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
}

.kenburns_061_slide>a,
.kenburns_061_slide>a:visited {
    background: #d81624;
    padding: 7px;
    width: 130px;
    color: #ffffff;
    font-size: 12px;
    text-align: center;
    font-weight: 400;
    margin-top: 25px;
    text-shadow: none;
    position: relative;
    letter-spacing: 2px;
    text-decoration: none;
    display: inline-block;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
    -webkit-font-smoothing: antialiased;
    -webkit-transition: width cubic-bezier(.165, .84, .44, 1) 0.5s;
    transition: width cubic-bezier(.165, .84, .44, 1) 0.5s;
}

.kenburns_061_slide>a:hover,
.kenburns_061_slide>a:active {
    width: 130px;
}

.kenburns_061_slide_right>a {
    text-align: right;
}

.kenburns_061_slide_center>a {
    width: 135px;
    text-align: center;
}


/*------------------------------------------------------*/


/* RESPONSIVE
  /*------------------------------------------------------*/


/*---------- MEDIA 480px ----------*/

@media only screen and (max-width: 480px) {
    /*---------- INDICATORS CONTROL ----------*/
    .ps_indicators_txt_icon>.carousel-indicators {
        display: none;
    }
    .ps_control_txt_icon .carousel-control-prev,
    .ps_control_txt_icon .carousel-control-next {
        display: none;
    }
    /*---------- SLIDE CAPTION ----------*/
    .kenburns_061_slide {
        top: 10%;
        left: 5%;
        width: 100%;
    }
    .kenburns_061_slide_right {
        right: 5%;
        left: auto;
    }
    .kenburns_061_slide_center {
        left: 0;
        right: 0;
    }
    .kenburns_061_slide>h1 {
        margin: 5px 0;
        font-size: 25px;
    }
    .kenburns_061_slide>h2 {
        margin: 5px 0;
        font-size: 16px;
    }
    .kenburns_061_slide>h3 {
        margin: 5px 0;
        font-size: 14px;
    }
    .kenburns_061_slide>a,
    .kenburns_061_slide>a:visited {
        margin-top: 10px;
    }
}


/*---------- MEDIA 481px - 600px ----------*/

@media (min-width: 481px) and (max-width: 600px) {
    /*---------- INDICATORS CONTROL ----------*/
    .ps_indicators_txt_icon>.carousel-indicators {
        display: none;
    }
    /*---------- SLIDE CAPTION ----------*/
    .kenburns_061_slide>h1 {
        margin: 5px 0;
        font-size: 35px;
    }
    .kenburns_061_slide>h2 {
        margin: 5px 0;
        font-size: 20px;
    }
    .kenburns_061_slide>h3 {
        margin: 5px 0;
        font-size: 18px;
    }
}


/*---------- MEDIA 601px - 767px ----------*/

@media (min-width: 601px) and (max-width: 767px) {
    /*---------- INDICATORS CONTROL ----------*/
    .ps_indicators_txt_icon>.carousel-indicators {
        right: 15%;
        width: 70%;
    }
    /*---------- SLIDE CAPTION ----------*/
    .kenburns_061_slide>h1 {
        font-size: 40px;
    }
}


/*------------------------------------------------------*/


/* KEN BURNS ANIMATION EFFECTS
  /*------------------------------------------------------*/

.kbrns_zoomInOut>.carousel-inner>.carousel-item>img,
.kbrns_zoomInOut>.carousel-inner>.carousel-item>a>img {
    -webkit-transform-origin: 100% 0%;
    -moz-transform-origin: 100% 0%;
    -ms-transform-origin: 100% 0%;
    -o-transform-origin: 100% 0%;
    transform-origin: 100% 0%;
    -webkit-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
    -moz-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
    -o-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
    -ms-animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
    animation: kbrns_zoomInOut 25s linear 0s infinite alternate;
}


/*---------- ANIMATION ----------*/

@-webkit-keyframes kbrns_zoomInOut {
    0% {
        -webkit-transform: scale(1);
    }
    100% {
        -webkit-transform: scale(1.2);
    }
}

@-moz-keyframes kbrns_zoomInOut {
    0% {
        -moz-transform: scale(1);
    }
    100% {
        -moz-transform: scale(1.2);
    }
}

@-ms-keyframes kbrns_zoomInOut {
    0% {
        -ms-transform: scale(1);
    }
    100% {
        -ms-transform: scale(1.2);
    }
}

@-o-keyframes kbrns_zoomInOut {
    0% {
        -o-transform: scale(1);
    }
    100% {
        -o-transform: scale(1.2);
    }
}

@keyframes kbrns_zoomInOut {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}


/*--------------------------------------------*/


/* SLIDING TIMING FUNCTIONS
  /*--------------------------------------------*/


/*----- ps_ease -----*/

.ps_ease .carousel-item {
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
}


/*----- ps_easeInOut -----*/

.ps_easeInOut .carousel-item {
    -webkit-transition-timing-function: ease-in-out;
    transition-timing-function: ease-in-out;
}


/*----- ps_speedy -----*/

.ps_speedy .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0, 1);
    transition-timing-function: cubic-bezier(0, 1, 0, 1);
}


/*----- ps_slowSpeedy -----*/

.ps_slowSpeedy .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
    transition-timing-function: cubic-bezier(0.3, 1, 0, 1);
}


/*----- ps_easeOutInCubic -----*/

.ps_easeOutInCubic .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
    transition-timing-function: cubic-bezier(0.22, 0.81, 0.01, 0.99);
}


/*----- ps_swing -----*/

.ps_swing .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.02, .01, .47, 1);
    transition-timing-function: cubic-bezier(.02, .01, .47, 1);
}


/*----- ps_easeOutCubic -----*/

.ps_easeOutCubic .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.215, .61, .355, 1);
    transition-timing-function: cubic-bezier(.215, .61, .355, 1);
}


/*----- ps_easeInOutCubic -----*/

.ps_easeInOutCubic .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.645, .045, .355, 1);
    transition-timing-function: cubic-bezier(.645, .045, .355, 1);
}


/*----- ps_easeOutCirc -----*/

.ps_easeOutCirc .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.075, .82, .165, 1);
    transition-timing-function: cubic-bezier(.075, .82, .165, 1);
}


/*----- ps_easeOutExpo -----*/

.ps_easeOutExpo .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}


/*----- ps_easeInQuad -----*/

.ps_easeInQuad .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.55, .085, .68, .53);
    transition-timing-function: cubic-bezier(.55, .085, .68, .53);
}


/*----- ps_easeOutQuad -----*/

.ps_easeOutQuad .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.25, .46, .45, .94);
    transition-timing-function: cubic-bezier(.25, .46, .45, .94);
}


/*----- ps_easeInOutQuad -----*/

.ps_easeInOutQuad .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.455, .03, .515, .955);
    transition-timing-function: cubic-bezier(.455, .03, .515, .955);
}


/*----- ps_easeOutQuart -----*/

.ps_easeOutQuart .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.165, .84, .44, 1);
    transition-timing-function: cubic-bezier(.165, .84, .44, 1);
}


/*----- ps_easeInOutQuart -----*/

.ps_easeInOutQuart .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.77, 0, .175, 1);
    transition-timing-function: cubic-bezier(.77, 0, .175, 1);
}


/*----- ps_easeOutQuint -----*/

.ps_easeOutQuint .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.23, 1, .32, 1);
    transition-timing-function: cubic-bezier(.23, 1, .32, 1);
}


/*----- ps_easeInSine -----*/

.ps_easeInSine .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.47, 0, .745, .715);
    transition-timing-function: cubic-bezier(.47, 0, .745, .715);
}


/*----- ps_easeOutSine -----*/

.ps_easeOutSine .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.39, .575, .565, 1);
    transition-timing-function: cubic-bezier(.39, .575, .565, 1);
}


/*----- ps_easeInOutSine -----*/

.ps_easeInOutSine .carousel-item {
    -webkit-transition-timing-function: cubic-bezier(.445, .05, .55, .95);
    transition-timing-function: cubic-bezier(.445, .05, .55, .95);
}

.about-box {
    padding: 20px 20px 20px 20px;
    box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1);
}

.about-box img {
    margin-bottom: 13px;
}

.first-color-bg {
    color: #fff;
    background: #d81624;
}

.rd-color {
    color: #d81624
}

.first-color {
    color: #0b2154
}

.fa-3x {
    font-size: 3em;
}

.quots .overlay {
    background: rgba(0, 0, 0, 0.35);
    background-image: linear-gradient( 300deg, #000000BD 83%, #D81324 60%);
}

.quots .btn {
    color: #fff;
    background-color: #d81624;
    border-color: #ab121e;
    font-weight: 600;
    padding: 11px 40px;
}

.svg-inline--fa.fa-w-8 {
    width: 0.5em;
}

.features-content {
    box-shadow: 0px 3px 15px 0px rgb(0 0 0 / 8%);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    margin-top: -135px;
    margin-bottom: 0px;
    padding: 20px 0px 40px 0px;
    position: relative;
    z-index: 9999;
    background: #fff;
}

.services-2 .icon {
    line-height: 1;
    position: relative;
    width: 95px;
    height: 80px;
    background: #4ab661;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    border-radius: 50%;
    box-shadow: 0px 10px 30px -4px rgba(0, 0, 0, 0.15);
    margin-right: 25px;
}

.services-2 .text {
    width: calc(100% - 80px);
}

.sec-pad-80 {
    padding: 80px 0;
}

.section-tittle,
.services {
    position: relative;
}

.section-tittle {
    margin: 60px 0 25px;
    text-align: center;
    letter-spacing: 3px;
}

.video-btn {
    position: absolute;
    background: #d81624;
    width: 80px;
    height: 80px;
    top: 198px;
    right: -6px;
    line-height: 75px;
    text-align: center;
    border-radius: 50px;
    z-index: 99;
}

.video-btn::after,
.video-btn::before {
    content: " ";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: red;
    border-radius: 50%;
    box-shadow: 0 0 0 0 currentColor;
    -webkit-animation: button-ripple 3s infinite;
    animation: button-ripple 3s infinite;
    opacity: .6;
    z-index: -1;
}

.video-btn::after {
    -webkit-animation-delay: .3s;
    animation-delay: .3s;
}

.news-blog {
    background-color: #fdfdfd
}

.news-card {
    background-color: #FFF;
    box-shadow: 0px 5px 25px 0px rgba(0, 0, 0, 0.1);
    border-radius: 0px 0px 0px 0px;
}

.news-header {
    position: relative;
}

.news-img {
    position: relative;
    overflow: hidden;
    display: block;
}

.news-content {
    padding: 20px 40px 30px;
    background: #fff;
}

.news-date {
    position: absolute;
    background-color: #D81324;
    color: #fff;
    bottom: 30px;
    left: -10px;
    padding: 5px 22px;
    text-align: center;
    line-height: 23px;
}

.news-date::before {
    position: absolute;
    content: "";
    top: -10px;
    left: 0;
    color: #912f3d;
    border-bottom: 5px solid #912f3d;
    border-top: 5px solid transparent;
    border-width: 5px;
    border-right: 5px solid #912f3d;
    border-left: 5px solid transparent;
}

.news-date span {
    display: block;
}

@-webkit-keyframes button-ripple {
    70% {
        box-shadow: 0 0 0 15px currentColor;
        opacity: 0
    }
    100% {
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

@keyframes button-ripple {
    70% {
        box-shadow: 0 0 0 15px currentColor;
        opacity: 0
    }
    100% {
        box-shadow: 0 0 0 0 currentColor;
        opacity: 0
    }
}

.services-box h3 {
    margin: 15px 0;
    font-size: 20px;
}

.services-box p {
    font-size: 14px;
}

.services-box .icon {
    min-width: 91px;
    background: #d81624;
    width: 91px;
    height: 91px;
    line-height: 95px;
    border-radius: 50px;
    text-align: center;
    margin-left: 25px;
}

ul.filters {
    display: block;
    width: 100%;
    margin: 0;
    padding: 30px 0;
}

ul.filters>li {
    list-style: none;
    display: inline-block;
}

ul.filters>li>a {
    position: relative;
    display: block;
    color: #434e5e;
    text-decoration: none;
    padding: 0 20px;
    font-weight: 600;
}

ul.filters>li>a:hover {
    background-color: #e6e9ed;
}

ul.filters>li.active>a:after {
    content: " ";
    display: block;
    width: 40%;
    height: 1px;
    background: #b69e59;
    margin: auto;
    margin-top: 5px;
    transition: all .4s;
}

.card {
    position: relative;
    color: #000;
    border-radius: 0;
    border: 0;
    background-color: #fff;
    box-shadow: none;
}

.card-head {
    position: relative;
    overflow: hidden;
}

.overlay {
    position: absolute;
    width: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    content: '';
    background: rgba(0, 0, 0, 0.8);
    z-index: 0;
}

.card-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

.card-hover {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(147, 147, 70, 0.82);
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    flex-direction: column;
    box-sizing: border-box;
    padding: 30px;
    -webkit-transition: ease-in-out 0.2s;
    -moz-transition: ease-in-out 0.2s;
    -ms-transition: ease-in-out 0.2s;
    transition: ease-in-out 0.2s;
}

.card:hover .card-hover {
    top: 0%;
}

.card-body {
    padding-top: 10px;
    padding-bottom: 10px;
}

h4.title {
    color: #434e5e;
    font-size: 1.2rem;
    margin-bottom: 0;
}

.card-btn {
    margin-bottom: -40px;
    font-size: 0.9rem;
    background-color: #fff;
    color: #222;
    border: 1px solid #eee;
    border-radius: 0;
    padding-left: 50px;
    padding-right: 50px;
}

.card-btn:hover {
    background-color: #28bea8;
    color: #fff;
}

.about-image {
    text-align: left;
}

.about-text {
    text-align: left;
}

.whyus-img {
    background-image: linear-gradient( 290deg, #FFFFFF00 45%, #D81324 45%);
    padding: 25px 25px 25px 25px;
}

.solution-box li,
.about-text li {
    position: relative;
    padding: 0 25px 0 0;
    margin-bottom: 8px;
}

.about-text li {
    color: #0b2154;
    font-weight: bolder;
}

.about-text h2 {
    position: relative;
}

.about-text li:before {
    position: absolute;
    right: 0;
    top: 4px;
    content: "";
    display: inline-block;
    width: 9px;
    height: 16px;
    border-bottom: 2px solid #d81624;
    border-right: 2px solid #d81624;
    transform: rotate( 47deg);
}

.about-text ul {
    margin-top: 30px;
}

.about-text ul {
    margin-bottom: 25px;
}

.solution-box ul,
.about-text ul {
    list-style: none;
    margin: 0;
}

.gallery-item {
    width: 25%;
}

.solution-box h2 {
    position: relative;
    padding: 20px;
}

.solution-box h5:before,
.solution-box h2:after {
    content: "";
    display: block;
    width: 67%;
    height: 2px;
    background: #bfbfbf;
    margin: auto;
    margin-top: 35px;
    transition: all .6s;
}

.solution-box .btn,
.solution-box h5:before {
    margin-bottom: 25px;
}

.solution-box .btn {
    background: #002e5a;
    color: #fff;
}

.solution-box h5 {
    color: #008748;
}

.solutions .col-md-4 {
    padding: 0 25px;
}

.solution-box {
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.solution-box h5,
.solution-box ul {
    padding: 15px;
}

.solution-box img {
    width: 100%;
}

.partner {
    background: #4ab661;
}
@media only screen and (min-width: 992px) {
.about-box {
    margin-left: 15px
}
}