/*=====Maitrey css=====*/
 .home_slider_img{
     background-size: cover;
}
 .main_wrapper{
     width: 100%;
     float: left;
}
 #home .slick-list,#home .slick-track{
     height: 100%;
}
 .partner_head_left{
     width: 50%;
     float: left;
}
 .partner_head_right {
     float: right;
     width: 50%;
     text-align: left;
     padding-left: 36px;
     padding-top: 40px;
}
 .partners_wrapper{
     padding-top: 100px;
     float: left;
     width: 100%;
}
 .kk{
     float: left;
     padding-left: 98px;
     padding-top: 10px;
     padding-bottom: 20px;
     position: relative;
     text-align: right;
     width: 92%;
}

 .p_brand-detail {
     background: #fff none repeat scroll 0 0;
     right: 86px;
     margin: 0 auto;
     position: absolute;
     width: 300px;
     z-index: 1;
     bottom: 14px;
}
 .brand-wraper {
     float: left;
     width: 100%;
     padding-left: 25px;
}
 .arrows {
     float: left;
     text-align: center;
     width: 35%;
     padding-top: 10px;
}
 .arrows li {
     padding: 10px 0;
}
 .brand-image-logo {
     text-align: left;
     padding-top: 30px;
     width: 65%;
     display: inline-block;
}
.brand-image-logo img {
    width: 65%;
}
 .arrows > ul {
     position: relative;
}
 .arrows > ul::after {
     border-bottom: 2px solid #3d3f45;
     content: "";
     margin: 0 auto;
     position: absolute;
     right: 28px;
     top: 46px;
     width: 40px;
}
 .arrows a:hover {
     color: #d9261a;
}
 .brand-content {
     float: left;
     padding-left: 80px;
     padding-top: 23px;
     text-align: left;
     width: 100%;
}
 .brand-content > p {
     color: #d9261a;
     font-size: 13px;
     line-height: 20px;
     text-transform: capitalize;
     font-family: 'Roboto-Bold';
     letter-spacing: 1px;
}
 .brand-content p span{
     color: #000;
     font-size: 13px;
     line-height: 20px;
     text-transform: uppercase;
     font-family: 'Roboto-Bold';
     letter-spacing: 1px;
}
.brand-content p span.capitalise{
     text-transform: capitalize;
}
 .kk .slick-slider {
     padding-left: 0px;
}
 .kk_img{
     width:100%;
}
 .p_slider-section{
     position: relative;
}
 .p_slider-wrpper .slick-next::before {
     color: #000000;
     content: "";
     font-family: FontAwesome;
     opacity: 1;
     font-size: 18px;
}
 .p_slider-wrpper .slick-next {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: medium none;
     color: rgba(0, 0, 0, 0);
     cursor: pointer;
     display: block;
     font-size: 0;
     height: 20px;
     line-height: 0;
     outline: medium none;
     padding: 0;
     position: absolute;
     transform: translate(0px, -50%);
     width: 20px;
     right: 220px;
     top: 90%;
}
 .p_slider-wrpper .slick-prev::before{
     color: #000;
     content: "";
     font-family: "FontAwesome";
     opacity: 1;
     font-size: 18px;
}
 .p_slider-wrpper .slick-prev {
     background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
     border: medium none;
     color: rgba(0, 0, 0, 0);
     cursor: pointer;
     display: block;
     font-size: 0;
     height: 20px;
     line-height: 0;
     outline: medium none;
     padding: 0;
     position: absolute;
     transform: translate(0px, -50%);
     width: 20px;
     right: 220px;
     top: 82%;
     z-index: 1;
}
 .p_slider-wrpper .slick-prev:hover::before, .p_slider-wrpper .slick-next:hover::before {
     color: #d9261a;
}
 .kk .p_slider-wrpper .slick-dots{
     display: none;
}
/*=====Maitrey css ends=====*/

