/*
Theme Name: Grayson Child
Theme URI: https://grayson.qodeinteractive.com/
Description: A child theme of Grayson Theme
Author: Edge Themes
Author URI: http://themeforest.net/user/edge-themes
Version: 1.0.2
Text Domain: grayson
Template: grayson
*/
*{
    box-sizing: border-box;
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

html body {
    font-size: 15px;
    line-height: 1.8;
    color: #555;
    font-weight: 400;
}
img{
    vertical-align: top;
}

/*body{
    background-image: url(images/body-bg.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-attachment:fixed;
}
header.edgtf-page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    background-color: transparent;
}*/

header.edgtf-page-header .edgtf-fixed-wrapper.fixed{
   background-color: transparent;
   border-bottom:none;
}
/*.edgtf-page-header .fixed .edgtf-menu-area {
    padding: 0;
    height: 140px !important;
}
.edgtf-header-standard .edgtf-page-header {
    background-color: rgba(0, 0, 0, 0.6);
}*/
header.edgtf-page-header .edgtf-vertical-align-containers {
    height: auto;
}



body:not(.home) .edgtf-content{
    margin-top: 0 !important;
}
/*body:not(.home) .edgtf-main-menu > ul > li > a {
    color: #000;
}
body:not(.home) .fixed .edgtf-main-menu > ul > li > a {
    color: #fff;
}
header .edgtf-main-menu>ul>li>a:hover {
    color: #bd1f51;
}
header .edgtf-drop-down .second .inner ul li a:hover {
    color: #bd1f51;
}
header .edgtf-main-menu > ul > li.edgtf-active-item > a {
    color: #bd1f51;
}
body:not(.home) .fixed .edgtf-main-menu > ul > li.edgtf-active-item > a {
    color: #bd1f51;
}*/


header .edgtf-drop-down .narrow .second .inner ul {
    background-color: #000;
}

header .edgtf-main-menu>ul>li>a {
    font-size: 13px;
}
strong{
    color: #000;
}
.custom-product-collection{
    padding-right: 15px;
    /*background-color: #000;*/
}
.fullwidth-box.equal-height-columns .column-wrapper {padding: 10%;text-align: center;color: #fff;}
.fullwidth-box.equal-height-columns .column-wrapper h2{color: #fff; margin: 0 0 5px 0}
.fullwidth-box.equal-height-columns .column-wrapper h5{letter-spacing: 4px;text-transform: uppercase; color: #fff;margin-top: 0;margin-bottom: 20px}
.fullwidth-box.equal-height-columns { color: #fff}
.fullwidth-box.equal-height-columns .bg-colors{background-color: #222; display: flex; align-items: center;}
.fullwidth-box.equal-height-columns .wp-block-column .wp-block-image{margin: 0 !important}
/*.fullwidth-box.equal-height-columns .wp-block-column .wp-block-image{height: 100%;}
.fullwidth-box.equal-height-columns .wp-block-column .wp-block-image img{height: 100%;object-fit: cover; object-position: center;}*/

.welcome-image{
    background: url(IMG_9516.jpg) no-repeat center ;
    position: relative;
    background-size:cover;
}
.welcome-image:before {
    content: "";
    background-color: #000;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: 0.6;
}
.welcome-info-block {
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100%;
    min-height: 100%;
    justify-content: center;
    padding: 0 40px;
}
.collections-block {
    padding:0 0 50px 0;
    color: #fff;
    background-color: #000;
}
.collections-block h2{
    text-align: center;
    color: #fff;
    margin: 0;
    padding-bottom: 30px;
}
.collections-list-wrap {
    padding: 0 20px;
}
.collections-list {
    list-style-type: none;
    padding: 0;
    margin: 0 -10px;
    column-count: 4;
    column-gap: 0;
}
.collections-list li{
    padding: 10px;
} 
.collection-info {
    position: relative;
    overflow: hidden;
}
.collection-info img{
    vertical-align: top;
}
.collection-link {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(231, 186, 124, 0.6);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transform: translateY(-100%);
    transition: all .3s ease-in-out;
    -webkit-transform-style: preserve-3d;
}
.collection-info:hover .collection-link {
    opacity: 1;
    transform: scaleY(1);
}
.collection-link a{
    width: 52px;
    height: 52px;
    display: inline-block;
    background-color: #444;
    color: #fff;
    border-radius: 50%;
    line-height: 52px;
    text-align: center;
    font-size: 25px;
    margin: 5px;
}
.collection-link a:hover{
    background-color: #333;
    color: #fff;
}
.collection-link .icon_search{
    position: relative;
    transform: rotate(270deg);
    display: inline-block;
}

.effect{
    position: relative;
}
.effect .vc_column_container::after{
    background-color: rgba(0,0,0,0.4);
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
}
.effect .vc_column_container {
    padding: 40px 0;
}
.heading {   
    color: #fff;
}

.breadcrumbs {
    font-size: 14px;
    max-width: 1230px;
    margin: 0 auto;
    padding: 20px 15px;
}
.home .breadcrumbs{
    padding:0;
}

.breadcrumbs a {
    text-decoration: none;
    color: #e1952c;
}

.breadcrumbs a:hover {
    text-decoration: underline;
}


.vc_row input.wpcf7-form-control.wpcf7-submit {
    background-color: #e7ba7c;
    color: #000;
    font-size: 18px;
    border-radius: 5px;
    min-width: 190px;
    letter-spacing: 0;
    font-weight: 600;
    min-height: 56px;
    line-height: 30px;
}
.vc_row input.wpcf7-form-control.wpcf7-submit:hover {
    background-color: #000;
    color: #e7ba7c;
 }


/*****catalogs-info************/
.catalogs-grid{
    padding-bottom: 30px;
}
.catalogs-grid ul{
    padding: 0;
    list-style-type: none;
    margin: 0 -10px;
    /*display: flex;*/
    flex-wrap: wrap;
    column-count: 3; 
    column-gap: 0;   
}
.catalogs-grid ul li{
    padding: 10px;
}
.catalogs-info {
    width: 100%;
    display: inline-block;
    border: 1px solid #efefef;
    padding: 15px;
    box-shadow: 0 2px 3px #efefef;
    border-radius: 5px;
}
.catalogs-info h5{
    margin: 0;
}
.catalogs-info a:hover, .catalogs-info a:hover h5{
    color: #e1952c;
}
.catalogs-info:hover {
    border-color:#e1952c;
}
.catalogs-info a:hover {
    opacity: 0.9;
}

.edgtf-woocommerce-page .woocommerce-ordering {
    text-align: right;
}

.product .edgtf-single-product-summary .product_meta>span a {
    color: #e1952c;
}
.product .edgtf-single-product-summary .edgtf-single-product-title {
    font-size: 2.2rem;
}
.edgtf-content .df-container>.df-ui-next, .edgtf-content .df-container>.df-ui-prev {
    color: #fff;
    opacity: 1;
}
footer {
    border-top: 1px solid #333;
}

.edgtf-wrapper #edgtf-back-to-top>span {
    background-color: #e7ba7c;
    border: 1px solid #e7ba7c;
}

.contact-address img{
    vertical-align: top;
}
.edgtf-carousel-holder .edgtf-carousel-item-holder {
    padding: 0 15px;
}
.edgtf-carousel-first-image-holder {
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 5px;
    overflow: hidden;
    padding: 20px;
    min-height: 120px;
}
.edgtf-carousel-holder .edgtf-carousel.owl-carousel .owl-item img {
    max-width: 100%;
    max-height: 80px;
}
.ion-ios-arrow-left:before, .ion-ios-arrow-right:before {
    color: #fff;
}
.text-white {
    color: #fff;
}

.welcome-info {
    /*background-color: #000;*/
    color: #fff;
    text-align: center;
    vertical-align: top;
    display: flex;
    justify-content: center;
    width: 100%;
    padding-left: 15px;
    padding-bottom: 20px;
}
.welcome-info h2{
    color: #fff;
}

.head-content-catalogs {
    text-align: center;
    padding-bottom: 30px;
  }
  .uniform-designs {
    width: 44%;
    float: left;
    margin-right: 20px;
}

.edgtf-footer-top .widget.widget_block img{
    display: inline-block;
    vertical-align: top;
    margin-top: 2px;
    margin-right: 4px;
}
.about-logo img {
    max-width: 100px;
    float: left;
    background-color: #000;
    border-radius: 5px;
    margin-right: 15px;
    margin-top: 6px;
}

.column-row {
    display: flex;
    width: 100%;
}
.column-6{
    width: 50%;
    padding: 0 15px;
}
.two-columns-align {
    align-items: center;
}
.row-reverse{
    flex-direction: row-reverse;
}

.edgtf-woo-single-page .product {
    padding-top: 30px;
}

.gmqqp_submit .gmqqp_submit_btn {
    background-color: #e7ba7c;
    color: #000;
    border: none;
    margin-bottom: 20px;
}


body.woocommerce-page .edgtf-content a.button{
    color: #000;
    background-color: #e7ba7c;
}

.welcome-info-block h1 {color: white; font-size: 48px; margin: 0 0 5px 0; line-height: 52px;}
.welcome-info-block h5 {    color: #fff;
    margin-top: 0;
    margin-bottom: 20px;}

.home .edgtf-content {
    background-color: #000;
    color: #fff;
}
.estemed-clients {
    padding-bottom: 50px;
}

.elevate-redefine {
    padding: 70px 25px;
    background-color: #131313;
    text-align: center;
}
.elevate-redefine h2{
    color: #fff;
    display: inline-block;
    margin: 0;
    padding-bottom: 5px;
    font-weight: 600;
}
.elevate-redefine h4{
    color: #fff;
    margin-bottom: 0;
    margin-top: 10px;
    padding-bottom: 10px;
}

.elevate-redefine p{
    font-style: italic;
}

.elevate-redefine .vc_btn3-container {
    margin: 0;
}
.elevate-redefine .wpb_text_column {
    max-width: 630px;
    margin: 0 auto;
}
.why-us-heading{
    padding:70px 50px 0 50px;
}
.why-us-heading h2{
    color: #fff;
}
.why-us-sec{
    padding:0 50px;
}

.why-us-sec h2{
    color: #fff;
}

.why-us-block {
    text-align: center;
    padding-top: 15px;
}
.why-us-block>.vc_column-inner>.wpb_wrapper {
    border-radius: 5px;
    padding: 30px;
    background-color: #F2D8B0;
    display: flex;
    margin-bottom: 20px;
    width: 100%;
    color: #000;
    text-align: left;
}
.why-us-block h5{
    font-family: Roboto, sans-serif;
    font-weight: 600;
    margin-top: 0;
}
.why-us-block .wpb_single_image {
    padding-bottom: 0;
    min-width: 48px;
    width: 48px;
    margin-right: 20px;
}
.why-us-block .wpb_single_image img {
    width: 104px;
}
.faq-sec{
    padding:70px 25px;
}

.faq-sec .vc_tta-container{
    max-width: 1110px;
    margin: 0 auto;
    color: #000;
}
.faq-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
     border-color: #F2D8B0; 
     background-color: #F2D8B0; 
}
.faq-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title>a {
    color: #000;
}
.faq-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-heading {
     border-color: #F2D8B0; 
     background-color: #F2D8B0; 
}
.faq-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title>a {
    color: #000;
}
.faq-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    border-color: #F2D8B0; 
     background-color: #F2D8B0; 
}
.faq-sec .vc_tta.vc_general .vc_tta-panel {
    margin-bottom: 15px;
}

.faq-sec .vc_tta.vc_general .vc_tta-panel-title {
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 500;
}
.faq-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .faq-sec .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #000;
}
.faq-sec .vc_tta.vc_general .vc_tta-panel-title>a {
    padding: 20px 20px;
}
.faq-sec .vc_tta.vc_tta-shape-rounded .vc_tta-panel-body, .faq-sec .vc_tta.vc_tta-shape-rounded .vc_tta-panel-heading {
    border-radius: 0;
}

.faq-sec h2, .faq-sec h2 strong{
    color: #fff;
}
.faq-row {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.faq-column {
    padding: 15px;
    display: flex;
    width: 100%;
}

.faq-info-block {
    width: 100%;
    min-height: 100%;
    border: 1px solid #ccc;
    padding: 20px;
}
.faq-info-block h4 {
    font-size: 20px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-weight: 600;
    margin-top: 0;
    border-bottom: 1px solid #fff;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.more-faqs {
    align-items: center;
    justify-content: center;
}
.yellow-btn {
    background-color: #e7ba7c;
    border: 1px solid #e7ba7c;
    border-radius: 30px;
    padding: 15px 30px;
    display: inline-block;
}
.yellow-btn:hover {
    color: #e7ba7c;
    background-color: #000;
}

.testimonials-sec {
    color: #e6d9c3;
    padding: 50px 50px;
}
.testimonials-sec h2{
    color: #fff;

}
.testimonials-sec h3 {
    color: #000;
    font-size: 26px;
    margin-bottom: 0;
    font-weight: 600;
    margin-top: 30px;
}
.testimonials-user {
    border-radius: 10px;
    overflow: hidden;
    width: 150px;
    display: inline-block;
}
.testimonials-sec .item {
    text-align: center;
    line-height: 24px;
    padding: 30px 20px;
    background-color: #F1E7D7;
    color: #000;
    border-radius: 5px;
}
.testimonials-sec .center .item {
    padding: 60px 30px;
}
.testimonials-sec .center .item .author-postion {
    padding-bottom: 30px;
    display: block;
}

.testimonials-sec .owl-carousel .owl-stage {
    display: flex;
    align-items: center;
}

.testimonials-sec .owl-theme .owl-nav {
    margin-top: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -40px;
    right: -40px;
    display: flex;
    justify-content: space-between;
}
.testimonials-sec .owl-theme .owl-nav [class*=owl-] {
    margin: 0;
    padding: 4px 0;
    background: transparent;
    border-radius: 0;
    color: #FFF;
    font-size: 0;
}
.testimonials-sec .owl-theme .owl-nav [class*=owl-]:hover {
    background: transparent;   
    text-decoration: none;
}
.testimonials-sec .owl-theme .owl-nav [class*=owl-]:before {
    content: "\f3d3";
    font-family: "Ionicons";
    font-size: 50px;
}
.testimonials-sec .owl-theme .owl-nav [class="owl-prev"]:before {
    content: "\f3d2";
}
.owl-carousel .owl-item .author-img{
    padding-top: 20px;
}
.owl-carousel .owl-item .author-img img {
    width: 180px;
    margin: 0 auto;
}

.star {
    color: #E4B976;
    font-size: 30px;
}
.home-contact-form {
    background-color: #131313;
    padding: 50px 120px;
    color: #fff;
}
.home-contact-form h2{
    color: #fff;
    margin-bottom: 30px;
}
.home-contact-form form .wpcf7-form-control {
    background-color: #1E1E1E;
    color: #fff;
    border: none;
    border-radius: 5px;
    padding: 5px 20px;
    min-height: 60px;
    margin-bottom: 2px;
    font-size: 16px;
}
.home-contact-form form .wpcf7-form-control:focus {
    color: #fff;
}
.home-contact-form form .g-recaptcha {
    border: none;
    background-color: transparent;
    margin-bottom: 0;
}
.home-contact-form form label{
    display: block;
    padding-bottom: 10px;
}

.home-contact-form form  textarea.wpcf7-form-control{
    height: 200px;
}
.filed-row{
    display: flex;
    margin: 0 -10px;
}
.filed-column{
    width: 50%;
    padding: 0 10px;
    padding-bottom: 10px;
}

.home-contact-form ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #B2B2B2;
}
.home-contact-form ::-moz-placeholder { /* Firefox 19+ */
    color: #B2B2B2;
}
.home-contact-form :-ms-input-placeholder { /* IE 10+ */
    color: #B2B2B2;
}
.home-contact-form :-moz-placeholder { /* Firefox 18- */
    color: #B2B2B2;
}





.contact-left-h h5{
    color: #fff;
    font-family: Roboto, sans-serif;
}

.contact-got-msg {
    font-size: 50px;
    border-bottom: 1px solid #707070;
    padding-bottom: 30px;
    font-weight: 300;
    line-height: 60px;
    display: flex;
    width: auto;
    max-width: 580px;
}
.home-mailid{
    padding-top: 20px;
}
.home-mailid a{
    color: #E7BA7C;
    font-size: 40px;
    font-weight: 300;
    position: relative;
}
.home-mailid a::before{
    content: "";
    width: 48px;
    height: 48px;
    display: inline-block;
    background-image: url(images/feather-mail.svg);
    background-repeat: no-repeat;
    background-position: center;
    vertical-align: middle;
    margin-right: 20px;
}



.category-row {
    display: flex;
    max-width: 1400px;
    margin: 0 auto;
    flex-wrap: wrap;
    padding: 20px 15px;
}
.category-column{
    width: 33.33%;
    padding: 15px;
}


.category-cont {
    position: relative;
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
}

.category-info{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgb(0,0,0);
    background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0.8) 50%, rgba(0, 0, 0, 0) 100%);
    padding: 30px;
    transition: all 0.2s ease;
}
.category-info h3{
    color: #fff;
    margin: 0;
    font-size: 36px;
    padding-bottom: 10px;
}
.category-info p{   
    position: relative;
}

