body {
    background-color:#ededec;
 
}
 @font-face {
    font-family: 'OpenSans-Regular';
    src: url('../../GujratiYatra/font/OpenSans-Regular.ttf');
}
  @font-face {
    font-family: 'OpenSans-Bold';
    src: url('../../GujratiYatra/font/OpenSans-Bold.ttf');
}
   @font-face {
    font-family: 'OPENSANS-ITALIC-VARIABLEFONT_WDTH,WGHT_0';
    src: url('../../GujratiYatra/font/OPENSANS-ITALIC-VARIABLEFONT_WDTH,WGHT_0.TTF');
}

/*Sagar*/

@font-face {
    font-family: 'OpenSans';
    src: url('../../GujratiYatra/font/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'LatoReguler';
    src: url('../../GujratiYatra/font/Lato-Regular.ttf');
}

@font-face {
    font-family: 'OPENSANS-BOLD';
    src: url('../../GujratiYatra/font/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'SquireD';
    src: url('../GujratiYatra/font/SQUIREB.ttf');
}

@font-face {
    font-family: 'OpenSans-Regular';
    src: url('../GujratiYatra/font/OpenSans-Regular.ttf');
}

@font-face {
    font-family: 'OpenSans-bold';
    src: url('../GujratiYatra/font/OpenSans-Bold.ttf');
}

@font-face {
    font-family: 'LuloCleanW01OneBold';
    src: url('../font/LuloCleanW01OneBold.ttf');
}

/**/


   .scrollup {
    position: fixed;
    right: 3px;
    bottom: 25px;
    color: #fff !important;
    background-color: #0090dd !important;
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 9px 0 0 1px;
    z-index: 2000;
    font-size: 18px;
    line-height: 1;
    border-color: #b22d24 !important;
    transition: all 0.4s ease-in-out;
}

    .scrollup:hover {
        background-color: #93be2f !important;
        color: #fff !important;
        transition: all .4s ease-in-out;
    }

    .scrollup i {
        font-size: 18px;
        line-height: 18px;
        transition: all .4s ease-in-out;
    }

        .scrollup i:hover {
            transition: all .4s ease-in-out;
        }

#myNavbar ul li.active a {
    color: #fff !important;
    background: #008dd9!important;
    font-weight: normal;
}
.nav-tabs > span > .active tab1{
    background-color: #03476d !important;
    text-decoration: none !important;
    color: #fff !important;
}

.navbar-div {
   
    height: 0px;
    border-top: 1px solid #40732a;
    cursor: pointer;
    /*margin-left:30px;*/

}
    .navbar {
       
        min-height: 48px !important;
    }
.menu-bg-color {
    position: absolute;
    top: 0px;
    color: #fff;
    z-index: 1;
}
.navbar-inverse {
    background-color:#5f4e3f !important;
    border: none !important;
    color: #fff;
    border-radius: 0px;
    height: 31px;

}
.navbar-nav {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /*/*margin-left:-40px;*/
}
    .container-fluid {
        padding:0px !important;
    }
#myNavbar ul li.active a {
    color: #ed1566 !important;
   
    font-weight: normal;
}
.navbar-nav > li > a {
    color: #df9d2a !important;
    line-height: 48px;
    padding: 10px 7px 10px 8px;
    font-size: 14px;
    text-align:center;
   font-family:OpenSans;
    font-weight: normal;
    outline: 0;
    box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
  
}
    /*.navbar-nav > li > a:hover {
         color: #ed1566 !important;
         box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    }*/

 .hvr-bounce-to-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        transition-duration: 0.7s;
    }

        .hvr-bounce-to-bottom:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: -2px;
            left: 0;
            right: 0;
            bottom: 66px;
            background: #fff;
            -webkit-transform: scaleY(0);
            -moz-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transition-property: transform;
            -moz-transition-property: transform;
            transition-property: transform;
            /*-webkit-transition-duration: 0.7s;
            -moz-transition-duration: 0.7s;
            transition-duration: 0.7s;*/
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
             color: #ed1566 !important;
              box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
        }

            .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
                -webkit-transform: scaleY(1);
                -moz-transform: scaleY(1);
                transform: scaleY(1);
                -webkit-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                -moz-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
            }

.scrollup {
    position: fixed;
    right: 3px;
    bottom: 25px;
    color: #fff;
    background-color: #b51d55 !important;
    width: 38px;
    height: 38px;
    text-align: center;
    padding: 6px 0 0 1px;
    z-index: 2000;
    border-radius:50%;
    font-size: 18px;
    line-height: 1;
    border:4px solid #E09200 !important;
    
    transition: all 0.4s ease-in-out;
}
.scrollup:hover {
    background-color: #40732A !important;
    color: #fff !important;
    transition: all .4s ease-in-out;
}

@media only screen and (min-width: 1600px) {
     .Review_pg_txt_css2 {
        text-align: center;
        padding:0px !important;

    }
    .Review_pg_txt_css3 {
        margin: -81px 343px 0px 0px !important;
        padding-left: 0px !important;
        float: right;
        position:  initial !important;
    }
     .abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abc .overbox_lat {
            margin-top: 140px !important;
            position: absolute;
            top: 193px !important;
            left: 180px !important;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abc:hover .overbox_lat {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_lat {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
    .text_clr_green:hover {
        text-decoration:none;
    }
    .logo_pad {
        padding-left:210px !important;
        padding-right:0px !important;
    }
    .text_ad {
        margin-top:0px !important;
        padding-left:90px !important;
           padding-top:20px !important;
    }
    .run_div_adjust {
        padding:0px 0px 0px 90px !important;
    }
/* Header & Footer*/
.Main_header {
        padding:25px 0px 0px 0px;background:#5f4e3f;height:176px;
    }
    .Header_gujrati_yatra_div {
        position:absolute;
    }
    
    .Header_text_head {
        font-family:OPENSANS-BOLD;
        font-size:49px;
        line-height:1.4;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
        color:#E09200;
        font-weight:bold;
        letter-spacing: 5px;
        margin:0px;
    }
    .Header_Journey_text {
        font-size:20px;
        color:#EDEDEC;
        font-family:OpenSans;
        letter-spacing: 2px;
        padding-left:79px;
        margin:0px;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
    }

    .Header_logo_div {
        float: right;
        position:relative;
        margin: -27px 289px 0px 0px;
    }

/*Navigation bar*/
.navbar-div {
    height: 0px;
    border-top: 1px solid #40732a;
    cursor: pointer;
        width: 86%;

}
    .navbar {
       
        min-height: 48px !important;
    }
.menu-bg-color {
    position: absolute;
    top: 0px;
    color: #fff;
    z-index: 1;
}
.navbar-inverse {
    background-color:#5f4e3f !important;
    border: none !important;
    color: #fff;
    border-radius: 0px;
    height: 31px;
}
.navbar-nav {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
    .container-fluid {
        padding:0px !important;
    }
#myNavbar ul li.active a {
    color: #ed1566 !important;
   
    font-weight: normal;
}
.navbar-nav > li > a {
    color: #df9d2a !important;
    line-height: 48px;
    padding: 10px 7px 10px 8px;
    font-size: 14px;
    text-align:center;
   font-family:OpenSans;
    font-weight: normal;
    outline: 0;
    box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
  
}
    /*.navbar-nav > li > a:hover {
         color: #ed1566 !important;
         box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    }*/

 .hvr-bounce-to-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        transition-duration: 0.7s;
    }

        .hvr-bounce-to-bottom:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: -2px;
            left: 0;
            right: 0;
            bottom: 66px;
            background: #fff;
            -webkit-transform: scaleY(0);
            -moz-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transition-property: transform;
            -moz-transition-property: transform;
            transition-property: transform;
            /*-webkit-transition-duration: 0.7s;
            -moz-transition-duration: 0.7s;
            transition-duration: 0.7s;*/
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
             color: #ed1566 !important;
              box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
        }

            .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
                -webkit-transform: scaleY(1);
                -moz-transform: scaleY(1);
                transform: scaleY(1);
                -webkit-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                -moz-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
            }

    .Inner_page_Blue_circle_div {
        padding:20px 0px 0px 0px;
    }
    .Blue_circle_div {
        padding:0px 60px 0px 60px;
        background:#1E5269;
        height:420px;
        border-radius:50%;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:0 auto;
        width:420px;
    }
    .Blue_circle_text_para {
        text-align:center;
         font-family: 'OpenSans';    
         padding: 98px 0px 0px 0px;
    }
    .Blue_cicle_yellow_text {
        font-family: 'OPENSANS-BOLD';
        color:#E89D10;
        font-size:36px;
    }
    .Blue_circle_white_text_regular {
        font-size:31px;
        color:#fff;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_bold {
        color:#fff;
        font-family: 'OPENSANS-BOLD';
        font-size:36px;
    }
    .Blue_circle_white_text_and {
        color:#fff;
        font-size:24px;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_big {
        font-size:36px;
        font-family: 'OpenSans';
        color:#fff;
    }
    .Blue_color_marron_text {
        font-size:36px;
        color:#B51D55;
        font-family: 'OPENSANS-BOLD';
    }
     .Main_Footer {
        padding:20px 0px 0px 0px;
        background:#5f4e3f;height:126px;
    }
    .Main_Footer_copyright {
        margin: 65px 0px 0px 0px;
    }
    .Three_link_div {
        display: flex;float:right;margin: 69px -264px 0px 43px;
    }
    .div_width_adjust {
        width:15%;
    }
    .reserach_continue {
        padding:0px 0px 0px 0px;
        font-size:40px;
        color:#40732A;
        font-weight:bold;
        text-align:center;
    }
/**/
/*End*/

    /*24_12_2022*/

    /*Comman classes*/
     .grn_button_pad {
        padding:0px 0px 0px 170px;
    }
    .banner_ship {
        padding:0px 95px 0px 180px;
    }
     .set_button {
        padding:40px 0px 0px 215px;
    }
    .button_adjust {
        padding: 50px 0px 50px 380px;
       
    }
    .grey_box {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
    }

    .research {
        padding: 0px 0px 0px 765px;
        margin-bottom: -35px;
    }

    .Blue_circle_div2 {
        padding: 0px 53px 0px 53px;
        background: #1E5269;
        height: 415px;
        border-radius: 50%;
        left: 150px;
        right: 0;
        top: 40px;
        bottom: 0;
        margin: 0 auto;
        width: 415px;
    }

    .Blue_circle_text_para2 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 30px 0px 0px 0px;
    }

    .blue_para {
        font-size: 21px;
        text-align: center;
        /*font-size:21px;*/
        color: #FFFFFF;
    }

    .Blue_circle_para_main_research {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 0px;
        line-height: 2.1;
    }



    .abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abc .overbox {
            margin-top: 140px;
            position: absolute;
            top: 193px;
            left: 57px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abc:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    /*.lightboxOverlay {
   
     background-color:transparent!important;
}*/


    /*end*/

    /*Remanimg classes*/

    .ban_adjs {
         padding-left: 45px !important;
    }

    .img_pad {
        padding: 5px 40px 0px 40px;
    }

    .back_div {
          margin-left:10px;
        padding: 50px 50px 45px 50px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 488px;
        text-align:justify;
        height: 430px;
    }

    .div_adjust {
        padding: 0px 0px 0px 0px!important;
        width: 450px !important;
        height: 430px !important;
      
    }
    .name_banner {
        margin-top:20px !important;
        padding-left:90px !important;
    }

    .font_adjust1 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 16px;
        color: #fff;
    }

    .font_adjust2 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 13px;
        color: #fff;
    }

    .img_dim {
        height: 350px !important;
    }

    .font_journey {
        margin-left: 450px;
        font-size: 40px;
        margin-top: 30px;
    }

    .example-image-link {
        background: none !important;
    }

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .map_img {
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        border: solid 2px #40732A;
        width: 950px!important;
        height: 500px;
    }

    .map_dim {
        margin: 0px 0px 0px 15px;
        width: 990px!important;
        height: 430px;
    }

    .back_div_next {
        margin-left: 0px;
        margin-right: 10px;
        padding: 30px 30px 44px 30px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 515px;
        text-align: justify;
        /*height: 515px;*/
        /*border:solid 10px #f2b977;*/
    }

    .div_adjust_next {
        padding: 0px 0px 0px 0px!important;
        width: 425px !important;
        height: 513px !important;
    }

    .img_dim_next {
        height: 450px !important;
        border: #7a5c4d 2px solid;
    }

    .back_div_new {
        margin-left: 10px;
        padding: 30px 50px 23px 50px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 450px;
        height: 515px;
        text-align: justify;
    }

    .div_adjust_new {
        padding: 0px 0px 0px 0px!important;
        width: 490px !important;
        height: 513px !important;
    }

    .img_dim_four {
        margin-top: 5px;
        height: 440px !important;
        width: 480px !important;
    }

    .font_journey_NEW {
        margin-left: 380px;
        font-size: 40px;
        margin-top: 30px;
    }

    .back_div_one {
        margin-left: 0px;
        padding: 30px 50px 50px 50px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 450px;
        text-align: justify;
        /*height: 540px;*/
    }

    .div_adjust_one {
        margin-left: 10px;
        padding: 0px 0px 0px 0px!important;
        width: 490px !important;
        height: 540px !important;
    }

    .map_img_shop {
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        /*border:solid 2px #40732A;*/
        width: 950px;
        height: 500px;
    }

    .map_dim_shop {
        margin-top: 5px;
        height: 440px !important;
        width: 940px !important;
    }

    .back_div_para {
        margin-left: 0px;
        padding: 25px 50px 25px 50px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 950px;
        text-align: justify;
        /*height: 150px;*/
    }

    .btn_class {
        padding: 0px 0px 0px 0px;
    }

    .btn-deco:hover {
        color:#fff;
        text-decoration:none;
    }

    .btn-deco {
        display: inline-block;
        padding: 15px 36px;
        font-size: 15px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 15px;
        /*box-shadow: 0 9px #999;*/
    }

    .text_clr {
        margin-right: 40px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;
    }*/


    /*end*/

    /*end*/
    /*28_12_2022*/
    /*keyword*/

    /*Comman classes*/




    /*Remanimg classes*/

    .strip_one {
        padding: 85px 0px 0px 0px;
        width: 73%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 15px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        margin-left: 210px;
    }

    .img_logo {
        width: 325px;
        height: 220px;
    }

    .img_logo_dim {
        padding: 0px 0px 0px 0px;
        border: #fbfbfa solid 2px;
        border-radius: 10px;
        width: 330px;
        height: 230px;
    }

    .key_pad {
        margin-left: 20px;
    }

    .font_justify_one {
        font-size: 45px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        text-align: justify;
    }

    .font_justify_two {
        font-size: 14px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0px;
        font-family: OpenSans-Regular;
        text-align: justify;
    }

    .font_justify_four {
        font-size: 45px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
    }

    .img_left {
        /*margin-left: 160px;*/
    }

    /*29-12-2022*/
    /*oral history css*/

    /*Comman classes*/




    /*Remanimg classes*/
    .vedio_pad {
        padding: 58px 0px 0px 20px;
        margin-left: -15px;
    }

    .text_div {
        margin-top: -288px;
        margin-left: 400px;
        text-align: justify;
        padding: 10px 80px 0px 40px;
        letter-spacing: normal;
        line-height: normal;
    }

    .back_color {
        background-color: #fff;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 150px;
        width: 100%;
        max-width: 1003px;
        background-color: #fff;
    }

    .strip_two {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 11px 19px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        /*margin-left: -15px;*/
    }

    .btn-deco-green {
        display: inline-block;
        padding: 15px 36px;
        font-size: 31px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_green {
        color: #FFF094;
        font-size: 14px;
    }

    .btn-deco-green {
        height: 70px;
        width: 355px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
    }

        .btn-deco-green:hover span {
            text-transform: uppercase;
            content: "ORAL HISTORY CONTINUED!";
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
            /*display:none*/
        }

        /*.btn-deco-green:hover {
    
  content:"ORAL HISTORY CONTINUED!";
   font-family:OpenSans-Regular;
  font-style:italic;
   color: #FFF094;
}*/

        .btn-deco-green:hover {
            background-color: #1B5B3F;
        }

    /*oral history 2 css*/
    .vedio_pad_two {
        padding: 58px 0px 0px 18px;
        margin-left: -15px;
    }

    .text_div_two {
        margin-top: -288px;
        margin-left: 400px;
        text-align: justify;
        padding: 10px 80px 0px 40px;
        letter-spacing: normal;
        line-height: normal;
    }


    .strip_three {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
    }

    .video_adjust {
        width: 420px;
        height: 257px;
    }

    .top_pad {
        padding-top: 20px;
    }
    /*narratives*/
    .narratives {
        padding: 15px 0px 0px 25px;
    }

    .narrative_vedio_width {
        width: 518px;
        height: 292px;
    }

    .indian {
        margin-bottom: 3px;
    }

    .content_narratives {
        padding: 60px 0px 0px 8px;
        text-align: left;
    }

    .edward {
        padding: 0px 35px 0px 5px;
    }

    .strip_four {
        padding: 80px 0px 0px 0px;
        width: 98%;
        position: relative;
        top: -97%;
        height: 13px;
        background-image: linear-gradient(313deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(43deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        margin-left: 10px;
        margin-top: -25px;
    }

    .back_color_narratives {
        background-color: #fff;
        padding: 0px;
        margin: 0px 0px 0px 150px;
        width: 100%;
        max-width: 985px;
        margin-top: 20px;
    }
    /*button*/
    .btn-deco-small {
        display: inline-block;
        padding: 15px 36px;
        font-size: 28px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_small {
        color: #FFF094;
        font-size: 12px;
    }

    .btn-deco-small {
        height: 40px;
        width: 200px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
    }

        .btn-deco-small:hover span {
            text-transform: uppercase;
            font-size: 9px;
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
        }



        .btn-deco-small:hover {
            background-color: #1B5B3F;
        }


    /*30-12-2022
page learning*/
     .ORAL_div_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 320px;
    padding-left: 404px;
}
    .ORAL_div_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 333px;
    padding-left: 847px;
}
    .div_head {
        padding-left: 845px;
    }
     .ORAL_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 320px;
    padding-left: 404px;
}
    .ORAL_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 333px;
    padding-left: 847px;
}
    .ORAL_head {
        padding-left: 845px;
    }
    .logo_green {
        padding:20px 0px 20px 40px;
       text-align: -webkit-center;
    }
    .team_top_one {
        text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -95px;
    padding-left: 847px;
}
    
    .team_top_two {
        text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 270px;
    padding-left: 847px;
    }
    .team_head {
    padding-left: 837px;
}
    .learning_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 360px;
    padding-left: 404px;
}
    .learning_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 285px;
    padding-left: 847px;
}
    .learning_head {
        padding-left: 885px;
    }
      .NARRATIVES_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 259px;
    padding-left: 404px;
}
    .NARRATIVES_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 180px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        padding-left: 785px;
    }
    .MUSIC_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 80px;
        padding-left: 235px;
    }
    .STORYTELLING_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 160px;
        padding-left: 1015px;
    }


      .OBJECT_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 80px;
        padding-left: 235px;
    }

    .HANDLING_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 135px;
        padding-left: 1015px;
    }
    .WORKSHOP {
        font-size:40px;
    }
     .saree_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 125px;
        padding-left: 235px;
    }
    .school_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -25px 0px 0px 30px;
        padding-left: 1015px;
    }
    .school_two_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -80px 0px 0px 210px;
        padding-left: 235px;
    }

    .drapping_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 90px;
        padding-left: 1015px;
    }
    .bead_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 155px;
        padding-left: 235px;
    }
    .craft_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 85px;
        padding-left: 1015px;
    }

    .learning {
    }

    .yellow_circle_div {
        padding: 0px 53px 0px 53px;
        background: #e89d10;
        height: 440px;
        border-radius: 50%;
        left: 67px;
        right: 0;
        top: 20px;
        bottom: 0;
        margin: 0 auto;
        width: 440px;
    }
    .circle {
        padding-left:40px !important;
    }

    .yellow_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 77px 0px 0px 0px;
        /*line-height: 2.1;*/
    }

    .text_yellow {
        padding: 0px 0px 0px 0px;
    }

    .is_text {
        padding: 0px 0px 0px 0px;
    }

    .abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abcd .overbox {
            margin-top: 140px;
            position: absolute;
            top: 193px;
            left: 183px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abcd:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_learning {
        padding: 0px 0px 0px 25px;
    }

    .font_8 {
        text-align: justify;
    }

    .yellow_content {
        text-align:center;
        font-size: 34px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .black_content {
        text-align: justify;
        font-size: 15px;
        color: #635141;
    }

    .yellow_content_two {
        text-align:center;
        font-size: 29px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .xyz {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        /*margin: 22px 0px 0px 0px;*/
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .xyz .overbox_new {
            /*margin-top: 90px;*/
            position: absolute;
            top: 330px;
            left: 58px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            /*z-index: 100;*/
            /*opacity: 0.4;*/
            width: 391px;
            /*height: 90px;*/
            padding-top: 96px;
            /*bottom: 22px;*/
        }

        .xyz:hover .overbox_new {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_new {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .img_div_women {
        padding: 5px 0px 0px 115px;
    }

    .banner_storytelling {
        margin-left:-60px;
        padding: 0px 0px 0px 15px;
    }

    .text_set {
        text-align: left;
        margin: -82px 0px 0px 14px;
    }

    .slick-prev:hover, .slick-prev:focus {
        color: transparent !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        transition: all 0.9s ease-in-out !important;
    }

    .slick-prev {
        left: 70px !important;
    }

    .slick-prev {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 32px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        background-color: transparent !important;
        z-index: 1;
    }

    .slick-next {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 35px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-right-arrow-32.png) !important;
        background-repeat: no-repeat !important;
    }

        .slick-next:hover, .slick-next:focus {
            color: transparent !important;
            outline: none !important;
            background-image: url(../img/icons8-right-arrow-32.png) !important;
            transition: all 0.9s ease-in-out !important;
            /*width: 30px !important;
    height: 96px !important;*/
            top: 50% !important;
        }

    .slick-next {
        right: 63px !important;
    }

    .xyz:hover .overbox_new .Imghoverblackdv {
        -webkit-transform: scale(1);
        transform: scale(1);
    }



    .xyz .overbox_new .Imghoverblackdv {
        /*margin-top: 90px;*/
        position: absolute;
        top: 333px;
        left: 17px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /*z-index: 100;*/
        /*opacity: 0.4;*/
        width: 391px;
        /*height: 90px;*/
        padding-top: 90px;
        /*bottom: 22px;*/
    }

    .Imghoverblackdv {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -249px 0px 0px 419px;
        position: absolute;
    }

        .Imghoverblackdv:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 419px;
            position: absolute;
        }

    .Imghoverblackdv1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -249px 0px 0px 419px;
        position: absolute;
    }

        .Imghoverblackdv1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 419px;
            position: absolute;
        }

    .Imghoverblackdvprev {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -249px 0px 0px 57px;
        position: absolute;
    }

        .Imghoverblackdvprev:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 57px;
            position: absolute;
        }

    .Imghoverblackdvprev1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -249px 0px 0px 57px;
        position: absolute;
    }

        .Imghoverblackdvprev1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 57px;
            position: absolute;
        }

    .move_vid {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 687px;
            left: 98px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }



    .vid_adjnts {
        margin-left:-110px;
    }

    .div_vid_slider {
        padding-left:125px;
    }
    .alani_width {
        width:819px !important;
    }









    .alani {
        width: 410px;
        height: 379px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider #thumbcarousel .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider {
        text-align: center;
    }

    .move_vid {
    }



    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .product-slider #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div4 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .move_vid .overbox_div_saree {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: 107px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 819px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .move_vid .overbox_div_bead {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: -30px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 500px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_bead {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_bead {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 23%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 100px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 23%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .story:hover .overbox_new_music {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .story .overbox_new_music {
        /*margin-top: 90px;*/
        position: absolute;
        top: 326px;
        left: 117px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /* z-index: 100; */
        /* opacity: 0.4; */
        width: 406px;
        height: 40px;
        padding-top: 36px;
        /* bottom: 22px;*/
    }

    .overbox_new_music {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .text_set_music {
        text-align: left;
        margin: -28px 0px 0px 14px;
    }


    /*team page*/

    .green_circle_div2 {
        padding: 0px 53px 0px 53px;
        background: #40732a;
        height: 434px;
        border-radius: 50%;
        left: 160px;
        right: 0;
        top: 22px;
        bottom: 0;
        margin: 0 auto;
        width: 434px;
    }

    .green_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 0px;
        line-height: 1.9;
    }

    a.email_rolf:hover, a.email_rolf:focus {
        color: #A9A9A9 !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.email_rolf {
        color: #A9A9A9 !important;
        text-decoration: none;
    }

    .rolf_div {
        background-color: #40732a;
        text-align: -webkit-center;
        padding: 59px 100px 185px 100px;
        line-height: 1.7;
    }

    .ROLF_KILLIUS {
        font-size: 26px; /*line-height:1em;*/
        text-align: center;
        color: #FFFFFF;
        font-family: OpenSans-Regular;
    }

    .rolf_para_one {
        font-size: 16px;
        color: #A9A9A9;
        font-family: OpenSans-Regular;
        text-align: center;
    }

    .rolf_para_two {
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
        text-align: center;
    }

    .rolf_para_three {
        text-align: center;
        text-decoration: underline;
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
    }

    .lata_div {
        background-color: #911141;
        text-align: -webkit-center;
        padding: 59px 100px 100px 100px;
    }

    .text_para_natraj {
        font-size: 20px;
        color: #B51D55;
        font-family: OpenSans-Regular;
    }

    .link_para {
        text-align: center;
        font-size: 14px;
        color: #40732A !important;
        font-weight: bold;
        text-decoration: underline;
        font-family: OpenSans-Regular;
    }

    a.link_mail:hover, a.link_mail:focus {
        color: #40732a !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.link_mail {
        color: #40732a !important;
        text-decoration: none;
    }

    .curators {
        font-size: 40px;
    }

    .square_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 120px;
        padding-left: 404px;
    }

    .flower_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 960px;
    }

    .research_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -15px 0px 0px 305px;
        padding-left: 404px;
    }

    .research_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -71px 0px 0px 150px;
        padding-left: 847px;
    }

    .team_head {
        padding-left: 920px;
    }

    .reviews_banner {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .reviews_banner .overbox_reviews {
            margin-top: 100px;
            position: absolute;
            top: 234px;
            left: 72px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .reviews_banner:hover .overbox_reviews {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_reviews {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .green_circle_review {
        padding: 0px 53px 0px 53px;
        background: #40732a;
        height: 415px;
        border-radius: 50%;
        left: 117px;
        right: 0;
        top: 22px;
        bottom: 0;
        margin: 0 auto;
        width: 415px;
    }

    .green_review_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 10px;
        line-height: 1.9;
    }

    .REVIEWS_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 110px;
        padding-left: 235px;
    }

    .EXHIBITION_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 1140px;
    }
    .EXHIBITION {
        font-size:40px;
    }
    .review_text_one {
        font-size:18px;  font-family: OpenSans-Regular; color:#911141;font-weight:bold;font-style:normal;
    }
     .review_text_two {
         font-weight:normal;font-style:italic;text-decoration:none;color:#A4A4A4;font-family: OpenSans-Regular;font-size:13px;text-align:justify;
    }
      .review_text_three {
          color:#635141;font-family: OpenSans-Regular;font-size:26px;
    }
       .review_text_four {
           color:#635141; font-size:13px;font-family: OpenSans-Regular;text-align:justify;
    }
    .width_one {
        width:14%;
        padding:0px;
    }
     .width_two {
        width:72%;
        padding:0px;
    }
     
    
    .Readmore {
        padding:12px 25px 12px 25px;
        color:#353131;
         background-color:#ffd45a;
          font-size: 15px;
        cursor: pointer;
      text-align:center;
         text-decoration: none;
        outline: none;
         border: none;
        border-radius: 10px;
        font-style:italic;
        transition: all 0.6s ease-in-out;
    }
        .Readmore:hover {
             text-align:center;
             color:#353131;
             background-color: rgba(255, 225, 140, 1);
             text-decoration:none;
              font-style:italic;
              transition: all 0.6s ease-in-out;
        }
    .review_top_one {
         text-align: -webkit-center;
        position: absolute;
        margin: -20px 0px 0px 355px;
        padding-left: 404px;
    }
    .review_top_two {
         text-align: -webkit-center;
        position: absolute;
        margin: -75px 0px 0px 255px;
        padding-left: 847px;
    }
    .review_head {
        padding-left:880px;
    }
     .NARRATIVES_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 300px;
    padding-left: 404px;
}
    .NARRATIVES_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 310px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        padding-left: 835px;
    }
     .keywords_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 189px;
    padding-left: 404px;
}
    .keywords_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 182px;
    padding-left: 847px;
}
    .keywords_head {
        padding-left: 730px;
    }
    .research_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -75px;
    padding-left: 847px;
}
    .research_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 290px;
    padding-left: 847px;
}
    .research_head {
    padding-left: 890px;
}
 .journey_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -24px 0px 0px 290px;
    padding-left: 235px;
}
 .the_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -81px 0px 0px -70px;
    padding-left: 1015px;
}
 .theplace_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -24px 0px 0px 145px;
    padding-left: 235px;
}
 .thepeople_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -81px 0px 0px 80px;
    padding-left: 1015px;
}
    .eigth_pad {
        padding-left:100px;
        padding-right:100px;
    }
    /*.div_vid_slider {
        padding:0px 0px 0px 120px;
    }
    .slider_pad {
        padding:0px 0px 0px 0px;
    }*/

    /*Prajyot*/
      
      /*24_12_2022*/
    /*comman classes*/

    /* btn red */

    .exhibition_circle_ship {
        background-color: #ededec;
        padding: 20px 0px 28px 20px;
    }

    .btn_deco_exhibition {
        display: inline-block;
        padding: 9px 16px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 34px;
    }

        .btn_deco_exhibition:hover {
            background-color: #8b0738;
            color: #ffffff !important;
            text-decoration: none;
        }

    .exhibition_text_clr {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        font-family: 'OpenSans-Regular';
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;*/


    .Inner_page_Yellow_circle_div {
        padding: 20px 0px 0px 0px;
    }

    .Exhibition_Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 414px;
        border-radius: 50%;
        left: -40px;
        right: 0;
        top: 30px;
        bottom: 0;
        margin: 0 auto;
        width: 414px;
    }

    .Exhibition_Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 59px 0px 0px 0px;
    }

    .Exhibition_Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 54px;
    }

    .Exhibition_Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 36px;
    }

    .Exhibition_Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 33px;
        font-family: 'OpenSans-Regular';
    }

    .Exhibition_Yellow_circle_white_text_big3 {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Exhibition_Yellow_color_marron_text3 {
        font-size: 44px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }


    .Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 414px;
        border-radius: 50%;
        left: -40px;
        right: 0;
        top: -1px;
        bottom: 0;
        margin: 0 auto;
        width: 414px;
    }

    .Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 59px 0px 0px 0px;
    }

    .Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 54px;
    }

    .Yellow_circle_white_text_regular3 {
        font-size: 31px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 36px;
    }

    .Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 33px;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_big3 {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Yellow_color_marron_text3 {
        font-size: 44px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }

    .vidofguj {
           padding: 20px 66px 10px 160px;
    }

    .videoofgujrat {
            width: 994px;
    height: 524px;

    }

    .exhibition_para_main {
        padding: 10px 98px;
    }

    .vimeo_exhibition {
        background-color: #ededec;
    }

    .exhibition_yello_text {
        background-color: #ededec;
    }

    .EXHIBITION_textile_brown_line2 {
        margin-top: -496px;
        padding: 0px 0px 0px 0px;
    }

    .EXHIBITION_textile_brown_line {
        margin-top: -518px;
        padding: 0px;
    }


    .exhibition_abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        /*border: 1px solid #dfdedc;*/
        .exhibition_abc .overbox4 {
            margin-top: 140px;
            position: absolute;
            top: 197px;
            left: 36px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 960px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .exhibition_abc:hover .overbox4 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox4 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox3 {
        margin-top: 140px;
        position: absolute;
        top: 198px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox3 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox3 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox2 {
        margin-top: -50px;
        position: absolute;
        top: 388px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox2 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox2 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }




        .exhibition_abc .overbox1 {
        margin-top: 140px;
        position: absolute;
        top: 198px;
        left: 179px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: rgba(0,0,0,0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 957px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox1 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox1 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox {
        margin-top: 140px;
        position: absolute;
        top: 255px;
        left: 80px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 320px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_exhibition {
        margin-left: -4px;
    }

    /*.example-image-link {
        background: none !important;
    }*/

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .example-image-link:hover {
        background: rgba(255,255,255,0.5) !important;
    }

    .overbox1div {
        text-align: left;
        margin: -86px 0px 0px 43px;
    }


    /*end */
    /*remaining classes*/
    .team_partnership {
        margin-bottom: 20px;
        margin-top: -340px;
        padding-left: 141px;
    }

    .Exhibition_first_heading {
        font-size: 40px;
        color: #FFF;
    }

    .Exhibition_first_heading_sec {
        color: #E89D16;
        font-size: 40px;
    }

    .EXHIBITION {
        padding: 25px 30px 0px 420px;
    }

    .the_Exhibition_big_img {
        margin-top: 37px;
        padding-left: 77px;
    }

    /*.Carosalsliderimg {
       width:960px;
       height:428px;
       cursor:auto;
    }*/
    /*.Parya {
        overflow:hidden;
    }*/

    .product-slider_1 {
        /*padding: 45px;*/
    }

        .product-slider_1 #carousel { /*border: 4px solid #1089c0*/
            margin: 0px 0px 20px 0px;
        }

        .product-slider_1 #thumbcarousel {
            margin: -16px 0px 0px 0px;
            padding: 0 0px;
        }

            .product-slider_1 #thumbcarousel .item {
                text-align: center;
            }

                .product-slider_1 #thumbcarousel .item .thumb { /*border: 4px solid #cecece*/
                    width: 20%; /*margin: 0 2%*/
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    max-width: 72px;
                }

                    .product-slider_1 #thumbcarousel .item .thumb:hover {
                        border-color: #1089c0;
                    }

        .product-slider_1 .item img {
            width: 100%;
            height: auto;
        }

    .carousel-control {
        color: #0284b8;
        text-align: center;
        text-shadow: none;
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 20px;
        top: 23%;
    }

    .showing {
        border: 1px solid red;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
        background: #7a5c4d;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
    }

    .carousel-caption, .carousel-control .fa {
        font: normal normal normal 30px/26px FontAwesome;
    }

    .carousel-control {
        background-color: rgba(0, 0, 0, 0);
        bottom: auto;
        font-size: 20px;
        left: 0;
        position: absolute;
        top: 30%;
        width: auto;
    }

        .carousel-control.right, .carousel-control.left {
            background-color: rgba(0, 0, 0, 0);
            background-image: none;
        }

    /*.thumb {
filter:grayscale(100%);
}
.thumb.active {
filter:grayscale(0%);
}*/
    /*end*/
    .wrap {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        transform: rotate(45deg);
        border: 15px solid gainsboro;
    }


        .wrap img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 319px;
            margin-top: 15px;
        }

    .title-wrap {
        width: 100%;
        text-align: center;
    }

    .travel-title {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        color: red;
        font-weight: bold;
        font-size: 30px;
        transform: rotate(-45deg);
    }

    .wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        transform: rotate(45deg);
        /*border: 15px solid gainsboro;*/
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 4px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap1 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 269px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 58px;
            /*padding: 20px 10px 10px 0px;*/
        }
    /*.wrap1:hover {
    background-color:white;
   opacity:0.75px;
    }
.Travelling_obj_pot:hover {
background-color:white;
}*/
    .Travelling_obj_pot:hover {
        background-color: #03476d;
        text-decoration: none;
        color: #fff;
        transition: all 0.6s ease-in-out;
    }

    .wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 40px;
        position: inherit;
        left: -8px;
        top: -2px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 4px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 4px solid gainsboro;
        border-left: 8px solid gainsboro;
    }



        .wrap2 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 288px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 35px;
            /*padding: 20px 10px 10px 0px;*/
        }

    .wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: 0px;
        left: -15px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 4px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }


        .wrap3 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 356px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 10px;
            /*padding: 32px 10px 0px 0px;*/
        }

    .wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -161px;
        left: 135px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 4px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 4px solid gainsboro;
    }

        .wrap4 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 258px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 49px;
        }
    /*padding: 20px 10px 10px 0px;
}*/
    .wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        top: -160px;
        left: 127px;
        transform: rotate(45deg);
        position: inherit;
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 4px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 4px solid gainsboro;
    }

        .wrap5 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 291px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 35px;
        }

    .wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        position: inherit;
        top: -309px;
        left: 5px;
        margin: 39px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap6 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 291px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 35px;
        }

    .wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        position: inherit;
        top: -309px;
        left: -8px;
        margin: 39px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap7 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 35px;
        }

    .wrap8 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        top: -307px;
        left: -17px;
        position: inherit;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap8 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap9 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        position: inherit;
        top: -454px;
        left: 137px;
        margin: 39px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap9 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap10 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -454px;
        left: 126px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap10 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap11 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -600px;
        left: 6px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap11 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap12 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -602px;
        left: -7px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap12 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap13 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -599px;
        left: -19px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap13 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap14 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -341px;
        left: -6px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap14 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 324px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 12px;
        }

    .wrap15 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -341px;
        left: -19px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap15 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 324px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 12px;
        }


    .wrap16 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -342px;
        left: -31px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap16 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 251px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 50px;
        }

    .wrap17 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -487px;
        left: 126px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap17 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 251px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 50px;
        }

    .wrap18 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -487px;
        left: 113px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap18 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 344px;
            width: 243px!important;
            max-width: 142%!important;
            margin-top: -6px;
            padding: 32px 0px 0px 0px;
        }

    .wrap19 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -633px;
        left: -7px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap19 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 266px;
            width: 285px!important;
            max-width: 147%!important;
            margin-top: 57px;
            padding: 0px 0px 0px 0px;
        }

    .wrap20 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -632px;
        left: -20px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap20 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 302px;
            width: 261px!important;
            max-width: 158%!important;
            margin-top: 43px;
        }

    .wrap21 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -634px;
        left: -32px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap21 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 344px;
            width: 243px!important;
            max-width: 142%!important;
            margin-top: -6px;
            padding: 32px 0px 0px 0px;
        }

    .exhibition_para {
        background-color: #f2b977;
        font-family: OpenSans-Regular;
        border-radius: 20px;
        padding: 41px 20px;
    }

    .Trav_obj_first_heading_sec {
        font-size: 40px;
        color: #FFF;
    }

    .Trav_obj_first_heading {
        color: #E89D16;
        font-size: 40px;
        font-weight: bold;
    }

    .hoveff:hover {
        background-color: white;
        opacity: 0.3;
    }

    /*blue circle*/
    .blue_circle_div3 {
        padding: 0px 60px 0px 61px;
        background: #1e5269;
        height: 383px;
        border-radius: 50%;
        left: -40px;
        right: 0px;
        top: 19px;
        bottom: 0;
        margin: 0 auto;
        width: 383px;
    }

    .blue_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #e89d10;
        font-size: 54px;
    }

    .blue_circle_white_text_and3 {
        font-family: 'OpenSans-Regular';
        color: #ffffff;
        font-size: 54px;
    }

    .ship_team {
        padding: 41px 48px 30px 89px;
    }

    .ship_img_team {
        padding: 0px 0px 1px 30px;
    }

    .logo_team {
        padding: 9px 0px 0px 245px;
    }

    .logo_team1 {
        padding: 0px 0px 0px 89px;
    }

    .logo_team2 {
        padding: 31px 33px 0px 0px;
    }

    .dyamand_arng {
        /*padding: 65px 0px 0px 0px;
    position: absolute;*/
        padding: 20px 0px 0px 170px;
        /*background-color: #ededec;*/
    }


    .dyamand_arng1 {
        padding: 0px 0px 0px 170px;
        /*background-color: #ededec;*/
    }

    .btn_1 {
        margin-top: -573px;
        padding-left: 762px;
    }

    .btn_2 {
        margin-top: -595px;
        padding-left: 750px;
    }

    .contact_div {
        background-color: #345726;
        padding: 0px;
    }

    .contact_div1 {
        background-color: #e89d10;
        padding: 0px;
    }

    .contact_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #e89d10;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
        /*padding: 12px 10px 10px 182px;*/
        /*font-family:'OpenSans-Regular';*/
    }

    .contact_white {
        font-family: 'LuloCleanW01OneBold';
        color: #ffffff;
        font-size: 38px;
        line-height: 1em;
        letter-spacing: 0.1em;
        /*padding: 12px 10px 10px 182px;*/
    }

    .contact_para {
        padding-top: 101px;
        text-align: center;
    }

    .white_strip {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 342px;
    }

    .white_strip1 {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 355px;
    }

    .color_11 {
        color: #ffffff;
        text-decoration: none;
    }

    .TELL_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #345726;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
    }

    .enquiry-textbox1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 4px 5px;
        margin-bottom: 4px;
        width: 212px;
    }

    .enquiry-textbox2 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 1px 5px;
        /* margin-bottom: 5px; */
        width: 208px;
        height: 99px;
    }

    .enquiry-btn1 {
        background-color: black;
        /* padding-right: 50px; */
        margin-right: 50px;
        color: white;
        margin-left: 146px;
        margin-top: 3px;
    }


    .imgCaptcha {
        border: 1px solid black;
        background-color: #e89d10;
        /* padding: 4px 5px; */
        /* margin-bottom: 5px; */
        width: 212px;
        height: 32px;
        margin: -1px 0px 0px 134px;
    }

    .imgCaptcha1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 5px 5px;
        /* margin-bottom: 5px; */
        width: 209px;
        margin: -1px 1px 2px -15px;
    }

    ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
        color: white;
    }



    .flower_img_EXHIBITION {
        text-align: -webkit-center;
        padding: 79px 0px 33px 0px;
    }

    .square_img_dyamand_last{
        text-align: -webkit-center;
        padding-bottom: 36px;
    }

    .TheExibtion_Silder_car_New_div {
        width: 960px;
        height: 428px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: TheExibtion_Silder_car_New_div 05s ease-out infinite;
    }

    @keyframes TheExibtion_Silder_car_New_div {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }






    /*    TEXTILE PAGE CSSS  */
    /*comman class for textile page*/

    .move_vid_textile_textile {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid_textile .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 687px;
            left: 15px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid_textile:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .alani_prajyot {
        width: 819px;
        height: 379px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider_1 #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider_1 {
        text-align: center;
    }

    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .move_vid_textile .overbox_div_saree {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: 91px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 819px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid_textile:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    /*differnt classes*/
    .Pink_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #911141;
        height: 440px;
        border-radius: 50%;
        left: 200px;
        right: 0;
        top: 32px;
        bottom: 0;
        margin: 0 auto;
        width: 440px;
    }

    .pink_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #E89D16;
        font-size: 54px;
    }

    .Pink_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 69px 0px 0px 0px;
    }

    .learing_img {
        width: 100%;
        max-width: 432px!important;
    }

    .contact_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 185px 0px 0px;
    }

        .contact_abcd .overbox5 {
            margin-top: 140px;
            position: absolute;
            top: 208px;
            left: 89px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .contact_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .textile_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 185px 0px 0px;
    }

        .textile_abcd .overbox5 {
            margin-top: 140px;
            position: absolute;
            top: 208px;
            left: 65px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .textile_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .pink_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 34px;
    }

    .pink_circle_white_text_and3 {
        color: #fff;
        font-size: 34px;
        font-family: 'OpenSans-Regular';
    }

    .first_textile_div {
        padding-bottom: 40px;
        background-color: #ededec;
    }
    .textile_heading_div {
        background-color: #ededec;
        padding-top: 29px;
        padding-bottom: 10px;
    }

    .textile_Sari_Exhibition {
        background-color: #ededec;
    }

    .textile_wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 272px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .textile_wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 282px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 50px;
        }

    .textile_wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 264px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .textile_wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 279px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .textile_wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 279px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .textile_wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 279px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .textile_wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 264px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .dyamand_shape_img_first {
        padding-left: 123px !important;
    }
    .dyamand_shape_img_sec_sec {
    padding:0px;
    }
    .dyamand_shape_img_sec {
        margin-left: -122px;
    }

    .textile_dyamand_arng1 {
        padding: 0px 0px 0px 48px;
        position: relative;
        margin-top: -84px;
    }
    .textile_dyamand_arng123 {
    padding: 0px 0px 0px 48px;
    position: relative;
    margin-top: -78px;
    }

    .dyamand_shape_img_three {
        padding: 0px 0px 0px 91px;
    }

    .dyamand_shape_img_four {
          padding: 0px 0px 0px 0px;
    margin-left: -19px;

    }


    /*textile page*/
    .grey_box_brown {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
    }

    .textile_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 212px;
        padding-left: 235px;
    }
    .textile_img_sec_div {
      text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 172px;
        padding-left: 176px;
    }

    .textile_small_lat {
        color: #FFFFFF;
        /*color: rgb(232, 157, 16);*/
        font-family: OpenSans-Regular;
        font-size: 40px;
    }
    .the_img_textile_sec_div {
      text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -180px;
        padding-left: 1244px;
    }
    .the_img_textile_team_sec_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -59px;
        padding-left: 1069px;
    }
    .the_img_textile {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -84px;
        padding-left: 1069px;
    }

    .TEXTILE_cap_lat {
        color: rgb(232, 157, 16);
        font-family: OpenSans-Bold;
        font-size: 40px;
    }

    .textile_top_one {
        /*text-align: -webkit-center;*/
        position: absolute;
        margin: -15px 0px 0px 464px;
        padding-left: 383px;
    }

    .the_img_textile_of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -16px;
        padding-left: 1122px;
    }

    .textile_img_Of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 167px;
        padding-left: 138px;
    }

    .object_sec_latter {
    }

    .textile_head {
        padding-left: 981px;
    }

    .textile_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -71px 0px 0px 419px;
        padding-left: 809px;
    }


    .textile_dyamand_arng {
        padding: 65px 0px 0px 0px;
        position: relative;
    }

    .textile_dyamand_arng2 {
        margin-top: -78px;
        position: relative;
    }

    .dyamand_shape_img_five {
        padding: 0px 0px 0px 112px;
    }

    .dyamand_shape_img_six {
        margin-left: -4px;
    }

    .dyamand_shape_img_sevan {
        margin-left: -114px;
    }

    .textile_para {
        font-size: 15px;
        color: #635141;
        text-align:justify;
    }

    .text_para_saree {
        padding: 60px 0px 0px 0px;
        background-color: #ededec;
            margin-top: 46px
    }

    .textile_Embroidery_workshop {
        background-color: #ededec;
    }

    .textile_video {
        text-align: -webkit-center;
        padding: 10px;
        background-color: #ededec;
    }

    .textile_dyamand_img_2 {
        padding: 0px 0px 42px 0px;
        background-color: #ededec;
    }

    .green_text_textile {
        font-size: 24px;
        color: #40732A;
        font-weight: bold;
    }

    .video_text_textile {
        text-align: center;
        background-color: #ededec;
    }

    .avisual_para {
        padding: 60px 10px 10px 10px;
        background-color: #ededec;
    }

    .saree_exhibition_pink {
        text-align: center;
        padding: 15px 0px 30px 0px;
        font-weight: bold;
        color: #B51D55;
        font-size: 17px;
        background-color: #ededec;
    }

    .textile_sari_of_gujrat {
        padding: 0px 0px 48px 0px;
        /*background-color: #ededec;*/
    }

    .banner_ship5 {
        border: 5px solid red;
    }


    object_first_headding_para {
        font-size: 40px;
        color: #E89D10;
        font-family: 'OpenSans-bold';
    }

    .overbox_object {
        background-color: white;
    }


    .object_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px -203px;
        padding-left: 847px;
    }

    .object_head {
        padding-left: 805px;
    }

    .object_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 417px;
        padding-left: 847px;
    }

    .object_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 104px;
        padding-left: 235px;
    }

    .object_the_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -182px;
        padding-left: 1015px;
    }

    .objects_img_para {
        font-size: 14px;
        font-family: 'OpenSans-Regular';
        text-align: center;
        color: #635141;
        padding: 10px;
    }

    .banner_ship3 {
        padding: 0px;
        border: 4px solid #635141;
        height: auto;
    }

    .object_img_back {
        padding: 0px;
        background: #fff;
        border: 4px solid #635141;
    }

    .object_big_text {
        font-size: 24px;
        color: #635141;
        text-align: justify;
    }

    .object_dyamand_shape_img_bg {
        padding: 0px 0px 48px 0px;
        background-color: #ededec;
    }

    .object_button_red {
        background-color: #ededec;
    }

    .travelling_object_hightext {
        padding: 22px 0px 0px 0px;
        background-color: #ededec;
    }

    .travling_object_first_div {
        padding: 0px;
        background-color: #ededec;
    }

    .object_dyamand_arng {
        position: relative;
        padding: 65px 0px 0px 0px;
    }

    .object_dyamand_shape_img_first {
        /*padding-left: 41px !important;*/
    }

    .object_dyamand_shape_img_first {
        padding: 0px 0px 0px 79px;
    }

    .object_dyamand_shape_img_sec {
        padding: 0px 0px 0px 0px;
    }

    .object_dyamand_shape_img_third {
        margin-left: -93px;
    }

    .object_wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap8 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap8 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_dyamand_arng1 {
        padding: 0px 0px 0px 48px;
        position: relative;
        margin-top: -77px;
    }

    .object_dyamand_shape_img_four {
        padding: 0px 0px 0px 68px;
    }

    .object_dyamand_shape_img_five {
        padding: 0px 0px 0px 2px;
    }

    .object_dyamand_arng2 {
        position: relative;
        margin-top: -77px;
    }

    .object_dyamand_shape_img_six {
        padding: 0px 0px 0px 67px;
    }

    .object_dyamand_shape_img_seven {
        padding: 0px 0px 0px 0px;
        margin-left: -4px;
    }

    .object_dyamand_shape_img_eight {
        margin-left: -70px;
        padding: 0px;
    }

    .obj_list_button {
        text-align: center;
        padding: 40px;
    }
    /*OBJECT END*/
    /*travelling objects list start*/
    .object_list_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px -220px;
        padding-left: 614px;
    }

    .object_list_head {
        padding-left: 487px;
    }

    .object_list_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 293px;
        padding-left: 709px;
    }

    .orenge_headline {
        font-size: 23px;
        font-family: 'OpenSans-Regular';
        color: #E89D10;
        line-height: 30px;
    }

    .green_headline {
        color: #40732A;
        font-size: 17px;
        font-family: 'OpenSans-Regular';
        line-height: 40px;
    }

    .black_headline {
        font-size: 13px;
        font-family: 'OpenSans-Regular';
        text-align: justify;
    }

    .list_one {
        width: 14% !important;
    }

    .list_two {
        width: 72%;
    }

    .list_three {
        /*width: 34.666667%;*/
    }

    .list_obt_text_para {
        margin-left: -60px !important;
        /*width:37.3336px;*/
        padding: 5px 0px 5px 9px;
        width: 63.333333% !important;
    }

    .list_box_object {
        padding: 0px 0px 60px 0px;
        background-color: #ededec;
    }








    /*CONTACT START
    */

    .Blue_circle_div__contact {
        padding: 0px 56px 0px 56px;
        background: #1E5269;
        height: 420px;
        border-radius: 50%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0 auto;
        width: 420px;
    }

    .Blue_circle_text_para__contact {
        text-align: center;
        font-family: 'OpenSans-Regular';
        padding: 87px 0px 0px 0px;
    }

    .Blue_cicle_yellow_text__contact {
        font-family: 'OPENSANS-BOLD';
        color: #E89D10;
        font-size: 36px;
    }

    .Blue_circle_white_text_regular__contact {
        font-size: 31px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_bold__contact {
        color: #fff;
        font-family: 'OPENSANS-BOLD';
        font-size: 36px;
    }

    .Blue_circle_white_text_and__contact {
        color: #fff;
        font-size: 24px;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_big__contact {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Blue_color_marron_text__contact {
        font-size: 36px;
        color: #B51D55;
        font-family: 'OPENSANS-BOLD';
    }

    .contact_main_page {
        /*margin-top: 8px;*/
        padding: 0px 0px 22px 0px;
        background-color: #ededec;
    }

    .blue_circle_div3__contact {
        padding: 10px 0px 0px 0px;
    }
    
/*End*/


}

@media only screen and (min-width:1366px) and (max-width:1599px) {

    .Review_pg_txt_css2 {
        text-align: center;
        padding:0px !important;

    }
    .Review_pg_txt_css3 {
        margin: -81px 223px 0px 0px !important;
        padding-left: 0px !important;
        float: right;
        position:  initial !important;
    }
     .abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abc .overbox_lat {
            margin-top: 140px !important;
            position: absolute;
            top: 158px !important;
            left: 25px !important;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abc:hover .overbox_lat {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_lat {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }
/* Header & Footer*/
.Main_header {
        padding:25px 0px 0px 0px;background:#5f4e3f;height:176px;
    }
    .Header_gujrati_yatra_div {
        position:absolute;
    }
    
    .Header_text_head {
        font-family:OPENSANS-BOLD;
        font-size:49px;
        line-height:1.4;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
        color:#E09200;
        font-weight:bold;
        letter-spacing: 5px;
        margin:0px;
    }
    .Header_Journey_text {
        font-size:20px;
        color:#EDEDEC;
        font-family:OpenSans;
        letter-spacing: 2px;
        padding-left:79px;
        margin:0px;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
    }

    .Header_logo_div {
        float: right;
        position:relative;
        margin: -27px 138px 0px 0px;
    }

/*Navigation bar*/
.navbar-div {
    height: 0px;
    border-top: 1px solid #40732a;
    cursor: pointer;

}
    .navbar {
       
        min-height: 48px !important;
    }
.menu-bg-color {
    position: absolute;
    top: 0px;
    color: #fff;
    z-index: 1;
}
.navbar-inverse {
    background-color:#5f4e3f !important;
    border: none !important;
    color: #fff;
    border-radius: 0px;
    height: 31px;
}
.navbar-nav {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
}
    .container-fluid {
        padding:0px !important;
    }
#myNavbar ul li.active a {
    color: #ed1566 !important;
   
    font-weight: normal;
}
.navbar-nav > li > a {
    color: #df9d2a !important;
    line-height: 48px;
    padding: 10px 7px 10px 8px;
    font-size: 14px;
    text-align:center;
   font-family:OpenSans;
    font-weight: normal;
    outline: 0;
    box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
  
}
    /*.navbar-nav > li > a:hover {
         color: #ed1566 !important;
         box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    }*/

 .hvr-bounce-to-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        transition-duration: 0.7s;
    }

        .hvr-bounce-to-bottom:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: -2px;
            left: 0;
            right: 0;
            bottom: 66px;
            background: #fff;
            -webkit-transform: scaleY(0);
            -moz-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transition-property: transform;
            -moz-transition-property: transform;
            transition-property: transform;
            /*-webkit-transition-duration: 0.7s;
            -moz-transition-duration: 0.7s;
            transition-duration: 0.7s;*/
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
             color: #ed1566 !important;
              box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
        }

            .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
                -webkit-transform: scaleY(1);
                -moz-transform: scaleY(1);
                transform: scaleY(1);
                -webkit-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                -moz-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
            }

    .Inner_page_Blue_circle_div {
        padding:20px 0px 0px 0px;
    }
    .Blue_circle_div {
        padding:0px 60px 0px 60px;
        background:#1E5269;
        height:420px;
        border-radius:50%;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:0 auto;
        width:420px;
    }
    .Blue_circle_text_para {
        text-align:center;
         font-family: 'OpenSans';    
         padding: 98px 0px 0px 0px;
    }
    .Blue_cicle_yellow_text {
        font-family: 'OPENSANS-BOLD';
        color:#E89D10;
        font-size:36px;
    }
    .Blue_circle_white_text_regular {
        font-size:31px;
        color:#fff;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_bold {
        color:#fff;
        font-family: 'OPENSANS-BOLD';
        font-size:36px;
    }
    .Blue_circle_white_text_and {
        color:#fff;
        font-size:24px;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_big {
        font-size:36px;
        font-family: 'OpenSans';
        color:#fff;
    }
    .Blue_color_marron_text {
        font-size:36px;
        color:#B51D55;
        font-family: 'OPENSANS-BOLD';
    }
     .Main_Footer {
        padding:20px 0px 0px 0px;
        background:#5f4e3f;height:126px;
    }
    .Main_Footer_copyright {
        margin: 65px 0px 0px 0px;
    }
    .Three_link_div {
        display: flex;float:right;margin: 69px -264px 0px 43px;
    }
    .div_width_adjust {
        width:15%;
    }
    .reserach_continue {
        padding:0px 0px 0px 0px;
        font-size:40px;
        color:#40732A;
        font-weight:bold;
        text-align:center;
    }
/**/
/*End*/

    /*24_12_2022*/

    /*Comman classes*/
     .grn_button_pad {
        padding:0px 0px 0px 105px;
    }
    .banner_ship {
        padding:0px 95px 0px 180px;
    }
     .set_button {
        padding:40px 0px 0px 150px;
    }
    .button_adjust {
        padding: 50px 0px 50px 270px;
       
    }
    .grey_box {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
    }

    .research {
        padding: 0px 0px 0px 765px;
        margin-bottom: -35px;
    }

    .Blue_circle_div2 {
        padding: 0px 53px 0px 53px;
        background: #1E5269;
        height: 415px;
        border-radius: 50%;
        left: 100px;
        right: 0;
        top: 10px;
        bottom: 0;
        margin: 0 auto;
        width: 415px;
    }

    .Blue_circle_text_para2 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 30px 0px 0px 0px;
    }

    .blue_para {
        font-size: 21px;
        text-align: center;
        /*font-size:21px;*/
        color: #FFFFFF;
    }

    .Blue_circle_para_main_research {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 0px;
        line-height: 2.1;
    }



    .abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abc .overbox {
            margin-top: 140px;
            position: absolute;
            top: 190px;
            left: 113px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abc:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    /*.lightboxOverlay {
   
     background-color:transparent!important;
}*/


    /*end*/

    /*Remanimg classes*/



    .img_pad {
        padding: 5px 40px 0px 40px;
    }

    .back_div {
          margin-left:10px;
        padding: 50px 50px 45px 50px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 488px;
        text-align:justify;
        height: 430px;
    }

    .div_adjust {
        padding: 0px 0px 0px 0px!important;
        /*width: 470px !important;*/
        height: 430px !important;
      
    }

    .font_adjust1 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 16px;
        color: #fff;
    }

    .font_adjust2 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 13px;
        color: #fff;
    }

    .img_dim {
        height: 350px !important;
    }

    .font_journey {
        margin-left: 450px;
        font-size: 40px;
        margin-top: 30px;
    }

    .example-image-link {
        background: none !important;
    }

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .map_img {
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        border: solid 2px #40732A;
        width: 950px!important;
        height: 500px;
    }

    .map_dim {
        margin: 0px 0px 0px 15px;
        width: 990px!important;
        height: 430px;
    }

    .back_div_next {
        margin-left: 0px;
        margin-right: 10px;
        padding: 30px 30px 44px 30px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 515px;
        text-align: justify;
        /*height: 515px;*/
        /*border:solid 10px #f2b977;*/
    }

    .div_adjust_next {
        padding: 0px 0px 0px 0px!important;
        width: 425px !important;
        height: 513px !important;
    }

    .img_dim_next {
        height: 450px !important;
        border: #7a5c4d 2px solid;
    }

    .back_div_new {
        margin-left: 10px;
        padding: 30px 50px 23px 50px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 450px;
        height: 515px;
        text-align: justify;
    }

    .div_adjust_new {
        padding: 0px 0px 0px 0px!important;
        width: 490px !important;
        height: 513px !important;
    }

    .img_dim_four {
        margin-top: 5px;
        height: 440px !important;
        width: 480px !important;
    }

    .font_journey_NEW {
        margin-left: 380px;
        font-size: 40px;
        margin-top: 30px;
    }

    .back_div_one {
        margin-left: 0px;
        padding: 30px 50px 50px 50px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 450px;
        text-align: justify;
        /*height: 540px;*/
    }

    .div_adjust_one {
        margin-left: 10px;
        padding: 0px 0px 0px 0px!important;
        width: 490px !important;
        height: 540px !important;
    }

    .map_img_shop {
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        /*border:solid 2px #40732A;*/
        width: 950px;
        height: 500px;
    }

    .map_dim_shop {
        margin-top: 5px;
        height: 440px !important;
        width: 940px !important;
    }

    .back_div_para {
        margin-left: 0px;
        padding: 25px 50px 25px 50px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 950px;
        text-align: justify;
        /*height: 150px;*/
    }

    .btn_class {
        padding: 0px 0px 0px 0px;
    }

    .btn-deco:hover {
        color:#fff;
        text-decoration:none;
    }

    .btn-deco {
        display: inline-block;
        padding: 15px 36px;
        font-size: 15px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 15px;
        /*box-shadow: 0 9px #999;*/
    }

    .text_clr {
        margin-right: 40px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;
    }*/


    /*end*/

    /*end*/
    /*28_12_2022*/
    /*keyword*/

    /*Comman classes*/




    /*Remanimg classes*/

    .strip_one {
        padding: 85px 0px 0px 0px;
        width: 73%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 15px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        margin-left: 175px;
    }

    .img_logo {
        width: 325px;
        height: 220px;
    }

    .img_logo_dim {
        padding: 0px 0px 0px 0px;
        border: #fbfbfa solid 2px;
        border-radius: 10px;
        width: 330px;
        height: 230px;
    }

    .key_pad {
        padding:0px 44px 0px 0px;
        margin-left: 20px;
    }

    .font_justify_one {
        font-size: 45px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        text-align: justify;
    }

    .font_justify_two {
        font-size: 14px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0px;
        font-family: OpenSans-Regular;
        text-align: justify;
    }

    .font_justify_four {
        font-size: 45px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
    }

    .img_left {
        padding-left: 176px;
    }

    /*29-12-2022*/
    /*oral history css*/

    /*Comman classes*/




    /*Remanimg classes*/
    .vedio_pad {
        padding: 58px 0px 0px 20px;
        margin-left: -15px;
    }

    .text_div {
        margin-top: -288px;
        margin-left: 400px;
        text-align: justify;
        padding: 10px 80px 0px 40px;
        letter-spacing: normal;
        line-height: normal;
    }

    .back_color {
        background-color: #fff;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 55px;
        width: 100%;
        max-width: 1003px;
        background-color: #fff;
    }

    .strip_two {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 11px 19px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        /*margin-left: -15px;*/
    }

    .btn-deco-green {
        display: inline-block;
        padding: 15px 36px;
        font-size: 31px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_green {
        color: #FFF094;
        font-size: 14px;
    }

    .btn-deco-green {
        height: 70px;
        width: 355px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
    }

        .btn-deco-green:hover span {
            text-transform: uppercase;
            content: "ORAL HISTORY CONTINUED!";
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
            /*display:none*/
        }

        /*.btn-deco-green:hover {
    
  content:"ORAL HISTORY CONTINUED!";
   font-family:OpenSans-Regular;
  font-style:italic;
   color: #FFF094;
}*/

        .btn-deco-green:hover {
            background-color: #1B5B3F;
        }

    /*oral history 2 css*/
    .vedio_pad_two {
        padding: 58px 0px 0px 18px;
        margin-left: -15px;
    }

    .text_div_two {
        margin-top: -288px;
        margin-left: 400px;
        text-align: justify;
        padding: 10px 80px 0px 40px;
        letter-spacing: normal;
        line-height: normal;
    }


    .strip_three {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
    }

    .video_adjust {
        width: 420px;
        height: 257px;
    }

    .top_pad {
        padding-top: 20px;
    }
    /*narratives*/
    .narratives {
        padding: 15px 0px 0px 25px;
    }

    .narrative_vedio_width {
        width: 518px;
        height: 292px;
    }

    .indian {
        margin-bottom: 3px;
    }

    .content_narratives {
        padding: 60px 0px 0px 8px;
        text-align: left;
    }

    .edward {
        padding: 0px 35px 0px 5px;
    }

    .strip_four {
        padding: 80px 0px 0px 0px;
        width: 98%;
        position: relative;
        top: -97%;
        height: 13px;
        background-image: linear-gradient(313deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(43deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        margin-left: 10px;
        margin-top: -25px;
    }

    .back_color_narratives {
        background-color: #fff;
        padding: 0px;
        margin: 0px 0px 0px 55px;
        width: 100%;
        max-width: 985px;
        margin-top: 20px;
    }
    /*button*/
    .btn-deco-small {
        display: inline-block;
        padding: 15px 36px;
        font-size: 28px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_small {
        color: #FFF094;
        font-size: 12px;
    }

    .btn-deco-small {
        height: 40px;
        width: 200px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
    }

        .btn-deco-small:hover span {
            text-transform: uppercase;
            font-size: 9px;
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
        }



        .btn-deco-small:hover {
            background-color: #1B5B3F;
        }


    /*30-12-2022
page learning*/
     .ORAL_div_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 193px;
    padding-left: 404px;
}
    .ORAL_div_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 225px;
    padding-left: 847px;
}
    .div_head {
        padding-left: 727px;
    }
     .ORAL_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 207px;
    padding-left: 404px;
}
    .ORAL_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 225px;
    padding-left: 847px;
}
    .ORAL_head {
        padding-left: 730px;
    }
    .logo_green {
        padding:20px 15px 20px 0px;
       text-align: -webkit-center;
    }
    .team_top_one {
        text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -163px;
    padding-left: 847px;
}
    
    .team_top_two {
        text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 178px;
    padding-left: 847px;
    }
    .team_head {
    padding-left: 837px;
}
    .learning_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 259px;
    padding-left: 404px;
}
    .learning_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 180px;
    padding-left: 847px;
}
    .learning_head {
        padding-left: 785px;
    }
      .NARRATIVES_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 259px;
    padding-left: 404px;
}
    .NARRATIVES_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 180px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        padding-left: 785px;
    }
    .MUSIC_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -48px;
        padding-left: 235px;
    }
    .STORYTELLING_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 40px;
        padding-left: 1015px;
    }


      .OBJECT_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -35px;
        padding-left: 235px;
    }

    .HANDLING_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 25px;
        padding-left: 1015px;
    }
    .WORKSHOP {
        font-size:40px;
    }
     .saree_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 8px;
        padding-left: 235px;
    }
    .school_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -25px 0px 0px -93px;
        padding-left: 1015px;
    }
    .school_two_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -80px 0px 0px 80px;
        padding-left: 235px;
    }

    .drapping_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -33px;
        padding-left: 1015px;
    }
    .bead_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 24px;
        padding-left: 235px;
    }
    .craft_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -30px;
        padding-left: 1015px;
    }

    .learning {
    }

    .yellow_circle_div {
        padding: 0px 53px 0px 53px;
        background: #e89d10;
        height: 440px;
        border-radius: 50%;
        left: 100px;
        right: 0;
        top: 20px;
        bottom: 0;
        margin: 0 auto;
        width: 440px;
    }

    .yellow_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 77px 0px 0px 0px;
        /*line-height: 2.1;*/
    }

    .text_yellow {
        padding: 0px 0px 0px 0px;
    }

    .is_text {
        padding: 0px 0px 0px 0px;
    }

    .abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abcd .overbox {
            margin-top: 140px;
            position: absolute;
            top: 193px;
            left: 135px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abcd:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_learning {
        padding: 0px 0px 0px 25px;
    }

    .font_8 {
        text-align: justify;
    }

    .yellow_content {
        text-align:center;
        font-size: 34px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .black_content {
        text-align: justify;
        font-size: 15px;
        color: #635141;
    }

    .yellow_content_two {
        text-align:center;
        font-size: 29px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .xyz {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        /*margin: 22px 0px 0px 0px;*/
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .xyz .overbox_new {
            /*margin-top: 90px;*/
            position: absolute;
            top: 333px;
            left: 17px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            /*z-index: 100;*/
            /*opacity: 0.4;*/
            width: 391px;
            /*height: 90px;*/
            padding-top: 90px;
            /*bottom: 22px;*/
        }

        .xyz:hover .overbox_new {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_new {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .img_div_women {
        padding: 0px 0px 0px 35px;
    }

    .banner_storytelling {
        padding: 0px 0px 0px 15px;
    }

    .text_set {
        text-align: left;
        margin: -82px 0px 0px 14px;
    }

    .slick-prev:hover, .slick-prev:focus {
        color: transparent !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        transition: all 0.9s ease-in-out !important;
    }

    .slick-prev {
        left: 32px !important;
    }

    .slick-prev {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 32px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        background-color: transparent !important;
        z-index: 1;
    }

    .slick-next {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 35px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-right-arrow-32.png) !important;
        background-repeat: no-repeat !important;
    }

        .slick-next:hover, .slick-next:focus {
            color: transparent !important;
            outline: none !important;
            background-image: url(../img/icons8-right-arrow-32.png) !important;
            transition: all 0.9s ease-in-out !important;
            /*width: 30px !important;
    height: 96px !important;*/
            top: 50% !important;
        }

    .slick-next {
        right: 23px !important;
    }

    .xyz:hover .overbox_new .Imghoverblackdv {
        -webkit-transform: scale(1);
        transform: scale(1);
    }



    .xyz .overbox_new .Imghoverblackdv {
        /*margin-top: 90px;*/
        position: absolute;
        top: 333px;
        left: 17px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /*z-index: 100;*/
        /*opacity: 0.4;*/
        width: 391px;
        /*height: 90px;*/
        padding-top: 90px;
        /*bottom: 22px;*/
    }

    .Imghoverblackdv {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -249px 0px 0px 378px;
        position: absolute;
    }

        .Imghoverblackdv:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 378px;
            position: absolute;
        }

    .Imghoverblackdv1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -249px 0px 0px 378px;
        position: absolute;
    }

        .Imghoverblackdv1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 378px;
            position: absolute;
        }

    .Imghoverblackdvprev {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -249px 0px 0px 17px;
        position: absolute;
    }

        .Imghoverblackdvprev:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 17px;
            position: absolute;
        }

    .Imghoverblackdvprev1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -249px 0px 0px 17px;
        position: absolute;
    }

        .Imghoverblackdvprev1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 17px;
            position: absolute;
        }

    .move_vid {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 687px;
            left: 15px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    .alani {
        width: 819px;
        height: 379px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider #thumbcarousel .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider {
        text-align: center;
    }

    .move_vid {
    }



    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .product-slider #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div4 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .move_vid .overbox_div_saree {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: 25px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 819px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .move_vid .overbox_div_bead {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: 0px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 410px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_bead {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_bead {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 22%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 100px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 22%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .story:hover .overbox_new_music {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .story .overbox_new_music {
        /*margin-top: 90px;*/
        position: absolute;
        top: 315px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /* z-index: 100; */
        /* opacity: 0.4; */
        width: 403px;
        height: 40px;
        padding-top: 36px;
        /* bottom: 22px;*/
    }

    .overbox_new_music {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .text_set_music {
        text-align: left;
        margin: -28px 0px 0px 14px;
    }


    /*team page*/

    .green_circle_div2 {
        padding: 0px 53px 0px 53px;
        background: #40732a;
        height: 434px;
        border-radius: 50%;
        left: 100px;
        right: 0;
        top: 22px;
        bottom: 0;
        margin: 0 auto;
        width: 434px;
    }

    .green_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 0px;
        line-height: 1.9;
    }

    a.email_rolf:hover, a.email_rolf:focus {
        color: #A9A9A9 !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.email_rolf {
        color: #A9A9A9 !important;
        text-decoration: none;
    }

    .rolf_div {
        background-color: #40732a;
        text-align: -webkit-center;
        padding: 59px 100px 258px 100px;
        line-height: 1.7;
    }

    .ROLF_KILLIUS {
        font-size: 26px; /*line-height:1em;*/
        text-align: center;
        color: #FFFFFF;
        font-family: OpenSans-Regular;
    }

    .rolf_para_one {
        font-size: 16px;
        color: #A9A9A9;
        font-family: OpenSans-Regular;
        text-align: center;
    }

    .rolf_para_two {
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
        text-align: center;
    }

    .rolf_para_three {
        text-align: center;
        text-decoration: underline;
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
    }

    .lata_div {
        background-color: #911141;
        text-align: -webkit-center;
        padding: 59px 100px 100px 100px;
    }

    .text_para_natraj {
        font-size: 20px;
        color: #B51D55;
        font-family: OpenSans-Regular;
    }

    .link_para {
        text-align: center;
        font-size: 14px;
        color: #40732A !important;
        font-weight: bold;
        text-decoration: underline;
        font-family: OpenSans-Regular;
    }

    a.link_mail:hover, a.link_mail:focus {
        color: #40732a !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.link_mail {
        color: #40732a !important;
        text-decoration: none;
    }

    .curators {
        font-size: 40px;
    }

    .square_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -12px;
        padding-left: 404px;
    }

    .flower_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 847px;
    }

    .research_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -15px 0px 0px 305px;
        padding-left: 404px;
    }

    .research_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -71px 0px 0px 150px;
        padding-left: 847px;
    }

    .team_head {
        padding-left: 837px;
    }

    .reviews_banner {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .reviews_banner .overbox_reviews {
            margin-top: 100px;
            position: absolute;
            top: 198px;
            left: 20px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .reviews_banner:hover .overbox_reviews {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_reviews {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .green_circle_review {
        padding: 0px 53px 0px 53px;
        background: #40732a;
        height: 415px;
        border-radius: 50%;
        left: 117px;
        right: 0;
        top: 22px;
        bottom: 0;
        margin: 0 auto;
        width: 415px;
    }

    .green_review_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 10px;
        line-height: 1.9;
    }

    .REVIEWS_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -12px;
        padding-left: 235px;
    }

    .EXHIBITION_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 1015px;
    }
    .EXHIBITION {
        font-size:40px;
    }
    .review_text_one {
        font-size:18px;  font-family: OpenSans-Regular; color:#911141;font-weight:bold;font-style:normal;
    }
     .review_text_two {
         font-weight:normal;font-style:italic;text-decoration:none;color:#A4A4A4;font-family: OpenSans-Regular;font-size:13px;text-align:justify;
    }
      .review_text_three {
          color:#635141;font-family: OpenSans-Regular;font-size:26px;
    }
       .review_text_four {
           color:#635141; font-size:13px;font-family: OpenSans-Regular;text-align:justify;
    }
    .width_one {
        width:14%;
        padding:0px;
    }
     .width_two {
        width:72%;
        padding:0px;
    }
     
    
    .Readmore {
        padding:12px 25px 12px 25px;
        color:#353131;
         background-color:#ffd45a;
          font-size: 15px;
        cursor: pointer;
      text-align:center;
         text-decoration: none;
        outline: none;
         border: none;
        border-radius: 10px;
        font-style:italic;
        transition: all 0.6s ease-in-out;
    }
        .Readmore:hover {
             text-align:center;
             color:#353131;
             background-color: rgba(255, 225, 140, 1);
             text-decoration:none;
              font-style:italic;
              transition: all 0.6s ease-in-out;
        }
    .review_top_one {
         text-align: -webkit-center;
        position: absolute;
        margin: -20px 0px 0px 284px;
        padding-left: 404px;
    }
    .review_top_two {
         text-align: -webkit-center;
        position: absolute;
        margin: -75px 0px 0px 170px;
        padding-left: 847px;
    }
    .review_head {
        padding-left:800px;
    }
     .NARRATIVES_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 189px;
    padding-left: 404px;
}
    .NARRATIVES_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 198px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        padding-left: 727px;
    }
     .keywords_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 189px;
    padding-left: 404px;
}
    .keywords_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 182px;
    padding-left: 847px;
}
    .keywords_head {
        padding-left: 730px;
    }
    .research_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -197px;
    padding-left: 847px;
}
    .research_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 190px;
    padding-left: 847px;
}
    .research_head {
    padding-left: 775px;
}
 .journey_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -24px 0px 0px 167px;
    padding-left: 235px;
}
 .the_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -81px 0px 0px -180px;
    padding-left: 1015px;
}
 .theplace_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -24px 0px 0px 38px;
    padding-left: 235px;
}
 .thepeople_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -81px 0px 0px -40px;
    padding-left: 1015px;
}
 /*Prajyot*/

  /*24_12_2022*/
    /*comman classes*/

    /* btn red */

    .exhibition_circle_ship {
        background-color: #ededec;
        padding: 20px 0px 28px 20px;
    }

    .btn_deco_exhibition {
        display: inline-block;
        padding: 9px 16px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 34px;
    }

        .btn_deco_exhibition:hover {
            background-color: #8b0738;
            color: #ffffff !important;
            text-decoration: none;
        }

    .exhibition_text_clr {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        font-family: 'OpenSans-Regular';
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;*/


    .Inner_page_Yellow_circle_div {
        padding: 20px 0px 0px 0px;
    }

    .Exhibition_Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 414px;
        border-radius: 50%;
        left: -40px;
        right: 0;
        top: 30px;
        bottom: 0;
        margin: 0 auto;
        width: 414px;
    }

    .Exhibition_Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 59px 0px 0px 0px;
    }

    .Exhibition_Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 54px;
    }

    .Exhibition_Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 36px;
    }

    .Exhibition_Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 33px;
        font-family: 'OpenSans-Regular';
    }

    .Exhibition_Yellow_circle_white_text_big3 {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Exhibition_Yellow_color_marron_text3 {
        font-size: 44px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }


    .Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 414px;
        border-radius: 50%;
        left: -40px;
        right: 0;
        top: -1px;
        bottom: 0;
        margin: 0 auto;
        width: 414px;
    }

    .Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 59px 0px 0px 0px;
    }

    .Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 54px;
    }

    .Yellow_circle_white_text_regular3 {
        font-size: 31px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 36px;
    }

    .Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 33px;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_big3 {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Yellow_color_marron_text3 {
        font-size: 44px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }

    .vidofguj {
        padding: 20px 103px;
    }

    .videoofgujrat {
        width: 923px;
        height: 524px;
    }

    .exhibition_para_main {
        padding: 10px 98px;
    }

    .vimeo_exhibition {
        background-color: #ededec;
    }

    .exhibition_yello_text {
        background-color: #ededec;
    }

    .EXHIBITION_textile_brown_line2 {
        margin-top: -496px;
        padding: 0px 0px 0px 0px;
    }

    .EXHIBITION_textile_brown_line {
        margin-top: -518px;
        padding: 0px;
    }


    .exhibition_abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        /*border: 1px solid #dfdedc;*/
        .exhibition_abc .overbox4 {
            margin-top: 140px;
            position: absolute;
            top: 197px;
            left: 36px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 960px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .exhibition_abc:hover .overbox4 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox4 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox3 {
        margin-top: 140px;
        position: absolute;
        top: 198px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox3 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox3 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox2 {
        margin-top: -50px;
        position: absolute;
        top: 388px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox2 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox2 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }




        .exhibition_abc .overbox1 {
        margin-top: 140px;
        position: absolute;
        top: 198px;
        left: 91px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color:rgba(0,0,0,0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 957px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox1 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox1 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox {
        margin-top: 140px;
        position: absolute;
            top: 273px;
    left: 33px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 320px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_exhibition {
        margin-left: -4px;
    }

    /*.example-image-link {
        background: none !important;
    }*/

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .example-image-link:hover {
        background: rgba(255,255,255,0.5) !important;
    }

    .overbox1div {
        text-align: left;
        margin: -86px 0px 0px 43px;
    }


    /*end */
    /*remaining classes*/
    .team_partnership {
        margin-bottom: 20px;
        margin-top: -340px;
        padding-left: 35px;
    }

    .Exhibition_first_heading {
        font-size: 40px;
        color: #FFF;
    }

    .Exhibition_first_heading_sec {
        color: #E89D16;
        font-size: 40px;
    }

    .EXHIBITION {
        padding: 25px 30px 0px 420px;
    }

    .the_Exhibition_big_img {
        margin-top: 37px;
        padding-left: 77px;
    }

    /*.Carosalsliderimg {
       width:960px;
       height:428px;
       cursor:auto;
    }*/
    /*.Parya {
        overflow:hidden;
    }*/

    .product-slider_1 {
        /*padding: 45px;*/
    }

        .product-slider_1 #carousel { /*border: 4px solid #1089c0*/
            margin: 0px 0px 20px 0px;
        }

        .product-slider_1 #thumbcarousel {
            margin: -16px 0px 0px 0px;
            padding: 0 0px;
        }

            .product-slider_1 #thumbcarousel .item {
                text-align: center;
            }

                .product-slider_1 #thumbcarousel .item .thumb { /*border: 4px solid #cecece*/
                    width: 20%; /*margin: 0 2%*/
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    max-width: 72px;
                }

                    .product-slider_1 #thumbcarousel .item .thumb:hover {
                        border-color: #1089c0;
                    }

        .product-slider_1 .item img {
            width: 100%;
            height: auto;
        }

    .carousel-control {
        color: #0284b8;
        text-align: center;
        text-shadow: none;
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 20px;
        top: 23%;
    }

    .showing {
        border: 1px solid red;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
        background: #7a5c4d;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
    }

    .carousel-caption, .carousel-control .fa {
        font: normal normal normal 30px/26px FontAwesome;
    }

    .carousel-control {
        background-color: rgba(0, 0, 0, 0);
        bottom: auto;
        font-size: 20px;
        left: 0;
        position: absolute;
        top: 30%;
        width: auto;
    }

        .carousel-control.right, .carousel-control.left {
            background-color: rgba(0, 0, 0, 0);
            background-image: none;
        }

    /*.thumb {
filter:grayscale(100%);
}
.thumb.active {
filter:grayscale(0%);
}*/
    /*end*/
    .wrap {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        transform: rotate(45deg);
        border: 15px solid gainsboro;
    }


        .wrap img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 319px;
            margin-top: 15px;
        }

    .title-wrap {
        width: 100%;
        text-align: center;
    }

    .travel-title {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        color: red;
        font-weight: bold;
        font-size: 30px;
        transform: rotate(-45deg);
    }

    .wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        transform: rotate(45deg);
        /*border: 15px solid gainsboro;*/
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 4px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap1 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 269px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 58px;
            /*padding: 20px 10px 10px 0px;*/
        }
    /*.wrap1:hover {
    background-color:white;
   opacity:0.75px;
    }
.Travelling_obj_pot:hover {
background-color:white;
}*/
    .Travelling_obj_pot:hover {
        background-color: #03476d;
        text-decoration: none;
        color: #fff;
        transition: all 0.6s ease-in-out;
    }

    .wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 40px;
        position: inherit;
        left: -8px;
        top: -2px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 4px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 4px solid gainsboro;
        border-left: 8px solid gainsboro;
    }



        .wrap2 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 288px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 35px;
            /*padding: 20px 10px 10px 0px;*/
        }

    .wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: 0px;
        left: -15px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 4px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }


        .wrap3 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 356px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 10px;
            /*padding: 32px 10px 0px 0px;*/
        }

    .wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -161px;
        left: 135px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 4px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 4px solid gainsboro;
    }

        .wrap4 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 258px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 49px;
        }
    /*padding: 20px 10px 10px 0px;
}*/
    .wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        top: -160px;
        left: 127px;
        transform: rotate(45deg);
        position: inherit;
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 4px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 4px solid gainsboro;
    }

        .wrap5 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 291px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 35px;
        }

    .wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        position: inherit;
        top: -309px;
        left: 5px;
        margin: 39px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap6 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 291px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 35px;
        }

    .wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        position: inherit;
        top: -309px;
        left: -8px;
        margin: 39px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap7 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 35px;
        }

    .wrap8 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        top: -307px;
        left: -17px;
        position: inherit;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap8 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap9 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        position: inherit;
        top: -454px;
        left: 137px;
        margin: 39px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap9 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap10 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -454px;
        left: 126px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap10 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap11 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -600px;
        left: 6px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap11 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap12 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -602px;
        left: -7px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap12 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap13 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -599px;
        left: -19px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap13 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap14 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -341px;
        left: -6px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap14 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 324px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 12px;
        }

    .wrap15 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -341px;
        left: -19px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap15 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 324px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 12px;
        }


    .wrap16 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -342px;
        left: -31px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap16 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 251px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 50px;
        }

    .wrap17 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -487px;
        left: 126px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap17 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 251px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 50px;
        }

    .wrap18 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -487px;
        left: 113px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap18 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 344px;
            width: 243px!important;
            max-width: 142%!important;
            margin-top: -6px;
            padding: 32px 0px 0px 0px;
        }

    .wrap19 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -633px;
        left: -7px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap19 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 266px;
            width: 285px!important;
            max-width: 147%!important;
            margin-top: 57px;
            padding: 0px 0px 0px 0px;
        }

    .wrap20 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -632px;
        left: -20px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap20 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 302px;
            width: 261px!important;
            max-width: 158%!important;
            margin-top: 43px;
        }

    .wrap21 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -634px;
        left: -32px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap21 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 344px;
            width: 243px!important;
            max-width: 142%!important;
            margin-top: -6px;
            padding: 32px 0px 0px 0px;
        }

    .exhibition_para {
        background-color: #f2b977;
        font-family: OpenSans-Regular;
        border-radius: 20px;
        padding: 41px 20px;
    }

    .Trav_obj_first_heading_sec {
        font-size: 40px;
        color: #FFF;
    }

    .Trav_obj_first_heading {
        color: #E89D16;
        font-size: 40px;
        font-weight: bold;
    }

    .hoveff:hover {
        background-color: white;
        opacity: 0.3;
    }

    /*blue circle*/
    .blue_circle_div3 {
        padding: 0px 60px 0px 61px;
        background: #1e5269;
        height: 383px;
        border-radius: 50%;
        left: -40px;
        right: 0px;
        top: 19px;
        bottom: 0;
        margin: 0 auto;
        width: 383px;
    }

    .blue_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #e89d10;
        font-size: 54px;
    }

    .blue_circle_white_text_and3 {
        font-family: 'OpenSans-Regular';
        color: #ffffff;
        font-size: 54px;
    }

    .ship_team {
        padding: 41px 48px 30px 89px;
    }

    .ship_img_team {
        padding: 0px 0px 1px 30px;
    }

    .logo_team {
        padding: 9px 0px 0px 245px;
    }

    .logo_team1 {
        padding: 0px 0px 0px 89px;
    }

    .logo_team2 {
        padding: 31px 33px 0px 0px;
    }

    .dyamand_arng {
        /*padding: 65px 0px 0px 0px;
    position: absolute;*/
        padding: 20px 0px 0px 67px;
        /*background-color: #ededec;*/
    }


    .dyamand_arng1 {
        padding: 0px 0px 0px 67px;
        /*background-color: #ededec;*/
    }

    .btn_1 {
        margin-top: -573px;
        padding-left: 639px;
    }

    .btn_2 {
        margin-top: -595px;
        padding-left: 630px;
    }

    .contact_div {
        background-color: #345726;
        padding: 0px;
    }

    .contact_div1 {
        background-color: #e89d10;
        padding: 0px;
    }

    .contact_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #e89d10;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
        /*padding: 12px 10px 10px 182px;*/
        /*font-family:'OpenSans-Regular';*/
    }

    .contact_white {
        font-family: 'LuloCleanW01OneBold';
        color: #ffffff;
        font-size: 38px;
        line-height: 1em;
        letter-spacing: 0.1em;
        /*padding: 12px 10px 10px 182px;*/
    }

    .contact_para {
        padding-top: 101px;
        text-align: center;
    }

    .white_strip {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 285px;
    }

    .white_strip1 {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 305px;
    }

    .color_11 {
        color: #ffffff;
        text-decoration: none;
    }

    .TELL_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #345726;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
    }

    .enquiry-textbox1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 4px 5px;
        margin-bottom: 4px;
        width: 212px;
    }

    .enquiry-textbox2 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 1px 5px;
        /* margin-bottom: 5px; */
        width: 208px;
        height: 99px;
    }

    .enquiry-btn1 {
        background-color: black;
        /* padding-right: 50px; */
        margin-right: 50px;
        color: white;
        margin-left: 146px;
        margin-top: 3px;
    }


    
    .imgCaptcha {
        border: 1px solid black;
        background-color: #e89d10;
        /* padding: 4px 5px; */
        /* margin-bottom: 5px; */
        width: 212px;
        height: 32px;
        margin: -1px 0px 0px 77px;
    }

    .imgCaptcha1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 5px 5px;
        /* margin-bottom: 5px; */
        width: 209px;
        margin: -1px 1px 2px -15px;
    }

    ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
        color: white;
    }



    .flower_img_EXHIBITION {
        text-align: -webkit-center;
        padding: 79px 0px 33px 0px;
    }

    .square_img_dyamand_last {
        text-align: -webkit-center;
        padding-bottom: 36px;
    }

    .TheExibtion_Silder_car_New_div {
        width: 960px;
        height: 428px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: TheExibtion_Silder_car_New_div 05s ease-out infinite;
    }

    @keyframes TheExibtion_Silder_car_New_div {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }






    /*    TEXTILE PAGE CSSS  */
    /*comman class for textile page*/

    .move_vid_textile {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid_textile .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 687px;
            left: 15px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid_textile:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .alani_prajyot {
        width: 819px;
        height: 379px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider_1 #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider_1 {
        text-align: center;
    }

    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .move_vid_textile .overbox_div_saree {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: 15px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 819px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid_textile:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    /*differnt classes*/
    .Pink_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #911141;
        height: 440px;
        border-radius: 50%;
        left: 200px;
        right: 0;
        top: 32px;
        bottom: 0;
        margin: 0 auto;
        width: 440px;
    }

    .pink_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #E89D16;
        font-size: 54px;
    }

    .Pink_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 69px 0px 0px 0px;
    }

    .learing_img {
        width: 100%;
        max-width: 432px!important;
    }

    .contact_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 185px 0px 0px;
    }

        .contact_abcd .overbox5 {
            margin-top: 140px;
            position: absolute;
            top: 208px;
            left: 30px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .contact_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .textile_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 185px 0px 0px;
    }

        .textile_abcd .overbox5 {
            margin-top: 140px;
            position: absolute;
            top: 208px;
            left: 30px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .textile_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .pink_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 34px;
    }

    .pink_circle_white_text_and3 {
        color: #fff;
        font-size: 34px;
        font-family: 'OpenSans-Regular';
    }

    .first_textile_div {
        padding-bottom: 40px;
        background-color: #ededec;
    }
    .textile_heading_div {
        background-color: #ededec;
        padding-top: 29px;
        padding-bottom: 10px;
    }

    .textile_Sari_Exhibition {
        background-color: #ededec;
    }

    .textile_wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 272px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .textile_wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 282px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 50px;
        }

    .textile_wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 264px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .textile_wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .textile_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 279px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .textile_wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 279px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .textile_wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .textile_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 279px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .textile_wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .textile_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 264px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .dyamand_shape_img_first {
        padding-left: 41px !important;
    }
    .dyamand_shape_img_sec_sec {
    padding:0px;
    }
    .dyamand_shape_img_sec {
        margin-left: -41px;
    }

    .textile_dyamand_arng1 {
        padding: 0px 0px 0px 48px;
        position: relative;
        margin-top: -67px;
    }

    .dyamand_shape_img_three {
        padding: 0px 0px 0px 41px;
    }

    .dyamand_shape_img_four {
        padding: 0px 0px 0px 10px;
    }


    /*textile page*/
    .grey_box_brown {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
    }

    .textile_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 212px;
        padding-left: 176px;
    }
    .textile_img_sec_div {
      text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 172px;
        padding-left: 176px;
    }

    .textile_small_lat {
        color: #FFFFFF;
        /*color: rgb(232, 157, 16);*/
        font-family: OpenSans-Regular;
        font-size: 40px;
    }
    .the_img_textile_sec_div {
      text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -173px;
        padding-left: 1091px;
    }
    .the_img_textile_team_sec_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -202px;
        padding-left: 1069px;
    }
    .the_img_textile {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -193px;
        padding-left: 1069px;
    }

    .TEXTILE_cap_lat {
        color: rgb(232, 157, 16);
        font-family: OpenSans-Bold;
        font-size: 40px;
    }

    .textile_top_one {
        /*text-align: -webkit-center;*/
        position: absolute;
        margin: -15px 0px 0px 276px;
        padding-left: 383px;
    }

    .the_img_textile_of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -182px;
        padding-left: 1122px;
    }

    .textile_img_Of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 167px;
        padding-left: 138px;
    }

    .object_sec_latter {
    }

    .textile_head {
        padding-left: 809px;
    }

    .textile_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -71px 0px 0px 241px;
        padding-left: 809px;
    }


    .textile_dyamand_arng {
        padding: 65px 0px 0px 0px;
        position: relative;
    }

    .textile_dyamand_arng2 {
        margin-top: -67px;
        position: relative;
    }

    .dyamand_shape_img_five {
        padding: 0px 0px 0px 31px;
    }

    .dyamand_shape_img_six {
        margin-left: -4px;
    }

    .dyamand_shape_img_sevan {
        margin-left: -32px;
    }

    .textile_para {
        font-size: 15px;
        color: #635141;
        text-align:justify;
    }

    .text_para_saree {
        padding: 60px 0px 0px 0px;
        background-color: #ededec;
    }

    .textile_Embroidery_workshop {
        background-color: #ededec;
    }

    .textile_video {
        text-align: -webkit-center;
        padding: 10px;
        background-color: #ededec;
    }

    .textile_dyamand_img_2 {
        padding: 0px 0px 42px 0px;
        background-color: #ededec;
    }

    .green_text_textile {
        font-size: 24px;
        color: #40732A;
        font-weight: bold;
    }

    .video_text_textile {
        text-align: center;
        background-color: #ededec;
    }

    .avisual_para {
        padding: 60px 10px 10px 10px;
        background-color: #ededec;
    }

    .saree_exhibition_pink {
        text-align: center;
        padding: 15px 0px 30px 0px;
        font-weight: bold;
        color: #B51D55;
        font-size: 17px;
        background-color: #ededec;
    }

    .textile_sari_of_gujrat {
        padding: 0px 0px 48px 0px !important;
        background-color: #ededec;
    }

    .banner_ship5 {
        border: 5px solid red;
    }


    object_first_headding_para {
        font-size: 40px;
        color: #E89D10;
        font-family: 'OpenSans-bold';
    }

    .overbox_object {
        background-color: white;
    }

    .object_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px -220px;
        padding-left: 847px;
    }

    .object_head {
        padding-left: 730px;
    }

    .object_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 293px;
        padding-left: 847px;
    }

    .object_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 104px;
        padding-left: 235px;
    }

    ._object_the_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -182px;
        padding-left: 1015px;
    }

    .objects_img_para {
        font-size: 14px;
        font-family: 'OpenSans-Regular';
        text-align: center;
        color: #635141;
        padding: 10px;
    }

    .banner_ship3 {
        padding: 0px;
        border: 4px solid #635141;
        height: auto;
    }

    .object_img_back {
        padding: 0px;
        background: #fff;
        border: 4px solid #635141;
    }

    .object_big_text {
        font-size: 24px;
        color: #635141;
        text-align: justify;
    }

    .object_dyamand_shape_img_bg {
        padding: 0px 0px 48px 0px;
        background-color: #ededec;
    }

    .object_button_red {
        background-color: #ededec;
    }

    .travelling_object_hightext {
        padding: 22px 0px 0px 0px;
        background-color: #ededec;
    }

    .travling_object_first_div {
        padding: 0px;
        background-color: #ededec;
    }

    .object_dyamand_arng {
        position: relative;
        padding: 65px 0px 0px 0px;
    }

    .object_dyamand_shape_img_first {
        /*padding-left: 41px !important;*/
    }

    .object_dyamand_shape_img_first {
        padding: 0px 0px 0px 19px;
    }

    .object_dyamand_shape_img_sec {
        padding: 0px 0px 0px 0px;
    }

    .object_dyamand_shape_img_third {
        margin-left: -35px;
    }

    .object_wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap8 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap8 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_dyamand_arng1 {
        padding: 0px 0px 0px 48px;
        position: relative;
        margin-top: -77px;
    }

    .object_dyamand_shape_img_four {
        padding: 0px 0px 0px 30px;
    }

    .object_dyamand_shape_img_five {
        padding: 0px 0px 0px 21px;
    }

    .object_dyamand_arng2 {
        position: relative;
        margin-top: -77px;
    }

    .object_dyamand_shape_img_six {
        padding: 0px 0px 0px 9px;
    }

    .object_dyamand_shape_img_seven {
        padding: 0px 0px 0px 0px;
        margin-left: -4px;
    }

    .object_dyamand_shape_img_eight {
        margin-left: -11px;
        padding: 0px;
    }

    .obj_list_button {
        text-align: center;
        padding: 40px;
    }
    /*OBJECT END*/
    /*travelling objects list start*/
    .object_list_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px -220px;
        padding-left: 614px;
    }

    .object_list_head {
        padding-left: 487px;
    }

    .object_list_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 293px;
        padding-left: 709px;
    }

    .orenge_headline {
        font-size: 23px;
        font-family: 'OpenSans-Regular';
        color: #E89D10;
        line-height: 30px;
    }

    .green_headline {
        color: #40732A;
        font-size: 17px;
        font-family: 'OpenSans-Regular';
        line-height: 40px;
    }

    .black_headline {
        font-size: 13px;
        font-family: 'OpenSans-Regular';
        text-align: justify;
    }

    .list_one {
        width: 14% !important;
    }

    .list_two {
        width: 72%;
    }

    .list_three {
        /*width: 34.666667%;*/
    }

    .list_obt_text_para {
        margin-left: -60px !important;
        /*width:37.3336px;*/
        padding: 5px 0px 5px 9px;
        width: 63.333333% !important;
    }

    .list_box_object {
        padding: 0px 0px 60px 0px;
        background-color: #ededec;
    }








    /*CONTACT START
    */

    .Blue_circle_div__contact {
        padding: 0px 56px 0px 56px;
        background: #1E5269;
        height: 420px;
        border-radius: 50%;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: 0 auto;
        width: 420px;
    }

    .Blue_circle_text_para__contact {
        text-align: center;
        font-family: 'OpenSans-Regular';
        padding: 87px 0px 0px 0px;
    }

    .Blue_cicle_yellow_text__contact {
        font-family: 'OPENSANS-BOLD';
        color: #E89D10;
        font-size: 36px;
    }

    .Blue_circle_white_text_regular__contact {
        font-size: 31px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_bold__contact {
        color: #fff;
        font-family: 'OPENSANS-BOLD';
        font-size: 36px;
    }

    .Blue_circle_white_text_and__contact {
        color: #fff;
        font-size: 24px;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_big__contact {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Blue_color_marron_text__contact {
        font-size: 36px;
        color: #B51D55;
        font-family: 'OPENSANS-BOLD';
    }

    .contact_main_page {
        /*margin-top: 8px;*/
        padding: 0px 0px 22px 0px;
        background-color: #ededec;
    }

    .blue_circle_div3__contact {
        padding: 10px 0px 0px 0px;
    }
 

/*End*/

 
}


@media only screen and (min-width: 1280px) and (max-width:1365px) {
     .Review_pg_txt_css2 {
        text-align: center;
        padding:0px !important;

    }
    .Review_pg_txt_css3 {
        margin: -81px 192px 0px 0px !important;
        padding-left: 0px !important;
        float: right;
        position:  initial !important;
    }

/* Header & Footer*/
.Main_header {
        padding:25px 0px 0px 0px;background:#5f4e3f;height:176px;
    }
    .Header_gujrati_yatra_div {
        position:absolute;
    }
    
    .Header_text_head {
        font-family:OPENSANS-BOLD;
        font-size:49px;
        line-height:1.4;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
        color:#E09200;
        font-weight:bold;
        letter-spacing: 5px;
        margin:0px;
    }
    .Header_Journey_text {
        font-size:20px;
        color:#EDEDEC;
        font-family:OpenSans;
        letter-spacing: 2px;
        padding-left:79px;
        margin:0px;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
    }

    .Header_logo_div {
        float: right;
        position:relative;
        margin: -27px 90px 0px 0px;
    }


/*Navigation bar*/
    .footer_two {
        width:14%;
        
    }
    .footer_copyright {
        padding:0px 0px 0px 10px;
    }
    .nav_adjust {
        width:15%;
    }

    .green_strip_width {
        width:900px;
    }
.navbar-div {
    height: 0px;
    border-top: 1px solid #40732a;
    cursor: pointer;
    /*margin-left:30px;*/

}
    .navbar {
       
        min-height: 48px !important;
    }
.menu-bg-color {
    position: absolute;
    top: 0px;
    color: #fff;
    z-index: 1;
}
.navbar-inverse {
    background-color:#5f4e3f !important;
    border: none !important;
    color: #fff;
    border-radius: 0px;
    height: 31px;

}
.navbar-nav {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /*/*margin-left:-40px;*/
}
    .container-fluid {
        padding:0px !important;
    }
#myNavbar ul li.active a {
    color: #ed1566 !important;
   
    font-weight: normal;
}
.navbar-nav > li > a {
    color: #df9d2a !important;
    line-height: 48px;
    padding: 10px 7px 10px 8px;
    font-size: 14px;
    text-align:center;
   font-family:OpenSans;
    font-weight: normal;
    outline: 0;
    box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
  
}
    /*.navbar-nav > li > a:hover {
         color: #ed1566 !important;
         box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    }*/

 .hvr-bounce-to-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        transition-duration: 0.7s;
    }

        .hvr-bounce-to-bottom:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: -2px;
            left: 0;
            right: 0;
            bottom: 66px;
            background: #fff;
            -webkit-transform: scaleY(0);
            -moz-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transition-property: transform;
            -moz-transition-property: transform;
            transition-property: transform;
            /*-webkit-transition-duration: 0.7s;
            -moz-transition-duration: 0.7s;
            transition-duration: 0.7s;*/
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
             color: #ed1566 !important;
              box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
        }

            .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
                -webkit-transform: scaleY(1);
                -moz-transform: scaleY(1);
                transform: scaleY(1);
                -webkit-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                -moz-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
            }

    .Inner_page_Blue_circle_div {
        padding:20px 0px 0px 0px;
    }
    .Blue_circle_div {
        padding:0px 60px 0px 60px;
        background:#1E5269;
        height:420px;
        border-radius:50%;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:0 auto;
        width:420px;
    }
    .Blue_circle_text_para {
        text-align:center;
         font-family: 'OpenSans';    
         padding: 98px 0px 0px 0px;
    }
    .Blue_cicle_yellow_text {
        font-family: 'OPENSANS-BOLD';
        color:#E89D10;
        font-size:36px;
    }
    .Blue_circle_white_text_regular {
        font-size:31px;
        color:#fff;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_bold {
        color:#fff;
        font-family: 'OPENSANS-BOLD';
        font-size:36px;
    }
    .Blue_circle_white_text_and {
        color:#fff;
        font-size:24px;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_big {
        font-size:36px;
        font-family: 'OpenSans';
        color:#fff;
    }
    .Blue_color_marron_text {
        font-size:36px;
        color:#B51D55;
        font-family: 'OPENSANS-BOLD';
    }
     .Main_Footer {
        padding:20px 0px 0px 0px;
        background:#5f4e3f;height:126px;
    }
    .Main_Footer_copyright {
        margin: 65px 0px 0px 0px;
    }
    .Three_link_div {
        display: flex;float:right;margin: 69px -290px 0px 43px;
    }
     .reserach_continue {
        padding:0px 0px 0px 0px;
        font-size:40px;
        color:#40732A;
        font-weight:bold;
        text-align:center;
    }
/**/
/*End*/

    /*24_12_2022*/

    /*Comman classes*/
    .pad_img_one_reviews {
        padding-top:40px !important;
    }
     .grn_button_pad {
        padding:0px 0px 0px 105px;
    }
     .banner_ship {
        padding:30px 60px 0px 90px;
    }
    .button_adjust {
        padding: 50px 0px 50px 227px;
       
    }
    .div_width_adjust {
        width: 12.666667%;
    }
    .grey_box {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
    }

    .research {
        padding: 0px 0px 0px 765px;
        margin-bottom: -35px;
    }

    .Blue_circle_div2 {
        padding: 0px 53px 0px 53px;
        background: #1E5269;
        height: 415px;
        border-radius: 50%;
        left: 100px;
        right: 0;
        top: 40px;
        bottom: 0;
        margin: 0 auto;
        width: 415px;
    }

    .Blue_circle_text_para2 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 30px 0px 0px 0px;
    }

    .blue_para {
        font-size: 21px;
        text-align: center;
        /*font-size:21px;*/
        color: #FFFFFF;
    }

    .Blue_circle_para_main_research {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 0px;
        line-height: 2.1;
    }



    .abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abc .overbox {
            margin-top: 140px;
            position: absolute;
            top: 194px;
            left: 100px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abc:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    /*.lightboxOverlay {
   
     background-color:transparent!important;
}*/


    /*end*/

    /*Remanimg classes*/



    .img_pad {
        padding: 5px 40px 0px 40px;
    }

    .back_div {
          margin-left:10px;
        padding: 50px 50px 45px 50px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 470px;
        text-align:justify;
        height: 430px;
    }

    .div_adjust {
        padding: 0px 0px 0px 0px!important;
        width: 470px !important;
        height: 430px !important;
      
    }

    .font_adjust1 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 16px;
        color: #fff;
    }

    .font_adjust2 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 13px;
        color: #fff;
    }

    .img_dim {
        height: 350px !important;
    }

    .font_journey {
        margin-left: 450px;
        font-size: 40px;
        margin-top: 30px;
    }

    .example-image-link {
        background: none !important;
    }

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .map_img {
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        border: solid 2px #40732A;
        width: 950px!important;
        height: 500px;
    }

    .map_dim {
        margin: 0px 0px 0px 15px;
        width: 990px!important;
        height: 430px;
    }

    .back_div_next {
        margin-left: 0px;
        margin-right: 10px;
        padding: 30px 30px 44px 30px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 515px;
        text-align: justify;
        /*height: 515px;*/
        /*border:solid 10px #f2b977;*/
    }

    .div_adjust_next {
        padding: 0px 0px 0px 0px!important;
        width: 425px !important;
        height: 513px !important;
    }

    .img_dim_next {
        height: 450px !important;
        border: #7a5c4d 2px solid;
    }

    .back_div_new {
        margin-left: 13px;
        padding: 30px 50px 23px 50px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 450px;
        height: 515px;
        text-align: justify;
    }

    .div_adjust_new {
        padding: 0px 0px 0px 0px!important;
        width: 490px !important;
        height: 513px !important;
    }

    .img_dim_four {
        margin-top: 5px;
        height: 440px !important;
        width: 480px !important;
    }

    .font_journey_NEW {
        margin-left: 380px;
        font-size: 40px;
        margin-top: 30px;
    }

    .back_div_one {
        margin-left: 0px;
        padding: 30px 50px 50px 50px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 450px;
        text-align: justify;
        /*height: 540px;*/
    }

    .div_adjust_one {
        margin-left: 10px;
        padding: 0px 0px 0px 0px!important;
        width: 490px !important;
        height: 540px !important;
    }

    .map_img_shop {
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        /*border:solid 2px #40732A;*/
        width: 950px;
        height: 500px;
    }

    .map_dim_shop {
        margin-top: 5px;
        height: 440px !important;
        width: 940px !important;
    }

    .back_div_para {
        margin-left: 0px;
        padding: 25px 50px 25px 50px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 950px;
        text-align: justify;
        /*height: 150px;*/
    }

     .btn-deco:hover {
        color:#fff;
        text-decoration:none;
    }
    .btn_class {
        padding: 0px 0px 0px 0px;
    }

    .btn-deco {
        display: inline-block;
        padding: 15px 36px;
        font-size: 15px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 15px;
        /*box-shadow: 0 9px #999;*/
    }

    .text_clr {
        margin-right: 40px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;
    }*/


    /*end*/

    /*end*/
    /*28_12_2022*/
    /*keyword*/

    /*Comman classes*/




    /*Remanimg classes*/

    .strip_one {
        padding: 85px 0px 0px 0px;
        width: 79%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 15px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        margin-left: 134px;
    }

    .img_logo {
        width: 325px;
        height: 220px;
    }

    .img_logo_dim {
        padding: 0px 0px 0px 0px;
        border: #fbfbfa solid 2px;
        border-radius: 10px;
        width: 330px;
        height: 230px;
    }

    .key_pad {
        margin-left: 20px;
        padding: 0px 90px 0px 0px;
    }

    .font_justify_one {
        font-size: 45px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        /*text-align: justify;*/
    }

    .font_justify_two {
        font-size: 14px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0px;
        font-family: OpenSans-Regular;
        text-align: justify;
    }

    .font_justify_four {
        font-size: 45px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
    }

    .img_left {
        margin-left: 120px;
    }

    /*29-12-2022*/
    /*oral history css*/

    /*Comman classes*/




    /*Remanimg classes*/
    .vedio_pad {
        padding: 58px 0px 0px 20px;
        margin-left: -15px;
    }

    .text_div {
        margin-top: -288px;
        margin-left: 400px;
        text-align: justify;
        padding: 10px 80px 0px 40px;
        letter-spacing: normal;
        line-height: normal;
    }

    .back_color {
        background-color: #fff;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 15px;
        width: 100%;
        max-width: 1003px;
        background-color: #fff;
    }

    .strip_two {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 11px 19px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        /*margin-left: -15px;*/
    }

    .btn-deco-green {
        display: inline-block;
        padding: 15px 36px;
        font-size: 31px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_green {
        color: #FFF094;
        font-size: 14px;
    }

    .btn-deco-green {
        height: 70px;
        width: 355px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
    }

        .btn-deco-green:hover span {
            text-transform: uppercase;
            content: "ORAL HISTORY CONTINUED!";
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
            /*display:none*/
        }

        /*.btn-deco-green:hover {
    
  content:"ORAL HISTORY CONTINUED!";
   font-family:OpenSans-Regular;
  font-style:italic;
   color: #FFF094;
}*/

        .btn-deco-green:hover {
            background-color: #1B5B3F;
        }

    /*oral history 2 css*/
    .vedio_pad_two {
        padding: 58px 0px 0px 18px;
        margin-left: -15px;
    }

    .text_div_two {
        margin-top: -288px;
        margin-left: 400px;
        text-align: justify;
        padding: 10px 80px 0px 40px;
        letter-spacing: normal;
        line-height: normal;
    }


    .strip_three {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
    }

    .video_adjust {
        width: 420px;
        height: 257px;
    }

    .top_pad {
        padding-top: 20px;
    }
    /*narratives*/
    .narratives {
        padding: 15px 0px 0px 25px;
    }

    .narrative_vedio_width {
        width: 518px;
        height: 292px;
    }

    .indian {
        margin-bottom: 3px;
    }

    .content_narratives {
        padding: 60px 0px 0px 8px;
        text-align: left;
    }

    .edward {
        padding: 0px 35px 0px 5px;
    }

    .strip_four {
        padding: 80px 0px 0px 0px;
        width: 98%;
        position: relative;
        top: -97%;
        height: 13px;
        background-image: linear-gradient(313deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(43deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        margin-left: 10px;
        margin-top: -25px;
    }

    .back_color_narratives {
        background-color: #fff;
        padding: 0px;
        margin: 0px 0px 0px 30px;
        width: 100%;
        max-width: 985px;
        margin-top: 20px;
    }
    /*button*/
    .btn-deco-small {
        display: inline-block;
        padding: 15px 36px;
        font-size: 28px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_small {
        color: #FFF094;
        font-size: 12px;
    }

    .btn-deco-small {
        height: 40px;
        width: 200px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
    }

        .btn-deco-small:hover span {
            text-transform: uppercase;
            font-size: 9px;
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
        }



        .btn-deco-small:hover {
            background-color: #1B5B3F;
        }


    /*30-12-2022
page learning*/
     .ORAL_div_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 160px;
    padding-left: 404px;
}
    .ORAL_div_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 180px;
    padding-left: 847px;
}
    .div_head {
        padding-left: 690px;
    }
     .ORAL_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 160px;
    padding-left: 404px;
}
    .ORAL_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 178px;
    padding-left: 847px;
}
    .ORAL_head {
        padding-left: 690px;
    }
    .logo_green {
        padding:20px 0px 20px 0px;
       text-align: -webkit-center;
    }
    .team_top_one {
        text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -200px;
    padding-left: 847px;
}
    
    .team_top_two {
        text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 170px;
    padding-left: 847px;
    }
    .team_head {
    padding-left: 815px;
}
    .learning_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 234px;
    padding-left: 404px;
}
    .learning_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 160px;
    padding-left: 847px;
}
    .learning_head {
        padding-left: 760px;
    }
      .NARRATIVES_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 259px;
    padding-left: 404px;
}
    .NARRATIVES_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 180px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        padding-left: 785px;
    }
    .MUSIC_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -80px;
        padding-left: 235px;
    }
    .STORYTELLING_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -10px;
        padding-left: 1015px;
    }


      .OBJECT_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -65px;
        padding-left: 235px;
    }

    .HANDLING_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -30px;
        padding-left: 1015px;
    }
    .WORKSHOP {
        font-size:40px;
    }
     .saree_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -30px;
        padding-left: 235px;
    }
    .school_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -25px 0px 0px -10px;
        padding-left: 1015px;
    }
    .school_two_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -80px 0px 0px 40px;
        padding-left: 235px;
    }

    .drapping_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -65px;
        padding-left: 1015px;
    }
    .bead_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 0px;
        padding-left: 235px;
    }
    .craft_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -90px;
        padding-left: 1015px;
    }

    .learning {
    }

    .yellow_circle_div {
        padding: 0px 53px 0px 53px;
        background: #e89d10;
        height: 440px;
        border-radius: 50%;
        left: 75px;
        right: 0;
        top: 20px;
        bottom: 0;
        margin: 0 auto;
        width: 440px;
    }

    .yellow_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 77px 0px 0px 0px;
        /*line-height: 2.1;*/
    }

    .text_yellow {
        padding: 0px 0px 0px 0px;
    }

    .is_text {
        padding: 0px 0px 0px 0px;
    }

    .abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abcd .overbox {
            margin-top: 140px;
            position: absolute;
            top: 193px;
            left: 117px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abcd:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_learning {
        padding: 0px 0px 0px 25px;
    }

    .font_8 {
        text-align: justify;
    }

    .yellow_content {
        text-align:center;
        font-size: 34px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .black_content {
        text-align: justify;
        font-size: 15px;
        color: #635141;
    }

    .yellow_content_two {
        text-align:center;
        font-size: 29px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .xyz {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        /*margin: 22px 0px 0px 0px;*/
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .xyz .overbox_new {
            /*margin-top: 90px;*/
            position: absolute;
            top: 329px;
            left: 5px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            /*z-index: 100;*/
            /*opacity: 0.4;*/
            width: 391px;
            /*height: 90px;*/
            padding-top: 39px;
            /*bottom: 22px;*/
        }

        .xyz:hover .overbox_new {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_new {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .img_div_women {
        padding: 0px 0px 0px 0px;
    }

    .banner_storytelling {
        padding: 0px 0px 0px 15px;
    }

    .text_set {
        text-align: left;
        margin: -25px 0px 0px 115px;
    }

    .slick-prev:hover, .slick-prev:focus {
        color: transparent !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        transition: all 0.9s ease-in-out !important;
    }

    .slick-prev {
        left: 32px !important;
    }

    .slick-prev {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 32px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        background-color: transparent !important;
        z-index: 1;
        margin-left: -14px !important;

    }

    .slick-next {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 35px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-right-arrow-32.png) !important;
        background-repeat: no-repeat !important;
        margin-right: -12px !important;
    }

        .slick-next:hover, .slick-next:focus {
            color: transparent !important;
            outline: none !important;
            background-image: url(../img/icons8-right-arrow-32.png) !important;
            transition: all 0.9s ease-in-out !important;
            /*width: 30px !important;
    height: 96px !important;*/
            top: 50% !important;
        }

    .slick-next {
        right: 23px !important;
    }

    .xyz:hover .overbox_new .Imghoverblackdv {
        -webkit-transform: scale(1);
        transform: scale(1);
    }



    .xyz .overbox_new .Imghoverblackdv {
        /*margin-top: 90px;*/
        position: absolute;
        top: 333px;
        left: 17px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /*z-index: 100;*/
        /*opacity: 0.4;*/
        width: 391px;
        /*height: 90px;*/
        padding-top: 90px;
        /*bottom: 22px;*/
    }

    .Imghoverblackdv {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -249px 0px 0px 363px;
        position: absolute;
    }

        .Imghoverblackdv:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 363px;
            position: absolute;
        }

    .Imghoverblackdv1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -249px 0px 0px 378px;
        position: absolute;
    }

        .Imghoverblackdv1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 378px;
            position: absolute;
        }

    .Imghoverblackdvprev {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -249px 0px 0px 0px;
        position: absolute;
    }

        .Imghoverblackdvprev:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 0px;
            position: absolute;
        }

    .Imghoverblackdvprev1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -249px 0px 0px 17px;
        position: absolute;
    }

        .Imghoverblackdvprev1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 17px;
            position: absolute;
        }

    .move_vid {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 687px;
            left: 15px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    .alani {
        width: 819px;
        height: 379px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider #thumbcarousel .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider {
        text-align: center;
    }

    .move_vid {
    }



    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .product-slider #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div4 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .move_vid .overbox_div_saree {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: 2px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 819px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .move_vid .overbox_div_bead {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: 0px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 410px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_bead {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_bead {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 22%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 100px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 22%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .story:hover .overbox_new_music {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .story .overbox_new_music {
        /*margin-top: 90px;*/
        position: absolute;
        top: 328px;
        left: 0px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /* z-index: 100; */
        /* opacity: 0.4; */
        width: 417px;
        height: 40px;
        padding-top: 36px;
        /* bottom: 22px;*/
    }

    .overbox_new_music {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .text_set_music {
        text-align: left;
        margin: -28px 0px 0px 90px;
    }


    /*team page*/

    .green_circle_div2 {
        padding: 0px 53px 0px 53px;
        background: #40732a;
        height: 434px;
        border-radius: 50%;
        left: 100px;
        right: 0;
        top: 22px;
        bottom: 0;
        margin: 0 auto;
        width: 434px;
    }

    .green_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 0px;
        line-height: 1.9;
    }

    a.email_rolf:hover, a.email_rolf:focus {
        color: #A9A9A9 !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.email_rolf {
        color: #A9A9A9 !important;
        text-decoration: none;
    }

    .rolf_div {
        background-color: #40732a;
        text-align: -webkit-center;
        padding: 59px 100px 258px 100px;
        line-height: 1.7;
    }

    .ROLF_KILLIUS {
        font-size: 26px; /*line-height:1em;*/
        text-align: center;
        color: #FFFFFF;
        font-family: OpenSans-Regular;
    }

    .rolf_para_one {
        font-size: 16px;
        color: #A9A9A9;
        font-family: OpenSans-Regular;
        text-align: center;
    }

    .rolf_para_two {
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
        text-align: center;
    }

    .rolf_para_three {
        text-align: center;
        text-decoration: underline;
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
    }

    .lata_div {
        background-color: #911141;
        text-align: -webkit-center;
        padding: 59px 100px 86px 100px;
    }

    .text_para_natraj {
        font-size: 20px;
        color: #B51D55;
        font-family: OpenSans-Regular;
    }

    .link_para {
        text-align: center;
        font-size: 14px;
        color: #40732A !important;
        font-weight: bold;
        text-decoration: underline;
        font-family: OpenSans-Regular;
    }

    a.link_mail:hover, a.link_mail:focus {
        color: #40732a !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.link_mail {
        color: #40732a !important;
        text-decoration: none;
    }

    .curators {
        font-size: 40px;
    }

    .square_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -40px;
        padding-left: 404px;
    }

    .flower_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -50px;
        padding-left: 847px;
    }

    .research_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -15px 0px 0px 305px;
        padding-left: 404px;
    }

    .research_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -71px 0px 0px 150px;
        padding-left: 847px;
    }

    .team_head {
        padding-left: 815px;
    }

    .reviews_banner {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        /*margin: 22px 0px 0px 0px;*/
        border-radius: 0px;
        padding: 0px 50px 0px 50px;
        /*border: 1px solid #dfdedc;*/
    }

        .reviews_banner .overbox_reviews {
            margin-top: 100px;
            position: absolute;
            top: 180px;
            left: 68px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .reviews_banner:hover .overbox_reviews {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_reviews {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .green_circle_review {
        padding: 0px 53px 0px 53px;
        background: #40732a;
        height: 400px;
        border-radius: 50%;
        left: 90px;
        right: 0;
        top: 20px;
        bottom: 0;
        margin: 0 auto;
        width: 400px;
    }

    .green_review_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 25px 0px 0px 10px;
        line-height: 1.9;
    }

    .REVIEWS_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -40px;
        padding-left: 235px;
    }

    .EXHIBITION_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -50px;
        padding-left: 1015px;
    }
    .EXHIBITION {
        font-size:40px;
    }
    .review_text_one {
        font-size:18px;  font-family: OpenSans-Regular; color:#911141;font-weight:bold;font-style:normal;
    }
     .review_text_two {
         font-weight:normal;font-style:italic;text-decoration:none;color:#A4A4A4;font-family: OpenSans-Regular;font-size:13px;text-align:justify;
    }
      .review_text_three {
          color:#635141;font-family: OpenSans-Regular;font-size:26px;
    }
       .review_text_four {
           color:#635141; font-size:13px;font-family: OpenSans-Regular;text-align:justify;
    }
    .width_one {
        width:14%;
        padding:0px;
    }
     .width_two {
        width:72%;
        padding:0px;
    }
     
    
    .Readmore {
        padding:12px 25px 12px 25px;
        color:#353131;
         background-color:#ffd45a;
          font-size: 15px;
        cursor: pointer;
      text-align:center;
         text-decoration: none;
        outline: none;
         border: none;
        border-radius: 10px;
        font-style:italic;
        transition: all 0.6s ease-in-out;
    }
        .Readmore:hover {
             text-align:center;
             color:#353131;
             background-color: rgba(255, 225, 140, 1);
             text-decoration:none;
              font-style:italic;
              transition: all 0.6s ease-in-out;
        }
    .review_top_one {
         text-align: -webkit-center;
        position: absolute;
        margin: -20px 0px 0px 220px;
        padding-left: 404px;
    }
    .review_top_two {
         text-align: -webkit-center;
        position: absolute;
        margin: -75px 0px 0px 90px;
        padding-left: 847px;
    }
    .review_head {
        padding-left:730px;
    }
     .NARRATIVES_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 160px;
    padding-left: 404px;
}
    .NARRATIVES_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 168px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        padding-left: 705px;
    }
     .keywords_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 189px;
    padding-left: 340px;
}
    .keywords_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 182px;
    padding-left: 840px;
}
    .keywords_head {
        padding-left: 700px;
    }
    .research_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -220px;
    padding-left: 847px;
}
    .research_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 145px;
    padding-left: 847px;
}
    .research_head {
    padding-left: 744px;
}
 .journey_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -24px 0px 0px 104px;
    padding-left: 235px;
}
 .the_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -81px 0px 0px -182px;
    padding-left: 1015px;
}
 .theplace_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -24px 0px 0px -26px;
    padding-left: 235px;
}
 .thepeople_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -81px 0px 0px -52px;
    padding-left: 1015px;
}
    .set_button {
        padding:40px 0px 0px 144px;
    }
    .pad_bottom {
        padding:0px 0px 20px 0px;

    }

    /*Prajyot*/
    
    /*24_12_2022*/
    /*comman classes*/

    /* btn red */
    .Exhibition_Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 414px;
        border-radius: 50%;
        left: -40px;
        right: 0;
        top: 54px;
        bottom: 0;
        margin: 0 auto;
        width: 414px;
    }

    .Exhibition_Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 59px 0px 0px 0px;
    }

    .Exhibition_Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 54px;
    }

    .Exhibition_Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 36px;
    }

    .Exhibition_Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 33px;
        font-family: 'OpenSans-Regular';
    }

    .Exhibition_Yellow_circle_white_text_big3 {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Exhibition_Yellow_color_marron_text3 {
        font-size: 44px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }

    .exhibition_circle_ship {
        background-color: #ededec;
        padding: 0px 57px 20px 0px;
    }

    .btn_deco_exhibition {
        display: inline-block;
        padding: 9px 16px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 34px;
    }

        .btn_deco_exhibition:hover {
            background-color: #8b0738;
            color: #ffffff !important;
            text-decoration: none;
        }

    .exhibition_text_clr {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        font-family: 'OpenSans-Regular';
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;*/


    .Inner_page_Yellow_circle_div {
        padding: 20px 0px 0px 0px;
    }

    .Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 414px;
        border-radius: 50%;
        left: -40px;
        right: 0;
        top: -3px;
        bottom: 0;
        margin: 0 auto;
        width: 414px;
    }

    .Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 59px 0px 0px 0px;
    }

    .Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 54px;
    }

    .Yellow_circle_white_text_regular3 {
        font-size: 31px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 36px;
    }

    .Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 33px;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_big3 {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Yellow_color_marron_text3 {
        font-size: 44px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }

    .vidofguj {
        padding: 0px 77px;
    }

    .videoofgujrat {
        width: 901px;
        height: 524px;
    }

    .exhibition_para_main {
        padding: 10px 37px;
    }


    .exhibition_abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 43px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        /*border: 1px solid #dfdedc;*/
        .exhibition_abc .overbox4 {
            margin-top: 140px;
            position: absolute;
            top: 197px;
            left: 36px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 960px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .exhibition_abc:hover .overbox4 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox4 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox3 {
        margin-top: 140px;
        position: absolute;
        top: 198px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox3 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox3 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox2 {
        margin-top: -50px;
        position: absolute;
        top: 388px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox2 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox2 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }




    .exhibition_abc .overbox1 {
        margin-top: 140px;
        position: absolute;
        top: 198px;
        left: 49px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: rgba(0,0,0,0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 957px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox1 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox1 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox {
        margin-top: 140px;
        position: absolute;
        top: 253px;
        left: 28px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 320px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_exhibition {
        margin-left: -4px;
    }

    /*.example-image-link {
        background: none !important;
    }*/

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .example-image-link:hover {
        background: rgba(255,255,255,0.5) !important;
    }

    .overbox1div {
        text-align: left;
        margin: -86px 0px 0px 43px;
    }


    /*end */
    /*remaining classes*/
    .team_partnership {
        margin-bottom: 20px;
        margin-top: -340px;
        padding-left: 35px;
    }

    .Exhibition_first_heading {
        font-size: 40px;
        color: #FFF;
    }

    .Exhibition_first_heading_sec {
        color: #E89D16;
        font-size: 40px;
    }

    .EXHIBITION {
        padding: 25px 30px 0px 420px;
    }

    .the_Exhibition_big_img {
        margin-top: 37px;
        padding-left: 77px;
    }

    /*.Carosalsliderimg {
       width:960px;
       height:428px;
       cursor:auto;
    }*/
    /*.Parya {
        overflow:hidden;
    }*/

    .product-slider_1 {
        /*padding: 45px;*/
    }

        .product-slider_1 #carousel { /*border: 4px solid #1089c0*/
            margin: 0px 0px 20px 0px;
        }

        .product-slider_1 #thumbcarousel {
            margin: -16px 0px 0px 0px;
            padding: 0 0px;
        }

            .product-slider_1 #thumbcarousel .item {
                text-align: center;
            }

                .product-slider_1 #thumbcarousel .item .thumb { /*border: 4px solid #cecece*/
                    width: 20%; /*margin: 0 2%*/
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    max-width: 72px;
                }

                    .product-slider_1 #thumbcarousel .item .thumb:hover {
                        border-color: #1089c0;
                    }

        .product-slider_1 .item img {
            width: 100%;
            height: auto;
        }

    .carousel-control {
        color: #0284b8;
        text-align: center;
        text-shadow: none;
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 20px;
        top: 23%;
    }

    .showing {
        border: 1px solid red;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
        background: #7a5c4d;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
    }

    .carousel-caption, .carousel-control .fa {
        font: normal normal normal 30px/26px FontAwesome;
    }

    .carousel-control {
        background-color: rgba(0, 0, 0, 0);
        bottom: auto;
        font-size: 20px;
        left: 0;
        position: absolute;
        top: 30%;
        width: auto;
    }

        .carousel-control.right, .carousel-control.left {
            background-color: rgba(0, 0, 0, 0);
            background-image: none;
        }

    /*.thumb {
filter:grayscale(100%);
}
.thumb.active {
filter:grayscale(0%);
}*/
    /*end*/
    .wrap {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        transform: rotate(45deg);
        border: 15px solid gainsboro;
    }


        .wrap img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 319px;
            margin-top: 15px;
        }

    .title-wrap {
        width: 100%;
        text-align: center;
    }

    .travel-title {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        color: red;
        font-weight: bold;
        font-size: 30px;
        transform: rotate(-45deg);
    }

    .wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        transform: rotate(45deg);
        /*border: 15px solid gainsboro;*/
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 4px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap1 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 269px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 58px;
            /*padding: 20px 10px 10px 0px;*/
        }
    /*.wrap1:hover {
    background-color:white;
   opacity:0.75px;
    }
.Travelling_obj_pot:hover {
background-color:white;
}*/
    .Travelling_obj_pot:hover {
        background-color: #03476d;
        text-decoration: none;
        color: #fff;
        transition: all 0.6s ease-in-out;
    }

    .wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 40px;
        position: inherit;
        left: -8px;
        top: -2px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 4px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 4px solid gainsboro;
        border-left: 8px solid gainsboro;
    }



        .wrap2 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 288px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 35px;
            /*padding: 20px 10px 10px 0px;*/
        }

    .wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: 0px;
        left: -15px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 4px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }


        .wrap3 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 356px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 10px;
            /*padding: 32px 10px 0px 0px;*/
        }

    .wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -161px;
        left: 135px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 4px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 4px solid gainsboro;
    }

        .wrap4 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 258px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 49px;
        }
    /*padding: 20px 10px 10px 0px;
}*/
    .wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        top: -160px;
        left: 127px;
        transform: rotate(45deg);
        position: inherit;
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 4px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 4px solid gainsboro;
    }

        .wrap5 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 291px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 35px;
        }

    .wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        position: inherit;
        top: -309px;
        left: 5px;
        margin: 39px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap6 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 291px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 35px;
        }

    .wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        position: inherit;
        top: -309px;
        left: -8px;
        margin: 39px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap7 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 35px;
        }

    .wrap8 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        top: -307px;
        left: -17px;
        position: inherit;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap8 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap9 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        position: inherit;
        top: -454px;
        left: 137px;
        margin: 39px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap9 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap10 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -454px;
        left: 126px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap10 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap11 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -600px;
        left: 6px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap11 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap12 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -602px;
        left: -7px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap12 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap13 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -599px;
        left: -19px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap13 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap14 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -341px;
        left: -6px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap14 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 324px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 12px;
        }

    .wrap15 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -341px;
        left: -19px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap15 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 324px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 12px;
        }


    .wrap16 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -342px;
        left: -31px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap16 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 251px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 50px;
        }

    .wrap17 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -487px;
        left: 126px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap17 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 251px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 50px;
        }

    .wrap18 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -487px;
        left: 113px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap18 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 344px;
            width: 243px!important;
            max-width: 142%!important;
            margin-top: -6px;
            padding: 32px 0px 0px 0px;
        }

    .wrap19 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -633px;
        left: -7px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap19 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 266px;
            width: 285px!important;
            max-width: 147%!important;
            margin-top: 57px;
            padding: 0px 0px 0px 0px;
        }

    .wrap20 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -632px;
        left: -20px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap20 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 302px;
            width: 261px!important;
            max-width: 158%!important;
            margin-top: 43px;
        }

    .wrap21 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -634px;
        left: -32px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap21 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 344px;
            width: 243px!important;
            max-width: 142%!important;
            margin-top: -6px;
            padding: 32px 0px 0px 0px;
        }

    .exhibition_para {
        background-color: #f2b977;
        font-family: OpenSans-Regular;
        border-radius: 20px;
        padding: 41px 20px;
    }

    .Trav_obj_first_heading_sec {
        font-size: 40px;
        color: #FFF;
    }

    .Trav_obj_first_heading {
        color: #E89D16;
        font-size: 40px;
        font-weight: bold;
    }

    .hoveff:hover {
        background-color: white;
        opacity: 0.3;
    }

    /*blue circle*/
    .blue_circle_div3 {
        padding: 0px 60px 0px 61px;
        background: #1e5269;
        height: 383px;
        border-radius: 50%;
        left: -40px;
        right: 0px;
        top: 19px;
        bottom: 0;
        margin: 0 auto;
        width: 383px;
    }

    .blue_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #e89d10;
        font-size: 54px;
    }

    .blue_circle_white_text_and3 {
        font-family: 'OpenSans-Regular';
        color: #ffffff;
        font-size: 54px;
    }

    .ship_team {
        padding: 41px 48px 30px 89px;
    }

    .ship_img_team {
        padding: 0px 0px 1px 30px;
    }

    .logo_team {
        padding: 9px 0px 0px 245px;
    }

    .logo_team1 {
        padding: 0px 0px 0px 89px;
    }

    .logo_team2 {
        padding: 31px 33px 0px 0px;
    }

    .dyamand_arng {
        /*padding: 65px 0px 0px 0px;
    position: absolute;*/
        padding: 20px 0px 0px 19px;
    }


    .dyamand_arng1 {
        padding: 0px 0px 0px 19px;
    }

    .btn_1 {
        margin-top: -573px;
        padding-left: 583px;
    }

    .EXHIBITION_textile_brown_line {
        margin-top: -514px;
        text-align: center; /*padding: 31px 13px 4px 275px; background-color: #635141; height: 110px*/
        padding: 0px;
        position: relative;
        width: 100%;
    }

    .EXHIBITION_textile_brown_line2 {
        /*padding: 21px 50px 10px 234px*/ /*background-color: #635141; height: 110px;*/
        position: relative;
        width: 100%;
        margin-top: -499px;
        margin-bottom: 10px;
        padding: 0px;
    }

    .btn_2 {
        margin-top: -595px;
        padding-left: 570px;
    }

    .contact_div {
        background-color: #345726;
        padding: 0px;
    }

    .contact_div1 {
        background-color: #e89d10;
        padding: 0px;
    }

    .contact_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 185px 0px 0px;
    }

        .contact_abcd .overbox5 {
            margin-top: 140px;
            position: absolute;
            top: 208px;
            left: 30px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .contact_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .contact_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #e89d10;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
        /*padding: 12px 10px 10px 182px;*/
        /*font-family:'OpenSans-Regular';*/
    }

    .contact_white {
        font-family: 'LuloCleanW01OneBold';
        color: #ffffff;
        font-size: 38px;
        line-height: 1em;
        letter-spacing: 0.1em;
        /*padding: 12px 10px 10px 182px;*/
    }

    .contact_para {
        padding-top: 101px;
        text-align: center;
    }

    .white_strip {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 285px;
    }

    .white_strip1 {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 305px;
    }

    .color_11 {
        color: #ffffff;
        text-decoration: none;
    }

    .TELL_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #345726;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
    }

    .enquiry-textbox1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 4px 5px;
        margin-bottom: 4px;
        width: 212px;
    }

    .enquiry-textbox2 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 1px 5px;
        /* margin-bottom: 5px; */
        width: 208px;
        height: 99px;
    }

    .enquiry-btn1 {
        background-color: black;
        /* padding-right: 50px; */
        margin-right: 50px;
        color: white;
        margin-left: 146px;
        margin-top: 3px;
    }


    .imgCaptcha {
        border: 1px solid black;
        background-color: #e89d10;
        /* padding: 4px 5px; */
        /* margin-bottom: 5px; */
        width: 212px;
        height: 32px;
        margin: -1px 0px 0px 60px;
    }

    .imgCaptcha1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 5px 5px;
        /* margin-bottom: 5px; */
        width: 209px;
        margin: -1px 1px 2px -15px;
    }

    ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
        color: white;
    }



    .flower_img_EXHIBITION {
        text-align: -webkit-center;
        padding: 79px 0px 33px 0px;
    }

    .square_img_dyamand_last {
        text-align: -webkit-center;
        padding-bottom: 36px;
    }

    .TheExibtion_Silder_car_New_div {
        width: 960px;
        height: 428px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: TheExibtion_Silder_car_New_div 05s ease-out infinite;
    }

    @keyframes TheExibtion_Silder_car_New_div {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }






    /*    TEXTILE PAGE CSSS  */
    /*comman class for textile page*/

    .move_vid_textile {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid_textile .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 687px;
            left: 15px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid_textile:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .alani_prajyot {
        width: 819px;
        height: 379px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider_1 #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider_1 {
        text-align: center;
        /*margin-bottom: 40px;*/
    }

    .textile_Sari_Exhibition {
        padding: 20px 0px 0px 0px;
        background-color: #ededec;
    }

    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .move_vid_textile .overbox_div_saree {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: -7px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 819px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .textile_Embroidery_workshop {
        padding: 20px 0px 0px 0px;
        background-color: #ededec;
    }

    .move_vid_textile:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    /*differnt classes*/
    .Pink_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #911141;
        height: 440px;
        border-radius: 50%;
        left: 159px;
        right: 0;
        top: 15px;
        bottom: 0;
        margin: 0 auto;
        width: 440px;
    }

    .pink_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #E89D16;
        font-size: 54px;
    }

    .Pink_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 69px 0px 0px 0px;
    }

    .banner_ship2 {
        padding: 13px 0px 15px 24px;
    }


    .learing_img {
        width: 100%;
        max-width: 432px!important;
    }

  /*.textile_heading_div {
        background-color: #ededec;
        padding-top: 29px;
        padding-bottom: 10px;
    }*/

    .textile_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 185px 0px 0px;
    }

        .textile_abcd .overbox5 {
            margin-top: 140px;
            position: absolute;
            top: 182px;
            left: 4px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .textile_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .pink_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 34px;
    }

    .pink_circle_white_text_and3 {
        color: #fff;
        font-size: 34px;
        font-family: 'OpenSans-Regular';
    }


    .first_textile_div {
        padding-bottom: 40px;
        background-color: #ededec;
    }

    .textile_heading_div {
        background-color: #ededec;
        padding-top: 29px;
        padding-bottom: 10px;
    }

    .textile_wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 272px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .textile_wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 282px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 50px;
        }

    .textile_wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 264px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .textile_wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 279px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .textile_wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 279px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .textile_wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left:16px solid gainsboro;
    }

        .textile_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 279px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .textile_wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 210px;
        height: 210px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 16px solid gainsboro;
        border-top: 16px solid gainsboro;
        border-right: 16px solid gainsboro;
        border-left: 16px solid gainsboro;
    }

        .textile_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 264px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .dyamand_shape_img_first {
        padding-left: 38px !important;
    }

    .dyamand_shape_img_sec {
        margin-left: -34px;
    }
    .dyamand_shape_img_sec_sec {
    padding:0px;

    }

    .textile_dyamand_arng1 {
        padding: 0px 0px 0px 33px;
        position: relative;
        margin-top: -73px;
    }

    .dyamand_shape_img_three {
        padding: 0px 0px 0px 54px;
    }

    .dyamand_shape_img_four {
        padding: 0px 0px 0px 17px;
    }


    /*textile page*/

    .grey_box_brown {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
        /*margin-bottom: 20px;*/
    }

    .vimeo_exhibition {
        padding: 30px 0px 20px 0px;
        background-color: #ededec;
    }

    .exhibition_yello_text {
        padding: 0px;
        background-color: #ededec;
    }

    .textile_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 204px;
        padding-left: 138px;
    }

    .textile_small_lat {
        color: #FFFFFF;
        /*color: rgb(232, 157, 16);*/
        font-family: OpenSans-Regular;
        font-size: 40px;
    }

    .the_img_textile {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -213px;
        padding-left: 1033px;
    }
     .textile_img_sec_div {
      text-align: -webkit-center;
        position: absolute; 
        margin: -24px 0px 0px 130px;
        padding-left: 176px;
    }
     .the_img_textile_sec_div {
      text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -221px;
        padding-left: 1069px;
    }
      .the_img_textile_team_sec_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -217px;
        padding-left: 1069px;
    }
    .TEXTILE_cap_lat {
        color: rgb(232, 157, 16);
        font-family: OpenSans-Bold;
        font-size: 40px;
    }
     

    .textile_top_one {
        /*text-align: -webkit-center;*/
        position: absolute;
        margin: -15px 0px 0px 276px;
        padding-left: 341px;
    }

    .the_img_textile_of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -227px;
        padding-left: 1122px;
    }

    .textile_img_Of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 121px;
        padding-left: 138px;
    }

    .object_sec_latter {
    }

    .textile_head {
        padding-left: 740px;
    }

    .textile_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -71px 0px 0px 241px;
        padding-left: 717px;
    }


    .textile_dyamand_arng {
        padding: 65px 0px 0px 0px;
        position: relative;
        /*background-color: #ededec;*/
    }

    .textile_dyamand_img_2 {
        background-color: #ededec;
        padding: 0px 0px 38px 0px;
    }

    .textile_dyamand_arng2 {
        margin-top: -76px;
        position: relative;
    }

    .dyamand_shape_img_five {
        padding: 0px 0px 0px 34px;
    }

    .dyamand_shape_img_six {
        margin-left: -2px;
    }

    .dyamand_shape_img_sevan {
        margin-left: -36px;
    }

    .textile_sari_of_gujrat {
        background-color: #ededec;
        padding-bottom: 65px !important;
    }


    .textile_para {
        font-size: 15px;
        color: #635141;
        text-align: justify;
    }

    .text_para_saree {
        padding: 72px 0px 0px 0px;
        background-color: #ededec;
    }

    .textile_video {
        text-align: -webkit-center;
        padding: 10px;
        background-color: #ededec;
    }

    .green_text_textile {
        font-size: 24px;
        color: #40732A;
        font-weight: bold;
    }

    .video_text_textile {
        text-align: center;
        background-color: #ededec;
    }

    .avisual_para {
        padding: 60px 10px 10px 10px;
        background-color: #ededec;
    }

    .saree_exhibition_pink {
        text-align: center;
        padding: 15px 0px 30px 0px;
        font-weight: bold;
        color: #B51D55;
        font-size: 17px;
        background-color: #ededec;
    }

    .banner_ship5 {
        border: 5px solid red;
    }


    object_first_headding_para {
        font-size: 40px;
        color: #E89D10;
        font-family: 'OpenSans-bold';
    }

    .object_button_red {
        background-color: #ededec;
    }

    .object_dyamand_shape_img_bg {
        background-color: #ededec;
        padding: 0px 0px 39px 0px;
    }

    .overbox_object {
        background-color: white;
    }

    .travling_object_first_div {
        background-color: #ededec;
        padding: 0px 0px 48px 0px;
    }

    .travelling_object_hightext {
        background-color: #ededec;
    }

    .object_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px -240px;
        padding-left: 847px;
    }

    .object_head {
        padding-left: 680px;
    }

    .object_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 219px;
        padding-left: 847px;
    }

    .object_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 104px;
        padding-left: 235px;
    }

    ._object_the_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -182px;
        padding-left: 1015px;
    }

    .objects_img_para {
        font-size: 14px;
        font-family: 'OpenSans-Regular';
        text-align: center;
        color: #635141;
        padding: 10px;
    }

    .banner_ship3 {
        padding: 0px;
        border: 4px solid #635141;
        height: auto;
    }

    .object_img_back {
        padding: 0px;
        background: #fff;
        border: 4px solid #635141;
    }

    .object_big_text {
        font-size: 24px;
        color: #635141;
        text-align: justify;
    }

    .object_dyamand_arng {
        position: relative;
        padding: 65px 0px 0px 0px;
    }

    .object_dyamand_shape_img_sec {
        /*padding-left: 41px !important;*/
        padding: 0px 0px 0px 21px;
    }

    .object_dyamand_shape_img_first {
        padding: 0px 0px 0px 19px;
    }

    .object_dyamand_shape_img_third {
        /*margin-left: -19px;*/
        padding: 0px 0px 0px 21px;
    }

    .object_wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap8 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap8 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_dyamand_arng1 {
        padding: 0px 0px 0px 48px;
        position: relative;
        margin-top: -77px;
    }

    .object_dyamand_shape_img_four {
        padding: 0px 0px 0px 37px;
    }

    .object_dyamand_shape_img_five {
        padding: 0px 0px 0px 49px;
    }

    .object_dyamand_arng2 {
        position: relative;
        margin-top: -77px;
    }

    .object_dyamand_shape_img_six {
        padding: 0px 0px 0px 9px;
    }

    .object_dyamand_shape_img_seven {
        padding: 0px 0px 0px 22px;
        margin-left: -4px;
    }

    .object_dyamand_shape_img_eight {
        /*margin-left: -11px;*/
        padding: 0px 0px 0px 30px;
    }

    .obj_list_button {
        text-align: center;
        padding: 40px;
    }
    /*OBJECT END*/
    /*travelling objects list start*/
    .object_list_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px -220px;
        padding-left: 614px;
    }

    .object_list_head {
        padding-left: 487px;
    }

    .object_list_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 293px;
        padding-left: 709px;
    }

    .orenge_headline {
        font-size: 23px;
        font-family: 'OpenSans-Regular';
        color: #E89D10;
        line-height: 30px;
    }

    .green_headline {
        color: #40732A;
        font-size: 17px;
        font-family: 'OpenSans-Regular';
        line-height: 40px;
    }

    .black_headline {
        font-size: 13px;
        font-family: 'OpenSans-Regular';
        text-align: justify;
    }

    .list_one {
        width: 14% !important;
    }

    .list_two {
        width: 72%;
    }

    .list_three {
        /*width: 34.666667%;*/
    }

    .list_obt_text_para {
        margin-left: -60px !important;
        /*width:37.3336px;*/
        padding: 5px 0px 5px 29px;
        width: 63.333333% !important;
    }

    .list_box_object {
        padding: 0px 0px 60px 0px;
        background-color: #ededec;
    }








    /*CONTACT START
    */

    .Blue_circle_div__contact {
        padding: 0px 56px 0px 56px;
        background: #1E5269;
        height: 420px;
        border-radius: 50%;
        left: -47px;
        right: 0;
        top: -9px;
        bottom: 0;
        margin: 0 auto;
        width: 420px;
    }

    .Blue_circle_text_para__contact {
        text-align: center;
        font-family: 'OpenSans-Regular';
        padding: 87px 0px 0px 0px;
    }

    .Blue_cicle_yellow_text__contact {
        font-family: 'OPENSANS-BOLD';
        color: #E89D10;
        font-size: 36px;
    }

    .Blue_circle_white_text_regular__contact {
        font-size: 31px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_bold__contact {
        color: #fff;
        font-family: 'OPENSANS-BOLD';
        font-size: 36px;
    }

    .Blue_circle_white_text_and__contact {
        color: #fff;
        font-size: 24px;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_big__contact {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Blue_color_marron_text__contact {
        font-size: 36px;
        color: #B51D55;
        font-family: 'OPENSANS-BOLD';
    }

    .contact_main_page {
        /*margin-top: 8px;*/
        padding: 0px 0px 22px 0px;
        background-color: #ededec;
    }

    .blue_circle_div3__contact {
        padding: 10px 0px 0px 0px;
    }

/*End*/
   
}

@media only screen and (min-width: 1024px) and (max-width:1279px) {
     .Review_pg_txt_css2 {
        text-align: center;
        padding:0px !important;

    }
    .Review_pg_txt_css3 {
        margin: -81px 64px 0px 0px !important;
        padding-left: 0px !important;
        float: right;
        position:  initial !important;
    }

/* Header & Footer*/
.Main_header {
        padding:25px 0px 0px 0px;background:#5f4e3f;height:176px;
    }
    .Header_gujrati_yatra_div {
        position:absolute;
    }
    
    .Header_text_head {
        font-family:OPENSANS-BOLD;
        font-size:49px;
        line-height:1.4;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
        color:#E09200;
        font-weight:bold;
        letter-spacing: 5px;
        margin:0px;
    }
    .Header_Journey_text {
        font-size:20px;
        color:#EDEDEC;
        font-family:OpenSans;
        letter-spacing: 2px;
        padding-left:79px;
        margin:0px;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
    }

    .Header_logo_div {
        float: right;
        position:relative;
        margin: -27px -90px 0px 0px;
    }


/*Navigation bar*/
    .footer_two {
        width:3%;
        
    }
    .footer_copyright {
        padding:0px 0px 0px 14px;
    }
    .nav_adjust {
        width:5%;
    }

    .green_strip_width {
        width:900px;
    }
.navbar-div {
    height: 0px;
    border-top: 1px solid #40732a;
    cursor: pointer;
    /*margin-left:30px;*/

}
    .navbar {
       
        min-height: 48px !important;
    }
.menu-bg-color {
    position: absolute;
    top: 0px;
    color: #fff;
    z-index: 1;
}
.navbar-inverse {
    background-color:#5f4e3f !important;
    border: none !important;
    color: #fff;
    border-radius: 0px;
    height: 31px;

}
.navbar-nav {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /*/*margin-left:-40px;*/
}
    .container-fluid {
        padding:0px !important;
    }
#myNavbar ul li.active a {
    color: #ed1566 !important;
   
    font-weight: normal;
}
.navbar-nav > li > a {
    color: #df9d2a !important;
    line-height: 48px;
    padding: 10px 7px 10px 8px;
    font-size: 14px;
    text-align:center;
   font-family:OpenSans;
    font-weight: normal;
    outline: 0;
    box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
  
}
    /*.navbar-nav > li > a:hover {
         color: #ed1566 !important;
         box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    }*/

 .hvr-bounce-to-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        transition-duration: 0.7s;
    }

        .hvr-bounce-to-bottom:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: -2px;
            left: 0;
            right: 0;
            bottom: 66px;
            background: #fff;
            -webkit-transform: scaleY(0);
            -moz-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transition-property: transform;
            -moz-transition-property: transform;
            transition-property: transform;
           
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
             color: #ed1566 !important;
              box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
        }

            .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
                -webkit-transform: scaleY(1);
                -moz-transform: scaleY(1);
                transform: scaleY(1);
                -webkit-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                -moz-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
            }

    .Inner_page_Blue_circle_div {
        padding:20px 0px 0px 0px;
    }
    .Blue_circle_div {
        padding:0px 60px 0px 60px;
        background:#1E5269;
        height:420px;
        border-radius:50%;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:0 auto;
        width:420px;
    }
    .Blue_circle_text_para {
        text-align:center;
         font-family: 'OpenSans';    
         padding: 98px 0px 0px 0px;
    }
    .Blue_cicle_yellow_text {
        font-family: 'OPENSANS-BOLD';
        color:#E89D10;
        font-size:36px;
    }
    .Blue_circle_white_text_regular {
        font-size:31px;
        color:#fff;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_bold {
        color:#fff;
        font-family: 'OPENSANS-BOLD';
        font-size:36px;
    }
    .Blue_circle_white_text_and {
        color:#fff;
        font-size:24px;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_big {
        font-size:36px;
        font-family: 'OpenSans';
        color:#fff;
    }
    .Blue_color_marron_text {
        font-size:36px;
        color:#B51D55;
        font-family: 'OPENSANS-BOLD';
    }
     .Main_Footer {
        padding:20px 0px 0px 0px;
        background:#5f4e3f;height:126px;
    }
    .Main_Footer_copyright {
        margin: 65px 0px 0px 0px;
    }
    .Three_link_div {
        display: flex;float:right;margin: 69px -290px 0px 43px;
    }
     .reserach_continue {
        padding:0px 0px 0px 0px;
        font-size:40px;
        color:#40732A;
        font-weight:bold;
        text-align:center;
    }
/**/
/*End*/

    /*24_12_2022*/

    /*Comman classes*/
    .grn_button_pad {
        padding:0px 0px 0px 50px;
    }
    .two_div_manage {
        padding:0px;
    }
    .ban_adjust_one {
        width:6%;
    }
     .banner_ship {
        /*padding:0px 95px 0px 180px;*/
        padding:0px 0px 0px 20px !important;
    }
    .button_adjust {
        padding: 50px 0px 50px 90px;
       
    }
    .div_width_adjust {
        width: 3.666667%;
    }
    .grey_box {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
    }

    .research {
        padding: 0px 0px 0px 765px;
        margin-bottom: -35px;
    }

    .Blue_circle_div2 {
        padding: 0px 53px 0px 53px;
        background: #1E5269;
        height: 415px;
        border-radius: 50%;
        left: 0px;
        right: 0;
        top: 40px;
        bottom: 0;
        margin: 0 auto;
        width: 415px;
    }

    .Blue_circle_text_para2 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 30px 0px 0px 0px;
    }

    .blue_para {
        font-size: 21px;
        text-align: center;
        /*font-size:21px;*/
        color: #FFFFFF;
    }

    .Blue_circle_para_main_research {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 0px;
        line-height: 2.1;
    }



    .abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abc .overbox {
            margin-top: 140px;
            position: absolute;
            top: 194px;
            left: 50px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abc:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    /*.lightboxOverlay {
   
     background-color:transparent!important;
}*/


    /*end*/

    /*Remanimg classes*/



    .img_pad {
        padding: 5px 40px 0px 40px;
    }

    .back_div {
          margin-left:10px;
        padding: 50px 50px 45px 50px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 470px;
        text-align:justify;
        height: 430px;
    }

    .div_adjust {
        padding: 0px 0px 0px 0px!important;
        width: 470px !important;
        height: 430px !important;
      
    }

    .font_adjust1 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 16px;
        color: #fff;
    }

    .font_adjust2 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 13px;
        color: #fff;
    }

    .img_dim {
        height: 350px !important;
    }

    .font_journey {
        margin-left: 450px;
        font-size: 40px;
        margin-top: 30px;
    }

    .example-image-link {
        background: none !important;
    }

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .map_img {
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        border: solid 2px #40732A;
        width: 950px!important;
        height: 500px;
    }

    .map_dim {
        margin: 0px 0px 0px 15px;
        width: 990px!important;
        height: 430px;
    }

    .back_div_next {
        margin-left: 0px;
        margin-right: 10px;
        padding: 30px 30px 44px 30px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 515px;
        text-align: justify;
        /*height: 515px;*/
        /*border:solid 10px #f2b977;*/
    }

    .div_adjust_next {
        padding: 0px 0px 0px 0px!important;
        width: 425px !important;
        height: 513px !important;
    }

    .img_dim_next {
        height: 450px !important;
        border: #7a5c4d 2px solid;
    }

    .back_div_new {
        margin-left: 13px;
        padding: 30px 50px 23px 50px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 450px;
        height: 515px;
        text-align: justify;
    }

    .div_adjust_new {
        padding: 0px 0px 0px 0px!important;
        width: 490px !important;
        height: 513px !important;
    }

    .img_dim_four {
        margin-top: 5px;
        height: 440px !important;
        width: 480px !important;
    }

    .font_journey_NEW {
        margin-left: 380px;
        font-size: 40px;
        margin-top: 30px;
    }

    .back_div_one {
        margin-left: 0px;
        padding: 30px 50px 50px 50px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 450px;
        text-align: justify;
        /*height: 540px;*/
    }

    .div_adjust_one {
        margin-left: 10px;
        padding: 0px 0px 0px 0px!important;
        width: 490px !important;
        height: 540px !important;
    }

    .map_img_shop {
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        /*border:solid 2px #40732A;*/
        width: 950px;
        height: 500px;
    }

    .map_dim_shop {
        margin-top: 5px;
        height: 440px !important;
        width: 940px !important;
    }

    .back_div_para {
        margin-left: 0px;
        padding: 25px 50px 25px 50px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 950px;
        text-align: justify;
        /*height: 150px;*/
    }

     .btn-deco:hover {
        color:#fff;
        text-decoration:none;
    }
    .btn_class {
        padding: 0px 0px 0px 0px;
    }

    .btn-deco {
        display: inline-block;
        padding: 15px 36px;
        font-size: 15px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 15px;
        /*box-shadow: 0 9px #999;*/
    }

    .text_clr {
        margin-right: 40px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;
    }*/


    /*end*/

    /*end*/
    /*28_12_2022*/
    /*keyword*/

    /*Comman classes*/




    /*Remanimg classes*/

    .strip_one {
        padding: 85px 0px 0px 0px;
        width: 92%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 15px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        margin-left: 35px;
    }

    .img_logo {
        width: 325px;
        height: 220px;
    }

    .img_logo_dim {
        padding: 0px 0px 0px 0px;
        border: #fbfbfa solid 2px;
        border-radius: 10px;
        width: 330px;
        height: 230px;
    }

    .key_pad {
        margin-left: 20px;
    }

    .font_justify_one {
        font-size: 45px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        /*text-align: justify;*/
    }

    .font_justify_two {
        font-size: 14px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0px;
        font-family: OpenSans-Regular;
        text-align: justify;
    }

    .font_justify_four {
        font-size: 45px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
    }

    .img_left {
        padding:0px;
        /*margin-left: 160px;*/
    }

    /*29-12-2022*/
    /*oral history css*/

    /*Comman classes*/




    /*Remanimg classes*/
    .logo_pad {
        padding:0px 0px 0px 50px;
    }
    .vedio_pad {
        padding: 58px 0px 0px 20px;
        margin-left: -15px;
    }

    .text_div {
        margin-top: -288px;
        margin-left: 345px;
        text-align: justify;
        padding: 10px 35px 0px 40px;
        letter-spacing: normal;
        line-height: normal;
    }

    .back_color {
        background-color: #fff;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        width: 100%;
        max-width: 1003px;
        background-color: #fff;
    }

    .strip_two {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 11px 19px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        /*margin-left: -15px;*/
    }

    .btn-deco-green {
        display: inline-block;
        padding: 15px 36px;
        font-size: 31px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_green {
        color: #FFF094;
        font-size: 14px;
    }

    .btn-deco-green {
        height: 70px;
        width: 355px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
    }

        .btn-deco-green:hover span {
            text-transform: uppercase;
            content: "ORAL HISTORY CONTINUED!";
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
            /*display:none*/
        }

        /*.btn-deco-green:hover {
    
  content:"ORAL HISTORY CONTINUED!";
   font-family:OpenSans-Regular;
  font-style:italic;
   color: #FFF094;
}*/

        .btn-deco-green:hover {
            background-color: #1B5B3F;
        }

    /*oral history 2 css*/
    .vedio_pad_two {
        padding: 58px 0px 0px 18px;
        margin-left: -15px;
    }

    .text_div_two {
        margin-top: -288px;
        margin-left: 345px;
        text-align: justify;
        padding: 10px 40px 0px 40px;
        letter-spacing: normal;
        line-height: normal;
    }


    .strip_three {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
    }

    .video_adjust {
        width: 360px;
        height: 257px;
    }

    .top_pad {
        padding-top: 20px;
    }
    /*narratives*/
    .narratives {
        padding: 15px 0px 0px 25px;
    }

    .narrative_vedio_width {
        width: 518px;
        height: 292px;
    }

    .indian {
        margin-bottom: 3px;
    }

    .content_narratives {
        padding: 60px 0px 0px 8px;
        text-align: left;
    }

    .edward {
        padding: 0px 35px 0px 5px;
    }

    .strip_four {
        padding: 80px 0px 0px 0px;
        width: 98%;
        position: relative;
        top: -97%;
        height: 13px;
        background-image: linear-gradient(313deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(43deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        margin-left: 10px;
        margin-top: -25px;
    }

    .back_color_narratives {
        background-color: #fff;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        width: 100%;
        max-width: 985px;
        margin-top: 20px;
    }
    /*button*/
    .btn-deco-small {
        display: inline-block;
        padding: 15px 36px;
        font-size: 28px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_small {
        color: #FFF094;
        font-size: 12px;
    }

    .btn-deco-small {
        height: 40px;
        width: 200px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
    }

        .btn-deco-small:hover span {
            text-transform: uppercase;
            font-size: 9px;
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
        }



        .btn-deco-small:hover {
            background-color: #1B5B3F;
        }


    /*30-12-2022
page learning*/
     .ORAL_div_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px -15px;
    padding-left: 404px;
}
    .ORAL_div_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 30px;
    padding-left: 847px;
}
    .div_head {
        padding-left: 525px;
    }
     .ORAL_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px -15px;
    padding-left: 404px;
}
    .ORAL_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 25px;
    padding-left: 847px;
}
    .ORAL_head {
        padding-left: 525px;
    }
    .logo_green {
        padding:20px 15px 20px 0px;
       text-align: -webkit-center;
    }
    .team_top_one {
        text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -340px;
    padding-left: 847px;
}
    
    .team_top_two {
        text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 30px;
    padding-left: 847px;
    }
    .team_head {
    padding-left: 675px;
}
    .learning_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 105px;
    padding-left: 404px;
}
    .learning_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 30px;
    padding-left: 847px;
}
    .learning_head {
        padding-left: 630px;
    }
      .NARRATIVES_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 259px;
    padding-left: 404px;
}
    .NARRATIVES_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 180px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        padding-left: 785px;
    }
    .MUSIC_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -210px;
        padding-left: 235px;
    }
    .STORYTELLING_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -140px;
        padding-left: 1015px;
    }


      .OBJECT_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -200px;
        padding-left: 235px;
    }

    .HANDLING_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -150px;
        padding-left: 1015px;
    }
    .WORKSHOP {
        font-size:40px;
    }
     .saree_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -160px;
        padding-left: 235px;
    }
     .drapping_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -190px;
        padding-left: 1015px;
    }
    .school_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -25px 0px 0px -270px;
        padding-left: 1015px;
    }
    .school_two_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -80px 0px 0px -80px;
        padding-left: 235px;
    }

    
    .bead_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -140px;
        padding-left: 235px;
    }
    .craft_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -210px;
        padding-left: 1015px;
    }

    .learning {
    }
    .ylw_div {
        width:5.33%
    }
    .yellow_circle_div {
        padding: 0px 53px 0px 53px;
        background: #e89d10;
        height: 430px;
        border-radius: 50%;
        left: 0px;
        right: 0;
        top: 20px;
        bottom: 0;
        margin: 0 auto;
        width: 430px;
    }

    .yellow_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 77px 0px 0px 0px;
        /*line-height: 2.1;*/
    }

    .text_yellow {
        padding: 0px 0px 0px 0px;
    }

    .is_text {
        padding: 0px 0px 0px 0px;
    }

    .abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abcd .overbox {
            margin-top: 140px;
            position: absolute;
            top: 193px;
            left: 50px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abcd:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_learning {
        padding: 0px 0px 0px 25px;
    }

    .font_8 {
        text-align: justify;
    }

    .yellow_content {
        text-align:center;
        font-size: 34px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .black_content {
        text-align: justify;
        font-size: 15px;
        color: #635141;
    }

    .yellow_content_two {
        text-align:center;
        font-size: 29px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .xyz {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        /*margin: 22px 0px 0px 0px;*/
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .xyz .overbox_new {
            /*margin-top: 90px;*/
            position: absolute;
            top: 333px;
            left: 1px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            /*z-index: 100;*/
            /*opacity: 0.4;*/
            width: 391px;
            /*height: 90px;*/
            padding-top: 39px;
            /*bottom: 22px;*/
        }

        .xyz:hover .overbox_new {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_new {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .img_div_women {
        padding: 0px 0px 0px 0px;
    }

    .banner_storytelling {
        padding: 0px 0px 0px 15px;
    }

    .text_set {
        text-align: left;
        margin: -25px 0px 0px 80px;
    }

    .slick-prev:hover, .slick-prev:focus {
        color: transparent !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        transition: all 0.9s ease-in-out !important;
    }

    .slick-prev {
        left: 32px !important;
    }

    .slick-prev {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 32px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        background-color: transparent !important;
        z-index: 1;
        margin-left: -17px !important;

    }

    .slick-next {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 35px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-right-arrow-32.png) !important;
        background-repeat: no-repeat !important;
        margin-right: -15px !important;
    }

        .slick-next:hover, .slick-next:focus {
            color: transparent !important;
            outline: none !important;
            background-image: url(../img/icons8-right-arrow-32.png) !important;
            transition: all 0.9s ease-in-out !important;
            /*width: 30px !important;
    height: 96px !important;*/
            top: 50% !important;
        }

    .slick-next {
        right: 23px !important;
    }

    .xyz:hover .overbox_new .Imghoverblackdv {
        -webkit-transform: scale(1);
        transform: scale(1);
    }



    .xyz .overbox_new .Imghoverblackdv {
        /*margin-top: 90px;*/
        position: absolute;
        top: 333px;
        left: 17px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /*z-index: 100;*/
        /*opacity: 0.4;*/
        width: 391px;
        /*height: 90px;*/
        padding-top: 90px;
        /*bottom: 22px;*/
    }

    .Imghoverblackdv {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -245px 0px 0px 362px;
        position: absolute;
    }

        .Imghoverblackdv:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -245px 0px 0px 362px;
            position: absolute;
        }

    .Imghoverblackdv1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -249px 0px 0px 378px;
        position: absolute;
    }

        .Imghoverblackdv1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 378px;
            position: absolute;
        }

    .Imghoverblackdvprev {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -240px 0px 0px 0px;
        position: absolute;
    }

        .Imghoverblackdvprev:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -240px 0px 0px 0px;
            position: absolute;
        }

    .Imghoverblackdvprev1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -215px 0px 0px -30px;
        position: absolute;
    }

        .Imghoverblackdvprev1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 17px;
            position: absolute;
        }

    .move_vid {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 687px;
            left: 64px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    .alani {
        width: 819px;
        height: 379px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider #thumbcarousel .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider {
        text-align: center;
    }

    .move_vid {
    }



    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .product-slider #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div4 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .move_vid .overbox_div_saree {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: 79px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 819px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .move_vid .overbox_div_bead {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: -6px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 410px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_bead {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_bead {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 22%;
         margin: 0 0%; 
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 100px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 22%;
         margin: 0 0%; 
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .story:hover .overbox_new_music {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .story .overbox_new_music {
        /*margin-top: 90px;*/
        position: absolute;
        top: 320px;
        left: 0px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /* z-index: 100; */
        /* opacity: 0.4; */
        width: 407px;
        height: 40px;
        padding-top: 36px;
        /* bottom: 22px;*/
    }

    .overbox_new_music {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .text_set_music {
        text-align: left;
        margin: -28px 0px 0px 85px;
    }


    /*team page*/

    .green_circle_div2 {
        padding: 0px 53px 0px 53px;
        background: #40732a;
        height: 434px;
        border-radius: 50%;
        /*left: 100px;*/
        right: 0;
        top: 22px;
        bottom: 0;
        margin: 0 auto;
        width: 434px;
    }

    .green_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 0px;
        line-height: 1.9;
    }

    a.email_rolf:hover, a.email_rolf:focus {
        color: #A9A9A9 !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.email_rolf {
        color: #A9A9A9 !important;
        text-decoration: none;
    }

    .rolf_div {
        background-color: #40732a;
        text-align: -webkit-center;
        padding: 59px 70px 338px 70px;
        line-height: 1.7;
    }

    .ROLF_KILLIUS {
        font-size: 26px; /*line-height:1em;*/
        text-align: center;
        color: #FFFFFF;
        font-family: OpenSans-Regular;
    }

    .rolf_para_one {
        font-size: 16px;
        color: #A9A9A9;
        font-family: OpenSans-Regular;
        text-align: center;
    }

    .rolf_para_two {
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
        text-align: center;
    }

    .rolf_para_three {
        text-align: center;
        text-decoration: underline;
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
    }

    .lata_div {
        background-color: #911141;
        text-align: -webkit-center;
        padding: 59px 70px 86px 70px;
    }

    .text_para_natraj {
        font-size: 20px;
        color: #B51D55;
        font-family: OpenSans-Regular;
    }

    .link_para {
        text-align: center;
        font-size: 14px;
        color: #40732A !important;
        font-weight: bold;
        text-decoration: underline;
        font-family: OpenSans-Regular;
    }

    a.link_mail:hover, a.link_mail:focus {
        color: #40732a !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.link_mail {
        color: #40732a !important;
        text-decoration: none;
    }

    .curators {
        font-size: 40px;
    }

    .square_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -170px;
        padding-left: 404px;
    }

    .flower_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -180px;
        padding-left: 847px;
    }

    .research_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -15px 0px 0px 305px;
        padding-left: 404px;
    }

    .research_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -71px 0px 0px 150px;
        padding-left: 847px;
    }

    .team_head {
        padding-left: 675px;
    }

    .reviews_banner {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 40px 0px 40px;
        /*border: 1px solid #dfdedc;*/
    }

        .reviews_banner .overbox_reviews {
            margin-top: 100px;
            position: absolute;
            top: 201px;
            left: 58px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .reviews_banner:hover .overbox_reviews {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_reviews {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .green_circle_review {
        padding: 0px 53px 0px 53px;
        background: #40732a;
        height: 400px;
        border-radius: 50%;
        /*left: 117px;*/
        right: 0;
        top: 25px;
        bottom: 0;
        margin: 0 auto;
        width: 400px;
    }

    .green_review_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 15px 0px 0px 10px;
        line-height: 1.9;
    }

    .REVIEWS_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -175px;
        padding-left: 235px;
    }

    .EXHIBITION_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -180px;
        padding-left: 1015px;
    }
    .EXHIBITION {
        font-size:40px;
    }
    .review_text_one {
        font-size:18px;  font-family: OpenSans-Regular; color:#911141;font-weight:bold;font-style:normal;
    }
     .review_text_two {
         font-weight:normal;font-style:italic;text-decoration:none;color:#A4A4A4;font-family: OpenSans-Regular;font-size:13px;text-align:justify;
    }
      .review_text_three {
          color:#635141;font-family: OpenSans-Regular;font-size:26px;
    }
       .review_text_four {
           color:#635141; font-size:13px;font-family: OpenSans-Regular;text-align:justify;
    }
    .width_one {
        width:0%;
        padding:0px;
    }
     .width_two {
        width:100%;
        padding:0px;
    }
    .pad_img_one_reviews {
        padding:20px 20px 20px 20px !important;
    }
    .pad_img_one_reviews_new {
        padding:20px 20px 40px 20px !important;
    }
    .Readmore {
        padding:12px 25px 12px 25px;
        color:#353131;
         background-color:#ffd45a;
          font-size: 15px;
        cursor: pointer;
      text-align:center;
         text-decoration: none;
        outline: none;
         border: none;
        border-radius: 10px;
        font-style:italic;
        transition: all 0.6s ease-in-out;
    }
        .Readmore:hover {
             text-align:center;
             color:#353131;
             background-color: rgba(255, 225, 140, 1);
             text-decoration:none;
              font-style:italic;
              transition: all 0.6s ease-in-out;
        }
    .review_top_one {
         text-align: -webkit-center;
        position: absolute;
        margin: -20px 0px 0px 120px;
        padding-left: 404px;
    }
    .review_top_two {
         text-align: -webkit-center;
        position: absolute;
        margin: -75px 0px 0px 10px;
        padding-left: 847px;
    }
    .review_head {
        padding-left:645px;
    }
     .NARRATIVES_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 20px;
    padding-left: 404px;
}
    .NARRATIVES_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 30px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        padding-left: 565px;
    }
     .keywords_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 50px;
    padding-left: 340px;
}
    .keywords_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 15px;
    padding-left: 840px;
}
    .keywords_head {
        padding-left: 555px;
    }
    .research_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -360px;
    padding-left: 847px;
}
    .research_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 0px;
    padding-left: 847px;
}
    .research_head {
    padding-left: 601px;
}
 .journey_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -24px 0px 0px 15px;
    padding-left: 235px;
}
 .the_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -81px 0px 0px -365px;
    padding-left: 1015px;
}
 .theplace_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -24px 0px 0px -37px;
    padding-left: 235px;
}
 .thepeople_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -81px 0px 0px -225px;
    padding-left: 1015px;
}
    .set_button {
        padding:40px 0px 0px 100px;
    }
    .pad_bottom {
        padding:0px 0px 20px 0px;

    }
    .div_vid_animaton {
        padding:0px;
    }
    .div_vid_slider {
        padding:0px 0px 0px 15px;
    }
    .slider_pad {
          padding:0px 0px 0px 0px;
    }
    .one_div_width {
        width:5.33%;
    }

    /*Prajyot*/
    /*24_12_2022*/
    /*comman classes*/

    /* btn red */
    .Exhibition_Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 414px;
        border-radius: 50%;
        left: 26px;
        right: 0;
        top: 59px;
        bottom: 0;
        margin: 0 auto;
        width: 414px;
    }

    .Exhibition_Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 59px 0px 0px 0px;
    }

    .Exhibition_Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 54px;
    }

    .Exhibition_Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 36px;
    }

    .Exhibition_Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 33px;
        font-family: 'OpenSans-Regular';
    }

    .Exhibition_Yellow_circle_white_text_big3 {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Exhibition_Yellow_color_marron_text3 {
        font-size: 44px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }

    .exhibition_circle_ship {
        background-color: #ededec;
        padding: 0px 0px 20px 0px;
    }

    .btn_deco_exhibition {
        display: inline-block;
        padding: 9px 16px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 34px;
    }

        .btn_deco_exhibition:hover {
            background-color: #8b0738;
            color: #ffffff !important;
            text-decoration: none;
        }

    .exhibition_text_clr {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        font-family: 'OpenSans-Regular';
    }
    .btn_in_blue_circle {
        margin-left: -9px;
    margin-top: 12px;

    }
    .partner_after_blue_circle {
        /*padding-top: 51px!important;*/
        padding:51px 0px 10px 0px !important;
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;*/


    .Inner_page_Yellow_circle_div {
        padding: 20px 0px 0px 0px;
    }

    .Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 414px;
        border-radius: 50%;
        left: 30px;
        right: 0;
        top: -3px;
        bottom: 0;
        margin: 0 auto;
        width: 414px;
    }

    .Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 59px 0px 0px 0px;
    }

    .Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 54px;
    }

    .Yellow_circle_white_text_regular3 {
        font-size: 31px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 36px;
    }

    .Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 33px;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_big3 {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Yellow_color_marron_text3 {
        font-size: 44px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }

    .vidofguj {
        padding: 0px 54px;
    }

    .videoofgujrat {
        width: 901px;
        height: 524px;
    }

    .exhibition_para_main {
           padding: 0px 15px 15px 15px;
    }


    .exhibition_abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 43px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        /*border: 1px solid #dfdedc;*/
        .exhibition_abc .overbox4 {
            margin-top: 140px;
            position: absolute;
            top: 197px;
            left: 36px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 960px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .exhibition_abc:hover .overbox4 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox4 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox3 {
        margin-top: 140px;
        position: absolute;
        top: 198px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox3 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox3 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox2 {
        margin-top: -50px;
        position: absolute;
        top: 388px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox2 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox2 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }




    .exhibition_abc .overbox1 {
        margin-top: 140px;
        position: absolute;
        top: 198px;
        left: 33px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color:rgba(0,0,0,0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 957px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
        text-align:center;
    }

    .exhibition_abc:hover .overbox1 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox1 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox {
        margin-top: 140px;
        position: absolute;
        top: 253px;
        left: 28px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 320px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_exhibition {
        margin-left: 62px;
    }

    /*.example-image-link {
        background: none !important;
    }*/

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .example-image-link:hover {
        background: rgba(255,255,255,0.5) !important;
    }

    .overbox1div {
        text-align: left;
        margin: -86px 0px 0px 43px;
    }


    /*end */
    /*remaining classes*/
    .team_partnership {
        margin-bottom: 20px;
        margin-top: -340px;
        padding-left: 35px;
    }

    .Exhibition_first_heading {
        font-size: 40px;
        color: #FFF;
    }

    .Exhibition_first_heading_sec {
        color: #E89D16;
        font-size: 40px;
    }

    .EXHIBITION {
        padding: 25px 30px 0px 420px;
    }

    .the_Exhibition_big_img {
        margin-top: 37px;
        padding-left: 77px;
    }

    /*.Carosalsliderimg {
       width:960px;
       height:428px;
       cursor:auto;
    }*/
    /*.Parya {
        overflow:hidden;
    }*/

    .product-slider_1 {
        /*padding: 45px;*/
    }

        .product-slider_1 #carousel { /*border: 4px solid #1089c0*/
            margin: 0px 0px 20px 0px;
        }

        .product-slider_1 #thumbcarousel {
            margin: -16px 0px 0px 0px;
            padding: 0 0px;
        }

            .product-slider_1 #thumbcarousel .item {
                text-align: center;
            }

                .product-slider_1 #thumbcarousel .item .thumb { /*border: 4px solid #cecece*/
                    width: 20%; /*margin: 0 2%*/
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    max-width: 77px;
                }

                    .product-slider_1 #thumbcarousel .item .thumb:hover {
                        border-color: #1089c0;
                    }

        .product-slider_1 .item img {
            width: 100%;
            height: auto;
        }

    .carousel-control {
        color: #0284b8;
        text-align: center;
        text-shadow: none;
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 20px;
        top: 23%;
    }

    .showing {
        border: 1px solid red;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
        background: #7a5c4d;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
    }

    .carousel-caption, .carousel-control .fa {
        font: normal normal normal 30px/26px FontAwesome;
    }

    .carousel-control {
        background-color: rgba(0, 0, 0, 0);
        bottom: auto;
        font-size: 20px;
        left: 0;
        position: absolute;
        top: 30%;
        width: auto;
    }

        .carousel-control.right, .carousel-control.left {
            background-color: rgba(0, 0, 0, 0);
            background-image: none;
        }

    /*.thumb {
filter:grayscale(100%);
}
.thumb.active {
filter:grayscale(0%);
}*/
    /*end*/
    .wrap {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        transform: rotate(45deg);
        border: 15px solid gainsboro;
    }


        .wrap img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 319px;
            margin-top: 15px;
        }

    .title-wrap {
        width: 100%;
        text-align: center;
    }

    .travel-title {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        color: red;
        font-weight: bold;
        font-size: 30px;
        transform: rotate(-45deg);
    }

    .wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        transform: rotate(45deg);
        /*border: 15px solid gainsboro;*/
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 4px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap1 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 269px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 58px;
            /*padding: 20px 10px 10px 0px;*/
        }
    /*.wrap1:hover {
    background-color:white;
   opacity:0.75px;
    }
.Travelling_obj_pot:hover {
background-color:white;
}*/
    .Travelling_obj_pot:hover {
        background-color: #03476d;
        text-decoration: none;
        color: #fff;
        transition: all 0.6s ease-in-out;
    }

    .wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 40px;
        position: inherit;
        left: -8px;
        top: -2px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 4px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 4px solid gainsboro;
        border-left: 8px solid gainsboro;
    }



        .wrap2 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 288px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 35px;
            /*padding: 20px 10px 10px 0px;*/
        }

    .wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: 0px;
        left: -15px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 4px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }


        .wrap3 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 356px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 10px;
            /*padding: 32px 10px 0px 0px;*/
        }

    .wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -161px;
        left: 135px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 4px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 4px solid gainsboro;
    }

        .wrap4 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 258px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 49px;
        }
    /*padding: 20px 10px 10px 0px;
}*/
    .wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        top: -160px;
        left: 127px;
        transform: rotate(45deg);
        position: inherit;
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 4px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 4px solid gainsboro;
    }

        .wrap5 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 291px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 35px;
        }

    .wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        position: inherit;
        top: -309px;
        left: 5px;
        margin: 39px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap6 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 291px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 35px;
        }

    .wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        position: inherit;
        top: -309px;
        left: -8px;
        margin: 39px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap7 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 35px;
        }

    .wrap8 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        top: -307px;
        left: -17px;
        position: inherit;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap8 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap9 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        position: inherit;
        top: -454px;
        left: 137px;
        margin: 39px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap9 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap10 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -454px;
        left: 126px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap10 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap11 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -600px;
        left: 6px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap11 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap12 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -602px;
        left: -7px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap12 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap13 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -599px;
        left: -19px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap13 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap14 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -341px;
        left: -6px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap14 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 324px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 12px;
        }

    .wrap15 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -341px;
        left: -19px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap15 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 324px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 12px;
        }


    .wrap16 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -342px;
        left: -31px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap16 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 251px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 50px;
        }

    .wrap17 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -487px;
        left: 126px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap17 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 251px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 50px;
        }

    .wrap18 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -487px;
        left: 113px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap18 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 344px;
            width: 243px!important;
            max-width: 142%!important;
            margin-top: -6px;
            padding: 32px 0px 0px 0px;
        }

    .wrap19 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -633px;
        left: -7px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap19 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 266px;
            width: 285px!important;
            max-width: 147%!important;
            margin-top: 57px;
            padding: 0px 0px 0px 0px;
        }

    .wrap20 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -632px;
        left: -20px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap20 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 302px;
            width: 261px!important;
            max-width: 158%!important;
            margin-top: 43px;
        }

    .wrap21 {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        position: inherit;
        top: -634px;
        left: -32px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap21 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 344px;
            width: 243px!important;
            max-width: 142%!important;
            margin-top: -6px;
            padding: 32px 0px 0px 0px;
        }

    .exhibition_para {
        background-color: #f2b977;
        font-family: OpenSans-Regular;
        border-radius: 20px;
        padding: 41px 20px;
    }

    .Trav_obj_first_heading_sec {
        font-size: 40px;
        color: #FFF;
    }

    .Trav_obj_first_heading {
        color: #E89D16;
        font-size: 40px;
        font-weight: bold;
    }

    .hoveff:hover {
        background-color: white;
        opacity: 0.3;
    }

    /*blue circle*/
    .blue_circle_div3 {
        padding: 0px 60px 0px 61px;
        background: #1e5269;
        height: 383px;
        border-radius: 50%;
        left: -75px;
        right: 0px;
        top: 32px;
        bottom: 0;
        margin: 0 auto;
        width: 383px;
    }

    .blue_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #e89d10;
        font-size: 54px;
    }

    .blue_circle_white_text_and3 {
        font-family: 'OpenSans-Regular';
        color: #ffffff;
        font-size: 54px;
    }

    .ship_team {
        padding: 0px;
    }

    .ship_img_team {
         padding: 31px 0px 1px 81px;
    }

    .logo_team {
        padding: 0px;
    }
    .red_arrow_two {
        padding: 0px 0px 0px 122px;
    }


    .logo_team1 {
        padding: 0px 0px 0px 27px;
    }

    .logo_team2 {
        padding: 31px 33px 0px 0px;
    }

    .dyamand_arng {
        /*padding: 65px 0px 0px 0px;
    position: absolute;*/
        padding: 20px 0px 0px 29px;
    }


    .dyamand_arng1 {
        padding: 0px 0px 0px 29px;
    }

    .btn_1 {
        margin-top: -573px;
        padding-left: 440px;
    }

    .EXHIBITION_textile_brown_line {
        margin-top: -514px;
        text-align: center; /*padding: 31px 13px 4px 275px; background-color: #635141; height: 110px*/
        padding: 0px;
        position: relative;
        width: 100%;
    }

    .EXHIBITION_textile_brown_line2 {
        /*padding: 21px 50px 10px 234px*/ /*background-color: #635141; height: 110px;*/
        position: relative;
        width: 100%;
        margin-top: -499px;
        margin-bottom: 10px;
        padding: 0px;
    }

    .btn_2 {
        margin-top: -595px;
        padding-left: 430px;
    }

    .contact_div {
        background-color: #345726;
        padding: 0px;
    }

    .contact_div1 {
        background-color: #e89d10;
        padding: 0px;
    }

    .contact_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 36px 0px 31px;
    }

        .contact_abcd .overbox5 {
            margin-top: 140px;
            position: absolute;
            top: 203px;
            left: 39px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .contact_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .contact_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #e89d10;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
        /*padding: 12px 10px 10px 182px;*/
        /*font-family:'OpenSans-Regular';*/
    }

    .contact_white {
        font-family: 'LuloCleanW01OneBold';
        color: #ffffff;
        font-size: 38px;
        line-height: 1em;
        letter-spacing: 0.1em;
        /*padding: 12px 10px 10px 182px;*/
    }

    .contact_para {
        padding-top: 101px;
        text-align: center;
    }

    .white_strip {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 285px;
    }

    .white_strip1 {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 305px;
    }

    .color_11 {
        color: #ffffff;
        text-decoration: none;
    }

    .TELL_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #345726;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
    }

    .enquiry-textbox1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 4px 5px;
        margin-bottom: 4px;
        width: 212px;
    }

    .enquiry-textbox2 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 1px 5px;
        /* margin-bottom: 5px; */
        width: 208px;
        height: 99px;
    }

    .enquiry-btn1 {
        background-color: black;
        /* padding-right: 50px; */
        /*margin-right: 50px;*/
        color: white;
        margin-left: 145px;
        margin-top: 3px;
    }
    .captcha_img_adject {
    padding:0px;
    }

    .imgCaptcha {
        border: 1px solid black;
        background-color: #e89d10;
        /* padding: 4px 5px; */
        /* margin-bottom: 5px; */
        width: 212px;
        height: 32px;   
        margin: -1px 9px 0px 11px;
    }

    .imgCaptcha1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 5px 5px;
        /* margin-bottom: 5px; */
        width: 209px;
        margin: -1px 1px 2px -15px;
    }

    ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
        color: white;
    }



    .flower_img_EXHIBITION {
        text-align: -webkit-center;
        padding: 79px 0px 33px 0px;
    }

    .square_img_dyamand_last {
        text-align: -webkit-center;
        padding-bottom: 36px;
    }

    .TheExibtion_Silder_car_New_div {
        width: 960px;
        height: 428px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: TheExibtion_Silder_car_New_div 05s ease-out infinite;
    }

    @keyframes TheExibtion_Silder_car_New_div {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }






    /*    TEXTILE PAGE CSSS  */
    /*comman class for textile page*/

    .move_vid_textile {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid_textile .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 687px;
            left: 15px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid_textile:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .alani_prajyot {
        width: 819px;
        height: 379px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider_1 #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider_1 {
        text-align: center;
        /*margin-bottom: 40px;*/
    }

    .textile_Sari_Exhibition {
        padding: 20px 0px 0px 0px;
        background-color: #ededec;
    }

    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .move_vid_textile .overbox_div_saree {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: -7px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 819px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .textile_Embroidery_workshop {
        padding: 20px 0px 0px 0px;
        background-color: #ededec;
    }

    .move_vid_textile:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    /*differnt classes*/
    .Pink_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #911141;
        height: 440px;
        border-radius: 50%;
        left: 27px;
        right: 0;
        top: 15px;
        bottom: 0;
        margin: 0 auto;
        width: 440px;
    }

    .pink_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #E89D16;
        font-size: 54px;
    }

    .Pink_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 69px 0px 0px 0px;
    }

    .banner_ship2 {
        padding: 13px 0px 15px 24px;
    }


    .learing_img {
        width: 100%;
        max-width: 432px!important;
    }

  /*.textile_heading_div {
        background-color: #ededec;
        padding-top: 29px;
        padding-bottom: 10px;
    }*/

    .textile_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
         padding: 0px 30px 0px 0px;
    }

        .textile_abcd .overbox5 {
            margin-top: 140px;
            position: absolute;
            top: 210px;
            left: 4px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .textile_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .pink_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 34px;
    }

    .pink_circle_white_text_and3 {
        color: #fff;
        font-size: 34px;
        font-family: 'OpenSans-Regular';
    }


    .first_textile_div {
        padding-bottom: 40px;
        background-color: #ededec;
    }

    .textile_heading_div {
        background-color: #ededec;
        padding-top: 29px;
        padding-bottom: 10px;
    }

    .textile_wrap1 {
      display: inline-block;
    overflow: hidden;
    width: 210px;
    height: 210px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;

    }

        .textile_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 272px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .textile_wrap2 {
       display: inline-block;
    overflow: hidden;
    width: 210px;
    height: 210px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 282px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 50px;
        }

.textile_wrap3 {
    display: inline-block;
    overflow: hidden;
    width: 210px;
    height: 210px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
}

        .textile_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 264px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .textile_wrap4 {
       display: inline-block;
    overflow: hidden;
    width: 210px;
    height: 210px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 279px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .textile_wrap5 {
       display: inline-block;
    overflow: hidden;
    width: 210px;
    height: 210px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 279px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .textile_wrap6 {
      display: inline-block;
    overflow: hidden;
    width: 210px;
    height: 210px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 279px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .textile_wrap7 {
      display: inline-block;
    overflow: hidden;
    width: 210px;
    height: 210px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 264px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 55px;
        }

    .dyamand_shape_img_first {
        padding-left: 102px !important;
    }
.dyamand_shape_img_sec_sec {
        padding: 0px 0px 0px 40px !important;
 }
    .dyamand_shape_img_sec {
        margin-left: -20px;
    }

    .textile_dyamand_arng1 {
        padding: 0px 0px 0px 33px;
        position: relative;
        margin-top: -79px;
    }

    .dyamand_shape_img_three {
        padding: 0px 0px 0px 44px;
    }

    .dyamand_shape_img_four {
        padding: 0px 0px 0px 0px;
    }


    /*textile page*/

    .grey_box_brown {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
        /*margin-bottom: 20px;*/
    }

    .vimeo_exhibition {
        padding: 30px 0px 20px 0px;
        background-color: #ededec;
    }

    .exhibition_yello_text {
        padding: 0px;
        background-color: #ededec;
    }

    .textile_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 83px;
        padding-left: 138px;
    }

    .textile_small_lat {
        color: #FFFFFF;
        /*color: rgb(232, 157, 16);*/
        font-family: OpenSans-Regular;
        font-size: 40px;
    }

    .the_img_textile {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -356px;
        padding-left: 1033px;
    }

    .TEXTILE_cap_lat {
        color: rgb(232, 157, 16);
        font-family: OpenSans-Bold;
        font-size: 40px;
    }
     .textile_img_sec_div {
      text-align: -webkit-center;
        position: absolute; 
        margin: -24px 0px 0px 0px;
        padding-left: 166px;
    }
     .the_img_textile_sec_div {
      text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -342px;
        padding-left: 1069px;
    }
      .the_img_textile_team_sec_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -372px;
        padding-left: 1069px;
    }

    .textile_top_one {
        /*text-align: -webkit-center;*/
        position: absolute;
        margin: -15px 0px 0px 178px;
        padding-left: 341px;
    }

    .the_img_textile_of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -227px;
        padding-left: 1122px;
    }

    .textile_img_Of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 121px;
        padding-left: 138px;
    }

    .object_sec_latter {
    }

    .textile_head {
        padding-left: 627px;
    }

    .textile_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -71px 0px 0px 165px;
        padding-left: 717px;
    }


    .textile_dyamand_arng {
        padding: 65px 0px 0px 0px;
        position: relative;
        /*background-color: #ededec;*/
    }

    .textile_dyamand_img_2 {
        background-color: #ededec;
        padding: 0px 0px 38px 0px;
    }

    .textile_dyamand_arng2 {
        margin-top: -86px;
        position: relative;
    }

    .dyamand_shape_img_five {
        padding: 0px 0px 0px 78px;
    }

    .dyamand_shape_img_six {
        /*margin-left: -2px;
    }*/
        padding: 0px 0px 0px 28px!important;
    }
    .dyamand_shape_img_sevan {
        margin-left: -18px;
    }

    .textile_sari_of_gujrat {
        background-color: #ededec;
        /*padding-bottom: 65px;*/
            padding: 0px 0px 65px 0px !important;

    }


    .textile_para {
        font-size: 15px;
        color: #635141;
        text-align: justify;
    }

    .text_para_saree {
        padding: 72px 0px 0px 0px;
        background-color: #ededec;
    }

    .textile_video {
        text-align: -webkit-center;
        padding: 10px;
        background-color: #ededec;
    }

    .green_text_textile {
        font-size: 24px;
        color: #40732A;
        font-weight: bold;
    }

    .video_text_textile {
        text-align: center;
        background-color: #ededec;
    }

    .avisual_para {
        padding: 60px 0px 10px 0px;
        background-color: #ededec;
    }
    .rextile_para_after_dyamand_img {
    padding:0px;
    }
    .saree_exhibition_pink {
        text-align: center;
        padding: 15px 0px 30px 0px;
        font-weight: bold;
        color: #B51D55;
        font-size: 17px;
        background-color: #ededec;
    }

    .banner_ship5 {
        border: 5px solid red;
    }


    object_first_headding_para {
        font-size: 40px;
        color: #E89D10;
        font-family: 'OpenSans-bold';
    }

    .object_button_red {
        background-color: #ededec;
    }

    .object_dyamand_shape_img_bg {
        background-color: #ededec;
        padding: 0px 0px 39px 0px;
    }

    .overbox_object {
        background-color: white;
    }

    .travling_object_first_div {
        background-color: #ededec;
        padding: 25px 0px 48px 0px;
    }

    .travelling_object_hightext {
        background-color: #ededec;
    }

    .object_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px -417px;
        padding-left: 847px;
    }

    .object_head {
        padding-left: 499px;
    }

    .object_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 37px;
        padding-left: 847px;
    }

    .object_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 104px;
        padding-left: 235px;
    }

    ._object_the_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -182px;
        padding-left: 1015px;
    }

    .objects_img_para {
        font-size: 14px;
        font-family: 'OpenSans-Regular';
        text-align: center;
        color: #635141;
        padding: 10px;
    }

    .banner_ship3 {
        padding: 0px;
        border: 4px solid #635141;
        height: auto;
    }
    .object_man_door {
    padding: 12px 0px 0px 27px!important;
    left: 26px;
    }
    .object_img_back {
        padding: 0px;
        background: #fff;
        border: 4px solid #635141;
    }

    .object_big_text {
        font-size: 24px;
        color: #635141;
        text-align: justify;
    }

    .object_dyamand_arng {
        position: relative;
        padding: 65px 0px 0px 0px;
    }

    .object_dyamand_shape_img_sec {
        /*padding-left: 41px !important;*/
      padding: 0px 0px 0px 39px;
    }

    .object_dyamand_shape_img_first {
          padding: 0px 0px 0px 58px;
    }

    .object_dyamand_shape_img_third {
        /*margin-left: -19px;*/
        padding: 0px 0px 0px 21px;
    }

    .object_wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap8 {
        display: inline-block;
        overflow: hidden;
        width: 231px;
        height: 231px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap8 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 338px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_dyamand_arng1 {
        padding: 0px 0px 0px 48px;
        position: relative;
        margin-top: -77px;
    }

    .object_dyamand_shape_img_four {
        padding: 0px 0px 0px 89px;
    }

    .object_dyamand_shape_img_five {
        padding: 0px 0px 0px 6px;
    }

    .object_dyamand_arng2 {
        position: relative;
        margin-top: -77px;
    }

    .object_dyamand_shape_img_six {
        padding: 0px 0px 0px 43px;
    }

    .object_dyamand_shape_img_seven {
        padding: 0px 0px 0px 38px;
        margin-left: -4px;
    }

    .object_dyamand_shape_img_eight {
        /*margin-left: -11px;*/
        padding: 0px 0px 0px 30px;
    }

    .obj_list_button {
        text-align: center;
        padding: 40px;
    }
    /*OBJECT END*/
    /*travelling objects list start*/
    .object_list_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px -350px;
        padding-left: 614px;
    }

    .object_list_head {
        padding-left: 348px;
    }

    .object_list_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 152px;
        padding-left: 709px;
    }

    .orenge_headline {
        font-size: 23px;
        font-family: 'OpenSans-Regular';
        color: #E89D10;
        line-height: 30px;
    }

    .green_headline {
        color: #40732A;
        font-size: 17px;
        font-family: 'OpenSans-Regular';
        line-height: 40px;
    }

    .black_headline {
        font-size: 13px;
        font-family: 'OpenSans-Regular';
        text-align: justify;
    }

    .list_one {
        /*width: 14% !important;*/
    }

    .list_two {
        /*width: 72%;*/
    }

    .list_three {
        /*width: 34.666667%;*/
           padding-left: 14px!important;
    }

    .list_obt_text_para {
        margin-left: -60px !important;
        /*width:37.3336px;*/
        padding: 5px 20px 5px 0px;
        width: 63.333333% !important;
    }

    .list_box_object {
        padding: 0px 0px 60px 0px;
        background-color: #ededec;
    }








    /*CONTACT START
    */

    .Blue_circle_div__contact {
        padding: 0px 56px 0px 56px;
        background: #1E5269;
        height: 420px;
        border-radius: 50%;
        left: 51px;
        right: 0;
        top: 1px;
        bottom: 0;
        margin: 0 auto;
        width: 420px;
    }

    .Blue_circle_text_para__contact {
        text-align: center;
        font-family: 'OpenSans-Regular';
        padding: 87px 0px 0px 0px;
    }

    .Blue_cicle_yellow_text__contact {
        font-family: 'OPENSANS-BOLD';
        color: #E89D10;
        font-size: 36px;
    }

    .Blue_circle_white_text_regular__contact {
        font-size: 31px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_bold__contact {
        color: #fff;
        font-family: 'OPENSANS-BOLD';
        font-size: 36px;
    }

    .Blue_circle_white_text_and__contact {
        color: #fff;
        font-size: 24px;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_big__contact {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Blue_color_marron_text__contact {
        font-size: 36px;
        color: #B51D55;
        font-family: 'OPENSANS-BOLD';
    }

    .contact_main_page {
        /*margin-top: 8px;*/
        padding: 0px 0px 22px 0px;
        background-color: #ededec;
    }

    .blue_circle_div3__contact {
        padding: 10px 0px 0px 0px;
    }

/*End*/
}

@media only screen and (min-width: 768px) and (max-width:1023px) {
      .Review_pg_txt_css2 {
        text-align: center;
        padding:0px !important;

    }
    .Review_pg_txt_css3 {
        display:none;
        margin: -81px 64px 0px 0px !important;
        padding-left: 0px !important;
        float: right;
        position:  initial !important;
    }
    .navbar-div {
   
    /*height: 0px;*/
    border-top: none !important;
    cursor: pointer;
    /*margin-left:30px;*/

}

/* Header & Footer*/
.Main_header {
        padding:25px 0px 0px 0px;background:#5f4e3f;height:140px;
    }
    .Header_gujrati_yatra_div {
        position:absolute;
    }
    
    .Header_text_head {
        font-family:OPENSANS-BOLD;
        font-size:49px;
        line-height:1.4;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
        color:#E09200;
        font-weight:bold;
        letter-spacing: 5px;
        margin:0px;
    }
    .Header_Journey_text {
        font-size:20px;
        color:#EDEDEC;
        font-family:OpenSans;
        letter-spacing: 2px;
        padding-left:79px;
        margin:0px;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
    }

    .Header_logo_div {
        display:none;
        float: right;
        position:relative;
        margin: -27px 140px 0px 0px;
    }


/*Navigation bar*/
    .footer_two {
        width:3%;
        
    }
    .footer_copyright {
       
        padding:0px 0px 0px 14px;
    }
    .nav_adjust {
        width:5%;
    }

    .green_strip_width {
        /*width:900px;*/
    }
.navbar-div {
   
    /*height: 0px;*/
    border-top: 1px solid #40732a;
    /*cursor: pointer;*/
    /*margin-left:30px;*/

}
    .navbar {
       
        /*min-height: 48px !important;*/
    }
.menu-bg-color {
    position: absolute;
    top: 0px;
    color: #fff;
    z-index: 1;
}
.navbar-inverse {
    background-color:#5f4e3f !important;
    border: none !important;
    color: #fff;
    border-radius: 0px;
    /*height: 31px;*/

}
.navbar-nav {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /*/*margin-left:-40px;*/
}
    .container-fluid {
       margin: -95px 10px 0px 0px;
        padding:0px 10px 0px 20px !important;
    }
#myNavbar ul li.active a {
    color: #ed1566 !important;
   
    font-weight: normal;
}
.navbar-nav > li > a {
    color: #df9d2a !important;
    line-height: 38px;
    padding: 10px 7px 10px 8px;
    font-size: 14px;
    text-align:center;
   font-family:OpenSans;
    font-weight: normal;
    outline: 0;
    box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
  
}
    /*.navbar-nav > li > a:hover {
         color: #ed1566 !important;
         box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    }*/

 .hvr-bounce-to-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        transition-duration: 0.7s;
    }

        .hvr-bounce-to-bottom:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: -2px;
            left: 0;
            right: 0;
            bottom: 66px;
            background: #fff;
            -webkit-transform: scaleY(0);
            -moz-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transition-property: transform;
            -moz-transition-property: transform;
            transition-property: transform;
            /*-webkit-transition-duration: 0.7s;
            -moz-transition-duration: 0.7s;
            transition-duration: 0.7s;*/
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
             color: #ed1566 !important;
              box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
        }

            .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
                -webkit-transform: scaleY(1);
                -moz-transform: scaleY(1);
                transform: scaleY(1);
                -webkit-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                -moz-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
            }

    .Inner_page_Blue_circle_div {
        padding:20px 0px 0px 0px;
    }
    .Blue_circle_div {
        padding:0px 60px 0px 60px;
        background:#1E5269;
        height:420px;
        border-radius:50%;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:0 auto;
        width:420px;
    }
    .Blue_circle_text_para {
        text-align:center;
         font-family: 'OpenSans';    
         padding: 98px 0px 0px 0px;
    }
    .Blue_cicle_yellow_text {
        font-family: 'OPENSANS-BOLD';
        color:#E89D10;
        font-size:36px;
    }
    .Blue_circle_white_text_regular {
        font-size:31px;
        color:#fff;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_bold {
        color:#fff;
        font-family: 'OPENSANS-BOLD';
        font-size:36px;
    }
    .Blue_circle_white_text_and {
        color:#fff;
        font-size:24px;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_big {
        font-size:36px;
        font-family: 'OpenSans';
        color:#fff;
    }
    .Blue_color_marron_text {
        font-size:36px;
        color:#B51D55;
        font-family: 'OPENSANS-BOLD';
    }
     .Main_Footer {
        padding:20px 0px 0px 0px;
        background:#5f4e3f;height:70px;
    }
    .Main_Footer_copyright {
        margin: 0px 0px 0px 0px;
    }
    .Three_link_div {
        display: flex;float:right;margin: 69px 20px 0px 43px;
    }
     .reserach_continue {
        padding:0px 0px 0px 0px;
        font-size:40px;
        color:#40732A;
        font-weight:bold;
        text-align:center;
    }
/**/
/*End*/

    /*24_12_2022*/

    /*Comman classes*/
    .grn_button_pad {
        text-align:-webkit-center;
        padding:20px 0px 0px 50px;
        /*margin-left:0px !important;
        margin-right:0px !important;*/
    }
    .two_div_manage {
        padding:0px;
    }
    .ban_adjust_one {
        width:6%;
    }
     .banner_ship {
        /*padding:0px 95px 0px 180px;*/
        padding:0px 0px 0px 0px !important;
    }
    .button_adjust {
        padding: 15px 0px 30px 20px;
       
    }
    .div_width_adjust {
        width: 3.666667%;
    }
    .grey_box {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
    }

    .research {
        padding: 0px 0px 0px 765px;
        margin-bottom: -35px;
    }

    .Blue_circle_div2 {
        padding: 0px 53px 0px 53px;
        background: #1E5269;
        height: 415px;
        border-radius: 50%;
        left: 130px;
        right: 0;
        top: 10px;
        bottom: 0;
        margin: 0 auto;
        width: 415px;
    }

    .Blue_circle_text_para2 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 30px 0px 0px 0px;
    }

    .blue_para {
        font-size: 21px;
        text-align: center;
        /*font-size:21px;*/
        color: #FFFFFF;
    }

    .Blue_circle_para_main_research {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 0px;
        line-height: 2.1;
    }



    .abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abc .overbox {
            /*margin-top: 140px;*/
            position: absolute;
            top: 334px;
            left: 195px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abc:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    /*.lightboxOverlay {
   
     background-color:transparent!important;
}*/


    /*end*/

    /*Remanimg classes*/



    .img_pad {
        padding: 5px 40px 0px 40px;
    }

    .back_div {
        margin-top:20px;
          margin-left:30px;
        padding: 30px 30px 30px 30px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 710px;
        text-align:justify;
        /*height: 430px;*/
    }

    .div_adjust {
        margin-left: 120px;
        padding: 0px 0px 0px 0px!important;
        width: 470px !important;
        height: 430px !important;
      
    }

    .font_adjust1 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 16px;
        color: #fff;
    }

    .font_adjust2 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 13px;
        color: #fff;
    }

    .img_dim {
        height: 350px !important;
    }

    .font_journey {
        margin-left: 450px;
        font-size: 40px;
        margin-top: 30px;
    }

    .example-image-link {
        background: none !important;
    }

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .map_img {
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        border: solid 2px #40732A;
        width: 716px!important;
        height: 520px;
    }

    .map_dim {
        margin: 0px 0px 0px 15px;
        width: 990px!important;
        height: 430px;
    }

    .back_div_next {
        /*margin-left: 100px;*/
        margin-right: 10px;
        padding: 30px 30px 30px 30px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 713px;
        text-align: justify;
        /*height: 515px;*/
        /*border:solid 10px #f2b977;*/
    }

    
    .div_adjust_next {
        margin-top:20px;
        margin-left:170px;
        padding: 0px 0px 0px 0px!important;
        width: 425px !important;
        height: 513px !important;
    }

    .img_dim_next {
        height: 450px !important;
        border: #7a5c4d 2px solid;
    }

    .back_div_new {
        margin-top:20px;
        margin-left: 25px;
        padding: 30px 30px 30px 30px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 716px;
        /*height: 515px;*/
        text-align: justify;
    }

    .div_adjust_new {
        margin-left:110px;
        padding: 0px 0px 0px 0px!important;
        width: 490px !important;
        height: 513px !important;
    }

    .img_dim_four {
        margin-top: 5px;
        height: 440px !important;
        width: 480px !important;
    }

    .font_journey_NEW {
        margin-left: 380px;
        font-size: 40px;
        margin-top: 30px;
    }

    .back_div_one {
        margin-left: 25px;
        padding: 30px 30px 30px 30px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 716px;
        text-align: justify;
        /*height: 540px;*/
    }

    .div_adjust_one {
        margin-top:20px;
        margin-left: 140px;
        padding: 0px 0px 0px 0px!important;
        width: 490px !important;
        height: 540px !important;
    }

    .map_img_shop {
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        /*border:solid 2px #40732A;*/
        width: 716px;
        height: 500px;
    }

    .map_dim_shop {
        margin-top: 5px;
        height: 440px !important;
        width: 940px !important;
    }

    .back_div_para {
        margin-left: 28px;
        padding: 30px 30px 30px 30px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 716px;
        text-align: justify;
        /*height: 150px;*/
    }

     .btn-deco:hover {
        color:#fff;
        text-decoration:none;
    }
    .btn_class {
        padding: 0px 0px 0px 0px;
    }

    .btn-deco {
        display: inline-block;
        padding: 15px 36px;
        font-size: 15px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 15px;
        /*box-shadow: 0 9px #999;*/
    }

    .text_clr {
        margin-right: 10px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;
    }*/


    /*end*/

    /*end*/
    /*28_12_2022*/
    /*keyword*/

    /*Comman classes*/




    /*Remanimg classes*/

    .strip_one {
        padding: 85px 0px 0px 0px;
        width: 92%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 15px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        margin-left: 35px;
    }

    .img_logo {
        /*width: 325px;
        height: 220px;*/
    }

    .img_logo_dim {
        margin-left:167px;
        padding: 0px 0px 0px 0px;
        border: #fbfbfa solid 2px;
        border-radius: 10px;
        width: 330px;
        height: 230px;
    }

    .key_pad {
        padding:20px 45px 0px 0px;
        /*margin-left: 20px;*/
    }

    .font_justify_one {
        text-align:center;
        font-size: 45px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        /*text-align: justify;*/
    }

    .font_justify_two {
        font-size: 14px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0px;
        font-family: OpenSans-Regular;
        text-align: justify;
    }

    .font_justify_four {
        text-align:center;
        font-size: 45px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
    }

    .img_left {
        padding:0px;
        /*margin-left: 160px;*/
    }

    /*29-12-2022*/
    /*oral history css*/

    /*Comman classes*/




    /*Remanimg classes*/
    .logo_pad {
        padding:0px 0px 0px 50px;
    }
    .vedio_pad {
        text-align:-webkit-center;
        padding: 20px 0px 0px 0px;
        /*margin-left: -15px;*/
    }

    .text_div {
        /*margin-top: -288px;
        margin-left: 345px;*/
        text-align: justify;
        padding: 10px 30px 0px 30px;
        letter-spacing: normal;
        line-height: normal;
    }

    .back_color {
        background-color: #fff;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        width: 100%;
        max-width: 1003px;
        background-color: #fff;
    }

    .strip_two {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 11px 19px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        /*margin-left: -15px;*/
    }

    .btn-deco-green {
        margin-left:0px !important;
        margin-right:0px !important;
        display: inline-block;
        padding: 15px 36px;
        font-size: 31px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_green {
        color: #FFF094;
        font-size: 14px;
    }

    .btn-deco-green {
        height: 70px;
        width: 355px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
    }

        .btn-deco-green:hover span {
            text-transform: uppercase;
            content: "ORAL HISTORY CONTINUED!";
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
            /*display:none*/
        }

        /*.btn-deco-green:hover {
    
  content:"ORAL HISTORY CONTINUED!";
   font-family:OpenSans-Regular;
  font-style:italic;
   color: #FFF094;
}*/

        .btn-deco-green:hover {
            background-color: #1B5B3F;
        }

    /*oral history 2 css*/
    .vedio_pad_two {
        text-align: -webkit-center;
        padding: 20px 0px 0px 0px;
        /*margin-left: -15px;*/
    }

    .text_div_two {
        /*margin-top: -288px;
        margin-left: 345px;*/
        text-align: justify;
        padding: 30px 30px 0px 30px;
        letter-spacing: normal;
        line-height: normal;
    }


    .strip_three {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
    }

    .video_adjust {
        width: 360px;
        height: 257px;
    }

    .top_pad {
        padding-top: 20px;
    }
    /*narratives*/
    .narratives {
        text-align: -webkit-center;
        /*padding: 15px 0px 0px 25px;*/
    }

    .narrative_vedio_width {
        width: 518px;
        height: 292px;
    }

    .indian {
        margin-bottom: 3px;
    }

    .content_narratives {
        /*padding: 60px 0px 0px 8px;
        text-align: left;*/
        text-align:center;
    }

    .edward {
        text-align:center !important;
        /*padding: 0px 35px 0px 5px;*/
    }

    .strip_four {
        padding: 80px 0px 0px 0px;
        width: 98%;
        position: relative;
        top: -97%;
        height: 13px;
        background-image: linear-gradient(313deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(43deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        margin-left: 10px;
        margin-top: -25px;
    }

    .back_color_narratives {
        background-color: #fff;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        width: 100%;
        max-width: 985px;
        margin-top: 20px;
    }
    /*button*/
    .btn-deco-small {
        display: inline-block;
        padding: 15px 36px;
        font-size: 28px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_small {
        color: #FFF094;
        font-size: 12px;
    }

    .btn-deco-small {
        height: 40px;
        width: 200px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
        margin-left:0px !important;
        margin-right:0px !important;
    }

        .btn-deco-small:hover span {
            text-transform: uppercase;
            font-size: 9px;
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
        }



        .btn-deco-small:hover {
            background-color: #1B5B3F;
        }


    /*30-12-2022
page learning*/
     .ORAL_div_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 155px;
    padding-left: 404px;
}
    .ORAL_div_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -758px;
    padding-left: 847px;
}
    .div_head {
        padding-left: 220px;
    }
     .ORAL_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px -15px;
    padding-left: 404px;
}
    .ORAL_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 25px;
    padding-left: 847px;
}
    .ORAL_head {
        padding-left: 525px;
    }
    .logo_green {
        /*padding:20px 15px 20px 50px;*/
       text-align: -webkit-center;
    }
    .team_top_one {
        text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -390px;
    padding-left: 847px;
}
    
    .team_top_two {
        text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 175px;
    /*padding-left: 847px;*/
    }
    .team_head {
    padding-left: 675px;
}
    .learning_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 115px;
    padding-left: 404px;
}
    .learning_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -712px;
    padding-left: 847px;
}
    .learning_head {
        padding-left: 265px;
    }
      .NARRATIVES_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 259px;
    padding-left: 404px;
}
    .NARRATIVES_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 180px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        padding-left: 785px;
    }
    .MUSIC_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -210px;
        /*padding-left: 235px;*/
    }
    .STORYTELLING_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -140px;
        padding-left: 1015px;
    }


      .OBJECT_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -200px;
        /*padding-left: 235px;*/
    }

    .HANDLING_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -150px;
        /*padding-left: 1015px;*/
    }
    .WORKSHOP {
        font-size:40px;
    }
     .saree_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -160px;
        /*padding-left: 235px;*/
    }
     .drapping_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -190px;
        padding-left: 1015px;
    }
    .school_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -25px 0px 0px -395px;
        padding-left: 1015px;
    }
    .school_two_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -80px 0px 0px -200px;
        padding-left: 235px;
    }

    
    .bead_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -140px;
        /*padding-left: 235px;*/
    }
    .craft_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -210px;
        padding-left: 1015px;
    }

    .learning {
    }
    .ylw_div {
        width:5.33%
    }
    .yellow_circle_div {
        padding: 0px 53px 0px 53px;
        background: #e89d10;
        height: 430px;
        border-radius: 50%;
        left: 130px;
        right: 0;
        top: 20px;
        bottom: 0;
        margin: 0 auto;
        width: 430px;
    }

    .yellow_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 77px 0px 0px 0px;
        /*line-height: 2.1;*/
    }

    .text_yellow {
        padding: 0px 0px 0px 0px;
    }

    .is_text {
        padding: 0px 0px 0px 0px;
    }

    .abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abcd .overbox {
            margin-top: 140px;
            position: absolute;
            top: 193px;
            left: 50px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abcd:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_learning {
        padding: 20px 0px 0px 20px;
    }

    .font_8 {
        text-align: justify;
    }

    .yellow_content {
        text-align:center;
        font-size: 34px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .black_content {
        text-align: justify;
        font-size: 15px;
        color: #635141;
    }

    .yellow_content_two {
        text-align:center;
        font-size: 29px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .xyz {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        /*margin: 22px 0px 0px 0px;*/
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .xyz .overbox_new {
            /*margin-top: 90px;*/
            position: absolute;
            top: 333px;
            left: 174px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            /*z-index: 100;*/
            /*opacity: 0.4;*/
            width: 391px;
            /*height: 90px;*/
            padding-top: 39px;
            /*bottom: 22px;*/
        }

        .xyz:hover .overbox_new {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_new {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .img_div_women {
        padding: 0px 0px 0px 0px;
        text-align: -webkit-center;
    }

    .banner_storytelling {
        padding: 20px 0px 0px 0px;
        text-align: -webkit-center;
    }

    .text_set {
        text-align: left;
        margin: -25px 0px 0px 120px;
    }

    .slick-prev:hover, .slick-prev:focus {
        color: transparent !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        transition: all 0.9s ease-in-out !important;
    }

    .slick-prev {
        left: 32px !important;
    }

    .slick-prev {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 32px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        background-color: transparent !important;
        z-index: 1;
        margin-left: 140px !important;

    }

    .slick-next {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 35px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-right-arrow-32.png) !important;
        background-repeat: no-repeat !important;
        margin-right: 155px !important;
    }

        .slick-next:hover, .slick-next:focus {
            color: transparent !important;
            outline: none !important;
            background-image: url(../img/icons8-right-arrow-32.png) !important;
            transition: all 0.9s ease-in-out !important;
            /*width: 30px !important;
    height: 96px !important;*/
            top: 50% !important;
        }

    .slick-next {
        right: 23px !important;
    }

    .xyz:hover .overbox_new .Imghoverblackdv {
        -webkit-transform: scale(1);
        transform: scale(1);
    }



    .xyz .overbox_new .Imghoverblackdv {
        /*margin-top: 90px;*/
        position: absolute;
        top: 333px;
        left: 17px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /*z-index: 100;*/
        /*opacity: 0.4;*/
        width: 391px;
        /*height: 90px;*/
        padding-top: 90px;
        /*bottom: 22px;*/
    }

    .Imghoverblackdv {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -255px 0px 0px 535px;
        position: absolute;
    }

        .Imghoverblackdv:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -245px 0px 0px 362px;
            position: absolute;
        }

    .Imghoverblackdv1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -255px 0px 0px 534px;
        position: absolute;
    }

        .Imghoverblackdv1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -255px 0px 0px 535px;
            position: absolute;
        }

    .Imghoverblackdvprev {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -255px 0px 0px 174px;
        position: absolute;
    }

        .Imghoverblackdvprev:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
           margin: -255px 0px 0px 174px;
            position: absolute;
        }

    .Imghoverblackdvprev1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -255px 0px 0px 174px;
        position: absolute;
    }

        .Imghoverblackdvprev1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 17px;
            position: absolute;
        }

    .move_vid {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 687px;
            left: -40px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    .alani {
        width: 819px;
        height: 379px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider #thumbcarousel .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider {
        text-align: center;
    }

    .move_vid {
    }



    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .product-slider #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div4 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
        margin-top:5px;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .move_vid .overbox_div_saree {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: -40px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 819px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .move_vid .overbox_div_bead {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: 0px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 800px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_bead {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_bead {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 22%;
         margin: 0 0%; 
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 100px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 22%;
         margin: 0 0%; 
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .story:hover .overbox_new_music {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .story .overbox_new_music {
        /*margin-top: 90px;*/
        position: absolute;
        top: 332px;
        left: 161px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /* z-index: 100; */
        /* opacity: 0.4; */
        width: 420px;
        height: 40px;
        padding-top: 36px;
        /* bottom: 22px;*/
    }

    .overbox_new_music {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .text_set_music {
        text-align: left;
        margin: -28px 0px 0px 95px;
    }


    /*team page*/

    .green_circle_div2 {
        padding: 0px 53px 0px 53px;
        background: #40732a;
        height: 434px;
        border-radius: 50%;
        left: 120px;
        right: 0;
        top: 22px;
        bottom: 0;
        margin: 0 auto;
        width: 434px;
    }

    .green_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 0px;
        line-height: 1.9;
    }

    a.email_rolf:hover, a.email_rolf:focus {
        color: #A9A9A9 !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.email_rolf {
        color: #A9A9A9 !important;
        text-decoration: none;
    }

    .rolf_div {
        background-color: #40732a;
        text-align: -webkit-center;
        padding: 59px 70px 50px 70px;
        line-height: 1.7;
    }

    .ROLF_KILLIUS {
        font-size: 26px; /*line-height:1em;*/
        text-align: center;
        color: #FFFFFF;
        font-family: OpenSans-Regular;
    }

    .rolf_para_one {
        font-size: 16px;
        color: #A9A9A9;
        font-family: OpenSans-Regular;
        text-align: center;
    }

    .rolf_para_two {
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
        text-align: center;
    }

    .rolf_para_three {
        text-align: center;
        text-decoration: underline;
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
    }

    .lata_div {
        background-color: #911141;
        text-align: -webkit-center;
        padding: 59px 70px 50px 70px;
    }
    .bg_rolf_color {
        background-color: #40732a;
    }
    .bg_lata_color {
          background-color:#911141 !important;
    }
    .nat_img {
        padding-top:10px !important;
    }
    .museum_img_pad {
         padding-top:20px !important;
    }
    .text_nat_pad {
         padding:0px 25px 0px 25px !important;
    }

    .text_para_natraj {
        font-size: 20px;
        color: #B51D55;
        font-family: OpenSans-Regular;
    }

    .link_para {
        text-align: center;
        font-size: 14px;
        color: #40732A !important;
        font-weight: bold;
        text-decoration: underline;
        font-family: OpenSans-Regular;
    }

    a.link_mail:hover, a.link_mail:focus {
        color: #40732a !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.link_mail {
        color: #40732a !important;
        text-decoration: none;
    }

    .curators {
        font-size: 40px;
    }

    .square_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -300px;
        padding-left: 404px;
    }

    .flower_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -290px;
        padding-left: 847px;
    }

    .research_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -15px 0px 0px 305px;
        padding-left: 404px;
    }

    .research_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -71px 0px 0px 150px;
        padding-left: 847px;
    }

    .team_head {
        padding-left: 300px;
    }

    .reviews_banner {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 40px 0px 40px;
        /*border: 1px solid #dfdedc;*/
    }

        .reviews_banner .overbox_reviews {
            margin-top: 100px;
            position: absolute;
            top: 235px;
            left: 195px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .reviews_banner:hover .overbox_reviews {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_reviews {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .green_circle_review {
        padding: 0px 53px 0px 53px;
        background: #40732a;
        height: 400px;
        border-radius: 50%;
        left: 184px;
        right: 0;
        top: 25px;
        bottom: 0;
        margin: 0 auto;
        width: 400px;
    }

    .green_review_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 15px 0px 0px 10px;
        line-height: 1.9;
    }

    .REVIEWS_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -175px;
        /*padding-left: 235px;*/
    }

    .EXHIBITION_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -180px;
        padding-left: 1015px;
    }
    .EXHIBITION {
        font-size:40px;
    }
    .review_text_one {
        font-size:18px;  font-family: OpenSans-Regular; color:#911141;font-weight:bold;font-style:normal;
    }
     .review_text_two {
         font-weight:normal;font-style:italic;text-decoration:none;color:#A4A4A4;font-family: OpenSans-Regular;font-size:13px;text-align:justify;
    }
      .review_text_three {
          color:#635141;font-family: OpenSans-Regular;font-size:26px;
    }
       .review_text_four {
           color:#635141; font-size:13px;font-family: OpenSans-Regular;text-align:justify;
    }
    .width_one {
        width:0%;
        padding:0px;
    }
     .width_two {
        width:100%;
        padding:0px;
    }
    .pad_img_one_reviews {
        padding:20px 20px 20px 20px !important;
    }
    .pad_img_one_reviews_new {
        padding:20px 20px 40px 20px !important;
    }
    .Readmore {
        padding:12px 25px 12px 25px;
        color:#353131;
         background-color:#ffd45a;
          font-size: 15px;
        cursor: pointer;
      text-align:center;
         text-decoration: none;
        outline: none;
         border: none;
        border-radius: 10px;
        font-style:italic;
        transition: all 0.6s ease-in-out;
    }
        .Readmore:hover {
             text-align:center;
             color:#353131;
             background-color: rgba(255, 225, 140, 1);
             text-decoration:none;
              font-style:italic;
              transition: all 0.6s ease-in-out;
        }
    .review_top_one {
         text-align: -webkit-center;
        position: absolute;
        margin: -20px 0px 0px 170px;
        /*padding-left: 404px;*/
    }
    .review_top_two {
         text-align: -webkit-center;
        position: absolute;
        margin: -75px 0px 0px 500px;
        /*padding-left: 847px;*/
    }
    .review_head {
        padding-left:280px;
    }
     .NARRATIVES_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 130px;
    padding-left: 404px;
}
    .NARRATIVES_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -730px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        padding-left: 240px;
    }
     .keywords_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 200px;
    padding-left: 340px;
}
    .keywords_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -720px;
    padding-left: 840px;
}
    .keywords_head {
        padding-left: 260px;
    }
    .research_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -700px;
    padding-left: 847px;
}
    .research_top_two {
    text-align: -webkit-center;
    position: absolute;
    /*margin: -75px 0px 0px 0px;*/
    padding-left: 330px;
}
    .research_head {
    padding-left: 250px;
}
 .journey_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -100px;
    padding-left: 235px;
}
 .the_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -73px 0px 0px -495px;
    padding-left: 1015px;
}
 .theplace_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -24px 0px 0px -233px;
    padding-left: 235px;
}
 .thepeople_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -81px 0px 0px -360px;
    padding-left: 1015px;
}
    .set_button {
        text-align:center;
        padding:20px 0px 0px 0px;
    }
    .pad_bottom {
        padding:0px 15px 20px 15px;

    }
    .div_vid_animaton {
        padding:0px;
    }
    .div_vid_slider {
        padding:0px 0px 0px 15px;
    }
    .slider_pad {
          padding:0px 0px 0px 0px;
    }
    .one_div_width {
        width:5.33%;
    }






     /*.navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }*/

    .navbar-toggle:focus {
       background-color: #5f4e3f !important;
    }

   

   

        .navbar-collapse.collapse.in {
            display: block !important;
            padding: 0px;
            background-color: #345726;
            opacity:0.9;
        }

        .navbar-nav > li > a {
            text-align:left;
            color: #fff !important;
            padding: 0px 11px 0px 15px;
            font-size: 16px;
            font-family: Calibri;
            font-family: 'LatoReguler';
            font-weight: normal;
            outline: 0;
            transition: all 0.6s ease-in-out;
        }

            .navbar-nav > li > a:hover {
                color: #fff !important;
                padding: 10px 11px 10px 20px;
                background-color: #dc3524 !important;
                transition: all 0.6s ease-in-out;
            }

    .navbar-inverse .navbar-nav > .active > a {
        color: #000 !important;
        background-color: #f6bb19 !important;
    }
 .navbar-header {
        float: none;
        /*background: rgba(000,0,0,0.8);
        border-bottom: 1px solid #444444;*/
    }
  .navbar-inverse {
        background-color: rgba(000, 0, 0, 0.0) !important;
        border: none !important;
        color: #fff;
        border-radius: 0px;
    }
   .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
        {
             background-color:#911141 !important;
        }
   .navbar-toggle {
        position: relative;
        float: right;
        padding: 15px 11px;
        margin-top: 8px;
        margin-right: 0px;
        margin-bottom: 8px;
        background-color: #911141;
        background-image: none;
        border: 1px solid #fff !important;
        border-top-color:  #fff !important;
        border-right-color: #fff !important;
        border-bottom-color: #fff !important;
        border-left-color:#fff !important;
        border-radius: 4px;
        display: block;
    }
 .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }
 .menu-bg-color {
         position: absolute; 
        top: 0px;
        background-color: rgba(255,153,0,0.7);
        height: 58px;
        color: #fff;
        z-index: 1;
    }
  .navbar-collapse.collapse {
        display: none !important;
    }
   .navbar-nav {
       border:1px solid #fff;
        padding-top: 0px !important;
        display: block;
        width: 100%;
    }
     .navbar-nav > li {
        position: relative !important;
        display: block !important;
        float: none !important;
        border-bottom: 1px solid #fff;
    }
     
       
       .fluid-padd {
        padding: 0;
    }
    .name_banner {
        padding:0px 0px 0px 0px !important;
    }
    .display {
        display:none;
    }
     .menu-bg-color1 {
        top: 0px;
        color: #fff;
    z-index: 1;
}
    .school {
        padding-top:0px !important;
    }
    .circle {
        padding-bottom:20px !important;
    }
    .big_back {
         padding:0px !important;
    }
    .img_man {
        padding:0px 0px 0px 20px !important;
    }
    .img_man2 {
        padding:15px 0px 0px 20px !important;
    }
    /*Prajyot*/
     /*24_12_2022*/
    /*comman classes*/

    /* btn red */
    .Exhibition_Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 414px;
        border-radius: 50%;
        left: 176px;
        right: 0;
        top: 59px;
        bottom: 0;
        margin: 0 auto;
        width: 414px;
    }

    .Exhibition_Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 59px 0px 0px 0px;
    }

    .Exhibition_Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 54px;
    }

    .Exhibition_Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 36px;
    }

    .Exhibition_Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 33px;
        font-family: 'OpenSans-Regular';
    }

    .Exhibition_Yellow_circle_white_text_big3 {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Exhibition_Yellow_color_marron_text3 {
        font-size: 44px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }

    .exhibition_circle_ship {
        background-color: #ededec;
        padding: 0px 0px 20px 0px;
    }

    .btn_deco_exhibition {
        display: inline-block;
        padding: 9px 16px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 34px;
    }

        .btn_deco_exhibition:hover {
            background-color: #8b0738;
            color: #ffffff !important;
            text-decoration: none;
        }

    .exhibition_text_clr {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        font-family: 'OpenSans-Regular';
    }
    .btn_in_blue_circle {
        margin-left: -9px;
    margin-top: 12px;

    }
    .partner_after_blue_circle {
        /*padding-top: 51px!important;*/
        padding:51px 0px 10px 0px !important;
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;*/


    .Inner_page_Yellow_circle_div {
        padding: 20px 0px 0px 0px;
    }

    .Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 414px;
        border-radius: 50%;
        left: 30px;
        right: 0;
        top: -3px;
        bottom: 0;
        margin: 0 auto;
        width: 414px;
    }

    .Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 59px 0px 0px 0px;
    }

    .Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 54px;
    }

    .Yellow_circle_white_text_regular3 {
        font-size: 31px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 36px;
    }

    .Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 33px;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_big3 {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Yellow_color_marron_text3 {
        font-size: 44px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }

    .vidofguj {
        padding: 10px  23px 10px 23px;
    }

    .videoofgujrat {
        width: 721px;
        height: 480px;
    }

    .exhibition_para_main {
           padding: 0px 15px 15px 15px;
    }


    .exhibition_abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 86px 0px 0px -127px;
        border-radius: 0px;
        padding: 0px 0px 0px 128px;
    }

        /*border: 1px solid #dfdedc;*/
        .exhibition_abc .overbox4 {
            margin-top: 140px;
            position: absolute;
            top: 197px;
            left: 36px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 960px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .exhibition_abc:hover .overbox4 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox4 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox3 {
        margin-top: 140px;
        position: absolute;
        top: 198px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox3 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox3 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox2 {
        margin-top: -50px;
        position: absolute;
        top: 388px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox2 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox2 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }




    .exhibition_abc .overbox1 {
        margin-top: 140px;
        position: absolute;
        top: 198px;
        left: 128px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color:rgba(0,0,0,0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 642px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox1 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox1 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox {
        margin-top: 140px;
        position: absolute;
        top: 258px;
        left: 288px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 320px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_exhibition {
        /*margin-left: 62px;*/
    }

    /*.example-image-link {
        background: none !important;
    }*/

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .example-image-link:hover {
        background: rgba(255,255,255,0.5) !important;
    }

    .overbox1div {
        text-align: left;
        margin: -86px 0px 0px 43px;
    }


    /*end */
    /*remaining classes*/
    .team_partnership {
        margin-bottom: 20px;
        margin-top: -340px;
        padding-left: 35px;
    }

    .Exhibition_first_heading {
        font-size: 40px;
        color: #FFF;
    }

    .Exhibition_first_heading_sec {
        color: #E89D16;
        font-size: 40px;
    }

    .EXHIBITION {
        padding: 25px 30px 0px 420px;
    }

    .the_Exhibition_big_img {
        margin-top: 37px;
        padding-left: 77px;
    }

    /*.Carosalsliderimg {
       width:960px;
       height:428px;
       cursor:auto;
    }*/
    /*.Parya {
        overflow:hidden;
    }*/

    .product-slider_1 {
        /*padding: 45px;*/
    }

        .product-slider_1 #carousel { /*border: 4px solid #1089c0*/
            margin: 0px 0px 4px 0px;
        }

        .product-slider_1 #thumbcarousel {
            margin: 0px 0px 0px 0px;
            padding: 0 0px;
        }

            .product-slider_1 #thumbcarousel .item {
                text-align: center;
            }

                .product-slider_1 #thumbcarousel .item .thumb { /*border: 4px solid #cecece*/
                    width: 20%; /*margin: 0 2%*/
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    max-width: 49px;
                }

                    .product-slider_1 #thumbcarousel .item .thumb:hover {
                        border-color: #1089c0;
                    }

        .product-slider_1 .item img {
            width: 100%;
            height: auto;
        }

    .carousel-control {
        color: #0284b8;
        text-align: center;
        text-shadow: none;
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 20px;
        top: 23%;
    }

    .showing {
        border: 1px solid red;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
        background: #7a5c4d;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
    }

    .carousel-caption, .carousel-control .fa {
        font: normal normal normal 30px/26px FontAwesome;
    }

    .carousel-control {
        background-color: rgba(0, 0, 0, 0);
        bottom: auto;
        font-size: 20px;
        left: 0;
        position: absolute;
        top: 30%;
        width: auto;
    }

        .carousel-control.right, .carousel-control.left {
            background-color: rgba(0, 0, 0, 0);
            background-image: none;
        }

    /*.thumb {
filter:grayscale(100%);
}
.thumb.active {
filter:grayscale(0%);
}*/
    /*end*/
    .wrap {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        transform: rotate(45deg);
        border: 15px solid gainsboro;
    }


        .wrap img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 319px;
            margin-top: 15px;
        }

    .title-wrap {
        width: 100%;
        text-align: center;
    }

    .travel-title {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        color: red;
        font-weight: bold;
        font-size: 30px;
        transform: rotate(-45deg);
    }

    .wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        margin: 29px;
        position:inherit;
        left:8px;
        transform: rotate(45deg);
        /*border: 15px solid gainsboro;*/
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap1 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 269px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 58px;
            /*padding: 20px 10px 10px 0px;*/
        }
    /*.wrap1:hover {
    background-color:white;
   opacity:0.75px;
    }
.Travelling_obj_pot:hover {
background-color:white;
}*/
    .Travelling_obj_pot:hover {
        background-color: #03476d;
        text-decoration: none;
        color: #fff;
        transition: all 0.6s ease-in-out;
    }

    .wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        margin: 29px;
        position: inherit;
        left: 8px;
        top: 0px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }



        .wrap2 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 288px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 35px;
            /*padding: 20px 10px 10px 0px;*/
        }

    .wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        margin: 29px;
        position: inherit;
        top: 0px;
        left: 8px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }


        .wrap3 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 356px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 10px;
            /*padding: 32px 10px 0px 0px;*/
        }

    .wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        margin: 29px;
        position: inherit;
        top: -144px;
        left: 129px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap4 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 258px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 49px;
        }
    /*padding: 20px 10px 10px 0px;
}*/
    .wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;  
        margin: 29px;
        top: -144px;
        left: 129px;
        transform: rotate(45deg);
        position: inherit;
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap5 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 291px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 35px;
        }

    .wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        position: inherit;
        top: -269px;
        left: 7px;
        margin: 29px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap6 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 291px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 35px;
        }

    .wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        position: inherit;
        top: -269px;
        left: 7px;
        margin: 29px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap7 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 35px;
        }

    .wrap8 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        margin: 29px;
        top: -269px;
        left: 7px;
        position: inherit;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap8 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap9 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        position: inherit;
        top: -394px;
        left: 128px;
        margin: 29px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap9 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap10 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        margin: 29px;
        position: inherit;
        top: -394px;
        left: 128px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap10 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap11 {
         display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        position: inherit;
        top: -518px;
        left: 7px;
        margin: 29px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap11 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap12 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        margin: 29px;
        position: inherit;
        top: -518px;
        left: 7px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap12 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap13 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        margin: 29px;
        position: inherit;
        top: -518px;
        left: 7px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap13 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 279px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 38px;
        }

    .wrap14 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        margin: 29px;
        position: inherit;
        top: -295px;
        left: 7px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap14 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 324px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 12px;
        }

    .wrap15 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        margin: 29px;
        position: inherit;
        top: -295px;
        left: 7px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap15 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 324px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 12px;
        }


    .wrap16 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        margin: 29px;
        position: inherit;
        top: -295px;
        left: 7px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap16 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 251px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 50px;
        }

    .wrap17 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        margin: 29px;
        position: inherit;
        top: -419px;
        left: 128px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap17 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 251px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 50px;
        }

    .wrap18 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        margin:29px;
        position: inherit;
        top: -419px;
        left: 128px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap18 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 344px;
            width: 243px!important;
            max-width: 142%!important;
            margin-top: -6px;
            padding: 32px 0px 0px 0px;
        }

    .wrap19 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        margin: 29px;
        position: inherit;
        top: -543px;
        left: 7px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap19 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 266px;
            width: 285px!important;
            max-width: 147%!important;
            margin-top: 57px;
            padding: 0px 0px 0px 0px;
        }

    .wrap20 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        margin: 29px;
        position: inherit;
        top: -543px;
        left: 7px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap20 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 302px;
            width: 261px!important;
            max-width: 158%!important;
            margin-top: 43px;
        }

    .wrap21 {
        display: inline-block;
        overflow: hidden;
        width: 180px;
        height: 180px;
        margin: 29px;
        position: inherit;
        top: -543px;
        left: 7px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap21 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 344px;
            width: 243px!important;
            max-width: 142%!important;
            margin-top: -6px;
            padding: 32px 0px 0px 0px;
        }

    .exhibition_para {
        background-color: #f2b977;
        font-family: OpenSans-Regular;
        border-radius: 20px;
        padding: 41px 20px;
    }

    .Trav_obj_first_heading_sec {
        font-size: 40px;
        color: #FFF;
    }

    .Trav_obj_first_heading {
        color: #E89D16;
        font-size: 40px;
        font-weight: bold;
    }

    .hoveff:hover {
        background-color: white;
        opacity: 0.3;
    }

    /*blue circle*/
    .blue_circle_div3 {
        padding: 0px 60px 0px 61px;
        background: #1e5269;
        height: 383px;
        border-radius: 50%;
        left: 150px;
        right: 0px;
        top: 32px;
        bottom: 0;
        margin: 0 auto;
        width: 383px;
    }

    .blue_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #e89d10;
        font-size: 54px;
    }

    .blue_circle_white_text_and3 {
        font-family: 'OpenSans-Regular';
        color: #ffffff;
        font-size: 54px;
    }

    .ship_team {
        padding: 0px;
    }

    .ship_img_team {
         padding: 63px 0px 1px 171px;
    }

    .logo_team {
        padding: 0px;
    }
    .red_arrow_two {
        padding: 0px 0px 0px 53px;
    }


    .logo_team1 {
        padding: 0px 0px 0px 0px;
    }

    .logo_team2 {
        padding: 31px 0px 0px 0px;
    }

    .dyamand_arng {
        /*padding: 65px 0px 0px 0px;
    position: absolute;*/
        padding: 20px 0px 0px 0px;
    }


    .dyamand_arng1 {
        padding: 0px 0px 0px 0px;
    }

    .btn_1 {
        margin-top: -501px;
        padding-left: 320px;
    }

    .EXHIBITION_textile_brown_line {
        margin-top: -470px;
        text-align: center; /*padding: 31px 13px 4px 275px; background-color: #635141; height: 110px*/
        padding: 0px;
        position: relative;
        width: 100%;
    }

    .EXHIBITION_textile_brown_line2 {
        /*padding: 21px 50px 10px 234px*/ /*background-color: #635141; height: 110px;*/
        position: relative;
        width: 100%;
        margin-top: -451px;
        margin-bottom: 10px;
        padding: 0px;
    }

    .btn_2 {
        margin-top: -525px;
        padding-left: 316px;
    }

    .contact_div {
        background-color: #345726;
        padding: 0px;
    }

    .contact_div1 {
        background-color: #e89d10;
        padding: 0px;
    }

    .contact_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 36px 0px 36px;
    }

        .contact_abcd .overbox5 {
            margin-top: 140px;
            position: absolute;
            top: 203px;
            left: 171px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .contact_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .contact_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #e89d10;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
        /*padding: 12px 10px 10px 182px;*/
        /*font-family:'OpenSans-Regular';*/
    }

    .contact_white {
        font-family: 'LuloCleanW01OneBold';
        color: #ffffff;
        font-size: 38px;
        line-height: 1em;
        letter-spacing: 0.1em;
        /*padding: 12px 10px 10px 182px;*/
    }

    .contact_para {
        padding-top: 101px;
        text-align: center;
    }

    .white_strip {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 137px;
    }
    .yellow_three_textbox {
        padding-right: 61px!important;
    }
    .Yellow_message_box {
    padding: 0px 0px 0px 80px !important;
    }

    .white_strip1 {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 153px;
    }

    .color_11 {
        color: #ffffff;
        text-decoration: none;
    }

    .TELL_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #345726;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
    }

    .enquiry-textbox1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 4px 5px;
        margin-bottom: 4px;
        width: 212px;
    }

    .enquiry-textbox2 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 1px 5px;
        /* margin-bottom: 5px; */
        width: 213px;
        height: 99px;
    }

    .enquiry-btn1 {
        background-color: black;
        /* padding-right: 50px; */
        /*margin-right: 50px;*/
        color: white;
        margin-left: 145px;
        margin-top: 3px;
    }
    .captcha_img_adject {
    padding:0px 0px 0px 58px;
    }

    .imgCaptcha {
        border: 1px solid black;
        background-color: #e89d10;
        /* padding: 4px 5px; */
        /* margin-bottom: 5px; */
        width: 215px;
        height: 32px;   
        margin: -1px 9px 0px 5px;
    }

    .yellow_captcha_code_div {
        padding: 6px 0px 0px 78px;  
    }
    .imgCaptcha1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 5px 5px;
        /* margin-bottom: 5px; */
        width: 215px;
        margin: -1px 1px 2px -15px;
    }

    ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
        color: white;
    }



    .flower_img_EXHIBITION {
        text-align: -webkit-center;
        padding: 221px 0px 30px 0px;
    }

    .square_img_dyamand_last {
        text-align: -webkit-center;
        padding-bottom: 36px;
    }

    .TheExibtion_Silder_car_New_div {
        width: 960px;
        height: 428px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: TheExibtion_Silder_car_New_div 05s ease-out infinite;
    }

    @keyframes TheExibtion_Silder_car_New_div {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }






    /*    TEXTILE PAGE CSSS  */
    /*comman class for textile page*/

    .move_vid_textile {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid_textile .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 687px;
            left: 15px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid_textile:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .alani_prajyot {
        width: 700px;
        height: 379px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider_1 #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider_1 {
        text-align: center;
        /*margin-bottom: 40px;*/
    }

    .textile_Sari_Exhibition {
        padding: 20px 0px 0px 0px;
        background-color: #ededec;
    }

    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .move_vid_textile .overbox_div_saree {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: 18px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 701px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .textile_Embroidery_workshop {
        padding: 20px 0px 0px 0px;
        background-color: #ededec;
    }

    .move_vid_textile:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    /*differnt classes*/
    .Pink_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #911141;
        height: 440px;
        border-radius: 50%;
        left: 132px;
        right: 0;
        top: 15px;
        bottom: 0;
        margin: 0 auto;
        width: 440px;
    }

    .pink_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #E89D16;
        font-size: 54px;
    }

    .Pink_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 69px 0px 0px 0px;
    }

    .banner_ship2 {
        padding: 13px 0px 15px 24px;
    }


    .learing_img {
        width: 100%;
        max-width: 432px!important;
    }

  /*.textile_heading_div {
        background-color: #ededec;
        padding-top: 29px;
        padding-bottom: 10px;
    }*/

    .textile_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
         padding: 0px 26px 0px 0px;
    }

        .textile_abcd .overbox5 {
            margin-top: 140px;
            position: absolute;
            top: 207px;
            left: 139px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .textile_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .pink_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 34px;
    }

    .pink_circle_white_text_and3 {
        color: #fff;
        font-size: 34px;
        font-family: 'OpenSans-Regular';
    }


    .first_textile_div {
        padding-bottom: 40px;
        background-color: #ededec;
    }

    .textile_heading_div {
        background-color: #ededec;
        padding-top: 29px;
        padding-bottom: 10px;
    }

    .textile_wrap1 {
      display: inline-block;
    overflow: hidden;
    width: 182px;
    height: 182px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;

    }

        .textile_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 272px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 19px;
        }

    .textile_wrap2 {
       display: inline-block;
    overflow: hidden;
    width: 182px;
    height: 182px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 282px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 19px;
        }

.textile_wrap3 {
    display: inline-block;
    overflow: hidden;
    width: 182px;
    height: 182px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
}

        .textile_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 264px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 19px;
        }

    .textile_wrap4 {
       display: inline-block;
    overflow: hidden;
    width: 182px;
    height: 182px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 279px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 19px;
        }

    .textile_wrap5 {
       display: inline-block;
    overflow: hidden;
    width: 182px;
    height: 182px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 279px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 19px;
        }

    .textile_wrap6 {
      display: inline-block;
    overflow: hidden;
    width: 182px;
    height: 182px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 279px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 19px;
        }

    .textile_wrap7 {
      display: inline-block;
    overflow: hidden;
    width: 182px;
    height: 182px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 264px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 19px;
        }

    .dyamand_shape_img_first {
        padding-left: 63px !important;
    }
    .dyamand_shape_img_sec {
    padding: 0px 0px 0px 38px !important;
    }
.dyamand_shape_img_sec_sec {
        padding: 0px 0px 0px 40px !important;
 }
    .dyamand_shape_img_sec {
        margin-left: -20px;
    }

    .textile_dyamand_arng1 {
        padding: 0px 0px 0px 33px;
        position: relative;
        margin-top: -72px;
    }

    .dyamand_shape_img_three {
        padding: 0px 0px 0px 146px;
    }

    .dyamand_shape_img_four {
        padding: 0px 0px 0px 11px;
    }


    /*textile page*/

    .grey_box_brown {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
        /*margin-bottom: 20px;*/
    }

    .vimeo_exhibition {
        padding: 30px 0px 20px 0px;
        background-color: #ededec;
    }

    .exhibition_yello_text {
        padding: 0px;
        background-color: #ededec;
    }

    .textile_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 0px;
        padding-left: 89px;
    }

    .textile_small_lat {
        color: #FFFFFF;
        /*color: rgb(232, 157, 16);*/
        font-family: OpenSans-Regular;
        font-size: 40px;
    }

    .the_img_textile {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -0px;
        padding-left: 550px;
    }

    .TEXTILE_cap_lat {
        color: rgb(232, 157, 16);
        font-family: OpenSans-Bold;
        font-size: 40px;
    }
     .textile_img_sec_div {
      text-align: -webkit-center;
        position: absolute; 
        margin: -24px 0px 0px 0px;
        padding-left: 62px;
    }
     .the_img_textile_sec_div {
      text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 595px;
    }
        .the_img_textile_team_sec_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -497px;
        padding-left: 1069px;
    }

    .textile_top_one {
        /*text-align: -webkit-center;*/
        position: absolute;
        margin: -15px 0px 0px 0px;
        padding-left: 182px;
    }

    .the_img_textile_of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 640px;
    }

    .textile_img_Of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 0px;
        padding-left: 29px;
    }

    .object_sec_latter {
    }

    .textile_head {
        /*padding-left: 429px;*/
            text-align: center;
    }

    .textile_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -72px 0px 0px 0px;
        padding-left: 475px;
    }


    .textile_dyamand_arng {
        padding: 65px 0px 0px 0px;
        position: relative;
        /*background-color: #ededec;*/
    }

    .textile_dyamand_img_2 {
        background-color: #ededec;
        padding: 0px 0px 38px 0px;
    }

    .textile_dyamand_arng2 {
        margin-top: -72px;
        position: relative;
    }

    .dyamand_shape_img_five {
        padding: 0px 0px 0px 46px;
    }

    .dyamand_shape_img_six {
        /*margin-left: -2px;
    }*/
        padding: 0px 0px 0px 34px!important;
    }
    .dyamand_shape_img_sevan {
        /*margin-left: -18px;*/
            padding: 0px 0px 0px 21px !important;
    }

    .textile_sari_of_gujrat {
        background-color: #ededec;
        /*padding-bottom: 65px;*/
            padding: 0px 0px 65px 0px!important;

    }


    .textile_para {
        font-size: 15px;
        color: #635141;
        text-align: justify;
        padding: 0px 30px 0px 30px;
    }

    .text_para_saree {
        padding: 72px 0px 0px 0px;
        background-color: #ededec;
    }

    .textile_video {
        text-align: -webkit-center;
        padding: 10px;
        background-color: #ededec;
    }
    .textile_full_video {
    width:700px !important;
    }
    .green_text_textile {
        font-size: 24px;
        color: #40732A;
        font-weight: bold;
    }

    .video_text_textile {
        text-align: center;
        background-color: #ededec;
    }

    .avisual_para {
        padding: 60px 0px 0px 0px;
        background-color: #ededec;
    }
    .rextile_para_after_dyamand_img {
    padding:0px;
    }
    .saree_exhibition_pink {
        text-align: center;
        padding: 15px 0px 30px 0px;
        font-weight: bold;
        color: #B51D55;
        font-size: 17px;
        background-color: #ededec;
    }

    .banner_ship5 {
        border: 5px solid red;
    }


    object_first_headding_para {
        font-size: 40px;
        color: #E89D10;
        font-family: 'OpenSans-bold';
    }

    .object_button_red {
        background-color: #ededec;
    }

    .object_dyamand_shape_img_bg {
        background-color: #ededec;
        padding: 0px 0px 39px 0px;
    }

    .overbox_object {
        background-color: white;
    }

    .travling_object_first_div {
        background-color: #ededec;
        padding: 25px 151px 48px 151px;
    }

    .travelling_object_hightext {
        background-color: #ededec;
        padding:0px 25px;
    }

    .object_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px 0px;
        padding-left: 96px;
    }

    .object_head {
        /*padding-left: 255px;*/text-align:center;
    }

    .object_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 0px;
        padding-left: 575px;
    }

    .object_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 104px;
        padding-left: 235px;
    }

    ._object_the_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -182px;
        padding-left: 1015px;
    }

    .objects_img_para {
        font-size: 14px;
        font-family: 'OpenSans-Regular';
        text-align: center;
        color: #635141;
        padding: 10px;
    }

    .banner_ship3 {
        padding: 0px;
        border: 4px solid #635141;
        height: auto;
    }
    .object_man_door {
    padding: 12px 0px 0px 0px!important;
    left: 26px;
    }
    .object_img_back {
        padding: 0px;
        background: #fff;
        border: 4px solid #635141;
    }

    .object_big_text {
        font-size: 24px;
        color: #635141;
        text-align: justify;
    }

    .object_dyamand_arng {
        position: relative;
        padding: 65px 0px 0px 0px;
    }

    .object_dyamand_shape_img_sec {
        /*padding-left: 41px !important;*/
      padding: 0px 0px 0px 39px;
    }

    .object_dyamand_shape_img_first {
          padding: 0px 0px 0px 48px;
    }

    .object_dyamand_shape_img_third {
        /*margin-left: -19px;*/
        padding: 0px 0px 0px 31px;
    }

    .object_wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 182px;
        height: 182px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 243px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 182px;
        height: 182px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 243px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 182px;
        height: 182px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 243px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 182px;
        height: 182px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 243px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 182px;
        height: 182px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 243px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 182px;
        height: 182px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 243px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 182px;
        height: 182px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 243px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_wrap8 {
        display: inline-block;
        overflow: hidden;
        width: 182px;
        height: 182px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap8 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 243px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 47px;
        }

    .object_dyamand_arng1 {
        padding: 0px 0px 0px 48px;
        position: relative;
        margin-top: -66px;
    }

    .object_dyamand_shape_img_four {
        padding: 0px 0px 0px 122px;
    }

    .object_dyamand_shape_img_five {
        padding: 0px 0px 0px 11px;
    }

    .object_dyamand_arng2 {
        position: relative;
        margin-top: -65px;
    }

    .object_dyamand_shape_img_six {
        padding: 0px 0px 0px 31px;
    }

    .object_dyamand_shape_img_seven {
        padding: 0px 0px 0px 38px;
        margin-left: -4px;
    }

    .object_dyamand_shape_img_eight {
        /*margin-left: -11px;*/
        padding: 0px 0px 0px 40px;
    }

    .obj_list_button {
        text-align: center;
        padding: 40px;
    }
    /*OBJECT END*/
    /*travelling objects list start*/
    .object_list_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px 0px;
        padding-left: 23px;
    }

    .object_list_head {
        padding-left: 106px;
    }

    .object_list_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 0px;
        padding-left: 619px;
    }

    .orenge_headline {
        font-size: 23px;
        font-family: 'OpenSans-Regular';
        color: #E89D10;
        line-height: 20px;
    }

    .green_headline {
        color: #40732A;
        font-size: 17px;
        font-family: 'OpenSans-Regular';
        line-height: 40px;
    }

    .black_headline {
        font-size: 13px;
        font-family: 'OpenSans-Regular';
        text-align: justify;
    }

    .list_one {
        /*width: 14% !important;*/
    }

    .list_two {
        /*width: 72%;*/
    }

    .list_three {
        /*width: 34.666667%;*/
           padding-left: 14px!important;
    }

    .list_obt_text_para {
        margin-left: -60px !important;
        /*width:37.3336px;*/
        padding: 0px 20px 5px 72px;
        width: 63.333333% !important;
    }

    .list_box_object {
        padding: 0px 0px 60px 0px;
        background-color: #ededec;
    }








    /*CONTACT START
    */

    .Blue_circle_div__contact {
        padding: 0px 56px 0px 56px;
        background: #1E5269;
        height: 420px;
        border-radius: 50%;
        left: 51px;
        right: 0;
        top: 1px;
        bottom: 0;
        margin: 0 auto;
        width: 420px;
    }

    .Blue_circle_text_para__contact {
        text-align: center;
        font-family: 'OpenSans-Regular';
        padding: 87px 0px 0px 0px;
    }

    .Blue_cicle_yellow_text__contact {
        font-family: 'OPENSANS-BOLD';
        color: #E89D10;
        font-size: 36px;
    }

    .Blue_circle_white_text_regular__contact {
        font-size: 31px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_bold__contact {
        color: #fff;
        font-family: 'OPENSANS-BOLD';
        font-size: 36px;
    }

    .Blue_circle_white_text_and__contact {
        color: #fff;
        font-size: 24px;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_big__contact {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Blue_color_marron_text__contact {
        font-size: 36px;
        color: #B51D55;
        font-family: 'OPENSANS-BOLD';
    }

    .contact_main_page {
        /*margin-top: 8px;*/
        padding: 0px 0px 22px 0px;
        background-color: #ededec;
    }

    .blue_circle_div3__contact {
        padding: 10px 0px 0px 122px;
    }

/*End*/
}

@media only screen and (min-width: 640px) and (max-width:767px) {
     .Review_pg_txt_css2 {
        text-align: center;
        padding:0px !important;

    }
    .Review_pg_txt_css3 {
        display:none;
        margin: -81px 64px 0px 0px !important;
        padding-left: 0px !important;
        float: right;
        position:  initial !important;
    }
    .navbar-div {
   
    /*height: 0px;*/
    border-top: none !important;
    cursor: pointer;
    /*margin-left:30px;*/

}

/* Header & Footer*/
.Main_header {
        padding:25px 0px 0px 0px;background:#5f4e3f;height:140px;
    }
    .Header_gujrati_yatra_div {
        position:absolute;
    }
    
    .Header_text_head {
        padding-left:40px !important;
        font-family:OPENSANS-BOLD;
        font-size:49px;
        line-height:1.4;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
        color:#E09200;
        font-weight:bold;
        letter-spacing: 5px;
        margin:0px;
    }
    .Header_Journey_text {
        font-size:20px;
        color:#EDEDEC;
        font-family:OpenSans;
        letter-spacing: 2px;
        padding-left:50px;
        margin:0px;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
    }

    .Header_logo_div {
        display:none;
        float: right;
        position:relative;
        margin: -27px 140px 0px 0px;
    }


/*Navigation bar*/
    .footer_two {
        width:3%;
        
    }
    .footer_copyright {
       
        padding:0px 0px 0px 14px;
    }
    .nav_adjust {
        width:5%;
    }

    .green_strip_width {
        /*width:900px;*/
    }
.navbar-div {
   
    /*height: 0px;*/
    border-top: 1px solid #40732a;
    /*cursor: pointer;*/
    /*margin-left:30px;*/

}
    .navbar {
       
        /*min-height: 48px !important;*/
    }
.menu-bg-color {
    position: absolute;
    top: 0px;
    color: #fff;
    z-index: 1;
}
.navbar-inverse {
    background-color:#5f4e3f !important;
    border: none !important;
    color: #fff;
    border-radius: 0px;
    /*height: 31px;*/

}
.navbar-nav {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /*/*margin-left:-40px;*/
}
    .container-fluid {
       margin: -95px 10px 0px 0px;
        padding:0px 30px 0px 40px !important;
    }
#myNavbar ul li.active a {
    color: #ed1566 !important;
   
    font-weight: normal;
}
.navbar-nav > li > a {
    color: #df9d2a !important;
    line-height: 38px;
    padding: 10px 7px 10px 8px;
    font-size: 14px;
    text-align:center;
   font-family:OpenSans;
    font-weight: normal;
    outline: 0;
    box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
  
}
    /*.navbar-nav > li > a:hover {
         color: #ed1566 !important;
         box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    }*/

 .hvr-bounce-to-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        transition-duration: 0.7s;
    }

        .hvr-bounce-to-bottom:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: -2px;
            left: 0;
            right: 0;
            bottom: 66px;
            background: #fff;
            -webkit-transform: scaleY(0);
            -moz-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transition-property: transform;
            -moz-transition-property: transform;
            transition-property: transform;
            /*-webkit-transition-duration: 0.7s;
            -moz-transition-duration: 0.7s;
            transition-duration: 0.7s;*/
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
             color: #ed1566 !important;
              box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
        }

            .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
                -webkit-transform: scaleY(1);
                -moz-transform: scaleY(1);
                transform: scaleY(1);
                -webkit-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                -moz-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
            }

    .Inner_page_Blue_circle_div {
        padding:20px 0px 0px 0px;
    }
    .Blue_circle_div {
        padding:0px 60px 0px 60px;
        background:#1E5269;
        height:420px;
        border-radius:50%;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:0 auto;
        width:420px;
    }
    .Blue_circle_text_para {
        text-align:center;
         font-family: 'OpenSans';    
         padding: 98px 0px 0px 0px;
    }
    .Blue_cicle_yellow_text {
        font-family: 'OPENSANS-BOLD';
        color:#E89D10;
        font-size:36px;
    }
    .Blue_circle_white_text_regular {
        font-size:31px;
        color:#fff;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_bold {
        color:#fff;
        font-family: 'OPENSANS-BOLD';
        font-size:36px;
    }
    .Blue_circle_white_text_and {
        color:#fff;
        font-size:24px;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_big {
        font-size:36px;
        font-family: 'OpenSans';
        color:#fff;
    }
    .Blue_color_marron_text {
        font-size:36px;
        color:#B51D55;
        font-family: 'OPENSANS-BOLD';
    }
     .Main_Footer {
        padding:20px 0px 0px 0px;
        background:#5f4e3f;height:70px;
    }
    .Main_Footer_copyright {
        margin: 0px 0px 0px 0px;
    }
    .Three_link_div {
        display: flex;float:right;margin: 69px 22px 0px 43px;
    }
     .reserach_continue {
        padding:0px 0px 0px 0px;
        font-size:40px;
        color:#40732A;
        font-weight:bold;
        text-align:center;
    }
/**/
/*End*/

    /*24_12_2022*/

    /*Comman classes*/
    .grn_button_pad {
        text-align:-webkit-center;
        padding:20px 0px 0px 0px;
        /*margin-left:0px !important;
        margin-right:0px !important;*/
    }
    .two_div_manage {
        padding:0px;
    }
    .ban_adjust_one {
        width:6%;
    }
     .banner_ship {
        /*padding:0px 95px 0px 180px;*/
        padding:0px 0px 0px 0px !important;
    }
    .button_adjust {
        padding: 15px 0px 30px 120px;
       
    }
    .div_width_adjust {
        width: 3.666667%;
    }
    .grey_box {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
    }

    .research {
        padding: 0px 0px 0px 765px;
        margin-bottom: -35px;
    }

    .Blue_circle_div2 {
        padding: 0px 53px 0px 53px;
        background: #1E5269;
        height: 415px;
        border-radius: 50%;
        left: 75px;
        right: 0;
        top: 10px;
        bottom: 0;
        margin: 0 auto;
        width: 415px;
        margin-bottom:10px;
    }

    .Blue_circle_text_para2 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 30px 0px 0px 0px;
    }

    .blue_para {
        font-size: 21px;
        text-align: center;
        /*font-size:21px;*/
        color: #FFFFFF;
    }

    .Blue_circle_para_main_research {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 0px;
        line-height: 2.1;
    }



    .abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abc .overbox {
            /*margin-top: 140px;*/
            position: absolute;
            top: 334px;
            left: 122px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abc:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    /*.lightboxOverlay {
   
     background-color:transparent!important;
}*/


    /*end*/

    /*Remanimg classes*/



    .img_pad {
        padding: 5px 40px 0px 40px;
    }

    .back_div {
        margin-top:20px;
          margin-left:15px;
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        width: 610px;
        text-align:justify;
        /*height: 430px;*/
    }

    .div_adjust {
        margin-left: 83px;
        padding: 0px 0px 0px 0px!important;
        width: 470px !important;
        height: 430px !important;
      
    }

    .font_adjust1 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 16px;
        color: #fff;
    }

    .font_adjust2 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 13px;
        color: #fff;
    }

    .img_dim {
        height: 350px !important;
    }

    .font_journey {
        margin-left: 450px;
        font-size: 40px;
        margin-top: 30px;
    }

    .example-image-link {
        background: none !important;
    }

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .map_img {
        /*margin-left:15px;*/
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        border: solid 2px #40732A;
        /*width: 610px!important;
        height: 520px;*/
    }

    .map_dim {
        margin: 0px 0px 0px 15px;
        width: 990px!important;
        height: 430px;
    }

    .back_div_next {
        /*margin-left: 100px;*/
        margin-right: 10px;
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 713px;*/
        text-align: justify;
        /*height: 515px;*/
        /*border:solid 10px #f2b977;*/
    }

    
    .div_adjust_next {
        margin-top:20px;
        margin-left:95px;
        padding: 0px 0px 0px 0px!important;
        width: 425px !important;
        height: 513px !important;
    }

    .img_dim_next {
        height: 450px !important;
        border: #7a5c4d 2px solid;
    }

    .back_div_new {
        margin-top:20px;
        /*margin-left: 25px;*/
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 716px;*/
        /*height: 515px;*/
        text-align: justify;
        margin-bottom:20px;
    }

    .div_adjust_new {
        margin-left:55px;
        padding: 0px 0px 0px 0px!important;
        width: 490px !important;
        height: 513px !important;
    }

    .img_dim_four {
        margin-top: 5px;
        height: 440px !important;
        width: 480px !important;
    }

    .font_journey_NEW {
        margin-left: 380px;
        font-size: 40px;
        margin-top: 30px;
    }

    .back_div_one {
        /*margin-left: 25px;*/
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 716px;*/
        text-align: justify;
        /*height: 540px;*/
    }

    .div_adjust_one {
        margin-top:20px;
        margin-left: 60px;
        padding: 0px 0px 0px 0px!important;
        width: 490px !important;
        height: 540px !important;
    }

    .map_img_shop {
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        /*border:solid 2px #40732A;*/
        /*width: 716px;
        height: 500px;*/
    }

    .map_dim_shop {
        margin-top: 5px;
        height: 440px !important;
        width: 940px !important;
    }

    .back_div_para {
        /*margin-left: 28px;*/
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 716px;*/
        text-align: justify;
        /*height: 150px;*/
    }

     .btn-deco:hover {
        color:#fff;
        text-decoration:none;
    }
    .btn_class {
        padding: 0px 0px 0px 0px;
    }

    .btn-deco {
        display: inline-block;
        padding: 15px 36px;
        font-size: 15px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 15px;
        /*box-shadow: 0 9px #999;*/
    }

    .text_clr {
        margin-bottom:30px;
        margin-right: 55px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;
    }*/


    /*end*/

    /*end*/
    /*28_12_2022*/
    /*keyword*/

    /*Comman classes*/




    /*Remanimg classes*/

    .strip_one {
        padding: 50px 0px 0px 0px;
        width: 91%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 15px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        margin-left: 32px;
    }

    .img_logo {
        /*width: 325px;
        height: 220px;*/
    }

    .img_logo_dim {
        margin-left:105px;
        padding: 0px 0px 0px 0px;
        border: #fbfbfa solid 2px;
        border-radius: 10px;
        width: 330px;
        height: 230px;
    }

    .key_pad {
        padding:20px 45px 0px 0px;
        /*margin-left: 20px;*/
    }

    .font_justify_one {
        text-align:center;
        font-size: 45px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        /*text-align: justify;*/
    }

    .font_justify_two {
        font-size: 14px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0px;
        font-family: OpenSans-Regular;
        text-align: justify;
    }

    .font_justify_four {
        text-align:center;
        font-size: 45px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
    }

    .img_left {
        padding:0px;
        /*margin-left: 160px;*/
    }

    /*29-12-2022*/
    /*oral history css*/

    /*Comman classes*/




    /*Remanimg classes*/
    .logo_pad {
        padding:0px 0px 0px 50px;
    }
    .vedio_pad {
        text-align:-webkit-center;
        padding: 20px 0px 0px 0px;
        /*margin-left: -15px;*/
    }

    .text_div {
        /*margin-top: -288px;
        margin-left: 345px;*/
        text-align: justify;
        padding: 10px 30px 0px 30px;
        letter-spacing: normal;
        line-height: normal;
    }

    .back_color {
        background-color: #fff;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        width: 100%;
        max-width: 1003px;
        background-color: #fff;
    }

    .strip_two {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 11px 19px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        /*margin-left: -15px;*/
    }

    .btn-deco-green {
        margin-left:0px !important;
        margin-right:0px !important;
        display: inline-block;
        padding: 15px 36px;
        font-size: 31px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_green {
        color: #FFF094;
        font-size: 14px;
    }

    .btn-deco-green {
        height: 70px;
        width: 355px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
    }

        .btn-deco-green:hover span {
            text-transform: uppercase;
            content: "ORAL HISTORY CONTINUED!";
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
            /*display:none*/
        }

        /*.btn-deco-green:hover {
    
  content:"ORAL HISTORY CONTINUED!";
   font-family:OpenSans-Regular;
  font-style:italic;
   color: #FFF094;
}*/

        .btn-deco-green:hover {
            background-color: #1B5B3F;
        }

    /*oral history 2 css*/
    .vedio_pad_two {
        text-align: -webkit-center;
        padding: 20px 0px 0px 0px;
        /*margin-left: -15px;*/
    }

    .text_div_two {
        /*margin-top: -288px;
        margin-left: 345px;*/
        text-align: justify;
        padding: 30px 30px 0px 30px;
        letter-spacing: normal;
        line-height: normal;
    }


    .strip_three {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
    }

    .video_adjust {
        width: 360px;
        height: 257px;
    }

    .top_pad {
        padding-top: 20px;
    }
    /*narratives*/
    .narratives {
        text-align: -webkit-center;
        /*padding: 15px 0px 0px 25px;*/
    }

    .narrative_vedio_width {
        width: 518px;
        height: 292px;
    }

    .indian {
        margin-bottom: 3px;
    }

    .content_narratives {
        /*padding: 60px 0px 0px 8px;
        text-align: left;*/
        text-align:center;
    }

    .edward {
        text-align:center !important;
        /*padding: 0px 35px 0px 5px;*/
    }

    .strip_four {
        padding: 80px 0px 0px 0px;
        width: 97%;
        position: relative;
        top: -97%;
        height: 13px;
        background-image: linear-gradient(313deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(43deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        margin-left: 10px;
        margin-top: -25px;
    }

    .back_color_narratives {
        background-color: #fff;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        width: 100%;
        max-width: 985px;
        margin-top: 20px;
    }
    /*button*/
    .btn-deco-small {
        display: inline-block;
        padding: 15px 36px;
        font-size: 28px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_small {
        color: #FFF094;
        font-size: 12px;
    }

    .btn-deco-small {
        height: 40px;
        width: 200px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
        margin-left:0px !important;
        margin-right:0px !important;
    }

        .btn-deco-small:hover span {
            text-transform: uppercase;
            font-size: 9px;
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
        }



        .btn-deco-small:hover {
            background-color: #1B5B3F;
        }


    /*30-12-2022
page learning*/
     .ORAL_div_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 75px;
    padding-left: 404px;
}
    .ORAL_div_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -800px;
    padding-left: 847px;
}
    .div_head {
        padding-left: 160px;
    }
     .ORAL_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 50px;
    /*padding-left: 404px;*/
}
    .ORAL_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 470px;
    /*padding-left: 847px;*/
}
    .ORAL_head {
        padding-left: 152px;
    }
    .logo_green {
        padding-top:20px;
         padding-bottom:20px;
        /*padding:20px 15px 20px 50px;*/
       text-align: -webkit-center;
    }
    .team_top_one {
        text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -450px;
    padding-left: 847px;
}
    
    .team_top_two {
        text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 130px;
    /*padding-left: 847px;*/
    }
    .team_head {
    padding-left: 675px;
}
    .learning_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 35px;
    padding-left: 404px;
}
    .learning_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -740px;
    padding-left: 847px;
}
    .learning_head {
        padding-left: 210px;
    }
      .NARRATIVES_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 259px;
    padding-left: 404px;
}
    .NARRATIVES_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 180px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        padding-left: 785px;
    }
    .MUSIC_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -210px;
        /*padding-left: 235px;*/
    }
    .STORYTELLING_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -140px;
        padding-left: 1015px;
    }


      .OBJECT_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -200px;
        /*padding-left: 235px;*/
    }

    .HANDLING_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -150px;
        /*padding-left: 1015px;*/
    }
    .WORKSHOP {
        font-size:40px;
    }
     .saree_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -160px;
        /*padding-left: 235px;*/
    }
     .drapping_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -190px;
        padding-left: 1015px;
    }
    .school_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -25px 0px 0px -395px;
        /*padding-left: 1015px;*/
    }
    .school_two_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -80px 0px 0px -200px;
        /*padding-left: 235px;*/
    }

    
    .bead_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -140px;
        /*padding-left: 235px;*/
    }
    .craft_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -210px;
        padding-left: 1015px;
    }

    .learning {
    }
    .ylw_div {
        width:5.33%
    }
    .yellow_circle_div {
        padding: 0px 53px 0px 53px;
        background: #e89d10;
        height: 430px;
        border-radius: 50%;
        left: 73px;
        right: 0;
        top: 20px;
        bottom: 0;
        margin: 0 auto;
        width: 430px;
    }

    .yellow_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 65px 0px 0px 0px;
        /*line-height: 2.1;*/
    }

    .text_yellow {
        padding: 0px 0px 0px 0px;
    }

    .is_text {
        padding: 0px 0px 0px 0px;
    }

    .abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abcd .overbox {
            margin-top: 140px;
            position: absolute;
            top: 193px;
            left: 115px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abcd:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_learning {
        padding: 20px 0px 0px 20px;
    }

    .font_8 {
        text-align: justify;
    }

    .yellow_content {
        text-align:center;
        font-size: 34px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .black_content {
        text-align: justify;
        font-size: 15px;
        color: #635141;
    }

    .yellow_content_two {
        text-align:center;
        font-size: 29px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .xyz {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        /*margin: 22px 0px 0px 0px;*/
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .xyz .overbox_new {
            /*margin-top: 90px;*/
            position: absolute;
            top: 333px;
            left: 110px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            /*z-index: 100;*/
            /*opacity: 0.4;*/
            width: 391px;
            /*height: 90px;*/
            padding-top: 39px;
            /*bottom: 22px;*/
        }

        .xyz:hover .overbox_new {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_new {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .img_div_women {
        padding: 0px 0px 0px 0px;
        text-align: -webkit-center;
    }

    .banner_storytelling {
        padding: 20px 0px 0px 0px;
        text-align: -webkit-center;
    }

    .text_set {
        text-align: left;
        margin: -25px 0px 0px 120px;
    }

    .slick-prev:hover, .slick-prev:focus {
        color: transparent !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        transition: all 0.9s ease-in-out !important;
    }

    .slick-prev {
        left: 32px !important;
    }

    .slick-prev {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 32px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        background-color: transparent !important;
        z-index: 1;
        margin-left: 75px !important;

    }

    .slick-next {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 35px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-right-arrow-32.png) !important;
        background-repeat: no-repeat !important;
        margin-right: 90px !important;
    }

        .slick-next:hover, .slick-next:focus {
            color: transparent !important;
            outline: none !important;
            background-image: url(../img/icons8-right-arrow-32.png) !important;
            transition: all 0.9s ease-in-out !important;
            /*width: 30px !important;
    height: 96px !important;*/
            top: 50% !important;
        }

    .slick-next {
        right: 23px !important;
    }

    .xyz:hover .overbox_new .Imghoverblackdv {
        -webkit-transform: scale(1);
        transform: scale(1);
    }



    .xyz .overbox_new .Imghoverblackdv {
        /*margin-top: 90px;*/
        position: absolute;
        top: 333px;
        left: 17px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /*z-index: 100;*/
        /*opacity: 0.4;*/
        width: 391px;
        /*height: 90px;*/
        padding-top: 90px;
        /*bottom: 22px;*/
    }

    .Imghoverblackdv {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -255px 0px 0px 471px;
        position: absolute;
    }

        .Imghoverblackdv:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -245px 0px 0px 471px;
            position: absolute;
        }

    .Imghoverblackdv1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -255px 0px 0px 471px;
        position: absolute;
    }

        .Imghoverblackdv1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -255px 0px 0px 471px;
            position: absolute;
        }

    .Imghoverblackdvprev {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -255px 0px 0px 110px;
        position: absolute;
    }

        .Imghoverblackdvprev:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
           margin: -255px 0px 0px 110px;
            position: absolute;
        }

    .Imghoverblackdvprev1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -255px 0px 0px 110px;
        position: absolute;
    }

        .Imghoverblackdvprev1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 110px;
            position: absolute;
        }

    .move_vid {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 687px;
            left: -110px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    .alani {
        width: 819px;
        height: 379px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider #thumbcarousel .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider {
        text-align: center;
    }

    .move_vid {
    }



    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .product-slider #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div4 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
        margin-top:5px;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .move_vid .overbox_div_saree {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: -110px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 819px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .move_vid .overbox_div_bead {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: -80px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 800px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_bead {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_bead {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 22%;
         margin: 0 0%; 
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 100px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 22%;
         margin: 0 0%; 
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .story:hover .overbox_new_music {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .story .overbox_new_music {
        /*margin-top: 90px;*/
        position: absolute;
        top: 332px;
        left: 95px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /* z-index: 100; */
        /* opacity: 0.4; */
        width: 420px;
        height: 40px;
        padding-top: 36px;
        /* bottom: 22px;*/
    }

    .overbox_new_music {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .text_set_music {
        text-align: left;
        margin: -28px 0px 0px 95px;
    }


    /*team page*/

    .green_circle_div2 {
        padding: 0px 53px 0px 53px;
        background: #40732a;
        height: 434px;
        border-radius: 50%;
        left: 70px;
        right: 0;
        top: 22px;
        bottom: 0;
        margin: 0 auto;
        width: 434px;
        margin-bottom:20px;
    }

    .green_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 0px;
        line-height: 1.9;
    }

    a.email_rolf:hover, a.email_rolf:focus {
        color: #A9A9A9 !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.email_rolf {
        color: #A9A9A9 !important;
        text-decoration: none;
    }

    .rolf_div {
        background-color: #40732a;
        text-align: -webkit-center;
        padding: 59px 70px 50px 70px;
        line-height: 1.7;
    }

    .ROLF_KILLIUS {
        font-size: 26px; /*line-height:1em;*/
        text-align: center;
        color: #FFFFFF;
        font-family: OpenSans-Regular;
    }

    .rolf_para_one {
        font-size: 16px;
        color: #A9A9A9;
        font-family: OpenSans-Regular;
        text-align: center;
    }

    .rolf_para_two {
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
        text-align: center;
    }

    .rolf_para_three {
        text-align: center;
        text-decoration: underline;
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
    }

    .lata_div {
        background-color: #911141;
        text-align: -webkit-center;
        padding: 59px 70px 50px 70px;
    }
    .bg_rolf_color {
        background-color: #40732a;
    }
    .bg_lata_color {
          background-color:#911141 !important;
    }
    .nat_img {
        padding-top:10px !important;
    }
    .museum_img_pad {
         padding-top:20px !important;
    }
    .text_nat_pad {
         padding:0px 25px 0px 25px !important;
    }

    .text_para_natraj {
        font-size: 20px;
        color: #B51D55;
        font-family: OpenSans-Regular;
    }

    .link_para {
        text-align: center;
        font-size: 14px;
        color: #40732A !important;
        font-weight: bold;
        text-decoration: underline;
        font-family: OpenSans-Regular;
    }

    a.link_mail:hover, a.link_mail:focus {
        color: #40732a !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.link_mail {
        color: #40732a !important;
        text-decoration: none;
    }

    .curators {
        font-size: 40px;
    }

    .square_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -360px;
        padding-left: 404px;
    }

    .flower_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -360px;
        padding-left: 847px;
    }

    .research_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -15px 0px 0px 305px;
        padding-left: 404px;
    }

    .research_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -71px 0px 0px 150px;
        padding-left: 847px;
    }

    .team_head {
        padding-left: 250px;
    }

    .reviews_banner {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 40px 0px 40px;
        /*border: 1px solid #dfdedc;*/
    }

        .reviews_banner .overbox_reviews {
            margin-top: 100px;
            position: absolute;
            top: 235px;
            left: 195px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .reviews_banner:hover .overbox_reviews {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_reviews {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .green_circle_review {
        padding: 15px 53px 0px 53px;
        background: #40732a;
        height: 400px;
        border-radius: 50%;
        left: 120px;
        right: 0;
        top: 25px;
        bottom: 0;
        margin: 0 auto;
        width: 400px;
        margin-bottom:20px;
    }

    .green_review_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 15px 0px 0px 10px;
        line-height: 1.9;
    }

    .REVIEWS_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -175px;
        /*padding-left: 235px;*/
    }

    .EXHIBITION_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -180px;
        padding-left: 1015px;
    }
    .EXHIBITION {
        font-size:40px;
    }
    .review_text_one {
        font-size:18px;  font-family: OpenSans-Regular; color:#911141;font-weight:bold;font-style:normal;
    }
     .review_text_two {
         font-weight:normal;font-style:italic;text-decoration:none;color:#A4A4A4;font-family: OpenSans-Regular;font-size:13px;text-align:justify;
    }
      .review_text_three {
          color:#635141;font-family: OpenSans-Regular;font-size:26px;
    }
       .review_text_four {
           color:#635141; font-size:13px;font-family: OpenSans-Regular;text-align:justify;
    }
    .width_one {
        width:0%;
        padding:0px;
    }
     .width_two {
        width:100%;
        padding:0px;
    }
    .pad_img_one_reviews {
        padding:20px 20px 20px 20px !important;
    }
    .pad_img_one_reviews_new {
        padding:20px 20px 40px 20px !important;
    }
    .Readmore {
        padding:12px 25px 12px 25px;
        color:#353131;
         background-color:#ffd45a;
          font-size: 15px;
        cursor: pointer;
      text-align:center;
         text-decoration: none;
        outline: none;
         border: none;
        border-radius: 10px;
        font-style:italic;
        transition: all 0.6s ease-in-out;
    }
        .Readmore:hover {
             text-align:center;
             color:#353131;
             background-color: rgba(255, 225, 140, 1);
             text-decoration:none;
              font-style:italic;
              transition: all 0.6s ease-in-out;
        }
    .review_top_one {
         text-align: -webkit-center;
        position: absolute;
        margin: -20px 0px 0px 110px;
        /*padding-left: 404px;*/
    }
    .review_top_two {
         text-align: -webkit-center;
        position: absolute;
        margin: -75px 0px 0px 420px;
        /*padding-left: 847px;*/
    }
    .review_head {
        /*padding-left:280px;*/
    }
     .NARRATIVES_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 60px;
    padding-left: 404px;
}
    .NARRATIVES_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -780px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        padding-left: 180px;
    }
     .keywords_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 125px;
    padding-left: 340px;
}
    .keywords_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -775px;
    padding-left: 840px;
}
    .keywords_head {
        padding-left: 200px;
    }
    .research_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -765px;
    padding-left: 847px;
}
    .research_top_two {
    text-align: -webkit-center;
    position: absolute;
    /*margin: -75px 0px 0px 0px;*/
    padding-left: 290px;
}
    .research_head {
    padding-left: 200px;
}
 .journey_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -25px 0px 0px -170px;
    padding-left: 235px;
}
 .the_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -80px 0px 0px -550px;
    padding-left: 1015px;
}
 .theplace_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -24px 0px 0px -233px;
    /*padding-left: 235px;*/
}
 .thepeople_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -81px 0px 0px -360px;
    padding-left: 1015px;
}
    .set_button {
        text-align:center;
        padding:20px 0px 0px 0px;
    }
    .pad_bottom {
        padding:0px 15px 20px 15px;

    }
    .div_vid_animaton {
        padding:0px;
    }
    .div_vid_slider {
        padding:0px 0px 0px 15px;
    }
    .slider_pad {
          padding:0px 0px 0px 0px;
    }
    .one_div_width {
        width:5.33%;
    }






     /*.navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }*/

    .navbar-toggle:focus {
       background-color: #5f4e3f !important;
    }

   

   

        .navbar-collapse.collapse.in {
            padding: 0px 0px 0px 0px !important;
            display: block !important;
            padding: 0px;
            background-color: #345726;
            opacity:0.9;
        }

        .navbar-nav > li > a {
            text-align:left;
            color: #fff !important;
            padding: 0px 0px 0px 40px;
            font-size: 16px;
            font-family: Calibri;
            font-family: 'LatoReguler';
            font-weight: normal;
            outline: 0;
            transition: all 0.6s ease-in-out;
        }

            .navbar-nav > li > a:hover {
                color: #fff !important;
                padding: 10px 11px 10px 20px;
                background-color: #dc3524 !important;
                transition: all 0.6s ease-in-out;
            }

    .navbar-inverse .navbar-nav > .active > a {
        color: #000 !important;
        background-color: #f6bb19 !important;
    }
 .navbar-header {
        float: none;
        /*background: rgba(000,0,0,0.8);
        border-bottom: 1px solid #444444;*/
    }
  .navbar-inverse {
        background-color: rgba(000, 0, 0, 0.0) !important;
        border: none !important;
        color: #fff;
        border-radius: 0px;
    }
   .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
        {
             background-color:#911141 !important;
        }
   .navbar-toggle {
        position: relative;
        float: right;
        padding: 15px 11px;
        margin-top: 8px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: #911141;
        background-image: none;
        border: 1px solid #fff !important;
        border-top-color:  #fff !important;
        border-right-color: #fff !important;
        border-bottom-color: #fff !important;
        border-left-color:#fff !important;
        border-radius: 4px;
        display: block;
    }
 .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }
 .menu-bg-color {
         position: absolute; 
        top: 0px;
        background-color: rgba(255,153,0,0.7);
        height: 58px;
        color: #fff;
        z-index: 1;
    }
  .navbar-collapse.collapse {
        display: none !important;
    }
   .navbar-nav {
       margin:0px 0px 0px 0px;
       border:1px solid #fff;
        padding-top: 0px !important;
        display: block;
        width: 100%;
    }
     .navbar-nav > li {
        position: relative !important;
        display: block !important;
        float: none !important;
        border-bottom: 1px solid #fff;
    }
     
       
       .fluid-padd {
        padding: 0;
    }
    .name_banner {
        padding:0px 0px 0px 0px !important;
    }
    .display {
        display:none;
    }
     .menu-bg-color1 {
        top: 0px;
        color: #fff;
    z-index: 1;
}
    .school {
        padding-top:0px !important;
    }
    .circle {
        padding-bottom:20px !important;
    }
    .big_back {
         padding:0px !important;
    }
    .img_man {
        padding:0px 0px 0px 20px !important;
    }
    .img_man2 {
        padding:15px 0px 0px 20px !important;
    }
    .run_div_adjust {
        padding:0px 15px 0px 15px !important;
    }
    .text_ad {
       padding:0px 15px 0px 15px !important;
    }
    .text_rev {
        text-align:center;
    }
     .but1 {
             padding: 15px 30px 15px 30px !important;
    }
    .but2 {
    padding: 15px 20px 15px 20px !important;
}
    .but3 {
    padding: 15px 20px 15px 20px !important;
}
    .but4 {
    padding: 15px 30px 15px 30px !important;
}

    /*Prajyot*/
 /*24_12_2022*/
    /*comman classes*/

    /* btn red */
    .Exhibition_Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 414px;
        border-radius: 50%;
        left: 118px;
        right: 0;
        top: 59px;
        bottom: 0;
        margin: 0 auto;
        width: 414px;
    }

    .Exhibition_Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 59px 0px 0px 0px;
    }

    .Exhibition_Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 54px;
    }

    .Exhibition_Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 36px;
    }

    .Exhibition_Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 33px;
        font-family: 'OpenSans-Regular';
    }

    .Exhibition_Yellow_circle_white_text_big3 {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Exhibition_Yellow_color_marron_text3 {
        font-size: 44px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }

    .exhibition_circle_ship {
        background-color: #ededec;
        padding: 0px 0px 20px 0px;
    }

    .btn_deco_exhibition {
        display: inline-block;
        padding: 9px 16px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 34px;
    }

        .btn_deco_exhibition:hover {
            background-color: #8b0738;
            color: #ffffff !important;
            text-decoration: none;
        }

    .exhibition_text_clr {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        font-family: 'OpenSans-Regular';
    }
    .btn_in_blue_circle {
        margin-left: -9px;
    margin-top: 12px;

    }
    .partner_after_blue_circle {
        /*padding-top: 51px!important;*/
        /*padding:51px 0px 10px 0px !important;*/
        padding:0px !important;
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;*/


    .Inner_page_Yellow_circle_div {
        padding: 20px 0px 0px 0px;
    }

    .Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 414px;
        border-radius: 50%;
        left: 105px;
        right: 0;
        top: -3px;
        bottom: 0;
        margin: 0 auto;
        width: 414px;
    }

    .Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 59px 0px 0px 0px;
    }

    .Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 54px;
    }

    .Yellow_circle_white_text_regular3 {
        font-size: 31px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 36px;
    }

    .Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 33px;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_big3 {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Yellow_color_marron_text3 {
        font-size: 44px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }

    .vidofguj {
        padding: 10px  23px 10px 23px;
    }

    .videoofgujrat {
        width: 600px;
        height: 336px;
    }

    .exhibition_para_main {
           padding: 0px 20px 15px 20px;
    }


    .exhibition_abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 86px 0px 0px -127px;
        border-radius: 0px;
        padding: 0px 0px 0px 128px;
    }

        /*border: 1px solid #dfdedc;*/
        .exhibition_abc .overbox4 {
            margin-top: 140px;
            position: absolute;
            top: 197px;
            left: 36px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 960px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .exhibition_abc:hover .overbox4 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox4 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox3 {
        margin-top: 140px;
        position: absolute;
        top: 198px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox3 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox3 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox2 {
        margin-top: -50px;
        position: absolute;
        top: 388px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox2 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox2 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }




    .exhibition_abc .overbox1 {
        margin-top: 140px;
        position: absolute;
        top: 76px;
        left: 128px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: rgba(0,0,0,0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 533px;
        height: 90px;
        padding-top: 89px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox1 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox1 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox {
        margin-top: 140px;
        position: absolute;
        top: 258px;
        left: 211px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 320px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_exhibition {
        /*margin-left: 62px;*/
    }

    /*.example-image-link {
        background: none !important;
    }*/

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .example-image-link:hover {
        background: rgba(255,255,255,0.5) !important;
    }

    .overbox1div {
        text-align: left;
        margin: -86px 0px 0px 43px;
    }


    /*end */
    /*remaining classes*/
    .team_partnership {
           margin-bottom: 20px;
    margin-top: 11px;
    padding-left: 14px;
    }

    .Exhibition_first_heading {
        font-size: 40px;
        color: #FFF;
    }

    .Exhibition_first_heading_sec {
        color: #E89D16;
        font-size: 40px;
    }

    .EXHIBITION {
        padding: 25px 30px 0px 420px;
    }

    .the_Exhibition_big_img {
        margin-top: 37px;
        padding-left: 77px;
    }

    /*.Carosalsliderimg {
       width:960px;
       height:428px;
       cursor:auto;
    }*/
    /*.Parya {
        overflow:hidden;
    }*/

    .product-slider_1 {
        /*padding: 45px;*/
    }

        .product-slider_1 #carousel { /*border: 4px solid #1089c0*/
            margin: 0px 0px 4px 0px;
        }

        .product-slider_1 #thumbcarousel {
            margin: 0px 0px 0px 0px;
            padding: 0 0px;
        }

            .product-slider_1 #thumbcarousel .item {
                text-align: center;
            }

                .product-slider_1 #thumbcarousel .item .thumb { /*border: 4px solid #cecece*/
                    width: 20%; /*margin: 0 2%*/
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    max-width: 85px;
                    margin-top:5px;
                }

                    .product-slider_1 #thumbcarousel .item .thumb:hover {
                        border-color: #1089c0;
                    }

        .product-slider_1 .item img {
            width: 100%;
            height: auto;
        }

    .carousel-control {
        color: #0284b8;
        text-align: center;
        text-shadow: none;
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 20px;
        top: 23%;
    }

    .showing {
        border: 1px solid red;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
        background: #7a5c4d;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
    }

    .carousel-caption, .carousel-control .fa {
        font: normal normal normal 30px/26px FontAwesome;
    }

    .carousel-control {
        background-color: rgba(0, 0, 0, 0);
        bottom: auto;
        font-size: 20px;
        left: 0;
        position: absolute;
        top: 30%;
        width: auto;
    }

        .carousel-control.right, .carousel-control.left {
            background-color: rgba(0, 0, 0, 0);
            background-image: none;
        }

    /*.thumb {
filter:grayscale(100%);
}
.thumb.active {
filter:grayscale(0%);
}*/
    /*end*/
    .wrap {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        transform: rotate(45deg);
        border: 15px solid gainsboro;
    }


        .wrap img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 319px;
            margin-top: 15px;
        }

    .title-wrap {
        width: 100%;
        text-align: center;
    }

    .travel-title {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        color: red;
        font-weight: bold;
        font-size: 30px;
        transform: rotate(-45deg);
    }

    .wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: 0px;
        position:inherit;
        left:43px;
        transform: rotate(45deg);
        /*border: 15px solid gainsboro;*/
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap1 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 39px;
            /*padding: 20px 10px 10px 0px;*/
        }
    /*.wrap1:hover {
    background-color:white;
   opacity:0.75px;
    }
.Travelling_obj_pot:hover {
background-color:white;
}*/
    .Travelling_obj_pot:hover {
        background-color: #03476d;
        text-decoration: none;
        color: #fff;
        transition: all 0.6s ease-in-out;
    }

    .wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: 0px;
        position: inherit;
        left: 89px;
        top: 0px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }



        .wrap2 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            /* width: 224px! important; */
            max-width: 150%!important;
            margin-top: 39px;
            /*padding: 20px 10px 10px 0px;*/
        }

    .wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: 0px;
        position: inherit;
        top: 0px;
        left: 134px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }


        .wrap3 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
             width: 224px! important; 
            max-width: 150%!important;
            margin-top: 39px;
            /*padding: 32px 10px 0px 0px;*/
        }

    .wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
       margin: 0px;
        position: inherit;
        top: -106px;
        left: 142px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap4 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 39px;
        }
    /*padding: 20px 10px 10px 0px;
}*/
    .wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;  
        margin: 0px;
        top: -106px;
        left: 188px;
        transform: rotate(45deg);
        position: inherit;
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap5 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 39px;
        }

    .wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        position: inherit;
        top: -163px;
        left: 42px;
        margin: 0px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap6 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 39px;
        }

    .wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        position: inherit;
        top: -163px;
        left:88px;
        margin: 0px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap7 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 39px;
        }

    .wrap8 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: 0px;
        top: -163px;
        left: 133px;
        position: inherit;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap8 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 39px;
        }

    .wrap9 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        position: inherit;
        top: -220px;
        left: 142px;
        margin: 0px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap9 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 39px;
        }

    .wrap10 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: 0px;
        position: inherit;
        top: -220px;
        left: 187px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap10 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 39px;
        }

    .wrap11 {
         display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        position: inherit;
        top: -277px;
        left: 42px;
        margin: 0px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap11 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 39px;
        }

    .wrap12 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: 0px;
        position: inherit;
        top: -277px;
        left: 88px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap12 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 39px;
        }

    .wrap13 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: 0px;
        position: inherit;
        top: -277px;
        left: 133px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap13 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 39px;
        }

    .wrap14 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: 0px;
        position: inherit;
        top: -11px;
        left: 42px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap14 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
             width: 224px! important; 
            max-width: 139%!important;
            margin-top: 39px;
        }

    .wrap15 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: 0px;
        position: inherit;
        top: -11px;
        left: 88px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap15 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 39px;
        }


    .wrap16 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: 0px;
        position: inherit;
        top: -11px;
        left: 133px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap16 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 39px;
        }

    .wrap17 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: 0px;
        position: inherit;
        top: -68px;
        left: 142px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap17 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            /* width: 224px! important; */
            max-width: 139%!important;
            margin-top: 39px;
        }

    .wrap18 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin:0px;
        position: inherit;
        top: -68px;
        left: 187px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap18 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            width: 243px!important;
            max-width: 142%!important;
            margin-top: 39px;
            /*padding: 32px 0px 0px 0px;*/
        }

    .wrap19 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: 0px;
        position: inherit;
        top: -125px;
        left: 42px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap19 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            width: 285px!important;
            max-width: 147%!important;
            margin-top: 39px;
            padding: 0px 0px 0px 0px;
        }

    .wrap20 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: 0px;
        position: inherit;
        top: -125px;
        left: 88px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap20 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            width: 261px!important;
            max-width: 158%!important;
            margin-top: 39px;
        }

    .wrap21 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        margin: 0px;
        position: inherit;
        top: -125px;
        left: 133px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap21 img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 188px;
            width: 243px!important;
            max-width: 142%!important;
            margin-top: 39px;
            /*padding: 32px 0px 0px 0px;*/
        }

    .exhibition_para {
        background-color: #f2b977;
        font-family: OpenSans-Regular;
        border-radius: 20px;
        padding: 41px 20px;
    }

    .Trav_obj_first_heading_sec {
        font-size: 40px;
        color: #FFF;
    }

    .Trav_obj_first_heading {
        color: #E89D16;
        font-size: 40px;
        font-weight: bold;
    }

    .hoveff:hover {
        background-color: white;
        opacity: 0.3;
    }

    /*blue circle*/
    .blue_circle_div3 {
        padding: 0px 60px 0px 61px;
        background: #1e5269;
        height: 383px;
        border-radius: 50%;
        left: 119px;
        right: 0px;
        top: 32px;
        bottom: 0;
        margin: 0 auto;
        width: 383px;
    }

    .blue_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #e89d10;
        font-size: 54px;
    }

    .blue_circle_white_text_and3 {
        font-family: 'OpenSans-Regular';
        color: #ffffff;
        font-size: 54px;
    }

    .ship_team {
        padding: 0px;
    }

    .ship_img_team {
         padding: 63px 0px 1px 129px;
    }

    .logo_team {
        padding: 0px;
    }
    .red_arrow_two {
        padding: 0px 0px 0px 50px;
    }
    .subrang_arts {
    padding:0px;
    }


    .logo_team1 {
        padding: 0px 0px 0px 20px;
    }

    .logo_team2 {
        padding: 31px 0px 0px 0px;
            margin-left: -35px;
    }

    .dyamand_arng {
        /*padding: 65px 0px 0px 0px;
    position: absolute;*/
        padding: 48px 0px 0px 0px;
    }


    .dyamand_arng1 {
        padding: 0px 0px 0px 0px;
    }

    .btn_1 {
        margin-top: -235px;
        padding-left: 267px;
    }

    .EXHIBITION_textile_brown_line {
        margin-top: -16px;
        text-align: center; /*padding: 31px 13px 4px 275px; background-color: #635141; height: 110px*/
        padding: 0px;
        position: relative;
        width: 100%;
    }

    .EXHIBITION_textile_brown_line2 {
        /*padding: 21px 50px 10px 234px*/ /*background-color: #635141; height: 110px;*/
        position: relative;
        width: 100%;
        margin-top: -177px;
        margin-bottom: 10px;
        padding: 0px;
    }

    .btn_2 {
        margin-top: -80px;
        padding-left: 266px;
    }

    .contact_div {
        background-color: #345726;
        padding: 0px;
    }

    .contact_div1 {
        background-color: #e89d10;
        padding: 0px;
    }

    .contact_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 36px 0px 36px;
    }

        .contact_abcd .overbox5 {
            margin-top: 140px;
            position: absolute;
            top: 203px;
            left: 105px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .contact_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .contact_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #e89d10;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
        /*padding: 12px 10px 10px 182px;*/
        /*font-family:'OpenSans-Regular';*/
    }

    .contact_white {
        font-family: 'LuloCleanW01OneBold';
        color: #ffffff;
        font-size: 38px;
        line-height: 1em;
        letter-spacing: 0.1em;
        /*padding: 12px 10px 10px 182px;*/
    }

    .contact_para {
        padding-top: 22px;
        text-align: center;
    }

    .white_strip {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 263px;
    }
    .yellow_three_textbox {
        padding: 0px!important;
    }
    .enquiry-div1 {
    float: initial !important;
        text-align: center;
    }
    .Yellow_message_box {
    padding: 0px 0px 0px 0px !important;
    text-align:center;
    }

    .white_strip1 {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 281px;
    }

    .color_11 {
        color: #ffffff;
        text-decoration: none;
    }

    .TELL_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #345726;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
    }

    .enquiry-textbox1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 4px 5px;
        margin-bottom: 4px;
        width: 212px;
    }

    .enquiry-textbox2 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 1px 5px;
        /* margin-bottom: 5px; */
        width: 213px;
        height: 99px;
    }

    .enquiry-btn1 {
        background-color: black;
        /* padding-right: 50px; */
        /*margin-right: 50px;*/
        color: white;
        margin-left: 145px;
        margin-top: 3px;
    }
    .captcha_img_adject {
    /*padding:0px 0px 0px 58px;*/
    text-align:-webkit-center;
    }

    .imgCaptcha {
        border: 1px solid black;
        background-color: #e89d10;
        /* padding: 4px 5px; */
        /* margin-bottom: 5px; */
        width: 215px;
        height: 32px;   
        /*margin: -1px 9px 0px 5px;*/
    }

    .yellow_captcha_code_div {
          padding: 6px 0px 0px 17px;
    text-align: center;
    }
    .imgCaptcha1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 5px 5px;
        /* margin-bottom: 5px; */
        width: 215px;
        margin: -1px 1px 2px -15px;
    }

    ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
        color: white;
    }



    .flower_img_EXHIBITION {
        text-align: -webkit-center;
        padding: 0px 0px 0px 0px;
    }

    .square_img_dyamand_last {
        text-align: -webkit-center;
        padding-bottom: 36px;
    }

    .TheExibtion_Silder_car_New_div {
        width: 600px;
        height: 301px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: TheExibtion_Silder_car_New_div 05s ease-out infinite;
    }

    @keyframes TheExibtion_Silder_car_New_div {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }






    /*    TEXTILE PAGE CSSS  */
    /*comman class for textile page*/

    .move_vid_textile {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid_textile .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 687px;
            left: 15px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid_textile:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .alani_prajyot {
        width: 600px;
        height: 379px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider_1 #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider_1 {
        text-align: center;
        /*margin-bottom: 40px;*/
    }

    .textile_Sari_Exhibition {
        padding: 20px 0px 0px 0px;
        background-color: #ededec;
    }

    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .move_vid_textile .overbox_div_saree {
        margin-top: -353px;
        position: absolute;
        top: 687px;
        left: -101px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 819px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .textile_Embroidery_workshop {
        padding: 20px 0px 0px 0px;
        background-color: #ededec;
    }

    .move_vid_textile:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    /*differnt classes*/
    .Pink_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #911141;
        height: 440px;
        border-radius: 50%;
        left: 77px;
        right: 0;
        top: 15px;
        bottom: 0;
        margin: 0 auto;
        width: 440px;
    }

    .pink_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #E89D16;
        font-size: 54px;
    }

    .Pink_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 69px 0px 0px 0px;
    }

    .banner_ship2 {
        padding: 13px 0px 15px 24px;
    }


    .learing_img {
        width: 100%;
        max-width: 432px!important;
    }

  /*.textile_heading_div {
        background-color: #ededec;
        padding-top: 29px;
        padding-bottom: 10px;
    }*/

    .textile_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
         padding: 0px 26px 0px 0px;
    }

        .textile_abcd .overbox5 {
            margin-top: 140px;
            position: absolute;
            top: 194px;
            left: 92px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .textile_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .pink_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 34px;
    }

    .pink_circle_white_text_and3 {
        color: #fff;
        font-size: 34px;
        font-family: 'OpenSans-Regular';
    }


    .first_textile_div {
        padding-bottom: 40px;
        background-color: #ededec;
    }

    .textile_heading_div {
        background-color: #ededec;
        padding-top: 29px;
        padding-bottom: 10px;
    }

    .textile_wrap1 {
      display: inline-block;
    overflow: hidden;
    width: 150px;
    height: 150px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;

    }

        .textile_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 183px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 22px;
        }

    .textile_wrap2 {
       display: inline-block;
    overflow: hidden;
    width: 150px;
    height: 150px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 183px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 22px;
        }

.textile_wrap3 {
    display: inline-block;
    overflow: hidden;
    width: 150px;
    height: 150px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
}

        .textile_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 183px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 22px;
        }

    .textile_wrap4 {
       display: inline-block;
    overflow: hidden;
    width: 150px;
    height: 150px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 183px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 22px;
        }

    .textile_wrap5 {
       display: inline-block;
    overflow: hidden;
    width: 150px;
    height: 150px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 183px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 22px;
        }

    .textile_wrap6 {
      display: inline-block;
    overflow: hidden;
    width: 150px;
    height: 150px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 183px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 22px;
        }

    .textile_wrap7 {
      display: inline-block;
    overflow: hidden;
    width: 150px;
    height: 150px;
    /* margin: 39px; */
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 183px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 22px;
        }

    .dyamand_shape_img_first {
        padding-left: 63px !important;
    }
    .dyamand_shape_img_sec {
    padding: 0px 0px 0px 38px !important;
    }
.dyamand_shape_img_sec_sec {
        padding: 0px 0px 0px 40px !important;
 }
    .dyamand_shape_img_sec {
        margin-left: -20px;
    }

    .textile_dyamand_arng1 {
        padding: 0px 0px 0px 33px;
        position: relative;
        margin-top: -61px;
    }

    .dyamand_shape_img_three {
        padding: 0px 0px 0px 125px;
    }

    .dyamand_shape_img_four {
        padding: 0px 0px 0px 13px;
    }


    /*textile page*/

    .grey_box_brown {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
        /*margin-bottom: 20px;*/
    }

    .vimeo_exhibition {
        padding: 30px 0px 20px 0px;
        background-color: #ededec;
    }

    .exhibition_yello_text {
        padding: 0px;
        background-color: #ededec;
    }

    .textile_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 0px;
        padding-left: 32px;
    }

    .textile_small_lat {
        color: #FFFFFF;
        /*color: rgb(232, 157, 16);*/
        font-family: OpenSans-Regular;
        font-size: 40px;
    }

    .the_img_textile {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -0px;
        padding-left: 486px;
    }

    .TEXTILE_cap_lat {
        color: rgb(232, 157, 16);
        font-family: OpenSans-Bold;
        font-size: 40px;
    }
     .textile_img_sec_div {
      text-align: -webkit-center;
        position: absolute; 
        margin: -24px 0px 0px 0px;
        padding-left: 10px;
        display:none;
    }
     .the_img_textile_sec_div {
      text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 518px;
        display:none;
    }
        .the_img_textile_team_sec_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 497px;
    }

    .textile_top_one {
        /*text-align: -webkit-center;*/
        position: absolute;
        margin: -15px 0px 0px 0px;
        padding-left: 122px;
    }

    .the_img_textile_of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 640px;
        display:none;
    }

    .textile_img_Of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 0px;
        padding-left: 29px;
        display:none;
    }

    .object_sec_latter {
    }

    .textile_head {
        /*padding-left: 429px;*/
            text-align: center;
    }

    .textile_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -72px 0px 0px 0px;
        padding-left: 412px;
    }


    .textile_dyamand_arng {
        padding: 65px 0px 0px 0px;
        position: relative;
        /*background-color: #ededec;*/
    }

    .textile_dyamand_img_2 {
        background-color: #ededec;
        padding: 0px 0px 38px 0px;
        position:initial;
    }

    .textile_dyamand_arng2 {
        margin-top: -60px;
        position: relative;
        
    padding-bottom: 30px;
    }

    .dyamand_shape_img_five {
        padding: 0px 0px 0px 47px;
    }

    .dyamand_shape_img_six {
        /*margin-left: -2px;
    }*/
        padding: 0px 0px 0px 34px!important;
    }
    .dyamand_shape_img_sevan {
        /*margin-left: -18px;*/
            padding: 0px 0px 0px 21px !important;
    }

    .textile_sari_of_gujrat {
        background-color: #ededec;
        /*padding-bottom: 65px;*/
            padding: 0px 0px 65px 0px!important;
            position:initial;
    }


    .textile_para {
        font-size: 15px;
        color: #635141;
        text-align: justify;
        padding: 40px 30px 0px 30px;
        background-color: #ededec;
    }

    .text_para_saree {
        padding: 72px 0px 0px 0px;
        background-color: #ededec;
        position:initial;
    }

    .textile_video {
        text-align: -webkit-center;
        padding: 10px;
        background-color: #ededec;
    }
    .textile_full_video {
    width:600px !important;
    }
    .green_text_textile {
        font-size: 24px;
        color: #40732A;
        font-weight: bold;
    }

    .video_text_textile {
        text-align: center;
        background-color: #ededec;
    }

    .avisual_para {
        padding: 0px 0px 0px 0px;
        background-color: #ededec;
    }
    .rextile_para_after_dyamand_img {
    padding:0px;
    }
    .saree_exhibition_pink {
        text-align: center;
        padding: 15px 0px 30px 0px;
        font-weight: bold;
        color: #B51D55;
        font-size: 17px;
        background-color: #ededec;
    }

    .banner_ship5 {
        border: 5px solid red;
    }


    object_first_headding_para {
        font-size: 40px;
        color: #E89D10;
        font-family: 'OpenSans-bold';
    }

    .object_button_red {
        background-color: #ededec;
            margin-top: 32px;
    }

    .object_dyamand_shape_img_bg {
        background-color: #ededec;
       padding: 0px 0px 39px 0px !important;
    }

    .overbox_object {
        background-color: white;
    }

    .travling_object_first_div {
        background-color: #ededec;
        /*padding: 25px 151px 48px 151px;*/
    }

    .travelling_object_hightext {
        background-color: #ededec;
        padding:0px 25px;
    }

    .object_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px 0px;
        padding-left: 39px;
    }

    .object_head {
        /*padding-left: 255px;*/text-align:center;
    }

    .object_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 0px;
        padding-left: 506px;
    }

    .object_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 104px;
        padding-left: 235px;
    }

    ._object_the_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -182px;
        padding-left: 1015px;
    }

    .objects_img_para {
        font-size: 14px;
        font-family: 'OpenSans-Regular';
        text-align: center;
        color: #635141;
        padding: 10px;
    }

    .banner_ship3 {
        padding: 0px;
        border: 4px solid #635141;
        height: auto;
    }
    .object_man_door {
    padding: 12px 67px 12px 67px!important;
    /*left: 26px;*/
    }
    .object_img_back {
        padding: 0px;
        background: #fff;
        border: 4px solid #635141;
    }

    .object_big_text {
        font-size: 24px;
        color: #635141;
        text-align: justify;
    }

    .object_dyamand_arng {
        position: relative;
        padding: 65px 0px 0px 0px;
    }

    .object_dyamand_shape_img_sec {
        /*padding-left: 41px !important;*/
      padding: 0px 0px 0px 39px;
    }

    .object_dyamand_shape_img_first {
          padding: 0px 0px 0px 48px;
    }

    .object_dyamand_shape_img_third {
        /*margin-left: -19px;*/
        padding: 0px 0px 0px 31px;
    }

    .object_wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 243px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 24px;
        }

    .object_wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 243px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 24px;
        }

    .object_wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 243px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 24px;
        }

    .object_wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 243px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 24px;
        }

    .object_wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 243px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 24px;
        }

    .object_wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 243px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 24px;
        }

    .object_wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 243px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 24px;
        }

    .object_wrap8 {
        display: inline-block;
        overflow: hidden;
        width: 150px;
        height: 150px;
        /* margin: 39px; */
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap8 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 243px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 24px;
        }

    .object_dyamand_arng1 {
        padding: 0px 0px 0px 48px;
        position: relative;
        margin-top: -54px;
    }

    .object_dyamand_shape_img_four {
        padding: 0px 0px 0px 102px;
    }

    .object_dyamand_shape_img_five {
        padding: 0px 0px 0px 11px;
    }

    .object_dyamand_arng2 {
        position: relative;
        margin-top: -54px;
    }

    .object_dyamand_shape_img_six {
        padding: 0px 0px 0px 33px;
    }

    .object_dyamand_shape_img_seven {
        padding: 0px 0px 0px 38px;
        margin-left: -4px;
    }

    .object_dyamand_shape_img_eight {
        /*margin-left: -11px;*/
        padding: 0px 0px 0px 40px;
    }

    .obj_list_button {
        text-align: center;
        padding: 40px;
    }
    /*OBJECT END*/
    /*travelling objects list start*/
    .object_list_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px 0px;
        padding-left: 23px;
        display:none;
    }

    .object_list_head {
        padding-left: 54px;
    }

    .object_list_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 0px;
        padding-left: 619px;
         display:none;
    }

    .orenge_headline {
        font-size: 23px;
        font-family: 'OpenSans-Regular';
        color: #E89D10;
        line-height: 20px;
            text-align: center;
    }

    .green_headline {
        color: #40732A;
        font-size: 17px;
        font-family: 'OpenSans-Regular';
        line-height: 40px;
            text-align: center;
    }

    .black_headline {
        font-size: 13px;
        font-family: 'OpenSans-Regular';
        text-align: justify;
        line-height: 21px;
    }

    .list_one {
        /*width: 14% !important;*/
    }

    .list_two {
        /*width: 72%;*/
    }

    .list_three {
        /*width: 34.666667%;*/
           /*padding-left: 14px!important;*/
               text-align: -webkit-center;
    }

    .list_obt_text_para {
        /*margin-left: -60px !important;*/
        /*width:37.3336px;*/
        padding: 28px 20px 20px 20px;
        /*width: 63.333333% !important;*/
    }

    .list_box_object {
        padding: 0px 0px 60px 0px;
        background-color: #ededec;
    }








    /*CONTACT START
    */

    .Blue_circle_div__contact {
        padding: 0px 56px 0px 56px;
        background: #1E5269;
        height: 420px;
        border-radius: 50%;
        left: 51px;
        right: 0;
        top: 1px;
        bottom: 0;
        margin: 0 auto;
        width: 420px;
    }

    .Blue_circle_text_para__contact {
        text-align: center;
        font-family: 'OpenSans-Regular';
        padding: 87px 0px 0px 0px;
    }

    .Blue_cicle_yellow_text__contact {
        font-family: 'OPENSANS-BOLD';
        color: #E89D10;
        font-size: 36px;
    }

    .Blue_circle_white_text_regular__contact {
        font-size: 31px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_bold__contact {
        color: #fff;
        font-family: 'OPENSANS-BOLD';
        font-size: 36px;
    }

    .Blue_circle_white_text_and__contact {
        color: #fff;
        font-size: 24px;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_big__contact {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Blue_color_marron_text__contact {
        font-size: 36px;
        color: #B51D55;
        font-family: 'OPENSANS-BOLD';
    }

    .contact_main_page {
        /*margin-top: 8px;*/
        padding: 0px 0px 22px 0px;
        background-color: #ededec;
    }

    .blue_circle_div3__contact {
        padding: 10px 0px 0px 60px;
    }

/*End*/

}
 
@media only screen and (min-width: 480px) and (max-width:639px) {
     .Review_pg_txt_css2 {
        text-align: center;
        padding:0px !important;

    }
    .Review_pg_txt_css3 {
        display:none;
        margin: -81px 64px 0px 0px !important;
        padding-left: 0px !important;
        float: right;
        position:  initial !important;
    }
    .navbar-div {
   
    /*height: 0px;*/
    border-top: none !important;
    cursor: pointer;
    /*margin-left:30px;*/

}

/* Header & Footer*/
.Main_header {
        padding:25px 0px 0px 0px;background:#5f4e3f;height:239px;
    }
    .Header_gujrati_yatra_div {
        position:absolute;
    }
    
    .Header_text_head {
        padding-left:40px !important;
        font-family:OPENSANS-BOLD;
        font-size:49px;
        line-height:1.4;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
        color:#E09200;
        font-weight:bold;
        letter-spacing: 5px;
        margin:0px;
    }
    .Header_Journey_text {
        font-size:20px;
        color:#EDEDEC;
        font-family:OpenSans;
        letter-spacing: 2px;
        padding-left:50px;
        margin:0px;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
    }

    .Header_logo_div {
        display:none;
        float: right;
        position:relative;
        margin: -27px 140px 0px 0px;
    }


/*Navigation bar*/
    .footer_two {
        width:3%;
        
    }
    .footer_copyright {
       
        padding:0px 0px 0px 14px;
    }
    .nav_adjust {
        width:5%;
    }

    .green_strip_width {
        /*width:900px;*/
    }
.navbar-div {
   
    /*height: 0px;*/
    border-top: 1px solid #40732a;
    /*cursor: pointer;*/
    /*margin-left:30px;*/

}
    .navbar {
       
        /*min-height: 48px !important;*/
    }
.menu-bg-color {
    position: absolute;
    top: 0px;
    color: #fff;
    z-index: 1;
}
.navbar-inverse {
    background-color:#5f4e3f !important;
    border: none !important;
    color: #fff;
    border-radius: 0px;
    /*height: 31px;*/

}
.navbar-nav {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /*/*margin-left:-40px;*/
}
    .container-fluid {
       margin: -95px 10px 0px 0px;
        padding:0px 30px 0px 40px !important;
    }
#myNavbar ul li.active a {
    color: #ed1566 !important;
   
    font-weight: normal;
}
.navbar-nav > li > a {
    color: #df9d2a !important;
    line-height: 38px;
    padding: 10px 7px 10px 8px;
    font-size: 14px;
    text-align:center;
   font-family:OpenSans;
    font-weight: normal;
    outline: 0;
    box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
  
}
    /*.navbar-nav > li > a:hover {
         color: #ed1566 !important;
         box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    }*/

 .hvr-bounce-to-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        transition-duration: 0.7s;
    }

        .hvr-bounce-to-bottom:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: -2px;
            left: 0;
            right: 0;
            bottom: 66px;
            background: #fff;
            -webkit-transform: scaleY(0);
            -moz-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transition-property: transform;
            -moz-transition-property: transform;
            transition-property: transform;
            /*-webkit-transition-duration: 0.7s;
            -moz-transition-duration: 0.7s;
            transition-duration: 0.7s;*/
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
             color: #ed1566 !important;
              box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
        }

            .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
                -webkit-transform: scaleY(1);
                -moz-transform: scaleY(1);
                transform: scaleY(1);
                -webkit-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                -moz-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
            }

    .Inner_page_Blue_circle_div {
        padding:20px 0px 0px 0px;
    }
    .Blue_circle_div {
        padding:0px 60px 0px 60px;
        background:#1E5269;
        height:420px;
        border-radius:50%;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:0 auto;
        width:420px;
    }
    .Blue_circle_text_para {
        text-align:center;
         font-family: 'OpenSans';    
         padding: 98px 0px 0px 0px;
    }
    .Blue_cicle_yellow_text {
        font-family: 'OPENSANS-BOLD';
        color:#E89D10;
        font-size:36px;
    }
    .Blue_circle_white_text_regular {
        font-size:31px;
        color:#fff;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_bold {
        color:#fff;
        font-family: 'OPENSANS-BOLD';
        font-size:36px;
    }
    .Blue_circle_white_text_and {
        color:#fff;
        font-size:24px;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_big {
        font-size:36px;
        font-family: 'OpenSans';
        color:#fff;
    }
    .Blue_color_marron_text {
        font-size:36px;
        color:#B51D55;
        font-family: 'OPENSANS-BOLD';
    }
     .Main_Footer {
        padding:20px 0px 0px 0px;
        background:#5f4e3f;height:70px;
    }
    .Main_Footer_copyright {
        margin: 0px 0px 0px 0px;
    }
    .Three_link_div {
        display: flex;float:right;margin: 169px 22px 0px 43px;
    }
     .reserach_continue {
        padding:0px 0px 0px 0px;
        font-size:40px;
        color:#40732A;
        font-weight:bold;
        text-align:center;
    }
/**/
/*End*/

    /*24_12_2022*/

    /*Comman classes*/
    .grn_button_pad {
        text-align:-webkit-center;
        padding:20px 0px 0px 0px;
        /*margin-left:0px !important;
        margin-right:0px !important;*/
    }
    .two_div_manage {
        padding:0px;
    }
    .ban_adjust_one {
        width:6%;
    }
     .banner_ship {
        /*padding:0px 95px 0px 180px;*/
        padding:0px 0px 0px 0px !important;
    }
    .button_adjust {
        padding: 15px 0px 30px 20px;
       
    }
    .div_width_adjust {
        width: 3.666667%;
    }
    .grey_box {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
    }

    .research {
        padding: 0px 0px 0px 765px;
        margin-bottom: -35px;
    }

    .Blue_circle_div2 {
        padding: 0px 53px 0px 53px;
        background: #1E5269;
        height: 415px;
        border-radius: 50%;
        left: 35px;
        right: 0;
        top: 10px;
        bottom: 0;
        margin: 0 auto;
        width: 415px;
        margin-bottom:10px;
    }

    .Blue_circle_text_para2 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 30px 0px 0px 0px;
    }

    .blue_para {
        font-size: 21px;
        text-align: center;
        /*font-size:21px;*/
        color: #FFFFFF;
    }

    .Blue_circle_para_main_research {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 0px;
        line-height: 2.1;
    }



    .abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abc .overbox {
            /*margin-top: 140px;*/
            position: absolute;
            top: 334px;
            left: 50px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abc:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    /*.lightboxOverlay {
   
     background-color:transparent!important;
}*/


    /*end*/

    /*Remanimg classes*/



    .img_pad {
        padding: 5px 40px 0px 40px;
    }

    .back_div {
        margin-top:20px;
          /*margin-left:15px;*/
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 610px;*/
        text-align:justify;
        /*height: 430px;*/
    }

    .div_adjust {
        /*margin-left: 20px;*/
        padding: 0px 0px 0px 0px!important;
        width: 440px !important;
        height: 430px !important;
      
    }

    .font_adjust1 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 16px;
        color: #fff;
    }

    .font_adjust2 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 13px;
        color: #fff;
    }

    .img_dim {
        height: 350px !important;
    }

    .font_journey {
        margin-left: 450px;
        font-size: 40px;
        margin-top: 30px;
    }

    .example-image-link {
        background: none !important;
    }

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .map_img {
        /*margin-left:15px;*/
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        border: solid 2px #40732A;
        /*width: 610px!important;
        height: 520px;*/
    }

    .map_dim {
        margin: 0px 0px 0px 15px;
        /*width: 990px!important;
        height: 430px;*/
    }

    .back_div_next {
        /*margin-left: 100px;*/
        margin-right: 10px;
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 713px;*/
        text-align: justify;
        /*height: 515px;*/
        /*border:solid 10px #f2b977;*/
    }

    
    .div_adjust_next {
        margin-top:20px;
        /*margin-left:95px;*/
        padding: 0px 0px 0px 0px!important;
        /*width: 425px !important;
        height: 513px !important;*/
    }

    .img_dim_next {
        /*height: 450px !important;*/
        border: #7a5c4d 2px solid;
    }

    .back_div_new {
        margin-top:20px;
        /*margin-left: 25px;*/
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 716px;*/
        /*height: 515px;*/
        text-align: justify;
        margin-bottom:20px;
    }

    .div_adjust_new {
        /*margin-left:55px;*/
        padding: 0px 0px 0px 0px!important;
        width: 450px !important;
        height: 513px !important;
        
    }

    .img_dim_four {
        /*margin-top: 5px;*/
        /*height: 440px !important;
        width: 480px !important;*/
    }

    .font_journey_NEW {
        margin-left: 380px;
        font-size: 40px;
        margin-top: 30px;
    }

    .back_div_one {
        /*margin-left: 25px;*/
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 716px;*/
        text-align: justify;
        /*height: 540px;*/
    }

    .div_adjust_one {
         border:5px solid #635141;
        margin-top:20px;
        /*margin-left: 60px;*/
        padding: 0px 0px 0px 0px!important;
        width: 100% !important;
        /*height: 540px !important;*/
    }

    .map_img_shop {
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        /*border:solid 2px #40732A;*/
        /*width: 716px;
        height: 500px;*/
    }

    .map_dim_shop {
        border:5px solid #7a5c4d;
        /*margin-top: 5px;*/
        /*height: 440px !important;
        width: 940px !important;*/
    }

    .back_div_para {
        /*margin-left: 28px;*/
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 716px;*/
        text-align: justify;
        /*height: 150px;*/
    }

     .btn-deco:hover {
        color:#fff;
        text-decoration:none;
    }
    .btn_class {
        padding: 0px 0px 0px 0px;
    }

    .btn-deco {
        display: block;
        padding: 15px 36px;
        font-size: 15px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 15px;
        /*box-shadow: 0 9px #999;*/
    }

    .text_clr {
        margin-right: 10px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;
    }*/


    /*end*/

    /*end*/
    /*28_12_2022*/
    /*keyword*/

    /*Comman classes*/




    /*Remanimg classes*/

    .strip_one {
        padding: 50px 0px 0px 0px;
        width: 86%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 15px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        margin-left: 32px;
    }

    .img_logo {
        /*width: 325px;
        height: 220px;*/
    }

    .img_logo_dim {
        margin-left:30px;
        padding: 0px 0px 0px 0px;
        border: #fbfbfa solid 2px;
        border-radius: 10px;
        width: 330px;
        height: 230px;
    }

    .key_pad {
        padding:20px 45px 0px 0px;
        /*margin-left: 20px;*/
    }

    .font_justify_one {
        text-align:center;
        font-size: 45px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        /*text-align: justify;*/
    }

    .font_justify_two {
        font-size: 14px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0px;
        font-family: OpenSans-Regular;
        text-align: justify;
    }

    .font_justify_four {
        text-align:center;
        font-size: 45px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
    }

    .img_left {
        padding:0px;
        /*margin-left: 160px;*/
    }

    /*29-12-2022*/
    /*oral history css*/

    /*Comman classes*/




    /*Remanimg classes*/
    .logo_pad {
        padding:0px 0px 0px 50px;
    }
    .vedio_pad {
        text-align:-webkit-center;
        padding: 20px 0px 0px 0px;
        /*margin-left: -15px;*/
    }

    .text_div {
        /*margin-top: -288px;
        margin-left: 345px;*/
        text-align: justify;
        padding: 10px 30px 0px 30px;
        letter-spacing: normal;
        line-height: normal;
    }

    .back_color {
        background-color: #fff;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        width: 100%;
        max-width: 1003px;
        background-color: #fff;
    }

    .strip_two {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 11px 19px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        /*margin-left: -15px;*/
    }

    .btn-deco-green {
        margin-left:0px !important;
        margin-right:0px !important;
        display: inline-block;
        padding: 15px 36px;
        font-size: 31px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_green {
        color: #FFF094;
        font-size: 14px;
    }

    .btn-deco-green {
        height: 70px;
        width: 355px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
    }

        .btn-deco-green:hover span {
            text-transform: uppercase;
            content: "ORAL HISTORY CONTINUED!";
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
            /*display:none*/
        }

        /*.btn-deco-green:hover {
    
  content:"ORAL HISTORY CONTINUED!";
   font-family:OpenSans-Regular;
  font-style:italic;
   color: #FFF094;
}*/

        .btn-deco-green:hover {
            background-color: #1B5B3F;
        }

    /*oral history 2 css*/
    .vedio_pad_two {
        text-align: -webkit-center;
        padding: 20px 0px 0px 0px;
        /*margin-left: -15px;*/
    }

    .text_div_two {
        /*margin-top: -288px;
        margin-left: 345px;*/
        text-align: justify;
        padding: 30px 30px 0px 30px;
        letter-spacing: normal;
        line-height: normal;
    }


    .strip_three {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
    }

    .video_adjust {
        width: 360px;
        height: 257px;
    }

    .top_pad {
        padding-top: 20px;
    }
    /*narratives*/
    .narratives {
        text-align: -webkit-center;
        /*padding: 15px 0px 0px 25px;*/
    }

    .narrative_vedio_width {
        width: 420px;
        height: 292px;
    }

    .indian {
        margin-bottom: 3px;
    }

    .content_narratives {
        /*padding: 60px 0px 0px 8px;
        text-align: left;*/
        text-align:center;
    }

    .edward {
        text-align:center !important;
        /*padding: 0px 35px 0px 5px;*/
    }

    .strip_four {
        padding: 80px 0px 0px 0px;
        width: 96%;
        position: relative;
        top: -97%;
        height: 13px;
        background-image: linear-gradient(313deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(43deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        margin-left: 10px;
        margin-top: -25px;
    }

    .back_color_narratives {
        background-color: #fff;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        /*width: 100%;
        max-width: 985px;
        margin-top: 20px;*/
    }
    /*button*/
    .btn-deco-small {
        display: inline-block;
        padding: 15px 36px;
        font-size: 28px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_small {
        color: #FFF094;
        font-size: 12px;
    }

    .btn-deco-small {
        height: 40px;
        width: 200px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
        margin-left:0px !important;
        margin-right:0px !important;
    }

        .btn-deco-small:hover span {
            text-transform: uppercase;
            font-size: 9px;
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
        }



        .btn-deco-small:hover {
            background-color: #1B5B3F;
        }


    /*30-12-2022
page learning*/
     .ORAL_div_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px -25px;
    padding-left: 404px;
}
    .ORAL_div_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -863px;
    padding-left: 847px;
}
    .div_head {
        text-align:center;
        /*padding-left: 160px;*/
    }
     .ORAL_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px -15px;
    /*padding-left: 404px;*/
}
    .ORAL_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 375px;
    /*padding-left: 847px;*/
}
    .ORAL_head {
        text-align:center;
        /*padding-left: 152px;*/
    }
    .logo_green {
        padding-top:20px;
         padding-bottom:20px;
        /*padding:20px 15px 20px 50px;*/
       text-align: -webkit-center;
    }
    .team_top_one {
        text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -545px;
    padding-left: 847px;
}
    
    .team_top_two {
        text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 70px;
    /*padding-left: 847px;*/
    }
    .team_head {
    text-align:center;
}
    .learning_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px -60px;
    padding-left: 404px;
}
    .learning_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -820px;
    padding-left: 847px;
}
    .learning_head {
        text-align:center;
        /*padding-left: 210px;*/
    }
      .NARRATIVES_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 259px;
    padding-left: 404px;
}
    .NARRATIVES_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 180px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        text-align:center;
        /*padding-left: 785px;*/
    }
    .MUSIC_img {
        display:none;
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -210px;
        /*padding-left: 235px;*/
    }
    .STORYTELLING_img {
        display:none;
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -140px;
        padding-left: 1015px;
    }


      .OBJECT_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -200px;
        /*padding-left: 235px;*/
    }

    .HANDLING_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -150px;
        /*padding-left: 1015px;*/
    }
    .WORKSHOP {
        font-size:40px;
    }
     .saree_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -160px;
        /*padding-left: 235px;*/
    }
     .drapping_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -190px;
        padding-left: 1015px;
    }
    .school_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -25px 0px 0px -395px;
        /*padding-left: 1015px;*/
    }
    .school_two_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -80px 0px 0px -200px;
        /*padding-left: 235px;*/
    }

    
    .bead_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -140px;
        /*padding-left: 235px;*/
    }
    .craft_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -210px;
        padding-left: 1015px;
    }

    .learning {
    }
    .ylw_div {
        width:5.33%
    }
    .yellow_circle_div {
        padding: 0px 53px 0px 53px;
        background: #e89d10;
        height: 430px;
        border-radius: 50%;
        left: -5px;
        right: 0;
        top: 20px;
        bottom: 0;
        margin: 0 auto;
        width: 430px;
    }

    .yellow_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 65px 0px 0px 0px;
        /*line-height: 2.1;*/
    }

    .text_yellow {
        padding: 0px 0px 0px 0px;
    }

    .is_text {
        padding: 0px 0px 0px 0px;
    }

    .abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abcd .overbox {
            margin-top: 140px;
            position: absolute;
            top: 193px;
            left: 50px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abcd:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_learning {
        padding: 20px 0px 0px 0px;
    }

    .font_8 {
        text-align: justify;
    }

    .yellow_content {
        text-align:center;
        font-size: 34px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .black_content {
        text-align: justify;
        font-size: 15px;
        color: #635141;
    }

    .yellow_content_two {
        text-align:center;
        font-size: 29px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .xyz {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        /*margin: 22px 0px 0px 0px;*/
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .xyz .overbox_new {
            /*margin-top: 90px;*/
            position: absolute;
            top: 333px;
            left: 30px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            /*z-index: 100;*/
            /*opacity: 0.4;*/
            width: 391px;
            /*height: 90px;*/
            padding-top: 39px;
            /*bottom: 22px;*/
        }

        .xyz:hover .overbox_new {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_new {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .img_div_women {
        padding: 0px 0px 0px 0px;
        text-align: -webkit-center;
    }

    .banner_storytelling {
        padding: 20px 0px 0px 0px;
        text-align: -webkit-center;
    }

    .text_set {
        text-align: left;
        margin: -25px 0px 0px 120px;
    }

    .slick-prev:hover, .slick-prev:focus {
        color: transparent !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        transition: all 0.9s ease-in-out !important;
    }

    .slick-prev {
        left: 32px !important;
    }

    .slick-prev {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 32px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        background-color: transparent !important;
        z-index: 1;
        margin-left: 0px !important;

    }

    .slick-next {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 35px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-right-arrow-32.png) !important;
        background-repeat: no-repeat !important;
        margin-right: 15px !important;
    }

        .slick-next:hover, .slick-next:focus {
            color: transparent !important;
            outline: none !important;
            background-image: url(../img/icons8-right-arrow-32.png) !important;
            transition: all 0.9s ease-in-out !important;
            /*width: 30px !important;
    height: 96px !important;*/
            top: 50% !important;
        }

    .slick-next {
        right: 23px !important;
    }

    .xyz:hover .overbox_new .Imghoverblackdv {
        -webkit-transform: scale(1);
        transform: scale(1);
    }



    .xyz .overbox_new .Imghoverblackdv {
        /*margin-top: 90px;*/
        position: absolute;
        top: 333px;
        left: 17px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /*z-index: 100;*/
        /*opacity: 0.4;*/
        width: 391px;
        /*height: 90px;*/
        padding-top: 90px;
        /*bottom: 22px;*/
    }

    .Imghoverblackdv {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -255px 0px 0px 391px;
        position: absolute;
    }

        .Imghoverblackdv:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -245px 0px 0px 391px;
            position: absolute;
        }

    .Imghoverblackdv1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -255px 0px 0px 391px;
        position: absolute;
    }

        .Imghoverblackdv1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -255px 0px 0px 391px;
            position: absolute;
        }

    .Imghoverblackdvprev {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -255px 0px 0px 30px;
        position: absolute;
    }

        .Imghoverblackdvprev:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
           margin: -255px 0px 0px 30px;
            position: absolute;
        }

    .Imghoverblackdvprev1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -255px 0px 0px 30px;
        position: absolute;
    }

        .Imghoverblackdvprev1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -249px 0px 0px 30px;
            position: absolute;
        }

    .move_vid {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 506px;
            left: -190px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    .alani {
        width: 819px;
        height: 200px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider #thumbcarousel .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider {
        text-align: center;
    }

    .move_vid {
    }



    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .product-slider #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div4 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
        margin-top:5px;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .move_vid .overbox_div_saree {
        margin-top: -353px;
        position: absolute;
        top: 508px;
        left: -180px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 819px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .move_vid .overbox_div_bead {
        margin-top: -353px;
        position: absolute;
        top: 508px;
        left: -175px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 800px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_bead {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_bead {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 22%;
         margin: 0 -1%; 
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 100px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 22%;
         margin: 0 0%; 
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .story:hover .overbox_new_music {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .story .overbox_new_music {
        /*margin-top: 90px;*/
        position: absolute;
        top: 332px;
        left: 15px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /* z-index: 100; */
        /* opacity: 0.4; */
        width: 420px;
        height: 40px;
        padding-top: 36px;
        /* bottom: 22px;*/
    }

    .overbox_new_music {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .text_set_music {
        text-align: left;
        margin: -28px 0px 0px 95px;
    }


    /*team page*/

    .green_circle_div2 {
        padding: 0px 53px 0px 53px;
        background: #40732a;
        height: 434px;
        border-radius: 50%;
        left: -5px;
        right: 0;
        top: 22px;
        bottom: 0;
        margin: 0 auto;
        width: 434px;
        margin-bottom:20px;
    }

    .green_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 0px;
        line-height: 1.9;
    }

    a.email_rolf:hover, a.email_rolf:focus {
        color: #A9A9A9 !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.email_rolf {
        color: #A9A9A9 !important;
        text-decoration: none;
    }

    .rolf_div {
        background-color: #40732a;
        text-align: -webkit-center;
        padding: 59px 70px 50px 70px;
        line-height: 1.7;
    }

    .ROLF_KILLIUS {
        font-size: 26px; /*line-height:1em;*/
        text-align: center;
        color: #FFFFFF;
        font-family: OpenSans-Regular;
    }

    .rolf_para_one {
        font-size: 16px;
        color: #A9A9A9;
        font-family: OpenSans-Regular;
        text-align: center;
    }

    .rolf_para_two {
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
        text-align: center;
    }

    .rolf_para_three {
        text-align: center;
        text-decoration: underline;
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
    }

    .lata_div {
        background-color: #911141;
        text-align: -webkit-center;
        padding: 59px 70px 50px 70px;
    }
    .bg_rolf_color {
        background-color: #40732a;
    }
    .bg_lata_color {
          background-color:#911141 !important;
    }
    .nat_img {
        padding-top:10px !important;
    }
    .museum_img_pad {
         padding-top:20px !important;
    }
    .text_nat_pad {
         padding:0px 25px 0px 25px !important;
    }

    .text_para_natraj {
        font-size: 20px;
        color: #B51D55;
        font-family: OpenSans-Regular;
    }

    .link_para {
        text-align: center;
        font-size: 14px;
        color: #40732A !important;
        font-weight: bold;
        text-decoration: underline;
        font-family: OpenSans-Regular;
    }

    a.link_mail:hover, a.link_mail:focus {
        color: #40732a !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.link_mail {
        color: #40732a !important;
        text-decoration: none;
    }

    .curators {
        font-size: 40px;
    }

    .square_img {
        display:none;
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -360px;
        padding-left: 404px;
    }

    .flower_img {
         display:none;
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -360px;
        padding-left: 847px;
    }

    .research_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -15px 0px 0px 305px;
        padding-left: 404px;
    }

    .research_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -71px 0px 0px 150px;
        padding-left: 847px;
    }

    .team_head {
        text-align:center;
        /*padding-left: 250px;*/
    }

    .reviews_banner {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 40px 0px 40px;
        /*border: 1px solid #dfdedc;*/
    }

        .reviews_banner .overbox_reviews {
            margin-top: 100px;
            position: absolute;
            top: 196px;
            left: 58px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .reviews_banner:hover .overbox_reviews {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_reviews {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .green_circle_review {
        padding: 15px 53px 0px 53px;
        background: #40732a;
        height: 400px;
        border-radius: 50%;
        left: 40px;
        right: 0;
        top: 25px;
        bottom: 0;
        margin: 0 auto;
        width: 400px;
        margin-bottom:20px;
    }

    .green_review_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 15px 0px 0px 10px;
        line-height: 1.9;
    }

    .REVIEWS_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -175px;
        /*padding-left: 235px;*/
    }

    .EXHIBITION_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -180px;
        padding-left: 1015px;
    }
    .EXHIBITION {
        font-size:40px;
    }
    .review_text_one {
        font-size:18px;  font-family: OpenSans-Regular; color:#911141;font-weight:bold;font-style:normal;
    }
     .review_text_two {
         font-weight:normal;font-style:italic;text-decoration:none;color:#A4A4A4;font-family: OpenSans-Regular;font-size:13px;text-align:justify;
    }
      .review_text_three {
          color:#635141;font-family: OpenSans-Regular;font-size:26px;
    }
       .review_text_four {
           color:#635141; font-size:13px;font-family: OpenSans-Regular;text-align:justify;
    }
    .width_one {
        width:0%;
        padding:0px;
    }
     .width_two {
        width:100%;
        padding:0px;
    }
    .pad_img_one_reviews {
        padding:20px 20px 20px 0px !important;
    }
    .pad_img_one_reviews_new {
        padding:20px 20px 40px 20px !important;
    }
    .Readmore {
        padding:12px 25px 12px 25px;
        color:#353131;
         background-color:#ffd45a;
          font-size: 15px;
        cursor: pointer;
      text-align:center;
         text-decoration: none;
        outline: none;
         border: none;
        border-radius: 10px;
        font-style:italic;
        transition: all 0.6s ease-in-out;
    }
        .Readmore:hover {
             text-align:center;
             color:#353131;
             background-color: rgba(255, 225, 140, 1);
             text-decoration:none;
              font-style:italic;
              transition: all 0.6s ease-in-out;
        }
    .review_top_one {
         text-align: -webkit-center;
        position: absolute;
        margin: -20px 0px 0px 40px;
        /*padding-left: 404px;*/
    }
    .review_top_two {
         text-align: -webkit-center;
        position: absolute;
        margin: -75px 0px 0px 330px;
        /*padding-left: 847px;*/
    }
    .review_head {
        text-align:center;
        /*padding-left:280px;*/
    }
     .NARRATIVES_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px -40px;
    padding-left: 404px;
}
    .NARRATIVES_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -845px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        text-align:center;
        /*padding-left: 180px;*/
    }
     .keywords_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 15px;
    padding-left: 340px;
}
    .keywords_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -827px;
    padding-left: 840px;
}
    .keywords_head {
        text-align:center;
        /*padding-left: 200px;*/
    }
    .research_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -840px;
    padding-left: 847px;
}
    .research_top_two {
    text-align: -webkit-center;
    position: absolute;
    /*margin: -75px 0px 0px 0px;*/
    padding-left: 200px;
}
    .research_head {
        text-align:center;
    /*padding-left: 200px;*/
}
 .journey_img {
    
    text-align: -webkit-center;
    position: absolute;
    margin: -25px 0px 0px -235px;
    padding-left: 235px;
}
 .the_img {
    
    text-align: -webkit-center;
    position: absolute;
    margin: -80px 0px 0px -642px;
    padding-left: 1015px;
}
 .theplace_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -24px 0px 0px -233px;
    /*padding-left: 235px;*/
}
 .thepeople_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -81px 0px 0px -360px;
    padding-left: 1015px;
}
    .set_button {
        text-align:center;
        padding:20px 0px 0px 0px;
    }
    .pad_bottom {
        padding:0px 0px 20px 0px;

    }
    .div_vid_animaton {
        padding:0px;
    }
    .div_vid_slider {
        padding:0px 20px 0px 20px;
    }
    .slider_pad {
          padding:0px 0px 0px 0px;
    }
    .one_div_width {
        width:5.33%;
    }






     /*.navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }*/

    .navbar-toggle:focus {
       background-color: #5f4e3f !important;
    }

   

   

        .navbar-collapse.collapse.in {
            padding: 0px 0px 0px 0px !important;
            display: block !important;
            padding: 0px;
            background-color: #345726;
            opacity:0.9;
        }

        .navbar-nav > li > a {
            text-align:left;
            color: #fff !important;
            padding: 5px 0px 5px 15px;
            font-size: 16px;
            font-family: Calibri;
            font-family: 'LatoReguler';
            font-weight: normal;
            outline: 0;
            transition: all 0.6s ease-in-out;
        }

            .navbar-nav > li > a:hover {
                color: #fff !important;
                padding: 10px 11px 10px 20px;
                background-color: #dc3524 !important;
                transition: all 0.6s ease-in-out;
            }

    .navbar-inverse .navbar-nav > .active > a {
        color: #000 !important;
        background-color: #f6bb19 !important;
    }
 .navbar-header {
        float: none;
        /*background: rgba(000,0,0,0.8);
        border-bottom: 1px solid #444444;*/
    }
  .navbar-inverse {
        background-color: rgba(000, 0, 0, 0.0) !important;
        border: none !important;
        color: #fff;
        border-radius: 0px;
    }
   .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
        {
             background-color:#911141 !important;
        }
   .navbar-toggle {
        position: relative;
        float: right;
        padding: 15px 11px;
        margin-top: 8px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: #911141;
        background-image: none;
        border: 1px solid #fff !important;
        border-top-color:  #fff !important;
        border-right-color: #fff !important;
        border-bottom-color: #fff !important;
        border-left-color:#fff !important;
        border-radius: 4px;
        display: block;
    }
 .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }
 .menu-bg-color {
         position: absolute; 
        top: 0px;
        background-color: rgba(255,153,0,0.7);
        height: 58px;
        color: #fff;
        z-index: 1;
    }
  .navbar-collapse.collapse {
        display: none !important;
    }
   .navbar-nav {
       margin:0px 0px 0px 0px;
       border:1px solid #fff;
        padding-top: 0px !important;
        display: block;
        width: 100%;
    }
     .navbar-nav > li {
        position: relative !important;
        display: block !important;
        float: none !important;
        border-bottom: 1px solid #fff;
    }
     
       
       .fluid-padd {
        padding: 0;
    }
    .name_banner {
        padding:0px 20px 0px 20px !important;
    }
    .display {
        display:none;
    }
     .menu-bg-color1 {
        top: 0px;
        color: #fff;
    z-index: 1;
}
    .school {
        padding-top:0px !important;
    }
    .circle {
        padding-bottom:20px !important;
    }
    .big_back {
         padding:0px !important;
    }
    .img_man {
        padding:0px 0px 0px 20px !important;
    }
    .img_man2 {
        padding:15px 0px 0px 20px !important;
    }
    .run_div_adjust {
        padding:0px 15px 0px 15px !important;
    }
    .text_ad {
       padding:0px 15px 0px 15px !important;
    }
    .text_rev {
        text-align:center;
    }
     .but1 {
         margin-bottom:12px;
             padding: 15px 30px 15px 30px !important;
    }
    .but2 {
         margin-bottom:12px;
    padding: 15px 20px 15px 20px !important;
}
    .but3 {
         margin-bottom:12px;
    padding: 15px 20px 15px 20px !important;
}
    .but4 {
    padding: 15px 30px 15px 30px !important;
}
    .vid_class {
        padding:0px 0px 20px 0px;
    }
    .vid_div {
        padding:0px 5px 0px 5px;
    }
    .eigth_pad {
         padding:0px 5px 0px 5px;
    }
    .eight_two_pad {
         padding:0px 15px 0px 15px !important;

    }
    .text_pad_left {
        padding-left:0px;
         padding-right:0px;
    }

    /*Prajyot*/

  /*24_12_2022*/
    /*comman classes*/

    /* btn red */
    .Exhibition_Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 414px;
        border-radius: 50%;
        left: 32px;
        right: 0;
        top: 59px;
        bottom: 0;
        margin: 0 auto;
        width: 414px;
    }

    .Exhibition_Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 59px 0px 0px 0px;
    }

    .Exhibition_Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 54px;
    }

    .Exhibition_Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 36px;
    }

    .Exhibition_Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 33px;
        font-family: 'OpenSans-Regular';
    }

    .Exhibition_Yellow_circle_white_text_big3 {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Exhibition_Yellow_color_marron_text3 {
        font-size: 44px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }

    .exhibition_circle_ship {
        background-color: #ededec;
        padding: 0px 0px 20px 0px;
    }

    .btn_deco_exhibition {
        display: inline-block;
        padding: 9px 16px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 34px;
    }

        .btn_deco_exhibition:hover {
            background-color: #8b0738;
            color: #ffffff !important;
            text-decoration: none;
        }

    .exhibition_text_clr {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        font-family: 'OpenSans-Regular';
    }
    .btn_in_blue_circle {
        margin-left: -9px;
    margin-top: 12px;

    }
    .partner_after_blue_circle {
        /*padding-top: 51px!important;*/
        /*padding:51px 0px 10px 0px !important;*/
        padding:0px !important;
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;*/


    .Inner_page_Yellow_circle_div {
        padding: 20px 0px 0px 0px;
    }

    .Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 380px;
        border-radius: 50%;
        left: 31px;
        right: 0;
        top: -3px;
        bottom: 0;
        margin: 0 auto;
        width: 380px;
    }

    .Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
       
            padding: 63px 0px 0px 0px;
    line-height: 37px;
    }

    .Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 54px;
    }

    .Yellow_circle_white_text_regular3 {
        font-size: 31px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 36px;
    }

    .Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 33px;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_big3 {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Yellow_color_marron_text3 {
        font-size: 44px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }

    .vidofguj {
        padding: 0px  23px 0px 23px;
    }

    .videoofgujrat {
        width: 421px;
        height: 336px;
    }

    .exhibition_para_main {
           padding: 0px 20px 15px 20px;
    }


    .exhibition_abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        /*margin: 86px 0px 0px -127px;*/
        border-radius: 0px;
        /*padding: 0px 25px 0px 147px;*/
    }

        /*border: 1px solid #dfdedc;*/
        .exhibition_abc .overbox4 {
            margin-top: 140px;
            position: absolute;
            top: 197px;
            left: 36px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 960px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .exhibition_abc:hover .overbox4 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox4 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox3 {
        margin-top: 140px;
        position: absolute;
        top: 198px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox3 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox3 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox2 {
        margin-top: -50px;
        position: absolute;
        top: 388px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox2 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox2 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }




    .exhibition_abc .overbox1 {
        margin-top: 0px;
        position: absolute;
        top: 95px;
        left: 28px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
           background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 344px;
        height: 90px;
        /*padding-top: 90px;*/
        bottom: 22px;
        /*display:none;*/
        padding: 86px 10px 0px 20px;
    }

    .exhibition_abc:hover .overbox1 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox1 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox {
        margin-top: 140px;
        position: absolute;
        top: 142px;
        left: 18px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 320px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_exhibition {
        /*margin-left: 62px;*/
        padding: 79px 50px 0px 50px !important;
    }

    /*.example-image-link {
        background: none !important;
    }*/

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .example-image-link:hover {
        background: rgba(255,255,255,0.5) !important;
    }

    .overbox1div {
        text-align: left;
        margin: -86px 0px 0px 43px;
    }


    /*end */
    /*remaining classes*/
    .team_partnership {
           margin-bottom: 20px;
    margin-top: 11px;
    padding-left: 14px;
    }

    .Exhibition_first_heading {
        font-size: 40px;
        color: #FFF;
    }

    .Exhibition_first_heading_sec {
        color: #E89D16;
        font-size: 40px;
    }

    .EXHIBITION {
        padding: 25px 30px 0px 420px;
    }

    .the_Exhibition_big_img {
        margin-top: 37px;
        padding-left: 77px;
    }

    /*.Carosalsliderimg {
       width:960px;
       height:428px;
       cursor:auto;
    }*/
    /*.Parya {
        overflow:hidden;
    }*/

    .product-slider_1 {
        /*padding: 45px;*/
    }

        .product-slider_1 #carousel { /*border: 4px solid #1089c0*/
            margin: 20px 0px 4px 0px;
        }

        .product-slider_1 #thumbcarousel {
            margin: 0px 0px 15px 0px;
            padding: 0 0px;
        }

            .product-slider_1 #thumbcarousel .item {
                text-align: center;
            }

                .product-slider_1 #thumbcarousel .item .thumb { /*border: 4px solid #cecece*/
                    width: 20%; /*margin: 0 2%*/
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    max-width: 54px;
                    margin-top:5px;
                }

                    .product-slider_1 #thumbcarousel .item .thumb:hover {
                        border-color: #1089c0;
                    }

        .product-slider_1 .item img {
            width: 100%;
            height: auto;
        }

    .carousel-control {
        color: #0284b8;
        text-align: center;
        text-shadow: none;
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 20px;
        top: 23%;
    }

    .showing {
        border: 1px solid red;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
        background: #7a5c4d;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
    }

    .carousel-caption, .carousel-control .fa {
        font: normal normal normal 30px/26px FontAwesome;
    }

    .carousel-control {
        background-color: rgba(0, 0, 0, 0);
        bottom: auto;
        font-size: 20px;
        left: 0;
        position: absolute;
        top: 30%;
        width: auto;
    }

        .carousel-control.right, .carousel-control.left {
            background-color: rgba(0, 0, 0, 0);
            background-image: none;
        }

    /*.thumb {
filter:grayscale(100%);
}
.thumb.active {
filter:grayscale(0%);
}*/
    /*end*/
    .wrap {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        transform: rotate(45deg);
        border: 15px solid gainsboro;
    }


        .wrap img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 319px;
            margin-top: 15px;
        }

    .title-wrap {
        width: 100%;
        text-align: center;
    }

    .travel-title {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        color: red;
        font-weight: bold;
        font-size: 30px;
        transform: rotate(-45deg);
    }

    .wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        margin: 1px;
        position:inherit;
        left:19px;
        transform: rotate(45deg);
        /*border: 15px solid gainsboro;*/
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap1 img {
          display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 33px;
            /*padding: 20px 10px 10px 0px;*/
        }
    /*.wrap1:hover {
    background-color:white;
   opacity:0.75px;
    }
.Travelling_obj_pot:hover {
background-color:white;
}*/
    .Travelling_obj_pot:hover {
        background-color: #03476d;
        text-decoration: none;
        color: #fff;
        transition: all 0.6s ease-in-out;
    }

    .wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        margin: 1px;
        position: inherit;
        left: 50px;
        top: 0px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }



        .wrap2 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 33px;
            /*padding: 20px 10px 10px 0px;*/
        }

    .wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        margin: 1px;
        position: inherit;
        top: 0px;
        left: 81px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }


        .wrap3 img {
            display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 33px;
            /*padding: 32px 10px 0px 0px;*/
        }

    .wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
       margin: 1px;
        position: inherit;
        top: -98px;
        left: 96px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap4 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 33px;
        }
    /*padding: 20px 10px 10px 0px;
}*/
    .wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;  
        margin: 1px;
        top: -98px;
        left: 127px;
        transform: rotate(45deg);
        position: inherit;
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap5 img {
        display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 33px;
        }

    .wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        position: inherit;
        top: -148px;
        left: 19px;
        margin: 1px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap6 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 33px;
        }

    .wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        position: inherit;
        top: -148px;
        left:50px;
        margin: 1px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap7 img {
    display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 33px;
        }

    .wrap8 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        margin: 1px;
        top: -148px;
        left: 81px;
        position: inherit;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap8 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 33px;
        }

    .wrap9 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        position: inherit;
        top: -198px;
        left: 96px;
        margin: 1px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap9 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 33px;
        }

    .wrap10 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        margin: 0px;
        position: inherit;
        top: -198px;
        left: 127px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap10 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 33px;
        }

    .wrap11 {
         display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        position: inherit;
        top: -248px;
        left: 19px;
        margin: 1px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap11 img {
      display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 33px;
        }

    .wrap12 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        margin: 1px;
        position: inherit;
        top: -248px;
        left: 50px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap12 img {
         display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 33px;
        }

    .wrap13 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        margin: 1px;
        position: inherit;
        top: -248px;
        left: 81px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap13 img {
         display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 33px;
        }

    .wrap14 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        margin: 1px;
        position: inherit;
        top: -11px;
        left: 19px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap14 img {
        display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
     width: 244px! important; 
    max-width: 162%!important;
    margin-top: 33px;
        }

    .wrap15 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        margin: 1px;
        position: inherit;
        top: -11px;
        left: 50px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap15 img {
          display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 33px;
        }


    .wrap16 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        margin: 1px;
        position: inherit;
        top: -11px;
        left: 81px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap16 img {
          display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 33px;
        }

    .wrap17 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        margin: 1px;
        position: inherit;
        top: -61px;
        left: 96px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap17 img {
       display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 33px;
        }

    .wrap18 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        margin:0px;
        position: inherit;
        top: -61px;
        left: 127px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap18 img {
          display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
     width: 244px! important; 
    max-width: 162%!important;
    margin-top: 33px;
            /*padding: 32px 0px 0px 0px;*/
        }

    .wrap19 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        margin: 1px;
        position: inherit;
        top: -110px;
        left: 19px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap19 img {
          display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
     width: 244px! important; 
    max-width: 162%!important;
    margin-top: 33px;
        }

    .wrap20 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        margin: 1px;
        position: inherit;
        top: -110px;
        left: 50px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap20 img {
      display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
     width: 244px! important; 
    max-width: 162%!important;
    margin-top: 33px;
        }

    .wrap21 {
        display: inline-block;
        overflow: hidden;
        width: 117px;
        height: 117px;
        margin: 1px;
        position: inherit;
        top: -110px;
        left: 81px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap21 img {
        display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 152px;
     width: 244px! important; 
    max-width: 162%!important;
    margin-top: 33px;
            /*padding: 32px 0px 0px 0px;*/
        }

    .exhibition_para {
        background-color: #f2b977;
        font-family: OpenSans-Regular;
        border-radius: 20px;
        padding: 41px 20px;
    }

    .Trav_obj_first_heading_sec {
        font-size: 40px;
        color: #FFF;
    }

    .Trav_obj_first_heading {
        color: #E89D16;
        font-size: 40px;
        font-weight: bold;
    }

    .hoveff:hover {
        background-color: white;
        opacity: 0.3;
    }

    /*blue circle*/
    .blue_circle_div3 {
        padding: 0px 60px 0px 61px;
        background: #1e5269;
        height: 383px;
        border-radius: 50%;
        left: 37px;
        right: 0px;
        top: 32px;
        bottom: 0;
        margin: 0 auto;
        width: 383px;
    }

    .blue_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #e89d10;
        font-size: 54px;
    }

    .blue_circle_white_text_and3 {
        font-family: 'OpenSans-Regular';
        color: #ffffff;
        font-size: 54px;
    }

    .ship_team {
        padding: 0px;
    }

    .ship_img_team {
         padding: 63px 0px 1px 50px;
    }

    .logo_team {
       padding: 0px;
    max-width: 89px;
    }
    .red_arrow_two {
        padding: 10px 0px 0px 22px;
    }
    .subrang_arts {
    padding:0px;
    margin-left:-10px;
    }


    .logo_team1 {
        /*padding: 0px 0px 0px 20px;*/
        max-width:108px;
    }

    .logo_team2 {
   padding: 37px 0px 0px 0px;
    margin-left: -19px;
    max-width: 218px;
    }

    .dyamand_arng {
        /*padding: 65px 0px 0px 0px;
    position: absolute;*/
        padding: 48px 0px 0px 6px;
    }


    .dyamand_arng1 {
        padding: 0px 0px 0px 6px;
    }

    .btn_1 {
        margin-top: -220px;
        padding-left: 187px;
    }

    .EXHIBITION_textile_brown_line {
        margin-top: -16px;
        text-align: center; /*padding: 31px 13px 4px 275px; background-color: #635141; height: 110px*/
        padding: 0px;
        position: relative;
        width: 100%;
    }

    .EXHIBITION_textile_brown_line2 {
        /*padding: 21px 50px 10px 234px*/ /*background-color: #635141; height: 110px;*/
        position: relative;
        width: 100%;
        margin-top: -177px;
        margin-bottom: 10px;
        padding: 0px;
    }

    .btn_2 {
        margin-top: -76px;
        padding-left: 185px;
    }

    .contact_div {
        background-color: #345726;
        padding: 0px;
    }

    .contact_div1 {
        background-color: #e89d10;
        padding: 0px;
    }

    .contact_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 36px 0px 36px;
    }

        .contact_abcd .overbox5 {
            margin-top: 140px;
            position: absolute;
                top: 170px;
    left: 61px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .contact_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .contact_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #e89d10;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
        /*padding: 12px 10px 10px 182px;*/
        /*font-family:'OpenSans-Regular';*/
    }

    .contact_white {
        font-family: 'LuloCleanW01OneBold';
        color: #ffffff;
        font-size: 38px;
        line-height: 1em;
        letter-spacing: 0.1em;
        /*padding: 12px 10px 10px 182px;*/
    }

    .contact_para {
        padding-top: 22px;
        text-align: center;
    }

    .white_strip {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 188px;
    }
    .yellow_three_textbox {
        padding: 0px!important;
    }
    .enquiry-div1 {
    float: initial !important;
        text-align: center;
    }
    .Yellow_message_box {
    padding: 0px 0px 0px 0px !important;
    text-align:center;
    }

    .white_strip1 {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 202px;
    }

    .color_11 {
        color: #ffffff;
        text-decoration: none;
    }

    .TELL_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #345726;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
    }

    .enquiry-textbox1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 4px 5px;
        margin-bottom: 4px;
        width: 212px;
    }

    .enquiry-textbox2 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 1px 5px;
        /* margin-bottom: 5px; */
        width: 213px;
        height: 99px;
    }

    .enquiry-btn1 {
        background-color: black;
        /* padding-right: 50px; */
        /*margin-right: 50px;*/
        color: white;
        margin-left: 145px;
        margin-top: 3px;
    }
    .captcha_img_adject {
    /*padding:0px 0px 0px 58px;*/
    text-align:-webkit-center;
    }

    .imgCaptcha {
        border: 1px solid black;
        background-color: #e89d10;
        /* padding: 4px 5px; */
        /* margin-bottom: 5px; */
        width: 215px;
        height: 32px;   
        /*margin: -1px 9px 0px 5px;*/
    }

    .yellow_captcha_code_div {
          padding: 6px 0px 0px 17px;
    text-align: center;
    }
    .imgCaptcha1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 5px 5px;
        /* margin-bottom: 5px; */
        width: 215px;
        margin: -1px 1px 2px -15px;
    }

    ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
        color: white;
    }



    .flower_img_EXHIBITION {
        text-align: -webkit-center;
        padding: 0px 0px 0px 0px;
    }

    .square_img_dyamand_last {
        text-align: -webkit-center;
        padding-bottom: 36px;
    }

    .TheExibtion_Silder_car_New_div {
        width: 345px;
        height: 160px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: TheExibtion_Silder_car_New_div 05s ease-out infinite;
    }

    @keyframes TheExibtion_Silder_car_New_div {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }






    /*    TEXTILE PAGE CSSS  */
    /*comman class for textile page*/

    .move_vid_textile {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid_textile .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 687px;
            left: 15px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid_textile:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .alani_prajyot {
        width: 400px;
        height: 183px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider_1 #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider_1 {
        text-align: center;
        /*margin-bottom: 40px;*/
    }

    .textile_Sari_Exhibition {
        padding: 20px 0px 0px 0px;
        background-color: #ededec;
    }

    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .move_vid_textile .overbox_div_saree {
        margin-top: 0px;
        position: absolute;
          top: 140px;
    left: 25px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
           width: 399px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .textile_Embroidery_workshop {
        padding: 20px 0px 0px 0px;
        background-color: #ededec;
    }

    .move_vid_textile:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    /*differnt classes*/
    .Pink_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #911141;
        height: 440px;
        border-radius: 50%;
        left: -9px;
        right: 0;
        top: 15px;
        bottom: 0;
        margin: 0 auto;
        width: 440px;
    }

    .pink_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #E89D16;
        font-size: 54px;
    }

    .Pink_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 69px 0px 0px 0px;
    }

    .banner_ship2 {
        padding: 13px 0px 15px 24px;
    }


    .learing_img {
        width: 100%;
        max-width: 432px!important;
    }

  /*.textile_heading_div {
        background-color: #ededec;
        padding-top: 29px;
        padding-bottom: 10px;
    }*/

    .textile_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
         padding: 0px 26px 0px 0px;
    }

        .textile_abcd .overbox5 {
            margin-top: 140px;
            position: absolute;
                top: 164px;
    left: 18px;

            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 320px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .textile_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .pink_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 34px;
    }

    .pink_circle_white_text_and3 {
        color: #fff;
        font-size: 34px;
        font-family: 'OpenSans-Regular';
    }


    .first_textile_div {
        padding-bottom: 40px;
        background-color: #ededec;
    }

    .textile_heading_div {
        background-color: #ededec;
        padding-top: 29px;
        padding-bottom: 10px;
    }

    .textile_wrap1 {
      display: inline-block;
    overflow: hidden;
    width: 120px;
    height: 120px;
     margin: 6px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;

    }

        .textile_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 143px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 16px;
        }

    .textile_wrap2 {
       display: inline-block;
    overflow: hidden;
    width: 120px;
    height: 120px;
     margin: 6px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 143px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 16px;
        }

.textile_wrap3 {
    display: inline-block;
    overflow: hidden;
    width: 120px;
    height: 120px;
     margin:6px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
}

        .textile_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 143px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 16px;
        }

    .textile_wrap4 {
       display: inline-block;
    overflow: hidden;
    width: 120px;
    height: 120px;
     margin: 0px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 143px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 16px;
        }

    .textile_wrap5 {
       display: inline-block;
    overflow: hidden;
    width: 120px;
    height: 120px;
     margin: 6px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 143px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 16px;
        }

    .textile_wrap6 {
      display: inline-block;
    overflow: hidden;
    width: 120px;
    height: 120px;
     margin: 6px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 143px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 16px;
        }

    .textile_wrap7 {
      display: inline-block;
    overflow: hidden;
    width: 120px;
    height: 120px;
     margin: 6px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 143px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 16px;
        }

    .dyamand_shape_img_first {
        padding-left: 35px !important;
    }
    .dyamand_shape_img_sec {
    padding: 0px 0px 0px 26px !important;
    }
.dyamand_shape_img_sec_sec {
        padding: 0px 0px 0px 20px !important;
 }
    .dyamand_shape_img_sec {
        margin-left: -20px;
    }

    .textile_dyamand_arng1 {
        padding: 0px 0px 0px 33px;
        position: relative;
        margin-top: -61px;
    }

    .dyamand_shape_img_three {
        padding: 0px 0px 0px 80px;
    }

    .dyamand_shape_img_four {
        padding: 0px 0px 0px 3px;
            /*margin-left: -8px;*/  
    }


    /*textile page*/

    .grey_box_brown {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
        /*margin-bottom: 20px;*/
    }

    .vimeo_exhibition {
            padding: 0px;
        background-color: #ededec;
    }

    .exhibition_yello_text {
        padding: 0px;
        background-color: #ededec;
    }

    .textile_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 0px;
        padding-left: 40px;
        display:none;
    }

    .textile_small_lat {
        color: #FFFFFF;
        /*color: rgb(232, 157, 16);*/
        font-family: OpenSans-Regular;
        font-size: 40px;
    }

    .the_img_textile {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -0px;
        padding-left: 486px;
    }

    .TEXTILE_cap_lat {
        color: rgb(232, 157, 16);
        font-family: OpenSans-Bold;
        font-size: 40px;
    }
     .textile_img_sec_div {
      text-align: -webkit-center;
        position: absolute; 
        margin: -24px 0px 0px 0px;
        padding-left: 10px;
        display:none;
    }
     .the_img_textile_sec_div {
      text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 518px;
    }
        .the_img_textile_team_sec_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 497px;
    }

    .textile_top_one {
        /*text-align: -webkit-center;*/
        position: absolute;
        margin: -15px 0px 0px 0px;
        padding-left: 39px;
    }

    .the_img_textile_of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 640px;
        display:none;
    }

    .textile_img_Of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 0px;
        padding-left: 29px;
        display:none;
    }

    .object_sec_latter {
    }

    .textile_head {
        /*padding-left: 429px;*/
            text-align: center;
    }

    .textile_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -72px 0px 0px 0px;
        padding-left: 330px;
    }


    .textile_dyamand_arng {
        padding: 65px 0px 0px 0px;
        position: relative;
        /*background-color: #ededec;*/
    }

    .textile_dyamand_img_2 {
        background-color: #ededec;
        padding: 0px 0px 38px 0px;
        position:initial;
    }

    .textile_dyamand_arng2 {
        margin-top: -60px;
        position: relative;
        
    padding-bottom: 30px;
    }

    .dyamand_shape_img_five {
        padding: 0px 0px 0px 19px;
    }

    .dyamand_shape_img_six {
        /*margin-left: -2px;
    }*/
        padding: 0px 0px 0px 15px!important;
    }
    .dyamand_shape_img_sevan {
        /*margin-left: -18px;*/
            padding: 0px 0px 0px 10px !important;
    }

    .textile_sari_of_gujrat {
        background-color: #ededec;
        /*padding-bottom: 65px;*/
            padding: 0px 0px 65px 0px!important;
            position:initial;
    }


    .textile_para {
        font-size: 15px;
        color: #635141;
        text-align: justify;
        padding: 20px 30px 0px 30px;
        background-color: #ededec;
    }

    .text_para_saree {
        padding: 72px 0px 0px 0px;
        background-color: #ededec;
        position:initial;
    }

    .textile_video {
        text-align: -webkit-center;
        padding: 0px;
        background-color: #ededec;
    }
    .textile_full_video {
    width:400px !important;
    height:250px !important;
    }
    .green_text_textile {
        font-size: 20px;
        color: #40732A;
        font-weight: bold;
    }

    .video_text_textile {
        text-align: center;
        background-color: #ededec;
    }

    .avisual_para {
        padding: 0px 0px 0px 0px;
        background-color: #ededec;
    }
    .rextile_para_after_dyamand_img {
    padding:0px;
    }
    .saree_exhibition_pink {
        text-align: center;
        padding: 15px 0px 30px 0px;
        font-weight: bold;
        color: #B51D55;
        font-size: 17px;
        background-color: #ededec;
    }

    .banner_ship5 {
        border: 5px solid red;
    }


    object_first_headding_para {
        font-size: 40px;
        color: #E89D10;
        font-family: 'OpenSans-bold';
    }

    .object_button_red {
        background-color: #ededec;
            margin-top: 32px;
    }

    .object_dyamand_shape_img_bg {
        background-color: #ededec;
       padding: 0px 0px 39px 0px !important;
    }

    .overbox_object {
        background-color: white;
    }

    .travling_object_first_div {
        background-color: #ededec;
        /*padding: 25px 151px 48px 151px;*/
    }

    .travelling_object_hightext {
        background-color: #ededec;
        padding:0px 25px;
    }

    .object_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px 0px;
        padding-left: 39px;
        display:none;
    }

    .object_head {
        /*padding-left: 255px;*/text-align:center;
    }

    .object_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 0px;
        padding-left: 506px;
    }

    .object_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 104px;
        padding-left: 235px;
    }

    ._object_the_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -182px;
        padding-left: 1015px;
    }

    .objects_img_para {
        font-size: 14px;
        font-family: 'OpenSans-Regular';
        text-align: center;
        color: #635141;
        padding: 10px;
    }

    .banner_ship3 {
        padding: 0px;
        border: 4px solid #635141;
        height: auto;
    }
    .object_man_door {
    padding: 12px 67px 12px 67px!important;
    /*left: 26px;*/
    }
    .object_img_back {
        padding: 0px;
        background: #fff;
        border: 4px solid #635141;
    }

    .object_big_text {
        font-size: 20px;
        color: #635141;
        text-align: justify;
    }

    .object_dyamand_arng {
        position: relative;
        padding: 65px 0px 0px 0px;
    }

    .object_dyamand_shape_img_sec {
        /*padding-left: 41px !important;*/
      padding: 0px 0px 0px 22px;
    }

    .object_dyamand_shape_img_first {
          padding: 0px 0px 0px 29px;
    }

    .object_dyamand_shape_img_third {
        /*margin-left: -19px;*/
        padding: 0px 0px 0px 15px;
    }

    .object_wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 115px;
        height: 115px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
               height: 151px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 29px;
        }

    .object_wrap2 {
        display: inline-block;
        overflow: hidden;
           width: 115px;
        height: 115px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
                height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 29px;
        }

    .object_wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 115px;
        height: 115px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
             height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 29px;
        }

    .object_wrap4 {
        display: inline-block;
        overflow: hidden;
           width: 115px;
        height: 115px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
              height: 151px;
                    width: 243px!important;
            max-width: 144%!important;
            margin-top: 29px;
        }

    .object_wrap5 {
        display: inline-block;
        overflow: hidden;
          width: 115px;
        height: 115px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 29px;
        }

    .object_wrap6 {
        display: inline-block;
        overflow: hidden;
           width: 115px;
        height: 115px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
              height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 29px;
        }

    .object_wrap7 {
        display: inline-block;
        overflow: hidden;
           width: 115px;
        height: 115px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
             height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 29px;
        }

    .object_wrap8 {
        display: inline-block;
        overflow: hidden;
          width: 115px;
        height: 115px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap8 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
             height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            margin-top: 29px;
        }

    .object_dyamand_arng1 {
        padding: 0px 0px 0px 48px;
        position: relative;
        margin-top: -47px;
    }

    .object_dyamand_shape_img_four {
        padding: 0px 0px 0px 57px;
    }

    .object_dyamand_shape_img_five {
    padding: 0px 0px 0px 0px;
    left: -6px;
    }

    .object_dyamand_arng2 {
        position: relative;
       margin-top: -47px;
    padding: 0px;
    }

    .object_dyamand_shape_img_six {
        padding: 0px 0px 0px 29px;
    }

    .object_dyamand_shape_img_seven {
        padding: 0px 0px 0px 22px;
        margin-left: -4px;
    }

    .object_dyamand_shape_img_eight {
        /*margin-left: -11px;*/
        padding: 0px 0px 0px 15px;
    }

    .obj_list_button {
        text-align: center;
        padding: 40px;
    }
    /*OBJECT END*/
    /*travelling objects list start*/
    .object_list_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px 0px;
        padding-left: 23px;
        display:none;
    }

    .object_list_head {
        /*padding-left: 106px;*/
        text-align:center;
    }

    .object_list_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 0px;
        padding-left: 619px;
        display:none;
    }

    .orenge_headline {
        font-size: 23px;
        font-family: 'OpenSans-Regular';
        color: #E89D10;
        line-height: 20px;
            text-align: center;
    }

    .green_headline {
        color: #40732A;
        font-size: 17px;
        font-family: 'OpenSans-Regular';
        line-height: 40px;
            text-align: center;
    }

    .black_headline {
        font-size: 13px;
        font-family: 'OpenSans-Regular';
        text-align: justify;
        line-height: 21px;
    }

    .list_one {
        /*width: 14% !important;*/
    }

    .list_two {
        /*width: 72%;*/
    }

    .list_three {
        /*width: 34.666667%;*/
           /*padding-left: 14px!important;*/
               text-align: -webkit-center;
    }

    .list_obt_text_para {
        /*margin-left: -60px !important;*/
        /*width:37.3336px;*/
        padding: 28px 20px 20px 20px;
        /*width: 63.333333% !important;*/
    }

    .list_box_object {
        padding: 0px 0px 60px 0px;
        background-color: #ededec;
    }








    /*CONTACT START
    */

    .Blue_circle_div__contact {
        padding: 0px 56px 0px 56px;
        background: #1E5269;
        height: 380px;
        border-radius: 50%;
        left: -9px;
        right: 0;
        top: 1px;
        bottom: 0;
        margin: 0 auto;
        width: 380px;
    }

    .Blue_circle_text_para__contact {
        text-align: center;
        font-family: 'OpenSans-Regular';
        padding: 33px 0px 0px 0px;
            line-height: 36px;
    }

    .Blue_cicle_yellow_text__contact {
        font-family: 'OPENSANS-BOLD';
        color: #E89D10;
        font-size: 36px;
    }

    .Blue_circle_white_text_regular__contact {
        font-size: 31px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_bold__contact {
        color: #fff;
        font-family: 'OPENSANS-BOLD';
        font-size: 36px;
    }

    .Blue_circle_white_text_and__contact {
        color: #fff;
        font-size: 24px;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_big__contact {
        font-size: 36px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Blue_color_marron_text__contact {
        font-size: 36px;
        color: #B51D55;
        font-family: 'OPENSANS-BOLD';
    }

    .contact_main_page {
        /*margin-top: 8px;*/
        padding: 0px 0px 22px 0px;
        background-color: #ededec;
    }

    .blue_circle_div3__contact {
        padding: 10px 0px 0px 60px;
    }

/*End*/
}

@media only screen and (min-width: 360px) and (max-width:479px) {
     .Review_pg_txt_css2 {
        text-align: center;
        padding:0px !important;

    }
    .Review_pg_txt_css3 {
        display:none;
        margin: -81px 64px 0px 0px !important;
        padding-left: 0px !important;
        float: right;
        position:  initial !important;
    }
    .navbar-div {
   
    /*height: 0px;*/
    border-top: none !important;
    cursor: pointer;
    /*margin-left:30px;*/

}

/* Header & Footer*/
.Main_header {
        padding:25px 0px 0px 0px;background:#5f4e3f;height:239px;
    }
    .Header_gujrati_yatra_div {
        position:absolute;
    }
    
    .Header_text_head {
        padding-left:40px !important;
        font-family:OPENSANS-BOLD;
        font-size:49px;
        line-height:1.4;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
        color:#E09200;
        font-weight:bold;
        letter-spacing: 5px;
        margin:0px;
    }
    .Header_Journey_text {
        font-size:20px;
        color:#EDEDEC;
        font-family:OpenSans;
        letter-spacing: 2px;
        padding-left:50px;
        margin:0px;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
    }

    .Header_logo_div {
        display:none;
        float: right;
        position:relative;
        margin: -27px 140px 0px 0px;
    }


/*Navigation bar*/
    .footer_two {
        width:3%;
        
    }
    .footer_copyright {
       
        padding:0px 0px 0px 14px;
    }
    .nav_adjust {
        width:5%;
    }

    .green_strip_width {
        /*width:900px;*/
    }
.navbar-div {
   
    /*height: 0px;*/
    border-top: 1px solid #40732a;
    /*cursor: pointer;*/
    /*margin-left:30px;*/

}
    .navbar {
       
        /*min-height: 48px !important;*/
    }
.menu-bg-color {
    position: absolute;
    top: 0px;
    color: #fff;
    z-index: 1;
}
.navbar-inverse {
    background-color:#5f4e3f !important;
    border: none !important;
    color: #fff;
    border-radius: 0px;
    /*height: 31px;*/

}
.navbar-nav {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /*/*margin-left:-40px;*/
}
    .container-fluid {
       margin: -95px 10px 0px 0px;
        padding:0px 15px 0px 25px !important;
    }
#myNavbar ul li.active a {
    color: #ed1566 !important;
   
    font-weight: normal;
}
.navbar-nav > li > a {
    color: #df9d2a !important;
    line-height: 38px;
    padding: 10px 7px 10px 8px;
    font-size: 14px;
    text-align:center;
   font-family:OpenSans;
    font-weight: normal;
    outline: 0;
    box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
  
}
    /*.navbar-nav > li > a:hover {
         color: #ed1566 !important;
         box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    }*/

 .hvr-bounce-to-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        transition-duration: 0.7s;
    }

        .hvr-bounce-to-bottom:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: -2px;
            left: 0;
            right: 0;
            bottom: 66px;
            background: #fff;
            -webkit-transform: scaleY(0);
            -moz-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transition-property: transform;
            -moz-transition-property: transform;
            transition-property: transform;
            /*-webkit-transition-duration: 0.7s;
            -moz-transition-duration: 0.7s;
            transition-duration: 0.7s;*/
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
             color: #ed1566 !important;
              box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
        }

            .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
                -webkit-transform: scaleY(1);
                -moz-transform: scaleY(1);
                transform: scaleY(1);
                -webkit-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                -moz-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
            }

    .Inner_page_Blue_circle_div {
        padding:20px 0px 0px 0px;
    }
    .Blue_circle_div {
        padding:0px 60px 0px 60px;
        background:#1E5269;
        height:420px;
        border-radius:50%;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:0 auto;
        width:420px;
    }
    .Blue_circle_text_para {
        text-align:center;
         font-family: 'OpenSans';    
         padding: 98px 0px 0px 0px;
    }
    .Blue_cicle_yellow_text {
        font-family: 'OPENSANS-BOLD';
        color:#E89D10;
        font-size:36px;
    }
    .Blue_circle_white_text_regular {
        font-size:31px;
        color:#fff;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_bold {
        color:#fff;
        font-family: 'OPENSANS-BOLD';
        font-size:36px;
    }
    .Blue_circle_white_text_and {
        color:#fff;
        font-size:24px;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_big {
        font-size:36px;
        font-family: 'OpenSans';
        color:#fff;
    }
    .Blue_color_marron_text {
        font-size:36px;
        color:#B51D55;
        font-family: 'OPENSANS-BOLD';
    }
     .Main_Footer {
        padding:20px 0px 0px 0px;
        background:#5f4e3f;height:70px;
    }
    .Main_Footer_copyright {
        margin: 0px 0px 0px 0px;
    }
    .Three_link_div {
        display: flex;float:right;margin: 169px 22px 0px 43px;
    }
     .reserach_continue {
        padding:0px 0px 0px 0px;
        font-size:40px;
        color:#40732A;
        font-weight:bold;
        text-align:center;
    }
/**/
/*End*/

    /*24_12_2022*/

    /*Comman classes*/
    .grn_button_pad {
        text-align:-webkit-center;
        padding:20px 0px 0px 0px;
        /*margin-left:0px !important;
        margin-right:0px !important;*/
    }
    .two_div_manage {
        padding:0px;
    }
    .ban_adjust_one {
        width:6%;
    }
     .banner_ship {
        /*padding:0px 95px 0px 180px;*/
        padding:0px 0px 0px 0px !important;
    }
    .button_adjust {
        padding: 15px 0px 30px 20px;
       
    }
    .div_width_adjust {
        width: 3.666667%;
    }
    .grey_box {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
    }

    .research {
        padding: 0px 0px 0px 765px;
        margin-bottom: -35px;
    }

    .Blue_circle_div2 {
        padding: 0px 24px 0px 24px;
        background: #1E5269;
        height: 350px;
        border-radius: 50%;
        left: -10px;
        right: 0;
        top: 10px;
        bottom: 0;
        margin: 0 auto;
        width: 350px;
        margin-bottom:10px;
    }

    .Blue_circle_text_para2 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 30px 0px 0px 0px;
    }

    .blue_para {
        font-size: 21px;
        text-align: center;
        /*font-size:21px;*/
        color: #FFFFFF;
    }

    .Blue_circle_para_main_research {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 38px 0px 0px 0px;
        line-height: 1.8;
    }



    .abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abc .overbox {
            /*margin-top: 140px;*/
            position: absolute;
            top: 237px;
            left: 15px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 300px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abc:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    /*.lightboxOverlay {
   
     background-color:transparent!important;
}*/


    /*end*/

    /*Remanimg classes*/



    .img_pad {
        padding: 5px 40px 0px 40px;
    }

    .back_div {
        margin-top:20px;
          /*margin-left:15px;*/
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 610px;*/
        text-align:justify;
        /*height: 430px;*/
    }

    .div_adjust {
        /*margin-left: 20px;*/
        padding: 0px 0px 0px 0px!important;
        /*width: 440px !important;*/
        height: 430px !important;
      
    }

    .font_adjust1 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 16px;
        color: #fff;
    }

    .font_adjust2 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 13px;
        color: #fff;
    }

    .img_dim {
        height: 350px !important;
    }

    .font_journey {
        margin-left: 450px;
        font-size: 40px;
        margin-top: 30px;
    }

    .example-image-link {
        background: none !important;
    }

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .map_img {
        /*margin-left:15px;*/
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        border: solid 2px #40732A;
        /*width: 610px!important;
        height: 520px;*/
    }

    .map_dim {
        margin: 0px 0px 0px 15px;
        /*width: 990px!important;
        height: 430px;*/
    }

    .back_div_next {
        /*margin-left: 100px;*/
        margin-right: 10px;
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 713px;*/
        text-align: justify;
        /*height: 515px;*/
        /*border:solid 10px #f2b977;*/
    }

    
    .div_adjust_next {
        width:330px !important;
        margin-top:20px;
        /*margin-left:95px;*/
        padding: 0px 0px 0px 0px!important;
        /*width: 425px !important;
        height: 513px !important;*/
    }

    .img_dim_next {
        /*height: 450px !important;*/
        border: #7a5c4d 2px solid;
    }

    .back_div_new {
        margin-top:20px;
        /*margin-left: 25px;*/
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 716px;*/
        /*height: 515px;*/
        text-align: justify;
        margin-bottom:20px;
    }

    .div_adjust_new {

        border:3px solid  #635141;
        width:100% ! important;
        /*margin-left:55px;*/
        padding: 0px 0px 0px 0px!important;
        /*width: 450px !important;
        height: 513px !important;*/
        
    }

    .img_dim_four {
        /*margin-top: 5px;*/
        /*height: 440px !important;
        width: 480px !important;*/
    }

    .font_journey_NEW {
        margin-left: 380px;
        font-size: 40px;
        margin-top: 30px;
    }

    .back_div_one {
        /*margin-left: 25px;*/
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 716px;*/
        text-align: justify;
        /*height: 540px;*/
    }

    .div_adjust_one {
         border:5px solid #635141;
        margin-top:20px;
        /*margin-left: 60px;*/
        padding: 0px 0px 0px 0px!important;
        width: 100% !important;
        /*height: 540px !important;*/
    }

    .map_img_shop {
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        /*border:solid 2px #40732A;*/
        /*width: 716px;
        height: 500px;*/
    }

    .map_dim_shop {
        margin: 0px 0px 0px 12px;
        border:5px solid #7a5c4d;
        /*margin-top: 5px;*/
        /*height: 440px !important;
        width: 940px !important;*/
    }

    .back_div_para {
        /*margin-left: 28px;*/
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 716px;*/
        text-align: justify;
        /*height: 150px;*/
    }

     .btn-deco:hover {
        color:#fff;
        text-decoration:none;
    }
    .btn_class {
        padding: 0px 0px 0px 0px;
    }

    .btn-deco {
        display: block;
        padding: 15px 36px;
        font-size: 15px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 15px;
        /*box-shadow: 0 9px #999;*/
    }

    .text_clr {
        margin-right: 10px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;
    }*/


    /*end*/

    /*end*/
    /*28_12_2022*/
    /*keyword*/

    /*Comman classes*/




    /*Remanimg classes*/

    .strip_one {
        padding: 50px 0px 0px 0px;
        width: 99%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 15px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        /*margin-left: 32px;*/
    }

    .img_logo {
        /*width: 325px;
        height: 220px;*/
    }

    .img_logo_dim {
        margin-left:15px;
        padding: 0px 0px 0px 0px;
        border: #fbfbfa solid 2px;
        border-radius: 10px;
        width: 330px;
        height: 230px;
    }

    .key_pad {
        padding:20px 15px 0px 15px;
        /*margin-left: 20px;*/
    }

    .font_justify_one {
        text-align:center;
        font-size: 43px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        /*text-align: justify;*/
    }

    .font_justify_two {
        font-size: 14px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0px;
        font-family: OpenSans-Regular;
        text-align: justify;
    }

    .font_justify_four {
        text-align:center;
        font-size:32px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
    }

    .img_left {
        padding:0px;
        /*margin-left: 160px;*/
    }

    /*29-12-2022*/
    /*oral history css*/

    /*Comman classes*/




    /*Remanimg classes*/
    .logo_pad {
        padding:0px 0px 0px 0px;
    }
    .vedio_pad {
        text-align:-webkit-center;
        padding: 20px 0px 0px 0px;
        /*margin-left: -15px;*/
    }

    .text_div {
        /*margin-top: -288px;
        margin-left: 345px;*/
        text-align: justify;
        padding: 10px 15px 0px 15px;
        letter-spacing: normal;
        line-height: normal;
    }

    .back_color {
        background-color: #fff;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        width: 100%;
        max-width: 1003px;
        background-color: #fff;
    }

    .strip_two {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 11px 19px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        /*margin-left: -15px;*/
    }

    .btn-deco-green {
        margin-left:0px !important;
        margin-right:0px !important;
        display: inline-block;
        padding: 15px 36px;
        font-size: 31px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_green {
        color: #FFF094;
        font-size: 14px;
    }

    .btn-deco-green {
        height: 70px;
        width: 320px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
    }

        .btn-deco-green:hover span {
            text-transform: uppercase;
            content: "ORAL HISTORY CONTINUED!";
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
            /*display:none*/
        }

        /*.btn-deco-green:hover {
    
  content:"ORAL HISTORY CONTINUED!";
   font-family:OpenSans-Regular;
  font-style:italic;
   color: #FFF094;
}*/

        .btn-deco-green:hover {
            background-color: #1B5B3F;
        }

    /*oral history 2 css*/
    .vedio_pad_two {
        text-align: -webkit-center;
        padding: 20px 0px 0px 0px;
        /*margin-left: -15px;*/
    }

    .text_div_two {
        /*margin-top: -288px;
        margin-left: 345px;*/
        text-align: justify;
        padding: 00px 0px 0px 0px;
        letter-spacing: normal;
        line-height: normal;
    }


    .strip_three {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
    }

    .video_adjust {
        width: 300px;
        height: 257px;
    }

    .top_pad {
        padding-top: 20px;
    }
    /*narratives*/
    .narratives {
        text-align: -webkit-center;
        /*padding: 15px 0px 0px 25px;*/
    }

    .narrative_vedio_width {
        width:300px;
        height: 180px;
    }

    .indian {
        margin-bottom: 3px;
    }

    .content_narratives {
        /*padding: 60px 0px 0px 8px;
        text-align: left;*/
        text-align:center;
    }

    .edward {
        text-align:center !important;
        /*padding: 0px 35px 0px 5px;*/
    }

    .strip_four {
        padding: 80px 0px 0px 0px;
        width: 95%;
        position: relative;
        top: -97%;
        height: 13px;
        background-image: linear-gradient(313deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(43deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        margin-left: 10px;
        margin-top: -25px;
    }

    .back_color_narratives {
        background-color: #fff;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        /*width: 100%;
        max-width: 985px;
        margin-top: 20px;*/
    }
    /*button*/
    .btn-deco-small {
        display: inline-block;
        padding: 15px 36px;
        font-size: 28px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_small {
        color: #FFF094;
        font-size: 12px;
    }

    .btn-deco-small {
        height: 40px;
        width: 200px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
        margin-left:0px !important;
        margin-right:0px !important;
    }

        .btn-deco-small:hover span {
            text-transform: uppercase;
            font-size: 9px;
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
        }



        .btn-deco-small:hover {
            background-color: #1B5B3F;
        }


    /*30-12-2022
page learning*/
     .ORAL_div_one {
          display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px -25px;
    padding-left: 404px;
}
    .ORAL_div_two {
        display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -863px;
    padding-left: 847px;
}
    .div_head {
        text-align:center;
        /*padding-left: 160px;*/
    }
     .ORAL_top_one {
         display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px -15px;
    /*padding-left: 404px;*/
}
    .ORAL_top_two {
         display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 375px;
    /*padding-left: 847px;*/
}
    .ORAL_head {
        text-align:center;
        /*padding-left: 152px;*/
    }
    .logo_green {
        padding-top:20px;
         padding-bottom:20px;
        /*padding:20px 15px 20px 50px;*/
       text-align: -webkit-center;
    }
    .team_top_one {
         display:none;
        text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -545px;
    padding-left: 847px;
}
    
    .team_top_two {
         display:none;
        text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 70px;
    /*padding-left: 847px;*/
    }
    .team_head {
    text-align:center;
}
    .learning_top_one {
        display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px -60px;
    padding-left: 404px;
}
    .learning_top_two {
        display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -820px;
    padding-left: 847px;
}
    .learning_head {
        text-align:center;
        /*padding-left: 210px;*/
    }
      .NARRATIVES_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 259px;
    padding-left: 404px;
}
    .NARRATIVES_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 180px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        text-align:center;
        /*padding-left: 785px;*/
    }
    .MUSIC_img {
        display:none;
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -210px;
        /*padding-left: 235px;*/
    }
    .STORYTELLING_img {
        display:none;
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -140px;
        padding-left: 1015px;
    }


      .OBJECT_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -200px;
        /*padding-left: 235px;*/
    }

    .HANDLING_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -150px;
        /*padding-left: 1015px;*/
    }
    .WORKSHOP {
        font-size:40px;
    }
     .saree_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -160px;
        /*padding-left: 235px;*/
    }
     .drapping_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -190px;
        padding-left: 1015px;
    }
    .school_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -25px 0px 0px -395px;
        /*padding-left: 1015px;*/
    }
    .school_two_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -80px 0px 0px -200px;
        /*padding-left: 235px;*/
    }

    
    .bead_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -140px;
        /*padding-left: 235px;*/
    }
    .craft_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -210px;
        padding-left: 1015px;
    }

    .learning {
    }
    .ylw_div {
        width:5.33%
    }
    .yellow_circle_div {
        padding: 0px 24px 0px 24px;
        background: #e89d10;
        height: 350px;
        border-radius: 50%;
        left: 5px;
        right: 0;
        top: 20px;
        bottom: 0;
        margin: 0 auto;
        width: 350px;
    }

    .yellow_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 25px 0px 0px 0px;
        /*line-height: 2.1;*/
    }

    .text_yellow {
        padding: 0px 0px 0px 0px;
    }

    .is_text {
        padding: 0px 0px 0px 0px;
    }

    .abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abcd .overbox {
            margin-top: 140px;
            position: absolute;
            top: 90px;
            left: 20px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 288px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abcd:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_learning {
        padding: 20px 15px 0px 15px;
    }

    .font_8 {
        text-align: justify;
    }

    .yellow_content {
        text-align:center;
        font-size: 34px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .black_content {
        text-align: justify;
        font-size: 15px;
        color: #635141;
    }

    .yellow_content_two {
        text-align:center;
        font-size: 29px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .xyz {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        /*margin: 22px 0px 0px 0px;*/
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .xyz .overbox_new {
            /*margin-top: 90px;*/
            position: absolute;
            top: 274px;
            left: 0px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            /*z-index: 100;*/
            /*opacity: 0.4;*/
            width: 391px;
            /*height: 90px;*/
            padding-top: 39px;
            /*bottom: 22px;*/
        }

        .xyz:hover .overbox_new {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_new {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .img_div_women {
        padding: 0px 0px 0px 0px;
        text-align: -webkit-center;
    }

    .banner_storytelling {
        padding: 20px 0px 0px 0px;
        text-align: -webkit-center;
    }

    .text_set {
        text-align: left;
        margin: -25px 0px 0px 95px;
    }

    .slick-prev:hover, .slick-prev:focus {
        color: transparent !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        transition: all 0.9s ease-in-out !important;
    }

    .slick-prev {
        left: 32px !important;
    }

    .slick-prev {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 32px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        background-color: transparent !important;
        z-index: 1;
        margin-left: -35px !important;

    }

    .slick-next {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 35px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-right-arrow-32.png) !important;
        background-repeat: no-repeat !important;
        margin-right: -18px !important;
    }

        .slick-next:hover, .slick-next:focus {
            color: transparent !important;
            outline: none !important;
            background-image: url(../img/icons8-right-arrow-32.png) !important;
            transition: all 0.9s ease-in-out !important;
            /*width: 30px !important;
    height: 96px !important;*/
            top: 50% !important;
        }

    .slick-next {
        right: 23px !important;
    }

    .xyz:hover .overbox_new .Imghoverblackdv {
        -webkit-transform: scale(1);
        transform: scale(1);
    }



    .xyz .overbox_new .Imghoverblackdv {
        /*margin-top: 90px;*/
        position: absolute;
        top: 333px;
        left: 17px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /*z-index: 100;*/
        /*opacity: 0.4;*/
        width: 391px;
        /*height: 90px;*/
        padding-top: 90px;
        /*bottom: 22px;*/
    }

    .Imghoverblackdv {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -225px 0px 0px 300px;
        position: absolute;
    }

        .Imghoverblackdv:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -225px 0px 0px 300px;
            position: absolute;
        }

    .Imghoverblackdv1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -225px 0px 0px 300px;
        position: absolute;
    }

        .Imghoverblackdv1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -225px 0px 0px 300px;
            position: absolute;
        }

    .Imghoverblackdvprev {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -225px 0px 0px 0px;
        position: absolute;
    }

        .Imghoverblackdvprev:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
          margin: -225px 0px 0px 0px;
            position: absolute;
        }

    .Imghoverblackdvprev1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
      margin: -225px 0px 0px 0px;
        position: absolute;
    }

        .Imghoverblackdvprev1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
           margin: -225px 0px 0px 0px;
            position: absolute;
        }

    .move_vid {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 509px;
            left: -240px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    .alani {
        width: 819px;
        height: 200px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider #thumbcarousel .item .thumb {
        /* border: 4px solid #cecece; */
        width: 28%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider {
        text-align: center;
    }

    .move_vid {
    }



    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .product-slider #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 28%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div4 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 28%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
        margin-top:5px;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 28%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 28%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .move_vid .overbox_div_saree {
        margin-top: -353px;
        position: absolute;
        top: 508px;
        left: -245px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 819px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .move_vid .overbox_div_bead {
        margin-top: -353px;
        position: absolute;
        top: 508px;
        left: -230px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 800px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_bead {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_bead {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 29%;
         margin: 0 -1%; 
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 100px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 28%;
         margin: 0 0%; 
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .story:hover .overbox_new_music {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .story .overbox_new_music {
        /*margin-top: 90px;*/
        position: absolute;
        top: 252px;
        left: 0px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /* z-index: 100; */
        /* opacity: 0.4; */
        width: 330px;
        height: 40px;
        padding-top: 36px;
        /* bottom: 22px;*/
    }

    .overbox_new_music {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .text_set_music {
        text-align: left;
        margin: -28px 0px 0px 60px;
    }


    /*team page*/

    .green_circle_div2 {
        padding: 0px 24px 0px 24px;
        background: #40732a;
        height: 350px;
        border-radius: 50%;
        left: -5px;
        right: 0;
        top: 22px;
        bottom: 0;
        margin: 0 auto;
        width: 350px;
        margin-bottom:20px;
    }

    .green_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 15px 0px 0px 0px;
        line-height: 1.7;
    }

    a.email_rolf:hover, a.email_rolf:focus {
        color: #A9A9A9 !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.email_rolf {
        color: #A9A9A9 !important;
        text-decoration: none;
    }

    .rolf_div {
        background-color: #40732a;
        text-align: -webkit-center;
        padding: 30px 15px 0px 15px;
        line-height: 1.7;
    }

    .ROLF_KILLIUS {
        font-size: 26px; /*line-height:1em;*/
        text-align: center;
        color: #FFFFFF;
        font-family: OpenSans-Regular;
    }

    .rolf_para_one {
        font-size: 16px;
        color: #A9A9A9;
        font-family: OpenSans-Regular;
        text-align: center;
    }

    .rolf_para_two {
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
        text-align: center;
    }

    .rolf_para_three {
        text-align: center;
        text-decoration: underline;
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
    }

    .lata_div {
        background-color: #911141;
        text-align: -webkit-center;
       padding: 30px 20px 0px 20px;
    }
    .bg_rolf_color {
        background-color: #635141;
    }
    .bg_lata_color {
          /*background-color:#911141 !important;*/
    }
    .nat_img {
        padding-top:10px !important;
    }
    .museum_img_pad {
         padding-top:20px !important;
    }
    .text_nat_pad {
         padding:0px 25px 0px 25px !important;
    }

    .text_para_natraj {
        font-size: 20px;
        color: #B51D55;
        font-family: OpenSans-Regular;
    }

    .link_para {
        text-align: center;
        font-size: 14px;
        color: #40732A !important;
        font-weight: bold;
        text-decoration: underline;
        font-family: OpenSans-Regular;
    }

    a.link_mail:hover, a.link_mail:focus {
        color: #40732a !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.link_mail {
        color: #40732a !important;
        text-decoration: none;
    }

    .curators {
        font-size: 40px;
    }

    .square_img {
        display:none;
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -360px;
        padding-left: 404px;
    }

    .flower_img {
         display:none;
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -360px;
        padding-left: 847px;
    }

    .research_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -15px 0px 0px 305px;
        padding-left: 404px;
    }

    .research_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -71px 0px 0px 150px;
        padding-left: 847px;
    }

    .team_head {
        text-align:center;
        /*padding-left: 250px;*/
    }

    .reviews_banner {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 10px 0px 10px;
        /*border: 1px solid #dfdedc;*/
    }

        .reviews_banner .overbox_reviews {
            margin-top: 100px;
            position: absolute;
            top: 140px;
            left: 30px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 298px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .reviews_banner:hover .overbox_reviews {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_reviews {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .green_circle_review {
        padding: 15px 24px 0px 24px;
        background: #40732a;
        height: 350px;
        border-radius: 50%;
        left: 5px;
        right: 0;
        top: 25px;
        bottom: 0;
        margin: 0 auto;
        width: 350px;
        margin-bottom:20px;
    }

    .green_review_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 7px 0px 0px 0px;
        line-height: 1.7;
    }

    .REVIEWS_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -175px;
        /*padding-left: 235px;*/
    }

    .EXHIBITION_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -180px;
        padding-left: 1015px;
    }
    .EXHIBITION {
        font-size:40px;
    }
    .review_text_one {
        font-size:18px;  font-family: OpenSans-Regular; color:#911141;font-weight:bold;font-style:normal;
    }
     .review_text_two {
         font-weight:normal;font-style:italic;text-decoration:none;color:#A4A4A4;font-family: OpenSans-Regular;font-size:13px;text-align:justify;
    }
      .review_text_three {
          color:#635141;font-family: OpenSans-Regular;font-size:26px;
    }
       .review_text_four {
           color:#635141; font-size:13px;font-family: OpenSans-Regular;text-align:justify;
    }
    .width_one {
        width:0%;
        padding:0px;
    }
     .width_two {
        width:100%;
        padding:0px;
    }
    .pad_img_one_reviews {
        padding:20px 20px 20px 0px !important;
    }
    .pad_img_one_reviews_new {
        padding:20px 20px 40px 20px !important;
    }
    .Readmore {
        padding:12px 25px 12px 25px;
        color:#353131;
         background-color:#ffd45a;
          font-size: 15px;
        cursor: pointer;
      text-align:center;
         text-decoration: none;
        outline: none;
         border: none;
        border-radius: 10px;
        font-style:italic;
        transition: all 0.6s ease-in-out;
    }
        .Readmore:hover {
             text-align:center;
             color:#353131;
             background-color: rgba(255, 225, 140, 1);
             text-decoration:none;
              font-style:italic;
              transition: all 0.6s ease-in-out;
        }
    .review_top_one {
        display:none;
         text-align: -webkit-center;
        position: absolute;
        margin: -20px 0px 0px 40px;
        /*padding-left: 404px;*/
    }
    .review_top_two {
         display:none;
         text-align: -webkit-center;
        position: absolute;
        margin: -75px 0px 0px 330px;
        /*padding-left: 847px;*/
    }
    .review_head {
        text-align:center;
        /*padding-left:280px;*/
    }
     .NARRATIVES_top_one {
         display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px -40px;
    padding-left: 404px;
}
    .NARRATIVES_two {
        display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -845px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        text-align:center;
        /*padding-left: 180px;*/
    }
     .keywords_top_one {
          display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 15px;
    padding-left: 340px;
}
    .keywords_two {
         display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -827px;
    padding-left: 840px;
}
    .keywords_head {
        text-align:center;
        /*padding-left: 200px;*/
    }
    .research_top_one {
        display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -840px;
    padding-left: 847px;
}
    .research_top_two {
        display:none;
    text-align: -webkit-center;
    position: absolute;
    /*margin: -75px 0px 0px 0px;*/
    padding-left: 200px;
}
    .research_head {
        text-align:center;
    /*padding-left: 200px;*/
}
 .journey_img {
    display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -25px 0px 0px -235px;
    padding-left: 235px;
}
 .the_img {
    display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -80px 0px 0px -642px;
    padding-left: 1015px;
}
 .theplace_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -24px 0px 0px -233px;
    /*padding-left: 235px;*/
}
 .thepeople_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -81px 0px 0px -360px;
    padding-left: 1015px;
}
    .set_button {
        text-align:center;
        padding:20px 0px 0px 0px;
    }
    .pad_bottom {
        padding:0px 0px 20px 0px;

    }
    .div_vid_animaton {
        padding:0px;
    }
    .div_vid_slider {
        padding:0px 15px 0px 15px;
    }
    .slider_pad {
          padding:0px 0px 0px 0px;
    }
    .one_div_width {
        width:5.33%;
    }






     /*.navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }*/

    .navbar-toggle:focus {
       background-color: #5f4e3f !important;
    }

   

   

        .navbar-collapse.collapse.in {
            padding: 0px 0px 0px 0px !important;
            display: block !important;
            padding: 0px;
            background-color: #345726;
            opacity:0.9;
        }

        .navbar-nav > li > a {
            text-align:left;
            color: #fff !important;
            padding: 5px 0px 5px 15px;
            font-size: 16px;
            font-family: Calibri;
            font-family: 'LatoReguler';
            font-weight: normal;
            outline: 0;
            transition: all 0.6s ease-in-out;
        }

            .navbar-nav > li > a:hover {
                color:#911141 !important;
                padding:5px 0px 5px 15px;
                background-color: #fff !important;
                transition: all 0.6s ease-in-out;
            }

    .navbar-inverse .navbar-nav > .active > a {
        color: #000 !important;
        background-color: #f6bb19 !important;
    }
 .navbar-header {
        float: none;
        /*background: rgba(000,0,0,0.8);
        border-bottom: 1px solid #444444;*/
    }
  .navbar-inverse {
        background-color: rgba(000, 0, 0, 0.0) !important;
        border: none !important;
        color: #fff;
        border-radius: 0px;
    }
   .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
        {
             background-color:#911141 !important;
        }
   .navbar-toggle {
        position: relative;
        float: right;
        padding: 15px 11px;
        margin-top: -25px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: #911141;
        background-image: none;
        border: 1px solid #fff !important;
        border-top-color:  #fff !important;
        border-right-color: #fff !important;
        border-bottom-color: #fff !important;
        border-left-color:#fff !important;
        border-radius: 4px;
        display: block;
    }
 .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }
 .menu-bg-color {
         position: absolute; 
        top: 0px;
        background-color: rgba(255,153,0,0.7);
        height: 58px;
        color: #fff;
        z-index: 1;
    }
  .navbar-collapse.collapse {
        display: none !important;
    }
   .navbar-nav {
       margin:0px 0px 0px 0px;
       border:1px solid #fff;
        padding-top: 0px !important;
        display: block;
        width: 100%;
    }
     .navbar-nav > li {
        position: relative !important;
        display: block !important;
        float: none !important;
        border-bottom: 1px solid #fff;
    }
     
       
       .fluid-padd {
        padding: 0;
    }
    .name_banner {
        padding:0px 20px 0px 20px !important;
    }
    .display {
        display:none;
    }
     .menu-bg-color1 {
        top: 0px;
        color: #fff;
    z-index: 1;
}
    .school {
        padding-top:0px !important;
    }
    .circle {
        padding-bottom:20px !important;
    }
    .big_back {
         padding:0px !important;
    }
    .img_man {
        padding:0px 0px 0px 20px !important;
    }
    .img_man2 {
        padding:15px 0px 0px 20px !important;
    }
    .run_div_adjust {
        padding:0px 15px 0px 15px !important;
    }
    .text_ad {
       padding:0px 15px 0px 15px !important;
    }
    .text_rev {
        text-align:center;
    }
     .but1 {
         margin-bottom:12px;
             padding: 15px 30px 15px 30px !important;
    }
    .but2 {
         margin-bottom:12px;
    padding: 15px 20px 15px 20px !important;
}
    .but3 {
         margin-bottom:12px;
    padding: 15px 20px 15px 20px !important;
}
    .but4 {
    padding: 15px 30px 15px 30px !important;
}
    .vid_class {
        padding:0px 0px 20px 0px;
    }
    .vid_div {
        padding:0px 0px 0px 0px;
    }
    .eigth_pad {
         padding:0px 0px 0px 0px;
    }
    .eight_two_pad {
         padding:0px 15px 0px 15px !important;

    }
    .text_pad_left {
        padding-left:0px;
         padding-right:0px;
    }
    .Eurotrucksimulator {
        padding:0px 15px 0px 15px !important;
    }
    .unwarranted {
        font-size: 27px !important;
    }
    .ban_adjs {
        padding:0px 15px 0px 15px !important;
    }
    .vid_thomson {
        padding:0px;
    }
    .overbox_div_banner {
        padding:0px 0px 0px 0px;
    }
    .ban_adjn {
        padding: 0px 10px 25px 10px !important;
    }
    /*Prajyot*/

      /*24_12_2022*/
    /*comman classes*/

    /* btn red */
    .Exhibition_Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 300px;
        border-radius: 50%;
        left: 32px;
        right: 0;
        top: 59px;
        bottom: 0;
        margin: 0 auto;
        width: 300px;
    }

    .Exhibition_Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 29px 0px 0px 0px;
     line-height: 33px;
           }

    .Exhibition_Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 34px;
    }

    .Exhibition_Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 26px;
    }

    .Exhibition_Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 26px;
        font-family: 'OpenSans-Regular';
    }

    .Exhibition_Yellow_circle_white_text_big3 {
        font-size: 26px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Exhibition_Yellow_color_marron_text3 {
        font-size: 34px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }

    .exhibition_circle_ship {
        background-color: #ededec;
        padding: 0px 0px 20px 0px;
    }

    .btn_deco_exhibition {
        display: inline-block;
        padding: 9px 16px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 34px;
    }

        .btn_deco_exhibition:hover {
            background-color: #8b0738;
            color: #ffffff !important;
            text-decoration: none;
        }

    .exhibition_text_clr {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        font-family: 'OpenSans-Regular';
    }
    .btn_in_blue_circle {
        margin-left: -9px;
    margin-top: 12px;

    }
    .partner_after_blue_circle {
        /*padding-top: 51px!important;*/
        /*padding:51px 0px 10px 0px !important;*/
        padding:0px !important;
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;*/


    .Inner_page_Yellow_circle_div {
        padding: 20px 0px 0px 0px;
    }

    .Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 300px;
        border-radius: 50%;
        left: 15px;
        right: 0;
        top: -3px;
        bottom: 0;
        margin: 0 auto;
        width: 300px;
    }

    .Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
       
            padding: 36px 0px 0px 0px;
    line-height: inherit;
    }

    .Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 44px;
    }

    .Yellow_circle_white_text_regular3 {
        font-size: 21px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 26px;
    }

    .Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 23px;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_big3 {
        font-size: 26px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Yellow_color_marron_text3 {
        font-size: 24px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }

    .vidofguj {
        padding: 0px  23px 0px 23px;
    }

    .videoofgujrat {
        width: 320px;
        height: 190px;
    }

    .exhibition_para_main {
           padding: 0px 20px 15px 20px;
    }


    .exhibition_abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        /*margin: 86px 0px 0px -127px;*/
        border-radius: 0px;
        /*padding: 0px 25px 0px 147px;*/
    }

        /*border: 1px solid #dfdedc;*/
        .exhibition_abc .overbox4 {
            margin-top: 140px;
            position: absolute;
            top: 197px;
            left: 36px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 960px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .exhibition_abc:hover .overbox4 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox4 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox3 {
        margin-top: 140px;
        position: absolute;
        top: 198px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox3 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox3 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox2 {
        margin-top: -50px;
        position: absolute;
        top: 388px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox2 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox2 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }


    .exhibition_overbox1_text_para {
    text-align: left; font-family: OpenSans-Regular; font-size: 13px;
    color:white !important;
    }

    .exhibition_abc .overbox1 {
        margin-top: 154px;
        position: absolute;
        top: -54px;
        left: 2px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        /*background-color: #7a5c4d;*/
        background-color: rgba(0,0,0,0.5);
        z-index: 100;
        opacity: 0.9;
        width: 302px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
        /*display:none;*/
    }

    .exhibition_abc:hover .overbox1 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox1 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox {
        margin-top: 140px;
        position: absolute;
        top: 7px;
        left: 7px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 248px;
        height: 111px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_exhibition {
        /*margin-left: 62px;*/
        padding: 79px 50px 0px 50px !important;
    }

    /*.example-image-link {
        background: none !important;
    }*/

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .example-image-link:hover {
        background: rgba(255,255,255,0.5) !important;
    }

    .overbox1div {
        text-align: left;
        margin: -86px 0px 0px 43px;
    }


    /*end */
    /*remaining classes*/
    .team_partnership {
           margin-bottom: 20px;
    margin-top: 11px;
    padding-left: 14px;
    }

    .Exhibition_first_heading {
        font-size: 40px;
        color: #FFF;
    }

    .Exhibition_first_heading_sec {
        color: #E89D16;
        font-size: 40px;
    }

    .EXHIBITION {
        padding: 25px 30px 0px 420px;
    }

    .the_Exhibition_big_img {
        margin-top: 37px;
        padding-left: 77px;
    }

    /*.Carosalsliderimg {
       width:960px;
       height:428px;
       cursor:auto;
    }*/
    /*.Parya {
        overflow:hidden;
    }*/

    .product-slider_1 {
        /*padding: 45px;*/
    }

        .product-slider_1 #carousel { /*border: 4px solid #1089c0*/
            margin: 20px 0px 4px 0px;
        }

        .product-slider_1 #thumbcarousel {
            margin: 0px 0px 15px 0px;
            padding: 0 0px;
        }

            .product-slider_1 #thumbcarousel .item {
                text-align: center;
            }

                .product-slider_1 #thumbcarousel .item .thumb { /*border: 4px solid #cecece*/
                    width: 20%; /*margin: 0 2%*/
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    max-width: 46px;
                    margin-top:5px;
                }

                    .product-slider_1 #thumbcarousel .item .thumb:hover {
                        border-color: #1089c0;
                    }

        .product-slider_1 .item img {
            width: 100%;
            height: auto;
        }

    .carousel-control {
        color: #0284b8;
        text-align: center;
        text-shadow: none;
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 20px;
        top: 23%;
    }

    .showing {
        border: 1px solid red;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
        background: #7a5c4d;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
    }

    .carousel-caption, .carousel-control .fa {
        font: normal normal normal 30px/26px FontAwesome;
    }

    .carousel-control {
        background-color: rgba(0, 0, 0, 0);
        bottom: auto;
        font-size: 20px;
        left: 0;
        position: absolute;
        top: 30%;
        width: auto;
    }

        .carousel-control.right, .carousel-control.left {
            background-color: rgba(0, 0, 0, 0);
            background-image: none;
        }

    /*.thumb {
filter:grayscale(100%);
}
.thumb.active {
filter:grayscale(0%);
}*/
    /*end*/
    .wrap {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        transform: rotate(45deg);
        border: 15px solid gainsboro;
    }


        .wrap img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 319px;
            margin-top: 15px;
        }

    .title-wrap {
        width: 100%;
        text-align: center;
    }

    .travel-title {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        color: red;
        font-weight: bold;
        font-size: 30px;
        transform: rotate(-45deg);
    }

    .wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        margin: 1px;
        position:inherit;
        left:13px;
        transform: rotate(45deg);
        /*border: 15px solid gainsboro;*/
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap1 img {
          display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
            /*padding: 20px 10px 10px 0px;*/
        }
    /*.wrap1:hover {
    background-color:white;
   opacity:0.75px;
    }
.Travelling_obj_pot:hover {
background-color:white;
}*/
    .Travelling_obj_pot:hover {
        background-color: #03476d;
        text-decoration: none;
        color: #fff;
        transition: all 0.6s ease-in-out;
    }

    .wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        margin: 1px;
        position: inherit;
        left: 31px;
        top: 0px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }



        .wrap2 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
            /*padding: 20px 10px 10px 0px;*/
        }

    .wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        margin: 1px;
        position: inherit;
        top: 0px;
        left: 49px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }


        .wrap3 img {
            display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
     width: 244px! important; 
    max-width: 162%!important;
    margin-top: 24px;
            /*padding: 32px 10px 0px 0px;*/
        }

    .wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
       margin: 1px;
        position: inherit;
        top: -91px;
        left: 69px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap4 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
        }
    /*padding: 20px 10px 10px 0px;
}*/
    .wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;  
        margin: 1px;
        top: -91px;
        left: 87px;
        transform: rotate(45deg);
        position: inherit;
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap5 img {
        display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        position: inherit;
        top: -132px;
        left: 13px;
        margin: 1px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap6 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        position: inherit;
        top: -132px;
        left:31px;
        margin: 1px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap7 img {
    display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap8 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        margin: 1px;
        top: -132px;
        left: 49px;
        position: inherit;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap8 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap9 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        position: inherit;
        top: -174px;
        left: 69px;
        margin: 1px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap9 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap10 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        margin: 0px;
        position: inherit;
        top: -174px;
        left: 87px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap10 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
        }

        .wrap11 {
         display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        position: inherit;
        top: -217px;
        left: 13px;
        margin: 1px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap11 img {
      display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap12 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        margin: 1px;
        position: inherit;
        top: -217px;
        left: 31px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap12 img {
         display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap13 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        margin: 1px;
        position: inherit;
        top: -217px;
        left: 49px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap13 img {
         display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap14 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        margin: 1px;
        position: inherit;
        top: 17px;
        left: 13px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap14 img {
        display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
     width: 244px! important; 
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap15 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        margin: 1px;
        position: inherit;
        top: 17px;
        left: 31px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap15 img {
          display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
        }


    .wrap16 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        margin: 1px;
        position: inherit;
        top: 17px;
        left: 49px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap16 img {
          display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap17 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        margin: 1px;
        position: inherit;
        top: -26px;
        left: 69px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap17 img {
       display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap18 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        margin:0px;
        position: inherit;
        top: -26px;
        left: 87px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap18 img {
          display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
     width: 244px! important; 
    max-width: 162%!important;
    margin-top: 24px;
            /*padding: 32px 0px 0px 0px;*/
        }

    .wrap19 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        margin: 1px;
        position: inherit;
        top: -67px;
        left: 13px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap19 img {
          display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
     width: 244px! important; 
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap20 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        margin: 1px;
        position: inherit;
        top: -67px;
        left: 31px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap20 img {
      display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
     width: 244px! important; 
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap21 {
        display: inline-block;
        overflow: hidden;
        width: 88px;
        height: 88px;
        margin: 1px;
        position: inherit;
        top: -67px;
        left: 49px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap21 img {
        display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
     width: 244px! important; 
    max-width: 162%!important;
    margin-top: 24px;
            /*padding: 32px 0px 0px 0px;*/
        }

    .exhibition_para {
        background-color: #f2b977;
        font-family: OpenSans-Regular;
        border-radius: 20px;
        padding: 41px 20px;
    }

    .Trav_obj_first_heading_sec {
        font-size: 40px;
        color: #FFF;
    }

    .Trav_obj_first_heading {
        color: #E89D16;
        font-size: 40px;
        font-weight: bold;
    }

    .hoveff:hover {
        background-color: white;
        opacity: 0.3;
    }

    /*blue circle*/
    .blue_circle_div3 {
        padding: 0px 60px 0px 61px;
        background: #1e5269;
        height: 300px;
        border-radius: 50%;
        left: 18px;
        right: 0px;
        top: 32px;
        bottom: 0;
        margin: 0 auto;
        width: 300px;
    }

    .blue_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #e89d10;
        font-size: 34px;
    }

    .blue_circle_white_text_and3 {
        font-family: 'OpenSans-Regular';
        color: #ffffff;
        font-size: 34px;
    }

    .ship_team {
        padding: 0px;
    }

    .ship_img_team {
         padding: 63px 0px 1px 0px;
    }

    .logo_team {
        padding: 0px;
    max-width: 65px;
    }
    .red_arrow_two {
        padding: 10px 0px 0px 33px;
    }
    .subrang_arts {
        padding: 0px 0px 0px 0px;
    margin-left: -2px;

    }


    .logo_team1 {
        /*padding: 0px 0px 0px 20px;*/
        max-width:77px;
    }

    .logo_team2 {
       padding: 32px 0px 0px 0px;
    margin-left: -24px;
    max-width: 144px;
    }

    .dyamand_arng {
        /*padding: 65px 0px 0px 0px;
    position: absolute;*/
        padding: 48px 0px 0px 6px;
    }


    .dyamand_arng1 {
        padding: 0px 0px 0px 6px;
    }

    .btn_1 {
        margin-top: -195px;
        padding-left: 123px;
    }

    .EXHIBITION_textile_brown_line {
        margin-top: 0px;
        text-align: center; /*padding: 31px 13px 4px 275px; background-color: #635141; height: 110px*/
        padding: 0px;
        position: relative;
        width: 100%;
    }

    .EXHIBITION_textile_brown_line2 {
        /*padding: 21px 50px 10px 234px*/ /*background-color: #635141; height: 110px;*/
        position: relative;
        width: 100%;
        margin-top: -144px;
        margin-bottom: 10px;
        padding: 0px;
    }

    .btn_2 {
        margin-top: -47px;
    padding-left: 124px;
    }

    .contact_div {
        background-color: #345726;
        padding: 0px;
    }

    .contact_div1 {
        background-color: #e89d10;
        padding: 0px;
    }

    .contact_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 36px 0px 36px;
    }

        .contact_abcd .overbox5 {
            margin-top: 140px;
            position: absolute;
            top: 60px;
            left: 43px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 268px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .contact_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .contact_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #e89d10;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
        /*padding: 12px 10px 10px 182px;*/
        /*font-family:'OpenSans-Regular';*/
    }

    .contact_white {
        font-family: 'LuloCleanW01OneBold';
        color: #ffffff;
        font-size: 38px;
        line-height: 1em;
        letter-spacing: 0.1em;
        /*padding: 12px 10px 10px 182px;*/
    }

    .contact_para {
        padding-top: 22px;
        text-align: center;
    }

    .white_strip {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 129px;
    }
    .yellow_three_textbox {
        padding: 0px!important;
    }
    .enquiry-div1 {
    float: initial !important;
        text-align: center;
    }
    .Yellow_message_box {
    padding: 0px 0px 0px 0px !important;
    text-align:center;
    }

    .white_strip1 {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 139px;
    }

    .color_11 {
        color: #ffffff;
        text-decoration: none;
    }

    .TELL_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #345726;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
    }

    .enquiry-textbox1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 4px 5px;
        margin-bottom: 4px;
        width: 212px;
    }

    .enquiry-textbox2 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 1px 5px;
        /* margin-bottom: 5px; */
        width: 213px;
        height: 99px;
    }

    .enquiry-btn1 {
        background-color: black;
        /* padding-right: 50px; */
        /*margin-right: 50px;*/
        color: white;
        margin-left: 145px;
        margin-top: 3px;
    }
    .captcha_img_adject {
    /*padding:0px 0px 0px 58px;*/
    text-align:-webkit-center;
    }

    .imgCaptcha {
        border: 1px solid black;
        background-color: #e89d10;
        /* padding: 4px 5px; */
        /* margin-bottom: 5px; */
        width: 215px;
        height: 32px;   
        /*margin: -1px 9px 0px 5px;*/
    }

    .yellow_captcha_code_div {
          padding: 6px 0px 0px 17px;
    text-align: center;
    }
    .imgCaptcha1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 5px 5px;
        /* margin-bottom: 5px; */
        width: 215px;
        margin: -1px 1px 2px -15px;
    }

    ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
        color: white;
    }



    .flower_img_EXHIBITION{
        text-align: -webkit-center;
        padding: 0px 0px 0px 0px;
    }

    .square_img_dyamand_last {
        text-align: -webkit-center;
        padding-bottom: 36px;
    }

    .TheExibtion_Silder_car_New_div {
        width: 345px;
        height: 160px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: TheExibtion_Silder_car_New_div 05s ease-out infinite;
    }

    @keyframes TheExibtion_Silder_car_New_div {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }






    /*    TEXTILE PAGE CSSS  */
    /*comman class for textile page*/

    .move_vid_textile {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid_textile .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 687px;
            left: 15px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid_textile:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .alani_prajyot {
         width: 300px;
    height: 200px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider_1 #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider_1 {
        text-align: center;
        /*margin-bottom: 40px;*/
    }

    .textile_Sari_Exhibition {
        padding: 20px 0px 0px 0px;
        background-color: #ededec;
    }

    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .move_vid_textile .overbox_div_saree {
        margin-top: 3px;
    position: absolute;
    top: 150px;
    left: 15px;
    -webkit-transform: scale(0);
    transform: scale(0);
    border-radius: 0px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    z-index: 100;
    opacity: 0.9;
    width: 302px;
    height: 46px;
    padding-top: 8px;
    bottom: 22px;
    /* text-align: center; */
    /*display: none;*/
    }

    .textile_Embroidery_workshop {
        padding: 20px 0px 0px 0px;
        background-color: #ededec;
    }

    .move_vid_textile:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    /*differnt classes*/
    .Pink_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #911141;
        height: 300px;
        border-radius: 50%;
        left: -9px;
        right: 0;
        top: 15px;
        bottom: 0;
        margin: 0 auto;
        width: 300px;
    }

    .pink_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #E89D16;
        font-size: 34px;
    }

    .Pink_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 25px 0px 0px 0px;
    }

    .banner_ship2 {
        padding: 13px 0px 15px 24px;
    }


    .learing_img {
        width: 100%;
        max-width: 432px!important;
    }

  /*.textile_heading_div {
        background-color: #ededec;
        padding-top: 29px;
        padding-bottom: 10px;
    }*/

    .textile_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
         padding: 0px 26px 0px 0px;
    }

        .textile_abcd .overbox5 {
            margin-top: 0px;
            position: absolute;
            top: 186px;
            left: 10px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 259px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .textile_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .pink_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 24px;
    }

    .pink_circle_white_text_and3 {
        color: #fff;
        font-size: 24px;
        font-family: 'OpenSans-Regular';
    }


    .first_textile_div {
        padding-bottom: 40px;
        background-color: #ededec;
    }

    .textile_heading_div {
        background-color: #ededec;
        padding-top: 29px;
        padding-bottom: 10px;
    }

    .textile_wrap1 {
      display: inline-block;
    overflow: hidden;
    width: 85px;
    height: 85px;
     margin: 1px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;

    }

        .textile_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 111px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 0px;
        }

    .textile_wrap2 {
       display: inline-block;
    overflow: hidden;
    width: 85px;
    height: 85px;
     margin: 1px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 111px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 0px;
        }

.textile_wrap3 {
    display: inline-block;
    overflow: hidden;
     width: 85px;
    height: 85px;
     margin: 1px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
}

        .textile_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 143px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 0px;
        }

    .textile_wrap4 {
       display: inline-block;
    overflow: hidden;
    width: 85px;
    height: 85px;
     margin: 1px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 111px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 0px;
        }

    .textile_wrap5 {
       display: inline-block;
    overflow: hidden;
    width: 85px;
    height: 85px;
     margin: 1px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 111px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 0px;
        }

    .textile_wrap6 {
      display: inline-block;
    overflow: hidden;
    width: 85px;
    height: 85px;
     margin: 1px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 111px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top:0px;
        }

    .textile_wrap7 {
      display: inline-block;
    overflow: hidden;
    width: 85px;
    height: 85px;
     margin: 1px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 111px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 0px;
        }

    .dyamand_shape_img_first {
        padding-left: 44px !important;
    }
    .dyamand_shape_img_sec {
    padding: 0px 0px 0px 17px !important;
    }
.dyamand_shape_img_sec_sec {
        padding: 0px 0px 0px 20px !important;
 }
    .dyamand_shape_img_sec {
        margin-left: -20px;
    }

    .textile_dyamand_arng1 {
        padding: 0px 0px 0px 33px;
        position: relative;
        margin-top: -46px;
    }

    .dyamand_shape_img_three {
        padding: 0px 0px 0px 59px;
    }

    .dyamand_shape_img_four {
        padding: 0px 0px 0px 0px;
            margin-left: -8px;  
    }


    /*textile page*/

    .grey_box_brown {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
        /*margin-bottom: 20px;*/
    }

    .vimeo_exhibition {
            padding: 0px;
        background-color: #ededec;
    }

    .exhibition_yello_text {
        padding: 0px;
        background-color: #ededec;
    }

    .textile_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 0px;
        padding-left: 40px;
        display:none;
    }

    .textile_small_lat {
        color: #FFFFFF;
        /*color: rgb(232, 157, 16);*/
        font-family: OpenSans-Regular;
        font-size: 26px;
    }

    .the_img_textile {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -0px;
        padding-left: 486px;
    }

    .TEXTILE_cap_lat {
        color: rgb(232, 157, 16);
        font-family: OpenSans-Bold;
        font-size: 26px;
    }
     .textile_img_sec_div {
      text-align: -webkit-center;
        position: absolute; 
        margin: -24px 0px 0px 0px;
        padding-left: 10px;
        display:none;
    }
     .the_img_textile_sec_div {
      text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 518px;
        display:none;
    }
        .the_img_textile_team_sec_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 497px;
    }

    .textile_top_one {
        /*text-align: -webkit-center;*/
        position: absolute;
        margin: -15px 0px 0px 0px;
        padding-left: 39px;
        display:none;
    }

    .the_img_textile_of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 640px;
        display:none;
    }

    .textile_img_Of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 0px;
        padding-left: 29px;
        display:none;
    }

    .object_sec_latter {
    }

    .textile_head {
        /*padding-left: 429px;*/
            text-align: center;
    }

    .textile_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -72px 0px 0px 0px;
        padding-left: 330px;
        display:none;
    }


    .textile_dyamand_arng {
        padding: 65px 0px 0px 0px;
        position: relative;
        /*background-color: #ededec;*/
    }

    .textile_dyamand_img_2 {
        background-color: #ededec;
        padding: 0px 0px 38px 0px;
        position:initial;
    }

    .textile_dyamand_arng2 {
        margin-top: -45px;
        position: relative;
        
    padding-bottom: 30px;
    }

    .dyamand_shape_img_five {
        padding: 0px 0px 0px 29px;
    }

    .dyamand_shape_img_six {
        /*margin-left: -2px;
    }*/
        padding: 0px 0px 0px 15px!important;
    }
    .dyamand_shape_img_sevan {
        /*margin-left: -18px;*/
            padding: 0px 0px 0px 5px !important;
    }

    .textile_sari_of_gujrat {
        background-color: #ededec;
        /*padding-bottom: 65px;*/
            padding: 0px 0px 65px 0px!important;
            position:initial;
    }


    .textile_para {
        font-size: 15px;
        color: #635141;
        text-align: justify;
        padding: 20px 30px 0px 30px;
        background-color: #ededec;
    }

    .text_para_saree {
        padding: 72px 0px 0px 0px;
        background-color: #ededec;
        position:initial;
    }

    .textile_video {
        text-align: -webkit-center;
        padding: 0px;
        background-color: #ededec;
    }
    .textile_full_video {
  width: 320px !important;
    height: 209px !important;
    }
    .green_text_textile {
        font-size: 20px;
        color: #40732A;
        font-weight: bold;
    }

    .video_text_textile {
        text-align: center;
        background-color: #ededec;
    }

    .avisual_para {
        padding: 0px 0px 0px 0px;
        background-color: #ededec;
    }
    .rextile_para_after_dyamand_img {
    padding:0px;
    }
    .saree_exhibition_pink {
        text-align: center;
        padding: 15px 0px 30px 0px;
        font-weight: bold;
        color: #B51D55;
        font-size: 17px;
        background-color: #ededec;
    }

    .banner_ship5 {
        border: 5px solid red;
    }


    object_first_headding_para {
        font-size: 40px;
        color: #E89D10;
        font-family: 'OpenSans-bold';
    }

    .object_button_red {
        background-color: #ededec;
            margin-top: 32px;
    }

    .object_dyamand_shape_img_bg {
        background-color: #ededec;
       padding: 0px 0px 39px 0px !important;
    }

    .overbox_object {
        background-color: white;
    }

    .travling_object_first_div {
        background-color: #ededec;
        /*padding: 25px 151px 48px 151px;*/
    }

    .travelling_object_hightext {
        background-color: #ededec;
        padding:0px 25px;
    }

    .object_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px 0px;
        padding-left: 39px;
        display:none;
    }

    .object_head {
        /*padding-left: 255px;*/text-align:center;
    }

    .object_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 0px;
        padding-left: 506px;
    }

    .object_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 104px;
        padding-left: 235px;
    }

    ._object_the_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -182px;
        padding-left: 1015px;
    }

    .objects_img_para {
        font-size: 14px;
        font-family: 'OpenSans-Regular';
        text-align: center;
        color: #635141;
        padding: 10px;
        display:none;
    }
      .travelling_object_text_heading_2 {
    width:100%! important;
    }
    .travelling_object_text_heading {
     width:0%! important;
    }
    .banner_ship3 {
        padding: 0px;
        border: 4px solid #635141;
        height: auto;
    }
    .object_man_door {
    padding: 12px 15px 12px 15px!important;
    /*left: 26px;*/
    }
    .object_img_back {
        padding: 0px;
        background: #fff;
        border: 4px solid #635141;
    }

    .object_big_text {
        font-size: 20px;
        color: #635141;
        text-align: justify;
    }

    .object_dyamand_arng {
        position: relative;
        padding: 65px 0px 0px 0px;
    }

    .object_dyamand_shape_img_sec {
        /*padding-left: 41px !important;*/
      padding: 0px 0px 0px 14px;
    }

    .object_dyamand_shape_img_first {
          padding: 0px 0px 0px 22px;
    }

    .object_dyamand_shape_img_third {
        /*margin-left: -19px;*/
        padding: 0px 0px 0px 5px;
    }

    .object_wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 85px;
        height: 85px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
               height: 151px;
            width: 318px!important;
            max-width: 144%!important;
            /*margin-top: 29px;*/
        }

    .object_wrap2 {
        display: inline-block;
        overflow: hidden;
            width: 85px;
        height: 85px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
                height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            /*margin-top: 29px;*/
        }

    .object_wrap3 {
        display: inline-block;
        overflow: hidden;
           width: 85px;
        height: 85px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
             height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            /*margin-top: 29px;*/
        }

    .object_wrap4 {
        display: inline-block;
        overflow: hidden;
             width: 85px;
        height: 85px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
              height: 151px;
                    width: 243px!important;
            max-width: 144%!important;
            /*margin-top: 29px;*/
        }

    .object_wrap5 {
        display: inline-block;
        overflow: hidden;
            width: 85px;
        height: 85px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            /*margin-top: 29px;*/
        }

    .object_wrap6 {
        display: inline-block;
        overflow: hidden;
             width: 85px;
        height: 85px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
              height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            /*margin-top: 29px;*/
        }

    .object_wrap7 {
        display: inline-block;
        overflow: hidden;
            width: 85px;
        height: 85px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
             height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            /*margin-top: 29px;*/
        }

    .object_wrap8 {
        display: inline-block;
        overflow: hidden;
            width: 85px;
        height: 85px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap8 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
             height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            /*margin-top: 29px;*/
        }

    .object_dyamand_arng1 {
        padding: 0px 0px 0px 48px;
        position: relative;
        margin-top: -38px;
    }

    .object_dyamand_shape_img_four {
        padding: 0px 0px 0px 30px;
    }

    .object_dyamand_shape_img_five {
    padding: 0px 0px 0px 0px;
    left: -15px;
    }

    .object_dyamand_arng2 {
        position: relative;
       margin-top: -37px;
    padding: 0px;
    }

    .object_dyamand_shape_img_six {
        padding: 0px 0px 0px 22px;
    }

    .object_dyamand_shape_img_seven {
        padding: 0px 0px 0px 17px;
        margin-left: -4px;
    }

    .object_dyamand_shape_img_eight {
        /*margin-left: -11px;*/
        padding: 0px 0px 0px 8px;
    }

    .obj_list_button {
        text-align: center;
        padding: 40px;
    }
    /*OBJECT END*/
    /*travelling objects list start*/
    .object_list_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px 0px;
        padding-left: 23px;
        display:none;
    }

    .object_list_head {
        /*padding-left: 106px;*/
        text-align:center;
    }

    .object_list_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 0px;
        padding-left: 619px;
        display:none;
    }

    .orenge_headline {
        font-size: 23px;
        font-family: 'OpenSans-Regular';
        color: #E89D10;
        line-height: 20px;
            text-align: center;
    }

    .green_headline {
        color: #40732A;
        font-size: 17px;
        font-family: 'OpenSans-Regular';
        line-height: 40px;
            text-align: center;
    }

    .black_headline {
        font-size: 13px;
        font-family: 'OpenSans-Regular';
        text-align: justify;
        line-height: 21px;
    }

    .list_one {
        /*width: 14% !important;*/
    }

    .list_two {
        /*width: 72%;*/
    }

    .list_three {
        /*width: 34.666667%;*/
           /*padding-left: 14px!important;*/
               text-align: -webkit-center;
    }

    .list_obt_text_para {
        /*margin-left: -60px !important;*/
        /*width:37.3336px;*/
        padding: 28px 20px 20px 20px;
        /*width: 63.333333% !important;*/
    }

    .list_box_object {
        padding: 0px 0px 60px 0px;
        background-color: #ededec;
    }

    .list_three {
    padding: 0px 20px 0px 20px !important;
    }






    /*CONTACT START
    */

    .Blue_circle_div__contact {
        padding: 0px 56px 0px 56px;
        background: #1E5269;
        height: 300px;
        border-radius: 50%;
        left: -30px;
        right: 0;
        top: 1px;
        bottom: 0;
        margin: 0 auto;
        width: 300px;
    }

    .Blue_circle_text_para__contact {
        text-align: center;
        font-family: 'OpenSans-Regular';
        padding: 30px 0px 0px 0px;
            line-height: 30px;
    }

    .Blue_cicle_yellow_text__contact {
        font-family: 'OPENSANS-BOLD';
        color: #E89D10;
        font-size: 26px;
    }

    .Blue_circle_white_text_regular__contact {
        font-size: 21px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_bold__contact {
        color: #fff;
        font-family: 'OPENSANS-BOLD';
        font-size: 26px;
    }

    .Blue_circle_white_text_and__contact {
        color: #fff;
        font-size: 14px;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_big__contact {
        font-size: 26px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Blue_color_marron_text__contact {
        font-size: 26px;
        color: #B51D55;
        font-family: 'OPENSANS-BOLD';
    }

    .contact_main_page {
        /*margin-top: 8px;*/
        padding: 0px 0px 22px 0px;
        background-color: #ededec;
    }

    .blue_circle_div3__contact {
        padding: 10px 0px 0px 60px;
    }
/*End*/
}


@media only screen and (min-width: 320px) and (max-width:359px) {
     .Review_pg_txt_css2 {
        text-align: center;
        padding:0px !important;

    }
    .Review_pg_txt_css3 {
        display:none;
        margin: -81px 64px 0px 0px !important;
        padding-left: 0px !important;
        float: right;
        position:  initial !important;
    }
    .navbar-div {
   
    /*height: 0px;*/
    border-top: none !important;
    cursor: pointer;
    /*margin-left:30px;*/

}

/* Header & Footer*/
.Main_header {
        padding:25px 0px 0px 0px;background:#5f4e3f;height:239px;
    }
    .Header_gujrati_yatra_div {
        position:absolute;
    }
    
    .Header_text_head {
        padding-left:25px !important;
        font-family:OPENSANS-BOLD;
        font-size:49px;
        line-height:1.4;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
        color:#E09200;
        font-weight:bold;
        letter-spacing: 5px;
        margin:0px;
    }
    .Header_Journey_text {
        font-size:20px;
        color:#EDEDEC;
        font-family:OpenSans;
        letter-spacing: 2px;
        padding-left:30px;
        margin:0px;
        text-shadow: rgb(0 0 0 / 40%) 0px 4px 5px;
    }

    .Header_logo_div {
        display:none;
        float: right;
        position:relative;
        margin: -27px 140px 0px 0px;
    }


/*Navigation bar*/
    .footer_two {
        width:3%;
        
    }
    .footer_copyright {
       
        padding:0px 0px 0px 14px;
    }
    .nav_adjust {
        width:5%;
    }

    .green_strip_width {
        /*width:900px;*/
    }
.navbar-div {
   
    /*height: 0px;*/
    border-top: 1px solid #40732a;
    /*cursor: pointer;*/
    /*margin-left:30px;*/

}
    .navbar {
       
        /*min-height: 48px !important;*/
    }
.menu-bg-color {
    position: absolute;
    top: 0px;
    color: #fff;
    z-index: 1;
}
.navbar-inverse {
    background-color:#5f4e3f !important;
    border: none !important;
    color: #fff;
    border-radius: 0px;
    /*height: 31px;*/

}
.navbar-nav {
    padding-top: 0px !important;
    padding-left: 0px !important;
    padding-right: 0px !important;
    /*/*margin-left:-40px;*/
}
    .container-fluid {
       margin: -95px 10px 0px 0px;
        padding:0px 15px 0px 25px !important;
    }
#myNavbar ul li.active a {
    color: #ed1566 !important;
   
    font-weight: normal;
}
.navbar-nav > li > a {
    color: #df9d2a !important;
    line-height: 38px;
    padding: 10px 7px 10px 8px;
    font-size: 14px;
    text-align:center;
   font-family:OpenSans;
    font-weight: normal;
    outline: 0;
    box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
  
}
    /*.navbar-nav > li > a:hover {
         color: #ed1566 !important;
         box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    }*/

 .hvr-bounce-to-bottom {
        display: inline-block;
        vertical-align: middle;
        -webkit-transform: translateZ(0);
        -moz-transform: translateZ(0);
        transform: translateZ(0);
        box-shadow: 0 0 1px rgba(0, 0, 0, 0);
        -webkit-backface-visibility: hidden;
        -moz-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-osx-font-smoothing: grayscale;
        position: relative;
        -webkit-transition-property: color;
        -moz-transition-property: color;
        transition-property: color;
        -webkit-transition-duration: 0.7s;
        -moz-transition-duration: 0.7s;
        transition-duration: 0.7s;
    }

        .hvr-bounce-to-bottom:before {
            content: "";
            position: absolute;
            z-index: -1;
            top: -2px;
            left: 0;
            right: 0;
            bottom: 66px;
            background: #fff;
            -webkit-transform: scaleY(0);
            -moz-transform: scaleY(0);
            transform: scaleY(0);
            -webkit-transform-origin: 50% 0;
            -moz-transform-origin: 50% 0;
            transform-origin: 50% 0;
            -webkit-transition-property: transform;
            -moz-transition-property: transform;
            transition-property: transform;
            /*-webkit-transition-duration: 0.7s;
            -moz-transition-duration: 0.7s;
            transition-duration: 0.7s;*/
            -webkit-transition-timing-function: ease-out;
            -moz-transition-timing-function: ease-out;
            transition-timing-function: ease-out;
        }

        .hvr-bounce-to-bottom:hover, .hvr-bounce-to-bottom:focus, .hvr-bounce-to-bottom:active {
             color: #ed1566 !important;
              box-sizing: border-box;
    overflow: visible;
    visibility: inherit;
    white-space: nowrap;
        }

            .hvr-bounce-to-bottom:hover:before, .hvr-bounce-to-bottom:focus:before, .hvr-bounce-to-bottom:active:before {
                -webkit-transform: scaleY(1);
                -moz-transform: scaleY(1);
                transform: scaleY(1);
                -webkit-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                -moz-transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
                transition-timing-function: cubic-bezier(0.62, 1.64, 0.37, 0.66);
            }

    .Inner_page_Blue_circle_div {
        padding:20px 0px 0px 0px;
    }
    .Blue_circle_div {
        padding:0px 60px 0px 60px;
        background:#1E5269;
        height:420px;
        border-radius:50%;
        left:0;
        right:0;
        top:0;
        bottom:0;
        margin:0 auto;
        width:420px;
    }
    .Blue_circle_text_para {
        text-align:center;
         font-family: 'OpenSans';    
         padding: 98px 0px 0px 0px;
    }
    .Blue_cicle_yellow_text {
        font-family: 'OPENSANS-BOLD';
        color:#E89D10;
        font-size:36px;
    }
    .Blue_circle_white_text_regular {
        font-size:31px;
        color:#fff;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_bold {
        color:#fff;
        font-family: 'OPENSANS-BOLD';
        font-size:36px;
    }
    .Blue_circle_white_text_and {
        color:#fff;
        font-size:24px;
        font-family: 'OpenSans';
    }
    .Blue_circle_white_text_big {
        font-size:36px;
        font-family: 'OpenSans';
        color:#fff;
    }
    .Blue_color_marron_text {
        font-size:36px;
        color:#B51D55;
        font-family: 'OPENSANS-BOLD';
    }
     .Main_Footer {
        padding:20px 0px 0px 0px;
        background:#5f4e3f;height:70px;
    }
    .Main_Footer_copyright {
        margin: 0px 0px 0px 0px;
    }
    .Three_link_div {
        display: flex;float:right;margin: 169px 10px 0px 43px;
    }
     .reserach_continue {
        padding:0px 0px 0px 0px;
        font-size:40px;
        color:#40732A;
        font-weight:bold;
        text-align:center;
    }
/**/
/*End*/

    /*24_12_2022*/

    /*Comman classes*/
    .grn_button_pad {
        text-align:-webkit-center;
        padding:20px 0px 0px 0px;
        /*margin-left:0px !important;
        margin-right:0px !important;*/
    }
    .two_div_manage {
        padding:0px;
    }
    .ban_adjust_one {
        width:6%;
    }
     .banner_ship {
        /*padding:0px 95px 0px 180px;*/
        padding:0px 0px 0px 0px !important;
    }
    .button_adjust {
        padding: 15px 5px 30px 15px;
       
    }
    .div_width_adjust {
        width: 3.666667%;
    }
    .grey_box {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
    }

    .research {
        padding: 0px 0px 0px 765px;
        margin-bottom: -35px;
    }

    .Blue_circle_div2 {
        padding: 0px 24px 0px 24px;
        background: #1E5269;
        height: 300px;
        border-radius: 50%;
        left: -5px;
        right: 0;
        top: 10px;
        bottom: 0;
        margin: 0 auto;
        width: 300px;
        margin-bottom:10px;
    }

    .Blue_circle_text_para2 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 30px 0px 0px 0px;
    }

    .blue_para {
        font-size: 21px;
        text-align: center;
        /*font-size:21px;*/
        color: #FFFFFF;
    }

    .Blue_circle_para_main_research {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 35px 0px 0px 0px;
        line-height: 1.2;
    }



    .abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abc .overbox {
            /*margin-top: 140px;*/
            position: absolute;
            top: 186px;
            left: 13px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 266px;
            height: 94px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abc:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    /*.lightboxOverlay {
   
     background-color:transparent!important;
}*/


    /*end*/

    /*Remanimg classes*/



    .img_pad {
        padding: 5px 40px 0px 40px;
    }

    .back_div {
        margin-top:20px;
          /*margin-left:15px;*/
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 610px;*/
        text-align:justify;
        /*height: 430px;*/
    }

    .div_adjust {
        /*margin-left: 20px;*/
        padding: 0px 0px 0px 0px!important;
        /*width: 440px !important;*/
        height: 430px !important;
      
    }

    .font_adjust1 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 16px;
        color: #fff;
    }

    .font_adjust2 {
        text-align: left;
        font-family: OpenSans-Regular;
        font-size: 13px;
        color: #fff;
    }

    .img_dim {
        height: 350px !important;
    }

    .font_journey {
        margin-left: 450px;
        font-size: 40px;
        margin-top: 30px;
    }

    .example-image-link {
        background: none !important;
    }

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .map_img {
        /*margin-left:15px;*/
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        border: solid 2px #40732A;
        /*width: 610px!important;
        height: 520px;*/
    }

    .map_dim {
        margin: 0px 0px 0px 15px;
        /*width: 990px!important;
        height: 430px;*/
    }

    .back_div_next {
        /*margin-left: 100px;*/
        margin-right: 10px;
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 713px;*/
        text-align: justify;
        /*height: 515px;*/
        /*border:solid 10px #f2b977;*/
    }

    
    .div_adjust_next {
        width:330px !important;
        margin-top:20px;
        /*margin-left:95px;*/
        padding: 0px 0px 0px 0px!important;
        /*width: 425px !important;
        height: 513px !important;*/
    }

    .img_dim_next {
        /*height: 450px !important;*/
        border: #7a5c4d 2px solid;
    }

    .back_div_new {
        margin-top:20px;
        /*margin-left: 25px;*/
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 716px;*/
        /*height: 515px;*/
        text-align: justify;
        margin-bottom:20px;
    }

    .div_adjust_new {

        border:3px solid  #635141;
        width:100% ! important;
        /*margin-left:55px;*/
        padding: 0px 0px 0px 0px!important;
        /*width: 450px !important;
        height: 513px !important;*/
        
    }

    .img_dim_four {
        /*margin-top: 5px;*/
        /*height: 440px !important;
        width: 480px !important;*/
    }

    .font_journey_NEW {
        margin-left: 380px;
        font-size: 40px;
        margin-top: 30px;
    }

    .back_div_one {
        /*margin-left: 25px;*/
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 716px;*/
        text-align: justify;
        /*height: 540px;*/
    }

    .div_adjust_one {
         border:5px solid #635141;
        margin-top:20px;
        /*margin-left: 60px;*/
        padding: 0px 0px 0px 0px!important;
        width: 100% !important;
        /*height: 540px !important;*/
    }

    .map_img_shop {
        padding: 0px 0px 0px 0px;
        margin-top: 20px;
        /*border:solid 2px #40732A;*/
        /*width: 716px;
        height: 500px;*/
    }

    .map_dim_shop {
        margin: 0px 0px 0px 12px;
        border:5px solid #7a5c4d;
        /*margin-top: 5px;*/
        /*height: 440px !important;
        width: 940px !important;*/
    }

    .back_div_para {
        /*margin-left: 28px;*/
        padding: 20px 20px 20px 20px;
        border-radius: 10px;
        background-color: #f2b977;
        /*width: 716px;*/
        text-align: justify;
        /*height: 150px;*/
    }

     .btn-deco:hover {
        color:#fff;
        text-decoration:none;
    }
    .btn_class {
        padding: 0px 0px 0px 0px;
    }

    .btn-deco {
        display: block;
        padding: 15px 36px;
        font-size: 15px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 15px;
        /*box-shadow: 0 9px #999;*/
    }

    .text_clr {
        margin-right: 10px;
        color: #fff;
        font-size: 12px;
        text-decoration: none;
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;
    }*/


    /*end*/

    /*end*/
    /*28_12_2022*/
    /*keyword*/

    /*Comman classes*/




    /*Remanimg classes*/

    .strip_one {
        padding: 50px 0px 0px 0px;
        width: 99%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 15px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        /*margin-left: 32px;*/
    }

    .img_logo {
        margin-left:-25px;
        /*width: 325px;
        height: 220px;*/
    }

    .img_logo_dim {
        /*margin-left:15px;*/
        padding: 0px 0px 0px 0px;
        border: #fbfbfa solid 2px;
        border-radius: 10px;
        /*width: 330px;
        height: 230px;*/
    }

    .key_pad {
        padding:20px 0px 0px 0px;
        /*margin-left: 20px;*/
    }

    .font_justify_one {
        text-align:center;
        font-size: 36px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
        /*text-align: justify;*/
    }

    .font_justify_two {
        font-size: 14px;
        font-size: 14px;
        line-height: 18px;
        letter-spacing: 0px;
        font-family: OpenSans-Regular;
        text-align: justify;
    }

    .font_justify_four {
        text-align:center;
        font-size:32px;
        font-family: OpenSans-Regular;
        color: #40732A;
        text-decoration: none;
        font-style: normal;
        font-weight: normal;
    }

    .img_left {
        padding:0px;
        /*margin-left: 160px;*/
    }

    /*29-12-2022*/
    /*oral history css*/

    /*Comman classes*/




    /*Remanimg classes*/
    .logo_pad {
        padding:0px 15px 0px 15px;
    }
    .vedio_pad {
        text-align:-webkit-center;
        padding: 20px 0px 0px 0px;
        /*margin-left: -15px;*/
    }

    .text_div {
        /*margin-top: -288px;
        margin-left: 345px;*/
        text-align: justify;
        padding: 10px 15px 0px 15px;
        letter-spacing: normal;
        line-height: normal;
    }

    .back_color {
        background-color: #fff;
        padding: 0px 0px 0px 0px;
        margin: 0px 0px 0px 0px;
        width: 100%;
        max-width: 1003px;
        background-color: #fff;
    }

    .strip_two {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(94, 60, 23, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(94, 60, 23, 1) 13px);
        background-size: 11px 19px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        /*margin-left: -15px;*/
    }

    .btn-deco-green {
        margin-left:0px !important;
        margin-right:0px !important;
        display: inline-block;
        padding: 15px 36px;
        font-size: 31px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_green {
        color: #FFF094;
        font-size: 14px;
    }

    .btn-deco-green {
        height: 70px;
        width: 289px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
    }

        .btn-deco-green:hover span {
            text-transform: uppercase;
            content: "ORAL HISTORY CONTINUED!";
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
            /*display:none*/
        }

        /*.btn-deco-green:hover {
    
  content:"ORAL HISTORY CONTINUED!";
   font-family:OpenSans-Regular;
  font-style:italic;
   color: #FFF094;
}*/

        .btn-deco-green:hover {
            background-color: #1B5B3F;
        }

    /*oral history 2 css*/
    .vedio_pad_two {
        text-align: -webkit-center;
        padding: 20px 0px 0px 0px;
        /*margin-left: -15px;*/
    }

    .text_div_two {
        /*margin-top: -288px;
        margin-left: 345px;*/
        text-align: justify;
        padding: 0px 10px 0px 10px;
        letter-spacing: normal;
        line-height: normal;
    }


    .strip_three {
        padding: 40px 0px 0px 0px;
        width: 100%;
        position: relative;
        top: -100%;
        height: 13px;
        background-image: linear-gradient(135deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(-135deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
    }

    .video_adjust {
        width:275px;
        height: 200px;
    }

    .top_pad {
        padding-top: 20px;
    }
    /*narratives*/
    .narratives {
        text-align: -webkit-center;
        /*padding: 15px 0px 0px 25px;*/
    }

    .narrative_vedio_width {
        width:260px;
        height: 180px;
    }

    .indian {
        margin-bottom: 3px;
    }

    .content_narratives {
        /*padding: 60px 0px 0px 8px;
        text-align: left;*/
        text-align:center;
    }

    .edward {
        text-align:center !important;
        /*padding: 0px 35px 0px 5px;*/
    }

    .strip_four {
        padding: 80px 0px 0px 0px;
        width: 94%;
        position: relative;
        top: -97%;
        height: 13px;
        background-image: linear-gradient(313deg, transparent 13px, rgba(139, 0, 0, 1) 13px), linear-gradient(43deg, transparent 13px, rgba(139, 0, 0, 1) 13px);
        background-size: 11px 18px;
        background-repeat: repeat-x;
        background-position: 50% 50%;
        margin-left: 10px;
        margin-top: -25px;
    }

    .back_color_narratives {
        background-color: #fff;
        padding: 0px;
        margin: 0px 0px 0px 0px;
        /*width: 100%;
        max-width: 985px;
        margin-top: 20px;*/
    }
    /*button*/
    .btn-deco-small {
        display: inline-block;
        padding: 15px 36px;
        font-size: 28px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #1B5B3F;
        border: none;
        border-radius: 15px;
    }

    .text_clr_small {
        color: #FFF094;
        font-size: 12px;
    }

    .btn-deco-small {
        height: 40px;
        width: 200px; /* set a width so it doesnt change upon hover */
        border: 0px solid #004B84;
        background: #1B5B3F;
        padding: 3px 21px;
        -webkit-border-radius: 16px;
        -moz-border-radius: 16px;
        border-radius: 35px;
        color: #FFF094;
        font-size: 14px;
        font-family: OpenSans-Regular;
        text-decoration: none;
        vertical-align: middle;
        letter-spacing: 2px;
        margin-left:0px !important;
        margin-right:0px !important;
    }

        .btn-deco-small:hover span {
            text-transform: uppercase;
            font-size: 9px;
            font-family: OpenSans-Regular;
            font-style: italic;
            color: #FFF094;
        }



        .btn-deco-small:hover {
            background-color: #1B5B3F;
        }


    /*30-12-2022
page learning*/
     .ORAL_div_one {
          display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px -25px;
    padding-left: 404px;
}
    .ORAL_div_two {
        display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -863px;
    padding-left: 847px;
}
    .div_head {
        text-align:center;
            font-size: 36px !important;
        /*padding-left: 160px;*/
    }
     .ORAL_top_one {
         display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px -15px;
    /*padding-left: 404px;*/
}
    .ORAL_top_two {
         display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 375px;
    /*padding-left: 847px;*/
}
    .ORAL_head {
        text-align:center;
        font-size:36px !important;
        /*padding-left: 152px;*/
    }
    .logo_green {
        padding-top:20px;
         padding-bottom:20px;
        /*padding:20px 15px 20px 50px;*/
       text-align: -webkit-center;
    }
    .team_top_one {
         display:none;
        text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -545px;
    padding-left: 847px;
}
    
    .team_top_two {
         display:none;
        text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 70px;
    /*padding-left: 847px;*/
    }
    .team_head {
    text-align:center;
}
    .learning_top_one {
        display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px -60px;
    padding-left: 404px;
}
    .learning_top_two {
        display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -820px;
    padding-left: 847px;
}
    .learning_head {
        text-align:center;
        /*padding-left: 210px;*/
    }
      .NARRATIVES_top_one {
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 259px;
    padding-left: 404px;
}
    .NARRATIVES_top_two {
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px 180px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        text-align:center;
        /*padding-left: 785px;*/
    }
    .MUSIC_img {
        display:none;
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -210px;
        /*padding-left: 235px;*/
    }
    .STORYTELLING_img {
        display:none;
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -140px;
        padding-left: 1015px;
    }


      .OBJECT_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -200px;
        /*padding-left: 235px;*/
    }

    .HANDLING_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -150px;
        /*padding-left: 1015px;*/
    }
    .WORKSHOP {
        font-size:40px;
    }
     .saree_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -160px;
        /*padding-left: 235px;*/
    }
     .drapping_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -190px;
        padding-left: 1015px;
    }
    .school_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -25px 0px 0px -395px;
        /*padding-left: 1015px;*/
    }
    .school_two_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -80px 0px 0px -200px;
        /*padding-left: 235px;*/
    }

    
    .bead_img {
         text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -140px;
        /*padding-left: 235px;*/
    }
    .craft_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -210px;
        padding-left: 1015px;
    }

    .learning {
    }
    .ylw_div {
        width:5.33%
    }
    .yellow_circle_div {
        padding: 0px 24px 0px 24px;
        background: #e89d10;
        height: 300px;
        border-radius: 50%;
        left: 10px;
        right: 0;
        top: 20px;
        bottom: 0;
        margin: 0 auto;
        width: 300px;
    }

    .yellow_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 10px 0px 0px 0px;
        line-height: 1.2;
    }

    .text_yellow {
        padding: 0px 0px 0px 0px;
    }

    .is_text {
        padding: 0px 0px 0px 0px;
    }

    .abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .abcd .overbox {
            margin-top: 140px;
            position: absolute;
            top: 34px;
            left: 18px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 255px;
            height: 109px;
            padding-top: 90px;
            bottom: 22px;
        }

        .abcd:hover .overbox {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_learning {
        padding: 20px 15px 0px 15px;
    }

    .font_8 {
        text-align: justify;
    }

    .yellow_content {
        text-align:center;
        font-size: 34px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .black_content {
        text-align: justify;
        font-size: 15px;
        color: #635141;
    }

    .yellow_content_two {
        text-align:center;
        font-size: 29px;
        color: #E89D10;
        font-family: OpenSans-Regular;
    }

    .xyz {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        /*margin: 22px 0px 0px 0px;*/
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
        /*border: 1px solid #dfdedc;*/
    }

        .xyz .overbox_new {
            /*margin-top: 90px;*/
            position: absolute;
            top: 237px;
            left: 0px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            /*z-index: 100;*/
            /*opacity: 0.4;*/
            width: 391px;
            /*height: 90px;*/
            padding-top: 39px;
            /*bottom: 22px;*/
        }

        .xyz:hover .overbox_new {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_new {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .img_div_women {
        padding: 0px 0px 0px 0px;
        text-align: -webkit-center;
    }

    .banner_storytelling {
        padding: 20px 0px 0px 0px;
        text-align: -webkit-center;
    }

    .text_set {
        text-align: left;
        margin: -25px 0px 0px 30px;
    }

    .slick-prev:hover, .slick-prev:focus {
        color: transparent !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        transition: all 0.9s ease-in-out !important;
    }

    .slick-prev {
        left: 32px !important;
    }

    .slick-prev {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 32px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-left-arrow-32.png) !important;
        background-color: transparent !important;
        z-index: 1;
        margin-left: -35px !important;

    }

    .slick-next {
        font-size: 0 !important;
        line-height: 0 !important;
        position: absolute !important;
        top: 50% !important;
        display: block !important;
        width: 24px !important;
        height: 35px !important;
        padding: 0 !important;
        -webkit-transform: translate(0, -50%) !important;
        -ms-transform: translate(0, -50%) !important;
        transform: translate(0, -50%) !important;
        cursor: pointer !important;
        border: none !important;
        outline: none !important;
        background-image: url(../img/icons8-right-arrow-32.png) !important;
        background-repeat: no-repeat !important;
        margin-right: -18px !important;
    }

        .slick-next:hover, .slick-next:focus {
            color: transparent !important;
            outline: none !important;
            background-image: url(../img/icons8-right-arrow-32.png) !important;
            transition: all 0.9s ease-in-out !important;
            /*width: 30px !important;
    height: 96px !important;*/
            top: 50% !important;
        }

    .slick-next {
        right: 23px !important;
    }

    .xyz:hover .overbox_new .Imghoverblackdv {
        -webkit-transform: scale(1);
        transform: scale(1);
    }



    .xyz .overbox_new .Imghoverblackdv {
        /*margin-top: 90px;*/
        position: absolute;
        top: 333px;
        left: 17px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /*z-index: 100;*/
        /*opacity: 0.4;*/
        width: 391px;
        /*height: 90px;*/
        padding-top: 90px;
        /*bottom: 22px;*/
    }

    .Imghoverblackdv {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -215px 0px 0px 260px;
        position: absolute;
    }

        .Imghoverblackdv:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -215px 0px 0px 260px;
            position: absolute;
        }

    .Imghoverblackdv1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -215px 0px 0px 260px;
        position: absolute;
    }

        .Imghoverblackdv1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
            margin: -215px 0px 0px 260px;
            position: absolute;
        }

    .Imghoverblackdvprev {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
        margin: -215px 0px 0px 0px;
        position: absolute;
    }

        .Imghoverblackdvprev:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
          margin: -215px 0px 0px 0px;
            position: absolute;
        }

    .Imghoverblackdvprev1 {
        background: rgba(0, 0, 0, 0.5);
        width: 30px !important;
        height: 120px !important;
      margin: -215px 0px 0px 0px;
        position: absolute;
    }

        .Imghoverblackdvprev1:hover {
            background: rgba(0, 0, 0, 0.5);
            width: 30px !important;
            height: 120px !important;
           margin: -215px 0px 0px 0px;
            position: absolute;
        }

    .move_vid {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 509px;
            left: -240px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    .alani {
        width: 819px;
        height: 200px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider #thumbcarousel .item .thumb {
        /* border: 4px solid #cecece; */
        width: 31%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider {
        text-align: center;
    }

    .move_vid {
    }



    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .product-slider #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 31%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div4 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 31%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
        margin-top:5px;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 31%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 31%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .move_vid .overbox_div_saree {
        margin-top: -353px;
        position: absolute;
        top: 508px;
        left: -245px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 819px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .move_vid .overbox_div_bead {
        margin-top: -353px;
        position: absolute;
        top: 508px;
        left: -230px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 800px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
    }

    .move_vid:hover .overbox_div_bead {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_bead {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .product-slider #Div6 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 33%;
         margin: 0 -1%; 
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 100px;
    }

    .product-slider #Div8 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 31%;
         margin: 0 0%; 
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .story:hover .overbox_new_music {
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .story .overbox_new_music {
        /*margin-top: 90px;*/
        position: absolute;
        top: 215px;
        left: 0px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        /* z-index: 100; */
        /* opacity: 0.4; */
        width: 290px;
        height: 40px;
        padding-top: 36px;
        /* bottom: 22px;*/
    }

    .overbox_new_music {
        padding: 0px 0px 0px 0px;
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .text_set_music {
        text-align: left;
        margin: -28px 0px 0px 40px;
    }


    /*team page*/

    .green_circle_div2 {
        padding: 0px 24px 0px 24px;
        background: #40732a;
        height: 300px;
        border-radius: 50%;
        left: 0px;
        right: 0;
        top: 22px;
        bottom: 0;
        margin: 0 auto;
        width: 300px;
        margin-bottom:20px;
    }

    .green_circle_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 28px 0px 0px 0px;
        line-height: 1.2;
    }

    a.email_rolf:hover, a.email_rolf:focus {
        color: #A9A9A9 !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.email_rolf {
        font-size:15px;
        color: #A9A9A9 !important;
        text-decoration: none;
    }

    .rolf_div {
        background-color: #40732a;
        text-align: -webkit-center;
        padding: 30px 15px 0px 15px;
        line-height: 1.7;
    }

    .ROLF_KILLIUS {
        font-size: 26px; /*line-height:1em;*/
        text-align: center;
        color: #FFFFFF;
        font-family: OpenSans-Regular;
    }

    .rolf_para_one {
        font-size: 16px;
        color: #A9A9A9;
        font-family: OpenSans-Regular;
        text-align: center;
    }

    .rolf_para_two {
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
        text-align: center;
    }

    .rolf_para_three {
        text-align: center;
        text-decoration: underline;
        font-size: 16px;
        font-family: OpenSans-Regular;
        color: #A9A9A9;
    }

    .lata_div {
        background-color: #911141;
        text-align: -webkit-center;
       padding: 30px 20px 0px 20px;
    }
    .bg_rolf_color {
        background-color: #635141;
    }
    .bg_lata_color {
          /*background-color:#911141 !important;*/
    }
    .nat_img {
        padding-top:10px !important;
    }
    .museum_img_pad {
         padding-top:20px !important;
    }
    .text_nat_pad {
         padding:0px 25px 0px 25px !important;
    }

    .text_para_natraj {
        font-size: 20px;
        color: #B51D55;
        font-family: OpenSans-Regular;
    }

    .link_para {
        text-align: center;
        font-size: 14px;
        color: #40732A !important;
        font-weight: bold;
        text-decoration: underline;
        font-family: OpenSans-Regular;
    }

    a.link_mail:hover, a.link_mail:focus {
        color: #40732a !important;
        text-decoration: underline;
        text-decoration: none !important;
    }

    a.link_mail {
        color: #40732a !important;
        text-decoration: none;
    }

    .curators {
        font-size: 40px;
    }

    .square_img {
        display:none;
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -360px;
        padding-left: 404px;
    }

    .flower_img {
         display:none;
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -360px;
        padding-left: 847px;
    }

    .research_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -15px 0px 0px 305px;
        padding-left: 404px;
    }

    .research_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -71px 0px 0px 150px;
        padding-left: 847px;
    }

    .team_head {
        text-align:center;
        /*padding-left: 250px;*/
    }

    .reviews_banner {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 10px 0px 10px;
        /*border: 1px solid #dfdedc;*/
    }

        .reviews_banner .overbox_reviews {
            margin-top:61px;
            position: absolute;
            top: 140px;
            left: 24px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 272px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .reviews_banner:hover .overbox_reviews {
            -webkit-transform: scale(1);
            transform: scale(1);
        }

    .overbox_reviews {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .green_circle_review {
        padding: 15px 24px 0px 24px;
        background: #40732a;
        height: 300px;
        border-radius: 50%;
        left: 10px;
        right: 0;
        top: 25px;
        bottom: 0;
        margin: 0 auto;
        width: 300px;
        margin-bottom:20px;
    }

    .green_review_text_para {
        font-family: OpenSans-Regular;
        text-align: center;
        padding: 10px 0px 0px 0px;
        line-height: 1.2;
    }

    .REVIEWS_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px -175px;
        /*padding-left: 235px;*/
    }

    .EXHIBITION_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -180px;
        padding-left: 1015px;
    }
    .EXHIBITION {
        font-size:40px;
    }
    .review_text_one {
        font-size:18px;  font-family: OpenSans-Regular; color:#911141;font-weight:bold;font-style:normal;
    }
     .review_text_two {
         font-weight:normal;font-style:italic;text-decoration:none;color:#A4A4A4;font-family: OpenSans-Regular;font-size:13px;text-align:justify;
    }
      .review_text_three {
          color:#635141;font-family: OpenSans-Regular;font-size:26px;
    }
       .review_text_four {
           color:#635141; font-size:13px;font-family: OpenSans-Regular;text-align:justify;
    }
    .width_one {
        width:0%;
        padding:0px;
    }
     .width_two {
        width:100%;
        padding:0px;
    }
    .pad_img_one_reviews {
        padding:20px 20px 20px 0px !important;
    }
    .pad_img_one_reviews_new {
        padding:20px 20px 40px 0px !important;
    }
    .Readmore {
        padding:12px 25px 12px 25px;
        color:#353131;
         background-color:#ffd45a;
          font-size: 15px;
        cursor: pointer;
      text-align:center;
         text-decoration: none;
        outline: none;
         border: none;
        border-radius: 10px;
        font-style:italic;
        transition: all 0.6s ease-in-out;
    }
        .Readmore:hover {
             text-align:center;
             color:#353131;
             background-color: rgba(255, 225, 140, 1);
             text-decoration:none;
              font-style:italic;
              transition: all 0.6s ease-in-out;
        }
    .review_top_one {
        display:none;
         text-align: -webkit-center;
        position: absolute;
        margin: -20px 0px 0px 40px;
        /*padding-left: 404px;*/
    }
    .review_top_two {
         display:none;
         text-align: -webkit-center;
        position: absolute;
        margin: -75px 0px 0px 330px;
        /*padding-left: 847px;*/
    }
    .review_head {
        text-align:center;
        /*padding-left:280px;*/
    }
     .NARRATIVES_top_one {
         display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px -40px;
    padding-left: 404px;
}
    .NARRATIVES_two {
        display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -845px;
    padding-left: 847px;
}
    .NARRATIVES_head {
        text-align:center;
        /*padding-left: 180px;*/
    }
     .keywords_top_one {
          display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -20px 0px 0px 15px;
    padding-left: 340px;
}
    .keywords_two {
         display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -75px 0px 0px -827px;
    padding-left: 840px;
}
    .keywords_head {
        text-align:center;
        /*padding-left: 200px;*/
    }
    .research_top_one {
        display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -19px 0px 0px -840px;
    padding-left: 847px;
}
    .research_top_two {
        display:none;
    text-align: -webkit-center;
    position: absolute;
    /*margin: -75px 0px 0px 0px;*/
    padding-left: 200px;
}
    .research_head {
        text-align:center;
    /*padding-left: 200px;*/
}
 .journey_img {
    display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -25px 0px 0px -235px;
    padding-left: 235px;
}
 .the_img {
    display:none;
    text-align: -webkit-center;
    position: absolute;
    margin: -80px 0px 0px -642px;
    padding-left: 1015px;
}
 .theplace_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -24px 0px 0px -233px;
    /*padding-left: 235px;*/
}
 .thepeople_img {
    text-align: -webkit-center;
    position: absolute;
    margin: -81px 0px 0px -360px;
    padding-left: 1015px;
}
    .set_button {
        text-align:center;
        padding:20px 0px 0px 0px;
    }
    .pad_bottom {
        padding:0px 0px 20px 0px;

    }
    .div_vid_animaton {
        padding:0px;
    }
    .div_vid_slider {
        padding:0px 15px 0px 15px;
    }
    .slider_pad {
          padding:0px 0px 0px 0px;
    }
    .one_div_width {
        width:5.33%;
    }






     /*.navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }*/

    .navbar-toggle:focus {
       background-color: #5f4e3f !important;
    }

   

   

        .navbar-collapse.collapse.in {
            padding: 0px 0px 0px 0px !important;
            display: block !important;
            padding: 0px;
            background-color: #345726;
            opacity:0.9;
        }

        .navbar-nav > li > a {
            text-align:left;
            color: #fff !important;
            padding: 5px 0px 5px 15px;
            font-size: 16px;
            font-family: Calibri;
            font-family: 'LatoReguler';
            font-weight: normal;
            outline: 0;
            transition: all 0.6s ease-in-out;
        }

            .navbar-nav > li > a:hover {
                color:#911141 !important;
                padding:5px 0px 5px 15px;
                background-color: #fff !important;
                transition: all 0.6s ease-in-out;
            }

    .navbar-inverse .navbar-nav > .active > a {
        color: #000 !important;
        background-color: #f6bb19 !important;
    }
 .navbar-header {
        float: none;
        /*background: rgba(000,0,0,0.8);
        border-bottom: 1px solid #444444;*/
    }
  .navbar-inverse {
        background-color: rgba(000, 0, 0, 0.0) !important;
        border: none !important;
        color: #fff;
        border-radius: 0px;
    }
   .navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus
        {
             background-color:#911141 !important;
        }
   .navbar-toggle {
        position: relative;
        float: right;
        padding: 15px 11px;
        margin-top: -25px;
        margin-right: 0px;
        margin-bottom: 0px;
        background-color: #911141;
        background-image: none;
        border: 1px solid #fff !important;
        border-top-color:  #fff !important;
        border-right-color: #fff !important;
        border-bottom-color: #fff !important;
        border-left-color:#fff !important;
        border-radius: 4px;
        display: block;
    }
 .navbar-header .collapse, .navbar-toggle {
        display: block !important;
    }
 .menu-bg-color {
         position: absolute; 
        top: 0px;
        background-color: rgba(255,153,0,0.7);
        height: 58px;
        color: #fff;
        z-index: 1;
    }
  .navbar-collapse.collapse {
        display: none !important;
    }
   .navbar-nav {
       margin:0px 0px 0px 0px;
       border:1px solid #fff;
        padding-top: 0px !important;
        display: block;
        width: 100%;
    }
     .navbar-nav > li {
        position: relative !important;
        display: block !important;
        float: none !important;
        border-bottom: 1px solid #fff;
    }
     
       
       .fluid-padd {
        padding: 0;
    }
    .name_banner {
        padding:0px 20px 0px 20px !important;
    }
    .display {
        display:none;
    }
     .menu-bg-color1 {
        top: 0px;
        color: #fff;
    z-index: 1;
}
    .school {
        padding-top:0px !important;
    }
    .circle {
        padding-bottom:20px !important;
    }
    .big_back {
         padding:0px !important;
    }
    .img_man {
        padding:0px 0px 0px 20px !important;
    }
    .img_man2 {
        padding:15px 0px 0px 20px !important;
    }
    .run_div_adjust {
        padding:0px 15px 0px 15px !important;
    }
    .text_ad {
       padding:0px 15px 0px 15px !important;
    }
    .text_rev {
        text-align:center;
    }
     .but1 {
         margin-bottom:12px;
             padding: 15px 30px 15px 30px !important;
    }
    .but2 {
         margin-bottom:12px;
    padding: 15px 20px 15px 20px !important;
}
    .but3 {
         margin-bottom:12px;
    padding: 15px 20px 15px 20px !important;
}
    .but4 {
    padding: 15px 30px 15px 30px !important;
}
    .vid_class {
        padding:0px 0px 20px 0px;
    }
    .vid_div {
        padding:0px 0px 0px 0px;
    }
    .eigth_pad {
         padding:0px 0px 0px 0px;
    }
    .eight_two_pad {
         padding:0px 15px 0px 15px !important;

    }
    .text_pad_left {
        padding-left:0px;
         padding-right:0px;
    }
    .Eurotrucksimulator {
        margin-left:0px !important;
        padding:0px 15px 0px 15px !important;
    }
    .unwarranted {
        font-size: 27px !important;
    }
    .ban_adjs {
        padding:0px 15px 0px 15px !important;
    }
    .vid_thomson {
        padding:0px;
    }
    .overbox_div_banner {
        padding:0px 0px 0px 0px;
    }
    .ban_adjn {
        padding: 0px 10px 25px 10px !important;
    }
    .para_adjnt_one {
        font-size:30px !important;
    }
    .para_adjnt_two {
                font-size:40px !important;
    }
    .people_one {
         font-size:30px !important;
    }
    .people_two{
         font-size:30px !important;
    }
    .people_three {
         font-size:40px !important;
    }
    .Paddorlh2 {
        padding:0px;
    }
    /*Prajyot*/
       /*24_12_2022*/
    /*comman classes*/

    /* btn red */
    .Exhibition_Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 300px;
        border-radius: 50%;
        left: 8px;
        right: 0;
        top: 59px;
        bottom: 0;
        margin: 0 auto;
        width: 300px;
    }

    .Exhibition_Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 29px 0px 0px 0px;
     line-height: 33px;
           }

    .Exhibition_Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 34px;
    }

    .Exhibition_Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 26px;
    }

    .Exhibition_Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 26px;
        font-family: 'OpenSans-Regular';
    }

    .Exhibition_Yellow_circle_white_text_big3 {
        font-size: 26px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Exhibition_Yellow_color_marron_text3 {
        font-size: 34px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }

    .exhibition_circle_ship {
        background-color: #ededec;
        padding: 0px 0px 20px 0px;
    }

    .btn_deco_exhibition {
        display: inline-block;
        padding: 9px 16px;
        font-size: 14px;
        cursor: pointer;
        text-align: center;
        text-decoration: none;
        outline: none;
        background-color: #b51d55;
        border: none;
        border-radius: 34px;
    }

        .btn_deco_exhibition:hover {
            background-color: #8b0738;
            color: #ffffff !important;
            text-decoration: none;
        }

    .exhibition_text_clr {
        color: #fff;
        font-size: 13px;
        text-decoration: none;
        font-family: 'OpenSans-Regular';
    }
    .btn_in_blue_circle {
        margin-left: -2px;
    margin-top: 30px;

    }
    .partner_after_blue_circle {
        /*padding-top: 51px!important;*/
        /*padding:51px 0px 10px 0px !important;*/
        padding:0px !important;
    }

    /*a:hover, a:focus {
        color: #fff !important;
        text-decoration: none !important;*/


    .Inner_page_Yellow_circle_div {
        padding: 20px 0px 0px 0px;
    }

    .Yellow_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #E89D16;
        height: 300px;
        border-radius: 50%;
        left:-6px;
        right: 0;
        top: -3px;
        bottom: 0;
        margin: 0 auto;
        width: 300px;
    }

    .Yellow_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
       
            padding: 36px 0px 0px 0px;
    line-height: inherit;
    }

    .Yellow_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #911141;
        font-size: 44px;
    }

    .Yellow_circle_white_text_regular3 {
        font-size: 21px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 26px;
    }

    .Yellow_circle_white_text_and3 {
        color: #fff;
        font-size: 23px;
        font-family: 'OpenSans-Regular';
    }

    .Yellow_circle_white_text_big3 {
        font-size: 26px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Yellow_color_marron_text3 {
        font-size: 24px;
        color: #345726;
        font-family: 'OpenSans-Regular';
    }

    .vidofguj {
        padding: 0px  23px 0px 23px;
    }

    .videoofgujrat {
        width: 280px;
        height: 166px;
    }

    .exhibition_para_main {
           padding: 0px 20px 15px 20px;
    }


    .exhibition_abc {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        /*margin: 86px 0px 0px -127px;*/
        border-radius: 0px;
        /*padding: 0px 25px 0px 147px;*/
    }

        /*border: 1px solid #dfdedc;*/
        .exhibition_abc .overbox4 {
            margin-top: 140px;
            position: absolute;
            top: 197px;
            left: 36px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 960px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .exhibition_abc:hover .overbox4 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox4 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox3 {
        margin-top: 140px;
        position: absolute;
        top: 198px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox3 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox3 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox2 {
        margin-top: -50px;
        position: absolute;
        top: 388px;
        left: 36px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 960px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox2 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox2 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }




    .exhibition_abc .overbox1 {
        margin-top: 0px;
        position: absolute;
        top: 73px;
        left: -15px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: rgba(0,0,0,0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 427px;
        height: 90px;
        padding-top: 90px;
        bottom: 22px;
        /*display:none;*/
    }

    .exhibition_abc:hover .overbox1 {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox1 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .exhibition_abc .overbox {
        margin-top: 140px;
        position: absolute;
        top: -26px;
        left: 9px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background-color: #7a5c4d;
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 202px;
        height: 110px;
        padding-top: 90px;
        bottom: 22px;
    }

    .exhibition_abc:hover .overbox {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .banner_ship_exhibition {
        /*margin-left: 62px;*/
        padding: 79px 50px 0px 50px !important;
    }

    /*.example-image-link {
        background: none !important;
    }*/

    [class*=" imghvr-"], [class*=" imghvr-"] *, [class*=" imghvr-"]:after, [class*=" imghvr-"] :after, [class*=" imghvr-"]:before, [class*=" imghvr-"] :before, [class^=imghvr-], [class^=imghvr-] *, [class^=imghvr-]:after, [class^=imghvr-] :after, [class^=imghvr-]:before, [class^=imghvr-] :before {
        background: none !important;
    }

    .example-image-link:hover {
        background: rgba(255,255,255,0.5) !important;
    }

    .overbox1div {
        text-align: left;
        margin: -86px 0px 0px 43px;
    }


    /*end */
    /*remaining classes*/
    .team_partnership {
           margin-bottom: 20px;
    margin-top: 11px;
    padding-left: 14px;
    }

    .Exhibition_first_heading {
        font-size: 40px;
        color: #FFF;
    }

    .Exhibition_first_heading_sec {
        color: #E89D16;
        font-size: 40px;
    }

    .EXHIBITION {
        padding: 25px 30px 0px 420px;
    }

    .the_Exhibition_big_img {
        margin-top: 37px;
        padding-left: 77px;
    }

    /*.Carosalsliderimg {
       width:960px;
       height:428px;
       cursor:auto;
    }*/
    /*.Parya {
        overflow:hidden;
    }*/

    .product-slider_1 {
        /*padding: 45px;*/
    }

        .product-slider_1 #carousel { /*border: 4px solid #1089c0*/
            margin: 20px 0px 4px 0px;
        }

        .product-slider_1 #thumbcarousel {
            margin: 0px 0px 15px 0px;
            padding: 0 0px;
        }

            .product-slider_1 #thumbcarousel .item {
                text-align: center;
            }

                .product-slider_1 #thumbcarousel .item .thumb { /*border: 4px solid #cecece*/
                    width: 20%; /*margin: 0 2%*/
                    display: inline-block;
                    vertical-align: middle;
                    cursor: pointer;
                    max-width: 41px;
                    margin-top:5px;
                }

                    .product-slider_1 #thumbcarousel .item .thumb:hover {
                        border-color: #1089c0;
                    }

        .product-slider_1 .item img {
            width: 100%;
            height: auto;
        }

    .carousel-control {
        color: #0284b8;
        text-align: center;
        text-shadow: none;
        font-size: 30px;
        width: 30px;
        height: 30px;
        line-height: 20px;
        top: 23%;
    }

    .showing {
        border: 1px solid red;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
        background: #7a5c4d;
    }

    .carousel-control:hover, .carousel-control:focus, .carousel-control:active {
        color: #333;
    }

    .carousel-caption, .carousel-control .fa {
        font: normal normal normal 30px/26px FontAwesome;
    }

    .carousel-control {
        background-color: rgba(0, 0, 0, 0);
        bottom: auto;
        font-size: 20px;
        left: 0;
        position: absolute;
        top: 30%;
        width: auto;
    }

        .carousel-control.right, .carousel-control.left {
            background-color: rgba(0, 0, 0, 0);
            background-image: none;
        }

    /*.thumb {
filter:grayscale(100%);
}
.thumb.active {
filter:grayscale(0%);
}*/
    /*end*/
    .wrap {
        display: inline-block;
        overflow: hidden;
        width: 195px;
        height: 195px;
        margin: 39px;
        transform: rotate(45deg);
        border: 15px solid gainsboro;
    }


        .wrap img {
            display: block;
            transform: rotate(-45deg);
            transform-origin: left center;
            height: 319px;
            margin-top: 15px;
        }

    .title-wrap {
        width: 100%;
        text-align: center;
    }

    .travel-title {
        position: absolute;
        top: 40%;
        left: 0;
        right: 0;
        margin-left: auto;
        margin-right: auto;
        color: red;
        font-weight: bold;
        font-size: 30px;
        transform: rotate(-45deg);
    }

    .wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: 1px;
        position:inherit;
        left:25px;
        transform: rotate(45deg);
        /*border: 15px solid gainsboro;*/
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap1 img {
          display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
      height: 84px;
    /* width: 244px! important; */
    max-width: 136%!important;
    margin-top: 12px;
            /*padding: 20px 10px 10px 0px;*/
        }
    /*.wrap1:hover {
    background-color:white;
   opacity:0.75px;
    }
.Travelling_obj_pot:hover {
background-color:white;
}*/
    .Travelling_obj_pot:hover {
        background-color: #03476d;
        text-decoration: none;
        color: #fff;
        transition: all 0.6s ease-in-out;
    }

    .wrap2 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: 1px;
        position: inherit;
        left: 37px;
        top: 0px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }



        .wrap2 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
      height: 84px;
    /* width: 244px! important; */
    max-width: 136%!important;
    margin-top: 12px;
            /*padding: 20px 10px 10px 0px;*/
        }

    .wrap3 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: 1px;
        position: inherit;
        top: 0px;
        left: 49px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }


        .wrap3 img {
            display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
       height: 84px;
    /* width: 244px! important; */
    max-width: 136%!important;
    margin-top: 12px;
            /*padding: 32px 10px 0px 0px;*/
        }

    .wrap4 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
       margin: 1px;
        position: inherit;
        top: -84px;
        left: 69px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap4 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
     height: 84px;
    /* width: 244px! important; */
    max-width: 136%!important;
    margin-top: 12px;
        }
    /*padding: 20px 10px 10px 0px;
}*/
    .wrap5 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;  
        margin: 1px;
        top: -84px;
        left: 81px;
        transform: rotate(45deg);
        position: inherit;
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap5 img {
        display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
      height: 84px;
    /* width: 244px! important; */
    max-width: 136%!important;
    margin-top: 12px;
        }

    .wrap6 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        position: inherit;
        top: -120px;
        left: 25px;
        margin: 1px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap6 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
       height: 84px;
    /* width: 244px! important; */
    max-width: 136%!important;
    margin-top: 12px;
        }

    .wrap7 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        position: inherit;
        top: -120px;
        left:37px;
        margin: 1px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap7 img {
    display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 84px;
    /* width: 244px! important; */
    max-width: 136%!important;
    margin-top: 12px;
        }

    .wrap8 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: 1px;
        top: -120px;
        left: 49px;
        position: inherit;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap8 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 84px;
    /* width: 244px! important; */
    max-width: 136%!important;
    margin-top: 12px;
        }

    .wrap9 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        position: inherit;
        top: -156px;
        left: 69px;
        margin: 1px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap9 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 84px;
    /* width: 244px! important; */
    max-width: 136%!important;
    margin-top: 12px;
        }

    .wrap10 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: 0px;
        position: inherit;
        top: -156px;
        left: 81px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap10 img {
           display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 84px;
    /* width: 244px! important; */
    max-width: 136%!important;
    margin-top: 12px;
        }

        .wrap11 {
         display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        position: inherit;
        top: -192px;
        left: 25px;
        margin: 1px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap11 img {
      display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 84px;
    /* width: 244px! important; */
    max-width: 136%!important;
    margin-top: 12px;
        }

    .wrap12 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: 1px;
        position: inherit;
        top: -192px;
        left: 37px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap12 img {
         display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 84px;
    /* width: 244px! important; */
    max-width: 136%!important;
    margin-top: 12px;
        }

    .wrap13 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: 1px;
        position: inherit;
        top: -192px;
        left: 49px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap13 img {
         display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 84px;
    /* width: 244px! important; */
    max-width: 136%!important;
    margin-top: 12px;
        }

    .wrap14 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: 1px;
        position: inherit;
        top: 17px;
        left: 25px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap14 img {
        display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
     width: 244px! important; 
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap15 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: 1px;
        position: inherit;
        top: 17px;
        left: 37px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap15 img {
          display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
        }


    .wrap16 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: 1px;
        position: inherit;
        top: 17px;
        left: 49px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap16 img {
          display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap17 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: 1px;
        position: inherit;
        top: -19px;
        left: 69px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap17 img {
       display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
    /* width: 244px! important; */
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap18 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin:0px;
        position: inherit;
        top: -19px;
        left: 81px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap18 img {
          display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
     width: 244px! important; 
    max-width: 162%!important;
    margin-top: 24px;
            /*padding: 32px 0px 0px 0px;*/
        }

    .wrap19 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: 1px;
        position: inherit;
        top: -55px;
        left: 25px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap19 img {
          display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
     width: 244px! important; 
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap20 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: 1px;
        position: inherit;
        top: -55px;
        left: 37px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap20 img {
      display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
     width: 244px! important; 
    max-width: 162%!important;
    margin-top: 24px;
        }

    .wrap21 {
        display: inline-block;
        overflow: hidden;
        width: 70px;
        height: 70px;
        margin: 1px;
        position: inherit;
        top: -55px;
        left: 49px;
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 8px solid gainsboro;
        border-top: 8px solid gainsboro;
        border-right: 8px solid gainsboro;
        border-left: 8px solid gainsboro;
    }

        .wrap21 img {
        display: block;
    transform: rotate(-45deg);
    transform-origin: left center;
    height: 117px;
     width: 244px! important; 
    max-width: 162%!important;
    margin-top: 24px;
            /*padding: 32px 0px 0px 0px;*/
        }

    .exhibition_para {
        background-color: #f2b977;
        font-family: OpenSans-Regular;
        border-radius: 20px;
        padding: 41px 20px;
    }

    .Trav_obj_first_heading_sec {
        font-size: 40px;
        color: #FFF;
    }

    .Trav_obj_first_heading {
        color: #E89D16;
        font-size: 40px;
        font-weight: bold;
    }

    .hoveff:hover {
        background-color: white;
        opacity: 0.3;
    }

    /*blue circle*/
    .blue_circle_div3 {
        padding: 0px 60px 0px 61px;
        background: #1e5269;
        height: 300px;
        border-radius: 50%;
        left: -4px;
        right: 0px;
        top: 32px;
        bottom: 0;
        margin: 0 auto;
        width: 300px;
    }

    .blue_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #e89d10;
        font-size: 34px;
    }

    .blue_circle_white_text_and3 {
        font-family: 'OpenSans-Regular';
        color: #ffffff;
        font-size: 34px;
    }

    .ship_team {
        padding: 0px;
    }

    .ship_img_team {
         padding: 63px 0px 1px 0px;
    }

    .logo_team {
        padding: 0px;
    max-width: 65px;
    }
    .red_arrow_two {
        padding: 10px 0px 0px 14px;
    }
    .subrang_arts {
        padding: 0px 0px 0px 0px;
    margin-left: -6px;

    }


    .logo_team1 {
        /*padding: 0px 0px 0px 20px;*/
        max-width:77px;
    }

    .logo_team2 {
       padding: 32px 0px 0px 0px;
    margin-left: -24px;
    max-width: 144px;
    }

    .dyamand_arng {
        /*padding: 65px 0px 0px 0px;
    position: absolute;*/
        padding: 48px 0px 0px 6px;
    }


    .dyamand_arng1 {
        padding: 0px 0px 0px 6px;
    }

        .btn_1 {
        margin-top: -175px;
        padding-left: 106px;
    }

    .EXHIBITION_textile_brown_line {
        margin-top: 7px;
        text-align: center; /*padding: 31px 13px 4px 275px; background-color: #635141; height: 110px*/
        padding: 0px;
        position: relative;
        width: 100%;
    }

    .EXHIBITION_textile_brown_line2 {
        /*padding: 21px 50px 10px 234px*/ /*background-color: #635141; height: 110px;*/
        position: relative;
        width: 100%;
        margin-top: -129px;
        margin-bottom: 10px;
        padding: 0px;
    }

    .btn_2 {
          margin-top: -39px;
    padding-left: 105px;
    }

    .contact_div {
        background-color: #345726;
        padding: 0px;
    }

    .contact_div1 {
        background-color: #e89d10;
        padding: 0px;
    }

    .contact_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 36px 0px 36px;
    }

        .contact_abcd .overbox5 {
            margin-top: 0px;
            position: absolute;
            top: 163px;
            left: 43px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 238px;
            height: 90px;
            padding-top: 90px;
            bottom: 22px;
        }

        .contact_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .contact_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #e89d10;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
        /*padding: 12px 10px 10px 182px;*/
        /*font-family:'OpenSans-Regular';*/
    }

    .contact_white {
        font-family: 'LuloCleanW01OneBold';
        color: #ffffff;
        font-size: 38px;
        line-height: 1em;
        letter-spacing: 0.1em;
        /*padding: 12px 10px 10px 182px;*/
    }

    .contact_para {
        padding-top: 22px;
        text-align: center;
    }

    .white_strip {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 108px;
    }
    .yellow_three_textbox {
        padding: 0px!important;
    }
    .enquiry-div1 {
    float: initial !important;
        text-align: center;
    }
    .Yellow_message_box {
    padding: 0px 0px 0px 0px !important;
    text-align:center;
    }

    .white_strip1 {
        height: 8px;
        width: 62px;
        background-color: #ffffff;
        margin-left: 123px;
    }

    .color_11 {
        color: #ffffff;
        text-decoration: none;
    }

    .TELL_text3 {
        font-family: 'LuloCleanW01OneBold';
        color: #345726;
        font-size: 38px;
        letter-spacing: 0.1em;
        line-height: 1em;
    }

    .enquiry-textbox1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 4px 5px;
        margin-bottom: 4px;
        width: 212px;
    }

    .enquiry-textbox2 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 1px 5px;
        /* margin-bottom: 5px; */
        width: 213px;
        height: 99px;
    }

    .enquiry-btn1 {
        background-color: black;
        /* padding-right: 50px; */
        /*margin-right: 50px;*/
        color: white;
        margin-left: 145px;
        margin-top: 3px;
    }
    .captcha_img_adject {
    /*padding:0px 0px 0px 58px;*/
    text-align:-webkit-center;
    }

    .imgCaptcha {
        border: 1px solid black;
        background-color: #e89d10;
        /* padding: 4px 5px; */
        /* margin-bottom: 5px; */
        width: 215px;
        height: 32px;   
        /*margin: -1px 9px 0px 5px;*/
    }

    .yellow_captcha_code_div {
          padding: 6px 0px 0px 17px;
    text-align: center;
    }
    .imgCaptcha1 {
        border: 1px solid black;
        background-color: #e89d10;
        padding: 5px 5px;
        /* margin-bottom: 5px; */
        width: 215px;
        margin: -1px 1px 2px -15px;
    }

    ::-webkit-input-placeholder { /* Safari, Chrome and Opera */
        color: white;
    }



    .flower_img_EXHIBITION{
        text-align: -webkit-center;
        padding: 0px 0px 0px 0px;
    }

    .square_img_dyamand_last {
        text-align: -webkit-center;
        padding-bottom: 36px;
    }

    .TheExibtion_Silder_car_New_div {
        width: 345px;
        height: 160px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: TheExibtion_Silder_car_New_div 05s ease-out infinite;
    }

    @keyframes TheExibtion_Silder_car_New_div {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }






    /*    TEXTILE PAGE CSSS  */
    /*comman class for textile page*/

    .move_vid_textile {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
        padding: 0px 0px 0px 0px;
    }

        .move_vid_textile .overbox_div {
            margin-top: -353px;
            position: absolute;
            top: 687px;
            left: 15px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background: rgba(0, 0, 0, 0.5);
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 819px;
            height: 45px;
            padding-top: 8px;
            bottom: 22px;
            text-align: center;
        }

        .move_vid_textile:hover .overbox_div {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox_div {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .alani_prajyot {
         width: 300px;
    height: 200px;
        background-size: cover !important;
        background-position: 50% !important;
        background-repeat: no-repeat !important;
        animation: alani 05s ease-out infinite;
        /*margin: 24px;*/
    }

    .product-slider_1 #Div2 .item .thumb {
        /* border: 4px solid #cecece; */
        width: 20%;
        /* margin: 0 2%; */
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        max-width: 90px;
    }

    .product-slider_1 {
        text-align: center;
        /*margin-bottom: 40px;*/
    }

    .textile_Sari_Exhibition {
        padding: 20px 0px 0px 0px;
        background-color: #ededec;
    }

    @keyframes alani {
        0% {
            transform: scale(1, 1);
        }

        50% {
            transform: scale(1.2, 1.2);
        }

        100% {
            transform: scale(1, 1);
        }
    }

    .move_vid_textile .overbox_div_saree {
        margin-top: 0px;
        position: absolute;
        top: 154px;
        left: -29px;
        -webkit-transform: scale(0);
        transform: scale(0);
        border-radius: 0px;
        background: rgba(0, 0, 0, 0.5);
        color: #fff;
        z-index: 100;
        opacity: 0.9;
        width: 339px;
        height: 45px;
        padding-top: 8px;
        bottom: 22px;
        text-align: center;
        /*display:none;*/
    }

    .textile_Embroidery_workshop {
        padding: 20px 0px 0px 0px;
        background-color: #ededec;
    }

    .move_vid_textile:hover .overbox_div_saree {
        -webkit-transform: scale(1);
        transform: scale(1);
        background-color: none;
    }

    .overbox_div_saree {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }















    /*differnt classes*/
    .Pink_circle_div3 {
        padding: 0px 60px 0px 60px;
        background: #911141;
        height: 300px;
        border-radius: 50%;
        left: -21px;
        right: 0;
        top: 15px;
        bottom: 0;
        margin: 0 auto;
        width: 300px;
    }

    .pink_cicle_yellow_text3 {
        font-family: 'OpenSans-bold';
        color: #E89D16;
        font-size: 34px;
    }

    .Pink_circle_text_para3 {
        text-align: center;
        font-family: 'OpenSans';
        padding: 25px 0px 0px 0px;
    }

    .banner_ship2 {
        padding: 13px 0px 15px 24px;
    }


    .learing_img {
        width: 100%;
        max-width: 432px!important;
    }
    .travelling_object_text_heading {
         width: 0% !important;
    }
    
    .travelling_object_text_heading_2 {
    width:100%!important;
    }
  /*.textile_heading_div {
        background-color: #ededec;
        padding-top: 29px;
        padding-bottom: 10px;
    }*/

    .textile_abcd {
        cursor: pointer;
        position: relative;
        overflow: hidden;
        width: auto;
        text-align: center;
        /*border: 1px solid #ffffff;*/
        margin: 22px 0px 0px 0px;
        border-radius: 0px;
         padding: 0px 26px 0px 0px;
    }

        .textile_abcd .overbox5 {
            margin-top: 0px;
            position: absolute;
            top: 139px;
            left: 3px;
            -webkit-transform: scale(0);
            transform: scale(0);
            border-radius: 0px;
            background-color: #7a5c4d;
            color: #fff;
            z-index: 100;
            opacity: 0.9;
            width: 235px;
            height: 105px;
            padding-top: 90px;
            bottom: 22px;
        }

        .textile_abcd:hover .overbox5 {
            -webkit-transform: scale(1);
            transform: scale(1);
            background-color: none;
        }

    .overbox5 {
        -webkit-transition: all 0.7s ease;
        transition: all 0.7s ease;
    }

    .pink_circle_white_text_bold3 {
        color: #fff;
        font-family: 'OpenSans-Regular';
        font-size: 24px;
    }

    .pink_circle_white_text_and3 {
        color: #fff;
        font-size: 24px;
        font-family: 'OpenSans-Regular';
    }


    .first_textile_div {
        padding-bottom: 40px;
        background-color: #ededec;
    }

    .textile_heading_div {
        background-color: #ededec;
        padding-top: 29px;
        padding-bottom: 10px;
    }

    .textile_wrap1 {
      display: inline-block;
    overflow: hidden;
    width: 85px;
    height: 85px;
     margin: 1px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;

    }

        .textile_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 111px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 0px;
        }

    .textile_wrap2 {
       display: inline-block;
    overflow: hidden;
    width: 85px;
    height: 85px;
     margin: 1px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 111px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 0px;
        }

.textile_wrap3 {
    display: inline-block;
    overflow: hidden;
     width: 85px;
    height: 85px;
     margin: 1px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
}

        .textile_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 143px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 0px;
        }

    .textile_wrap4 {
       display: inline-block;
    overflow: hidden;
    width: 85px;
    height: 85px;
     margin: 1px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 111px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 0px;
        }

    .textile_wrap5 {
       display: inline-block;
    overflow: hidden;
    width: 85px;
    height: 85px;
     margin: 1px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 111px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 0px;
        }

    .textile_wrap6 {
      display: inline-block;
    overflow: hidden;
    width: 85px;
    height: 85px;
     margin: 1px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 111px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top:0px;
        }

    .textile_wrap7 {
      display: inline-block;
    overflow: hidden;
    width: 85px;
    height: 85px;
     margin: 1px; 
    transform: rotate(45deg);
    /* border: 15px solid gainsboro; */
    border-bottom: 16px solid gainsboro;
    border-top: 16px solid gainsboro;
    border-right: 16px solid gainsboro;
    border-left: 16px solid gainsboro;
    }

        .textile_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 111px;
            width: 318px!important;
            max-width: 144%!important;
            margin-top: 0px;
        }

    .dyamand_shape_img_first {
        padding-left: 23px !important;
    }
    .dyamand_shape_img_sec {
    padding: 0px 0px 0px 0px !important;
    }
.dyamand_shape_img_sec_sec {
        padding: 0px 0px 0px 12px !important;
 }
    .dyamand_shape_img_sec {
        /*margin-left: -20px;*/
    }

    .textile_dyamand_arng1 {
        padding: 0px 0px 0px 33px;
        position: relative;
        margin-top: -46px;
    }

    .dyamand_shape_img_three {
        padding: 0px 0px 0px 38px;
    }

    .dyamand_shape_img_four {
        padding: 0px 0px 0px 0px;
            margin-left: -11px;  
    }


    /*textile page*/

    .grey_box_brown {
        background-color: #635141;
        padding: 25px 0px 25px 0px;
        text-align: center;
        font-size: 40px;
        /*margin-top: 20px;*/
        /*margin-bottom: 20px;*/
    }

    .vimeo_exhibition {
            padding: 0px;
        background-color: #ededec;
    }

    .exhibition_yello_text {
        padding: 0px;
        background-color: #ededec;
    }

    .textile_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 0px;
        padding-left: 40px;
        display:none;
    }

    .textile_small_lat {
        color: #FFFFFF;
        /*color: rgb(232, 157, 16);*/
        font-family: OpenSans-Regular;
        font-size: 26px;
    }

    .the_img_textile {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -0px;
        padding-left: 486px;
    }

    .TEXTILE_cap_lat {
        color: rgb(232, 157, 16);
        font-family: OpenSans-Bold;
        font-size: 26px;
    }
     .textile_img_sec_div {
      text-align: -webkit-center;
        position: absolute; 
        margin: -24px 0px 0px 0px;
        padding-left: 10px;
        display:none;
    }
     .the_img_textile_sec_div {
      text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 518px;
        display:none;
    }
        .the_img_textile_team_sec_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 497px;
    }

    .textile_top_one {
        /*text-align: -webkit-center;*/
        position: absolute;
        margin: -15px 0px 0px 0px;
        padding-left: 39px;
        display:none;
    }

    .the_img_textile_of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px 0px;
        padding-left: 640px;
        display:none;
    }

    .textile_img_Of_embro {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 0px;
        padding-left: 29px;
        display:none;
    }

    .object_sec_latter {
    }

    .textile_head {
        /*padding-left: 429px;*/
            text-align: center;
    }

    .textile_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -72px 0px 0px 0px;
        padding-left: 330px;
        display:none;
    }


    .textile_dyamand_arng {
        padding: 65px 0px 0px 0px;
        position: relative;
        /*background-color: #ededec;*/
    }

    .textile_dyamand_img_2 {
        background-color: #ededec;
        padding: 0px 0px 38px 0px;
        position:initial;
    }

    .textile_dyamand_arng2 {
        margin-top: -45px;
        position: relative;
        
    padding-bottom: 30px;
    }

    .dyamand_shape_img_five {
        padding: 0px 0px 0px 7px;
    }

    .dyamand_shape_img_six {
        /*margin-left: -2px;
    }*/
        padding: 0px 0px 0px 6px!important;
    }
    .dyamand_shape_img_sevan {
        /*margin-left: -18px;*/
            padding: 0px 0px 0px 5px !important;
    }

    .textile_sari_of_gujrat {
        background-color: #ededec;
        /*padding-bottom: 65px;*/
            padding: 0px 0px 65px 0px!important;
            position:initial;
    }


    .textile_para {
        font-size: 15px;
        color: #635141;
        text-align: justify;
        padding: 20px 30px 0px 30px;
        background-color: #ededec;
    }

    .text_para_saree {
        padding: 72px 0px 0px 0px;
        background-color: #ededec;
        position:initial;
    }

    .textile_video {
        text-align: -webkit-center;
        padding: 0px;
        background-color: #ededec;
    }
    .textile_full_video {
    width:280px !important;
    height:173px !important;
    }
    .green_text_textile {
        font-size: 20px;
        color: #40732A;
        font-weight: bold;
    }

    .video_text_textile {
        text-align: center;
        background-color: #ededec;
    }

    .avisual_para {
        padding: 0px 0px 0px 0px;
        background-color: #ededec;
    }
    .rextile_para_after_dyamand_img {
    padding:0px;
    }
    .saree_exhibition_pink {
        text-align: center;
        padding: 15px 0px 30px 0px;
        font-weight: bold;
        color: #B51D55;
        font-size: 17px;
        background-color: #ededec;
    }

    .banner_ship5 {
        border: 5px solid red;
    }


    object_first_headding_para {
        font-size: 40px;
        color: #E89D10;
        font-family: 'OpenSans-bold';
    }

    .object_button_red {
        background-color: #ededec;
            margin-top: 32px;
    }

    .object_dyamand_shape_img_bg {
        background-color: #ededec;
       padding: 0px 0px 39px 0px !important;
    }

    .overbox_object {
        background-color: white;
    }

    .travling_object_first_div {
        background-color: #ededec;
        /*padding: 25px 151px 48px 151px;*/
    }

    .travelling_object_hightext {
        background-color: #ededec;
        padding:0px 25px;
    }

    .object_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px 0px;
        padding-left: 39px;
        display:none;
    }

    .object_head {
        /*padding-left: 255px;*/text-align:center;
    }

    .object_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 0px;
        padding-left: 506px;
    }

    .object_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -24px 0px 0px 104px;
        padding-left: 235px;
    }

    ._object_the_img {
        text-align: -webkit-center;
        position: absolute;
        margin: -81px 0px 0px -182px;
        padding-left: 1015px;
    }

    .objects_img_para {
        font-size: 14px;
        font-family: 'OpenSans-Regular';
        text-align: center;
        color: #635141;
        padding: 10px;
            display: none;
    }
  
    .banner_ship3 {
        padding: 0px;
        border: 4px solid #635141;
        height: auto;
    }
    .object_man_door {
    padding: 12px 7px 12px 7px!important;
    /*left: 26px;*/
    }
    .object_img_back {
        padding: 0px;
        background: #fff;
        border: 4px solid #635141;
    }

    .object_big_text {
        font-size: 20px;
        color: #635141;
        text-align: justify;
    }

    .object_dyamand_arng {
        position: relative;
        padding: 65px 0px 0px 0px;
    }

    .object_dyamand_shape_img_sec {
        /*padding-left: 41px !important;*/
      padding: 0px 0px 0px 13px;
    }

    .object_dyamand_shape_img_first {
          padding: 0px 0px 0px 20px;
    }

    .object_dyamand_shape_img_third {
        /*margin-left: -19px;*/
        padding: 0px 0px 0px 7px;
    }

    .object_wrap1 {
        display: inline-block;
        overflow: hidden;
        width: 78px;
        height: 78px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap1 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
               height: 151px;
            width: 318px!important;
            max-width: 144%!important;
            /*margin-top: 29px;*/
        }

    .object_wrap2 {
        display: inline-block;
        overflow: hidden;
            width: 78px;
        height: 78px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap2 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
                height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            /*margin-top: 29px;*/
        }

    .object_wrap3 {
        display: inline-block;
        overflow: hidden;
           width: 78px;
        height: 78px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap3 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
             height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            /*margin-top: 29px;*/
        }

    .object_wrap4 {
        display: inline-block;
        overflow: hidden;
             width: 78px;
        height: 78px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap4 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
              height: 151px;
                    width: 243px!important;
            max-width: 144%!important;
            /*margin-top: 29px;*/
        }

    .object_wrap5 {
        display: inline-block;
        overflow: hidden;
            width: 78px;
        height: 78px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap5 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
            height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            /*margin-top: 29px;*/
        }

    .object_wrap6 {
        display: inline-block;
        overflow: hidden;
             width: 78px;
        height: 78px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap6 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
              height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            /*margin-top: 29px;*/
        }

    .object_wrap7 {
        display: inline-block;
        overflow: hidden;
            width: 78px;
        height: 78px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap7 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
             height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            /*margin-top: 29px;*/
        }

    .object_wrap8 {
        display: inline-block;
        overflow: hidden;
            width: 78px;
        height: 78px;
         margin: 1px; 
        transform: rotate(45deg);
        /* border: 15px solid gainsboro; */
        border-bottom: 6px solid gainsboro;
        border-top: 6px solid gainsboro;
        border-right: 6px solid gainsboro;
        border-left: 6px solid gainsboro;
    }

        .object_wrap8 img {
            display: block;
            transform: rotate(-46deg);
            transform-origin: left center;
             height: 151px;
            width: 243px!important;
            max-width: 144%!important;
            /*margin-top: 29px;*/
        }

    .object_dyamand_arng1 {
        padding: 0px 0px 0px 48px;
        position: relative;
        margin-top: -36px;
    }

    .object_dyamand_shape_img_four {
        padding: 0px 0px 0px 22px;
    }

    .object_dyamand_shape_img_five {
    padding: 0px 0px 0px 1px;
    left: -15px;
    }

    .object_dyamand_arng2 {
        position: relative;
       margin-top: -37px;
    padding: 0px;
    }

    .object_dyamand_shape_img_six {
        padding: 0px 0px 0px 21px;
    }

    .object_dyamand_shape_img_seven {
        padding: 0px 0px 0px 18px;
        margin-left: -4px;
    }

    .object_dyamand_shape_img_eight {
        /*margin-left: -11px;*/
        padding: 0px 0px 0px 10px;
    }

    .obj_list_button {
        text-align: center;
        padding: 40px;
    }
    /*OBJECT END*/
    /*travelling objects list start*/
    .object_list_top_one {
        text-align: -webkit-center;
        position: absolute;
        margin: -8px 0px 0px 0px;
        padding-left: 23px;
        display:none;
    }

    .object_list_head {
        /*padding-left: 106px;*/
        text-align:center;
    }

    .object_list_top_two {
        text-align: -webkit-center;
        position: absolute;
        margin: -62px 0px 0px 0px;
        padding-left: 619px;
        display:none;
    }

    .orenge_headline {
        font-size: 23px;
        font-family: 'OpenSans-Regular';
        color: #E89D10;
        line-height: 20px;
            text-align: center;
    }

    .green_headline {
        color: #40732A;
        font-size: 17px;
        font-family: 'OpenSans-Regular';
        line-height: 40px;
            text-align: center;
    }

    .black_headline {
        font-size: 13px;
        font-family: 'OpenSans-Regular';
        text-align: justify;
        line-height: 21px;
    }

    .list_one {
        /*width: 14% !important;*/
    }

    .list_two {
        /*width: 72%;*/
    }

    .list_three {
        /*width: 34.666667%;*/
           /*padding-left: 14px!important;*/
               text-align: -webkit-center;
                   padding: 0px 20px 0px 20px !important;
    }

    .list_obt_text_para {
        /*margin-left: -60px !important;*/
        /*width:37.3336px;*/
        padding: 28px 20px 20px 20px;
        /*width: 63.333333% !important;*/
    }

    .list_box_object {
        padding: 0px 0px 6px 0px;
        background-color: #ededec;
    }








    /*CONTACT START
    */

    .Blue_circle_div__contact {
        padding: 0px 56px 0px 56px;
        background: #1E5269;
        height: 300px;
        border-radius: 50%;
        left: -51px;
        right: 0;
        top: 1px;
        bottom: 0;
        margin: 0 auto;
        width: 300px;
    }

    .Blue_circle_text_para__contact {
        text-align: center;
        font-family: 'OpenSans-Regular';
        padding: 30px 0px 0px 0px;
            line-height: 30px;
    }

    .Blue_cicle_yellow_text__contact {
        font-family: 'OPENSANS-BOLD';
        color: #E89D10;
        font-size: 26px;
    }

    .Blue_circle_white_text_regular__contact {
        font-size: 21px;
        color: #fff;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_bold__contact {
        color: #fff;
        font-family: 'OPENSANS-BOLD';
        font-size: 26px;
    }

    .Blue_circle_white_text_and__contact {
        color: #fff;
        font-size: 14px;
        font-family: 'OpenSans-Regular';
    }

    .Blue_circle_white_text_big__contact {
        font-size: 26px;
        font-family: 'OpenSans-Regular';
        color: #fff;
    }

    .Blue_color_marron_text__contact {
        font-size: 26px;
        color: #B51D55;
        font-family: 'OPENSANS-BOLD';
    }

    .contact_main_page {
        /*margin-top: 8px;*/
        padding: 0px 0px 22px 0px;
        background-color: #ededec;
    }

    .blue_circle_div3__contact {
        padding: 10px 0px 0px 60px;
    }
/*End*/
}