/*******Utility Css*********/
 html * {
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 *, *:after, *:before {
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 .cd-section {
     position: relative;
     padding: 0 0 0 78px;
     background-color: #ffffff;
     overflow-y: auto;
     overflow-x: hidden;
}
 .hide{
     display: none;
}
 .width_half{
     width: 50%;
     float: left;
}
 .bold{
     font-weight: bold;
}
 .pull-left{
     float: left;
}
 .pull-right{
     float: right;
}
 .roboto_slab{
     font-family: 'Roboto Slab', serif;
}
 .hidden_text{
     display: none;
}
 a.view_more {
     font-family: 'Roboto-Bold';
     border: 1px solid #d4d4d4;
     padding: 10px 20px;
     border-radius: 5px;
     cursor: pointer;
     font-size: 14px;
}
 .contact_icon{
     position: fixed;
     bottom: 37px;
     right: 48px;
}
.error{
    border:1px solid #da251c !important;
}
textarea:focus, input:focus{
    outline: none;
}
/*******Utility Css*********/
/*******Header Section********/
 #header {
     height: 80px;
     text-transform: uppercase;
     position: fixed;
     top: 0;
     left: 3px;
     right: 0;
     padding: 10px 40px 0px 100px;
     background-color: transparent;
     height: auto;
     z-index: 99;
}
 .craftLogo {
     float: left;    
}
.craftLogo img {
    width: 100%;
}

 .hamburger {
     display: inline-block;
     cursor: pointer;
     transition-property: opacity, filter;
     transition-duration: 0.15s;
     transition-timing-function: linear;
     font: inherit;
     color: inherit;
     text-transform: none;
     background-color: transparent;
     border: 0;
     margin: 0;
     overflow: visible;
     float: right;
     margin-top: 20px;
     position: fixed;
     right: 50px;
     top: 6px;
     z-index: 99;
}
 .hamburger--3dx .hamburger-box {
     perspective: 80px;
}
 .hamburger-box {
     width: 30px;
     height: 30px;
     display: inline-block;
     position: relative;
}
 .hamburger--3dx .hamburger-inner {
     transition: transform 0.2s cubic-bezier(0.645, 0.045, 0.355, 1), background-color 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
 .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
     width: 30px;
     height: 5px;
     background-color: #da251a;
     border-radius: 4px;
     position: absolute;
     transition-property: transform;
     transition-duration: 0.15s;
     transition-timing-function: ease;
}
 .hamburger-inner {
     display: block;
     top: 50%;
     margin-top: -2px;
}
 .hamburger--3dx .hamburger-inner::before, .hamburger--3dx .hamburger-inner::after {
     transition: transform 0s 0.1s cubic-bezier(0.645, 0.045, 0.355, 1);
}
 .hamburger-inner::before {
     top: -10px;
}
 .hamburger-inner::after {
     bottom: -10px;
}
 .hamburger-inner::before, .hamburger-inner::after {
     content: "";
     display: block;
}
/*.hamburger--3dx.is-active {
     display: none;
}
*/
 .hamburger--3dx.is-active .hamburger-inner::before {
     transform: translate3d(0, 10px, 0) rotate(45deg);
}
 .hamburger--3dx.is-active .hamburger-inner::after {
     transform: translate3d(0, -10px, 0) rotate(-45deg);
}
 .hamburger--3dx.is-active .hamburger-inner {
     background-color: transparent;
     transform: rotateY(180deg);
}
 #dropDown .hamburger--3dx .hamburger-inner::before {
     transform: translate3d(0, 10px, 0) rotate(45deg);
}
 #dropDown .hamburger--3dx .hamburger-inner::after {
     transform: translate3d(0, -10px, 0) rotate(-45deg);
}
 #dropDown .hamburger--3dx .hamburger-inner {
     background-color: transparent;
     transform: rotateY(180deg);
}
 #dropDown .hamburger {
     display: inline-block;
     padding: 10px 40px 0 0;
}
.dots-left {
    left: 0px;
    width: 90px;
    text-align: center;
    display: flex;
    justify-content: center;
    flex-direction: column;
    background-color: #f2f2f2;
}
.dots li a {
    padding: 16px 10px;
    display: block;
}
.dots {
    z-index: 1;
    list-style: none;
    padding: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.dots li a:before {
    content: '';
    position: absolute;
    width: 8px;
    height: 8px;
    transform: translateX(-50%);
    background: #d8dcdc;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    -webkit-transition: -webkit-transform 0.3s ease, background-color 0.3s ease;
    -moz-transition: -moz-transform 0.3s ease, background-color 0.3s ease;
    -ms-transition: -ms-transform 0.3s ease, background-color 0.3s ease;
    -o-transition: -o-transform 0.3s ease, background-color 0.3s ease;
    transition: transform 0.3s ease, background-color 0.3s ease;
}
.dots li a.active:before {
    content: '';
    background-color: #da251a;
    width: 14px;
    height: 14px;
    margin-top: -4px;
    left: 50%;
    -webkit-transform: scale(1.0) translateX(-50%);
    -moz-transform: scale(1.0) translateX(-50%);
    -ms-transform: scale(1.0) translateX(-50%);
    -o-transform: scale(1.0) translateX(-50%);
    transform: scale(1.0) translateX(-50%);
}
.dots  li.active a:before{
    background-color: #da251c;
    width: 14px;
    height: 14px;
}
/*******Header Section******/

/*******DropDown Section*****/
 #dropDown {
     background-color: transparent;
     margin: 0 1px 0 1px;
     display: none;
     top: 0;
     width: 80%;
     z-index: 3;
     text-align: center;
     float: left;
}
 .list {
     font-size: 20px;
     text-transform: uppercase;
     letter-spacing: 3px;
     padding: 30px 0;
     margin: 0;
     line-height: 1;
     display: inline-block;
}
 .list li {
     display: inline-block;
     margin-bottom: 10px;
}
 .list li a {
     color: #da251cc4;
     text-decoration: none;
     margin: 0 10px;
     font-size: 14px;
     font-family: 'Roboto-Bold';
}
 #dropDown_res{
     display: none;
}

ul.list li a {
  position: relative;
}
ul.list li a,
ul.list li a:after,
ul.list li a:before {
  transition: all .5s;
}
ul.list li a:after {
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  margin: auto;
  width: 0%;
  content: '.';
  color: transparent;
  background: #272c32;
  height: 2px;
}
ul.list li a:hover:after {
  width: 100%;
}

#header_inner{
    display: none;
    margin: 0 auto;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 1;
    background-color: #ffffff;
    text-align: center;
    padding-left: 110px;
}

