.nav-link {
    color: #000000;
}
html {
    scroll-behavior: smooth;
}
.url-text {
    overflow-wrap: break-word;
    word-wrap: break-word;
    /* Adds a hyphen where the word breaks */
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    hyphens: auto;
    color: #000;
    text-decoration: none;

}
.url-text:hover {
    color:#5538bf;
    text-decoration: none;
}
.img_wid {
    width: 100%;
}
.white {
    color: #ffffff !important;
}
.navbar-brand {
    width: 170px;
}
.navbar-brand img {
    width: 100%;
}
.cust_btn {
    background-color: #816ad6;
    color: #ffffff;
    padding: 8px 30px !important;
    border-radius: 20px;
}
.cust_btn:hover {
    background-color: #5538bf;
    color: #ffffff;
}
.cust_nav {
    border-bottom: 0.5px solid #ddd;
    background: #ffffff;
}
.navbar-toggler {
    border: 2px solid #816ad6;
}
.navbar-toggler .fa-bars {
    color: #816ad6;
}
/*SLider styele*/
.black {
    color: #000000 !important;
}
.banner-section {
    padding-top: 100px;
}
#slider-animation {
    max-height: 550px;
}
.heading-box h2 {
    width: 100%;
    color: red;
}
#slider-animation h2,
#slider-animation p {
    color: #fff;
}
#slider-animation .carousel-item img {
    width: 100%;
}
#slider-animation .text-box {
    position: absolute;
    top: 50%;
    left: 10%;
    right: 10%;
    color: #000;
    transform: translateY(-50%);
}
#slider-animation .carousel-item {
    min-height: 500px;
}
/*slider style*/
/*Vertical slider style*/
.vertical_slider .carousel-inner,
#myCarouse .carousel,
#myCarouse .carousel-item,
#myCarouse .container,
.fill {
    height: 100%;
    min-height: 400px;
    width: 100%;
    background-position: center center;
    background-size: cover;
}
.slide-wrapper {
    display: inline;
}
.slide-wrapper .container-fluid {
    padding: 0;
}

/*------------------------------ vertical bootstrap slider----------------------------*/

@media (min-width: 769px) {
    .vertical_slider .carousel-inner > .carousel-item.carousel-item-next,
    .vertical_slider .carousel-inner > .carousel-item.active.carousel-item-right {
        transform: translate3d(0, 100%, 0);
        -webkit-transform: translate3d(0, 100%, 0);
        -ms-transform: translate3d(0, 100%, 0);
        -moz-transform: translate3d(0, 100%, 0);
        -o-transform: translate3d(0, 100%, 0);
        top: 0;
    }

    .vertical_slider .carousel-inner > .carousel-item.carousel-item-prev,
    .vertical_slider .vertical_slider .carousel-inner > .carousel-item.active.carousel-item-left {
        transform: translate3d(0, -100%, 0);
        -webkit-transform: translate3d(0, -100%, 0);
        -moz-transform: translate3d(0, -100%, 0);
        -ms-transform: translate3d(0, -100%, 0);
        -o-transform: translate3d(0, -100%, 0);
        top: 0;
    }

    .vertical_slider .carousel-inner > .carousel-item.next.carousel-item-left,
    .vertical_slider .carousel-inner > .carousel-item.carousel-item-prev.carousel-item-right,
    .vertical_slider .carousel-inner > .carousel-item.active {
        transform: translate3d(0, 0, 0);
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        -moz-transform: translate3d(0, 0, 0);
        -o-transform: translate3d(0, 0, 0);
        top: 0;
    }
}

