@font-face {
    font-family: cuprum;
    src: url("https://www.arnabdarpani.com/public/front_asset/fonts/Cuprum-Medium.ttf ");
}

@font-face {
    font-family: montserrat;
    src: url("https://www.arnabdarpani.com/public/front_asset/fonts/MontserratAlternates-Regular.ttf ");
}


* {

    margin: 0;

    padding: 0;

    box-sizing: border-box;

}


a {

    text-decoration: none;
    font-family: montserrat;
}

li {

    list-style-type: none;

}

h2,
h1 {

    font-family: cuprum;
    text-transform: uppercase;

    line-height: 33px;

}

.banner-txt h1 {
    text-transform: none;
}

.alert-txt {
    font-family: montserrat;
}

a:hover {
    text-decoration: none;
}

p {
    font-family: montserrat;
    font-size: 14px;
    line-height: 23px;
    color: #444444;

}



/* ------------  univasal  styling ................. */



.heading {

    margin: 0 0 50px;

    text-align: center;

}

.heading h2 span {

    color: #ee3e3e;

}

.heading h2 {

    font-family: 'Cuprum', sans-serif;

    font-weight: bold;

    font-size: 38px;

    text-transform: uppercase;

    line-height: 38px;

    color: #000000;

}

@media screen and (max-width: 480px) {
    .heading h2 {
        font-size: 25px;
    }
}


.heading i {

    width: 9px;

    height: 9px;

    margin: 0 16px;

    background: #ee3e3e;

    display: inline-block;

    position: relative;

}

.heading i:before {

    position: absolute;

    content: "";

    width: 9px;

    height: 9px;

    left: -16px;

    top: 0;

    background: #000;

}

.heading i:after {

    position: absolute;

    content: "";

    width: 9px;

    height: 9px;

    right: -16px;

    top: 0;

    background: #000;

}



/* scroll bar design .......... */



.mCustomScrollbar {

    overflow-y: scroll;

}

#style-3::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

    background-color: #F5F5F5;

    border-radius: 10px;

}

#style-3::-webkit-scrollbar {

    width: 4px;

    background-color: #fcfcfc;

    border-radius: 10px;

}

#style-3::-webkit-scrollbar-thumb {

    background-color: #ee3e3e;

    border-radius: 10px;

}

#style-4::-webkit-scrollbar-track {

    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);

    background-color: #535353;

    border-radius: 10px;

}

#style-4::-webkit-scrollbar {

    width: 4px;

    background-color: #4e4e4e;

    border-radius: 10px;

}

#style-4::-webkit-scrollbar-thumb {

    background-color: #fff;

    border-radius: 10px;

}





/* ========================= Banner SLider ================= */

.home-banner {
    position: relative;

    overflow: hidden;

}

.home-banner-content img {

    position: absolute;

    top: 0;

    right: 0;

    width: 755px;

}

.home-banner-content .banner-txt {

    position: absolute;

    top: 35%;

    right: 7%;

    width: 500px;

    text-align: right;

    line-height: 20px;

}



.banner-txt h1 {

    font-size: 40px;
    font-weight: bold;
    font-family: 'Cuprum', sans-serif;
    margin: 0 0 20px;
    color: #fff;
}

.banner-txt h2 {

    font-size: 17px;
    color: #fff;
    font-weight: lighter;

}

.banner-txt p {

    color: #fff;

    font-size: 17px;
    letter-spacing: 1px;
    line-height: 30px;
    font-family: montserrat;
}



.slider {

    position: relative;

    width: 100%;

    background: #2c3e50;

}



.myslide {
    display: none;

    overflow: hidden;

}



.dotsbox {

    position: absolute;

    left: 50%;

    transform: translate(-50%);

    bottom: 20px;

    cursor: pointer;

}



.dot {

    display: inline-block;

    width: 5px;

    height: 5px;

    border: 3px solid #fff;

    border-radius: 50%;

    margin: 0 10px;

    cursor: pointer;

}



.active,

.dot:hover {
    border-color: #ff000d;
}



.fade {

    animation-name: fade;

    animation-duration: 1.5s;

}



@-webkit-keyframes fade {

    from {

        opacity: 0.8
    }



    to {

        opacity: 1
    }

}



