/*
 Theme Name:   Twenty Twenty Child
 Theme URI:    https://thegravityfield.com
 Description:  A child theme of Twenty Twenty WordPress theme.
 Author:       The Gravity Field
 Author URI:   https://thegravityfield.com
 Template:     twentytwenty
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/

@import url("https://use.typekit.net/hxv2oul.css");

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


::-webkit-input-placeholder { opacity: 1; -webkit-transition: opacity .5s; transition: opacity .5s; }  /* Chrome <=56, Safari < 10 */
:-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 4-18 */
::-moz-placeholder { opacity: 1; -moz-transition: opacity .5s; transition: opacity .5s; } /* FF 19-51 */
:-ms-input-placeholder { opacity: 1; -ms-transition: opacity .5s; transition: opacity .5s; } /* IE 10+ */
::placeholder { opacity: 1; transition: opacity .5s; } /* Modern Browsers */

*:focus::-webkit-input-placeholder { opacity: 0; } /* Chrome <=56, Safari < 10 */
*:focus:-moz-placeholder { opacity: 0; } /* FF 4-18 */
*:focus::-moz-placeholder { opacity: 0; } /* FF 19-50 */
*:focus:-ms-input-placeholder { opacity: 0; } /* IE 10+ */
*:focus::placeholder { opacity: 0; } /* Modern Browsers */


.hide-section {
    display: none;
}

html, body {
    overflow-x: hidden;
}

body {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: #fff;
    margin: 0;
    padding: 0;
    font-family: priori-sans, sans-serif;
    font-weight: 400;
    font-style: normal;
}

p {
    margin: 0 0 20px;
}

p:last-child {
    margin-bottom: 0;
}

button:not(.toggle), .button, .faux-button, .wp-block-button__link, .wp-block-file .wp-block-file__button, input[type="button"], input[type="reset"], input[type="submit"], .bg-accent, .bg-accent-hover:hover, .bg-accent-hover:focus, :root .has-accent-background-color, .comment-reply-link {
    background-color: transparent!important;
}

.pswp--open {
    z-index: 9999!important;
}

.pswp__bg {
    background: #f1eee8!important;
}

.pswp__img {
    padding: 20px!important;
}

.fancybox-is-open .fancybox-bg {
    opacity: 1!important;
}

.fancybox-bg {
    background: #f1eee8!important;
}

.glass { /* magnifying glass */
	display: none!important;/*remove this to activate zoom in*/
    width: 250px;
    height: 250px;
    position: absolute;
    border-radius: 50%;
    cursor: none;
    box-shadow:0 0 0 2px rgba(255, 255, 255, 0.85), 0 0 2px 2px rgba(0, 0, 0, 0.25), inset 0 0 40px 2px rgba(0, 0, 0, 0.25);
    display: none;
    z-index: 9;
}

.slick-dots {
    position: relative;
    bottom: 0;
}

.slick-dots li {
    margin: 0;
    padding: 0;
}

.slick-dots li button {
    width: 30px;
    height: 30px;
    padding: 0;
}

.slick-dots li button:before {
    color: #94286b!important;
    font-size: 8px;
    opacity: 0.50;
}

.slick-dots li.slick-active button:before {
    opacity: 1;
}

button.fancybox-button {
    background-color: #94286b!important;
}

button.fancybox-button svg {
    color: #fff!important;
}

body.compensate-for-scrollbar {
    margin: 0;
}

.fancybox-caption {
    background: #000;
    text-align: center!important;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding: 20px 5px;
}

.fancybox-caption:after {
    display: none;
}

form input {
    -webkit-appearance: none!important;
    -moz-appearance: none!important;
    appearance: none!important;
}

.content-inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    padding: 0 30px;
}


.top-header {
    width: 100%;
    float:left;
    padding-top: 40px;
    position: relative;
    z-index: 99999;
}

.top-header .logo-wrapper {
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.top-header .logo-wrapper .logo-image {
    max-width: 130px;
    height: 130px;
    width: 100%;
    border-radius: 100%;
    border: 1px solid #ddd;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    padding: 23px;
}

.top-header .logo-wrapper .logo-image img {
    width: 100%;
}

.top-header .logo-wrapper .logo-text {
    font-size: 18px;
    line-height: 20px;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0 0 0 30px;
}

.top-header .menu {
    position: fixed;
    top: 55px;
    right: 100px;
    left: auto;
    margin-left: auto;
    width: 100px;
    padding-right: 0;
    z-index: 9999;
}

.top-header .menu .menu-icon, .top-header .menu .email-icon, .top-header .menu .phone-icon {
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;   
    position: relative;
    margin-bottom: 10px;
}

.top-header .menu .menu-icon .menu-button, .top-header .menu .email-icon a, .top-header .menu .phone-icon a {
    width: 25px;
    height: 25px;
    float: left;
    cursor: pointer;
}

.top-header .menu .menu-icon a img, .top-header .menu .email-icon a img, .top-header .menu .phone-icon a img {
    width: 100%;
}

.top-header .menu .top-design {
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: flex-end;
    -moz-justify-content: flex-end;
    -ms-flex-pack: flex-end;
    -ms-justify-content: flex-end;
    justify-content: flex-end;
    position: relative;
    margin-bottom: 15px;
    right: 3px;
}

.top-header .menu .top-design img {
    width: 20px;
    height: 50px;
}

.top-header .menu .menu-items {
    background-color: #f1eee8;
    position: absolute;
    top: 35px;
    right: -20px;
    width: 230px;
    height: 220px;
    display: none;
    border-radius: 5px;
    margin: 0;
    padding: 25px 0;
    list-style: none;
    z-index: 9;
    -webkit-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 0px 5px 1px rgba(0, 0, 0, 0.05);
    
}

.top-header .menu .menu-items li:first-child {
    margin: 0;
}

.top-header .menu .menu-items li {
    width: 100%;
    float: left;
    text-align: center;
    margin: 15px 0 0;
	padding:0 20px;
}

.top-header .menu .menu-items li a {
    text-decoration: none;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 1px;
    color: #94286b;
	text-align: center;
    display: block;
	padding:0 20px;
}

header.rev-header {
    height: auto!important;
}

header.rev-header .top-header {
    position: absolute;
}

header.rev-header .header-inner {
    height: 100vh;
    padding: 0;
    text-align: left;
    margin-top: 30px;
}

header.rev-header .header-inner h2 {
    padding: 0;
    font-size: 100px;
    line-height: 100px;
}

header.rev-header .header-inner h3 {
    font-size: 30px;
    line-height: 40px;
}

header.rev-header .header-inner p {
    font-size: 20px;
    line-height: 30px;
}

header {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    width: 100%;
    float: left;
    height: 100vh;
    position: relative;
}

header .thread-animation {
    background: url(/wp-content/uploads/2020/03/jaali-swirl-brown.svg);
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: left bottom!important;
    position: absolute;
    left: -140px;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    pointer-events: none;
    opacity: 0.2;
}

header .top, header .bottom {
    width: 100%;
    float: left;
    position: relative;
}

header h3 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 0;
    width: 100%;
    float: left;
}

header h2 {
    font-size: 80px;
    line-height: 80px;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 15px 0;
    width: 100%;
    float: left;
    color: #94286b;
    padding-left: 70px;
}

