@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,900&display=swap');

i.fa-brands.fa-x-twitter {
    color: #000;
}
p,
h3 {
    font-family: 'Raleway', sans-serif;

}

.padding {
    padding-top: 80px;
    padding-bottom: 50px;
}

.top_header {
    background-color: #222020;
    padding: 10px 0px;
}

.top_header a {
    text-decoration: none;
    color: white;
}

.space_t {
    padding-left: 33px;
}

.header_top_wrapper{
    display:flex;
    align-items:center;
}

.space_t i {
    color: #fc1100;
}

.header_top_wrapper_1 {
    display: flex;
    justify-content: center;
    align-items: center;
}

.main_top_header {
    display: flex;
    justify-content: space-between;
}

.header_top_wrapper_1 span {
    height: 25px;
    width: 25px;
    background: white;
    color: black;
    display: flex;
    justify-content: center;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    margin-right: 10px;
    font-size: 14px;
}

.header_top_wrapper_1 span a {
    color: black;
}

.logo_header {
    align-items: center;
    padding: 20px 0px;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    justify-content: center;
}

.logo_header img {
    width: 100%;
    z-index: 2;
    position: relative;
}

.navbar_top {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 100%;
}

header {
    background-color: rgba(0, 0, 0, 0.3);
    position: absolute;
    z-index: 10;
	width: 100%;
}

header .col-2 {
    background-color: white;
    padding: 0;
}

header .logo_header::before {
    content: '';
    height: 100%;
    width: 5000px;
    position: absolute;
    top: 0;
    right: -26px;
    background-color: #fff;
    -webkit-transform: skew(-26deg);
    -khtml-transform: skew(-26deg);
    -moz-transform: skew(-26deg);
    -ms-transform: skew(-26deg);
    -o-transform: skew(-26deg);
    transform: skew(-26deg);
}

header .nav-item {
    padding: 0px 18px;
}

header .nav-item .nav-link {
    color: white;
    font-weight: 700;
}

.banner {
    position: relative;
}

.banner .item {
    position: relative;
}

.banner_text {
    position: absolute;
    top: 68px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    left: 0;
    width: 100%;
    flex-direction: column;
}

.banner_text p 
{
    color: #fff;
    letter-spacing: 1px;
    font-weight: 700;

}

.banner_text h1 {
    font-size: 68px;
    font-weight: 800;
    background: linear-gradient(to right, #fe0e00 20%, #EAA836 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
}

.wg-box-content {
    position: relative;
    width: 90%;
    max-width: 400px;
    margin: auto;
    overflow: hidden;
    border-top: 10px solid #ea7817;
}

.wg-box-content .wg-box-content-overlay {
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    height: 99%;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    opacity: 0;
    -webkit-transition: all 0.4s ease-in-out 0s;
    -moz-transition: all 0.4s ease-in-out 0s;
    transition: all 0.4s ease-in-out 0s;
}

.wg-box-content:hover .wg-box-content-overlay {
    opacity: 1;
}

.wg-box-content-image {
    width: 100%;
}

.wg-box-content-details {
    position: absolute;
    text-align: center;
    padding-left: 1em;
    padding-right: 1em;
    width: 100%;
    top: 50%;
    left: 50%;
    opacity: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: all 0.3s ease-in-out 0s;
    -moz-transition: all 0.3s ease-in-out 0s;
    transition: all 0.3s ease-in-out 0s;
}


.wg-box-content-details h3 {
    color: #fff;
    font-weight: 500;
    letter-spacing: 0.15em;
    margin-bottom: 0.5em;
    text-transform: uppercase;
    font-size: 23px;
}

.wg-box-content-details p {
    color: #fff;
    font-size: 0.8em;
}

.wg-box-fadeIn-bottom {
    top: 80%;
}

.image_overlay_sec {
    padding-bottom: 50px;
}

.image_overlay_sec {
    background-color: #dfe3e6;
}

.wg-box-content button {
    border: none;
    border-radius: 50%;
    height: 50px;
    width: 50px;
    text-align: center;
    font-size: 20px;
    transition: 1s;
}

.wg-box-content button:hover {
    background-color: #ea7817;
}

.wg-box-content button span {
    margin-top: -5px;
}

.line_sec {
    position: relative;
    padding-left: 80px;
    font-weight: 700;
    font-size: 32px;
}

.line_sec::before {
    position: absolute;
    content: "";
    height: 4px;
    width: 64px;
    background: linear-gradient(to right, #fe0e00 20%, #EAA836 100%);
    left: 0;
    top: 18px;
}

.text_sec p {
    text-align: justify;
    font-size: 18px;
    line-height: 34px;
    letter-spacing: 1px;
}

.button_main {
    border: none;
    height: 40px;
    width: auto;
    padding: 0px 25px;
    background: linear-gradient(to right, #fe0e00 20%, #EAA836 100%);
    border-radius: 3px;
}

    .button_main:hover {
        color: black;
    }

.button_main {
    text-decoration: none;
    color: #dfe3e6;
    font-weight: 600;
    line-height: 36px;
}

.button_wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
}

.dark_sec_text {
    background-color: #323232;
    padding: 70px 0px;
}

.dark_sec_text .line_sec {
    color: white;
    font-size: 40px;
    font-weight: 700;
}

.dark_text_Sec p {
    color: white;
    font-size: 19px;
    letter-spacing: 1px;
}

.counter_sec {
    background-image: url(../images/bg-section-01.png);
    object-fit: cover;
    padding: 50px 0px;
    background-repeat: no-repeat;
}

.counter_sec .line_sec {
    font-size: 34px;
    font-weight: 700;
}

.counter_sec p {
    font-size: 18px;
    margin-top: 21px;
    text-align: justify;
}

@keyframes growProgressBar {

    0%,
    33% {
        --pgPercentage: 0;
    }

    100% {
        --pgPercentage: var(--value);
    }
}

@property --pgPercentage {
    syntax: "<number>";
    inherits: false;
    initial-value: 0;
}

div[role="progressbar"] {
    --size: 8rem;
    --fg: #EA7817;
    --bg: #def;
    --pgPercentage: var(--value);
    animation: growProgressBar 3s 1 forwards;
    width: var(--size);
    height: var(--size);
    border-radius: 50%;
    display: grid;
    place-items: center;
    background: radial-gradient(closest-side,
            white 80%,
            transparent 0 99.9%,
            white 0),
        conic-gradient(var(--fg) calc(var(--pgPercentage) * 1%), var(--bg) 0);
    font-family: Helvetica, Arial, sans-serif;
    font-size: calc(var(--size) / 5);
    color: var(--fg);
}

div[role="progressbar"]::before {
    counter-reset: percentage var(--value);
    content: counter(percentage) "%";
}

.main_con {
    display: flex;
    justify-content: space-evenly;
}



.backgound_black_sec {
    background-color: #0e0e0e;
    background-image: url(../images/bg-section-02.png);
    background-position: center center;
    background-size: cover;
}

.backgound_black_sec h3 {
    color: white;
    font-size: 35px;
    font-weight: 700;
}

.backgound_black_sec .p_text_back {
    font-size: 21px;
    color: white;
}

.slider_backgound {
    width: 60%;
    margin: auto;
}

.slider_backgound p {
    color: white;
    text-align: center;
    width: 80%;
    margin: auto;
    font-size: 17px;
    letter-spacing: 1px;
}

#carousel_text .owl-prev {
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    top: 20%;
    left: 0%;
    font-size: 37px;
    height: 46px;
    width: 46px;
    background: #3a3939;
    text-align: center;
    align-items: center;
    border-radius: 50%;
}

#carousel_text .owl-prev span,
#carousel_text .owl-next span {
    margin-top: -7px;
}

