

html {
    margin: 0px;
    padding: 0px;
    scroll-behavior: smooth;
}

body {
    background: #fff;
    margin: 0px;
    padding: 0px;
    overflow-x: hidden;
    font-family: Lato, Helvetica, sans-serif !important;
    color: #000;
    /*padding-top: 83px*/
}

ul {
    padding-left: 0;
    list-style: none;
    margin: 0;
}

h1 {
    margin: 0;
}

h2 {
    margin: 0;
}

h3 {
    margin: 0;
}

h4 {
    margin: 0;
}

h5 {
    margin: 0;
}

h6 {
    margin: 0;
}

p {
    margin: 0;
    font-size: 15px;
}



.container-fluid {
    width: 100%;
    max-width: 1300px;
    margin: 0 auto;
    padding-right: 15px;
    padding-left: 15px;
}
/**************** header-section *******************************************/
#loading {
    position: fixed;
    width: 100%;
    height: 100vh;
    background: #fff url('../images/loader_2.gif');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50%;
    z-index: 99;
    background-size: 10%;
}

.hide {
    display: none;
}

.header-area {
    background-color: #04b7e9;
    padding: 8px 0px;
}

.left ul {
    display: flex;
    align-items: center;
}

    .left ul li {
        margin-right: 45px;
        font-size: 14px;
        color: #fff;
    }

        .left ul li a {
            color: #fff;
            padding-left: 10px;
            text-decoration: none;
        }

.left ul {
    display: flex;
    align-items: center;
}

    .left ul li {
        margin-right: 45px;
        font-size: 14px;
        color: #fff;
    }

        .left ul li a {
            color: #fff;
            padding-left: 10px;
        }

