body {
    margin: 0;
    padding: 0;
    font-family: Humanst521 lt BT light;
    font-weight: 400;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    scroll-behavior: smooth;
}

a,
body,
h1,
h2,
h3,
h4,
h5,
h6,
li,
p,
ul {
    margin: 0;
    padding: 0
}


* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    font-size: 10px;
}



@font-face {
    font-family: Humanst521 lt BT light;
    src: url('fonts/humanst521-lt-bt/Hum521Lt.ttf');
}

@font-face {
    font-family: Felix Titling;
    src: url('fonts/FELIXTI_2.ttf');
}

@font-face {
    font-family: Candara;
    src: url('fonts/CANDARA_2.ttf');
}



/*start navbar and banner*/
/*header*/
.head-banner {}

.head-banner header {
    width: 100%;
    padding: 20px 50px;
    background: transparent;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    z-index: 8;
    top: 0;
    position: fixed;
    z-index: 99;
}

.head-banner .shrink {
    padding: 10px 50px;
    background-color: #cfced3;
    z-index: 100;
}

.head-banner .site-menu ul li {
    list-style-type: none;
    padding-left: 5rem;
    float: left;
    color: #000;
}

.head-banner .site-menu ul li a {
    text-decoration: none;
    color: #3c3849;
    font-size: 22px;
    letter-spacing: 1px;
    text-transform: capitalize;
    font-weight: 100;
}

.head-banner .header-menu {
    margin-top: 12px;
    float: right;
}

/*end navbar*/





/*mob menu*/
#sm_menu_ham {
    z-index: 999;
    position: fixed;
	margin-top: 10px;
}

.sm_menu_outer.active {
    opacity: 1;
    z-index: 999;
    margin-top: 0px;
    position: fixed;
}

/*mob menu*/





/*start skew*/
.head-banner .cover {
    position: absolute;
    height: 100%;
    width: 100%;
    overflow: hidden;
    top: 0;
    right: 0;
}

.head-banner .arrow-right {
    position: absolute;
    width: 70rem;
    height: 38rem;
    right: 25rem;
    background: #4d485b99;
    border-radius: 0 0 0 35px;
    -webkit-transform: skew(32deg, -30deg);
    -ms-transform: skew(32deg, -30deg);
    transform: skew(32deg, -30deg);
    top: -40rem;
    z-index: 5;
}

/*
.head-banner .arrow-right-small {
    position: absolute;
    width: 70rem;
    height: 28rem;
    right: -27rem;
    background: #e2e2e273;
    border-radius: 0;
    -webkit-transform: skew(32deg, -30deg);
    -ms-transform: skew(32deg, -30deg);
    transform: skew(60deg, -35deg);
    top: -40rem;
    z-index: 4;
}
*/

.head-banner .arrow-left {
    position: absolute;
    width: 70rem;
    height: 34rem;
    left: 45rem;
    background: #e2e2e273;
    border-radius: 0 0 0 35px;
    -webkit-transform: skew(32deg, -30deg);
    -ms-transform: skew(32deg, -30deg);
    transform: skew(32deg, -30deg);
    top: -40rem;
    z-index: 4;
}

/*end skew*/







/*start media query*/
@media only screen and (min-width: 1700px) {

    .head-banner .site-menu ul li a {
        font-size: 22px;
    }

    .head-banner .header-menu {
        margin-top: 20px;
    }

    .head-banner .arrow-left {
        left: 29%;
    }

    .head-banner .arrow-right {
        right: 23%;
    }
}



@media only screen and (max-width: 1600px) {
    .head-banner .arrow-right {
        right: 18%;
    }
}





@media only screen and (max-width: 1450px) {
    .head-banner .arrow-left {
        left: 28%;
    }

    .head-banner .arrow-right {
        right: 15%;
    }
}




@media only screen and (max-width: 1350px) {
    .head-banner .arrow-left {
        left: 23%;
    }

    .head-banner .arrow-right {
        right: 15%;
    }
}





@media only screen and (max-width: 1200px) {
    .head-banner .site-menu ul li a {
        font-size: 16px;
    }

    .head-banner .site-menu ul li {
        padding-left: 3rem;
    }

    .head-banner .header-menu {
        margin-top: 10px;
    }

    .head-banner .arrow-left {
        left: 20%;
    }

    .head-banner .arrow-right {
        right: 10%;
    }
}




@media only screen and (max-width: 1100px) {
    .head-banner .arrow-left {
        left: 18%;
    }

    .head-banner .arrow-right {
        right: 7%;
    }
}




