/* DESIGN
-------------------------------------------------- */


/* SCROLLBAR
-------------------------------------------------- */

::-webkit-scrollbar {
    width: 5px !important;
}

::-webkit-scrollbar {
    border-radius: 0px !important;
    background: #EFEFEF !important;
}

::-webkit-scrollbar-thumb {
    border-radius: 0px !important;
    background: #AAA !important;
}

::-webkit-scrollbar-thumb:hover {
    background: #999 !important;
}

::-webkit-scrollbar-thumb:active {
    background: #AAA !important;
}


/* abouts us  CARDS  
------------------------------------------------------*/

#cards .icon-wrap .icon {
    width: 80px;
    height: 80px;
}

#cards .icon-wrap .icon.bg-primary {
    border: 5px solid #bad1f3;
}

#cards .icon-wrap .icon.bg-success {
    border: 5px solid #baf2ce;
}

#cards .icon-wrap .icon.bg-danger {
    border: 5px solid #fac2c8;
}

.card-custom {
    overflow: hidden;
    min-height: 450px;
    box-shadow: 0 .15rem .25rem rgba(0, 0, 0, .075) !important;
}

.card-custom-img {
    height: 200px;
    min-height: 200px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-color: inherit;
}

.ulmargin {
    margin-left: 17%;
}

.ESS-imagee {
    width: auto;
    margin: 0 auto;
    padding-left: 0 !important;
    max-width: 85%;
    display: block;
    padding-top: 3%;
}
.ESS-imagee-softsill {
    width: auto;
    margin: 0 auto;
    padding-left: 0 !important;
    max-width: 97%;
    display: block;
    padding-top: 8%;
}



.card-custom-img::after {
    position: absolute;
    content: '';
    top: 161px;
    left: 0;
    width: 0;
    height: 0;
    border-style: solid;
    border-top-width: 40px;
    border-right-width: 0;
    border-bottom-width: 0;
    border-left-width: 545px;
    border-left-width: calc(575px - 5vw);
    border-top-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    border-left-color: inherit;
}

.card-custom-avatar img {
    top: 100px;
    left: 1.25rem;
    width: 100px;
    height: 100px;
}

.blockquote-custom {
    position: relative;
}

.blockquote-custom-icon {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -40px;
    left: 19px;
    display: none;
}