#header_inner #dropDown{
    display: block;
    float: none;
    margin: 0 auto;
}
#header_inner #dropDown .hamburger{
    z-index: 1
}
#header_inner #dropDown .list li{
    margin-bottom: 0;
}
#header_inner .craftLogo {
    float: left;
    width: 2%;
    top: 20px;
    position: absolute;
}
body.fp-viewing-0 #menu li:nth-child(1) a::before{
    background: #da251c;
    height: 14px;
    width: 14px;
}
body.fp-viewing-1 #menu li:nth-child(2) a::before{
    background: #da251c ;
    height: 14px;
    width: 14px;
}
body.fp-viewing-2 #menu li:nth-child(3) a::before{
    background: #da251c;
    height: 14px;
    width: 14px;
}
body.fp-viewing-3 #menu li:nth-child(4) a::before{
    background: #da251c;
    height: 14px;
    width: 14px;
}
body.fp-viewing-4 #menu li:nth-child(5) a::before{
    background: #da251c;
    height: 14px;
    width: 14px;
}
body.fp-viewing-5 #menu li:nth-child(6) a::before{
    background: #da251c;
    height: 14px;
    width: 14px;
}
body.fp-viewing-6 #menu li:nth-child(7) a::before{
    background: #da251c;
    height: 14px;
    width: 14px;
}
body.fp-viewing-7 #menu li:nth-child(8) a::before{
    background: #da251c;
    height: 14px;
    width: 14px;
}
/*******DropDown 
Section*****/
/*******Home Section********/
/*.white{
     background-color: #fff;
}*/
 .home_slider .slick-dots {
     position: absolute;
     bottom: 7%;
     width: 100%;
     padding: 0;
     margin: 0;
     list-style: none;
     width: unset;
     left: 12%;
     transform: translateZ(0);
}
 .home_slider .slick-dots li {
     position: relative;
     display: inline-block;
     width: 44px;
     height: unset;
     margin: 0 5px;
     padding: 0;
     cursor: pointer;
     height: 4px;
}
 .home_slider .slick-dots li button, .gallery_slider .slick-dots li button {
     font-size: 0;
     line-height: 0;
     display: block;
     width: 100%;
     height: unset;
     padding: 0;
     float: left;
     cursor: pointer;
     color: transparent;
     border: 0;
     outline: none;
     background: transparent;
}
 .home_slider .slick-dots li button:before ,.gallery_slider .slick-dots li button:before {
     font-family: 'slick';
     font-size: 0;
     line-height: 0;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 3px;
     float: left;
     content: '•';
     text-align: center;
     opacity: 1;
     color: black;
     background-color: #da251c;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
.gallery_slider .slick-dots li{
    width: 40px;
}
.gallery_slider .slick-dots {
    bottom: -75px;
}
.gallery_slider .slick-dots li button:before {
   background-color: #d8dcdc;  
}
 .home_slider .slick-dots li.slick-active button:before {
     opacity:1;
     background-color: #ffffff;
}
 .gallery_slider .slick-dots li.slick-active button:before {
     opacity:1;
     background-color: #da251c;
}
 .home_slider .slick-arrow{
     display: none !important;
}
 .home_slider.slick-dotted.slick-slider{
     margin-bottom: 0;
     height: 100%;
}
 .reach_us {
     position: absolute;
     bottom: 6%;
     width: 100%;
     padding: 0;
     margin: 0;
     list-style: none;
     width: unset;
     right: 7%;
     transform: translateZ(0);
}
 .reach_us span{
     font-size: 16px;
     font-family: 'Roboto-Medium';
}
 .reach_us .fa-whatsapp{
     font-size: 24px;
}
 .whatsapp{
     vertical-align: middle;
     margin: 0 4px;
}
 span.whatsapp img {
     width: 25px;
}
 span.telephone a {
     color: #000;
     font-family: 'Roboto-Bold';
}
 .welcome_reach{
     text-decoration: underline;
}
/*******Home Section********/
/*******Welcome Section*******/
 h1.red_title {
     color: #da251c;
     font-size: 30px;
     border-bottom: 2px solid #272c32;
     display: inline-block;
     padding-bottom: 14px;
     font-family: 'RobotoSlab-Bold', serif;
     letter-spacing: 1px;
}
.welcome_main h1 {
    text-transform: uppercase;
}
.welcome_main .width_half.text-section:last-child{
    padding-left: 40px;
}
 .welcome-title{
     font-size: 30px;
     margin-bottom: 12px;
     color: #000000;
     letter-spacing: 2px;
     font-family: 'RobotoSlab-Light', serif;
}
 .welcome_text p,.crafts_text p {
     font-size: 16px;
     line-height: 22px;
     color: #464646;
     text-align: justify;
     font-family: 'Roboto-Light';
}
 .welcome_text {
     width: 86%;
}
 .welcome_main {
     width: 100%;
     float: left;
}
 .welcome_text,.crafts_text{
     padding: 38px 0 10px;
}
 .welcome_text p:first-child {
     margin-bottom: 30px;
}
 .section_main{
     width: 100%;
     float: left;
}
 .img_section{
     width: 100%;
     float: left;
     text-align: center;
     padding-top: 30px;
}
 .text-section{
     padding: 120px 90px 0;
}
 .welcome_img {
     border: 1px solid #c9c8c7;
     margin-bottom: 10px;
     min-height: 60px;
}
 .img_section .pull-left,.img_section .pull-right{
     width: 38% 
}
 .img_section p {
     font-family: 'Roboto-Light';
     color: #464646;
     line-height: 20px;
     min-height: 90px;
     font-size: 15px;
}
 .welcome_img img {
     height: 100%;
     width: 100%;
}
/*******Welcome Section*******/
/*******Crafts Section********/
 .craft_one{
     width: 37%;
     padding-top: 40px;
}
 .craft_two{
     width: 63%;
     padding-top: 25px;
}
 .crafts_text p {
     margin-bottom: 20px;
}
 .craft_two_img {
     width: 78%;
}
 .craft_two_img img {
     width: 100%;
}
.comapny_logos {
    width: 64%;
    margin: 0 auto;
    position: absolute;
    left: 0;
    right: 0;
    top: 40px;
}
/*******Crafts Section********/
/*******Notes Section********/
 .notes_slider {
     padding: 0px 110px 0 0;
}
 .notes_title{
     position: absolute;
     top: -20px;
     z-index: 1;
     left: 26px;
}
 .notes_main_inner{
     position: relative;
}
 .notes_slider .slick-dots,.people_slider .slick-dots{
     display: none !important;
}
 .notes_slider .slick-prev{
     left: -2.5%;
}
 .people_slider .slick-prev{
     left: 9%;
     top: 60%;
}
 .notes_slider .slick-next{
     right: 6%;
}
 .people_slider .slick-next{
     right: 18%;
     top: 60%;
}
 .slider_arrow .slick-next:before{
     content:'';
}
 .slider_arrow .slick-prev:before{
     content:'';
}
 .slider_arrow .slick-next{
     background-image: url(../img/next_red.png);
     height: 30px;
     width: 30px;
     background-repeat: no-repeat;
}

button.slick-prev.slick-arrow.slick-disabled{
 background-image: url(../img/prev.png);
}
button.slick-next.slick-arrow.slick-disabled{
 background-image: url(../img/next.png);
}
/* .slider_arrow .slick-next:hover{
     background-image: url(../img/next_red.png);
     transition: all .15s;
}*/
 .slider_arrow .slick-prev{
     background-image: url(../img/prev_red.png);
     height: 30px;
     width: 30px;
     background-repeat: no-repeat;
     z-index: 1;
}
/* .notes_slider .slick-prev:hover,.people_slider .slick-prev:hover{
     background-image: url(../img/prev_red.png);
     transition: all .15s;
}*/
 .notes_main{
     padding-top: 50px;
}
 .notes_main1{
     padding: 100px 0 30px 0;
}
 .crafts_main{
     padding-top: 110px;
     width: 100%;
     float: left;
     position: relative;
}
.comapny_logos img {
    margin: 0 15px;
}
 .slider_main{
     text-align: right;
     position: relative;
     border: 1px solid #acacac;
     padding: 25px 30px;
}
 p.appreciator_post{
     font-size: 18px !important;
     font-family: 'Roboto-Medium' !important;
     color: #464646;
}
 .quote_text p{
     font-size: 28px;
     line-height: 38px;
     font-family: 'Roboto-Light';
     color: #464646;
}
 .appreciator_name{
     font-size: 22px;
     color: #da251c;
     font-family: 'Roboto-Bold';
     margin:36px 0 10px 0;
     display: block;
}
 span.quotes-left {
     color: #d1d1d2;
     font-size: 20px;
     vertical-align: super;
     margin-right: 10px;
}
 span.quotes-right {
     color: #d1d1d2;
     font-size: 20px;
     vertical-align: super;
     margin-left: 10px;
}
 .quote_text{
     padding-left: 110px;
}
/********Notes Section********/
/********People Section*******/
 .people_craft_inner{
     padding-top: 110px;
}
 .people_title {
     position: absolute;
     bottom: -1px;
     right: 11%;
     z-index: 1;
     background-color: #fff;
     padding: 35px 15px;
     color: black;
}
 .people_title .appreciator_name{
     margin: 0 0 10px;
}
 .people_carft_main .crafts_text{
     width: 70%;
}
 .people_carft_main{
     width: 100%;
     float: left;
}
 .people_img {
     min-height: 360px;
     max-width: 396px;
}
 .people_img img {
     width: 100%;
}
 .people_slider_main {
     position: relative;
}
 .people_carft_main .crafts_text p:first-child {
     margin-bottom: 0;
}
/********People Section*******/
/********Gallery Section******/
 .gallery_wrapper {
     width: 100%;
     float: left;
}
 .gallery_main_inner{
     width: 100%;
     float: left;
     padding-top: 20px;
     margin-right: 10px;
}
 .gallery_main{
     padding: 150px 40px 0 74px;
     float: left;
     width: 100%;
}
.gallery_image_name {
    background-color: #da251a;
    position: absolute;
    padding: 10px 16px;
    color: #fff;
    opacity: .9;
    top: 94px;
    right: -94px;
    transform: rotate(270deg);
    width: 100%;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Roboto-Light';
}


 .gallery_image_main {
     width: 100%;
     float: left;
     position: relative;
     margin-right: 1px;
     cursor: pointer;
}
 .gallery_image img {
     width: 100%;
     height: 100%;
}
 .gallery_image{
     position: relative;
     max-height: 442px;
}
 .gallery {
     float: left;
     width: 100%;
     padding-top: 20px;
}
 .gallery img {
     width: 16%;
     float: left;
     margin: 0 20px 20px 0;
}
.gallery_slider .slick-prev {
    left: -25px;
}
.gallery_slider .slick-next {
    right: -30px;
}
/********Gallery Section******/
/******Contact Section******/
 .contact_main {
     padding-top: 200px;
     float: left;
     width: 100%;
}
 .working_hours p {
     font-style: italic;
}
 .contact_map{
     width: 55%;
     float:left;
}
 .contact_text{
     width: 45%;
     float: left;
}
 .contact_map #map {
     height: 340px;
     width: 100%;
}
 .working_hours {
     font-family: 'Roboto-Light';
     padding: 25px 0 0 60px;
     line-height: 25px;
}
 .city{
     font-family: 'Roboto-Bold';
     color: #da251a;
}
 .contact_text p {
     font-family: 'Roboto-Light';
     color: #464646;
}
 .contact_us {
     width: 45%;
     float: left;
     position: relative;
}
 .contact_text {
     width: 48%;
     float: left;
     padding: 70px 0 0 30px;
     line-height: 22px;
}
 .more_contact_detail p {
     color: #000;
     font-family: 'Roboto-Medium';
     line-height: 22px;
}
 .more_contact_detail{
     margin-top: 10px;
}
 .whatsapp img{
     vertical-align: sub;
}
 .contact_icon {
     width: 30px;
}
 .contact_icon a img {
     width: 100%;
}
.contact_us::before {
    content: '';
    position: absolute;
    width: 310px;
    height: 2px;
    background-color: #000;
    top: 50%;
    left: -51%;
}
.copyright {
    float: left;
    width: 100%;
    text-align: center;
    font-family: 'Roboto-regular';
    letter-spacing: 2px;
    font-size: 14px;
    padding: 20px 0;
}
.copyright a {
    text-decoration: none;
}
.contact_form,#contact_form_main{
    float: left;
    width: 100%;
}