@media only screen and (max-width: 992px) {
    .head-banner .arrow-right {
        display: none;
    }

    .head-banner .arrow-left {
        display: none;
    }

    .head-banner .arrow-right-small {
        display: none;
    }

    .head-banner nav ul li {
        line-height: 1.5rem;
        padding-left: 3rem;
    }
}



@media only screen and (max-width: 768px) {
    .head-banner nav {
        display: none;
    }

    .head-banner header {
        height: 6rem;
        padding: 5px 0px;
    }

    .head-banner .logo {
        width: 80%;
        margin-top: 6px;
    }

    .head-banner .shrink .logo {
        width: 100%;
        margin-top: 6px;
    }


    .head-banner .shrink {
        padding: 5px 0px;
    }
}




@media only screen and (max-width: 576px) {
    .head-banner .shrink .logo {
        width: 50%;
        margin-top: 6px;
    }
}




@media only screen and (max-width: 450px) {
    .head-banner .logo {
        width: 90%;
        margin-top: 6px;
    }

    .head-banner .shrink .logo {
        width: 80%;
        margin-top: 6px;
    }
}

/*end navbar and banner*/



















/*-----------------------product display section----------------------------*/
.product-display {
    /*margin: 20rem 0;*/
	margin: 20rem 0 2rem 0;
    padding: 0 10rem;
}

.page-view {
    margin: 20px 0;
}

.page-view li {
    list-style-type: none;
    display: inline-block;
    padding-left: 10px;
}

.page-view li:first-child {
    padding-left: 0;
}

.page-view li:last-child a {
    color: #000;
}

.page-view li a {
    text-decoration: none;
    font-size: 18px;
    letter-spacing: 0.5px;
    color: #a7a7a7;
}

/*------start collapse-----------*/
.panel-group .panel {
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-color: #EEEEEE;
}

.panel-default > .panel-heading {
    padding: 0;
    border-radius: 0;
    color: #212121;

}

.panel-title {
    font-size: 14px;
    background-color: #e2e2e2;
    border-radius: 2px;
}

.panel-title > a {
    display: block;
    padding: 10px;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
}

.more-less {
    float: right;
    color: #138df2;
    font-size: 14px;
}

.panel-default > .panel-heading + .panel-collapse > .panel-body {
    border-top-color: #EEEEEE;
}

.panel-body {
    padding: 15px 5px;
}

.panel-default {
    border-color: #138df2;
}

.panel-group .panel {
    margin-bottom: 15px;
    border-radius: 4px;
}


.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.glyphicon-plus::before {
    content: "\002b";

}

.glyphicon-minus::before {
    content: "\2212";
}

.more-less {
    float: right;
    color: #000;
    font-size: 14px;
}

.details h3 {
    padding: 10px 0;
    border-bottom: 1px solid #e2e2e2;
}

.details h3 a {
    text-decoration: none;
    color: #000;
}

/* tooltip */

a .hover-img {
        position:relative;
    }
    a .hover-img span {
        position:absolute; left:-9999px; top:-9999px; z-index:9999;
        border: 2px solid #dedce6;
    
    }
    a:hover .hover-img span {
        top: 0;
        left: 200px;
      
    }
    .dotted {
        color: #4e555b;
        border-bottom: 2px dashed #4e555b;
        text-decoration: none!important;
    }
    .dotted:hover {
        text-decoration: none!important;
    }
/* tooltip */

@media only screen and (max-width: 350px) {
    .details h3 {
        font-size: 14px;
    }
    
    a .hover-img {
        position:relative;
    }
    a .hover-img span {
        position:absolute; left:-9999px; top:-9999px; z-index:9999;
        border: 2px solid #000;
    
    }
    a:hover .hover-img span {
        top: 40px;
        left: 0;
    }
    .dotted {
        color: #4e555b;
        border-bottom: 2px dashed #4e555b;
        text-decoration: none!important;
    }
    .dotted:hover {
        text-decoration: none!important;
    }

}
/*--end collapase--*/