#carousel_text .owl-next {
    position: absolute;
    color: #fff;
    display: flex;
    justify-content: center;
    top: 20%;
    font-size: 37px;
    right: 0%;
    height: 46px;
    width: 46px;
    background: #3a3939;
    text-align: center;
    align-items: center;
    border-radius: 50%;

}

#carousel_text {
    position: relative;
}

.library_sec {
    background-image: url(../images/plain_white_wallpaper_hd_abstract-1600x900.jpg);
    background-attachment: fixed;
    object-fit: cover;
    background-repeat: no-repeat;
    background-size: cover;
}

.library_sec h3 {
    width: 50%;
    font-size: 36px;
    font-weight: 700;
}


.library_sec #carousel_library {
    padding-top: 45px;
    padding-bottom: 0px;
}

.library_wraper {
    position: relative;
}

.library_text_wrapper {

    margin-top: -60px;

}

.text_wrapper_box {
    margin: auto;
    width: 88%;
    box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
    padding: 20px 20px 22px 30px;
    border-radius: 5px;
    background-color: #fff;
    position: relative;
}

.library_wraper img {
    filter: brightness(0.6);
    transition: 1s;
}

.library_wraper:hover img {
    filter: none;
}

.library_wraper:hover .text_wrapper_box {
    box-shadow: 0 13px 29px rgba(0, 0, 0, .2);
    transition: 1s all;
}

#client_carousel img {
    width: 60%;
    margin: auto;
}

#client_carousel .item {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    height: 200px;
    width: 100%;
}

.text_wrapper_box h4 {
    font-size: 20px;
}

footer img {
    width: 80%;
}

footer {
    background-image: url(../images/black_walpaper.webp);
    background-attachment: fixed;
    padding: 55px 0px;
    background-position: center;
    background-repeat: no-repeat;
    object-fit: cover;
    background-size: cover;
}


footer p {
    color: white;
    cursor: pointer;
    letter-spacing: 1px;
}

.hours {
    font-weight: 800;
    color: red;
    font-size: 18px;
}

footer h4 {
    font-size: 30px;
    font-weight: 700;
    color: red;
    padding-bottom: 15px;
}

footer ul {
    list-style: none;
    padding: 0;
}

footer ul li,
footer ul li a {
    padding: 8px 0px;
    color: white;
    text-decoration: none;
}

.ul_sec {
    display: flex;
    text-align: left;
    justify-content: start;
}

footer input {
    border: none;
    background-color: #464646;
    border-radius: 0;
    height: 46px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    width: 55%;
    padding: 0px 15px;
}