@keyframes fade {

    from {

        opacity: 0.8
    }



    to {

        opacity: 1
    }

}



@-webkit-keyframes posi {

    from {

        left: 25%;

    }



    to {

        left: 15%;

    }

}

@keyframes posi {

    from {

        left: 25%;

    }



    to {

        left: 15%;

    }

}



.myslide img {

    transform: scale(1.5, 1.5);

    animation-name: zoomin;

    animation-duration: 40s;



}



@-webkit-keyframes zoomin {

    from {

        transform: scale(1, 1);

    }



    to {

        transform: scale(1.5, 1.5);

    }

}



@keyframes zoomin {

    from {

        transform: scale(1, 1);

    }



    to {

        transform: scale(1.5, 1.5);

    }

}



/* ........... */

@media screen and (max-width: 991px) {

    .home-banner-content img {

        display: none;

    }

    .home-banner-content .banner-txt {

        top: 30%;

        left: 0;

        right: 0;

        margin: 0 auto;

        text-align: center;

        background: rgba(238, 62, 62, 0.6);

        padding: 10px;

    }

    .banner-txt h1 {

        font-size: 25px;

        font-family: cuprum, sans-serif;

    }

    .banner-txt p {

        font-size: 16px;

    }



}





@media screen and (max-width: 760px) {

    .home-banner-content .banner-txt {

        left: 0;

        right: 0;

        margin: 0 auto;

    }

    .banner-txt h1 {

        font-size: 18px;

        padding: 0 0 0 0;

    }

    .banner-txt p {

        line-height: 20px;

        font-size: 13px;

    }

}





@media screen and (max-width: 480px) {

    .home-banner-content .banner-txt {

        width: 80%;
        height: 40px;
    }

    .banner-txt p {

        display: none;
        text-align: center;

    }

}




/* ===================== Header or Navbar ============================== */


header {
    position: relative;
}

#navbar {
    position: relative;
    background: #F9F9F9;
    z-index: 99;
}

header:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    width: 100%;
    height: 28px;
    background: url("https://teqprodev.in/dev/arnabdarpani/public/front_asset/images/header_shadow.png") center top no-repeat;
}

#navbar.fixed {

    position: fixed;

    top: 0;

    width: 100%;

    background: #F9F9F9;
    z-index: 99;
    pointer-events: auto;

}

.header-container {
    width: 90%;
    margin: 0 auto;
    display: flex;

    justify-content: space-around;

    align-items: center;

}

.navlist {
    padding: 30px 0;
}

.navlist ul {
    display: flex;
}

.navlist ul li {
    padding: 0 2px;
}

.navlist ul li a {

    display: block;

    padding: 8px 12px;

    color: #191919;

    box-shadow: 0 3px 0 transparent;

    font-size: 14px;

    font-weight: 600;

    letter-spacing: 0.10px;
    text-decoration: none;
    position: relative;
    box-shadow: 0 3px 0 transparent;
    z-index: 1;
    background: transparent;
    transition: 0.5s all ease-in-out 0s;
}

.navlist ul li .nav-btn:hover {
    color: #fff;
    text-decoration: none;
}

.navlist ul li .nav-btn::after {
    content: "";
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #ee3e3e;
    transition: 0.5s all ease-in-out 0s;

}

.navlist ul li .nav-btn::after {
    height: 0;
    bottom: 0;
}

.navlist ul li .nav-btn:hover::after {
    top: unset;
    /* bottom: 0; */
    height: 100%;
}


ul.float-navlist {
    display: none;
    flex-direction: column;
    position: absolute;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 100;
}

#list-nav-btn:hover ul.float-navlist {
    display: block;
}



.navigationToggle {

    display: none;

}

.sm-navlist li a {

    display: block;

    padding: 8px 10px;

    color: #191919;

    box-shadow: 0 3px 0 transparent;

    font-size: 15px;

    font-weight: 500;

    letter-spacing: 0.10px;

    position: relative;
    box-shadow: 0 3px 0 transparent;
    z-index: 1;
    background: transparent;
    transition: 0.5s all ease-in-out 0s;
}

.sm-navlist li .nav-btn:hover {
    color: #fff;
    text-decoration: none;
}