/*----start image hover---*/
.swap img {
    width: 100%;
    height: auto;
    padding: 0px;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.swap img:hover {
    background-color: #e2e2e2;
}

.swap img:last-child {
    display: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.swap:hover img:first-child {
    display: none
}

.swap:hover img:last-child {
    display: inline-block
}

.pb-4 {
    padding-bottom: 5rem !important;
}

.swap img:nth-child(2) {
    display: none;
}

.swap:hover img:nth-child(2) {
    display: inline-block;
}

.swap .icon {
    display: none;
}

/*
.swap {
    position: relative;
}
*/

.swap:hover .icon {
    display: inline-block;
    position: absolute;
    top: 12px;
    right: 12px;
    font-size: 22px;
}

.swap p {
    display: none;
}

.swap:hover p {
    display: inline-block;
    position: absolute;
    bottom: -35px;
    font-size: 16px;
    text-align: center;
    width: 100%;
    right: 0;
    letter-spacing: 0.5px;
}

.product {
    margin: 25px 0px;
    position: relative;
}

/*----end image hover---*/




@media only screen and (max-width: 1200px) {
    .product-display {
        padding: 0;
    }
}



@media only screen and (max-width: 991px) {
    .pro-sec {
        padding-top: 5rem;
    }
}


@media only screen and (max-width: 768px) {
    .product-display {
        /*margin: 10rem 0;*/
		margin: 5rem 0 2rem 0;
    }

    .swap:hover .icon {
        top: 2rem;
        right: 12rem;
        font-size: 33px;
    }

    .swap:hover p {
        font-size: 22px;
        bottom: -40px;
    }

    .product {
        text-align: center;
    }

    .swap img {
        width: 70%;
    }
}

@media only screen and (max-width: 500px) {
    .swap:hover .icon {
        font-size: 30px;
        right: 8rem;
    }

}

@media only screen and (max-width: 430px) {

    .swap:hover .icon {
        font-size: 25px;
    }

}

@media only screen and (max-width: 380px) {
    .swap:hover .icon {
        right: 55px;
        font-size: 16px;
    }

    .swap:hover p {
        font-size: 16px;
    }

}

/*----------------------product display section-----------------------------*/




















/*---------------------------START FOOTER SECTION---------------------------------  */

.footer-sec {
    /*    background-image: url(../IMAGES/IMG_5100for-web.jpg);*/
    background-image: -o-linear-gradient(rgba(86, 80, 99, 0.9), rgba(86, 80, 99, 0.9)), url(../IMAGES/IMG_5100for-web.jpg);
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(86, 80, 99, 0.9)), to(rgba(86, 80, 99, 0.9))), url(../IMAGES/IMG_5100for-web.jpg);
    background-image: linear-gradient(rgba(86, 80, 99, 0.9), rgba(86, 80, 99, 0.9)), url(../IMAGES/IMG_5100for-web.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 620px;

}

.footer-sec .footer-up {
    padding-top: 75px;
}

.footer-sec .footer-up .bg-light {
    background-color:
        #fff !important;
}

.footer-sec .footer-up .frm h1 {
    font-size: 22px;
    padding: 30px 0px 25px;
    color: #575264;
    letter-spacing: 0.5px;
}

.footer-sec .footer-up .form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 14px;
    line-height: 1.5;
    color: #000;
    background-color: #eaeaea;
    background-clip: padding-box;
    border: none !important;
    border-radius: none !important;
    -webkit-box-shadow: none !important;
    box-shadow: none !important;
}

.footer-sec .footer-up .btn-block {
    width: 50% !important;
    background-color: #575264;
}

.footer-sec .footer-up .btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: none !important;
    padding: 12px 0px !important;
    font-size: 22px;
    line-height: 1.5;
    border-radius: none !important;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.footer-sec .footer-up .ftr-list-1,
.footer-sec .ftr-list-2 {
    float: right;
}