footer button {
    height: 46px;
    font-size: 14px;
    font-weight: 400;
    color: #fff;
    border: none;
    background: linear-gradient(to right, #fe0e00 0%, #EAA836 100%);
    width: 20%;
}

.circle_footer {
    height: 30px;
    width: 30px;
    background: white;
    text-align: center;
    align-items: center;
    border-radius: 50%;
    display: flex;
    justify-content: center;

}

.footer_icon {
    padding: 0px 5px;
}

footer .lst {
    color: white;
    padding-top: 20px;
}

.copy-right {
    background-color: #242323;
    padding: 15px 0px;
    color: white;
    display: flex;
    justify-content: center;
}

footer .container-fluid {
    width: 95%;
    margin: auto;
}

.library_sec .line_sec {
    padding-top: 30px;
    padding-left: 75px;
}

.library_sec .line_sec::before {
    position: absolute;
    content: "";
    height: 4px;
    width: 64px;
    background: linear-gradient(to right, #fe0e00 20%, #EAA836 100%);
    left: 0;
    top: 18px;
    margin-top: 30px;
}

textarea:focus,
input:focus {
    outline: none;
}

@keyframes smoothScroll {
    0% {
        transform: translateY(-40px);
    }

    100% {
        transform: translateY(0px);
    }
}

.fixed {
    background-color: rgba(0, 0, 0, 0.9);
    position: fixed;
    transition: all 2s;
    width: 100%;
    z-index: 20;
    top: 0;
    animation: smoothScroll 1s;
}


.js-cursor {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 50;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    margin: -20px 0 0 -20px;
    mix-blend-mode: difference;

    transition-duration: 0.4s;
    transition-property: visibility, opacity;
    transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);

    pointer-events: none;

    &:before,
    &:after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate3d(-50%, -50%, 0);
        border-radius: 50%;
    }

    &:before {
        height: 8px;
        width: 8px;
        background: rgba(255, 255, 255, 0.8);
    }

    &:after {
        height: 40px;
        width: 40px;
        border: 1px solid #ea7b19;
        transition-duration: 0.4s;
        transition-property: border-color, background, transform;
        transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
    }

    &.is-active {
        opacity: 1;
        visibility: visible;
        will-change: transform;
    }

    &.is-focus {
        &:after {
            transform: translate3d(-50%, -50%, 0) scale(0.5.15);
            border-color: transparent;
            background: #ea7b19;
        }
    }

    &.is-hidden {
        visibility: hidden;
        opacity: 0;
    }
}

.navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: none;
}

.accordion-button::after {
    background-image: none;
    content: '+';
    font-size: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: normal;
    color: #ea7817;
}

.accordion-button:not(.collapsed)::after {
    content: '-';
    background: none;
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: none;
}

.accordion-button:not(.collapsed) {
    color: #EA7817;
}

.accordation {
    background-color: #f2f2f2;
}

.accordion {
    --bs-accordion-color: #212529;
    --bs-accordion-bg: none;
}

.accordation h3 {
    padding: 30px 0px;
    text-align: center;
    font-size: 38px;
    font-weight: 700;
    background: linear-gradient(to right, #fe0e00 0%, #EAA836 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.accordion-header p {
    font-size: 20px;
    font-weight: 600;
}

.active_p {
    color: #ea7b19;
    font-family: 'Raleway', sans-serif;
}

.accordion-button:not(.collapsed) {
    background-color: RGBA(0, 0, 0, 0.1);
}






.joinchat--left .joinchat__button {
    right: auto;
    left: 8px;
    flex-direction: row-reverse;
}

#whatsaap_icn {
    position: fixed;
    bottom: 40px;
    right: 30px;
    display: none;
    cursor: pointer;
    height: 60px;
    width: 60px;
    background: green;
    border-radius: 50%;
    text-align: center;
    line-height: 60px;
    font-size: 36px;
    color: white;
    z-index: 999;
}

#whatsaap_icn a {
    color: white;
}

.chat_box {
    position: fixed;
    bottom: 40px;
    right: 30px;
    cursor: pointer;
    height: 60px;
    width: 60px;
    background: linear-gradient(to right, #fe0e00 20%, #EAA836 100%);
    border-radius: 50%;
    text-align: center;
    line-height: 58px;
    font-size: 30px;
    color: white;
    z-index: 999;
}


.btn-close:focus {
    box-shadow: none;
}

.copy-right p {
    text-align: center;
    margin: 0;
    font-size: 15px;
}

.ul_sec a:hover {
    color: #f55218;
    transition: linear 0.5s;
}

.header_top_wrapper_1 span a .fa-twitter,
.circle_footer a .fa-twitter {
    color: #00acee;

}

.header_top_wrapper_1 span a .fa-facebook-f,
.circle_footer a .fa-facebook-f {
    color: #1877F2;
}

.header_top_wrapper_1 span a .fa-linkedin-in,
.circle_footer a .fa-linkedin-in {
    color: #1877F2;
}

.header_top_wrapper_1 span a .fa-instagram,
.circle_footer a .fa-instagram {
    color: #f09433;
}

.header_top_wrapper_1 span a .fa-youtube,
.circle_footer a .fa-youtube {
    color: #c4302b;
}

.copy-right a {
    color: red;
    text-decoration: none;
}

#banner_carousel .item {
    overflow: hidden;
}