.sm-navlist li .nav-btn::after {
    content: "";
    position: absolute;
    /* top: 0; */
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    width: 100%;
    height: 100%;
    background-color: #ee3e3e;
    transition: 0.5s all ease-in-out 0s;

}

.sm-navlist li .nav-btn::after {
    height: 0;
    bottom: 0;
}

.sm-navlist li .nav-btn:hover::after {
    top: unset;
    height: 100%;
}

.sm-navlist {
    display: none;
}



@media screen and (max-width: 1250px) {
    .header-container {
        display: block;
    }

    .logo img {
        width: 170px;
    }

    .navlist {

        float: right;
    }
}

@media screen and (max-width: 991px) {
    .navlist ul li a {
        font-size: 13px;
    }

    .header-container {
        width: 95%;
    }

}

@media screen and (max-width: 760px) {

    .header-container {
        display: flex;
        align-items: center;

        position: relative;

        justify-content: space-between;

    }

    #navbar {

        position: fixed;

        top: 0;

        width: 100%;

        background: #fff;

    }

    .home-banner {

        margin-top: 80px;

    }





    .navigationToggle {

        display: block;

        padding: 0 10px;

        border: none;

        float: right;

        height: 32px;

        line-height: 32px;

        font-size: 14px;

        margin: 24px 0;

        background: #EE3E3E;

        color: #fff;

    }

    .navlist {

        display: none;

    }

    .navlist ul {

        display: none;

    }


    .sm-navlist {

        display: block;

        position: fixed;

        top: 8rem;

        left: 0;

        right: 0;

        padding: 0 10px;

        background-color: #fff;

        width: 100%;

        height: 0;

        overflow: hidden;
        transition: height 1s cubic-bezier(0.175, 0.88, 0.32, 1.275);
        /* transition: height 1s cubic-bezier(0.115,0.48,0.32,1.275) ; */

        z-index: 99;

    }

    .sm-navlist.open {
        height: 45vh;
    }

    .sm-navlist li a {
        font-size: 13px;
        color: #080808;
    }

    .header-container {

        flex-direction: row;

        justify-content: space-between;

    }

}

@media screen and (max-width: 480px) {}





/* ========================== About ================= */

.about-section {

    padding: 50px 0;
}

.about-container {

    width: 85%;

    margin: 0 auto;

}

.about-wrap {

    display: flex;

    justify-content: space-between;

    width: 100%;

    gap: 10px;

}

.about_left {

    width: 35%;

    text-align: center;

    position: relative;

    padding: 20px 20px 0;

    z-index: 10;

}


.about-img img {
    width: 100%;
    transition: 1s;
}

.about-img img:hover {
    transform: scale(1.1);
    transition: 1s;
}

.about_left:after {

    content: "";

    position: absolute;

    top: 0;

    left: 0;

    width: 80%;

    height: 85%;

    border: 10px solid #f7a6a6;

    z-index: -1;

}



.about_right {

    width: 70%;

    padding: 0 20px;

}

.about_right p {

    margin: 0 0 25px;

}




.all_btn {
    padding: 0 30px;
    background: #ee3e3e;
    color: #fff;
    font-size: 15px;
    height: 40px;
    line-height: 40px;
    letter-spacing: 1px;
    display: inline-block;
    position: relative;
    z-index: 1;
    text-decoration: none;
}

.all_btn:after {
    position: absolute;
    content: "";
    transform: scale(0);
    width: 100%;
    height: 100%;
    transition: all 400ms ease-in-out;
    left: 0;
    right: 0;
    top: 0;
    background: #fff;
    visibility: hidden;
    z-index: -1;
    border: 1px solid #ee3e3e;
}

.all_btn:hover:after {
    transform: scale(1);
    visibility: visible;
}

.all_btn:hover {
    text-decoration: none;
}





@media screen and (max-width: 990px) {
    .about-container {
        width: 95%;
    }

    .about_left {

        width: 50%;

    }



}

@media screen and (max-width: 760px) {

    .about-container {

        width: 100%;

    }

    .about-wrap {

        width: 100%;

        flex-direction: column;

    }

    .about_left {

        width: 80%;

        margin: 0 auto;

        z-index: -1;

    }

    .about_right {

        width: 95%;
        margin: auto;
    }

}