/*------------------------------- vertical carousel indicators ------------------------------*/
.vertical_slider .carousel-indicators {
    position: absolute;
    bottom: 50%;
    height: 20px;
    right: 10px;
    width: 100px;
    margin: 0px;
    left: auto;
    display: block;
}
.np {
    padding: 0;
}
.vertical_slider .carousel-indicators li {
    display: block;
    margin-bottom: 5px;
    border: 1px solid #ffaa00;
    cursor: pointer;
}
.vertical_slider .carousel-indicators li.active {
    margin-bottom: 5px;
    background: #ffaa00;
}
.vertical_slider .carousel-indicators li:hover {
    background: #ffaa00;
}
.our_head {
    text-align: center;
    padding-bottom: 30px;
    font-weight: 600;
}
.our_port {
    text-align: center;
    padding-top: 0px;
    color: #816ad6;
}
/*SLider styele*/
.bg-grey {
    background: #f2f2f2;
    padding: 30px 10px;
}
.mar_10 {
    margin-top: 10px;
    margin-bottom: 10px;
}
.port_id {
    width: 45px;
    height: 65px;
    border: 1px solid #ffaa00;
    text-align: center;
    padding-top: 16px;
    color: #ffaa00;
    margin: auto;
    border-radius: 36px;
    cursor: pointer;
}
.mar_20 {
    margin-top: 20px;
    margin-bottom: 20px;
}
.mar_30 {
    margin-top: 30px;
    margin-bottom: 30px;
}
.mar_40 {
    margin-top: 40px;
    margin-bottom: 40px;
}
.mar_50 {
    margin-top: 50px;
    margin-bottom: 50px;
}
.pad_60 {
    padding-top: 60px;
    padding-bottom: 60px;
}
.align_item_center {
    display: grid;
    align-items: center;
}
.pad_50 {
    padding-top: 50px;
    padding-bottom: 50px;
}
.pad_40 {
    padding-top: 40px;
    padding-bottom: 40px;
}
.pad_30 {
    padding-top: 30px;
    padding-bottom: 30px;
}
.pad_20 {
    padding-top: 20px;
    padding-bottom: 20px;
}
.pad_10 {
    padding-top: 10px;
    padding-bottom: 10px;
}
.cust_count {
    text-align: center;
}
.cust_count h2 {
    color: #816ad6;
    font-weight: bold;
}
.purple_txt {
    color: #816ad6;
}
.text_uppercase {
    text-transform: uppercase;
}
.text_center {
    text-align: center;
}
.icn_grid img {
    margin: auto;
    width: 60%;
}
.icn_grid {
    background-color: rgba(232, 80, 91, 0.3);
    width: 110px;
    height: 110px;
    border-radius: 50%;
    display: grid;
    align-items: center;
    margin: auto;
}
.who_we_are {
    text-align: right;
}
.why_choose img {
    width: 100px;
    margin: 15px;
}
.wave_bg {
    background-color: #e8505b;
}
.cust_trans_img {
    transform: rotate(180deg);
    margin-bottom: -25px;
}
.mar_top_20 {
    margin-top: 20px;
}
.footer_navbar {
    padding: 20px 0px;
    margin: auto;
}
.foot_txt {
    font-size: 14px;
    font-weight: 300;
}
.vertical_sec .nav-link,
.vertical_sec .nav-tabs {
    border: none;
}

.vertical_sec .nav-link.active {
    background: transparent;
    border-radius: 0;
}
.vertical_sec .nav-tabs {
    background: #ffaa00;
}
.vertical_sec .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 20px;
    border-bottom: 0;
    border-right: 1px solid #ddd;
    padding-right: 15px;
}
.vertical_sec .nav-tabs .nav-link {
    font-size: 25px;
    font-weight: 100;
    color: #ffffff;
    transition-duration: 0.3s;
    display: table-cell;
    opacity: 0.7;
}

