@import url('https://fonts.googleapis.com/css2?family=Dancing+Script&family=Gilda+Display&family=Montserrat:wght@300;400;500;600;700&display=swap');
/* 
font-family: 'Dancing Script', cursive;
font-family: 'Gilda Display', serif;
font-family: 'Montserrat', sans-serif;
 */

/*common css start*/
html{
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}
body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    overflow-x: hidden;
    font-size: 17px;
    position: relative;
}
.mobile_only{
    display: none;
}
.alb_art:before{
    position: absolute;
    content: '';
    bottom: 0;
    right: 0;
    width: 336px;
    height: 408px;
    background-image: url(bg_2_1.png);
    background-position:center;
    background-repeat: no-repeat;
    background-size: cover;
}

.inner {
    max-width: 1200px;
    margin: auto;
    padding-left:30px;
    padding-right:30px;
    box-sizing: border-box;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative;
}

ul {
    margin: 0;
    padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0;
    padding: 0;
    font-weight: 500;
    font-family: 'Gilda Display', serif;
    font-size: 16px;
}

p {
    margin: 0;
    padding: 0;
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400;
}

.button {
    text-decoration: none;
    color: #ffffff;
    transition: all .5s ease-in-out;
    font-size: 17px;
    font-weight: 400;
    background-color: #97642D;
    padding: 14px 25px 14px 25px;
    cursor: pointer;
}

.button:hover {
    background-color: #FAD68A;
}


.fadeIndown {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
}

.fadeIndown.anim_active {
    opacity: 1;
    transition: 1.5s ease;
    transform: translate3d(0, 0%, 0);
}
.fadeInLeft{
    opacity: 0;
    transform: translate3d(-100%,0,0);
} 
.fadeInLeft.anim_active{
    opacity: 1;
    transform: translateZ(0);
    transition: 1.5s ease;
} 
.fadeInright{
    opacity: 0;
    transform: translate3d(100%,0,0);
} 
.fadeInright.anim_active{
    opacity: 1;
    transition: 1.5s ease;
    transform: translateZ(0);
} 
/*common css end*/

/*header start*/

.header {
    background-color: #333333;
    padding: 18px 0px 18px 0px;
}

.header .inner {
    max-width: 1720px;
    align-items: center;
}

header .alb_logo {
    width: 20%;
}
header .alb_logo img{
    width: 150px;
}
header .header_menu {
    width: 80%;
}

header .header_menu ul {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
}

header .header_menu ul li {
    list-style: none;
    text-align: center;
}

header .header_menu ul li a {
    color: #ffffff;
    text-decoration: none;
    transition: all .5s ease-in-out;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.1px;
    cursor: pointer;
}

header .header_menu ul li a:hover {
    color: #FAD68A;
    transition: all .5s ease-in-out;
}


.res_menu_container{ 
    position: fixed;
    z-index: 9999999;
    width: 100%;
    height: 100%;
    background-color:rgba(0,0,0,0.6);
    top: 0;
    display: none;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
    left: 100%;
}
.res_menu_inner{ 
    max-width: 400px;
    margin: 20px;
    padding: 30px;
    background-color:#C2904A ;
}
.res_menu_close{
    cursor: pointer;
    position: absolute;
    top: 10px;
    right: 10px;
}
.res_menu_icon img{
    width: 12vw;
}
.res_menu_close img{
    width: 15vw;
}

.res_menu_container .res_menu_inner li{    
    list-style: none;
    padding: 10px;
}
.res_menu_container .res_menu_inner a{    
    text-decoration: none;
    color: #ffffff;
}



/*header end*/


/*sec_1 start*/


.sec_1 {
    background-color: #D79F54;
    color: #ffffff;
    padding: 25px 0px 25px 0px;
    margin-top: 4vw;
}

.sec_1 .inner {
    max-width: 1720px;
}

.sec_1 .left {
    width: 25%;
    margin: auto 0;
}