@media screen and (max-width: 480px) {

    .about_left {

        width: 90%;

    }

}







/* ========================== Appearance panel ========================== */



.appearance_panel {

    background: url("https://teqprodev.in/dev/arnabdarpani/public/front_asset/images/home-appearance_bg.jpg") right top no-repeat;

    background-size: cover;

    padding: 50px 0;

    background-attachment: fixed;

}

.appe-container {

    width: 85%;

    margin: 0 auto;

}

.appe-content {

    width: 60%;

}

.appearance_heading h2 span {

    color: #fff;

}

.appearance_heading i {

    background: #fff;

}

.appearance_panel_wrap {

    background: rgba(238, 62, 62, 0.64);

    padding: 20px 20px 10px;

}

.appearance_list {

    height: 395px;

}

.appearance_panel .appe-content-col {

    width: 50%;

}




.appearance_panel_wrap li {

    position: relative;

    padding-left: 15px;

    color: #fff;
    font-family: montserrat;
    font-size: 15px;

    padding-bottom: 5px;

    margin: 5px 0;
}

.appearance_panel_wrap li:after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    top: 1px;
    left: 0;
    color: #000;
}


.appe-content-box {

    display: flex;

}





@media screen and (max-width: 990px) {

    .appe-content {

        width: 90%;

        margin: 0 auto;

    }



}



@media screen and (max-width: 760px) {

    .appe-container {

        width: 95%;

    }

    .appe-content {

        width: 100%;

        margin: 0 auto;

    }

    .appe-content-box {

        flex-direction: column;

    }

    .appearance_panel .appe-content-col {

        width: 80%;

    }



}






/* ========================== Performance panel ========================== */

.performance-panel {

    padding: 50px 0 40px 0;

    min-height: 400px;

}

.performance-container {

    width: 85%;

    margin: 0 auto;

}

.performance-warp {

    display: flex;

    width: 100%;

}

.performance-left {

    width: 50%;

    padding: 0 30px 0 0;

}


.performance-txtbox {

    display: flex;

}

.performance-col {

    width: 50%;

}

.performance_list li {

    position: relative;

    padding: 4px 0 0 18px;

    margin: 8px 0;
    font-family: montserrat;
    color: #6d6d6d;

}

.performance_list li:after {

    position: absolute;

    content: "";

    width: 8px;

    height: 8px;

    background: #ee3e3e;

    left: 0;

    top: 8px;

    border-radius: 100%;

}

.performance_list {

    height: 220px;

}



.performance-right {

    width: 50%;

}



.performance_img img {

    border: 5px solid #f39797;

    width: 100%;

}







@media screen and (max-width: 990px) {

    .performance-container {

        width: 90%;

        margin: 0 auto;

    }

    .performance-warp {

        flex-direction: column;

    }

    .performance-left {

        width: 100%;

        padding: 0 0 0 0;

    }

    .performance-right {

        width: 100%;

        margin: 10px auto;

    }


}





@media screen and (max-width: 760px) {

    .performance-container {

        width: 90%;

        margin: 0 auto;

    }


}

@media screen and (max-width: 480px) {

    .performance-txtbox {
        flex-wrap: wrap;
    }

    .performance-container {

        width: 90%;

        margin: 0 auto;

    }

    .performance-left {

        width: 100%;

        padding: 0 0 0 0;

    }

    .performance-col {

        width: 90%;

    }



}







/* ========================== Gallary styling for all pages ========================== */


.gallery-panel {

    padding: 50px 0 40px;
    background: url("https://teqprodev.in/dev/arnabdarpani/public/front_asset/images/appearance_bg.jpg") right top no-repeat;

    background-attachment: fixed;

    background-size: cover;

}

.gallery-container {

    width: 85%;

    margin: 0 auto;

}

.gallery_heading h2 {

    color: #fff;

}

.gallery_heading i {

    background: #fff;

}

.gallery_heading i::before {

    background: #ee3e3e;

}

.gallery_heading i::after {

    background: #ee3e3e;

}




/* ---------- */
.row.home-gallery-img-container:before {
    display: none;
}