.vertical_sec .nav-tabs .nav-link.active {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    opacity: 1;
}
.vertical_sec .nav-tabs .nav-link:focus,
.vertical_sec .nav-tabs .nav-link:hover {
    color: #ffffff;
    font-size: 25px;
    font-weight: 600;
    opacity: 1;
}
.vertical_sec .tab-content > .active {
    display: block;
    background: transparent;
    min-height: 165px;
}
.vertical_sec .nav.nav-tabs {
    float: left;
    display: block;
    margin-right: 0px;
    border-bottom: 0;
    border-right: 1px solid transparent;
    padding-right: 15px;
}
.vertical_slider .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 10px;
    height: 10px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
}
.vertical_slider .carousel-inner {
    overflow: visible;
}
@media (min-width: 768px) {
    .cust_trans_img {
        height: 160px;
    }
    .cust_img_tab {
        width: 100%;
        position: absolute;
        left: -50%;
        top: 100px;
        display: block;
    }

    .cust_img_logo {
        width: 160px;
        position: absolute;
        right: 20%;
        top: 0;
    }
    .vertical_sec .nav-item {
        padding-left: 80px;
    }
    .nav-link1 {
        padding: 5px 20px;
    }
    .no_pad {
        padding: 0 15px 0 0px;
    }
    #slider-animation .carousel-indicators li {
        text-indent: 0px !important;
        font-size: 20px;
        color: #aaa;
        cursor: pointer;
    }
    #slider-animation .wow.fadeInUp.black {
        font-size: 60px;
        text-align: right;
    }
    #slider-animation .carousel-indicators li.active {
        color: #816ad6;
        font-size: 23px;
    }
    #slider-animation .carousel-indicators {
        left: unset;
    }
    .cust_nav {
        padding: 0;
    }
}
@media (max-width: 768px) {
    .cust_img_tab {
        width: 70%;
        margin: auto;
        display: block;
        order: 2;
    }
    .cust_img_logo {
        width: 70%;
        margin: auto;
        display: block;
        order: 1;
    }
    #slider-animation .carousel-item {
        min-height: 415px;
    }
    #slider-animation h2 {
        text-align: center;
    }
    .nav-link1 {
        padding: 4px 5px;
    }
    .vertical_sec .nav-item {
        border-bottom: 0px solid #ddd;
    }
    .cust_trans_img {
        height: 70px;
    }
    #slider-animation .carousel-indicators li {
        position: relative;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
        flex: 0 1 auto;
        width: 30px;
        height: 3px;
        margin-right: 3px;
        margin-left: 3px;
        text-indent: -999px;
        background-color: rgba(129, 106, 214, 1);
    }
    #slider-animation .carousel-indicators li.active {
        background-color: rgba(128, 128, 128, 0.5);
    }
    .cust_btn {
        width: 200px;
        text-align: center;
    }
    li.nav-item.active {
        border-bottom: 1px solid #816ad6;
    }
    .bord_no {
        border: none !important;
    }
    .nav-item {
        border-bottom: 1px solid #ddd;
    }
}
.space {
    height: 80px;
}
.marT50 {
    margin-top: 50px;
}
.txt_bold {
    font-weight: bold;
    font-size: 18px;
}
.t-bold {
    font-weight: 600;
}
/* === Begin Contact Sales Box === */
.get-a-quote {
    position: fixed;
    right: 30px;
    bottom: 30px;
    width: 100px;
    height: 100px;
    -webkit-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: -5px 0px 5px 0px rgba(0, 0, 0, 0.3);
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    z-index: 16;
}
.get-a-quote .get-a-quote-btn {
    width: 100px;
    height: 100px;
    padding: 10px;
    background-color: #816ad6;
    display: block;
    color: #ffffff;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    border-radius: 100px;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    text-align: center;
}
.get-a-quote .get-a-quote-btn span {
    display: block;
}
.get-a-quote .get-a-quote-btn span.fa {
    font-size: 28px;
    padding-top: 12px;
}
.get-a-quote .get-a-quote-btn:hover {
    text-decoration: none;
    background-color: #5538bf;
}
.get-a-quote-modal .form-control {
    margin-bottom: 10px;
}
.get-a-quote-modal .form-control:focus {
    outline: none;
}
.get-a-quote-modal .div-btn-submit {
    text-align: center;
}
.get-a-quote-modal .submit-btn {
    background: #816ad6;
    border: none;
    color: #ffffff;
    padding: 8px 30px;
    display: block;
    margin: 0px auto;
    border-radius: 50px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
}
.get-a-quote-modal .submit-btn:hover {
    background: #5538bf;
}

@media (max-width: 767px) {
    .what_we_do {
        text-align: center;
    }
    .who_we_are {
        text-align: center;
        margin-top: 30px;
    }
    .vertical_sec .nav.nav-tabs {
        padding: 50px 0px 100px;
    }
    .vertical_slider .carousel-inner {
        overflow: hidden;
    }
    .vertical_slider .carousel-indicators {
        bottom: initial;
        right: initial;
        width: 100%;
        margin: 0px auto;
        left: initial;
        display: inline-block;
        position: relative;
        text-align: center;
        margin-top: 20px;
    }
    .vertical_slider .carousel-indicators li {
        display: inline-block;
    }
    .vertical_sec .nav-tabs .nav-link {
        font-size: 18px;
    }
    .vertical_sec .nav-tabs .nav-link.active {
        font-size: 18px;
    }
    .vertical_sec .nav-tabs .nav-link:focus,
    .vertical_sec .nav-tabs .nav-link:hover {
        font-size: 18px;
    }
    .vertical_slider .carousel-inner {
        margin-top: -100px;
    }
    .vertical_slider .carousel-inner,
    #myCarouse .carousel,
    #myCarouse .carousel-item,
    #myCarouse .container,
    .fill {
        height: 100%;
        min-height: initial;
    }
}
.footer-info {
    position: relative;
    padding-left: 30px;
    margin-bottom: 15px;
}
.footer-info .icon {
    position: absolute;
    left: 0px;
    top: 1px;
}
.blog-card {
    padding: 20px;
    border-radius: 6px;
}
.blog-featured-img {
    width: 100%;
    border-radius: 4px;
    height: 250px;
    object-fit: cover;
}
.blog-anchor {
    color: #000;
    text-decoration: none;
}
.blog-anchor:hover {
    color: #816ad6;
    text-decoration: none;
}

@media screen and (max-width: 767px) {
    .featured-img-section{       
        margin-top: 94px !important;
        height: 400px !important;
    }   
}
.featured-img-section{
    height: 450px;
    margin-top: 78px;
    background-color: #266099;
    text-align: center;
}
.featured-img-section img{
    max-height: 100%;
    max-width: 100%;
}