.sec_1 .left h2 {
    font-size: 22px;
    letter-spacing: 0.5px;
}

.sec_1 .center{
    width: 30%;
}
.sec_1 .timer-body-block{
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    width: 100%;
    justify-content: space-around;
}
.sec_1 #simple_timer {
    width: 100%;
}
.sec_1 .table-cell{
    width: 25%;
}
.sec_1 .tab-val{
    font-size: 25px;
}
.sec_1 .tab-metr{
    font-size: 20px;
}

.sec_1 .right {
    width: 25%;
    text-align: right;
    margin: auto 0px;
}

.sec_1 .right a {
    background-color: #97642D;
    padding: 10px 23px 12px 24px;
    letter-spacing: 0px;
    box-shadow: 7px 7px 0px 0px #F4F0EF;
    cursor: pointer;
}

.sec_1 .right a:hover {
    background-color: #FAD68A;
}



/*sec_1 end*/


/*sec_2 start*/

.sec_2 {
    background-color: #F4F0EF;
    padding: 221px 0px 0 0px;
}

.sec_2 .inner {
    display: block;
}

.sec_2 .center {
    text-align: center;
}

.sec_2 .center h2 {
    font-size: 50px;
    line-height: 1.4;
    letter-spacing: 0px;
}

.sec_2 .center p {
    font-size: 21px;
    padding-top: 22px;
    padding-bottom: 41px;
}

.sec_2 img {
    width: 100%;
    margin-bottom: -4px;
    padding-bottom: 146px;
    transform: rotateX(180deg);
}

.sec_2 svg {
    width: 100%;
    height: auto;
    display: block;
    margin-bottom: -4px;
    padding-top: 100px;
}

/*sec_2 end*/


/*sec_3 start*/

.sec_3 {
    padding: 0 0 140px 0;
    background-size: cover;
    position: relative;
}
.sec_3 .left {
    width: 49%;
    text-align: end;
    margin-top: -154px;
    z-index: 1;
}

.sec_3 .left img {
    border: #ffffff 10px solid;
    width: 520px;
    height: 695px;
}

.sec_3 .right {
    width: 47.5%;
    padding-top: 61px;
}

.sec_3 .right .content {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding-bottom: 25px;
}

.sec_3 .right .content:hover {
    filter: grayscale(100%);
transition: color 0.3s;
}

.sec_3 .right h2 {
    font-size: 48px;
    padding-bottom: 15px;
}

.sec_3 .right .content img {
    width: 25px;
    height: 25px;
    margin-right: 13px;
    margin-top: 19px;
}

.sec_3 .right .content p {
    width: 80%;
}

.sec_3 .right a {
    display: inline-block;
    margin-top: 15px;
    cursor: pointer;
}


/*sec_3 end*/


/*sec_4 start*/


.sec_4 {
    background-color: #C2904A;
    text-align: center;
    padding: 188px 0px 0px 0px;
}

.sec_4 .top {
    color: #ffffff;
}

.sec_4 .top img {
    padding-bottom: 38px;
    /* padding-left: 16px; */
    margin: 0px auto;
}

.sec_4 .top h2 {
    font-size: 48px;
    letter-spacing: 0px;
}

.sec_4 .top p {
    padding-top: 27px;
    width: 85%;
    line-height: 1.4;
    margin: auto;
}

.sec_4 .middle {
    margin: auto;
    width: 80%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    padding-top: 35px;
}

.sec_4 .middle .content {
    width: 31%;
    background-color: #ffffff;
    padding: 48px 0px 47px 0px;
    box-shadow: 10px 10px 0px 0px #EBE5E4;
}

.sec_4 .middle .content img {
    width: 40px;
    height: 40px;
    margin: 0px auto;
}

.sec_4 .middle .content p {
    width: 74%;
    margin: auto;
    padding-top: 13px;
    line-height: 1.5;
}