.home-gallery-img-container {
    /* display: flex;
    flex-wrap: wrap; */
    display: grid;
    grid-template-columns: 30% 30% 30%;
    justify-content: space-between;
    gap: 26px;

}

.home-gallery-item {
    position: relative;
    /* width: 100%; */
}

.home-gallery-img {

    width: 350px;

    height: 350px;

    overflow: hidden;

    border-radius: 100%;

    position: relative;

    position: relative;

    margin: 0 0 30px;

}

.home-gallery-img img {

    width: 100%;
    height: 100%;

}

.home-gallery-img a {

    font-size: 48px;

    width: 100%;

    height: 100%;

    text-align: center;

    z-index: 9;

    position: absolute;

    left: 0;

    top: 0;

    color: #fff;

    transition: 0.7s;

}

.home-gallery-img:after {
    content: "";
    position: absolute;
    width: 96%;
    height: 96%;
    border-radius: 100%;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: 0;
    /* background: rgba(255, 255, 255, 0.3); */
    border: 4px double #fff;
    transition: all 300ms ease-in-out;
}

.fa-eye::before {
    content: "\f06e";
    font-family: FontAwesome;
    width: 100px;
    height: 100px;
    position: absolute;
    top: -120%;
    left: 0;
    right: 0;
    margin: auto;
    text-align: center;
    font-size: 40px;
    color: white;
    transition: top 0.7s ease;
}

.home-gallery-img:hover .fa-eye::before {
    top: 45%;
}

.home-gallery-img a:hover {
    background: rgba(251, 54, 54, 0.675);
    transition: background 0.7s;
}


@media screen and (max-width: 1260px) {
    .home-gallery-img {
        width: 290px;
        height: 290px;
    }

}


@media screen and (max-width: 1050px) {
    .home-gallery-img {
        width: 220px;
        height: 220px;
    }

}

@media screen and (max-width: 810px) {
    .gallery-container {
        width: 90%;
        margin: 0 auto;
    }
    .home-gallery-img-container{
        grid-template-columns: 45% 45%;
        gap: 10px;
        justify-content: space-evenly;
        place-items: center;
    }
    .home-gallery-img {
        width: 300px;
        height: 300px;
    }
    .fa-eye::before {
        font-size: 25px;
    }

}

@media screen and (max-width: 670px) {
    .home-gallery-img {
        max-width: 220px;
        height: 200px;
    }
}

@media screen and (max-width: 480px) {
    .home-gallery-img {
        max-width: 180px;
        height: 180px;
    }
    .fa-eye::before {
        font-size: 20px;
    }
}
@media screen and (max-width: 380px) {
    .home-gallery-img-container{
        grid-template-columns: 90%;
    }
    .home-gallery-img {
        max-width: 290px;
        height: 290px;
    }
}








/* ========================== Contact us panel ========================== */





.contant-us-panel {

    padding: 50px 0 50px 0;

}

.contact-container {

    width: 85%;

    margin: 0 auto;

    padding: 40px 0 0 0;

}





.contact_details_inner {

    text-align: center;

    padding: 25px 15px;

    background: #fff;

    box-shadow: 0 0 4px #d7d7d7;

    margin: 0 0 30px;

    min-height: 140px;

}

.contact-items {

    display: flex;

    justify-content: space-between;

}

.contact-box {

    width: 30%;

}




.contact_details_inner i {

    font-size: 33px;

    color: #ee3e3e;

    display: block;

    margin: 0 0 10px;

}

.contact_details_inner p {

    color: #444444;

}

.contact_details_inner i {

    font-size: 33px;

    color: #ee3e3e;

    display: block;

    margin: 0 0 10px;

}





.contact-form-container {

    display: flex;



}

.contact-form-left {

    width: 50%;

    margin-right: 0 auto;

}

.contact_form {

    margin: 0 0 30px;

}

.contact-form-left form {

    width: 100%;

}



.contact_form_fild span input {

    width: 100%;

    font-size: 15px;

    padding: 18px 13px;

    margin: 0 0 20px 0;

    border: 1px solid #d0d0d0;

    background: #fff;

    color: #686767;
    height: 45px;

}

input:focus {

    outline: none;

}

input[type="text"] {

    color: red;

}


.contact_form_fild textarea.form-control {

    height: 120px;

    max-width: 100%;

}