.footer-up .ftr-list-1 li,
.ftr-list-2 {
    list-style: none;
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.footer-up .ftr-list-1 li:hover {
    padding-left: 5px;
}

.footer-up .ftr-list-2 li {
    -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}

.footer-up .ftr-list-2 li:hover {
    padding-left: 5px;
}

.footer-sec .footer-up .ftr-list-1 li a,
.footer-sec .footer-up .ftr-list-2 li a {
    text-decoration: none;
    font-size: 14px;
    color: #fff;
    line-height: 40px;
    font-weight: 500;
    letter-spacing: 0.5px;
}

.footer-sec .footer-up .ftr-list-1 li a:hover,
.footer-sec .footer-up .ftr-list-2 li a:hover {
    color: #e1e1e1;
}

.footer-sec .footer-up .ftr-list-1 li a h3,
.footer-sec .footer-up .ftr-list-2 li h3,
.footer-sec .ftr-list-3 h3 {
    font-size: 22px;
    color: #fff;
    padding-bottom: 30px;
    font-weight: 500;
}

.footer-sec .ftr-list-3 {
    float: right;
}

.footer-sec .ftr-list-3 h5 {
    font-size: 16px;
    color: #fff;
    padding-bottom: 20px;
    font-weight: 500;
}

.footer-sec .ftr-list-3 p {
    font-size: 14px;
    color: #fff;
    font-weight: 500;
    line-height: 25px;
    padding-bottom: 25px;
    letter-spacing: 0.5px;
}

.footer-sec .ftr-list-3 .num {
    color: #fff;
    font-size: 20px;
    text-decoration: none;
}

.footer-sec .num span {
    font-size: 20px;
}

.footer-sec .ftr-list-3 .ftr-icon {
    padding-top: 30px;
}

.footer-sec .ftr-list-3 .ftr-icon li {
    list-style: none;
    display: inline-block;
}

.footer-sec .ftr-icon .social-icon {
    font-size: 20px;
    width: 35px;
    height: 35px;
    display: inline-block;
    border-radius: 50%;
    line-height: 35px;
    background-color: #fff;
    text-align: center;
    font-variant-caps: 16px;
    color: #575264;
    margin-left: 10px;
}

.footer-sec .ftr-icon .social-icon:hover {
    background-color: #575264;
    color: #fff;
    -webkit-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.footer-sec .footer-down {
    text-align: center;
    padding-top: 65px;
}

.footer-sec .footer-down p {
    color: #fff;
    font-size: 14px;
}





@media only screen and (max-width:992px) {

    .footer-sec .footer-up .ftr-list-1,
    .footer-sec .ftr-list-2,
    .footer-sec .ftr-list-3 {
        float: left;
        margin-top: 5rem;
    }

    .footer-sec .footer-down {
        padding: 6rem 0 4rem;
    }

    .footer-sec .footer-up .form-control {
        padding: 2.375rem 0.75rem;
        margin: 1px 0px;
    }

    .footer-sec .footer-up .btn {
        margin-top: 2rem;
    }
}

@media only screen and (max-width:576px) {
    .footer-sec .footer-up .btn {
        margin-bottom: 3rem;
    }

    .footer-sec .footer-up {
        margin: 0 10px;
    }
}


@media only screen and (max-width:330px) {
    .footer-sec .footer-up .frm h1 {
        font-size: 16px;
    }

    .footer-sec .footer-up .btn {
        padding: 9px 0px !important;
        font-size: 21px;
    }
}

/*---------------------------END FOOTER SECTION---------------------------------  */

















/*------------------back to top--------------*/
.btn-back-to-top p {
    white-space: nowrap;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg);
    color: #dce0e3;
    position: absolute;
    left: 10%;
    top: 30%;
    font-weight: 50;
    font-size: 16px;
    letter-spacing: 1px;
}

.btn-back-to-top {
    display: none;
    position: fixed;
    width: 40px;
    height: 100px;
    bottom: 100px;
    right: 20px;
    background-color: none;
    opacity: 1;
    z-index: 1000;
}

.btn-back-to-top .arrow {
    position: absolute;
    top: 0%;
    left: 50%;
    margin-top: -40px;
    margin-left: -63px;
    display: inline-block;
    font-size: 26px;
    color: #dce0e3;
    text-align: center;
    width: 120px;
    height: 60px;
    line-height: 60px;
    overflow: hidden;
    text-transform: uppercase;
    cursor: pointer;
    -webkit-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
    -o-transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
    transition: width 0.5s ease-in-out, margin 0.5s ease-in-out, border-radius 1s 0.25 ease-in-out, color 0.25s ease-in-out 0.25s;
}

.btn-back-to-top .arrow:before {
    position: absolute;
    display: inline-block;
    content: "";
    background: #dce0e3;
    width: 2.5px;
    height: 100px;
    top: 50%;
    left: 50.5%;
    margin-top: -8px;
    margin-left: -3px;
    -webkit-transform: translateY(50px);
    -ms-transform: translateY(50px);
    transform: translateY(50px);
    -webkit-animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
    animation: lineUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

.btn-back-to-top .arrow:after {
    position: absolute;
    display: inline-block;
    content: "";
    width: 10px;
    height: 10px;
    color: #dce0e3;
    border-top: 3px solid #dce0e3;
    border-left: 3px solid #dce0e3;
    -webkit-transform: rotateZ(45deg);
    -ms-transform: rotate(45deg);
    transform: rotateZ(45deg);
    top: 48%;
    left: 55.5%;
    margin-top: -6px;
    margin-left: -13px;
    -webkit-transform: translateY(50px) rotateZ(45deg);
    -ms-transform: translateY(50px) rotate(45deg);
    transform: translateY(50px) rotateZ(45deg);
    -webkit-animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
    animation: tipUp 1s cubic-bezier(0, 0.6, 1, 0.4) infinite 0.5s;
}

@-webkit-keyframes tipUp {
    0% {
        -webkit-transform: translateY(50px) rotateZ(45deg);
        transform: translateY(50px) rotateZ(45deg);
    }

    100% {
        -webkit-transform: translateY(-70px) rotateZ(45deg);
        transform: translateY(-70px) rotateZ(45deg);
    }
}

@keyframes tipUp {
    0% {
        -webkit-transform: translateY(50px) rotateZ(45deg);
        transform: translateY(50px) rotateZ(45deg);
    }

    100% {
        -webkit-transform: translateY(-70px) rotateZ(45deg);
        transform: translateY(-70px) rotateZ(45deg);
    }
}

@-webkit-keyframes lineUp {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }
}

@keyframes lineUp {
    0% {
        -webkit-transform: translateY(50px);
        transform: translateY(50px);
    }

    100% {
        -webkit-transform: translateY(-70px);
        transform: translateY(-70px);
    }
}



/*---------------scroll to down-------------------*/
#scroll-down {
    display: block;
    /* position: relative;*/
    padding-top: 79px;
    text-align: center;
}