.sec_4 .sec_4_bg_img svg {
    width: 100%;
    height: auto;
    margin-bottom: -5px;
    padding-top: 120px;
    display: block;
}

/*sec_4 end*/



/* sec_5 start */
.sec_5 {
    padding-bottom: 142px;
    position: relative;
}
.sec_5.alb_art::before{
    right: unset;
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.sec_5 .left {
    width: 41%;
    padding-top: 45px;
}

.sec_5 .left h2 {
    font-size: 48px;
    width: 82%;
    margin: 0 auto;
    line-height: 1;
    padding: 8px 10px 15px 10px;
}

/* slider start */
.chloedemo_slider {
    width: 80%;
    margin: auto;
}

.chloedemo_slide_inner {
    padding-left: 15px;
}

.chloedemo_slide_inner p {
    line-height: 1.5;
    margin: 24px auto 25px auto;
    width: 97%;
    font-size: 16px;
    font-style: italic;
}

.chloedemo_slide_inner h5 {
    font-size: 16px;
    font-weight: 700;
    margin-top: 10px;
    letter-spacing: 0.097px;
    line-height: 1.5;
    color: #333333;
    font-family: 'Montserrat', sans-serif;
}

.chloedemo_slide_inner h6 {
    color: #C2904A;
    font-style: normal;
    font-size: 14px;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}

.chloedemo_slider .chloedemo_slide_bottom {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-around;
    padding-left: 10px;
}

.chloedemo_slide_bottom .chloedemo_slide_bottom_left {
    width: 20%;
}

.chloedemo_slide_bottom .chloedemo_slide_bottom_left img {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    display: inline-block;
}

.chloedemo_slide_bottom .chloedemo_slide_bottom_right {
    width: 80%;
}

/* slider end */

.sec_5 .right {
    width: 49%;
    margin-top: -150px;
    z-index: 2;
}

.sec_5 .right img {
    border: #ffffff 10px solid;
    width: 525px;
    height: 690px;
}
/*sec_5 end*/





/*sec_6 start*/
.sec_6 {
    background-image: url(img/sec_6_bg.jpg);
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    padding: 237px 0px 252px 0px;
    text-align: center;
    position: relative;
}
.sec_6::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(255,255,255,0.6);
    width: 100%;
    height: 100%;
}

.sec_6 .middle {
    width: 80%;
    margin: 0 auto;
}

.sec_6 .middle h2 {
    font-size: 42px;
    font-weight: 500;
    font-family: 'Gilda Display', serif;
    line-height: 1;
    padding-bottom: 29px;
}

.sec_6 .middle .spacer {
    content: '';
    background-color: #000000;
    width: 1px;
    height: 50px;
    position: relative;
    right: -50%;
    top: -3%;
}

.sec_6 .middle h6 {
    font-size: 50px;
    font-weight: 400;
    font-family: 'Dancing Script';
    line-height: 1;
}

/*sec_6 end*/

/*sec_7 start*/

.sec_7 {
    background-color: #C2904A;
    color: #ffffff;
    text-align: center;
    padding: 190px 0px 0px 0px;
}

.sec_7 .middle img {
    padding-left: 0px;
    padding-bottom: 40px;
    margin: 0px auto;
}

.sec_7 .middle h2 {
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 0px;
    padding-bottom: 25px;
}

.sec_7 .middle p {
    line-height: 1.5;
    margin: 0 auto;
    width: 73%;
}

.sec_7 .sec_7_bg {
    padding-top: 270px;
}

.sec_7 .sec_7_bg svg {
    width: 100%;
    height: auto;
    margin-bottom: -5px;
    display: block;
}

/*sec_7 end*/



/*sec_8 start*/


.sec_8 {
    text-align: center;
    padding-bottom: 213px;
    position: relative;
}

.sec_8 .top {
    margin-top: -310px;
    width: 100%;
    z-index: 2;
}

.sec_8 .top img {
    width: 789px;
    margin: 0px auto;
}

.sec_8 .middle {
    padding-top: 43px;
}