.right ul {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

    .right ul li {
        margin-left: 25px;
        font-size: 16px;
        color: #fff;
    }

        .right ul li a {
            color: #fff;
        }

header.header-section {
    position: fixed;
    top: -3px;
    left: 0px;
    width: 100%;
    z-index: 999999;
    background: #fff;
    margin-top: 0px;
    transition: all .3s ease;
    height: 80px;
    padding: 5px 0px;
}

    header.header-section.fixed {
        position: fixed;
        background: #fff;
        top: -3px;
        z-index: 9;
        height: 80px;
        box-shadow: 2px 1px 4px #999;
        width: 100%;
        transition: all .5s ease;
        padding: 5px 0px;
    }

ul.navbar-nav.headerSlot {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    align-items: center;
}

    ul.navbar-nav.headerSlot li.nav-item {
        margin-left: 15px;
    }

        ul.navbar-nav.headerSlot li.nav-item a.nav-link {
            font-size: 15px;
            color: #000;
            font-weight: 500;
            padding: 25px 15px;
            text-transform: uppercase;
        }

            ul.navbar-nav.headerSlot li.nav-item a.nav-link.active {
                color: #000;
            }

            ul.navbar-nav.headerSlot li.nav-item a.nav-link:hover {
                color: #f23227;
            }

img.logo_imgs {
    /* width: 100%; */
    max-width: 143px;
}

header.header-section.fixed img.logo_imgs {
    width: 92%;
    margin: 5px auto;
    display: flex;
    transition: all 0.5s ease;
}

.navbar-collapse {
    align-items: center;
    width: 100%;
    z-index: 9;
}
/**************** header-section End *******************************************/


.carousel-caption.sloder_text {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: inherit;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 74%;
}

.carousel-item:before {
    content: '';
    position: absolute;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: transparent;
}

section.carousel_slider {
    position: relative;
}

.carousel-caption.sloder_text h6 {
    position: relative;
    font-weight: 500;
    color: #31bdff;
    letter-spacing: 1px;
    margin-bottom: 7px;
    font-size: 18px;
}

    .carousel-caption.sloder_text h6:before {
        content: '';
        display: inline-block;
        width: 100px;
        height: 2px;
        background-color: #31bdff;
        margin-bottom: 4px;
        margin-right: 20px;
    }

.carousel-item {
    position: relative;
}
/*.carousel-item:before{
 content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(13,15,20,.55);
}*/
.carousel-caption.sloder_text h5 {
    font-size: 42px;
    color: #000;
    font-weight: 500;
    padding: 0px 0px 10px;
    text-transform: capitalize;
}

.carousel-indicators li {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: transparent;
    border: 1px solid #fff;
    opacity: 1;
}

    .carousel-indicators li:hover {
        background-color: #04b7e9;
        border: 1px solid #04b7e9;
    }

    .carousel-indicators li.active {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background-color: #016098;
        border: 1px solid #016098;
    }

button.buttonSlot {
    /* width: 160px; */
    /* height: 45px; */
    /* background: #f39524; */
    background: #f23227;
    font-size: 16px;
    color: #fff;
    text-align: center;
    /* border: 2px solid #f39524; */
    /* border-radius: 30px; */
    border: 1.2px solid;
    padding: 15px 35px;
    margin: 52px 0 0 0;
    outline: none;
    cursor: pointer;
}

    button.buttonSlot._learn {
        background: none;
        border: 2px solid #fff;
        margin-left: 10px;
        transition-duration: 0.6s;
    }

        button.buttonSlot._learn:hover {
            background: #04b7e9;
            border: 2px solid #04b7e9;
            transition-duration: 0.6s;
        }


.top_categories {
    position: relative;
    background-color: #fff;
    /* box-shadow: 0 0 10px rgb(0 0 0 / 20%); */
    margin-top: 60px;
}

.categories_txt {
    position: relative;
    text-align: center;
    background: #ffffff;
    padding: 20px 15px;
    box-shadow: 0px 2px 15px rgb(0 0 0 / 13%);
    border-radius: 10px;
    cursor: pointer;
}

.shoppig_txt {
    padding: 15px 0px 0px;
}

    .shoppig_txt h2 {
        font-size: 22px;
        color: #000;
        font-weight: 500;
        margin: 0px 0px 6px;
        padding: 0px;
        font-family: 'Playfair Display', serif;
    }

.shopping_icon i {
    font-size: 26px;
    height: 60px;
    width: 60px;
    line-height: 55px;
    display: block;
    border: 2px dotted #fff;
    color: #ffffff;
    background: #000924;
    border-radius: 50%;
    margin: -45px auto 0px;
    transition: all 0.3s ease;
    overflow: hidden;
}

.categories_txt:hover .shopping_icon i {
    transform: rotate(360deg);
    background: #c7191d;
    border: none;
    box-shadow: inset 0px 0px 6px #000924;
}


section.digital_marketing {
    /*padding: 60px 0px;
    background: #f9f9f9;*/
    margin: 60px 0px;
}

.d_text {
    background: #eff1f4;
    border: 1px solid #eff1f4;
    padding: 30px 20px 0px;
    border-radius: 5px;
    margin-bottom: 30px;
    position: relative;
    transition-duration: 0.6s;
    height: 250px;
}

    .d_text:before {
        position: absolute;
        content: '';
        bottom: -40px;
        right: 0px;
        border-right: 251px solid transparent;
        border-top: 40px solid #04b7e9;
        width: 100%;
        transition: .5s;
        opacity: 0;
    }

    .d_text i {
        font-size: 45px;
        color: #04b7e9;
    }

    .d_text:hover i {
        color: #fff;
    }

    .d_text h2 {
        font-size: 20px;
        font-weight: 500;
        padding: 15px 0px 5px;
    }

    .d_text:hover h2 {
        color: #fff;
    }

    .d_text p {
        font-size: 14px;
        text-align: justify;
    }

    .d_text:hover p {
        color: #fff;
    }

.market_sec {
    padding: 5px 0px 0px;
    opacity: 0;
}

    .market_sec a {
        color: #000;
        font-size: 14px;
        text-decoration: none;
    }

.d_text:hover .market_sec a {
    color: #fff;
}

.d_text:hover {
    background-color: #04b7e9;
    border-radius: 10px 10px 0 0;
}

    .d_text:hover .market_sec {
        opacity: 1;
    }

    .d_text:hover::before {
        opacity: 1;
        transition-duration: 0.6s;
    }

    .d_text:hover img.research-icon {
        filter: grayscale(1);
    }


.choose_header {
    text-align: center;
}

    .choose_header h3 {
        font-size: 35px;
        font-weight: 600;
        color: #333;
        text-transform: capitalize;
    }

.line-brack {
    border-bottom: 2px solid #f39524;
    padding: 10px 0px 0px;
    margin-bottom: 10px;
    width: 30%;
    margin: 0px auto 15px;
    position: relative;
}

    .line-brack:after {
        content: '';
        position: absolute;
        top: 3px;
        left: 50%;
        width: 15px;
        height: 15px;
        border: 2px solid #f39524;
        background: #ffffff;
        /* transform: translate(-50%, -50%); */
        transform: rotate(45deg);
    }

.choose_imgs:first-child img.imgSlot {
    border-radius: 25px 0 0 0;
}

.choose_imgs .col-lg-6:nth-child(2) img.imgSlot {
    border-radius: 0 25px 0 0;
}

.choose_imgs .col-lg-6:nth-child(3) img.imgSlot {
    border-radius: 0 0 0 25px;
}

.choose_imgs .col-lg-6:last-child img.imgSlot {
    border-radius: 0 0 25px 0;
}

.choose_imgs {
    border-radius: 10px;
}

img.imgSlot {
    width: 100%;
    margin-bottom: 30px;
    box-shadow: 0 10px 20px 0 rgba(130,136,147,.15);
    transition: .5s;
    transition-duration: 0.6s;
}

    img.imgSlot:hover {
        transform: translateY(-10px);
        transition-duration: 0.6s;
    }

section.choose_Sec {
    background: linear-gradient( 237deg,#f5f5fa 0%,#f5f5fa 100%);
    padding: 60px 0px;
}

.choose_Sec {
    background: #F9F9F9 !important;
}

.why_choose h4 {
    font-size: 36px;
    font-weight: 600;
    color: #333;
    padding: 0px 0px 5px;
    text-transform: capitalize;
    line-height: 50px;
}

.why_choose span {
    font-size: 15px;
    color: #04b7e9;
    font-weight: 400;
    padding: 0px 30px;
}

.why_choose span {
    font-size: 15px;
    color: #04b7e9;
    font-weight: 400;
    padding: 0px 30px;
}

ul.details {
    padding: 25px 0px 0px 25px;
}

    ul.details li {
        margin-bottom: 25px;
        position: relative;
        padding-left: 25px;
    }

.why_choose {
    padding-top: 30px;
}

ul.details li i {
    color: #04b7e9;
    margin-right: 10px;
}

ul.details li {
    margin-bottom: 15px;
    position: relative;
    font-size: 16px;
    color: #333;
}

img.service_img {
    width: 69%;
    height: 377px;
    padding: 0;
    object-fit: scale-down;
}
/*.service-box:hover img.service_img {
    opacity: 0.8;
}*/
.service-box {
    position: relative;
    margin-bottom: 30px;
    border-radius: 7px;
    overflow: hidden;
    transition: all .5s ease;
    background: #fff;
    text-align: center;
    border: 1px solid #c7191d;
}

/*.service-box:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.4);
    }*/


.service-txt {
    background: #c7181d;
    height: 50px;
    text-align: center;
    position: relative;
    z-index: 1;
    cursor: pointer;
}

.digital_icon {
    font-size: 40px !important;
    color: white;
}

.service-txt h2 {
    font-size: 22px;
    color: #fff;
    font-weight: 400;
    padding: 0px 0px;
    letter-spacing: 0.5px;
    line-height: 50px;
}

.service-box::after {
    content: '';
    background: #c7181d;
    border-radius: 0 0 100% 100%;
    position: absolute;
    width: 564px;
    left: 50%;
    transform: translate(-50%, 0%);
    height: 500px;
    top: -370px;
    text-align: center;
    transition: all 350ms ease-out 0s;
}

.service-box:hover::after {
    top: -453px;
}

.LocallySlot {
    position: absolute;
    top: 44px;
    left: 81px;
    z-index: 1;
    text-align: center;
}

.service-box:hover .LocallySlot {
    opacity: 0;
}

.LocallySlot p {
    font-size: 14px;
    padding: 10px 0px 0px 0px;
    line-height: 30px;
    color: white;
}

.overlaySlot {
    position: absolute;
    bottom: -50px;
    width: 100%;
    transition: all 350ms ease-out 0s;
}

.service-box:hover .overlaySlot {
    bottom: 0px;
}

.overlaySlot a {
    background: #d4b02e;
    display: inline-block;
    width: 100%;
    height: 40px;
    text-align: center;
    font-size: 18px;
    font-weight: 500;
    color: black;
    text-decoration: none;
    line-height: 40px;
}



section.our_skills {
    background: #fff;
    margin: 80px 0px;
}

.skills_imgs img {
    width: 100%;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 5px;
}

.skills_section span {
    color: #000;
}

.skills_section h4 {
    color: #000;
    font-weight: 500;
    font-size: 22px;
    margin: 0px;
    line-height: 30px;
}

.skills_section p {
    color: #000;
    line-height: 28px;
    font-weight: 400;
}

.value_txt {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    padding: 0px 0px 5px;
}

    .value_txt h5 {
        font-size: 16px;
        color: #000;
        font-weight: 500;
    }

h5.present {
    font-size: 36px;
    font-weight: 600;
    color: #000;
    padding: 0px 0px 5px;
    text-transform: capitalize;
    line-height: 46px;
}

.testimonialSlot {
    text-align: center;
    margin-top: 50px;
}

section.ourServices {
    background-image: url('../../images/sub-banner-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    padding: 70px 0px;
    position: relative;
}

    section.ourServices:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
    }

.ourServices_box {
    position: relative;
    margin-left: 45px;
    padding: 22px 30px 30px 65px;
    background-color: #ffffff;
    margin-bottom: 30px;
    height: 160px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    transition: all 300ms ease;
}

.ourServices_box_icon {
    position: absolute;
    left: -45px;
    top: 35px;
    height: 90px;
    width: 90px;
    border-radius: 50%;
    background-color: #f39524;
    border: 5px solid #ffdeb5;
    text-align: center;
    font-size: 38px;
    color: #fff;
    line-height: 80px;
}

.ourServices_box h3 {
    font-size: 22px;
    margin: 20px 0px 10px;
}

section.banner-side {
    margin: 80px 0px;
}

.banner_imgleft img {
    width: 100%;
    height: 290px;
    border-radius: 10px;
}

img.BSlot {
    margin-top: 30px;
}

.banner_img img {
    width: 100%;
    border-radius: 10px;
}

.hovereffect {
    position: relative;
    cursor: pointer;
}

    .hovereffect::after {
        bottom: 0;
        left: auto;
        margin: auto;
        right: 0;
        top: auto;
    }

    .hovereffect::after, .hovereffect::before {
        background: rgba(255,255,255,.41) none repeat scroll 0 0;
        content: "";
        height: 0;
        left: 0;
        opacity: 1;
        pointer-events: none;
        position: absolute;
        border-radius: 10px;
        top: 0;
        transition: all .8s ease-in-out 0s;
        width: 0;
    }

    .hovereffect:hover::after, .hovereffect:hover::before {
        height: 100%;
        opacity: 0;
        width: 100%;
    }



section.tradingService {
    background-image: url('../../images/store.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: fixed;
    position: relative;
    padding: 60px 0px;
    margin: 30px 0px 0px;
}

.whySlot span {
    color: #fff;
    font-size: 14px;
}

.trading-txt h1 {
    font-size: 24px;
    font-weight: 400;
    color: #fff;
    line-height: 35px;
    padding: 10px 0px 10px;
}

.trading-txt p {
    font-size: 15px;
    color: #fff !important;
    font-family: 'Open Sans', sans-serif !important;
    font-weight: 400;
    line-height: 25px;
}

.bestquality ul {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    flex-wrap: wrap;
    padding-top: 60px;
    padding: 100px 0px 0px 0px;
}

    .bestquality ul li {
        width: 180px;
        height: 180px;
        border: 3px solid #fff;
        text-align: center;
        border-radius: 50%;
        padding: 55px 40px;
        margin-bottom: 28px;
        transition-duration: 0.6s;
        /* border-radius: 10px; */
        background: #04b7e9;
    }

        .bestquality ul li:hover {
            background: #00517c;
            border: 3px solid #00517c;
            transform: translate(0px, -10px);
            cursor: pointer;
            transition: all 1000ms ease;
            border-radius: 50%;
        }

        .bestquality ul li h5 {
            font-size: 30px;
            color: #fff;
            font-weight: 600;
        }

        .bestquality ul li p {
            color: #fff !important;
            font-size: 15px;
            font-weight: 400;
            line-height: 20px;
            text-align: center;
        }

section.nkSlot {
    margin-top: 90px;
}

.img-home {
    height: 259px;
    width: 100%;
    position: relative;
    border: 1px solid #ccc;
    margin-bottom: 30px;
}

    .img-home span {
        color: transparent;
        display: inline-block;
        height: 100%;
        opacity: 1;
        transition: all 1s ease-in-out 0s;
        width: 100%;
    }

    .img-home a span.img-banner2 {
        background: url('../../images/img-home.png') no-repeat scroll 0 0;
        background-size: 100% 100%;
        opacity: 1;
    }

    .img-home span.img-banner2-hover {
        background: url('../../images/hover-img.png') no-repeat scroll 0 0;
        background-size: 100% 100%;
        opacity: 0;
        position: absolute;
        left: 0;
        top: 0;
        width: 0;
    }

    .img-home:hover span.img-banner2-hover {
        opacity: 1;
        width: 100%;
    }



    .img-home a span.img-banner3 {
        background: url('../../images/grocery-img.png') no-repeat scroll 0 0;
        background-size: 100% 100%;
        opacity: 1;
    }

    .img-home span.img-banner3-hover {
        background: url('../../images/grocery-img-hover.png') no-repeat scroll 0 0;
        background-size: 100% 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
    }

    .img-home:hover span.img-banner3-hover {
        opacity: 1;
        width: 100%;
    }


    .img-home a span.img-banner1 {
        background: url('../../images/cosmetic-img.png') no-repeat scroll 0 0;
        background-size: 100% 100%;
        opacity: 1;
    }

    .img-home span.img-banner1-hover {
        background: url('../../images/cosmetic-img-hover.png') no-repeat scroll 0 0;
        background-size: 100% 100%;
        opacity: 0;
        position: absolute;
        right: 0;
        top: 0;
        width: 0;
    }

    .img-home:hover span.img-banner1-hover {
        opacity: 1;
        width: 100%;
    }


.testimonialSlot img {
    width: 100%;
    max-width: 100px;
    border-radius: 50%;
    margin: 20px auto;
}


section.our_testimonial {
    background: #358dd6 url(../../images/pattern.png);
    padding: 70px 0px;
    background-position: 50%;
    position: relative;
    transition: all 0.5s ease 0s;
}

section.our_testimonial-1 {
    margin-top: 35px;
}

/*div#productSlot1 {
    box-shadow: 0px 0px 12px #ccc;
    padding: 70px 0px;
    border-radius: 10px;
}*/

.testimonialtxt h3 {
    color: #000;
}

.testimonialtxt p {
    color: #000;
}

.testimonialSlot p {
    color: #000;
    font-size: 16px;
    font-weight: 500;
}

.testimonialSlot h4 {
    color: #000;
    font-size: 20px;
    font-weight: 500;
}

section.our_testimonial button.owl-next {
    position: absolute;
    top: 175px;
    right: 100px;
    outline: none;
}

section.our_testimonial button.owl-prev {
    position: absolute;
    top: 175px;
    left: 100px;
    outline: none;
}


section.our_testimonial .owl-dots {
    position: relative;
    top: 130px;
    left: 0px;
    right: 0px;
    display: none;
    text-align: center;
}

section.download_App {
    background: #f5f5f5;
    padding: 60px 0px 0px;
}

a.theapp {
    color: #04b7e9;
    font-size: 20px;
    font-weight: 500;
    text-decoration: none;
}

    a.theapp:hover {
        color: #333;
        text-decoration: underline;
    }

div#mobile_App {
    text-align: center;
}

div#mobile_txt h5 {
    font-size: 35px;
    font-weight: 600;
    color: #333;
    padding: 10px 0px;
}

.mobile_appSlot {
    text-align: center;
}

    .mobile_appSlot img {
        width: 100%;
        max-width: 200px;
        margin: 30px auto 0;
    }

div#mobile_txt ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 70%;
    padding-top: 30px;
}

    div#mobile_txt ul li img {
        width: 100%;
        max-width: 180px;
        height: 60px;
    }