form.contact_form_main label {
    color: #464646;
    display: block;
    font-family: 'Roboto-Medium';
    margin: 10px 0;
}
form.contact_form_main input {
    min-height: 34px;
    border: 1px solid #c2c0c0;
    padding: 0px 10px;
    width: 100%;
}
form.contact_form_main textarea{
    width: 100%;
    resize: none;
    padding: 10px;
    font-family: 'Roboto-Light';
    font-size: 14px;
    color: #464646;
    border: 1px solid #c2c0c0;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
   color: #464646;
    font-size: 14px;
}
::-moz-placeholder { /* Firefox 19+ */
   color: #464646;
    font-size: 14px;
}
:-ms-input-placeholder { /* IE 10+ */
   color: #464646;
    font-size: 14px;
}
:-moz-placeholder { /* Firefox 18- */
   color: #464646;
    font-size: 14px;
}
.clearfix{
    float: left; 
    width: 100%; 
}

.col-6 {
    width: 50%;
    float: left;
    padding: 0 20px 0 0;
}
.col-6:nth-child(even) {
    padding: 0;
}

form.contact_form_main input.button_primary {
    width: unset;
    padding: 10px 30px;
    background-color: #da251a;
    border: 0;
    color: #fff;
    font-family: 'Roboto-Medium';
    margin-top: 10px;
    font-size: 14px;
}
/******Contact Section******/
/*********Modal CSS*********/
 .popup {
     width:100%;
     height:100%;
     display:none;
     position:fixed;
     top:0px;
     left:0px;
     background:rgba(0,0,0,0.75);
     z-index: 99;
}
/* Inner */
 .popup-inner {
     max-width:700px;
     width:90%;
     padding:40px;
     position:absolute;
     top:56%;
     left:50%;
     -webkit-transform:translate(-50%, -50%);
     transform:translate(-50%, -50%);
     box-shadow:0px 2px 6px rgba(0,0,0,1);
     border-radius:3px;
     background:#fff;
          height: 400px;
     overflow-y: auto;
     overflow-x: hidden;
}
/* Close Button */
 .popup-close {
    width: 30px;
    height: 30px;
    padding-top: 4px;
    display: inline-block;
    position: absolute;
    top: 14px;
    right: 16px;
    transition: ease 0.25s all;
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    border-radius: 1000px;
    background: rgba(255, 255, 255, 0.8);
    font-family: Arial, Sans-Serif;
    font-size: 20px;
    text-align: center;
    line-height: 100%;
    color: #5d5d5d;
    text-decoration: none;
    z-index: 99;
}
.contact_modal .popup_content{
    height: 490px;
}
.contact_modal .popup-inner{
    top: 50%;
}
.popup_header {
    margin-bottom: 10px;
}
 .notes_popup .quote_text {
     padding:0 10px 10px 0px;
     margin: 10px 0;
     border-bottom: 1px solid #e8e8e8;
     text-align: right;
}
 .notes_popup .quote_text p{
     font-size: 18px;
     line-height:28px;
}
 .notes_popup span.quotes-left {
     font-size: 12px;
     margin-right: 6px;
}
 .notes_popup span.quotes-right {
     font-size: 12px;
     margin-left: 6px;
}
 .notes_popup .appreciator_name {
     font-size: 16px;
     margin-top: 10px;
}
/*********Modal CSS*********/
 @media (min-width: 1600px){
     .notes_slider .slick-next {
         right: 5%;
    }
     .notes_slider .slick-prev {
         left: -2%;
    }
     .people_slider .slick-next {
         right: 33%;
    }
     .people_slider .slick-prev {
         left: 6%;
    }
     .people_title {
         right: 23%;
    }
     .gallery_image_name {
         right: -118px;
         top: 118px;
    }
     .welcome_text p, .crafts_text p {
         font-size: 18px;
         line-height: 25px;
    }
     h1.red_title,.welcome-title {
         font-size: 33px;
    }
     .img_section p {
         font-size: 17px;
    }
     .welcome_text {
         width: 69%;
    }
     .kk {
         width: 89%;
    }
     .p_slider-wrpper .slick-next ,.p_slider-wrpper .slick-prev {
         right: 217px;
    }
    .p_slider-wrpper .slick-prev{
       top: 84%;
    }
    .p_slider-wrpper .slick-next {
      top: 90%;
    }
    .notes_slider .slick-next {
      right: 5%;
    }
       
}
  
 @media screen and (-webkit-min-device-pixel-ratio:0) {
     .kk {
         padding-left: 80px;
    }
     .p_brand-detail {
         background: #fff none repeat scroll 0 0;
         right: -1px;
         margin: 0 auto;
         position: absolute;
         width: 300px;
         z-index: 1;
         bottom: 0px;
    }
     .arrows > ul::after {
         border-bottom: 2px solid #3d3f45;
         content: "";
         margin: 0 auto;
         position: absolute;
         right: 28px;
         top: 42px;
         width: 40px;
    }
}
@media (min-width: 1910px){
    .welcome_text p, .crafts_text p {
         font-size: 20px;
         line-height: 27px;
    }
     a.view_more {
         font-size: 20px;
    }
     .gallery_image_name {
         right: -150px;
         top: 150px;
    }
     .kk {
         width: 82.3%;
    }
     .people_img {
         max-width: 75%;
    }
     .people_slider .slick-prev {
         left: 5%;
    }
     .people_slider .slick-next {
         right: 24%;
    }
     .p_brand-detail {
         width: 370px;
    }
     .p_slider-wrpper .slick-prev{
         top: 85%;
         right: 264px;
    }
     .p_slider-wrpper .slick-next{
         top: 91%;
         right: 264px;
    }
     .p_slider-wrpper .slick-prev::before,.p_slider-wrpper .slick-next::before {
         font-size: 25px;
    }
     .brand-content {
         padding-left: 100px;
    }
     .brand-content > p,.brand-content p span {
         font-size: 16px;
    }
    .notes_slider .slick-next {
      right: 3.5%;
  }
}

 @-moz-document url-prefix() {
    .p_brand-detail {
         right: 1px;
         bottom: 0;
    }
     .p_slider-wrpper .slick-next{
         top: 89%;
    }
     .people_slider .slick-next {
         right: 19%;
    }
    .partner_head_right {
         padding-left: 19px;
     }
    @media (min-width: 1910px){
         .people_slider .slick-prev {
             left: 5%;
        }
         .people_slider .slick-next {
             right: 24%;
        }
         .p_slider-wrpper .slick-prev {
             top: 86%;
        }
         .p_slider-wrpper .slick-next {
             top: 91%;
        }
         .p_brand-detail {
             bottom: 0px;
        }
    }
}
 @media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 1199px){
     .kk {
         padding-right: 40px;
         padding-left: 40px;
    }
     .p_brand-detail {
         right: -1px;
         bottom: -1px;
    }
}
 @media only screen and (max-width: 1300px) {
     h1.red_title,.welcome-title {
         font-size: 26px;
    }
     .img_section .pull-left, .img_section .pull-right {
         width: 42%;
    }
     .contact_map {
         width: 40%;
    }
     .contact_us {
         width: 60%;
    }
    .comapny_logos img {
         width: 20%;
     }
     .gallery_image_name {
         top: 86px;
         right: -86px;
     }
     .contact_us::before {
         width: 190px;
         left: -26%;
     }
      .list li a {
          font-size: 12px;
     }
}
 @media only screen and (max-width: 1199px) {
     .craftLogo {
         width: 16%;
         padding-left: 10px;
    }
     .text-section {
         padding: 40px;
    }
     h1.red_title,.welcome-title {
         font-size: 24px;
    }
     .welcome_text {
         width: 82%;
    }
     .home_slider .slick-dots li{
         width: 25px;
    }
     .reach_us {
         font-size: 14px;
         right: 9%;
    }
     .welcome_main,.crafts_main {
         float: none;
         display: table;
         height: 100%;
    }
     .crafts_main{
         padding-top: 20px;
    }
     .welcome_main .width_half,.craft_one,.craft_two {
         float: none;
         display: table-cell;
         vertical-align: middle;
    }
     .home_slider .slick-dots {
         bottom: 8%;
    }
     .home_slider .slick-dots {
         left: 4%;
    }
     .home_slider .slick-dots {
         left: 4%;
    }
     .craft_two_img {
         width: 86%;
    }
     .dots-left {
         width: 78px;
    }
    .comapny_logos {
          width: 60%;
          top: 30px;
     }
     .comapny_logos img {
         width: 17%;
     }
     .gallery_image_name {
         top: 73px;
         right: -73px;
     }
     .contact_text {
         padding: 30px 0 0 30px;
     }
     .contact_us::before {
         width: 170px;
     }
     .contact_text p {
         font-size: 14px;
     }
}
 @media only screen and (max-width : 1024px) {
    .dots-left{
        display: none;
    }  
    ul.list li a:hover:after {
        width: 0%;
    }
    .cd-section {
        padding: 0;

        border-bottom: 1px solid #ccc;
    }
    .bg_height{
        height: auto !important;
    }
    .bg_height .fp-tableCell {
        height: auto !important;
    }
    section#partners,section#crafts,section#welcome {
        padding-top: 90px;
    }
    section#crafts {
        padding-bottom: 40px;
    }
    .notes_main1 {
        padding: 70px 0 0 0;
    }
    #header {
        padding: 10px 0 0 0;
    }
    .notes_slider {
        padding: 0;
    }
    .comapny_logos {
        top: -20px;
    }
    .partners_wrapper {
        padding-top: 50px;
    }
    .notes_main {
        padding: 90px 0 20px;
    }
    .gallery_main {
        padding: 130px 40px 50px;
    }
    .contact_main {
        padding-top: 0px;
    }
    #dropDown_res{
        display: block;
    }
        #dropDown{
         display: none !important;
    }
     #dropDown_res .list {
         position: absolute;
         display: block;
         position: absolute;
         left: -1200px;
         background-color: rgba(255,255,255,1);
         top: -10px;
         width: 100%;
         transition: all .30s;
         padding-bottom: 0;
    }
     #dropDown_res .list li:last-child{
         margin-bottom: 0;
    }
     .res_drop{
         left: 0px !important;
    }
     #dropDown_res {
         position: relative;
         float: none;
    }
     .res_drop{
         display: block;
    }
     #dropDown_res  .list li {
         display:block;
         text-align: left;
         border-bottom: 1px solid #da251461;
         padding: 20px 0;
         margin-bottom: 0px;
    }

    #dropDown_res .list {
        padding: 0px 0;
        overflow-y: scroll;
    }
}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
     .gallery_image_name {
         top: 91px;
         right: -91px;
         padding: 10px 16px;
    }
     .people_slider .slick-prev {
         left: 17%;
    }
     .people_slider .slick-next {
         right: 15%;
    }
}
 @media only screen and (max-width: 991px) {
     .welcome_main,.crafts_main, {
         padding-top: 70px;
    }
    .notes_main{
        padding-top: 100px;
    }
     .people_carft_main,.gallery_wrapper{
         padding: 90px 0;
    }
     .welcome_main .width_half,.craft_one,.craft_two {
         float: left;
         display: block;
    }
     #welcome .width_half{
         padding-top: 0;
         width: 100%;
    }
     .notes_slider {
         padding: 0px 0px 0 0;
    }
     .notes_slider .slick-next {
         right: -7%;
    }
     .notes_slider .slick-prev {
         left: -4.5%;
    }
     #welcome .img_section,.people_carft_main .width_half {
         width: 100%;
    }
     #welcome .img_section .pull-left,#welcome .img_section .pull-right {
         width: 40%;
    }
     .people_title {
         bottom: 8%;
         right: 21%;
    }
     .people_img {
         margin: 0 auto;
    }
     .home_slider .slick-dots {
         bottom: 10%;
         left: 6%;
    }
     .reach_us {
         right: 11%;
    }
     .people_craft_inner {
         padding-top: 0;
    }
     .welcome_text,.craft_one {
         width: 100%;
    }
     #header {
         padding: 10px 0 0 0;
    }
     .popup-inner {
         max-width: 600px;
         width: 100%;
         top: 50%;
    }
     .partner_head_right {
         float: left;
         padding-left: 40px;
         width: 100%;
    }
     .kk {
         width: 100%;
    }
     .p_slider-wrpper .slick-prev {
         right: 221px;
         top: 71%;
    }
     .p_slider-wrpper .slick-next {
         right: 221px;
         top: 83%;
    }
     .gallery_main {
         padding: 20px 40px 0 44px;
    }
     .partners_wrapper ,.contact_main{
         padding-top: 0px;
    }
     .craft_two {
    width: 100%;
    padding-top: 35px;
    padding-left: 40px;
    padding-right: 40px;
    }
     .craft_two_img {
         width: 100%;
    }
     .img_section {
         padding-top: 40px;
    }
     .contact_map,.contact_us {
         width: 100%;
    }
     .working_hours,.contact_text {
         padding: 25px 0 0 20px;
    }
     .people_carft_main .crafts_text {
         width: 100%;
    }
 
     .reach_us {
         right: 0%;
         font-size: 14px;
         text-align: center;
         width: 100%;
         bottom: 2%;
         left: 28px;
    }
     span.welcome_reach {
         margin-bottom: 7px;
         display: block;
    }
     .reach_us {
         bottom: 10%;
    }
     .home_slider .slick-dots {
         left: 0;
         width: 100%;
         bottom: 7%;
    }
     .list {
         padding: 10px 0;
    }
     .hamburger {
     right: 20px;
     top: -5px;
  }
  .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
    width: 24px;
    height: 4px;
  }
  .hamburger-inner::after {
    bottom: -9px;
  }
  .hamburger-inner::before {
    top: -9px;
  }
  .hamburger--3dx.is-active .hamburger-inner::before {
    transform: translate3d(0, 8px, 0) rotate(45deg);
  }
  .craftLogo img {
     padding-left: 10px;
  }
  .dots-left {
    width: 48px;
   }