.sec_8 .middle h2 {
    font-size: 48px;
    font-weight: normal;
    letter-spacing: 0px;
    padding-bottom: 26px;
}

.sec_8 .middle p {
    margin: 0px auto;
    width: 80%;
}

.sec_8 .bottom {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    padding-top: 42px;
    padding-bottom: 66px;
    width: 85%;
    margin: 0px auto;
}

.sec_8 .bottom .content {
    width: 30%;
}

.sec_8 .bottom .content img {
    width: 50px;
    height: 50px;
    border-radius: 999px;
    margin: 0px auto;
}

.sec_8 .bottom .content h5 {
    font-size: 25px;
    padding-top: 26px;
    padding-bottom: 15px;
    letter-spacing: 0.5px;
}

.sec_8 .bottom .content p {
    margin: 0px auto;
    width: 79%;
}

.sec_8 .sec_8_button {
    display: block;
    width: 100%;
    padding-top: 32px;
}

.sec_8 .sec_8_button a {
    font-size: 17px;
    color: #FFFFFF;
    background-color: #97642D;
    box-shadow: 7px 7px 0px 0px #F4F0EF;
    border-radius: 0px 0px 0px 0px;
    transition: all .5s ease-in-out;
    padding: 12px 24px;
    text-decoration: none;
    cursor: pointer;
}

.sec_8 .sec_8_button a:hover {
    background-color: #FAD68A;
}


/*sec_8 end*/




/*sec_9 start*/


.sec_9 {
    background-color: #C2904A;
    color: #ffffff;
    padding: 203px 0px 0px 0px;
}

.sec_9 .left {
    width: 49%;
    text-align: end;
    z-index: 2;
}

.sec_9 .left img {
    border: solid 10px #ffffff;
    width: 529px;
}

.sec_9 .right {
    width: 47.5%;
    padding-top: 110px;
}

.sec_9 .right h2 {
    font-size: 48px;
    font-weight: normal;
    line-height: 1;
    letter-spacing: 0px;
    width: 80%;
    padding-bottom: 20px;
}

.sec_9 .right_inner {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    padding-bottom: 41px;
    padding-top: 35px;
}

.sec_9 .right_inner img {
    width: 35px;
    height: 35px;
    padding-top: 13px;
    margin-left: -8px;
}

.sec_9 .right_inner p {
    width: 92%;
}


.sec_9 .right a {
    font-size: 17px;
    color: #FFFFFF;
    background-color: #97642D;
    box-shadow: 7px 7px 0px 0px #F4F0EF;
    border-radius: 0px 0px 0px 0px;
    transition: all .5s ease-in-out;
    padding: 12px 24px;
    text-decoration: none;
    display: inline-block;
    cursor: pointer;
}

.sec_9 .right a:hover {
    background-color: #FAD68A;
}

.sec_9 .sec_9_bg img {
    width: 100%;
    height: 144px;
    transform: rotate(180deg);
    margin-bottom: -5px;
    margin-top: -135px;
}

/*sec_9 end*/








/*sec_10 start*/


.sec_10 {
    padding: 150px 0px 56px 0px;
}

.sec_10 .content {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-around;
    width: 82%;
    margin: 0px auto;
    padding-bottom: 140px;
}

.sec_10 .content .left {
    width: 46%;
    padding-top: 25px;
}

.sec_10 .content .left h5 {
    font-size: 16px;
    line-height: 1;
    padding-bottom: 19px;
}

.sec_10 .content .left h4 {
    color: #333333;
    font-size: 35px;
    font-weight: normal;
    line-height: 1;
    padding-bottom: 16px;
}

.sec_10 .content .left p {
    line-height: 1.5;
}

.sec_10 .content .right {
    width: 48%;
    margin-top: -19px;
}

.sec_10 .content .right img {
    width: 100%;
}