.appSlot img {
    width: 25%;
}

.appSlot a {
    position: fixed;
    top: 26em;
    transition: all .5s ease;
    right: -50em;
    z-index: 99;
    transform: translate(0%, -50%);
}

    .appSlot a:hover {
        position: fixed;
        top: 26em;
        right: -41em;
        z-index: 999;
        transition: all .5s ease;
    }

/********************************footer-section******************************************/

footer.footer-section {
    /* background: #f7f7f7; */
    padding: 50px 0px 60px;
    background: #000 url(../images/dot_bg.png);
}

.logo_sec a {
    color: #fff;
    font-size: 50px;
}

.logo_sec img {
    background: white;
    width: 100%;
    padding: 17px;
}

.logo_sec p {
    color: #fff;
    padding: 10px 0px;
    text-align: justify;
}

h3.header_txt {
    font-size: 22px;
    font-weight: 500;
    color: #fff;
    padding: 0px 0px 15px;
}

.compant_txt li {
    margin-bottom: 10px;
    transition-duration: 0.6s;
    transition: 0.5s;
}

    .compant_txt li:hover {
        padding-left: 8px;
        transition-duration: 0.6s;
    }

    .compant_txt li a {
        color: #ffffff;
        text-decoration: none;
        font-size: 16px;
        font-weight: 500;
        transition-duration: 0.6s;
    }

        .compant_txt li a:hover {
            text-decoration: underline;
            transition-duration: 0.3s;
            color: #fff;
        }

        .compant_txt li a .fa_icon {
            padding-right: 10px;
        }

    .compant_txt li .location-icon {
        padding-right: 10px;
        font-size: 16px;
    }

