.header-inner {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;   
}


img {
    height: auto;
}

.logo-new {
    -ms-flex: 0 0 17.5%;
    flex: 0 0 17.5%;
    max-width: 17.5%;
}

.header-info {    
    -ms-flex: 0 0 17.5%;
    flex: 0 0 17.5%;
    max-width: 17.5%;
    padding: 25px 20px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.main-menu-new {
    -ms-flex: 0 0 65%;
    flex: 0 0 65%;
    max-width: 65%;
}

.main-menu-new #navigation {
    margin-bottom: 0;
}

.logo-new a {
    display: block;
    text-align: center;
    padding: 20px;
    box-sizing: border-box;   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.logo-new a img {
    vertical-align: middle;
    height: auto;
}

.main-menu-new #navigation {
    border: none;
    max-width: 100%;
    text-align: center;
    padding: 30px 20px;
    box-sizing: border-box;   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.main-menu-new #navigation #main-nav {
    float: none;
    margin: 0;
}

.main-menu-new #navigation #main-nav > li {    
    float: none;
    display: inline-block;    
}

body .main-menu-new #navigation #main-nav > li a {
    font-size: 16px;
    font-family: 'Proxima_Nova_Bold';
    text-transform: uppercase;
}

.header-info strong {
    font-family: 'Proxima_Nova_Bold';
    color: #a38d00;
}

.header-info a {
    font-size: 16px;
    color: #2b2b2b !important;
    font-family: 'Proxima_Nova_Rg';
}

/*------ Hp banner
----------------------------*/

.slick-item {
    height: 970px;
    position: relative;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex !important;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    overflow: hidden;
}

.hp-slider-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative;
}