/*   .cd-section {
     padding: 0 0 0 48px;     
   }*/
   .partners_wrapper{
         padding-top: 40px;
         display: flex;
         flex-direction: column;
         justify-content: center;
         align-items: center;
         height: 100%;
   }
   .img_section p {
         font-family: 'Roboto-Light';
         color: #464646;
         line-height: 20px;
         min-height: 40px;
     }
     .contact_us::before {
         display: none;
     }
     section#partners, section#crafts, section#welcome {
        padding-top: 70px;
    }
}
 @media only screen and (min-device-width : 834px) and (max-device-width : 1112px) {
     .people_slider .slick-next {
         right: 7%;
    }
     .p_slider-wrpper .slick-next {
         top: 50%;
    }
     .p_slider-wrpper .slick-prev {
         top: 44%;
    }
     .gallery_image_name {
         top: 135px;
         right: -135px;
    }
     .home_slider .slick-dots {
         left: 13%;
    }
}
 @media only screen and (min-device-height : 834px) and (max-device-width : 1112px) and (orientation : landscape) {
     .gallery_image_name {
         top: 64px;
         right: -64px;
    }
}
 @media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
     .p_slider-wrpper .slick-prev {
         top: 55%;
         right: 221px;
    }
     .p_slider-wrpper .slick-next {
         top: 61%;
         right: 221px;
    }
     .kk {
         width: 100%;
    }
}
 @media only screen and (min-device-width : 1024px) and (max-device-width : 1300px) {
     .notes_main{
         display: flex;
         flex-direction: column;
         justify-content: center;
         height: 100%;
    }
     .people_carft_main{
         height: 100% ;
         justify-content: center;
        align-items: center;
        display: flex;
    }
/*     .gallery_image_name {
         top: 60px;
         right: -60px;
    }*/
     .p_slider-wrpper .slick-prev {
         top: 77%;
         right: 221px;
    }
     .p_slider-wrpper .slick-next {
         right: 221px;
         top: 86%;
    }
     .notes_slider .slick-prev {
         left: -3.5%;
    }
     .notes_slider .slick-next {
         right: -5%;
    }
     .people_slider .slick-next {
         right: 6%;
    }
     .people_title {
         bottom: 38px;
         right: 0%;
    }
     .home_slider .slick-dots {
         left: 5%;
         bottom: 7%;
    }
     .kk {
         width: 100%;
    }
    .people_slider .slick-prev {
       left: 2%;
    }

}
 @media only screen and (min-device-width : 1024px) and (max-device-width : 1360px) and (orientation : landscape){
     .p_slider-wrpper .slick-prev {
         right: 349px;
    }
     .p_slider-wrpper .slick-next {
         right: 349px;
    }
     .p_brand-detail {
         bottom: -1px;
         right: 128px;
    }
     .notes_main {
         display: block;
    }
     .people_title {
         bottom: -1px;
    }
     .people_title,.p_brand-detail{
         bottom: -1px;
    }

}
 @media only screen and (min-device-width : 834px) and (max-device-width : 1112px) and (orientation : landscape){
     .people_title {
         bottom: 39px;
    }
     .people_slider .slick-prev {
         left: 2%;
    }
     .p_brand-detail {
         bottom: -1px;
         right: 0px;
    }
     .p_slider-wrpper .slick-prev {
         top: 78%;
         right: 221px;
    }
     .p_slider-wrpper .slick-next {
         right: 221px;
         top: 87%;
    }
     .notes_main{
         display: flex;
         flex-direction: column;
         justify-content: center;
         height: 100%;
    }
}
 @media only screen and (max-width: 767px) {
     #welcome .img_section {
         width: 100%;
         margin-right: 60px;
    }
     #welcome .width_half:first-child,#welcome .width_half:last-child {
         width: 100%;
    }
     #welcome .width_half:last-child {
         margin-top: 20px;
    }
     span.whatsapp,span.telephone {
         display: inline-block;
    }
     span.whatsapp img {
         width: 20px;
         vertical-align: baseline;
    }
     .home_slider .slick-dots {
         left: 0;
    }
     h1.red_title, .welcome-title {
         font-size: 20px;
    }
     #welcome .width_half:last-child {
         margin-top: 0px;
    }
     .img_section p {
         min-height: 60px;
    }
     .img_section {
         padding-top: 10px;
    }
     .welcome_text, .crafts_text {
         padding: 20px 0 10px;
    }
     .text-section {
         padding: 30px 40px;
    }
     .notes_main1 {
         padding-top: 40px;
    }
     .quote_text {
         padding-left: 30px;
    }
     .quote_text p {
         font-size: 22px;
         line-height: 32px;
    }
     .appreciator_name {
         font-size: 20px;
         margin: 20px 0 10px 0;
    }
     p.appreciator_post {
         font-size: 17px !important;
    }
     span.quotes-right {
         font-size: 16px;
    }
     .cd-section:first-child{
         padding-top: 0;
         margin-top: 0;
    }
     #welcome .width_half {
         padding-top: 20px;
    }
     .popup-inner {
         max-width: 400px;
    }
     .people_title {
         bottom: 7%;
         right: 5%;
    }
     .people_slider .slick-next {
         right: 0%;
    }
     .people_slider .slick-prev {
         left: 1.5%;
    }
     .people_carft_main .crafts_text {
         width: 100%;
    }
     .gallery_image_name {
         top: unset;
         right: 0;
         width: 100%;
         bottom: 0;
         transform: rotate(0deg);
         padding: 10px 0px;
         font-size: 12px;
    }
     .brand-image-logo {
         width: 80px;
         float: left;
         padding-top: 20px;
    }
     .p_brand-detail {
         width: 200px;
    }
     .p_slider-wrpper .slick-prev {
         right: 155px;
         top: 73%;
    }
     .p_slider-wrpper .slick-next {
         right: 155px;
         top: 84%;
    }
     .brand-content {
         padding-top: 13px;
    }
     .dots-left {
         width: 40px;
    }
     .people_slider .slick-next,.people_slider .slick-prev {
         top: 55%;
    }
     .brand-image-logo img {
         width: 100%;
    }
     .brand-content {
         padding-left: 10px;
    }
     .arrows > ul::after {
         top: 20px;
    }
     .contact_icon {
         right: 18px;
          width: 21px;
          bottom: 7px;
    }
     .craft_two {
         width: 100%;
         padding: 0 30px;
    }
     .partner_head_right {
         float: none;
         width: 80%;
    }
     .notes_slider {
         padding: 0;
    }
     .notes_slider .slick-next {
         right: -7%;
    }
     .craftLogo {
         width: 24%;
    }
     .craftLogo a img {
         width: 100%;
    }
     .gallery_main {
         padding: 40px 40px 0;
    }
     .people_carft_main .width_half.text-section {
         padding-top: 0;
    }
     .contact_text {
         width: 100%;
    }
     .reach_us span {
         font-size: 14px;
    }
     .res_drop {
         left: 0px !important;
    }
     .people_craft_inner {
         padding-top: 0px;
    }
    .welcome_text p, .crafts_text p {
      font-size: 15px
    }
    .comapny_logos {
       width: 48%;
        text-align: center;
     }
     .comapny_logos img {
          margin: 0 6px;
     }
     .craftLogo img {
         padding-left: 2px;
     }
     .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
         width: 19px;
         height: 3px;
     }
     .hamburger-inner::before {
         top: -8px;
     }
     .hamburger-inner::after {
         bottom: -8px;
     }
     #header {
         padding: 10px 0 0 0;
     }
     .partner_head_right {
        float: left;
        padding-left: 0px;
    }
    section#crafts {
        padding-bottom: 30px;
    }
    section#partners, section#crafts, section#welcome {
        padding-top: 100px;
    }
    .people_carft_main, .gallery_wrapper {
        padding: 90px 0px 50px;
    }
    .contact_main {
        padding-top: 120px;
    }
}
 @media only screen and (max-width: 480px) {
     .reach_us span {
         font-size: 13px;
    }
     span.welcome_reach {
         max-width: 270px;
         margin: 10px auto;
         line-height: 1.4;
    }
     .reach_us {
         left: 0;
    }
     #header {
         padding: 10px 0 0 0;
    }
     .text-section {
         padding: 30px;
    }
    #welcome .img_section .pull-left, #welcome .img_section .pull-right {
         width: 100%;
    }
     .img_section p {
         min-height: 50px;
    }
     .popup-inner {
         max-width: 310px;
         padding: 20px;
    }
     .notes_slider .slick-prev {
         left: -6.5%;
    }
     .notes_main1 {
         padding-top: 40px;
    }
     .people_title {
         padding: 18px 15px;
    }
     .people_img {
         min-height: 194px;
    }
     .people_slider .slick-next {
         right: -2%;
    }
     .notes_slider .slick-next {
         right: -12%;
    }
     .notes_slider .slick-prev {
         left: -7.5%;
    }
     .people_title {
         bottom: 5%;
    }
     .gallery_image_name {
         padding: 8px 0px;
    }

     .gallery img {
         width: 42%;
    }
     .kk {
         padding-right: 20px;
         padding-left: 20px;
    }
     .p_brand-detail {
         right: -1px;
    }
     .notes_title {
         width: 70%;
    }
     .notes_title img {
         width: 100%;
    }
     .quote_text {
         padding-left: 0px;
    }
     .quote_text p {
         font-size: 16px;
    }
     .hamburger-inner::before {
         top: -8px;
    }
     .hamburger-inner::after {
         bottom: -8px;
    }
     .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
         width: 22px;
         height: 4px;
    }
     .contact_icon {
         width: 23px;
    }
     .people_title .appreciator_name {
         font-size: 13px;
         margin: 0 0 5px;
    }
     p.appreciator_post {
         font-size: 12px !important;
    }
     h1.red_title, .welcome-title {
         font-size: 15px;
    }
     .craft_two_img {
         padding-top: 20px;
    }
     .contact_icon {
         bottom: 17px;
    }
     .res_drop {
         left: -3px !important;
    }
     .p_slider-wrpper .slick-prev {
         right: 119px;
         top: 11%;
    }
     .p_brand-detail {
         width: 160px;
    }
     .brand-image-logo {
         width: 50px;
    }
     .brand-content {
         padding-top: 0px;
    }
     .p_slider-wrpper .slick-next {
         right: 123px;
         top: 77%;
    }
     .p_slider-wrpper .slick-prev {
         right: 123px;
         top: 65%;
    }
     .brand-content > p ,.brand-content p span{
         font-size: 10px;
    }
     .p_slider-wrpper .slick-next::before,.p_slider-wrpper .slick-prev::before {
         font-size: 14px;
    }
     .arrows > ul::after {
         width: 25px;
    }
     .arrows {
         padding-top: 0px;
    }
     .brand-image-logo {
         padding-top: 10px;
    }
    .dots-left {
         width: 26px;
     }
     .dots li a:before {
         width: 6px;
         height: 6px;
     }
     .dots li a.active:before {
         width: 10px;
         height: 10px;
    }
    .comapny_logos {
         width: 62%;
     }
     .craftLogo img {
         padding-left: 0;
     }
     .people_carft_main .text-section {
         padding: 20px 30px;
     }
     .people_carft_main{
        padding: 60px 0 0;
    }
    section#partners{
        padding-top: 30px;
    }
    .kk .slick-dotted.slick-slider{
        margin-bottom: 10px;
    }