.contact_form_fild span textarea {

    padding: 10px 13px;

    font-size: 15px;

    border: 1px solid #d0d0d0;

    background: #fff;

    color: #686767;

    width: 100%;
    /*font-family:  monospace;*/
}

textarea:focus {

    outline: none;

}



.contact_form_button .all_btn {

    border: none;

    margin-top: 20px;

}







.wpcf7 .screen-reader-response {

    position: absolute;

    overflow: hidden;

    clip: rect(1px, 1px, 1px, 1px);

    clip-path: inset(50%);

    height: 1px;

    width: 1px;

    margin: -1px;

    padding: 0;

    border: 0;

    word-wrap: normal !important;

}





.contact-form-right {

    width: 50%;

    margin-left: 30px;

}



.contact_map {

    border: 2px solid #dedede;

}







@media screen and (max-width: 990px) {

    .contact-container {

        width: 90%;



    }

}



@media screen and (max-width: 760px) {

    .contact-container {

        width: 95%;



    }

    .contact-form-container {

        flex-direction: column;

    }

    .contact-form-left {

        width: 95%;
        margin: auto;

    }

    .contact-form-right {

        width: 100%;

        margin: 0;

        padding-bottom: 30px;

    }

}



@media screen and (max-width: 480px) {

    .contact-items {

        flex-direction: column;

    }

    .contact-box {

        width: 100%;

    }

}







/* ======================= Footer -================================ */

footer {

    width: 100%;

    float: left;

    background: #ee3e3e;

    padding: 20px 0;

    text-align: center;

    color: #fff;

}

footer a {

    color: #fff;

}

footer p {

    color: #fff;
    margin: 0 !important;

}

footer a:hover {
    color: #fff;
    margin: 0 !important;

}









/*===================== Dynamic gallery section styling for all pages ===================== */
/* dynamic gallery section for pages ........ */

.gallery-item {
    height: 230px;
    overflow: hidden;
}

.bwg-gallery-img-container {
    height: 100%;
    width: 100%;
    overflow: hidden;
}

.bwg-gallery-img-container img {
    height: 100%;
    width: 100%;
    transition: 0.8s;
}

.bwg-gallery-img-container img:hover {
    transform: scale(1.2);
    transition: 0.8s;
}

.col-lg-3.col-md-4.col-sm-6.col-xs-12.p-0.gallery-item {
    padding: 5px;
}

.col-lg-3.col-md-4.col-sm-6.col-xs-6.p-0.gallery-item {
    padding: 5px;
}

@media screen and (max-width: 480px) {
    .col-lg-3.col-md-4.col-sm-6.col-xs-6.p-0.gallery-item {
        width: 100%;
    }

}

@media screen and (max-width: 380px) {
    .col-md-4.col-sm-4.col-xs-6.home-gallery-item {
        width: 100%;
    }
}






/* main style for all dynamic page s ---------------------------  */


.inner-full {

    width: 100%;

    max-height: 400px;

    overflow: hidden;

}

.inner-full img {

    width: 100%;

    height: auto;

}




.inr_sec {

    padding: 20px 0;

}

.about-page-container {

    width: 85%;

    margin: 0 auto;

}



.section-title {

    display: block;

    margin: 0 0 30px;

}



.dvdr {

    position: relative;

}

.dvdr:before {

    position: absolute;

    background: url('../images/alpona.png') center center no-repeat;

    width: 100%;

    height: 26px;

    top: 100%;

    left: 0;

    right: 0;

    margin: 0 auto;

    content: "";

}





.page-content-container {
    display: flex;
    justify-content: center;
}

.appearance-page {
    flex-direction: column;
}

.page-content-container li {
    font-family: montserrat;
    position: relative;
    padding: 4px 0 0 18px;
    margin: 8px 0;
    font-family: montserrat;
    color: #6d6d6d;
}


/* choreography page  */
.page-content-container>div:nth-child(3) {
    width: 100%;
}

.page-content-container>div:nth-child(3) img {
    border: 10px solid #f39797;
}



/* for apperance page ................  */

.page-content-container .appearance_panel_wrap li {
    color: #fff;
}