ul.social-icon li i {
    padding-right: 10px;
    font-size: 30px;
    position: relative;
    top: 5px;
    left: 0px;
}

.block-payment {
    text-align: right;
}

.f-bootom {
    text-align: center;
    color: #fff;
    font-size: 14px;
    position: relative;
}

footer.footer-bottom {
    position: relative;
    background: #0a6098;
    padding: 12px 0px;
    height: 40px;
}

    footer.footer-bottom:after {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 1px;
        border: 1px dashed #ffffff47;
    }

.block-payment a {
    background-image: url('../../images/payment.png');
    display: inline-block;
    height: 17px;
    margin-right: 3px;
    width: 28px;
    transition: all 0.3s ease-in-out 0s;
}

.block-payment .payment1 {
    background-position: 0 0;
}

.block-payment .payment2 {
    background-position: 0 -22px;
}

.block-payment .payment3 {
    background-position: 0 -44px;
}

.block-payment .payment4 {
    background-position: 0 -66px;
}



a.back-to-top {
    position: fixed;
    bottom: 45px;
    right: 10px;
    color: #fff;
    width: 45px;
    height: 45px;
    background: #f93829e0;
    text-align: center;
    font-size: 20px;
    border-radius: 50%;
    line-height: 45px;
    overflow: hidden;
    transition: all 1s;
    display: none;
}

    a.back-to-top.position-right.fixed {
        /*transition: all .5s ease;*/
        display: block;
    }

        a.back-to-top.position-right.fixed:before {
            position: absolute;
            top: 45px;
            right: 0px;
            width: 100%;
            height: 100%;
            background: #000924;
            /* z-index: -1; */
            font-family: FontAwesome;
            content: "\f102";
            padding-right: 3px;
            transition: all .5s ease;
        }

        a.back-to-top.position-right.fixed:hover:before {
            top: 0px;
        }