.hp-slider-inner {
    padding: 39px 60px;
    background: rgba(125, 33, 115, 0.60);
    display: inline-block;
    max-width: 800px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.hp-slider-inner p {
    font-size: 36px;
    font-family: 'Proxima_Nova_Rg';
    line-height: 42px;
    color: #fff;
    margin-bottom: 15px;
}

.hp-slider-inner h2 {
    font-size: 24px;
    color: #fff;
    font-family: 'Playfair_Display_Bold';
    line-height: 36px;
}

.hp-slider-container:before {
    content: '';
    position: absolute;
    left: -60%;
    height: 100%;
    background: rgba(125, 33, 115, 0.60);
    width: 60%;
}

body .hp-new-slider-wrapper:after {
    content: '';
    width: 280px;
    height: 90px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: #fff;
}

body .hp-new-slider-wrapper .slick-prev {
    position: absolute;
    right: 154px;
    z-index: 10;
    background: transparent;
    border: none;
    bottom: 40px;
    text-indent: -99999px;
    width: 77px;
    height: 12px;
    padding: 0;
    cursor: pointer;
}

body .hp-new-slider-wrapper .slick-prev:after {
    content: '';
    background: url(../images/left-arrow.png) no-repeat;
    width: 77px;
    height: 12px;
    position: absolute;
    left: 0;
}

body .hp-new-slider-wrapper .slick-prev:hover:after {    
    background: url(../images/left-arrow-hover.png) no-repeat; 
}

body .hp-new-slider-wrapper .slick-next {
    position: absolute;
    right: 50px;
    z-index: 10;
    background: transparent;
    border: none;
    bottom: 40px;
    text-indent: -99999px;
    width: 77px;
    height: 12px;
    padding: 0;
    cursor: pointer;
}

body .hp-new-slider-wrapper .slick-next:after {
    content: '';
    width: 77px;
    height: 12px;
    position: absolute;
    right: 0;
    background: url(../images/right-arrow.png) no-repeat;
}

body .hp-new-slider-wrapper .slick-next:hover:after {
    background: url(../images/right-arrow-hover.png) no-repeat;
}

body .hp-new-slider-wrapper .slick-dots {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 50px;
    width: 16px;
}

body .hp-new-slider-wrapper .slick-dots li button {
    border: none;
    text-indent: -9999999px;
    position: relative;
    padding: 0;
    cursor: pointer;
}

body .hp-new-slider-wrapper .slick-dots li button:after {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    right: 0;
    background: #fff;
    opacity: 0.5;
    top: 0;
}

body .hp-new-slider-wrapper .slick-dots li {display: block;}

body .hp-new-slider-wrapper .slick-dots li.slick-active button:after {
    content: '';
    left: -6px;
    opacity: 1;
    top: 0;
    transform: scale(2.7);
}

body .hp-new-slider-wrapper.slick-vertical .slick-slide {   
    border: none;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.hp-aboutus-dd {
    padding: 115px 0;
}

.hp-aboutus-top {
    text-align: center;
    margin-bottom: 60px;
}

.hp-aboutus-top p {
    font-size: 18px;
    color: #676767;
    font-family: 'Proxima_Nova_Light';
    line-height: 34px;
    margin-bottom: 30px;
}

.hp-aboutus-top p br {
    display: none;
}

.hp-aboutus-top p:last-child {
    margin-bottom: 0;
}

.hp-aboutus-top p strong {
    color: #7d2173;
    font-family: 'Proxima_Nova_Bold';
}

.hp-aboutus-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 70px;
}

.hp-aboutus-col {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    text-align: center;
    padding: 0 15px;
    box-sizing: border-box;   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

.hp-aboutus-top.abt-last {
    margin-bottom: 0;
}

.hp-aboutus-col .hp-aboutus-img {
    margin-bottom: 30px;
}

.hp-aboutus-col p {
    font-size: 18px;
    color: #676767;
    font-family: 'Proxima_Nova_Light';
    line-height: 30px;
}

.hp-aboutus-btm {
    margin-top: 30px;
}

.footer-new {
    background: #7d2173;
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: 'Proxima_Nova_Light';
    padding: 34px 0;
}

.hp-blog-wrap {
    padding: 115px 0;
    background: #fdf5f5;
}

.hp-blog-wrap h2 {
    font-size: 36px;
    color: #3f3f3f;
    font-family: 'Playfair_Display_Bold';
    text-align: center;
    margin-bottom: 50px;
}

.hp-blog-row {
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: -15px;
    margin-right: -15px;
}

.hp-blog-col {
    padding-left: 15px;
    padding-right: 15px;
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
    box-sizing: border-box;   
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
}

body .hp-blog-slider {
    height: 100%;
    background: #a38b1e;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -o-align-items: center;
    /* padding: 60px 30px;*/
}

.hp-blog-item p {
    font-size: 18px;
    color: #fff;
    line-height: 28px;
    font-family: 'Proxima_Nova_Light';
    text-align: center;
}

body .hp-blog-slider .slick-prev {
    position: absolute;
    bottom: 20px;
    left: 20px;
    text-indent: -99999px;
    background: transparent;
    border: none;
    padding: 0;
}

body .hp-blog-slider .slick-prev:before {
    content: '';
    background: url(../images/left-arrow-dd.png) no-repeat;
    width: 9px;
    height: 12px;
    position: absolute;
    left: 0;
    cursor: pointer;
}

body .hp-blog-slider .slick-next {
    position: absolute;
    right: 30px;
    bottom: 20px;
    text-indent: -99999px;
    background: transparent;
    border: none;
    padding: 0;
}

body .hp-blog-slider .slick-next:before {
    content: '';
    text-indent: -999999px;
    background: url('../images/right-arrow-dd.png') no-repeat;
    width: 9px;
    height: 12px;
    position: absolute;
    left: 0;
    cursor: pointer;
}

.mobile-show-dd {
    display: none;
}

.page-id-612 .main-menu-new #navigation #main-nav > li.main-home {
    display: none;
}

body.page-id-612 #inner-wrapper {
    border: none;
    box-shadow: none;
}
.hp-blog-item img { margin: 0 auto; }
.hp-blog-item {
    vertical-align: top;
}

.founder-dd {
    float: left;
    margin: 10px 30px 20px 0;
}

.founder-dd h3 {
    margin: 0;
    padding: 0;
    border: none !important;
    color: #7c2572 !important;
    font-size: 16px !important;
    text-align: center;
}

.founder-dd a {
    display: block;
}

body .panel-row-style-wware-row .panel h3 {
    font-size: 20px;
    color: #3f3f3f;
    font-family: 'Playfair_Display_Bold';
    border: none;
    text-align: left;
    padding: 0;
    margin-bottom: 20px;
}

body .panel-row-style-wware-row .panel ul {
    padding: 0;
    list-style: none;
}

body .panel-row-style-wware-row .panel ul li {
    position: relative;
    padding-left: 20px;
    margin-bottom: 8px;
}

body .panel-row-style-wware-row .panel ul li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #7a247b;
    position: absolute;
    left: 0;
    top: 12px;
    border-radius: 50%;
}

body .panel-row-style-wware-row .panel ul.logo-bullet {
    margin-bottom: 0;
}

body .panel-row-style-wware-row .panel ul.logo-bullet li{
    padding-left: 30px;
}

body .panel-row-style-wware-row .panel ul.logo-bullet li:before {
    content: '';
    width: 20px;
    height: 20px;
    position: absolute;
    left: 0;
    top: 1px;
    background: url(../images/bulletv1.png) no-repeat;
    background-size: contain !important;
    border-radius: 0;
}