.page-content-container .appearance_panel_wrap li::after {
    font-family: FontAwesome;
    content: "\f0da";
    position: absolute;
    top: 1px;
    left: 0;
    color: #000;
}

.appearance_panel_wrap.full {
    padding: 0 20px;
}





/* vieo gallery page .......... */

.video-gallery-item {
    width: 100%;
    height: 200px;
}

.video-gallery-item iframe {
    width: 100%;
    height: 200px;
}

.video-paginaton nav>div:nth-child(1) {
    text-align: center;
}

.video-paginaton nav>div:nth-child(1) .pagination {
    margin: 0 0;
}

.video-paginaton {
    margin-top: 20px;
}

.video-paginaton nav>div:nth-child(2) {
    display: flex;
    flex-direction: column-reverse;
    text-align: center;
}

/* .video-paginaton .pagination li span {
    background-color: #EE3E3E;
} */

.video-paginaton .pagination li a {
    color: #EE3E3E;
}

.pagination>.active>span
{
    background-color: #EE3E3E;
}

span.page-link {
    background: red;
}
.pagination .page-item.active .page-link {
    background-color: #EE3E3E;
    color: white;
    border-color:#EE3E3E;
}



@media screen and (max-width: 991px) {
    .page-content-container .col-md-6 {
        width: 48%;
    }

    .page-content-container {
        flex-wrap: wrap;
    }

    .page-content-container .appe-content-col {
        width: 48%;
    }


}

@media screen and (max-width: 760px) {
    .inner-full {
        margin-top: 80px;

    }

    .page-content-container .col-md-6 {
        width: 48%;
    }

    .page-content-container {
        flex-direction: row;
    }

    .about-page-conatiner {
        width: 95%;
    }

    .page-content-container .appe-content-col {
        width: 100%;
    }

    /* apparance page  */
    .appearance_panel_wrap.full>div {
        width: 100%;
    }


}

@media screen and (max-width: 480px) {
    .page-content-container .col-md-6 {
        width: 90%;
    }

    .page-content-container {
        gap: 0;
        flex-direction: column;
    }



}



.about-content-col-left {
    max-width: 100%;
    margin-right: 30px;

}

.about_sub_heading {

    font-size: 25px;

    padding: 10px 0 15px 0;

    font-weight: bold;

    font-family: 'Cuprum', sans-serif;

    color: #444444;

}



.about-content-col-right {

    min-width: 33%;
    min-height: 430px;

}

.about_img img {

    width: 100%;

}



@media screen and (max-width: 990px) {
    .about-content-col-left {
        margin-right: 0;
    }


}



@media screen and (max-width: 760px) {

    .about-page-conatiner {

        width: 95%;

    }

    .about-content-col-left {

        width: 90%;
        margin: auto;
    }

    .about-content-col-right {

        width: 90%;

        margin: auto;
    }

    .about-page-container {

        width: 90%;
    }


}






.bwg-item {

    width: 300px;

    height: 200px;

    overflow: hidden;

}

.bwg-item a img {

    width: 100%;

    height: 100%;

    transition: 1s;

}

.bwg-item a img:hover {

    transform: scale(1.1);

    transition: 1s;

}

/* choregraphy page  */

.page-content-container .col-md-6.col-sm-6.col-xs-6 li:after {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    background: #ee3e3e;
    left: 0;
    top: 8px;
    border-radius: 100%;
}





/* -------------- Contact page css ------------ */


.contact-page .contant_details .alert-txt {

    font-family: Montserrat Alternates;

    font-size: 20px;

}

.section-title h1 {

    font-size: 29px;

    line-height: 29px;

    color: #454545;

    font-weight: 500;

    border-bottom: 1px solid #E2E2E2;

    padding-bottom: 20px;

    position: relative;

    margin: 0;

}

.contact-page .contant_details h1::before {

    content: '';

    width: 10%;

    height: 3px;

    background: #1361ac;

    display: block;

    position: absolute;

    bottom: -2px;

    left: 0;

}



.sm-contact-form-left {

    margin: auto;

}



@media screen and (max-width: 760px) {

    .sm-contact-items {

        display: block;

    }

    .sm-contact-box {

        width: 100%;

    }

    .sm-contact-form-left {

        width: 95%;

    }

}