section.breadcrumbs {
    background-image: url('../../images/bg_sec.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    padding: 150px 0px;
    margin: 0px;
    background-position: 50%;
    position: relative;
    height: 400px;
}

h2.contact_Slot {
    font-size: 35px;
    color: #fff;
    margin: 0px 0px 0px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    /* letter-spacing: 1px; */
}

section.breadcrumbs ol.breadcrumb {
    background: none;
    text-align: center;
    justify-content: center;
    padding: 0px 0px;
}

li.breadcrumb-item {
    font-size: 18px;
    font-weight: 500;
    text-transform: capitalize;
}

    li.breadcrumb-item a {
        color: #fff;
    }

        li.breadcrumb-item a:hover {
            color: #04b7e9;
        }

.breadcrumb-item.active {
    color: #ffffff;
}

.breadcrumb-item + .breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    padding-left: .5rem;
    color: #fdfeff;
    content: "/";
}

/****************************************contact us -section************************************/

section.contact_section {
    padding: 60px 0px;
    background: #f6f4f7;
}

.contact_header h5 {
    font-size: 30px;
    font-weight: 600;
    text-align: center;
    margin-bottom: 20px;
    color: #333;
}

.iconSlot {
    float: left;
    margin-right: 20px;
}

.locationSlot ul li:hover .iconSlot i {
    background: #04b7e9;
    color: #fff;
    transition-duration: 0.3s;
}

