body {
    font-family: Poppins !important;
}

.container {
    max-width: 960px;
}

/*
   * Custom translucent site header
   */
.top-info {
    display: none;
    font-size: 13px;
}

.site-header, .top-info, .jumbotron {
    color: white;
    background: #14133b;
}

.site-header.sticky-top {
    top: -1 !important;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
}

.site-header.is-pinned {
    background: white;
    color: black;
    border-bottom: 1px solid #dedede;
    box-shadow: 0 4px 8px 0 rgb(0 0 0 / 10%), 0 6px 20px 0 rgb(0 0 0 / 8%);
}

.site-header.is-pinned a,
.site-header.is-pinned a:hover {
    color: black;
}

.site-header a {
    color: #ffffff;
    transition: color .15s ease-in-out;
}

.site-header a:hover {
    color: #fff;
    text-decoration: none;
}

div.jumbotron {
    padding-bottom: 150px !important;
    background-image: url('../images/slider7.png'), url('../images/slider8.png');
    background-repeat: no-repeat;
    background-position: top;
    background-size: cover;
}

div.jumbotron .btn {
    transition: all .35s;
}

div.jumbotron .btn:hover {
    bottom: 10px !important;
}

/*
*   Second section
*/
.second-section .ss-box,
.fourth-section .fs-box {
    color: #5b6674;
    line-height: 30px !important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

.second-section .ss-box h6,
.fourth-section .fs-box h6,
.sixth-section .ss-box h6 {
    font-size: 1.4em;
    color: #333;
}

.second-section .ss-box .btn-readmore {
    color: #333;
}

.second-section .ss-box .thumb-service {
    position: relative;
    overflow: hidden;
    height: 57px;
    width: 57px;
    background-size: cover;
    background-repeat: no-repeat;
    background-clip: content-box;
    padding: 0;
    transition: transform .25s ease-in-out;
}

.second-section .ss-box:hover .thumb-service {
    transform: translateY(-10px);
}

.hover-background-orange,
.hover-background-blue,
.hover-background-green,
.hover-background-red {
    transition: all .35s ease-in-out;
}

.background-orange,
.hover-background-orange:hover {
    background: #fef4e8;
}

.background-blue,
.hover-background-blue:hover {
    background: #e9f6fe;
}

.background-green,
.hover-background-green:hover {
    background: #e9f7f5;
}

.background-red,
.hover-background-red:hover {
    background: #fde9f0;
}

.second-section .ss-box .btn-readmore {
    position: relative;
    background: transparent !important;
    border: 0;
    padding-left: 0;
    display: inline-block;
    text-decoration: none;
}

.second-section .ss-box .btn-readmore .button-text {
    position: relative;
    z-index: 1;
    transition: .5s;
    padding-right: 40px !important;
}

.second-section .ss-box .btn-readmore:after, .second-section .ss-box .btn-readmore:before {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 2px;
    width: 30px;
    background-color: currentColor;
    transition: .5s;
    opacity: 1;
}

.second-section .ss-box .btn-readmore:after {
    left: -40px;
    right: unset;
    opacity: 0;
}

.second-section .ss-box .btn-readmore:hover .button-text {
    padding-left: 50px !important;
}

.second-section .ss-box .btn-readmore:hover:after {
    left: 0;
    opacity: 1;
}

.second-section .ss-box .btn-readmore:hover:before {
    right: -60px;
    opacity: 0;
}

.fourth-section .image-box {
    margin-top: 120px;
}

.fourth-section .fs-box {
    line-height: 20px !important;
    font-size: 14px !important;
}

.fifth-section {
    background: linear-gradient(360deg, white 0%, white 35%, white 35%, #14133b 0%);
    color: white;
}

.fifth-section .fs-box h6 {
    font-size: 1.4em;
}

.fifth-section .fs-box {
    line-height: 25px !important;
    font-size: 15px !important;
}

.fifth-section .fs-box.hover-background-blue .icon-wrapper {
    color: #3D8EB9 !important;
    transition: all .35s;
}

.fifth-section .fs-box.hover-background-blue:hover {
    border-color: #3D8EB9 !important;
    background: #3D8EB9;
}

.fifth-section .fs-box.hover-background-orange .icon-wrapper {
    color: #FF7416 !important;
    transition: all .35s;
}

.fifth-section .fs-box.hover-background-orange:hover {
    border-color: #FF7416 !important;
    background: #FF7416;
}

.fifth-section .fs-box.hover-background-green .icon-wrapper {
    color: #71BA51 !important;
    transition: all .35s;
}

.fifth-section .fs-box.hover-background-green:hover {
    border-color: #71BA51 !important;
    background: #71BA51;
}

.fifth-section .fs-box.hover-background-red .icon-wrapper {
    color: #FF6766 !important;
    transition: all .35s;
}

.fifth-section .fs-box.hover-background-red:hover {
    border-color: #FF6766 !important;
    background: #FF6766;
}

.fifth-section .fs-box.hover-background-blue:hover .icon-wrapper,
.fifth-section .fs-box.hover-background-orange:hover .icon-wrapper,
.fifth-section .fs-box.hover-background-green:hover .icon-wrapper,
.fifth-section .fs-box.hover-background-red:hover .icon-wrapper {
    color: #fff !important;
}

.fifth-section .contact-input {
    border: none;
    background: #f5faff;
}

.sixth-section .ss-box {
    overflow: hidden;
}

.sixth-section .ss-box img{
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

.sixth-section .ss-box:hover img{
    transform: scale(1.15);
}

/*
Footer
*/
footer {
    background: #060816;
}

footer .footer-list {
    margin-top: 30px;
    padding-left: 0;
    list-style: none;
}

footer .footer-list li{
    display: block;
}

footer .text-secondary {
    color: rgba(255, 255, 255, 0.7) !important;
    text-decoration: none;
    -webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}

footer a.text-secondary:hover,
footer .site-name {
    color: #f29111 !important;
}

.orange-link{
    text-decoration: none;
    color: #f29111 !important;
}

.orange-link-wrapper{
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.orange-link-wrapper a::before {
    content: '';
    position: absolute;
    transition: transform .5s ease;
    left: -1px;
    bottom: 0;
    width: 100%;
    height: 1px;
    transform: translateX(-100%);
    background: #f29111 !important;
}

.orange-link-wrapper a:hover:before {
    transform: translateX(0);
}


/*
List styles
*/

.list-style {
    display: flex;
    flex-flow: row wrap;
    margin-left: 0;
}

.list-style li {
    position: relative;
    width: 100%;
    text-transform: none;
    letter-spacing: 0;
    margin-bottom: 5px;
    max-width: 450px;
}

.list-style li h4 {
    font-size: 20px;
    font-weight: 600;
    line-height: 27px;
}

.list-style li p {
    padding-bottom: 5px;
    max-width: 350px;
}

ul.list-style {
    padding-left: 0;
}

.sm-title-list .list-style li h4 {
    font-size: 16px;
    font-weight: 300;
    line-height: 23px;
}

.list-style.list-style1, .list-style.list-style2 {
    list-style: none;
}

.list-style.list-style1 li, .list-style.list-style2 li {
    position: relative;
}

.list-style.list-style1 li h4, .list-style.list-style2 li h4 {
    margin-left: 40px;
}

.list-style.list-style1 li p, .list-style.list-style2 li p {
    margin-left: 40px;
}

.list-style.list-style1 li::after, .list-style.list-style2 li::after {
    display: block;
    position: absolute;
    top: 0;
}

.list-style.list-style1 li::after, .list-style.list-style1 li::before {
    float: left;
    left: 0;
    display: block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
}

.list-style.list-style1 li::after {
    font-family: FontAwesome;
    content: "\f00c";
    font-size: 14px;
}

.list-style.list-style1 li::before {
    content: "";
    opacity: .1;
}

.list-style.list-style2 li::after, .list-style.list-style2 li::before {
    float: left;
    left: 0;
    display: block;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    line-height: 27px;
    text-align: center;
    background: #f29111;
}

.list-style.list-style2 li::after {
    content: "✔";
    font-size: 14px;
    color: #fff;
}

.list-style.list-style2 li::before {
    content: ""
}

.list-style.list-style3 {
    list-style: none;
}

/*
   * Dummy devices (replace them with your own or something else entirely!)
   */
.font-primary {
    font-family: 'IBM Plex Sans' !important;
}

a.white-link,
a.white-link:hover,
a.white-link:active,
a.white-link:focus {
    color: white;
    text-decoration: none;
}

.btn.btn-warning,
.btn.btn-warning-dark {
    background: #f29111;
    color: #fff;
    border: 1px solid #f29111;
}

.btn.btn-outline-warning {
    color: #f29111;
    border: 1px solid #f29111;
}

.btn.btn-warning:hover,
.btn.btn-outline-warning:hover {
    background: #fff;
    color: #f29111;
    border: 1px solid #fff;
}

.btn.btn-warning-dark:hover {
    background: #14133b;
    color: #ffffff;
    border: 1px solid #14133b;
}


/*
   * Extra utilities
   */

.flex-equal>* {
    flex: 1;
}

@media (min-width: 576px) {

    .sixth-section .ss-box.even {
        margin-top: 30px;
    }
}

@media (min-width: 768px) {
    .flex-md-equal>* {
        flex: 1;
    }
}

@media (min-width: 992px) {
    .top-info {
        display: block;
    }

    .fourth-section .fs-box.odd,
    .fourth-section .fs-box.even{
        width: calc(100% - 45px);
    }

    .fourth-section .fs-box.even{
        margin-left: 45px;
    }
}