.sec_10 .sec_10_spacer{
    content: '';
    background-color: #F4F0EF;
    width: 65%;
    height: 2px;
    position: relative;
    right: 0%;
    top: 8%;
}





/*sec_10 end*/




/*sec_11 start*/


.sec_11 {
    text-align: center;
    padding: 96px 0px 0px 0px;
    background-color: #C2904A;
}

.sec_11 .inner {
    background-color: #ffffff;
    padding-top: 77px;
    max-width: 1140px;
    display: inline-block;
    padding-bottom: 80px;
}

.sec_11 .top {
    text-align: center;
    width: 100%;
}

.sec_11 .top h2 {
    font-size: 48px;
}

.sec_11 .center {
    width: 100%;
}

.sec_11 .chloedemo_slide_bottom {
    justify-content: space-between;
}

.sec_11 .chloedemo_slide_bottom_left {
    width: 46%;
    text-align: end;
}

.sec_11 .chloedemo_slide_bottom_left img {
    width: 50px;
    height: 50px;
}

.sec_11 .chloedemo_slide_bottom_right {
    width: 52%;
    text-align: start;
}



/*sec_11 end*/


/*sec_12 start*/


.sec_12 {
    background-color: #F4F0EF;
    margin-top: -107px;
    text-align: center;
    padding: 100px 0px 275px 0px;
}

.sec_12 .top {
    padding-top: 252px;
}

.sec_12 .top img {
    padding-left: 10px;
}

.sec_12 .top h2 {
    font-size: 48px;
    font-weight: normal;
    line-height: 1.4em;
    letter-spacing: 0px;
    padding-top: 33px;
    padding-bottom: 25px;
}

.sec_12 .top p {
    margin: 0px auto;
    width: 70%;
    font-size: 21px;
    line-height: 1.8;
}

.sec_12 .middle {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    margin: 0px auto;
    width: 81%;
    padding-top: 35px;
    padding-bottom: 42px;
}

.sec_12 .middle .content {
    width: 31%;
    background-color: #cdb99e;
    height: 75%;
}

.sec_12 .middle .content h5 {
    font-size: 16px;
    line-height: 1;
    width: 65%;
    margin: 30px auto 0px auto;
    background-color: #ffffff;
    padding-top: 10px;
    padding-bottom: 10px;
}

.sec_12 .middle .content p {
    font-size: 15px;
    line-height: 1.5;
    margin: 0px auto;
    padding-top: 20px;
    width: 80%;
}

.sec_12 .middle .content img {
    padding-top: 20px;
    height: 200px;
}

.sec_12 .bottom {
    width: 100%;
}

.sec_12 .bottom p {
    font-size: 25px;
    font-weight: 400;
    line-height: 2em;
    letter-spacing: 0.5px;
    padding-bottom: 75px;
}

.sec_12 .bottom a {
    display: inline-block;
}



/*sec_12 end*/


/*sec_13 start*/


.sec_13 {
    padding-bottom: 160px;
}

.sec_13 .sec_13_bg img {
    width: 100%;
    height: 140px;
    transform: rotateX(180deg);
    margin-top: -125px;
}

.sec_13 .left {
    z-index: 2;
    width: 47%;
}

.sec_13 .left img {
    border: #ffffff solid 10px;
    margin-top: -100px;
    width: 100%;
}

.sec_13 .right {
    width: 49%;
    text-align: center;
    padding-top: 40px;
}

.sec_13 .right .sec_13_right_img {
    width: 154px;
}

.sec_13 .right h2 {
    font-size: 48px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0px;
    padding-top: 15px;
    margin: 0px auto;
    width: 65%;
}

.sec_13 .right p {
    margin: 0px auto;
    width: 80%;
    padding-top: 20px;
}

/*sec_13 end*/


/*sec_14 start*/


.sec_14 {
    position: relative;
    padding-bottom: 178px;
}
.sec_14.alb_art::before{
    right: unset;
    left: 0;
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1);
}

.sec_14 .top {
    text-align: center;
    width: 100%;
}