.iconSlot i {
    width: 40px;
    height: 40px;
    font-size: 20px;
    background: #f6f6f6;
    text-align: center;
    padding: 9px 0px;
    color: #000;
    border-radius: 50%;
    transition-duration: 0.3s;
}

.locationSlot ul li {
    margin-bottom: 30px;
    position: relative;
}

    .locationSlot ul li label {
        font-size: 16px;
        font-weight: 600;
    }

    .locationSlot ul li p {
        font-size: 14px;
        color: #333;
    }

.form-control:focus {
    color: #212529;
    background-color: #fff;
    border-color: #f93829;
    outline: 0;
    box-shadow: none;
}

.form_slot .form-control {
    font-size: 14px;
    width: 100%;
    height: 54px;
    color: #333;
}

textarea.form-control {
    height: 120px !important;
}

.form-group {
    margin-bottom: 16px;
}

.form-group {
    margin-bottom: 16px;
}

.form_slot {
    box-shadow: 0 0 30px 0 rgb(67 67 67 / 15%);
    background-color: #fff;
    padding: 30px;
    border-top: 3px solid #29b6e8;
    border-bottom: 3px solid #29b6e8;
}

.locationSlot {
    box-shadow: 0 0 30px 0 rgb(67 67 67 / 15%);
    background-color: #fff;
    padding: 30px;
    border-top: 3px solid #29b6e8;
    border-bottom: 3px solid #29b6e8;
    margin-bottom: 30px;
}
/****************************************About us-section************************************/
section.about_section {
    margin: 0px 0px 60px;
}