.category-show-cont {
    /* top: 100%; */
    position: relative;
    transition: all 0.2s ease;
    display: none;
    transform: translateY(300%);
    line-height:24px;
    
}
.category-cont:hover .category-show-cont {
    display: block;
    top: 0;
    transform: translateY(0);
    color: #fff;
}

.category-info a:hover .category-info:hover a p{
    color: #fff;
}



.bespoke-wrap{
    padding: 0 30px;
}
.bespoke {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    text-align: center;
}
.bespoke img{
    width: 100%;
}

.bespoke-cont{
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.3);
}
.bespoke-cont h3{
    font-size: 80px;
    color: #fff;
    margin: 0;
    line-height: normal;
}
.bespoc-descriptn {
    max-width: 530px;
    display: none;
    color: #fff;
}
.bespoke h4{
    color: #fff;
}
.bespoke-cont:hover .bespoc-descriptn {
    display: block;
    color: #fff;
}


.why-us-left h3{
    color: #fff;
}

.why-us-left .wpb_text_column {
    padding-bottom: 15px;
}

.edgtf-page-header .edgtf-menu-area {
    padding: 0;
    height: 140px !important;    
}

.edgtf-vertical-align-containers .edgtf-position-center.logo-sec{
    background-color: rgba(0, 0, 0, 1);
}
.edgtf-position-center.main-menu {
    background-color: rgba(0, 0, 0, 0.6);
}