header p {
    width: 100%;
    float: left;
    margin: 0;
    color: #818180;
    font-size: 10px;
    line-height: 15px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

header .header-inner {
    position: relative;
    z-index: 99;
    width: 100%;
    float: left;
    height: 65vh;
    padding-left: 80px;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

header .top, header .bottom {
    position: relative;
    width: 100%;
    float: left;
}

header .headerquotes{
    position: relative;
    width: 100%;
    float: left;
    display: none;
}

.wrapper {
    width: 100%;
    float: left;
}

.home-first-section {
    width: 100%;
    float: left;
    margin: 150px 0;
}

.home-first-section.mobile {
    display: none;
}

.home-first-section p {
    width: 100%;
    float: left;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #818180;
    font-size: 17px;
    line-height: 24px;
}

.home-first-section .content-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.home-first-section .left-col {
    width: 30%;
    text-align: right;
    opacity: 0;
}

.home-first-section .right-col {
    width: 30%;
    text-align: left;
    opacity: 0;
}


@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.home-first-section .middle-col {
    width: 560px;
    height: 560px;
    margin: 0 20px;
    border: 1px solid #94286b;
    border-radius: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
}

.home-first-section .middle-col .thread-animation {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: left bottom!important;
    position: absolute;
    right: -330px;
    bottom: -10px;
    width: 500px;
    height: 155px;
    z-index: -1;
    pointer-events: none;
}

.home-first-section .middle-col h2 {
    margin: 0;
    font-size: 55px;
    font-weight: 400;
    line-height: 55px;
    color: #fff;
    text-transform: uppercase;
    position: relative;
    letter-spacing: 1px;
}

.home-first-section .middle-col h2 span {
    font-size: 40px;
    margin: 0 10px;
}

.home-first-section .middle-col .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 550px;
    height: 550px;
    margin: 0 auto;
    border-radius: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
    margin: 0 3px;
}

/*.home-first-section .middle-col .image:before {
    content: "";
    background: rgba(0, 0, 0, 0.25);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}
*/
.home-second-section {
    width: 100%;
    float: left;
}

.home-second-section .content-inner {
    max-width: 1070px;
    background: #f1eee8;
    padding: 75px 80px;
    border-radius: 5px;
    text-align: center;
}

.home-second-section h2 {
    width: 100%;
    float: left;
    margin: 00;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-second-section p {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
}

.home-second-section .top-img {
    max-width: 12px;
    width: 100%;
    margin: 20px 0;
}

.home-third-section {
    width: 100%;
    float: left;
    margin: 150px 0;
}

.home-third-section.mobile {
    display: none;
}

.home-third-section p {
    width: 100%;
    float: left;
    margin: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #818180;
    font-size: 17px;
    line-height: 24px;
}

.home-third-section .content-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.home-third-section .left-col {
    width: 30%;
    text-align: right;
    margin-top: 100px;
    margin-bottom: auto;
    position: relative;
    right: -15px;
    opacity: 0;
}

.home-third-section .right-col {
    width: 30%;
    text-align: left;
    margin-top: auto;
    margin-bottom: 100px;
    position: relative;
    left: -15px;
    opacity: 0;
}

.home-third-section .middle-col {
    width: 560px;
    height: 560px;
    margin: 0 10px;
    border: 1px solid #94286b;
    border-radius: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
}

.home-third-section .middle-col .thread-animation {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: left bottom!important;
    position: absolute;
    right: 420px;
    bottom: 0;
    width: 530px;
    height: 130px;
    z-index: -1;
    pointer-events: none;
}

.home-third-section .middle-col .image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 550px;
    height: 550px;
    margin: 0 auto;
    border-radius: 100%;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
    margin: 0 3px;
}

.home-third-section .middle-col .image:before {
    content: "";
    background: rgba(0, 0, 0, 0.0);
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 100%;
}

.home-fourth-section {
    width: 100%;
    float: left;
}

.home-fourth-section .content-inner {
    max-width: 1070px;
    background: #f1eee8;
    padding: 75px 80px;
    border-radius: 5px;
    text-align: center;
}

.home-fourth-section h2 {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-fourth-section p {
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
}

.home-fourth-section .top-img {
    max-width: 12px;
    width: 100%;
    margin: 20px 0;
}
/*
.home-fifth-section {
    background-size: auto 100%;
    background-repeat: no-repeat;
    background-position: right;
    width: 100%;
    height: 509px;
    float: left;
    margin: 50px 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}
*/

.home-fifth-section {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center;
    width: 100%;
    height: 950px;
    float: left;
    margin: 50px 0 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
}

.home-fifth-section .content-inner {
    max-width: 1070px;  
    padding: 50px 80px;
    border-radius: 5px;
    text-align: center;
    position:absolute;
    bottom: 50px;
}

.home-fifth-section h2 {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.home-fifth-section h2:before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/2020/03/bj-header-deco1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 15px;
}

.home-fifth-section p {
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
}

.home-sixth-section {
    /*background: #f1eee8;*/
    /*width: 100%;*/
    /*float: left;*/
    /*padding: 150px 0;*/
}

.home-sixth-section .col .content-inner {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.home-sixth-section .mobile-zoom {
    display: none;
}

.home-sixth-section .mobile-zoom figure {
    margin: 0;
}

.home-sixth-section .col {
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #f1eee8;
    padding: 100px 0;
}

.home-sixth-section .col:last-child {
    margin-bottom: 0;
}

.home-sixth-section .col .image {
    width: 50%;
    float: left;
    position: relative;
    z-index: 9;
}

.home-sixth-section .col .image .zoom-image {
    width: 450px;
    height: 450px;
    margin: 0 auto;
    border: 1px solid #94286b;
    border-radius: 100%;
    text-align: center;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.home-sixth-section .col .image .zoom-image {
    position: relative;  
    z-index: 9;
}   

.home-sixth-section .jaali-col .thread-animation {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: left bottom!important;
    position: absolute;
    right: -300px;
    bottom: 0px;
    width: 500px;
    height: 120px;
    z-index: -1;
    pointer-events: none;
}

.home-sixth-section .buhkia-col .thread-animation {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: left bottom!important;
    position: absolute;
    left: -305px;
    bottom: 0;
    width: 500px;
    height: 120px;
    z-index: -1;
    pointer-events: none;
}

.home-sixth-section .murri-col .thread-animation {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: left bottom!important;
    position: absolute;
    right: -230px;
    bottom: 0px;
    width: 600px;
    height: 100px;
    z-index: -1;
    pointer-events: none;
}

.home-sixth-section .phanda-col .thread-animation {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: left bottom!important;
    position: absolute;
    left: -300px;
    bottom: -25px;
    width: 550px;
    height: 150px;
    z-index: -1;
    pointer-events: none;
}

.home-sixth-section .col .image .zoom-image img {
    width: 100%;
    border-radius: 100%;
    padding: 3px;
    position: absolute;
    height: 100%;
    object-fit: cover;
}

.home-sixth-section .col .content {
    width: 50%;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
    z-index: 99;
    display: inline-block;
}

.home-sixth-section .col .content .heading {
    width: 100%;
    float: left;
}

.home-sixth-section .col .content .heading span:first-child {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.home-sixth-section .col .content .heading span:first-child img {
    max-width: 50px;
    width: 100%;
    position: relative;
}

.home-sixth-section .murri-col .content .heading span:first-child img, .home-sixth-section .phanda-col .content .heading span:first-child img {
    max-width: 70px;
}

.home-sixth-section .col .content .heading span:first-child p {
    width: 100%;
    float: left;
    margin: 0 auto 15px;
    position: relative;
}

.home-sixth-section .col .content .heading span:last-child {
    width: 100%;
    float: left;
    text-align: center;
    margin: 0 0 30px;
    font-size: 26px;
    line-height: 26px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-sixth-section .col .content .desc {
    width: 100%;
    float: left;
}

.home-sixth-section .col .content .desc p {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    display: block;
    text-align: center;
}

.home-sixth-section .col .content .bottom-desc {
    width: 100%;
    float: left;
    margin-top: 30px;
    opacity: 0;
}

.home-sixth-section .col .content .bottom-desc p {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
}

.home-seventh-section {
    width: 100%;
    float: left;
}

.home-seventh-section h2 {
    width: 100%;
    float: left;
    margin: 75px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.home-seventh-section h2:before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/2020/03/bj-header-deco2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 5px;
}

.home-seventh-section .bg-image {
    width: 100%;
    float: left;
}

.home-seventh-section .bg-image img {
    width: 100%;
    float: left;
}

.home-seventh-section .info {
    background: #f1eee8;
    width: 100%;
    float: left;
    margin: 0;
    padding: 0 30px;
}

.home-seventh-section .info .content-inner {
    max-width: 1225px;
    background: #f1eee8;
    border-radius: 5px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    padding: 0;
}

.home-seventh-section .info .col {
    width: 33%;
    padding: 50px 20px;
    text-align: center;
    position: relative;
}

.home-seventh-section .info .col:after {
    content: "";
    display: block;
    background: #fff;
    width: 1px;
    height: 75%;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    pointer-events: none;
}

.home-seventh-section .info .col:last-child:after {
    display:none;
}

.home-seventh-section .info .col .title {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.home-seventh-section .info .col .icon {
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 20px 0 30px;
}

.home-seventh-section .info .col .icon img {
    width: 20px;
    height: 20px;
}

.home-seventh-section .info .col .desc {
    width: 100%;
    float: left;
    margin-bottom: 15px;
}

.home-seventh-section .info .col .desc:last-child {
    margin-bottom: 0;
}

.home-seventh-section .info .col .desc p {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    margin: 0;
}

.home-seventh-section .info .col .desc .sub-title {
    text-transform: uppercase;
    font-size: 12px;
    line-height: 15px;
}

.home-eighth-section {
    width: 100%;
    float: left;
}

.home-eighth-section .video.enabled {
    margin-top: 30px;
}

.home-eighth-section h2 {
    width: 100%;
    float: left;
    margin: 75px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.home-eighth-section h2:before {
    content: "";
    display: block;
    background: url('/wp-content/uploads/2020/03/bj-header-deco3.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 15px;
}

.home-eighth-section .gallery {
    width: 100%;
    float: left;
}


.home-eighth-section .gallery .col {
    height: 280px;
    float: left;
    position: relative;
    margin: 5px 0;
}

.home-eighth-section .gallery .col img {
    width: 100%;
    height: 100%;
    position: absolute;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.home-eighth-section .gallery .col .image {
    width: 100%;
    height: 280px;
    float: left;
    position: relative;
    text-decoration: none;
    outline: none;
}

.home-eighth-section .gallery .col .image span {
    width: 100%;
    float: left;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: 1px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    position: absolute;
    bottom: 15px;
    left: 0;
    right: 0;
    margin: auto;
    padding: 0 40px;
    pointer-events: none;
}

.home-eighth-section .gallery .col .video {
    position: relative;
	overflow: hidden;
}

.home-eighth-section .gallery .col.video:hover {
    width: 100%;
    float: left;
    cursor: pointer;
}

.home-eighth-section .gallery .col .video:hover video {
    opacity: 1;
    border-radius: 5px;
    z-index: 99;
}

.home-eighth-section .gallery .col .video video {
    position: absolute;
    top: 0;
    left: 0;
    height: 102%;
    width: 100%!important;
    border-radius: 5px;
    object-fit: cover;
    opacity: 0;
}

.home-eighth-section .gallery .col .video video {
    border-radius: 10px;
}

.home-eighth-section .gallery .col .video button {
    background: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    outline: none;
    border: none;
    display: none;
}

.home-eighth-section .gallery .slick-slide {
    margin: 5px;
    outline: none;
}

.home-eighth-section .video {
    width: 100%;
    float: left;
}

.home-eighth-section .video a {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    width: 100%;
    float: left;
    height: 800px;
    position: relative;
}

.home-eighth-section .video a:before {
    content: "";
    display: block;
    background-image: url(/wp-content/uploads/2020/03/play-icon.svg);
    background-repeat: no-repeat;
    background-size: contain;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    z-index: 9;
    pointer-events: none;
}

.home-eighth-section .video a:after {
    content: "";
    display: block;
    background: rgba(0, 0, 0, 0.19);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

.home-nineth-section {
    width: 100%;
    float: left;
}

.home-nineth-section h2 {
    width: 100%;
    float: left;
    margin: 75px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.home-nineth-section h2:before {
    content: "";
    display: block;
    background: url('/wp-content/uploads/2020/03/bj-header-deco4.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 15px;
}

.home-nineth-section .testimonials {
    width: 100%;
    float: left;
}

.home-nineth-section .testimonials .testimonialslider {
    background: #f1eee8;
    width: 100%;
    float: left;
    margin: 0;
    border-radius: 5px;
}

.home-nineth-section .testimonials .testimonialslider .inner {
    outline: none;
    padding: 50px;
    position: relative;
}

.home-nineth-section .testimonials .testimonialslider .inner p {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
    padding-top: 5px;
}

.home-nineth-section .testimonials .testimonialslider .inner p:before {
    content: "";
    display: block;
    background: url('/wp-content/uploads/2020/03/quote-icon.svg');
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: relative;
    top: -5px;
    left: 0;
    float: left;
    margin-right: 5px;
}

.home-nineth-section .testimonials .testimonialslider .inner span {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    font-size: 16px;
    line-height: 16px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.home-nineth-section .testimonials .testimonialslider .inner.slick-current:after {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 50%;
}

.home-tenth-section {
    width: 100%;
    float: left;
}

.home-tenth-section h2 {
    width: 100%;
    float: left;
    margin: 75px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.home-tenth-section h2:before {
    content: "";
    display: block;
    background: url('/wp-content/uploads/2020/03/bj-header-deco5.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 15px;
}

.home-tenth-section .elements {
    background: #f1eee8;
    width: 100%;
    float: left;
    border-radius: 5px;
    padding: 40px 30px;
}

.home-tenth-section .elements .col {
    width: 33%;
    float: left;
    display: inline-block;
    padding: 20px;
    position: relative;
}

.home-tenth-section .elements .col:after {
    content: "";
    display: block;
    background: #fff;
    width: 1px;
    height: 40%;
    position: absolute;
    right: 0;
    top: 50px;
    bottom: 0;
    margin: auto;
}

.home-tenth-section .elements .col:last-child:after {
    display: none;
}

.home-tenth-section .elements .col .image {
    text-align: center;
    width: 100%;
    float: left;
}

.home-tenth-section .elements .col .image img {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    border: 2px solid #fff;
    margin: 0 auto;
    object-fit: cover;
    object-position: center;
}

.home-tenth-section .elements .title {
    width: 100%;
    float: left;
    margin: 20px 0 10px;
}

.home-tenth-section .elements .title h3 {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 18px;
    line-height: 25px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: center;
}

.home-tenth-section .elements  .desc {
    width: 100%;
    float: left;
}

.home-tenth-section .elements .desc p {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
    position: relative;
}

div.wpcf7-mail-sent-ok{border:0px !important;}

.about-first-section {
    width: 100%;
    float: left;
    margin: 40px 0 0;
}

.about-first-section img {
    width: 100%;
}

.about-second-section {
    width: 100%;
    float: left;
    text-align: center;
    padding-top:50px;
}

.about-second-section h2 {
    width: 100%;
    float: left;
    margin: 75px 0 50px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    padding-right: 45px;
}

.about-second-section h2:before {
    content: "";
    display: block;
    background: url('/wp-content/uploads/2020/03/swirl-about.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 15px;
}

.about-second-section .top-img {
    max-width: 12px;
    width: 100%;
    margin: 0 auto 20px;
    display: none;
}

.about-second-section .desc {
    width: 100%;
    float: left;
    padding: 0 10%;
}

.about-second-section .desc p {
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
}

.about-third-section {
    width: 100%;
    float: left;
    margin: 100px 0 0;
    padding-top:50px;
}

.about-third-section img {
    width: 100%;
}

.about-fourth-section {
    width: 100%;
    float: left;
    text-align: center;
    padding-top:25px;
}

.about-fourth-section h2 {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.about-fourth-section h2:before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/2020/03/bj-header-deco2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 15px;
}

.about-fourth-section .top-img {
    max-width: 12px;
    width: 100%;
    margin: 0 auto 20px;
    display: none;
}

.about-fourth-section .desc {
    width: 100%;
    float: left;
    padding: 75px 10%;
    border-radius: 5px;
}

.about-fourth-section .inner {
    width: 100%;
    float: left;
}

.about-fourth-section .inner p {
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
}

.about-fifth-section {
    width: 100%;
    float: left;
    text-align: center;
    position: relative;
    padding-bottom: 190px;
    padding-top:50px;
}

.about-fifth-section h2 {
    width: 100%;
    float: left;
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.about-fifth-section .content-inner {
    position: relative;
}

.about-fifth-section .desc {
    background: #f1eee8;
    width: 100%;
    float: left;
    padding: 100px 10%;
    position: relative;
}

.about-fifth-section .thread-animation {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: top right!important;
    width: 700px;
    height: 140px;
    position: absolute;
    bottom: -175px;
    left: -20%;
    pointer-events: none;
}

.about-fifth-section .desc .top-img {
    max-width: 12px;
    width: 100%;
    margin: 0 auto 20px;
}

.about-fifth-section .inner {
    width: 100%;
    float: left;
}

.about-fifth-section .inner p {
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
}

.care-first-section {
    width: 100%;
    float: left;
    margin: 40px 0 0;
}

.care-first-section img {
    width: 100%;
}

.care-second-section {
    width: 100%;
    float: left;
    text-align: center;
}

.care-second-section h2 {
    width: 100%;
    float: left;
    margin: 75px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.care-second-section h2:before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/2020/03/bj-header-deco2.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 15px;
}

.care-second-section .top-img {
    max-width: 12px;
    width: 100%;
    margin: 0 auto 20px;
    display: none;
}

.care-second-section .subtitle {
    max-width: 700px;
    width: 100%;
    /* float: left; */
    margin: 0 auto 50px;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    position: relative;
}

.care-second-section .desc {
    background: #f1eee8;
    width: 100%;
    float: left;
    padding: 75px 10%;
	display:inline-block;
	text-align:center;
	margin:0 auto;
}

.care-second-section .inner {
    max-width: 480px;
    width: 100%;
    margin: 0 auto;
}

.care-second-section .inner p {
    width: 100%;
   float: left;
    font-size: 17px;
    line-height: 20px;
    letter-spacing: 1px;
    position: relative;
    text-align: left!important;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    margin: 0 0 30px;
}

.care-second-section .inner p:last-child {
    margin-bottom: 0;
}

.care-second-section .inner p:before {
    content: "";
    display: block;
    background: url(/wp-content/uploads/2020/03/motif-bullet-icon.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: top left;
    width: 15px;
    height: 15px;
    float: left;
    position: relative;
    top: 2px;
    margin: 0 5px 0 0;
    flex-shrink: 0;
}

.event-first-section {
    width: 100%;
    float: left;
    margin: 40px 0 0;
}

.event-first-section img {
    width: 100%;
}

.event-second-section {
    width: 100%;
    float: left;
    text-align: center;
    margin: 75px 0;
}

.event-second-section h2 {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

.event-second-section h2:before {
    content: "";
    display: block;
    background: url('/wp-content/uploads/2020/03/swirl-upcomingevents.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 15px;
}

.event-third-section .top-img {
    max-width: 12px;
    width: 100%;
    margin: 0 auto 20px;
    display: none;
}

.event-third-section {
    width: 100%;
    float: left;
}

.event-third-section .col {
    width: 100%;
    float: left;
    padding: 75px 8%;
    border-radius: 5px;
    text-align: center;
}

.event-third-section .col:nth-child(odd) {
    background: #f1eee8;
}

.event-third-section .col:last-child {
    margin-bottom: 0;
}

.event-third-section .col .title {
    width: 100%;
    float: left;
}

.event-third-section .col .title h3 {
    width: 100%;
    float: left;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    text-align: center;
    margin: 0 0 30px;
}

.event-third-section .col .date {
    width: 100%;
    float: left;
}

.event-third-section .col .date p {
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
}

.event-third-section .col .address {
    width: 100%;
    float: left;
    margin: 20px 0;
}

.event-third-section .col .address p {
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
}

.event-third-section .col .desc p {
    width: 100%;
    float: left;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
}


footer {
    width: 100%;
    float: left;
}

footer h2 {
    width: 100%;
    float: left;
    margin: 75px 0;
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

footer h2:before {
    content: "";
    display: block;
    background: url('/wp-content/uploads/2020/03/bj-header-deco6.svg');
    background-size: contain;
    background-repeat: no-repeat;
    width: 50px;
    height: 50px;
    flex-shrink: 0;
    margin-right: 15px;
}


footer .contact-info {
    background: #f1eee8;
    width: 100%;
    float: left;
    border-radius: 5px;
    padding: 50px;
}

footer .contact-info .logo {
    width: 100%;
    float: left;
    text-align: center;
}

footer .contact-info .logo img {
    max-width: 100px;
    width: 100%;
}

footer .contact-info  .title {
    width: 100%;
    float: left;
    text-align: center;
}

footer .contact-info .title h3 {
    width: 100%;
    float: left;
    margin: 40px 0 20px;
    font-size: 20px;
    line-height: 25px;
    font-weight: 400;
    color: #94286b;
    text-transform: uppercase;
    letter-spacing: 1px;
    position: relative;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: flex-end;
    -moz-align-items: flex-end;
    -ms-align-items: flex-end;
    -ms-flex-align: flex-end;
    align-items: flex-end;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

footer .contact-info .title img {
    max-width: 12px;
    width: 100%;
}

footer .contact-info .details {
    width: 100%;
    float: left;
}

footer .contact-info .details p {
    width: 100%;
    float: left;
    margin: 20px 0 0;
    font-size: 17px;
    line-height: 24px;
    letter-spacing: 1px;
    text-align: center;
}

footer .contact-info .details  a {
    color: #000;
    text-decoration: none;
}

footer .contact-info .icons a:nth-child(1),footer .contact-info .icons a:nth-child(4), footer .contact-info .icons a:nth-child(5) {
    display: none;
}

footer .contact-info .icons {
    width: 100%;
    float: left;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    margin: 50px 0 0;
}

footer .contact-info .icons a {
    width: auto;
    float: left;
    display: inline-block;
    margin-right: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -moz-align-items: center;
    -ms-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

footer .contact-info .icons a:last-child {
    margin-right: 0;
}

footer .contact-info .icons a img {
    width: 24px;
    flex-shrink: 0;
}

footer .form-inner {
    background: #f1eee8;
    width: 100%;
    float: left;
    border-radius: 5px;
    margin: 20px 0 100px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
    position: relative;
    padding: 30px 10px;
}

footer .form-inner .thread-animation {
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: right bottom!important;
    width: 500px;
    height: 100px;
    position: absolute;
    bottom: -90px;
    right: 0;
    pointer-events: none;
}

footer .form-inner .form-title {
    width: 25%;
    float: left;
}

footer .form-inner .form-title h3 {
    width: 100%;
    float: left;
    margin: 0;
    font-size: 13px;
    line-height: 15px;
    font-weight: normal;
    letter-spacing: 1px;
    text-transform: uppercase;
    padding-top: 10px;
}

footer .form-inner .form {
    width: 40%;
    float: left;
}

footer .form-inner .form form p {
    width: 100%;
    float: left;
    margin: 0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: -ms-flex;
    display: flex;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    -ms-flex-pack: center;
    -ms-justify-content: center;
    justify-content: center;
}

footer .form-inner .form form p br {
    display: none;
}

footer .form-inner .form form .email-address, footer .form-inner .form form .name {
    width: 100%;
    float: left;
    margin-right: 10px;
}

footer .form-inner .form form .email-address input, footer .form-inner .form form .name input {
    font-family: priori-sans, sans-serif;
    width: 100%;
    float: left;
    height: 35px;
    border: none;
    border-radius: 5px;
    background: #fff;
    color: #94286b;
    outline: none;
    text-align: center;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 1px;
    text-transform: uppercase;
}

footer .form-inner .form form .email-address input::-webkit-input-placeholder, footer .form-inner .form form .name input::-webkit-input-placeholder { 
    color: #94286b;
}

footer .form-inner .form form .email-address input::-moz-placeholder, footer .form-inner .form form .name input::-moz-placeholder { 
    color: #94286b;
}

footer .form-inner .form form .email-address input:-ms-input-placeholder, footer .form-inner .form form .name input:-ms-input-placeholder {
    color: #94286b;
}

footer .form-inner .form form .email-address input:-moz-placeholder, footer .form-inner .form form .name input:-moz-placeholder { 
    color: #94286b;
}

footer .form-inner .form form input.wpcf7-submit {
    font-family: priori-sans, sans-serif;
    background-color: #94286b!important;
    border: none;
    width: 180px;
    height: 35px;
    border-radius: 5px;
    color: #fff;
    outline: none;
    font-size: 12px;
    line-height: 12px;
    font-weight: normal!important;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
}

footer .form-inner .form .wpcf7-response-output {
    width: 100%;
    float: left;
    margin: 0;
}

footer .form-inner .form .wpcf7-not-valid-tip {
    width: 100%;
    float: left;
    margin: 10px 0;
}

@media all and (min-width:1000px){
	.care-second-section .desc {
		border-radius: 100%;
		width: 650px;
		height: 650px;
		margin: 0 auto;
		float: none;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flexbox;
		display: -ms-flex;
		display: flex;
		-webkit-align-items: center;
		-moz-align-items: center;
		-ms-align-items: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-justify-content: center;
		-moz-justify-content: center;
		-ms-flex-pack: center;
		-ms-justify-content: center;
		justify-content: center;
		flex-flow: column;
		padding: 150px;
	}

	.care-second-section .inner p {
		text-align: center!important;
		display: block;
		position: relative;
		padding: 30px 0 0;
		margin: 0 0 10px;
	}
	
	.care-second-section .inner p:last-child {
		margin: 0;
	}

	.care-second-section .inner p:before {
		position: absolute;
		left: 0;
		right: 0;
		clear: both;
		margin: 0 auto;
    	top: 10px;
	}
	
	.care-second-section .subtitle {
		margin-bottom: 30px;
	}
}

@media all and (max-width: 6000px) and (min-width: 1930px) {

    .fancybox-caption {
        font-size: 30px;
        line-height: 40px;
    }

    .top-header .logo-wrapper .logo-image {
        max-width: 230px;
        height: 230px;
        padding: 40px;
    }

    .top-header .logo-wrapper .logo-text {
        font-size: 30px;
        line-height: 30px;
    }

    .top-header .menu {
        right: 30px;
    }

    .top-header .menu .menu-items {
        top: 50px;
        right: 0;
        width: 335px;
        height: 340px;
        padding: 40px 0;
    }

    .top-header .menu .menu-items li a {
        font-size: 30px;
        line-height: 30px;
    }

    .top-header .menu .menu-items li {
        margin: 30px 0 0;
    }

    .top-header .menu .menu-icon .menu-button, .top-header .menu .email-icon a, .top-header .menu .phone-icon a {
        width: 40px;
        height: 40px;
    }

    header h3 {
        font-size: 40px;
        line-height: 45px;
    }

    header h2 {
        font-size: 120px;
        line-height: 120px;
    }

    header p {
        font-size: 20px;
        line-height: 25px;
    }

    .wrapper .top-img, footer .contact-info .title img {
        max-width: 16px;
    }

    .content-inner {
        max-width: 2070px;
    }

    .home-first-section .middle-col, .home-third-section .middle-col {
        width: 800px;
        height: 800px;
    }

    .home-first-section .middle-col .image, .home-third-section .middle-col .image {
        width: 790px;
        height: 790px;
    }

    .home-first-section p, .home-third-section p {
        font-size: 35px;
        line-height: 45px;
    }


    .home-first-section .middle-col h2 {
        font-size: 80px;
        line-height: 80px;
    }

    .home-first-section .middle-col h2 span {
        font-size: 50px;
    }

    .home-first-section .middle-col .thread-animation {
        width: 700px;
        height: 300px;
        right: -485px;
    }

    .home-third-section .middle-col .thread-animation {
        width: 700px;
        height: 300px;
        left: -485px;
    }

    .home-second-section h2, .home-fourth-section h2, .home-fifth-section h2, .home-seventh-section h2, .home-eighth-section h2, .home-nineth-section h2, .home-tenth-section h2, footer h2, .event-second-section h2, .care-second-section h2, .about-second-section h2, .about-fourth-section h2, .about-fifth-section h2, .event-second-section h2, .care-second-section h2 {
         font-size: 40px;
         line-height: 55px;
    }

    .home-seventh-section h2, .home-eighth-section h2, .home-nineth-section h2, .home-tenth-section h2, footer h2 {
        margin: 150px 0;
    }

    .home-second-section p, .home-fourth-section p, .home-fifth-section p, .home-sixth-section .col .content .desc p, .home-sixth-section .col .content .bottom-desc p, .home-seventh-section .info .col .desc p, .home-nineth-section .testimonials .testimonialslider .inner p, .home-tenth-section .elements .desc p, footer .contact-info .details p, .about-second-section .desc p, .about-fourth-section .inner p, .about-fifth-section .inner p, .event-third-section .col .desc p, .care-second-section .inner p, .event-third-section .col .date p, .event-third-section .col .address p, .care-second-section .subtitle {
        font-size: 30px;
        line-height: 35px;
    }

    .home-fifth-section h2:before,.home-seventh-section h2:before,.home-eighth-section h2:before,.home-nineth-section h2:before,.home-tenth-section h2:before,.about-second-section h2:before, footer h2:before, .event-second-section h2:before, .care-second-section h2:before, .about-fourth-section h2:before {
        width: 75px;
        height: 80px;
        margin-right: 30px;
    }

    .home-second-section .content-inner, .home-fourth-section .content-inner {
        padding: 130px 100px;
    }

    .home-second-section .content-inner, .home-fourth-section .content-inner, .home-seventh-section .info .content-inner, .home-fifth-section .content-inner {
        max-width: 1600px;
    }
	
	.home-fifth-section{height:1300px;}

    .home-sixth-section {
        padding: 250px 0;
    }

    .home-sixth-section .col .image .zoom-image {
        width: 600px;
        height: 600px;
    }

    .home-sixth-section .col .content {
        max-width: 800px;
    }

    .home-sixth-section .jaali-col .thread-animation {
        width: 700px;
        height: 300px;
        right: -350px;
    }

    .home-sixth-section .buhkia-col .thread-animation {
        width: 700px;
        height: 300px;
        left: -345px;
    }

    .home-sixth-section .murri-col .thread-animation {
        width: 800px;
        height: 300px;
        right: -300px;
    }

    .home-sixth-section .phanda-col .thread-animation {
        width: 700px;
        height: 300px;
        left: -420px;
    }

    .home-sixth-section .col .content .heading span:first-child p {
        margin: 0 auto 30px;
    }

    .home-sixth-section .col .content .heading span:first-child img {
        max-width: 100px;
    }

    .home-sixth-section .col .content .heading span:last-child {
        font-size: 60px;
        line-height: 60px;
    }

    .home-seventh-section .info .col {
        padding: 70px 35px;
    }

    .home-seventh-section .info .col .title {
        font-size: 35px;
        line-height: 35px;
    }

    .home-seventh-section .info .col .desc p {
        font-size: 22px;
        line-height: 28px;
    }

    .home-seventh-section .info .col .icon {
        margin: 30px 0 40px;
    }

    .home-seventh-section .info .col .icon img {
        width: 30px;
        height: 30px;
    }

    .home-seventh-section .info .col .desc .sub-title {
        font-size: 18px;
        line-height: 20px;
        margin-bottom: 15px;
    }

    .home-eighth-section .gallery .col, .home-eighth-section .gallery .col .image {
        height: 500px;
    }

    .home-eighth-section .video a {
        height: 1020px;
    }

    .home-nineth-section .testimonials .testimonialslider .inner {
        padding: 100px;
    }

    .home-nineth-section .testimonials .testimonialslider .inner p:before {
        width: 40px;
        height: 40px;
        left: 25px;
    }

    .home-nineth-section .testimonials .testimonialslider .inner span {
        font-size: 25px;
        line-height: 30px;
    }

    .home-tenth-section .elements {
        padding: 75px 30px;
    }

    .home-tenth-section .elements .col {
        padding: 30px;
    }

    .home-tenth-section .elements .col .image img {
        width: 300px;
        height: 300px;
    }

    .home-tenth-section .elements .title {
        margin: 35px 0 25px;
    }

    .home-tenth-section .elements .title h3 {
        font-size: 30px;
        line-height: 35px;
    }

    footer .contact-info {
        padding: 150px 50px;
    }

    footer .contact-info .logo img {
        max-width: 150px;
    }

    footer .contact-info .title h3 {
        font-size: 35px;
        line-height: 40px;
        margin: 65px 0 50px;
    }

    footer .contact-info .details p {
        margin: 35px 0 0;
    }

    footer .contact-info .icons a img {
        width: 50px;
    }

    footer .form-inner .form-title h3 {
        font-size: 25px;
        line-height: 25px;
        padding-top: 15px;
    }

    footer .form-inner .form form .email-address input, footer .form-inner .form form .name input {
        height: 50px;
        font-size: 25px;
        line-height: 25px;
    }

    footer .form-inner .form form input.wpcf7-submit {
        height: 50px;
        font-size: 25px;
        width: 220px;
    }

    .about-second-section h2 {
        margin: 100px 0 50px;
    }

    .about-fourth-section .desc, .about-fifth-section .desc {
        padding: 130px 10%;
    }

    .about-fifth-section .thread-animation {
        width: 1000px;
        height: 230px;
    }

    .event-second-section, .care-second-section h2 {
        margin: 100px 0;
    }

    .event-third-section .col .title h3 {
        font-size: 35px;
        line-height: 40px;
    }

    .event-third-section .col .address {
        margin: 35px 0;
    }

    .event-third-section .col {
        padding: 130px 8%;
    }

    .care-second-section .desc {
        padding: 130px 10%;
    }

    .care-second-section .inner {
        max-width: 750px;
    }

    .care-second-section .inner p:before {
        width: 25px;
        height: 25px;
    }
}


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

    .top-header .menu {
        right: 20px;
    }

    .top-header .menu .menu-items {
        right: 0;
    }

}


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

    .home-first-section .middle-col {
        width: 310px;
        height: 310px;
    }

    .home-first-section .middle-col .image {
        width: 300px;
        height: 300px;
    }

    .home-first-section .middle-col h2 {
        font-size: 20px;
        line-height: 20px;
    }

    .home-first-section .middle-col h2 span {
        font-size: 16px;
        line-height: 16px;
    }

    .home-first-section .middle-col .thread-animation {
        left: -65px;
        width: 450px;
    }

    .home-first-section p {
        font-size: 18px;
        line-height: 24px;
    }

    .home-third-section .middle-col {
        width: 310px;
        height: 310px;
    }

    .home-third-section .middle-col .image {
        width: 300px;
        height: 300px;
    }

    .home-third-section .middle-col .thread-animation {
        right: 250px;
        width: 400px;
    }

    .home-third-section .right-col {
        left: 0;
    }

    .home-third-section .left-col {
        right: 0;
    }

    .home-third-section p {
        font-size: 18px;
        line-height: 24px;
    }
	
	.home-fifth-section {
		height: 700px;
	}

    .home-fifth-section .content-inner {
		bottom: 0;
    }

    .home-sixth-section .col .image {
        width: 400px;
    }

    .home-sixth-section .col .image .zoom-image {
        width: 400px;
        height: 400px;
    }

    .home-sixth-section .col .content {
        width: 57%;
        max-width: 550px;
        padding: 0 20px;
    }

    .home-sixth-section .jaali-col .thread-animation {
        right: -345px;
        bottom: 0;
        width: 450px;
    }

    .home-sixth-section .buhkia-col .thread-animation {
        left: -340px;
        bottom: 0;
        width: 450px;
    }

    .home-sixth-section .murri-col .thread-animation {
        right: -300px;
        bottom: 0;
        width: 500px;
    }

    .home-sixth-section .phanda-col .thread-animation {
        left: -380px;
        bottom: -25px;
        width: 450px;
    }

    .home-eighth-section .video a {
        height: 600px;
    }

    .about-fifth-section .thread-animation {
        width: 500px;
        left: -60px;
    }

    footer .form-inner {
        display: block;
    }

    footer .form-inner .form-title {
        width: 100%;
        text-align: center;
    }

    footer .form-inner .form {
        width: 100%;
        margin: 25px 0 0;
    }

    footer .form-inner .form form {
        max-width: 600px;
        margin: 0 auto;
    }

    footer .form-inner .thread-animation {
        width: 400px;
        right: -30px;
    }

}


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

    .top-header .menu .top-design {
        right: 8px;
    }

    .top-header .menu .top-design img {
        width: 12px;
    }

    .glass {
        width: 150px;
        height: 150px;
     }
   
    header {
        height: auto;
    }

    header .header-inner {
        height: 500px;
        padding: 0 0 50px 50px;
    }

    header.rev-header .header-inner {
        padding: 0;
    }

    .home-first-section.mobile {
        display: block;
    }

    .home-first-section.desktop {
        display: none;
    }

    .home-first-section .content-inner {
        display: block;
        width: 100%;
        float: left;
    }

    .home-first-section .left-col, .home-first-section .right-col {
        width: 100%;
        float: left;
        text-align: center;
    }

    .home-first-section .left-col {
        margin-bottom: 50px;
    }

    .home-first-section .right-col {
        margin-top: 50px;
    }

    .home-first-section .middle-col {
        margin: 0 auto;
    }

    .home-third-section.mobile {
        display: block;
    }

    .home-third-section.desktop {
        display: none;
    }

    .home-third-section .content-inner {
        display: block;
        width: 100%;
        float: left;
    }

    .home-third-section .left-col, .home-third-section .right-col {
        width: 100%;
        float: left;
        text-align: center;
        margin: 0;
    }

    .home-third-section .left-col {
        margin-bottom: 50px;
    }
    
    .home-third-section .right-col {
        margin-top: 50px;
    }

    .home-third-section .middle-col {
        margin: 0 auto;
    }

    .home-third-section .middle-col .thread-animation {
        right: 0;
        left: -35px;
        margin: 0 auto;
    }

    /*.home-sixth-section {*/
    /*    padding: 50px 15px;*/
    /*}*/

    /*.home-sixth-section .col .image .zoom-image.desktop-zoom {
        display: none;
    }
    
    .home-sixth-section .mobile-zoom {
        display: block;
    }*/

    .home-sixth-section .col {
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 75px 0;
    }
    
    .home-sixth-section .col .content-inner {
         display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flexbox;
        display: -ms-flex;
        display: flex;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .home-sixth-section .col .image {
        width: 100%;
        margin: 30px 0 0;
        -moz-box-ordinal-group: 2;
        -webkit-box-ordinal-group: 2;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }

    .home-sixth-section .col .content {
        width: 100%;
        -moz-box-ordinal-group: 1;
        -webkit-box-ordinal-group: 1;
        -webkit-order: 1;
        
        -ms-flex-order: 1;
        order: 1;
    }

    .home-sixth-section .col .image .zoom-image {
        width: 300px;
        height: 300px;
    }

    .home-sixth-section .col .content .heading span:first-child img {
        max-width: 40px;
    }

    .home-sixth-section .murri-col .content .heading span:first-child img, .home-sixth-section .phanda-col .content .heading span:first-child img {
        max-width: 55px;
    }

    .home-sixth-section .jaali-col .thread-animation {
        right: 0;
        left: 0;
        bottom: -30px;
        margin: auto;
    }

    .home-sixth-section .buhkia-col .thread-animation {
        right: 0;
        left: 0;
        bottom: -25px;
        margin: auto;
    }

    .home-sixth-section .murri-col .thread-animation {
        right: 0;
        left: 0;
        bottom: -30px;
        margin: auto;
    }

    .home-sixth-section .phanda-col .thread-animation {
        right: 0;
        left: 0;
        bottom: -30px;
        margin: auto;
    }

    .home-seventh-section .info .content-inner {
        width: 100%;
        max-width: 100%;
        float: left;
        display: block;
    }

    .home-seventh-section .info .col {
        width: 49%;
        display: inline-block;
        padding: 50px 25px;
    }

    .home-seventh-section .info .col:after {
        display: none;
    }

    .home-seventh-section .info .col:nth-child(3):after, .home-seventh-section .info .col:nth-child(4):after {
        display: block;
        top: 0;
        bottom: auto;
        left: 0;
        width: 75%;
        height: 1px;
    }

    .home-eighth-section .gallery .col .image span {
        padding: 0 5px;
    }

    .home-eighth-section .video a {
        height: 500px;
    }

    .home-eighth-section .gallery .col .video button {
        display: block;
    }

    .home-nineth-section .testimonials .testimonialslider {
        padding: 50px 30px 30px;
    }

    .home-nineth-section .testimonials .testimonialslider .inner {
        padding: 0 0 20px;
    }

    .home-nineth-section .testimonials .testimonialslider .inner.slick-current:after  {
        display: none;
    }

    .home-nineth-section .testimonials .testimonialslider .inner p {
        font-size: 20px!important;
        padding-top: 35px;
    }

    .home-nineth-section .testimonials .testimonialslider .inner p:before {
        position: absolute;
        top: 0;
        right: 0;
        left: 0;
        margin: auto;
        width: 25px;
        height: 25px;
    }

    .home-tenth-section .elements {
        padding: 0;
    }

/*     .home-tenth-section .elements .col {
        width: 50%;
        padding: 50px 25px;
    }

    .home-tenth-section .elements .col:after {
        display: none;
    }

    .home-tenth-section .elements .col:nth-child(3):after, .home-tenth-section .elements .col:nth-child(4):after {
        display: block;
        top: 0;
        bottom: auto;
        left: 0;
        width: 75%;
        height: 1px;
    } */

    .about-second-section .desc {
        padding: 0 50px;
    }

    .about-fourth-section .desc {
        padding: 0px 25px;
    }

    .about-fifth-section .desc {
        padding: 50px 25px;
    }

    .care-second-section .subtitle {
        margin: 0 0 30px;
    }

    .care-second-section .desc {
        padding: 50px;
    }

    .event-third-section .col {
        padding: 50px;
    }

    .home-second-section p, .home-fourth-section p, .home-fifth-section p, .home-sixth-section .col .content .desc p , .home-sixth-section .col .content .bottom-desc p, .home-seventh-section .info .col .desc p, .home-seventh-section .info .col .desc p, .home-nineth-section .testimonials .testimonialslider .inner p, .home-tenth-section .elements .desc p, footer .contact-info .details p, .about-second-section .desc p, .about-fourth-section .inner p, .about-fifth-section .inner p, .event-third-section .col .desc p, .care-second-section .inner p, .event-third-section .col .date p, .event-third-section .col .address p {
        font-size: 18px;
        line-height: 25px;
        text-align: center;
    }

    .home-second-section h2, .home-fourth-section h2, .home-fifth-section h2, .home-seventh-section h2, .home-eighth-section h2, .home-nineth-section h2, .home-tenth-section h2, footer h2, .event-second-section h2, .care-second-section h2, .about-fourth-section h2, .about-second-section h2 {
        font-size: 22px;
        line-height: 25px;
        display: block;
        text-align: center;
    }

    .home-fifth-section h2:before, .home-seventh-section h2:before, .home-eighth-section h2:before, .home-nineth-section h2:before, .home-tenth-section h2:before, footer h2:before, .event-second-section h2:before, .care-second-section h2:before, .about-fourth-section h2:before, .about-second-section h2:before {
        width: 35px;
        height: 35px;
        margin: 0 auto 20px;
    }

    footer .form-inner .form-title h3 {
        text-align: center;
    }
}


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

    .content-inner {
        padding: 0 25px;
    }

    .top-header {
        padding-top: 25px;
    }

    .top-header .logo-wrapper .logo-image {
        width: 110px;
        height: 110px;
    }

    .top-header .logo-wrapper .logo-text {
        font-size: 15px;
        line-height: 15px;
        margin: 0 0 0 10px;
    }

    .top-header .menu .menu-icon .menu-button, .top-header .menu .email-icon a, .top-header .menu .phone-icon a {
        width: 25px;
        height: 25px;
    }

    .top-header .menu .menu-icon, .top-header .menu .email-icon, .top-header .menu .phone-icon {
        margin-bottom: 10px;
    }

    .top-header .menu .top-design {
        right: 4px;
        margin-bottom: 13px;
    }

    .top-header .menu .top-design img {
        width: 16px;
    }

    .top-header .menu {
        right: 10px;
        top: 30px;
    }

    .top-header .menu .menu-items {
        width: 185px;
        height: 180px;
        top: 30px;
    }

    .top-header .menu .menu-items li {
        margin: 10px 0 0;
    }

    .top-header .menu .menu-items li:first-child {
        margin: 0;
    }

    .top-header .menu .menu-items li a {
        font-size: 14px;
        line-height: 20px;
    }

    header {
        background-size: contain;
        background-position: right bottom;
    }

    header:before {
        content: "";
        display: block;
        background: rgba(255, 255, 255, 0.75);
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        pointer-events: none;
    }

    header h3, header h2, header p {
        text-align: center;
        padding: 0!important;
    }

    header p {
        color: #000;
        font-size: 16px;
        line-height: 24px;
    }

    header h2 {
        font-size: 70px;
        line-height: 70px;
        padding-left: 20px;
    }

    header .header-inner {
        height: auto;
        padding: 90px 0 100px 0;
    }

    .about-first-section, .care-first-section, .event-first-section{margin-top:25px;}

    .home-eighth-section .video a {
        height: 400px;
    }

    .about-second-section .desc {
        padding: 0 30px;
    }
    
    .about-second-section, .about-fourth-section{padding-top:0px;}
    
    .about-fifth-section {
        padding-bottom: 100px;
    }

    .about-fifth-section .thread-animation {
        width: 300px;
        left: -45px;
    }
    
    .home-sixth-section .col .image .zoom-image.desktop-zoom {
        display: none;
    }

    .home-sixth-section .mobile-zoom {
        display: block;
    }
	
	.home-tenth-section .elements {
		background: none;
	}
	
	.home-tenth-section .elements .col {
        background: #f1eee8;
        width: 100%;
        margin: 0 0 15px;
        padding: 50px 25px;
        border-radius: 5px;
    }

    .home-tenth-section .elements .col:after {
        display: none;
    }

    .home-tenth-section .elements .col:last-child {
        margin-bottom: 0;
    }

    .care-second-section .desc {
        padding: 30px;
    }

    .event-third-section .col {
        padding: 50px 30px;
    }

    footer .form-inner {
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    footer .form-inner .form-title {
        width: 100%;
    }
    
    footer h2{
        margin:50px 0px;
    }

}


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

    header h2 {
        font-size: 50px;
        line-height: 50px;
    }

    header.rev-header .header-inner h2 {
        font-size: 60px;
        line-height: 60px;
    }

    header.rev-header .header-inner h3 {
        font-size: 20px;
        line-height: 25px;
    }

    header.rev-header .header-inner p {
        font-size: 16px;
        line-height: 20px;
    }

    .home-first-section {
        margin: 40px 0 60px ;
    }

    .home-second-section .content-inner {
        padding: 75px 20px;
    }

    .home-third-section {
        margin: 75px 0;
    }

    .home-fourth-section .content-inner {
        padding: 75px 25px;
    }

    .home-fifth-section {
        margin: 0;
        height: auto;
    }

    .home-fifth-section .content-inner {
        padding: 75px 25px;
    }

    .home-fifth-section h2 {
        margin: 0 0 20px!important;
    }
    
    .home-fifth-section {
        background-size: 700px;
    	min-height: 400px;
    }
	
    .home-fifth-section .content-inner {
       /*padding: 75px 25px;*/
		position: relative;
       	padding: 100px 25px 70px;
       	margin-top: 190px;
		top: 0;
		bottom: 0;
    }

    .home-sixth-section {
        padding: 75px 0;
    }

    .home-sixth-section .col .content {
        padding: 0;
        z-index: 0;
    }

    .home-sixth-section .col .content .heading span:first-child p {
        margin: 0 auto 5px;
    }

    .home-sixth-section .col .content .heading span:last-child {
        font-size: 20px;
        margin: 0 0 15px;
    }

    .home-sixth-section .col {
        padding: 50px 0;
    }

    .home-sixth-section .col .image .zoom-image {
        width: 250px;
        height: 250px;
    }

    .home-sixth-section .col:nth-child(1) .content .heading span:first-child img {
        max-width: 35px;
    }

    .home-sixth-section .col:nth-child(2) .content .heading span:first-child img {
        max-width: 45px;
    }

    .home-sixth-section .col:nth-child(3) .content .heading span:first-child img {
        max-width: 65px;
    }

    .home-sixth-section .col:nth-child(4) .content .heading span:first-child img {
        max-width: 55px;
    }

    .home-sixth-section .jaali-col .thread-animation {
        width: 300px;
        bottom: -15px;
        left: -25px;
    }

    .home-sixth-section .buhkia-col .thread-animation {
        width: 300px;
        left: -20px;
    }

    .home-sixth-section .murri-col .thread-animation {
        width: 270px;
        bottom: -15px;
        left: -10px;
    }

    .home-sixth-section .phanda-col .thread-animation {
        width: 270px;
        bottom: -25px;
    }

    .home-seventh-section .info .col .title {
        font-size: 20px;
        line-height: 25px;
    }

    .home-seventh-section .info .col .desc .sub-title {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 5px;
    }

    .home-seventh-section h2:before {
        width: 30px;
        height: 30px;
    }

    .home-seventh-section .info {
        padding: 0 25px;
    }

    .home-seventh-section .info .content-inner {
        background: none;
        padding: 25px 0;
    }

    .home-seventh-section .info .col {
        background: #f1eee8;
        width: 100%;
        margin: 0 0 15px;
        padding: 50px 25px;
        border-radius: 5px;
    }

    .home-seventh-section .info .col:first-child:after {
        display: none!important;
    }

    .home-seventh-section .info .col:after {
        display: block!important;
        top: 0;
        bottom: auto;
        left: 0;
        width: 75%;
        height: 1px;
    }
    
    .home-seventh-section .info .col:last-child {
        margin-bottom: 0;
    }

    .home-eighth-section .video a {
        height: 300px;
    }

    .home-eighth-section .video a:before {
        width: 50px;
        height: 50px;
    }

    .home-nineth-section .testimonials .testimonialslider {
        padding: 75px 25px 60px;
    }

    .home-tenth-section .elements .title h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .home-tenth-section .elements {
        background: none;
        padding: 25px 0;
    }

    .about-second-section h2 {
        font-size: 20px;
        line-height: 25px;
        display: block;
        text-align: center;
        margin: 50px 0;
        padding: 0;
    }

    .about-second-section h2:before {
        width: 35px;
        height: 35px;
        margin: 0 auto 20px;
    }

    .about-second-section .desc {
        padding: 0;
    }

    .about-third-section {
        margin: 50px 0 0;
    }

    .about-fourth-section h2 {
        font-size: 20px;
        line-height: 25px;
        margin: 50px 0;
    }
    
    .about-fifth-section h2 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 20px;
    }

    .event-third-section .col .title h3 {
        font-size: 20px;
        line-height: 25px;
        margin-bottom: 15px;
    }

    .care-second-section h2 {
        font-size: 20px;
        line-height: 25px;
        display: block;
        text-align: center;
        margin: 50px 0;
    }

    .care-second-section .desc {
        padding: 50px 25px;
        margin: 20px 0 0;
    }

    .event-second-section {
        margin: 50px 0;
    }

    .event-third-section .col {
        padding: 50px 25px;
    }

    .event-third-section h2 {
        font-size: 20px;
        line-height: 25px;
        display: block;
        text-align: center;
    }

    .event-third-section h2:before {
        width: 35px;
        height: 35px;
        margin: 0 auto 20px;
    }

    .event-third-section .col .address {
        margin: 10px 0;
    }

    footer .contact-info {
        padding: 75px 25px;
    }

    footer .form-inner {
        padding: 25px;
        margin: 20px 0 70px;
    }

    footer .form-inner .thread-animation {
        width: 300px;
        right: -15px;
        bottom: -60px;
    }

    footer .form-inner .form form p {
        display: block;
    }


    footer .form-inner .form form input.wpcf7-submit {
        width: 100%;
        margin: 0;
    }

    footer .form-inner .form form .email-address, footer .form-inner .form form .name {
        margin: 0 0 10px;
    }

    footer .contact-info .title h3 span {
        width: 100%;
        float: left;
    }

    footer .contact-info .title h3 {
        display: block;
    }
}


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

    .home-first-section .middle-col .thread-animation, .home-third-section .middle-col .thread-animation {
        left: -20px;
        bottom: 0;
        width: 350px;
    }

}


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

    header {
        height: 500px;
    }

    header .header-inner {
        padding:0;
        height: 300px;
        z-index: 9;
    }
	
	.home-fifth-section {
    	background-position: top;
    	background-position-x: 70%;
    }

    .home-eighth-section .video a {
        height: 200px;
    }

    .about-fifth-section {
        padding-bottom: 70px;
    }

}


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

    .home-first-section .middle-col, .home-third-section .middle-col {
        width: 250px;
        height: 250px;
    }

    .home-first-section .middle-col .image, .home-third-section .middle-col .image  {
        width: 240px;
        height: 240px;
    }

    .home-first-section .middle-col .thread-animation, .home-third-section .middle-col .thread-animation  {
        left: -25px;
        right: 0;
        width: 300px;
    }

}