.cv_search {
    background: #f9f9f9;
    padding: 30px 23px;
    transition-duration: 0.3s;
    margin-bottom: 30px;
}

    .cv_search:hover ._recruitment {
        transform: rotateY( 360deg );
        transition: all 1000ms ease;
    }

._recruitment {
    background: #fff;
    padding: 30px 20px;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 0px auto;
    border: 1px solid rgba(0,0,0,.125);
}

    ._recruitment i {
        font-size: 35px;
        color: #04b7e9;
    }

.advertise_sec {
    text-align: center;
}

    .advertise_sec h3 {
        color: #333333;
        font-size: 16px;
        font-weight: 500;
        padding: 5px 0px 10px;
    }

    .advertise_sec p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 14px;
        color: #333333;
        line-height: 22px;
        text-align: center;
        text-align: justify;
    }

button.update_section {
    width: 130px;
    font-size: 15px;
    height: 40px;
    background: #04b7e9;
    border: 2px solid #04b7e9;
    color: #fff;
    transition-duration: 0.6s;
    border-radius: 7px;
    outline: none;
}

.update_section i.fa.fa-long-arrow-right {
    padding-right: 8px;
}

.cv_search:hover {
    background: #04b7e9;
    transition-duration: 0.3s;
    border: 1px solid #04b7e9;
    cursor: pointer;
    transform: translate3d(0, -15px, 0);
}

    .cv_search:hover h3 {
        color: #fff;
    }

    .cv_search:hover p {
        color: #fff;
    }

    .cv_search:hover button.update_section {
        background: #066fc2;
        border: 2px solid #066fc2;
    }

.about_images img {
    width: 100%;
    height: 400px;
    border-radius: 7px;
    /* object-fit: cover; */
}

.about_text h5 {
    color: #767678;
    margin-left: 70px;
    padding: 0px 0px 10px;
    position: relative;
}

    .about_text h5:after {
        content: '';
        position: absolute;
        top: 10px;
        left: -70px;
        border: 1px solid #04b7e9;
        width: 60px;
    }

.about_text h2 {
    font-size: 26px;
    line-height: 40px;
    font-weight: 600;
    color: #333;
}

.about_text p {
    line-height: 25px;
    font-size: 14px;
    color: #333;
    padding: 10px 0px 0px;
}

ul.weSlot {
    margin-top: 15px;
}

    ul.weSlot li {
        font-size: 17px;
        margin-bottom: 15px;
        font-weight: 600;
        color: #333;
        line-height: 35px;
    }

        ul.weSlot li i {
            padding-right: 10px;
        }

section.aboutSec {
    padding: 70px 0px;
    background: #f6f6f6;
    margin-bottom: 60px;
}