.scrollbtn {
    position: absolute;
    left: 95%;
    top: 12%;
    z-index: 99;
}

#scroll-title {
    position: absolute;
    left: 3%;
    white-space: nowrap;
    -webkit-writing-mode: tb-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: tb-rl;
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
    color: #8f7e6b;
    letter-spacing: 1px;
    font-size: 18px;
}

#scroll-down {
    position: absolute;
    left: 5px;
    top: 85px;
    color: #000;
}

.scrollbtn .arrow-down {
    display: block;
    margin: 0 auto;
    width: 10px;
    height: 38px;
}

.scrollbtn .arrow-down:after {
    content: '';
    display: block;
    margin: 0;
    padding: 0;
    width: 10px;
    height: 10px;
    border-top: 2px solid #8f7e6b;
    border-right: 2px solid #8f7e6b;
    behavior: url(-ms-transform.htc);
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}

#scroll-title {
    display: block;
    text-transform: uppercase;
    color: #8f7e6b;
    font-family: Humanst521 lt BT light;
    font-size: 16px;
    letter-spacing: 1px;
    position: absolute;
    left: 70%;
    top: 0%;
}

#scroll-down::before {
    -webkit-animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    animation: elasticus 1.2s cubic-bezier(1, 0, 0, 1) infinite;
    position: absolute;
    top: 0px;
    left: 50%;
    margin-left: -1px;
    width: 2px;
    height: 90px;
    background: #8f7e6b;
    content: ' ';
}

@-webkit-keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}

@keyframes elasticus {
    0% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
    }

    50% {
        -webkit-transform-origin: 0% 0%;
        -ms-transform-origin: 0% 0%;
        transform-origin: 0% 0%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    50.1% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        transform: scale(1, 1);
    }

    100% {
        -webkit-transform-origin: 0% 100%;
        -ms-transform-origin: 0% 100%;
        transform-origin: 0% 100%;
        -webkit-transform: scale(1, 0);
        -ms-transform: scale(1, 0);
        transform: scale(1, 0);
    }
}



.modal-title{
	font-size: 2rem;
}
.modal-header{
	padding: 1px 10px;
}
.modal-footer{
	padding: 3px 10px;
}
.modal-body{
	padding: 0px 20px;
}
.form-group{
	margin-bottom:0px;
}
.form-group label{
	font-size:15px;
	margin-bottom: .1rem;
	font-weight: 500;
}
.modal-body .form-control{
	height:35px;
}
.mobile-view{display:block;}
.desktop-view{display:none;}

@media (max-width: 992px) {
    .scrollbtn {
        display: none;
    }
	.mobile-view{display:none;}
.desktop-view{display:block;}
}

@media (max-width: 576px) {
    .btn-back-to-top {
        bottom: 50px;
        right: 10px;
    }
}

@media (min-width:1170px){
	.footer-sec{
		min-height: 530px;
	}
}
	
.mobile-view{display:block;}
.desktop-view{display:none;}