.data-bg {
    background-image: url(../images/data-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.bg-c-blue {
    background: linear-gradient(45deg, #4099ff, #73b4ff);
}

.bg-c-green {
    background: linear-gradient(45deg, #2ed8b6, #59e0c5);
}

.bg-c-yellow {
    background: linear-gradient(45deg, #FFB64D, #ffcb80);
}

.bg-c-pink {
    background: linear-gradient(45deg, #FF5370, #ff869a);
}

.blog-entry {
    width: 100%;
    position: relative;
    z-index: 0;
    overflow: hidden;
    border-radius: 0;
}

.blog-entry .text {
    position: relative;
    width: 100%;
    margin: 0 auto;
    z-index: 0;
    padding: 30px;
}

.blog-entry .meta {
    text-transform: uppercase;

    font-weight: 500;
}

.blog-entry .meta span {
    margin-right: 10px;
}

.blog-entry .text .heading {
    font-size: 20px;
    margin-bottom: 0;
    font-weight: 500;
}

.block-20 {
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    display: block;
    width: 100%;
    height: 230px;
    z-index: -1;
}


@media (min-width: 992px) {
    .blog-entry .text {
        width: 50%;
    }

    .block-20 {
        width: 50%;
    }

}

@media (max-width: 776px) {
    .ESS-imagee {
        width: auto;
        margin: 0 auto;
        padding-left: 0 !important;
        max-width: 100%;
        display: block;
        padding-top: 7%;
    }
}

#home .owl-dots {
    display: none;
}


/* 
.text-logo-orange {
    color: rgb(238 81 34) !important;
} */

.bg-primary {
    background-color: #3498db !important;
}

.text-primary {
    color: #3498db !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #3498db !important;
    border-color: #3498db !important;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #5faee3 !important;
    border-color: #3498db !important;
}

.btn-check:focus+.btn-primary,
.btn-primary:focus {
    color: #fff !important;
    background-color: #5faee3 !important;
    border-color: #3498db !important;
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5) !important;
}

.btn-check:active+.btn-primary,
.btn-check:checked+.btn-primary,
.btn-primary.active,
.btn-primary:active,
.show>.btn-primary.dropdown-toggle {
    color: #fff !important;
    background-color: #3498db !important;
    border-color: #0a53be !important;
}

.btn-check:active+.btn-primary:focus,
.btn-check:checked+.btn-primary:focus,
.btn-primary.active:focus,
.btn-primary:active:focus,
.show>.btn-primary.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(49, 132, 253, .5) !important;
}

.btn-primary.disabled,
.btn-primary:disabled {
    color: #fff !important;
    background-color: #3498db !important;
    border-color: #3498db !important;
}

.btn-outline-primary {
    color: #3498db !important;
    border-color: #3498db !important;
}

.btn-outline-primary:hover {
    color: #fff !important;
    background-color: #3498db !important;
    border-color: #3498db !important;
}

.btn-check:focus+.btn-outline-primary,
.btn-outline-primary:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5) !important;
}

.btn-check:active+.btn-outline-primary,
.btn-check:checked+.btn-outline-primary,
.btn-outline-primary.active,
.btn-outline-primary.dropdown-toggle.show,
.btn-outline-primary:active {
    color: #fff !important;
    background-color: #3498db !important;
    border-color: #3498db !important;
}

.btn-check:active+.btn-outline-primary:focus,
.btn-check:checked+.btn-outline-primary:focus,
.btn-outline-primary.active:focus,
.btn-outline-primary.dropdown-toggle.show:focus,
.btn-outline-primary:active:focus {
    box-shadow: 0 0 0 .25rem rgba(13, 110, 253, .5) !important;
}

.btn-outline-primary.disabled,
.btn-outline-primary:disabled {
    color: #3498db !important;
    background-color: transparent;
}


/* Contact
--------------------------------------------------------------*/

.contact .info-wrap {
    padding: 30px;
    background: #fff;
    border-radius: 4px;
}

.contact .info i {
    font-size: 20px;
    color: #3498db;
    float: left;
    width: 44px;
    height: 44px;
    background: #eaf4fb;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50px;
    transition: all 0.3s ease-in-out;
}

.contact .info h4 {
    padding: 0 0 0 60px;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 5px;
    color: #384046;
}

.contact .info p {
    padding: 0 0 0 60px;
    margin-bottom: 0;

    color: #65747f;
}

.contact .info:hover i {
    background: #3498db;
    color: #fff;
}

.contact .php-email-form {
    width: 100%;
    padding: 30px;
    background: #fff;
    border-radius: 4px;
}

.contact .php-email-form .form-group {
    padding-bottom: 8px;
}

.contact .php-email-form .validate {
    display: none;
    color: red;
    margin: 0 0 15px 0;
    font-weight: 400;

}

.contact .php-email-form .error-message {
    display: none;
    color: #fff;
    background: #ed3c0d;
    text-align: left;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .error-message br+br {
    margin-top: 25px;
}

.contact .php-email-form .sent-message {
    display: none;
    color: #fff;
    background: #18d26e;
    text-align: center;
    padding: 15px;
    font-weight: 600;
}

.contact .php-email-form .loading {
    display: none;
    background: #fff;
    text-align: center;
    padding: 15px;
}

.contact .php-email-form .loading:before {
    content: "";
    display: inline-block;
    border-radius: 50%;
    width: 24px;
    height: 24px;
    margin: 0 10px -6px 0;
    border: 3px solid #18d26e;
    border-top-color: #eee;
    -webkit-animation: animate-loading 1s linear infinite;
    animation: animate-loading 1s linear infinite;
}

.contact .php-email-form input,
.contact .php-email-form textarea {
    border-radius: 0;
    box-shadow: none;

}

.contact .php-email-form input {
    height: 44px;
}

.contact .php-email-form textarea {
    padding: 10px 12px;
}

.contact .php-email-form button[type="submit"] {
    background: #3498db;
    border: 0;
    padding: 10px 24px;
    color: #fff;
    transition: 0.4s;
    border-radius: 4px;
}

.contact .php-email-form button[type="submit"]:hover {
    background: #5faee3;
}

@-webkit-keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

@keyframes animate-loading {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}


/* CUSTOMER VERTICAL TAB
---------------------------------------------------*/

a:hover,
a:focus {
    text-decoration: none;
    outline: none;
}

.vertical-tab .nav-pills .nav-link {
    color: #111;
    background: transparent;
    letter-spacing: 0.5px;
    text-transform: capitalize;
    text-align: center;
    padding: 7px 7px 8px;
    margin: 0 1px 7px 0;
    border-radius: 0;
    border: none;
    overflow: hidden;
    position: relative;
    z-index: 1;
    transition: all 0.5s ease 0.2s;
}

.vertical-tab .nav-pills .nav-link:hover,
.vertical-tab .nav-pills .nav-link.active,
.vertical-tab .nav-pills .nav-link.active:hover {
    color: #0984e3;
    background: transparent;
    border: none;
}

.vertical-tab .nav-pills .nav-link:before,
.vertical-tab .nav-pills .nav-link:after {
    content: '';
    background-color: #EEE;
    height: 5px;
    width: 50%;
    border-radius: 20px;
    position: absolute;
    left: 0;
    bottom: 0;
    transition: all 0.4s ease 0.2s;
}

.vertical-tab .nav-pills .nav-link:after {
    background-color: #0984e3;
    width: 0;
    transition: all 0.3s ease 0s;
}

.vertical-tab .nav-pills .nav-link:hover:before,
.vertical-tab .nav-pills .nav-link.active:before,
.vertical-tab .nav-pills .nav-link.active:hover:before {
    width: 100%;
    opacity: 0;
}

.vertical-tab .nav-pills .nav-link:hover:after,
.vertical-tab .nav-pills .nav-link.active:after,
.vertical-tab .nav-pills .nav-link.active:hover:after {
    width: 50%;
}

#owl-testimonials .owl-stage {
    display: flex;
}

#owl-testimonials .item {
    display: flex;
    flex: 1 0 auto;
    height: 100%;
}