.banner #banner_carousel img {
    position: relative;
}

.banner #banner_carousel .item::before {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    content: "";
    background-color: rgba(0, 0, 0, 0.30);
    width: 100%;
    height: 100%;
    z-index: 20;
}

.zoom-in-zoom-out {
    margin: 0;
    width: 100%;
    overflow: hidden;
    height: auto;
    background: green;
    animation: zoom-in-zoom-out 60s ease-out infinite;
}

@keyframes zoom-in-zoom-out {
    0% {
        transform: scale(1, 1);
    }

    50% {
        transform: scale(1.4, 1.4);
    }

    100% {
        transform: scale(1, 1);
    }
}


.img-hide {
    position: relative;
}

.text-sec-img {
    position: absolute;
    flex-direction: column;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border-top: 6px solid #f78725;

}
.subcategories-sec .text-sec-img {
    position: unset;
    height: 250px;
}

.hover-secc {
    cursor: pointer;
}

.hover-secc:hover .text-sec-img {
    opacity: 0;
    transition: visibility 1s, opacity 0.8s linear;

}

.wg-box-content-text button {
    height: 50px;
    width: 50px;
    border-radius: 50%;
    border: none;
    background: unset;
}

.wg-box-content-title {
    color: #f78725;
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}



.hover-secc:hover .without_hover {

    display: block !important;

}

.hover-secc:hover .with_hover {
    display: none;

}


.circle_percent {
    font-size: 200px;
    width: 150px;
    height: 150px;
    position: relative;
    background: #eee;
    border-radius: 50%;
    overflow: hidden;
    display: inline-block;
    margin: 20px;
}

.circle_inner {
    position: absolute;
    left: 0;
    top: 0;
    width: 1em;
    height: 1em;
    clip: rect(0 1em 1em 0.5em);
}

.round_per {
    position: absolute;
    left: 0;
    top: -15px;
    width: 1em;
    height: 1em;
    background: #f71204;
    clip: rect(0 1em 1em 0.5em);
    transform: rotate(180deg);
    transition: 1.05s;
}

.percent_more .circle_inner {
    clip: rect(0 0.5em 1em 0em);
}

.percent_more:after {
    position: absolute;
    left: 0.5em;
    top: 0em;
    right: 0;
    bottom: 0;
    background: #f71204;
    content: "";
}

.circle_inbox {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    bottom: 10px;
    background: #fff;
    z-index: 3;
    border-radius: 50%;
}

.percent_text {
    position: absolute;
    font-size: 36px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 3;
}

.min-sc {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.main-cont {
    display: flex;
    justify-content: space-evenly;
}

.wg-box-content-text img {
    width: 30% !important;
    margin: auto;
}

.without_hover {
    position: relative;
}

#carousel_overlay .owl-prev {
    position: absolute;
    left: -42px;
    display: flex;
    justify-content: flex-start;
    height: 50px;
    width: 50px;
    top: 30%;
    align-items: center;
    background: #eeeeee;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#carousel_overlay .owl-next {
    position: absolute;
    right: -42px;
    display: flex;
    justify-content: flex-start;
    height: 50px;
    width: 50px;
    top: 30%;
    align-items: center;
    background: #eeeeee;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
}

#carousel_overlay .owl-next:hover,
#carousel_overlay .owl-prev:hover {
    background-color: #f7a241;
    box-shadow: 0 14px 28px rgba(0, 0, 0, 0.25), 0 10px 10px rgba(0, 0, 0, 0.22);
}



#carousel_overlay .owl-prev span {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 31px;
    margin-top: -7px;
}

#carousel_overlay .owl-next span {
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 31px;
    margin-top: -7px;
}

#carousel_overlay .owl-prev span:hover,
#carousel_overlay .owl-next span:hover {
    color: #0e0e0e;
}

.dropdown-menu {
    background-color: #ffffff;
    border: 1px solid #fff;
}
/*
.dropdown-item {
    color: #fff;
}*/

footer a {
    color: white;
    text-decoration: none;
}

footer a:hover {
    color: #f55218;
    transition: linear 0.5s;
}



.megamenu {
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
    border: none;
    border-radius: 0;
    padding: 0.7em;
    overflow-y: scroll;
    max-height: 80vh;
}

.megamenu::-webkit-scrollbar-thumb
{
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
  background-color: #D62929;
}


.megamenu li .dropdown-item {
    color: gray;
    font-size: 14px;
    padding: 4px 7px;
}

.megamenu li .dropdown-item:hover {
    background-color: #f1f1f1;
}


.megamenu li:first-child a:hover {
    background-color: #f1f1f1;
}

.megamenu {
    border-radius: 0;
    border: none;
    padding: 0.5em;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.23);
    BORDER: 1px solid white;
}
ul,li{
    list-style:none;
    padding:0;
}
.megamenu ul:first-child {
    list-style: none;
    padding: 0;
    display:flex;
}

.megamenu li a {
    color: gray;
    padding: 0.5em 1em;
}

    .megamenu ul li a.mega_cat {
        font-weight: bold;
        font-size: 1.1em;
        color: #fd0f01;
    }


.main-drop {
    width: 100%;
    display: flex;
    justify-content: center;
    overflow: hidden;
}

