.txt-black{
    color: #3b4969 !important;
}

.txt-white{
    color: #fff !important;
}

.pt-10{
    padding-top: 10px !important;
}
.pt-20{
    padding-top: 20px !important;
}
.pt-30{
    padding-top: 30px !important;
}
.pt-40{
    padding-top: 40px !important;
}
.pt-10{
    padding-bottom: 10px !important;
}
.pt-20{
    padding-bottom: 20px !important;
}

.tor_callToActionSecond_wrapper {
        position: relative;
        background: url(../images/callToAction.jpg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 100%;
        padding: 150px 0 150px;
    }
    
    .tor_callToActionSecond_wrapper:before {
        content: "";
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        position: absolute;
        background: rgba(16, 16, 16, 0.76);
    }
    
    .tor_callToActionSecond_text h1 {
        font-size: 62px;
        font-style: italic;
        font-weight: 700;
    }
    
    .tor_callToActionSecond_text>p {
        font-size: 22px;
        margin: 8px 0 13px;
    }
    
    .tor_callToActionSecond_text .popup-youtube i {
        height: 120px;
        width: 120px;
        line-height: 120px;
        background: var(--main-red-version1);
        color: var(--main-bg-color);
        border: none;
        border-radius: 50%;
        font-size: 30px;
        position: relative;
        z-index: 1;
    }
    
    .tor_popup_wrpper {
        display: inline-block;
        width: auto;
        margin: 6px 0 15px;
    }
    
    .tor_popup_wrpper .popup-youtube {
        width: 100%;
        display: flex;
        align-items: center;
    }
    
    .tor_popup_wrpper span {
        background: rgba(255, 255, 255, 0.1);
        color: #ffeb00;
        padding: 16px 40px 16px 70px;
        margin-left: -50px;
        position: relative;
        z-index: 0;
        border: none;
        font-size: 22px;
        border-radius: 40px;
    }

/*bg shap*/

.d_about_wrapper:after,
.d_news_wrapper:after,
.d_touch_wrapper:after {
    content: "";
    background: url(../images/index14/bgshaptop.svg) no-repeat;
    position: absolute;
    width: 100%;
    height: 416px;
    bottom: 0;
    z-index: -1;
    background-size: 100%;
    background-position: bottom;
}

.d_rclass_wrapper:after,
.d_plan_wrapper:after {
    content: "";
    background: url(../images/index14/bgshapbottom.svg) no-repeat;
    position: absolute;
    width: 100%;
    height: 416px;
    top: 0;
    z-index: -1;
    background-size: contain;
    background-size: 100%;
}

/********************************************************
    9. Right class CSS Start
********************************************************/

.d_rclass_wrapper:after,
.d_plan_wrapper:after {
    content: "";
    background: url(../images/index14/bgshapbottom.svg) no-repeat;
    position: absolute;
    width: 100%;
    height: 416px;
    top: 0;
    z-index: -1;
    background-size: contain;
}

.d_rclass_wrapper {
    padding: 30px 0;
    position: relative;
    z-index: 0;
}

.rclass_sliderinner {
    display: flex;
    flex-wrap: wrap;
    gap: 4px;
}

.rclass_sliderbox {
    width: calc(50% - 2px);
    position: relative;
    overflow: hidden;
    cursor: pointer;
    color: var(--main-bg-color);
}

.rclass_sliderbox>img {
    width: 100%;
    border-radius:5px;
}

.rclass_sldroverlay {
    position: absolute;
    top: 0;
    height: 0;
    left: 0;
    right: 0;
    background: rgb(40 46 87 / 0.90);
    -webkit-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -o-transition: all .5s;
    transition: all .5s ease;
}

.rclass_sliderbox:hover .rclass_sldroverlay {
    bottom: 0;
    height: 100%;
}

.sldroverlay_inner {
    position: absolute;
    bottom: 20px;
    left: 20px;
}

.rclass_subtile,
.dea_subtitle {
    font-size: 22px;
    color: var(--d-red-color);
    font-family: 'Dancing Script', cursive;
}

.rclass_tile,
.dea_stitle {
    font-size: 22px;
    color: var(--main-bg-color);
    margin-top: 5px;
}

.rclass_sliderbox.deatils .dea_stitle {
    margin: 10px 0 3px;
}

.rclass_sliderbox.deatils {
    background: #e3535f;
    padding: 35px 30px 30px 35px;
}

.dea_subtitle {
    color: var(--main-bg-color);
}

.dea_btn {
    font-weight: 600;
    color: var(--main-bg-color);
}

.dea_btn:hover {
    letter-spacing: 2px;
    color: var(--main-bg-color);
}

.d_rclass_button {
    display: flex;
    position: absolute;
    bottom: 20px;
    right: -30px;
    z-index: 1;
}

.d_rclass_button .d_rclassarrow {
    width: 45px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 30px 0 0 30px;
    background: #3b3d60;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s;
    transition: all .5s ease;
}

.d_rclass_button .d_rclassarrow:hover {
    background: #292a41;
}

.d_rclassarrow.right {
    border-radius: 0 30px 30px 0;
}

.d_rclass_button:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 30px;
    background: var(--main-bg-color);
    opacity: 0.1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}

.pnt_project_section {
    padding: 80px 0 50px;
}
.work_porfolio_section {
    position: relative;
    
}
.work_overlay {
    position: absolute;
    width: auto;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.80);
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
.work_overlay ul {
    text-align: center;
}
.work_overlay ul li {
    display: inline-block;
    margin: 0 6px;
}
.work_overlay ul li a {
    width: 30px;
    height: 30px;
    display: inline-block;
    color: var(--main-bg-color);
    line-height: 32px;
}
.work_overlay ul li a span {
    display: inline-block;
    font-size: 20px;
}
.work_overlay ul li a:hover {
	color: var(--main-paint-color);
}
.work_porfolio_section:hover .work_overlay {
	opacity: 1;
}
.work_porfolio_section img {
    width: 100%;
}
.work_overlay ul li a,
.work_overlay ul li a:hover, 
.work_porfolio_section,
.work_porfolio_section .work_overlay,
.work_porfolio_section:hover .work_overlay {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.upload-btn{
    border-radius: 6px;
    color: var(--white-color);
    width: auto;
    text-align: center;
    transition: all 0.5s;
    font-weight: 500;
}

.head-upload{
    background: #ff577b;
    padding: 20px;
    border-radius: 6px;
    font-weight: 600;
    color: #fff !important;
}
.y-vid{
    border-radius: 18px;
    border: 4px solid #ffd619;
    padding: 15px;
}