.child-header-social-ic {
    background-color: #E7BA7B;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 0 30px;
}
.icon-social .social-icon{
    margin-right: 7px;
}
.madeinindia {
    color: #000;
    background: linear-gradient(white, white) padding-box,
              linear-gradient(to right, #f79723, #2d8700) border-box;
    border: 3px solid transparent;
    padding: 0 5px;
    margin-left: 20px;
}
/*.edgtf-logo-wrapper {
    background-color: #000;margin-top: -15px;
    position: relative;
    padding: 5px 20px;
    margin-top: 0;
}*/
.edgtf-logo-wrapper {
    position: relative;
    padding: 10px 20px;
    margin-top: -9px;
    background-color: #000;
}
.edgtf-logo-wrapper:before {
    width: 20px;
    height: 30px;
    background-color: #000;
    content: "";
    display: inline-block;
    position: absolute;
    left: -13px;
    transform: rotate(45deg);
    top: 3px;
}
.edgtf-logo-wrapper::after {
    width: 20px;
    height: 30px;
    background-color: #000;
    content: "";
    display: inline-block;
    position: absolute;
    right: -13px;
    transform: rotate(317deg);
    top: 3px;
}
.edgtf-page-header .edgtf-menu-area .edgtf-logo-wrapper a {
    height: 60px !important;
}
.get-quote {
    position: absolute;
    top: 15px;
    right: 28px;
}
.get-quote a{
    color: #E4B976;
    border: 1px solid #E4B976;
    border-radius: 5px;
    padding: 5px 15px;
    display: inline-block;
    white-space: nowrap;
}
.get-quote a:hover{
    color: #fff;
    border: 1px solid #fff;
}
.edgtf-position-center.main-menu {
    top: 70px;
    /*border-top: 1px solid #66543B;
    background-color: #101010;*/
    height: auto;
    padding: 5px 10px;
}
.edgtf-vertical-align-containers .edgtf-position-center.logo-sec {
    height: auto;
}
.main-menu .edgtf-main-menu>ul>li>a>span.item_outer {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
}

.hotels-sec h1 {
    margin-top: 0;
    font-size: 40px;
    line-height: normal;
}

.hotels-sec {
    padding-bottom: 40px;
    padding-bottom: 0;
}
.hotel-category-sec {
    padding-bottom: 40px;
    padding-top: 30px;
}
.hotel-category {
    margin-bottom: 20px;
}

.owl-slider .owl-nav {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    justify-content: space-between;
    font-size: 70px;
    margin-top: -20px;
}

.roadmap{
    padding-bottom: 50px;
    background-color: #000;
    padding-top: 10px;

}
.page-id-21399 .edgtf-content .edgtf-content-inner > .edgtf-container > .edgtf-container-inner {
    padding-top: 0;
}

.hotel-uniforms-left {
    padding-bottom: 20px;
}

.roadmap h2{
    color: #fff;
    padding-bottom: 20px;
}
.process-sec{
    padding-bottom: 30px;
    padding-top: 50px;
}
.process-block {
    padding-bottom: 40px;
    text-align: center;
}


.at-tab {
  display: none;
  padding: 15px 20px;
  border: 1px solid #F2D8B0;
  border-top: none;
  background-color: #fff;
}

.at-title {
  cursor: pointer;
  position: relative;
  transition: background-color 0.3s ease;
  background-color: #F2D8B0;
  color: #000;
}

.at-title:hover {
  background-color: #000;
  color: #fff;
}

.at-title:after {
  content: "+";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  transition: all 0.3s ease;
  font-size: 24px;
}

.at-title.active:after {
  content: "-";
}

.at-item {
  border-radius: 5px;
  margin-bottom: 15px;
}
.accordion{
    padding-bottom: 40px;
}

.accordion h2{
    font-size: 30px;
    line-height: normal;
    margin-top: 40px;
    margin-bottom: 20px;
}
.accordion .at-title:hover h3{
    color: #fff;
}
.accordion .at-title h3 {
    font-size: 18px;
    font-family: Roboto, sans-serif;
    padding: 20px;
    line-height: normal;
    font-weight: 600;
    margin: 0;
}

.at-tab a{
    color: #E4B976;
}

.client-sec {
    padding-bottom: 50px;
    padding-top: 50px;
}
.client-sec h2{
    margin-top: 0;
}
.client-sec .wpb_text_column {
    padding-bottom: 20px;
}
.reverse-columns{
    flex-direction: row-reverse;
    display: flex;
    flex-wrap: wrap;
}

.client-sec .client-small-info{
    padding-bottom: 0;
    font-size: 18px;
    color: #000;
}

.vc_btn3.vc_btn3-style-custom{
    background-image: none;
}
.client-details-top {
    text-align: center;
    padding: 30px 0;
}

.design-outcome {
    padding-top: 30px;
    padding-bottom: 50px;
}

.border-top-block {
    border-top: 1px solid #ccc;
    padding-top: 15px;
    padding-bottom: 40px;
}

.itc-mementos {
    padding-bottom: 70px;
    padding-top: 30px;
}

.itc-image-block .wpb_single_image{
    padding-top: 30px;
}

.hotels-sec {
    background: #E1DED3;
    background: linear-gradient(90deg,rgba(225, 222, 211, 1) 0%, rgba(226, 223, 212, 1) 50%, rgba(255, 255, 255, 1) 100%);
    padding: 70px 0 0 0;
}
.client-banner {
    padding-bottom: 70px;
}

ul.gallery-sec {
    display: flex;
    list-style-type: none;
    padding: 50px 0;
    margin: 0 -10px;
}

.gallery-sec li {
    width: 19.5%;
    padding: 10px;
}
.gallery-sec li img{
    border: 2px solid #000;
}
.gallery-sec li:nth-child(3) {
    width: 41.5%;
}
 
.realtime-cont {
    font-family: "Playfair Display", serif;
    text-align: right;
    color: #000;
    bottom: 50px;
    position: relative;
}

.number {
    font-size: 60px;
    line-height: 50px;
    position: relative;
}
.number::before {
    content: "";
    background-color: #000;
    width: 125px;
    right: 80px;
    height: 5px;
    position: absolute;
    bottom: 25px;
}

ul.raffles-sec {
    margin: 0;
    padding: 0;
    list-style: none;
    padding-top: 25px;
}
ul.raffles-sec li {
    position: relative;
}
ul.raffles-sec li .raffles-image {
    max-width: 270px;
    display: inline-block;
    position: relative;
    z-index: 2;
    border: 2px solid #000;
}
.raffles-cont {
    position: absolute;
    z-index: 1;
    font-family: "Playfair Display", serif;
    color: #000;
}

.raffles-one .raffles-cont {
    right: 0;
    text-align: right;
    top: 30%;
}

.raf-number {
    font-size: 60px;
    line-height: 50px;
}

.raffles-one .raffles-cont::before {
    content: "";
    background-color: #000;
    width: 250%;
    right: 110px;
    height: 6px;
    position: absolute;
    bottom: 55px;
}

.raffles-two {
    margin-top: -80px;
    display: flex;
    justify-content: flex-end;
}

.raffles-two .raffles-cont{
    left: 0;
    bottom: 30%;
}
.raffles-two .raffles-cont::before {
    content: "";
    background-color: #000;
    width: 250%;
    left: 110px;
    height: 6px;
    position: absolute;
    bottom: 55px;
}
.about-top-content {
    text-align: center;
    padding: 40px 0;
    max-width: 700px;
    margin: 0 auto;
    color: #fff;
}
.about-top-content h3{
    font-weight: bold;
    margin-bottom: 20px;
    color: #fff;
}
.about-top-content strong, .leadership-sec strong{
    color: #fff;
}
.our-story-sec{
    background-color:#F2D8B0;
    padding: 80px 0;
}
.our-story-sec h2{
    margin-bottom: 20px;
    margin-top: 0;
    font-weight: bold;
}

.client-slider {
    padding-top: 40px;
}
.leadership-sec {
    padding: 80px 0;
    max-width: 1000px;
    margin: 0 auto;
    color: #fff;
}
.leadership-left{
    text-align: center;
}
.leadership-right {
    padding-left: 40px;
}
.leadership-right h2{
    margin-top: 0;
    font-weight: bold;
    color: #fff;
}

.leadership-text {
    padding-bottom: 25px;
}
.why-brands-choose{
    background-color:#F2D8B0;
    padding: 70px 0;
}
.why-brands-choose h2{
    font-weight: bold;
    margin-bottom: 35px;
}
.brands-choose-block{
    padding-bottom: 30px;
}
.brands-choose-block .vc_column-inner>.wpb_wrapper {
    background-color: #fff;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    min-height: 100%;
}
.brands-choose-block h5 {
    font-family: Roboto, sans-serif;
    font-weight: 600;
    font-size: 18px;
}
.made-measure-sec {
    padding: 70px 0;
     color: #fff;
}
.made-measure-sec h2{
    font-weight: bold;
    margin-top: 0;
     color: #fff;
}
.made-measure-sec strong {
    color: #fff;
}
.about-map-sec {
    background-color: #000;
    padding: 40px 0;
    color: #fff;
}
.about-map-sec h3{
    color: #fff;
}
.about-map-info {
    list-style-type: none;
    padding: 0;
}
.about-map-info li{
    position: relative;
    padding-left: 50px;
    padding-bottom: 15px;
    font-size: 18px;
}
.about-map-info li:before{
    position:absolute;
    content: "";
    width: 32px;
    height: 32px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-size: 26px;
    background-position: center center;
}
.about-map-info .mail-icon:before{
    background-image: url(images/feather-mail.svg);
}
.about-map-info .phone-icon:before{
    background-image: url(images/whatsapp.svg);
}
.about-map-info .team-icon:before{
    background-image: url(images/microsoft-teams-icon.svg);
}

.map-left-info {
    font-size: 20px;
}
.map-left-info h3{
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 0;
}

.edgtf-carousel-holder .edgtf-carousel-item-holder:hover .edgtf-carousel-first-image-holder.edgtf-image-change {
    opacity:1;
}

.process-map-sec {
    background-color: #F8F8FA;
    padding: 50px 0;
}
.process-map-sec h2{
    font-weight: bold;
}
.process-map {
    padding: 0 30px;
}
.process-map ul {
    display: flex;
    margin: 0;
    padding: 0;
    list-style-type: none;
    position: relative;
}
.process-map ul::before {
    content: "";
    background-color: #E7BB7C;
    height: 2px;
    width: 100%;
    top: 70px;
    position: absolute;
    left: 0;
    right: 0;
}
.process-map ul li{
    width: 14.28%;
    padding: 10px 15px;
    text-align: center;
    position: relative;
}
.process-map ul li h5{
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 0;
}
.proces-icon {
    width: 114px;
    height: 114px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto;
    background-color: #E7BB7C;
    border-radius: 50%;
}
.process-map ul li p{
    line-height: 20px;
}
.about-process-map.process-map-sec {
    background-color: #131313;
    color: #fff;
}
.about-process-map.process-map-sec h2{
    color: #fff;
}
.about-process-map .process-map ul li h5{
    color: #fff;
}
.vc_row:after, .vc_row:before {
    display: flex;
}

/*.home .edgtf-content {
    background-color: #000;
    background-image: url(images/body-bg.jpg);
    background-position: center top;
    background-size: cover;
    background-attachment: fixed;
    background-repeat: no-repeat;
    backdrop-filter: opacity(20%);
}*/






@media (max-width:1400px) {
.home-contact-form {
        padding: 50px 30px;
    }
.welcome-info-block {
    padding: 0 20px;
}
}
@media (max-width:1350px) {
.fullwidth-box.equal-height-columns .column-wrapper {
    padding: 5%;
}

}
@media (max-width:1300px) {
    .breadcrumbs {
        max-width: 1130px;
    }
}


@media (max-width:1200px) {
    .breadcrumbs {
        max-width: 980px;
    }
    .fullwidth-box.equal-height-columns .column-wrapper {
        padding: 0;
    }
    .why-us-block {
        padding-top: 0;
        width: 100%;
    }
    .fullwidth-box.equal-height-columns .column-wrapper h2 {
        font-size: 36px;
        line-height: 42px;
    }
}


@media (min-width:786px) and (max-width:1640px){
    .collections-block h2 {
        margin-top: 0;
    }
    .collections-block {
        padding-top: 0;
    }
}

@media (min-width:1025px) and (max-width:1200px){
    body:not(.edgtf-header-classic) .edgtf-page-header .edgtf-vertical-align-containers .edgtf-position-center {
       width: 100%;
    }
    .edgtf-position-center.main-menu {
        top: 0;
    }
}

@media (max-width:1024px) {
    body h2 {
        font-size: 40px;
        line-height: 44px;
    }
    .breadcrumbs {
        max-width: 798px;
    }
    .carousel .carousel-inner .item{
        height: calc(100vh - 82px);
    }
    .edgtf-slider .carousel.edgtf-full-screen {
        height: auto;
    }
    header.edgtf-mobile-header .edgtf-mobile-nav .edgtf-grid>ul>li>a {
        padding-left: 4px;
        font-size: 16px;
        font-weight: 400;
    }
    header.edgtf-mobile-header .edgtf-mobile-nav .mobile_arrow {
        color: #fff;
    }
    header.edgtf-mobile-header .edgtf-mobile-nav .mobile_arrow:hover {
        color: #e7ba7c;
        cursor: pointer;
    }
    .fullwidth-box.equal-height-columns .column-wrapper {
        padding: 0;
    }
    .ipad-0{
        padding: 0;
    }
    .custom-product-collection {
        padding-right: 0;
    }
    .category-column {
        width: 50%;
    }
    .number::before {
        width: 85px;
    }
    ul.raffles-sec li .raffles-image {
        max-width: 207px;
    }
    .process-map ul::before {
        display: none;
    }
    .process-map ul {
        flex-wrap: wrap;
    }
    .process-map ul li {
        width: 25%;
    }
    
}



  @media (max-width:991px) {
    
    .collections-list {
        column-count: 3;
    }
    
    .column-row {
        flex-wrap: wrap;
    }
    .column-6{
        width: 100%;
        padding: 0;
    }
    .fullwidth-box.equal-height-columns .bg-colors {
       padding:20px 15px;
    }
    .welcome-info {
        padding-left: 0;
    }
    .welcome-info-block {
        padding: 10px 15px 20px 15px;
    }

    .bespoke-cont h3 {
        font-size: 50px;
    }

    .hotel-category h4 {
        font-size: 20px;
    }
    .number::before {
        width: 45px;
    }
    .contact-got-msg {
        font-size: 30px;
        line-height: 40px;
    }
    .home-mailid a {
        font-size: 24px;
    }
    .home-mailid a::before {
        width: 32px;
        height: 32px;
        background-size: 32px;
    }
    .home-mailid {
        padding-bottom: 30px;
    }
    .leadership-right {
       padding-left: 0;
    }
    .map-left-info {
        font-size: 16px;
    }
    .about-map-info li {
        font-size: 16px;
    }
  }


  @media (max-width:800px) {
    body h1 {
        font-size: 40px;
        line-height: 55px;
    }
    body h2 {
        font-size: 35px;
        line-height: 47px;
    }
    header.edgtf-mobile-header .edgtf-grid {
        max-width: 100%;
        width: auto;
        padding: 0 20px;
    }
    .collections-block {
        padding: 30px 0;
        border-top: 1px solid #444;
    }
    .fullwidth-box.equal-height-columns {
        padding: 30px 0;
    }
    /*.fullwidth-box.equal-height-columns .column-wrapper {
        padding: 30px 0;
    }*/
    .welcome-info-block h1 {
        font-size: 40px;
        line-height: 45px;
    }
    .catalogs-grid ul li{
        /*width: 50%;*/
    }
    .catalogs-grid ul{
        column-count: 2;    
    }
    .edgtf-mobile-header .edgtf-mobile-menu-opener a .edgtf-mobile-menu-text {
        font-size: 16px;
    }
    .edgtf-woocommerce-page .woocommerce-result-count {
        padding-top: 30px;
    }
    .breadcrumbs {
        max-width: 630px;
    }
    header.edgtf-mobile-header .edgtf-mobile-nav .mobile_arrow {
        color: #fff;
    }
    .welcome-info {
        padding-top: 30px;
    }
    .fullwidth-box.equal-height-columns .column-wrapper h2 {
        font-size: 2rem;
    }
  }
  @media (max-width:767px) {
    .carousel .carousel-inner .item{
        height: calc(50vh - 82px);
    }
    .hotel-category-sec {
        padding-bottom: 0;
    }
    .hotel-category h4 {
        font-size: 25px;
    }
    .realtime-cont {
        bottom: 0;
    }
    .category-column {
        width: 100%;
    }
    .bespoke-cont {
        position: relative;
    }
    .bespoc-descriptn {
        max-width: 100%;
        display: block;
    }
    .bespoke-wrap {
        padding: 0 15px;
    }
    .category-row {
        padding: 20px 0;
    }
    .bespoke img {
        border-radius: 10px;
    }
    .bespoke-cont h3 {
        font-size: 40px;
    }
    .bespoke h4 {
        font-size: 22px;
    }
    .why-us-heading {
        padding: 70px 20px 0 20px;
    }
    .why-us-sec {
        padding: 0 20px;
    }
    .faq-sec {
        padding: 40px 15px;
    }
    .why-us-left {
        padding-bottom: 30px;
    }
    .process-map ul li {
        width: 33.33%;
    }
    .made-measure-sec h2{
        margin-top: 20px;
    }
  }
  @media (max-width:680px) {
    .breadcrumbs {
        max-width: 450px;
    }
    .uniform-designs {
        width: 100%;
        margin-right: 0;
    }
  }
  @media (max-width:539px) {
    .collections-list {
        column-count: 2;
    }
    ul.gallery-sec {
        flex-wrap: wrap;
    }
    .gallery-sec li {
        width: 100%;
    }
    .gallery-sec li:nth-child(3) {
        width: 100%;
    }
    .raffles-cont {
        position: relative;
    }
    ul.raffles-sec li .raffles-image {
        max-width: 100%;
    }
    .raffles-two {
        margin-top: 0;
        display: flex;
        justify-content: flex-end;
        flex-direction: column;
    }
    .raffles-one .raffles-cont {
        right: 0;
        text-align: right;
        top: 0;
    }
    .raffles-two .raffles-cont {
        left: 0;
        bottom: 0;
    }
    .filed-row {
        flex-wrap: wrap;
    }
    .filed-column {
        width: 100%;
    }
  }
  @media (max-width:479px) {
    .catalogs-grid ul li{
        /*width: 100%;*/
        padding: 10px 0;
    }
    .catalogs-grid ul{
        column-count: 1;    
    }
    .breadcrumbs {
        max-width: 330px;
    }
    .category-info {
        padding: 15px 20px;
    }
    .process-map ul li {
        width:50%;
    }
  }