body .panel-row-style-wware-row {
    margin-top: 30px;
}

.wht-is-quote-dd {
    margin: 25px 0;
    text-align: center;
    color: #7d2173;
    font-style: italic;
    font-size: 20px;
    line-height: 28px;
}

/*------ Media Query
---------------------------------*/

@media all and (max-width: 1440px) and (min-width: 1200px) {

    .logo-new,
    .header-info {
        -ms-flex: 0 0 20%;
        flex: 0 0 20%;
        max-width: 20%;
    }

    .main-menu-new {
        -ms-flex: 0 0 60%;
        flex: 0 0 60%;
        max-width: 60%;
    }

    .header-info {        
        padding: 25px 15px;        
    }

}

@media all and (max-width: 1199px) and (min-width: 768px) {

    .hp-slider-inner p {
        font-size: 28px;
        line-height: 36px;
        margin-bottom: 16px;
    }

    .hp-slider-inner h2 {
        font-size: 20px;
        line-height: 32px;
    }

    .hp-aboutus-top p br {
        display: none;
    }

    .hp-slider-inner {
        padding: 30px 60px;
        max-width: 610px;        
    }

    .hp-slider-inner p br,
    .hp-slider-inner h2 br {
        display: none;
    }


    .logo-new,
    .header-info {
        -ms-flex: 0 0 25%;
        flex: 0 0 25%;
        max-width: 25%;
    }

    .main-menu-new {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%;
    }



}

@media all and (max-width: 1023px) and (min-width: 768px) {


    .hp-aboutus-col p {        
        line-height: 30px;
        min-height: 90px;
    }

    body .hp-new-slider-wrapper .slick-item {
        height: 700px;
    }

}

@media all and (max-width: 991px) and (min-width: 768px) {

    .header-info a {
        font-size: 13px;        
    }

    .header-info strong {        
        font-size: 13px;
    }

    .header-info {        
        padding: 25px 10px;        
    }

}

@media all and (max-width: 767px) {

    .mobile-show-dd {
        display: block;
    }

    .main-menu-new {
        display: none;
    }

    .header-inner {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
    }

    .logo-new,
    .header-info {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        text-align: center;
    }

    .header-info {
        padding-top: 10px;
    }

    .hp-slider-inner {
        padding: 30px 20px;        
    }

    .hp-slider-inner p {
        font-size: 26px;        
        line-height: 30px;        
        margin-bottom: 20px;
    }

    .hp-slider-inner h2 {
        font-size: 18px;
        line-height: 26px;
    }

    .hp-slider-inner p br,
    .hp-slider-inner h2 br {
        display: none;
    }

    body .hp-new-slider-wrapper .slick-dots {
        display: none !important;
    }

    .hp-aboutus-dd {
        padding: 75px 0;
    }

    .hp-aboutus-row,
    .hp-blog-row {
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
    }

    .hp-aboutus-col,
    .hp-blog-col {
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
        max-width: 100%;
        margin-bottom: 60px;
        text-align: center;
    }

    .hp-aboutus-col:last-child,
    .hp-blog-col:last-child {
        margin-bottom: 0;
    }

    .hp-blog-wrap h2 {
        font-size: 28px;        
        margin-bottom: 40px;
    }

    .hp-blog-wrap {
        padding: 65px 0;        
    }

    .hp-aboutus-top p {
        font-size: 16px;
        line-height: 28px;
        margin-bottom: 15px;
    }

    .hp-aboutus-col p {
        font-size: 16px;
        line-height: 28px;
    }

    .hp-aboutus-btm {
        margin-top: 30px;
    }

    body.page-id-612 #inner-wrapper {
        padding: 0;
    }

    body.page-id-612 .nav-toggle.icon {
        margin: 0;
    }

    body .hp-new-slider-wrapper:after {
        content: '';
        width: 100%;
        height: 40px;     
        background: #fff;
        border-bottom: 1px #a773a2 solid;
    }

    body .hp-new-slider-wrapper .slick-next,
    body .hp-new-slider-wrapper .slick-prev {
        bottom: 12px;
    }

    .hp-aboutus-top p br {
        display: none;
    }

    body .hp-new-slider-wrapper .slick-item {
        height: 600px;
    }

    body .panel-row-style-wware-row.last-dd {
        display: -webkit-box;
        display: -moz-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;        
        flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        -moz-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
    }

    body .panel-row-style-wware-row.last-dd .panel-grid-cell:first-child {
        order: 2;
    }

    body .panel-row-style-wware-row.last-dd .panel-grid-cell:last-child {
        order: 1;
    }
}


@media all and (max-width: 639px) {

    .founder-dd {
        float: none;
        text-align: center;
        margin: 0;
    }

}