/*    .crafts_main {
        padding-top: 0px;
    }*/
    .comapny_logos {
        top: 10px;
    }
    section#partners, section#crafts, section#welcome {
        padding-top: 60px;
    }
    section#partners, section#crafts, section#welcome {
        padding-top: 60px;
    }
    .people_carft_main{
        padding: 70px 0px 50px;
    }
    .notes_main {
        padding-top: 60px;
    }
    .partners_wrapper {
        padding-top: 20px;
    }
    .gallery_wrapper {
        padding: 40px 0px 50px;
    }
    .contact_main {
        padding-top: 90px;
    }
    .crafts_main {
        padding-top: 0px;
    }
    form.contact_form_main label {
        font-size: 12px;
    }
}
 @media only screen and (max-width: 375px) {
    .p_slider-wrpper .slick-prev {
        top: 60%;
    }
    #dropDown_res .list li {
        padding: 12px 0;
    }
    .p_slider-wrpper .slick-next {
      top: 75%;
    }
    section#partners, section#crafts, section#welcome {
        padding-top: 30px;
    }
    .hamburger {
        top: -9px;
    }
    .hamburger-inner, .hamburger-inner::before, .hamburger-inner::after {
        width: 19px;
        height: 3px;
    }
    .list li a {
        font-size: 10px;
    }
    .hamburger--3dx.is-active .hamburger-inner::before {
        transform: translate3d(0, 6px, 0) rotate(45deg);
    }
 }

@media only screen and (min-device-width : 375px) and (max-device-width : 667px) and (orientation : landscape) {
.p_slider-wrpper .slick-prev {
    top: 68%;
}
}
 @media only screen and (max-width: 360px) {
     .notes_slider .slick-next {
         right: -15%;
    }
     .notes_slider .slick-prev {
         left: -8.5%;
    }
     span.welcome_reach {
         max-width: 250px;
    }
     .p_slider-wrpper .slick-prev {
         top: 13%;
    }
     .p_slider-wrpper .slick-next {
         top: 17%;
    }
    .popup{
      z-index: 99;
    }
    .popup-inner {
      max-width: 270px;
    }
}

 @media only screen and (max-width: 320px) {
     .p_slider-wrpper .slick-prev {
         top: 53%;
    }
     .p_slider-wrpper .slick-next {
         top: 69%;
    }
}
 @media only screen and (min-device-width : 320px) and (max-device-width : 480px) and (orientation : landscape) {
     .p_slider-wrpper .slick-prev {
         top: 68%;
    }
     .p_slider-wrpper .slick-next {
         top: 79%;
    }
}