.dropdown:hover>.dropdown-menu {
    display: block;
}
.dropdown-menu[data-bs-popper] {
left:unset;
top:unset;
}

.megamenu.show {
    display: flex;
    left: unset;
}

.main-img-div
{
    position: relative;
}

.button-crcl
{
    position: absolute;
    display: flex;
    justify-content: center;
    text-align: center;
    font-size: 30px;
    z-index: 1;
    top: 0;
    width: 100%;
    align-items: center;
    height: 100%;
    transition: 2s;
    opacity: 0;
}

.hover-secc:hover .button-crcl
{
    opacity: 1;
}
.hover-secc .wg-box-content-text {
    text-align: center;
}

.button-crcl span {
    border: none;
    border-radius: 50%;
    height: 58px;
    width: 58px;
    background-color: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
}

    .button-crcl span:hover {
        background-color: #ffb300;
        color: #fff;
        -webkit-box-shadow: 0 0 0 10px rgba(255,179,0,.4);
        -khtml-box-shadow: 0 0 0 10px rgba(255,179,0,.4);
        -moz-box-shadow: 0 0 0 10px rgba(255,179,0,.4);
        -ms-box-shadow: 0 0 0 10px rgba(255,179,0,.4);
        -o-box-shadow: 0 0 0 10px rgba(255,179,0,.4);
        box-shadow: 0 0 0 10px rgba(255,179,0,.4);
        transition: 0.5s;
    }


.banner-sec img 
{
    height: 80vh;
    width: 100%;
    object-fit: cover;
}

.banner-sec .banner_text {
    position: absolute;
    top: 22px;
}

.banner-sec
{
    position: relative;
}

.banner-sec::before
{
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgb(0 0 0 / 47%);
}

.ser-sec-box
{
    position: relative;
    background-color: #fff;
   /* border-width: 2px 2px 0;
    border-style: solid;
    border-color: #ebebeb;
    padding: 17px;*/
    box-shadow: 0 2px 43px rgba(12,12,12,.13);
    transition: all .25s cubic-bezier(.645,.045,.355,1);
}
.ser-sec-box::before
{
    position: absolute;
    content: unset;
    height: 6px;
    left: -2px;
    right: -2px;
    position: absolute;
    bottom: 0;
    background: linear-gradient(to right, #fe0e00 20%, #EAA836 100%);
    -webkit-text-fill-color: transparent;
}

.item--meta {
    padding: 20px 13px 25px;
}

.item--title {
    margin-bottom: 13px;
    font-size: 22px;
    line-height: 28px;
}

.item--title a
{
    text-decoration: none;
    color: #000;
}

.item--meta button
{
    border: none;
    background: none;
    font-weight: 700;
    font-size: 18px;
    padding: 0;
}

.ser-sec-box:hover {
    transform: translateY(-18px);
    box-shadow: 0 27px 41px rgba(12,12,12,.18);
}

.ser-sec .container-fluid .row .col-md-4
{
    padding: 16px;
}

.ser-sec-box button i 
{
    color: #feb200;
    font-size: 20px;
    text-align: center;
    padding-left: 6px;
}

a{
    text-decoration: none;
    color: unset;
}

.item--meta button a:hover{
color:#feb200;
transition: 0.5s;
}

.item--meta button a i 
{
    transition: 0.8s;
}

.item--meta button a:hover i 
{
    padding-left: 17px;
}

.about- p {
    text-align: justify;
    font-size: 14px;
    line-height: 24px;
}

.about-background-sec
{
    background-attachment: fixed;
    background-image: url(../images/about-img-2.jpg);
}

.about-text-mg{
    position: relative;
    padding: 80px 70px;
    color: white;
    z-index: 10;
}

.about-text-mg::before
{
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.70);
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1;
}

.about-text-mg h4{
    color: #fb2408;
    font-weight: 700;
    font-size: 20px;
}

.about-text-mg h1 
{
    font-size: 70px;
    font-weight: 700;
    line-height: 73px;
}

.about-text-mg p 
{
    font-size: 19px;
    letter-spacing: 1px;
}

@import url("https://fonts.googleapis.com/css?family=Arimo:400,700&display=swap");
.tabs-s {
  font-family: "Arimo", sans-serif;
  padding: 40px 0px;
}
h2 {
  color: #000;
  text-align: center;
  font-size: 2em;
}
.warpper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.tab {
  cursor: pointer;
  padding: 10px 20px;
  margin: 0px 2px;
  background: #000;
  display: inline-block;
  color: #fff;
  border-radius: 3px 3px 0px 0px;
  box-shadow: 0 0.5rem 0.8rem #00000080;
}
.panels {
  background: #fffffff6;
  box-shadow: 0 2rem 2rem #00000080;
  min-height: 200px;
  width: 100%;
  max-width: 500px;
  border-radius: 3px;
  overflow: hidden;
  padding: 20px;
}
.panel {
  display: none;
  animation: fadein 0.8s;
}
@keyframes fadein {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.panel-title {
  font-size: 1.5em;
  font-weight: bold;
}
.radio {
  display: none;
}
#one:checked ~ .panels #one-panel,
#two:checked ~ .panels #two-panel,
#three:checked ~ .panels #three-panel {
  display: block;
}
#one:checked ~ .tabs #one-tab,
#two:checked ~ .tabs #two-tab,
#three:checked ~ .tabs #three-tab {
  background: #fffffff6;
  color: #000;
  border-top: 3px solid #000;
}