.testimonial_box {
    background: #fff;
    padding: 50px 0px 0px 0px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.quote {
    width: 32px;
    height: 27px;
    left: 24px;
    top: 25px;
    position: absolute;
    background-image: url('../../images/quots.png');
    background-repeat: no-repeat;
    background-size: 50%;
}

.testimonial_box p {
    text-align: justify;
    padding: 0px 25px 40px 25px;
}

.testimonial_profile {
    text-align: center;
    background: #f39524;
    padding: 20px 0px 10px;
    height: 134px;
}

.profile_img {
    margin-top: -65px;
}

    .profile_img img {
        width: 100px !important;
        height: 100px !important;
        border-radius: 50%;
        border: 4px solid #ffffff;
        margin: 0px auto;
        object-fit: cover;
    }

    .profile_img h3 {
        font-size: 20px;
        margin: 10px 0px 5px;
        color: #fff;
    }


.single-list-inner .about-thumb {
    clip-path: polygon(30% 0%, 70% 0%, 100% 30%, 100% 70%, 70% 100%, 30% 100%, 0% 70%, 0% 30%);
    height: 60px;
    width: 60px;
    line-height: 60px;
    text-align: center;
    background: rgba(253, 74, 54, 0.15);
    border-radius: 25px;
    transition: 0.4s;
    margin-right: 10px;
    padding: 0px !important
}

.single-list-inner:hover .about-thumb, .single-list-inner:hover i {
    color: #fff;
}

.single-list-inner i {
    font-size: 28px;
    color: #fff;
    padding: 14px 34px 10px 12px;
    width: 38px;
    /* color: #f39524; */
    transition: .4s;
    line-height: 12px;
    height: 38px;
    background: #000000c2;
}

.exp_cls {
    width: 264px;
    padding: 23px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 1px 2px 10px #dcdcdccc;
    margin: 13px 10px;
}

#productSlot4 .pro_para {
    line-height: 23px;
    font-weight: 400;
    margin: 30px 6px 30px 20px;
    font-size: 17px;
    font-style: normal;
    color: #9b9b9b;
}

.bottom_contact {
    width: 100%;
    height: auto;
    padding: 70px 0px;
    background: #1c1c1cde;
}

    .bottom_contact .col-md-4 {
        padding: 35px;
    }

        .bottom_contact .col-md-4 p {
            color: #999797;
            margin: 12px 0px;
        }

        .bottom_contact .col-md-4 h6 {
            font-size: 15px;
            line-height: 1;
            color: #1bb580;
            font-weight: normal;
            margin-bottom: 12px;
        }

.our_testimonial .prod_h3 {
    margin-left: 17px;
    margin-top: 10px;
    font-size: 22px;
}

#productSlot3 .pro_para {
    line-height: 23px;
    font-weight: 400;
    margin: 10px 6px 30px 20px;
    font-size: 17px;
    font-style: normal;
    color: #9b9b9b;
}

.exp_cls h2 {
    font-size: 21px;
    line-height: 29px;
    font-weight: 600;
    margin: 0 0 6px;
    font-style: normal;
    color: #222222;
}

.exp_cls p {
    letter-spacing: 1px;
    line-height: 23px;
    font-weight: 400;
    font-style: normal;
    color: #9b9b9b;
    font-size: 16px;
}

.mar_slot {
    margin-top: 27px;
}

.single-list-inner .minusI {
    font-size: 28px;
    color: #fff;
    padding: 14px 34px 10px 12px;
    width: 38px;
    /* color: #f39524; */
    transition: .4s;
    line-height: 12px;
    height: 38px;
    background: #4dc0ae;
}

.single-list-inner h5 {
    font-size: 18px;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    margin-bottom: 10px;
}

.mms_p {
    font-size: 16px;
    letter-spacing: 1.3px;
    margin: 20px 0px;
    font-weight: 400;
    font-style: normal;
    color: #9b9b9b;
    font-size: 14px;
}

.single-list-inner {
    margin-bottom: 27px;
    background: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    box-shadow: 0 2.3px 2px 0.1px #f1f1f1;
    align-content: center;
    border-radius: 10px;
}

section.videoNews {
    padding: 70px 0px;
}

.newsSection {
    background-image: url('../../images/news.jpg');
    background-repeat: no-repeat;
    background-size: 100%;
    height: 350px;
    position: relative;
}

    .newsSection:before {
        content: '';
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.8);
    }

    .newsSection p {
        color: #fff;
        padding: 20px;
    }

@media(max-width: 767px) {
    header.header-section.fixed {
        background: #fff;
        height: 65px;
        padding-top: 20px;
    }
}