.sec_14 .top h2 {
    font-size: 48px;
    line-height: 1;
}

.sec_14 .top .spacer {
    content: '';
    background-color: #000000;
    width: 1px;
    height: 52px;
    right: -50%;
    position: relative;
    top: 13%;
}

.sec_14 .middle {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-around;
    padding-top: 70px;
    width: 96%;
    margin: 0px auto;
}

.sec_14 .middle .left {
    width: 45%;
    margin: 0px auto;
}

.sec_14 .middle .right {
    width: 46%;
    margin: 0px auto;
}

.sec_14 .middle h3 {
    font-size: 32px;
    text-align: center;
}

.sec_14 .middle_inner {
    padding-top: 50px;
}

.sec_14 .middle_inner .content {
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    padding-bottom: 40px;
}
.sec_14 .middle_inner .content:hover{
    filter: grayscale(100%);
    transition: color 0.3s;
}

.sec_14 .middle_inner .content img {
    width: 35px;
    height: 35px;
    margin: auto 0px;
}

.sec_14 .middle_inner .content p {
    width: 86%;
}

/*sec_14 end*/





/*sec_15 start*/


.sec_15 {
    background-color: #C2904A;
    color: #ffffff;
    padding: 162px 0px 102px 0px;
}

.sec_15 .left {
    width: 48%;
    padding-top: 105px;
}

.sec_15 .left h2 {
    font-size: 48px;
    font-weight: normal;
    line-height: 1em;
    letter-spacing: 0px;
    padding-bottom: 20px;
    padding-left: 42px;
}

.sec_15 .left p {
        margin: 0px auto;
        width: 84%;
        font-size: 19px;
        padding-bottom: 22px;
}

.sec_15 .left a {
    display: inline-block;
    box-shadow: 7px 7px 0px 0px #F4F0EF;
    border-radius: 0px 0px 0px 0px;
    margin-top: 32px;
    margin-left: 40px;
}

.sec_15 .right {
    width: 49%;
}

.sec_15 .right img {
    border: solid 10px #ffffff;
    width: 92%;
}

.sec_15 .bottom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    text-align: center;
    padding-top: 93px;
}

.sec_15 .bottom .content {
    width: 25%;
}

.sec_15 .bottom .content h2 {
    font-size: 54px;
}

.sec_15 .bottom .content p {
    color: #FFFFFF;
    font-size: 11px;
}


/*sec_15 end*/




/*sec_16 start*/


.sec_16 {
    padding: 199px 0px 221px 0px;
    background-color: #F4F0EF;
}

.sec_16 .top {
    text-align: center;
    width: 100%;
}

.sec_16 .top h2 {
    font-size: 48px;
    padding-bottom: 13px;
}

.sec_16_faq {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 82%;
    max-width: 1000px;
    padding-left: 30px;
    padding-right: 30px;
    box-sizing: border-box;
    margin: 52px auto 0px auto;
}
.sec_16_faq h5{
    font-family: "Montserrat", Sans-serif;
    font-weight: 500;
    font-size: 23px;
}
.sec_16_faq p{
    font-family: "Montserrat", Sans-serif;
    font-weight: 400;
    font-size: 14px;
    padding: 0px 30px 20px 30px;
}
.sec_16_faq .left, .sec_16_faq .right{ 
    width: 48%;
}
.sec_16_faq .sec_16_faq_list {
    background-color: #ffffff;
    margin-bottom: 20px;
}
.sec_16_faq li:nth-child(odd){
    margin-left: 4%;
}
.sec_16_faq_title {
    padding: 15px 20px 15px 20px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
}
.sec_16_faq_title:before{
    content: '';
    position: absolute;
    right: 21px;
    top: 15px;
    width: 20px;
    height: 20px;
    background-image: url(img/plus.png);
    background-size: cover;
}