.rel-sec
{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.rel-sec img , .details-box img
{
    width: 25%;
    text-align: center;
    padding-bottom: 12px;
}

.rel-sec p 
{
    padding: 5px 5px;
    text-align: center;
}

.relation-box , .details-box
{
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    text-align: center;
    height: 100%;
}

.relationship-sec
{
    background-color: #80808021;
}

.tabs-sec
{
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.text-sec-det input
{
    width: 100%;
    margin: auto;
    padding: 9px 14px;
    border-radius: 5px;
    margin-bottom: 22px;
    border: 1px solid lightgray;
}

.text-sec-det textarea
{
    border: 1px solid lightgray;
    padding-left: 14px;
}

.text-sec-det p 
{
    padding: 14px 0px;
}

.contact-sc .details-box:hover
{
    box-shadow: 0 13px 29px rgba(0, 0, 0, .1);
}
.contact-sc .details-box
{
    box-shadow: 0 13px 29px rgba(0, 0, 0, .2);
    padding: 20px 0px;
}



/* about sec 2  */

.elementor-widget-container {
    margin: 0px 0 0;
    padding: 40px 0px;
}



.ct-history1 {
    max-width: 970px;
    margin: 0 auto;
    padding-top: 34px;
    padding-bottom: 140px;
    position: relative;
    direction: ltr;
}

.ct-history1:before {
    content: '';
    width: 0;
    height: 100%;
    border-left: 1px dashed rgba(255,255,255,.3);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.ct-history1 .ct-history--start {
    text-align: center;
    line-height: 101px;
    width: 101px;
    height: 101px;
    color: #f6f6f6;
    font-size: 28px;
    font-weight: 700;
    border-radius: 101px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    z-index: 99;
}

.ct-history1 .ct-history--holder {
    display: flex;
    flex-wrap: wrap;
}

.ct-history1 .ct-history--holder>div {
    width: 50%;
}

.ct-history1 .ct-history--odd .ct-history--item:nth-child(1) {
    margin-top: 80px;
}

.ct-history1 .ct-history--item {
    padding-right: 100px;
    position: relative;
    z-index: 1;
    margin-bottom: 21px;
}

.ct-history1 .ct-history--meta h3 {
    font-size: 26px;
    margin-bottom: 8px;
    color: #f6f6f6;
    font-weight: 600;
}

.ct-history1 .ct-history--item:after {
    content: '';
    width: 21px;
    height: 21px;
    border-radius: 21px;
    position: absolute;
    top: 4px;
    right: -11px;
}

.bg-gradient, .ct-slick-carousel .slick-arrow:after, .ct-title1.style2 h3 i, .ct-history1 .ct-history--start, .ct-history1 .ct-history--item:after, .ct-widget-cart-sidebar .ct-close, .woocommerce span.onsale, .woocommerce nav.woocommerce-pagination ul.page-numbers .page-numbers:after, .single-product #primary div.product .woocommerce-tabs ul.wc-tabs li a:after, .ct-tabs--layout1.style1 .ct-tabs-title .ct-tab-title:before {
    background-color: #ffb300;
    background-image: -webkit-gradient(linear,left top,right top,from(#ffb300),to(#ead300));
    background-image: -webkit-linear-gradient(left,#ffb300,#ead300);
    background-image: -moz-linear-gradient(left,#ffb300,#ead300);
    background-image: -ms-linear-gradient(left,#ffb300,#ead300);
    background-image: -o-linear-gradient(left,#ffb300,#ead300);
    background-image: linear-gradient(left,#ffb300,#ead300);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffb300',endColorStr='#ead300',gradientType='1');
    z-index: 2;
}

.ct-history1 .ct-history--odd .ct-history--item:nth-child(2) {
    margin-bottom: 63px;
}

.ct-history1 .ct-history--odd .ct-history--item {
    text-align: right;
}

.ct-history1 .ct-history--meta h3 {
    font-size: 26px;
    margin-bottom: 8px;
    color: #f6f6f6;
    font-weight: 600;
}

.ct-history1 .ct-history--meta span {
    font-size: 18px;
    line-height: 26px;
    color: #bcbcbc;
}

.ct-history1 .ct-history--item:after {
    content: '';
    width: 21px;
    height: 21px;
    -webkit-border-radius: 21px;
    -khtml-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    position: absolute;
    top: 4px;
    right: -11px;
}

.ct-history1 .ct-history--odd .ct-history--item:nth-child(3) {
    margin-bottom: 98px;
}

.ct-history1 .ct-history--holder>div {
    width: 50%;
}
.ct-history1 .ct-history--even {
    text-align: left;
}

.ct-history1 .ct-history--even .ct-history--item:nth-child(1) {
    margin-bottom: 45px;
}
.ct-history1 .ct-history--even .ct-history--item {
    padding-right: 0;
    padding-left: 100px;
    margin-bottom: 50px;
}

.ct-history1 .ct-history--item:before {
    content: '';
    height: 0;
    width: 103px;
    border-bottom: 1px dashed rgba(255,255,255,.3);
    position: absolute;
    top: 15px;
    right: 0;
    z-index: -1;
}

.ct-history1 .ct-history--even .ct-history--item:before {
    right: auto;
    left: 0;
}

.ct-history1 .ct-history--item:after {
    content: '';
    width: 21px;
    height: 21px;
    -webkit-border-radius: 21px;
    -khtml-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    position: absolute;
    top: 4px;
    right: -11px;
}

.ct-history1 .ct-history--even .ct-history--item:after {
    right: auto;
    left: -11px;
}

.ct-history1 .ct-history--item:after {
    content: '';
    width: 21px;
    height: 21px;
    -webkit-border-radius: 21px;
    -khtml-border-radius: 21px;
    -moz-border-radius: 21px;
    -ms-border-radius: 21px;
    -o-border-radius: 21px;
    border-radius: 21px;
    position: absolute;
    top: 4px;
    right: -11px;
}

.history-sec-main
{
    background-image: url(../images/banner_1.png);
    background-attachment: fixed;
    position: relative;
}

.history-sec-main::before
{
    position: absolute;
    content: "";
    background-color: rgba(0, 0, 0, 0.70);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.ct-history1 .ct-history--image {
    max-width: 140px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.elementor img {
    height: auto;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.ct-history1 .ct-history--image img {
    border-radius: 50%;
}


/* corporate tex discription */

.corporate-sec-dis .line_sec {
    font-size: 48px;
}
.corporate-sec-dis p {
    font-size: 18px;
}

.corporate-sec-dis img
{
    width: 75%;
    margin: auto;
    display: flex;
    justify-content: center;
    padding-bottom: 30px;
}

.ct-history--meta p 
{
    text-align: justify;
}

.wrapper-carousel
{
    background-color: #0e0e0e;
    position: relative;
    border-radius: 5px;
    text-align: center;
    z-index: 1;
    padding: 40px 0px;
    color: #fff;
}

.wrapper-carousel:hover
{
    box-shadow: 0 0 0 10px rgba(255,179,0,.4);
    transition: 0.5s;
    background-color: #ffb300;
    color: #fff;
    border-radius: 5px
}

.wrapper-carousel a
{
    font-weight: 700;
    text-align: center;
    font-size: 22px;
}
.bg-body-tertiary {
background-color:unset !important;
}
#pictures-carousel-1 .item img {
    border-radius: 20px;
}
.CategoryTab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link.active {
    background-color: #ffb300;
    background-image: -webkit-gradient(linear,left top,right top,from(#ffb300),to(#ead300));
    background-image: -webkit-linear-gradient(left,#ffb300,#ead300);
    background-image: -moz-linear-gradient(left,#ffb300,#ead300);
    background-image: -ms-linear-gradient(left,#ffb300,#ead300);
    background-image: -o-linear-gradient(left,#ffb300,#ead300);
    background-image: linear-gradient(left,#ffb300,#ead300);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffb300',endColorStr='#ead300',gradientType='1');
    color: #fff;
    border: none;
    border-radius:unset;
}
.CategoryTab .nav-tabs .nav-item.show .nav-link, .nav-tabs .nav-link {
    font-size: 18px;
    line-height: 30px;
    font-weight: 700;
    text-transform: uppercase;
    color: #222;
    cursor: pointer;
    padding: 5px 34px;
    position: relative;
    z-index: 1;
    margin-right: 30px;
    border:none;   
}

/*career*/

.email-form {
    width: 100%;
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, 0.12);
    padding: 50px 30px;
    background: #f5f3eb;
}
.header-section {
    width: 85%;
    margin: auto;
    text-align: center;
    margin-bottom: 40px;
}
#response {
    font-size: 16px;
    color: green;
    border: 1px solid green;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}
#alert {
    font-size: 16px;
    color: Red;
    border: 1px solid Red;
    text-align: center;
    padding: 10px;
    font-weight: 600;
    display: none;
}
.header-section h1 {
    color: #191830;
    font-size: 32px;
    font-weight: bold;
    line-height: 46px;
}

.header-section p {
    color: #191830;
    font-size: 18px;
    font-weight: normal;
    line-height: 29px;
}

.email-form .form-group {
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.email-form input {
    height: 44px;
}
.email-form input, .contact .email-form textarea {
    border-radius: 0;
    box-shadow: none;
    font-size: 14px;
}

.email-form button[type="submit"] {
    height: 40px;
    width: auto;
    padding: 0px 25px;
    background: linear-gradient(to right, #fe0e00 20%, #EAA836 100%);
    border-radius: 3px;
    border:none;
}

.form-control:focus{
    box-shadow:unset;
}

p#success {
    font-size: 16px;
    color: green;
    border: 1px solid green;
    text-align: center;
    padding: 10px;
    font-weight: 600;
}
.validation-summary-errors {
    color: red;
}
.post-meta ul {
            padding: 0;
            margin-bottom: 8.5px;
        }

        .post-meta ul li {
            line-height: 2.0em;
            list-style: none;
            display: inline;
            margin-right: 10px;
        }

        .post-meta ul li a,
        .post-meta ul li span {
            color: #b8b8b8;
            font-size: 14px;
            text-decoration: none;
        }

        .post-meta i {
            margin-right: 10px;
            color: #f15c22;
        }

        .top_heding_audit h1 {

            font-size: 31px;
            margin-top: 0;
            margin: 13px 0 15px;
            color: #f15c22;
            font-weight: 300;
            line-height: 1.35em;
        }

        .post-content {
            border-top: 1px solid rgba(0, 0, 0, 0.05);
            border-bottom: 1px solid rgba(0, 0, 0, 0.05);
            padding-bottom: 10px;
            padding-top: 10px;
        }

        .post-content p {
            text-align: justify;

            line-height: 1.7em;
            margin: 0 0 10px;
            font-size: 16px;
        }

        .block-heading {
            color: #f15c22;
            line-height: 1.35em;
            margin-top: 17px;
            margin-bottom: 8.5px;
            font-weight: 500;
            font-size: 24px;
        }

        .wp-block-heading {
            font-size: 21px;
            color: #f15c22;
            font-weight: 300;
            line-height: 1.35em;
            margin-bottom: 8.5px;
        }

        .post-content p a {
            color: #f15c22;
            text-decoration: none;
        }

        .post-content p strong {
            color: #f15c22;
        }

        .socal_media_wepper ul {
            padding: 0;
            width: 100%;
            display: flex;
            justify-content: space-around;
            align-items: center;
        }

        .socal_media_wepper ul li {
            display: flex;
            align-items: center;
            width: 31.33333%;
            background-color: #2767b1;
            justify-content: center;
            min-height: 30px;
        }

        .socal_media_wepper ul li:nth-child(2) {
            background-color: #1877f2;
        }

        .socal_media_wepper ul li:nth-child(3) {
            background-color: #1da1f2;
        }

        .socal_media_wepper ul li a {
            color: #fff;
            width: 100%;
            text-align: center;
        }

        .form_weeper_bg_color {
            background-color: #e3e3e3;
            padding: 15px;
        }

        .quick h2 {
            font-size: 16px;
            padding-bottom: 20px;
            padding-top: 20px;
            color: #f15c22;
        }

        .form_weeper_bg_color label {
            margin: 0 0 5px;
        }

        .form_weeper_bg_color .form-control {
            padding: 0 25px;
            border: 1px solid #ccc;
            border-radius: 4px;
            line-height: 35px;
            margin-bottom: 15px;
        }

        .form_weeper_bg_color .form-control:focus {
            box-shadow: unset;
            border-color: #f15c22;
        }

        .form_weeper_bg_color button {
            border: unset;
            background-color: #f15c22;
            color: white;
            padding: 11px 17px;
        }

        .form_weeper_bg_color .services_menu ul {
            padding: 0;
        }

        .audit_menu li {
            list-style: none;
        }

        .audit_menu li a {
            text-decoration: none;
            border-bottom: 1px solid #ebebeb;
            color: #848484;
            display: block;
            padding: 11px 21px;
            font-size: 14px;
        }

        .audit_menu li a:hover {
            color: #f15c22;
        }

        .audit_menu li:hover {
            color: #f15c22;
        }

        .audit_menu li i {
            font-size: 10px;
        }

        .audit_menu li {
            display: flex;
            align-items: center;
            justify-content: space-between;
        }

        .pdf {
            text-align: center;
            line-height: 20px;
            min-height: 49px;
            width: 49px;
            transition: all 0.2s ease-in-out 0s;
            background-color: #f15c22;
        }

        .pdf_weper a {
            text-decoration: none;
            display: flex;
            align-items: center;
            justify-content: space-around;
        }

        .pdf_weper p {
            margin-bottom: 0;
            color: #919191;
            font-size: 14px;
        }

        .pdf i {
            line-height: 3;
            color: #fff;
        }

        .pdf_weper img {
            margin-top: 20px;
        }

        .client_name .name {
            margin-top: 15px;
            margin-bottom: 0;
            font-size: 16px;
            text-transform: uppercase;
            display: block;
            font-weight: 700;
            color: #f15c22;
        }

        .client_name .job-title {
            display: block;
            font-size: 14px;
            margin-bottom: 20px;
            color: #f15c22;
        }

        .anpscontact {
            background-color: #1abc9c;
            padding: 15px;
        }

        .anpscontact h2 {
            color: #26507a;
            font-weight: 700;
            margin-bottom: 10px;
            display: inline-block;
            font-size: 18px;
        }

        .anpscontact p {
            color: #ffffff;
            margin-bottom: 20px;
            line-height: 1.7em;
            margin: 0 0 10px;
            font-size: 16px;
        }

        .anpscontact a {
            background-color: #26507a;
            color: white;
            padding: 11px 17px;
        }

        .Recent_menu ul {
            padding: 0;
        }

        .Recent_menu li {
            list-style: none;
        }

        .Recent_menu li a {
            font-size: 15px;
            padding: 9px 0;
            color: #848484;
        }

        .Recent_menu li a:hover {
            color: #f15c22;
        }
.extra-link {
    margin-top: 25px;
    display: block;
    text-transform: uppercase;
    font-size: 16px;
    color: #eba334;
    font-weight: 600;
}