#owl-testimonials .item .card {
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: stretch;
}

.owl-prev {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    margin-left: -24px;
    display: block !important;
}

.owl-next {
    width: 15px;
    height: 100px;
    position: absolute;
    top: 40%;
    right: -20px;
    display: block !important;
}

.owl-prev i,
.owl-next i {
    transform: scale(1, 6);
    color: #ccc;
}

.carousel.carousel-fade .carousel-item {
    display: block;
    opacity: 0;
    transition: opacity ease-out .7s;
}

.carousel.carousel-fade .carousel-item.active {
    opacity: 1 !important;
}

.service-bg-eclipse {
    width: 50px;
    padding: 5px;
}

.service-bg-eclipse-1 {
    width: 71px;
    padding: 5px;
}

.sonline-logo {
    width: 50%;
    padding-bottom: 20px;
    left: 0;
    text-align: left;
    padding-left: 0;
    margin-left: 0;
}


.logo-containt {

    padding-left: 14%;
}

.solutions-head {
    padding-left: 3.5%;
    padding-right: 3%;
}

.serv-icon-1 {
    width: 70px;
    border-radius: 70px;
    min-height: 70px;
}

.serv-icon-2 {
    text-align: center;
    margin: 0 auto;
    padding: 0;
}

.logo-containt h5 {
    font-size: 23px;
}

.logo-containt h2 {
    font-size: 35px;
    font-weight: bold;

}

@media(max-width:768px) {

    .logo-containt h5 {
        text-align: center;
    }

    p.text-white1 {
        text-align: center;
    }

    .solution-desc {
        padding: 0 0 !important;
    }

    .logo-containt {
        text-align: center;
        padding-left: 7%;
    }

    .logo-containt h2 {
        text-align: center;

    }

    .sonline-logo-container {
        text-align: center;
    }

    .ulmargin {
        margin-left: 0%;
    }

    p.text-white1-sec1 {
        text-align: left;
    }

    .ESS-imagee {
        width: auto;
        margin: 0 auto;
        padding-left: 0 !important;
        max-width: 100%;
        display: block;
        padding-top: 70px;
    }
}

/* @media(max-width:480px) {
    .ESS-imagee {
        padding-top: 13%;
    }
} */