.sec_16_faq_title_active:before{
    background-image: url(img/caret-arrow-up.png);
    background-position: center;
    background-repeat: no-repeat;
}
.sec_16_faq_cont {
    display: none;
}
.sec_16_faq_cont_active{ 
    display: block;
}
/*sec_16 end*/



/*sec_17 start*/


.sec_17{
    padding: 188px 0px 106px 0px;
    position: relative;
}
.sec_17 .top{    
    width: 100%;
    text-align: center;
}
.sec_17 .top img{    
    padding-left: 25px;
}
.sec_17 .top .sec_17_img{
    width: 800px;
    padding-top: 7px;
    display: block;
    margin: 0px auto;
    padding-left: 0;
}
.sec_17 .top h2{
    font-size: 42px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.sec_17 .top p{    
    margin: 0px auto;
    width: 75%;
    font-size: 21px;
    line-height: 1.4;
}
.sec_17 .middle{
    width: 75%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
    padding-bottom: 47px;
    padding-top: 50px;
    margin: 0px auto;
}
.sec_17 .middle .content{    
    width: 30%;
}
.sec_17 .middle .content ul{
    margin: 0;
    padding: 0;
}
.sec_17 .middle .content li{    
    list-style: none;
    padding-bottom: 15px;
}
.sec_17 .middle .content li:hover{
    filter: grayscale(100%);
    transition: color 0.3s;
}
.sec_17 .middle .content li img{
    width: 32px;
    padding-right: 6px;
}
.sec_17 .middle .content li h5{    
    width: 55%;
    display: inline-block;
    font-size: 23px;
}

.sec_17 .bottom{
    width: 68%;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-around;
    text-align: center;
    margin: 0px auto;
    padding-left: 21px;
    padding-right: 20px;
}
.sec_17 .bottom .left{
    width: 40%;
    background-color: #C2904A;
}
.sec_17 .bottom .right{
    width: 40%;
    background-color: #cdb99e;
}
.sec_17 .bottom h5{
    padding-top: 39px;
    font-size: 17px;
}
.sec_17 .bottom h2{
    font-size: 45px;
    padding-top: 28px;
    padding-bottom: 25px;
}
.sec_17 .bottom p{
    margin: 0px auto;
    width: 64%;
    padding-bottom: 33px;
}
.sec_17 .bottom a{
    display: inline-block;
    margin-bottom: 30px;
    padding: 10px 20px 12px 20px;
}
.sec_17 .bottom .button{
    box-shadow: 5px 5px 0px 0px #F4F0EF;
}
.sec_17 .bottom a img{
    width: 15px;
    height: 12px;
}
.sec_17 .card{    
    width: 300px;
    display: block;
    padding-top: 30px;
}

/*sec_17 end*/


/*footer start*/

.footer{
    background-color: #7A818D;
    padding-top: 50px;
}
.footer .top{
    text-align: center;
    width: 100%;
    padding-bottom: 43px;
}
.footer .top h2{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: normal;
    line-height: 1.4em;
    letter-spacing: 0px;
    margin: 0px auto;
    width: 75%;
    padding-bottom: 20px;
}
.footer .top p{
    color: #FAD68A;
    font-size: 13px;
    font-weight: 500;
    letter-spacing: 1.5px;
}
.footer .bottom{
    background-color: #D79F54;
    padding: 20px 30px;
    display: flex;
    flex-wrap: wrap;
    box-sizing: border-box;
    justify-content: space-between;
}
.footer .bottom p{
    text-align: left;
    color: #F4F0EF;
    font-size: 13px;
    width: 50%;
    display: inline-block;
}

.footer .bottom p a{
    color: #ffffff;
    font-weight: 700;
    text-decoration: underline;
}
.footer .bottom .but{
    width: 50%;
    text-align: right;
}
.footer .bottom .but a{
    text-decoration: none;color: #ffffff;
}
.footer .bottom #back-to-top{
    font-size: 13px;
    padding-right: 24px;
    background-image: url(img/up-arrow.png);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
}




/*footer end*/