/* Custom Css Starts */
/* Urbanist - Thin */
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-Thin.ttf') format('truetype');
    font-weight: 100;
    font-style: normal;
}

.urbanist-thin {
    font-family: 'Urbanist', sans-serif;
    font-weight: 100;
}

/* Urbanist - ExtraLight */
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
}

.urbanist-extralight {
    font-family: 'Urbanist', sans-serif;
    font-weight: 200;
}

/* Urbanist - Light */
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
}

.urbanist-light {
    font-family: 'Urbanist', sans-serif;
    font-weight: 300;
}

/* Urbanist - Regular */
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

.urbanist-regular {
    font-family: 'Urbanist', sans-serif;
    font-weight: 400;
}

/* Urbanist - Medium */
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
}

.urbanist-medium {
    font-family: 'Urbanist', sans-serif;
    font-weight: 500;
}

/* Urbanist - SemiBold */
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

.urbanist-semibold {
    font-family: 'Urbanist', sans-serif;
    font-weight: 600;
}

/* Urbanist - Bold */
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

.urbanist-bold {
    font-family: 'Urbanist', sans-serif;
    font-weight: 700;
}

/* Urbanist - ExtraBold */
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
}

.urbanist-extrabold {
    font-family: 'Urbanist', sans-serif;
    font-weight: 800;
}

/* Urbanist - Black */
@font-face {
    font-family: 'Urbanist';
    src: url('../fonts/Urbanist/Urbanist-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
}

.urbanist-black {
    font-family: 'Urbanist', sans-serif;
    font-weight: 900;
}

body{
    font-family: 'Urbanist', sans-serif;
    font-weight: 400;
}
#accordion-collapse5 button div {
    padding-top: 0px;
}
/*#accordion-collapse5 button span {*/
/*    border-bottom: 1px solid black !important;*/
/*    padding: 0px 40px 16px 40px !important;*/
/*    width: 100%;*/
/*}*/
/*#accordion-collapse5 button.activated span {*/
/*    border-bottom: 1px solid transparent !important;*/
/*    padding: 0px 40px 16px 40px !important;*/
/*    width: 100%;*/
/*}*/
#accordion-collapse5 button svg {
    position: absolute;
    right: 5px;
    background: #e57f21;
    width: 35px;
    height: 35px;
    border-radius: 100%;
    padding: 6px;
}
.owl-stage {
    display: flex;
    align-items: center;
}

.owl-testimonial .owl-dots .owl-dot button {
    background-color: #D9D9D9 !important;
    width: 3px;
    margin-right: 7px;
    height: 8px;
    border-radius: 0px;
}
.owl-testimonial .owl-dots .owl-dot.active button {
    background-color: #D9D9D9 !important;
    width: 3px;
    margin-right: 7px;
    height: 12px;
    border-radius: 0px;
}
.shadow-custom-black{
    box-shadow: 0 18px 50px #0000002e;
}
.shadow-custom-black-2{
    box-shadow: 0 18px 50px #0000001a;
}
.v-shaped-background {
    position: relative;
    background-image: url(../images/bg-home.png);
    background-size: cover;
    background-position: top;
}
  .v-shaped-background::after {
    content: '';
    position: absolute;
    bottom: -100px;
    left: 0;
    width: 100%;
    height: 100px;
    background: white;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: url(../images/bg-home.png);
    background-size: cover;
    background-position: bottom;
}
.owl-testimonial .owl-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    position: absolute;
    right: 30%;
    bottom: -100px;
    transform: translateX(-50%);
}
.rotate-right {
    transform: rotateY(180deg);
}
input:focus{
    outline: #E57E21 !important;
}
label.error {
    display: none !important;
}
.error {
    border: 2px solid #cf1d25 !important;
}
.csborder {
    border: 5px solid;
    border-image: linear-gradient(to right, #FF8A01, #FFC700) 1;
}
.csborder2 {
    border: 5px solid #FF8A01;
    /*border-image: linear-gradient(to right, , #FFC700) 1;*/
}
.custom-tab-icon {
    display: none;
    position: absolute;
    top: -12px;
    left: -8px;
    transform: translateX(-50%);
    width: 60px;
}
[aria-selected="true"]+.custom-tab-icon {
    display: block;
}
button[role="tab"] {
    background-color: #3D3D3D;
    color: #fff;
}
button[aria-selected="true"] {
    background-color: #E57E21;
    color: #000;
}
.black-shadow-25{
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}
@media (max-width: 768px) {
    [aria-selected="true"]+.custom-tab-icon {
        display: none;
    }
}
/* Custom Css Ends */
/* Responsive Css Starts */
@media only screen and (max-width: 999px) {
    .v-shaped-background::after{
        display: none;
    }
}
@media only screen and (max-width: 600px) {
    #accordion-collapse5 button.activated span {
        padding: 0px 50px 16px 10px !important;
    }
    .owl-testimonial .owl-dots{
        display: none !important;
    }
    
    #accordion-collapse5 button span{
        padding: 0px 50px 16px 10px !important;
    }
    #accordion-collapse5 button svg {
        position: absolute;
        right: 0px;
        background: #e57f21;
        width: 24px;
        height: 24px;
        border-radius: 100%;
        padding: 6px;
        top: 0px;
    }
}
/* Responsive Css Ends */