/* ==========================================================================
                                   font
   ========================================================================== */
body,html{
    font-size: 16px;
    line-height: 30px;
    }
    body.master3 {
        font-size: 15px;
    }
#content{
    overflow-x: hidden;
    }
.font-8 {
    font-size: 0.5rem;
    }

.font-10 {
    font-size: 0.625rem;
    }

.font-12 {
    font-size: 0.75rem;
    }

.font-13 {
    font-size: 0.8125rem;
    }

.font-14 {
    font-size: 0.875rem;
    }

.font-16 {
    font-size: 1rem;
    }

.font-18 {
    font-size: 1.125rem;
    }

.font-20 {
    font-size: 1.25rem;
    }

.font-22 {
    font-size: 1.375rem;
    }

.font-24 {
    font-size: 1.5rem;
    }

.font-26 {
    font-size: 1.625rem;
    }

.font-28 {
    font-size: 1.75rem;
    }

.font-30 {
    font-size: 1.875rem;
    }

.font-32 {
    font-size: 2rem;
    }
.font-42{
    font-size: 3rem;
    }
.font-72 {
    font-size: 72px;
    }

a:hover {
    text-decoration: none !important;
    }
.font-line-30{
    line-height: 30px;
    }
.text-light2{
    font-weight: 300;
    }
.line-height-top{
    line-height: 45px;
    }

/* ==========================================================================
                                   color
   ========================================================================== */

body {
    color: #1E1C24;
    /* overflow: hidden; */
    }
.text-white{
    color: white;
    }
.text-yellow{
    color: #fca80f;
    }
.text-red{
    color: #e2574c;
    }
.text-gray{
    color: #cccccc;
    }

.text-black{
    color: #232323;
    }
.text-black-light{
    color: #616161;
    }
.text-dark-violet{
    color: #525FFB;
    }
.text-blue{
    color: #003876;
    }
.back-dark-violet{
    /* background-color: #372b7d; */
    }
.hover-text-black:hover{
    color: #372b7d;
    }
.back-white{
    background-color: white;
    }
/* ==========================================================================
                                   btn
   ========================================================================== */

.btn-white{
    
    background-color: white;
    border-radius: 33px;
    height: 65px;
    min-width: 200px;
    text-align: center;
    padding: 15px 0;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    }
.btn-violet{
    background-color: #372b7d;
    border-radius: 33px;
    height: 65px;
    min-width: 225px;
    
    text-align: center;
    padding: 20px 0;
    color: white !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    
    }
.btn-violet-sm{
    background-color: #525FFB;
    border-radius: 33px;
    height: 40px;
    min-width: 130px;
    text-align: center;
    padding: 9px 30px;
    font-size: 12px;
    color: white !important;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    
    }
.btn-red-sm{
    background-color: #e2574c;
    border-radius: 33px;
    height: 40px;
    min-width: 130px;
    text-align: center;
    padding: 9px 30px;
    font-size: 12px;
    color: white ;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    
    }
.btn-red-sm:hover{
    background-color:white;
    color:#e2574c ;
    border: 1px solid #e2574c;
    }
.btn-white-border{
    background-color: white;
    border: 1px solid #525FFB;
    border-radius: 33px;
    color: #525FFB;
    height: 40px;
    min-width: 100px;
    padding: 9px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }
.btn-white-border-lg{
    background-color: white;
    border: 1px solid #525FFB;
    border-radius: 33px;
    color: #525FFB;
    height: 45px;
    min-width: 155px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }
.btn-white-border:hover,.btn-white-border-lg:hover{
    color: #ffffff;
    background-color: #525FFB;
    border-color: #525FFB;
    box-shadow: 0 11px 29px 0 rgba(0, 56, 118, 0.15);
    }
.btn-blue{
    
    }
.btn-white-background {
    background-color: #F59445;
    border: 1px solid #F59445;
    border-radius: 33px;
    color: white;
    height: 40px;
    min-width: 100px;
    padding: 9px;
    font-size: 12px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }
.btn-white-background-lg {
    background-color: #F59445;
    border: 1px solid #F59445;
    border-radius: 33px;
    color: white;
    height: 45px;
    min-width: 155px;
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }
.btn-white-background:hover,.btn-white-background-lg:hover {
    background-color: white;
    color: #F59445 !important;
    border: 1px solid #F59445;
    box-shadow: 0 11px 29px 0 #f594452b;
    }
.btn-white:hover{
    /* background-color:#372b7d; */
    /* color: white !important; */
    /* border: 1px solid #525ffb; */
    }
.btn-violet:hover,.btn-violet-sm:hover{
    background-color:white;
    color: #372b7d !important;
    border: 1px solid #372b7d;
    }
/* ==================================
               form
   ================================== */
.sidebar-form{
    background-color: white;
    box-shadow: 0 15px 38px 10px rgba(0,0,0,0.1);
    border-radius: 10px !important;
    }
.sidebar-form-header{
    padding-top: 35px;
    padding-right: 40px !important;
    padding-left: 40px !important;
    
    
    }
.sidebar-form-header-text:after{
    content: "";
    background-color:#fca80f ;
    height: 2px;
    width: 70px;
    display: block;
    margin-top: 1rem !important;
    margin: 0 auto;
    }

.curve-box-parent input:not([type='checkbox']), .curve-box-parent select.form-control {
    height: 50px;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    padding: 10px 30px;
    -webkit-appearance: none;
    font-family: inherit;
    border: 1px solid #ddd;
    background: transparent;
    outline: 0;
    margin: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #616161;
    margin-bottom: 1rem;
}

/*input:not([type='checkbox']), select{
    height: 50px;
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    padding: 10px 30px;
    -webkit-appearance: none;
    font-family: inherit;
    border: 1px solid #ddd;
    background: transparent;
    outline: 0;
    margin: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #616161;
    margin-bottom: 1rem;
    }*/
.curve-box-parent textarea {
    height: 150px;
    /* max-width: 100%; */
    width: 100%;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.7;
    padding: 10px 30px;
    -webkit-appearance: none;
    font-family: inherit;
    border: 1px solid #ddd;
    background: transparent;
    outline: 0;
    margin: 0;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    color: #616161;
    margin-bottom: 1rem;
}

    .curve-box-parent input:not([type='checkbox']):focus,
    .curve-box-parent input:not([type='checkbox']):active,
    .curve-box-parent select:focus,
    .curve-box-parent select:active,
    .curve-box-parent textarea:focus,
    .curve-box-parent textarea:active {
        border-color: transparent;
        background: #fff;
        -webkit-box-shadow: 0 7px 38px 0 rgba(0,0,0,0.1);
        -moz-box-shadow: 0 7px 38px 0 rgba(0,0,0,0.1);
        box-shadow: 0 7px 38px 0 rgba(0,0,0,0.1);
    }
.input-form{
    position: relative;
    }
.input-form .form-icon {
    position: absolute;
    z-index: 1;
    top: 15px;
    /* height: 20px; */
    left: 35px;
    font-size: 20px;
    color: #bababa;
    }
::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    color: #bababa;
    opacity: 1; /* Firefox */
    }

:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #bababa;
    }

::-ms-input-placeholder { /* Microsoft Edge */
    color: #bababa;
    }
.form-submit{
    background-color: #fca80f !important;
    border: none !important;
    width: 100%;
    box-shadow: 0px 11px 29px 0 rgba(252, 168, 15, 0.26);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    
    }
.form-submit-violet{
    background-color: #372b7d !important;
    border: none !important;
    width: 100%;
    box-shadow: 0px 11px 29px 0 rgba(55, 43, 125, 0.26);
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    }
.form-submit-violet:hover{
    background-color: white !important;
    border: 1px solid #372b7d !important;
    width: 100%;
    box-shadow: none;
    color:#372b7d  !important;
    cursor: pointer;
    
    }
.form-submit:hover{
    background-color: white !important;
    border: 1px solid #fca80f  !important;
    width: 100%;
    box-shadow: none;
    color:#fca80f  !important;
    cursor: pointer;
    
    }
.sidebar-form-footer{
    background-color: #372b7d;
    border-radius:  0 0 10px 10px;
    }
.sidebar-form-footer p a:hover{
    color:#fca80f  !important;
    text-decoration: solid !important;
    }
.z-index{
    z-index: 2;
    }
/* ==========================================================================
                                   bootstrap4
   ========================================================================== */
.text-center{
    text-align: center;
    }

.img-fluid {
    max-width: 100%;
    height: auto;
    }
.center-nav{
    width: auto;
    float: none;
    margin: 0 auto;
    display: table;
    }
/* ==========================================================================
                                   header
   ========================================================================== */
.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
    }
.font-logo{
    font-size: 18px;
    }
.img-logo{
    display: flex;
    }
.img-logo h1{
    margin-right: 10px;
    }
.header-in{
    padding-top: 16px;
    }
.header-in .navbar-collapse{
    margin-top: 3px;
    }
.logo-top{
    max-height: 60px;
    }
.header-top-bar {
    /*border-bottom: 1px solid #EAEAEA;*/
    border-bottom: 2px solid #66afd0;
    background-color: white;
}

.sidebar:before{content:  url(../imgvr2/circle.svg);width: auto;height: auto;position: absolute;right: 0;/* z-index: -2; */top: 20px;transform: rotate(180deg);}
.sidebar{
    /* padding-bottom: 45px; */
    position:relative;
    margin-top: 90px;
    }
.sidebar:after {
    content: url(../imgvr2/bg.png);
    display: block;
    position: absolute;
    bottom: -150px;
    left: 0;
    z-index: -1;
    width: auto;
    
    height: auto;
    
    }
.toggle3{
    border-color: rgba(0,0,0,.1);
    float: right;
    margin-right: 15px;
    margin-left: auto;
    }
.img-logo{
    float: right;
    margin-right: 15px;
    margin-left: auto;
    }
.toggle3 span{
    background-color: rgba(0,0,0,.5) !important;;
    }

.navbar-light .navbar-nav .active>.nav-link, .navbar-light .navbar-nav .active>a{
    color: #fca80f !important;
    font-weight: 500;
    }

.navbar-light .navbar-nav li>a{
    color: rgba(0,0,0,.5);
    padding-left: 8px;
    padding-right: 8px;
    }
.navbar-light .navbar-nav li>a:hover{
    color: rgba(0,0,0,.7);
    }
.header-menu .header-main .nav-item .nav-link:hover, .navbar-light .navbar-nav .active>a:hover ,.header-menu .header-main .nav-item.show .nav-link{
    color: #fca80f;
    font-weight: 500;
    }
/* ==================================
               services
   ================================== */
.back-blue{
    background-color: #525FFB;
    border-radius: 10px;
    }
.back-blue-light{
    background-color: #E9F0FF;
    border-radius: 10px;
    }
.back-yellow{
    background-color: #FFE7AA;
    border-radius: 10px;
    }
.img-box-services img{
    max-height: 150px;
    margin: 0 auto;
    }
.box-services:hover{
    -webkit-box-shadow: 0 15px 38px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 15px 38px 0 rgba(0,0,0,0.1);
    box-shadow: 0 15px 38px 0 rgba(0,0,0,0.1);
    }

/* ==========================================================================
                                 pack
   ========================================================================== */
.pack{
    border-bottom: 1px solid #EAEAEA;
    }

/* ==========================================================================
                                case
   ========================================================================== */
.case{
    background-image: url(../imgvr2/Page-1.svg);
    background-repeat: no-repeat;
    /*background-size: cover;*/
    /*height: 900px;*/
    width: 100%;
    background-position: 50%;
    }
.text-in-case{
    padding: 10px 16px;
    /* float: left; */
    transition: opacity 0.6s ease;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    /* width: 20%; */
    border-radius: 15px;
    background-color: white;
    /* margin-top: 1px; */
    position: absolute;
    right: 50px;
    top: -55px;
    display: inline-block;
    }
.text-in-case:before {
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    content: "";
    /* margin-left: -95px; */
    bottom: -10px;
    right: 30px;
    position: absolute;
    /* -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); */
    /* box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); */
    /* border-radius: 16px; */
    }
.multi .text-in-case,.cafe .text-in-case,.kargah .text-in-case{
    left: 30px;
    right: auto;
    }
.multi .text-in-case:before,.cafe .text-in-case:before,.kargah .text-in-case:before{
    left: 30px;
    right: auto;
    }

.aba{
    position: relative;
    /* position: absolute; */
    /* z-index: -100; */
    /* margin-left:100px; */
    /* margin-top:-5px; */
    }
.aba img{
    
    max-height: 90px;
    }
.tool{
    position: relative;
    /* font-family: serif; */
    }
.tool:before,
.tool:after{
    position: absolute;
    left: 50%;
    opacity: 1;
    }
.tool:before{
    border-style: solid;
    border-width: 10px 10px 0 10px;
    border-color: #ffffff transparent transparent transparent;
    content:"";
    margin-left: -95px;
    top: 0;
    /* -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); */
    /* box-shadow: 0 2px 4px 0 rgba(0,0,0,.1); */
    /* border-radius: 16px; */
    }
.tool:after{
    background: #ffffff;
    border-radius: 15px;
    bottom:100%;
    color: #232323;
    content: attr(data-toll);
    margin-left: -235px;
    padding:10px;
    width:175px;
    transition:opacity 0.6s ease;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    /* border-radius: 16px; */
    }

.bg {
    /* padding: 6px 6px; */
    /* float: left; */
    /* width: 20%; */
    }

.icon {
    width: 100px;
    height: 100px;
    /* overflow: hidden; */
    /* border-radius: 50%; */
    /* box-shadow: 3px 3px 10px black; */
    border: 0px;
    /* background-color: white; */
    /* margin-left: auto; */
    /* margin-right: auto; */
    display: block;
    /* TRANSITION HERE!! */
    -webkit-transition: transform 1s ease;
    -moz-transition: transform 1s ease;
    -ms-transition: transform 1s ease;
    -o-transition: transform 1s ease;
    transition: transform 1s ease;
    /* END OF TRANSITION */
    }

.icon img{
    left: 50%;
    top: 50%;
    height: 100%;
    width: auto;
    }

.icon:hover {
    transform: translateX( -1px ) rotateY( 180deg ); /* ALSO EXTRA TRANSFORM PROPERTIES ADDED FOR COMPATIBILITY*/
    -ms-transform: translateX( -1px ) rotateY(180deg); /* IE 9 */
    -webkit-transform: translateX( -1px ) rotateY(180deg); /* Chrome, Safari, Opera */
    }
.box-case{
    /*margin: 75px 0;*/
    }
.sazman{
    padding-right: 100px;
    }

.remote .tool:after{
    margin-left: -275px;
    
    width: 220px;
    }
.multi{
    text-align: left;
    padding-left: 100px;
    }
.multi .icon{
    margin-right: auto;
    }
.multi .tool:after{
    margin-left: -135px;
    }
.multi .tool:before{
    margin-left: 0;
    }
.text-case{
    right: 0;
    left: 0;
    bottom: 0;
    top: 0;
    }
.cafe,.kargah{
    text-align: left;
    
    }
.cafe .icon,.kargah .icon{
    margin-right: auto;
    }
.cafe .tool:after,.kargah .tool:after{
    margin-left: 60px;
    }
.cafe .tool:before,.kargah .tool:before{
    margin-left: 80px;
    }
.kargah{
    padding-left: 80px;
    }
.box-pack{
    padding-left: 15px !important;
    padding-right: 15px !important;
    }
.slick-dots li button:before {
    /*font-size: 32px;*/
    font-size: 12px;
}
/* ==========================================================================
                                last
   ========================================================================== */
.last-pack-tabs{
    border: 1px solid #EAEAEA;
    -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    box-shadow: 0 2px 4px 0 rgba(0,0,0,.1);
    border-radius: 10px;
    }
.last-pack-tabs .nav-item .nav-link{
    border-left:  1px solid #EAEAEA;
    }
.last-pack-tabs .nav-item:last-child .nav-link{
    border-left: none;
    }
.last-pack-tabs .nav-link.active {
    color: #fff;
    background-color: #525FFB;
    }
.img-res{
    max-height: 500px;
    position: absolute;
    /* width: 250px; */
    margin-right: -50%;
    max-width: 90%;
    max-height: 100%;
    /* height: 100px; */
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%;
    }
.number{
    background-color: #EBF3FA;
    padding: 10px;
    border-radius: 5px;
    color: #003876;
    line-height: 23px;
    height: 40px;
    width: 40px;
    margin-left: 20px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    }
.nav-stacked .nav-link.active{
    color: #003876;
    font-weight: 700;
    opacity: 1;
    }
.nav-stacked .nav-link{
    opacity: 0.8;
    }
.panch-slid p{
    direction: rtl !important;
    text-align: center !important;
    }
/* ==========================================================================
                               sale
   ========================================================================== */
.box-sale-out{
    border: 1px solid #EAEAEA;
    border-radius: 0 0 10px 10px;
    }
.top-box-sale{
    background-color: #EAF2FB;
    text-align: center;
    border-radius: 10px 10px 0 0;
    }
.tick{
    background-color: #EBF3FA;
    padding: 5px;
    border-radius: 5px;
    color: #003876;
    line-height: 14px;
    height: 20px;
    font-size: 10px;
    width: 20px;
    margin-left: 15px;
    text-align: center;
    display: inline-block;
    vertical-align: middle;
    }
.tick.tick-yellow{
    background-color: #FFE7AA;
    }
.box-sale-in{
    border-bottom: 1px solid #EAEAEA;
    }
.box-sale-yellow .top-box-sale{
    background-color: #FFE7AA;
    }
.sales-box{
    position: relative;
    }
.sales-box:before{
    content: url("../imgvr2/13.png");
    position: absolute;
    bottom: 0;
    right: -100px;
    }
.sales-box:after{
    content: url("../imgvr2/14.png");
    position: absolute;
    bottom: 0;
    left: -85px;
    z-index: -1;
    }
.box-sale-out p{
    font-size: 14px;
    }
.pack-saller{
    overflow: hidden;
    }
.nav-animate .nav-link{
    padding-right: 0;
    padding-left: 0;
    }
/* ==========================================================================
                               counter
   ========================================================================== */
.counters{
    background-color: #372b7d;
    border-radius: 20px;
    -webkit-box-shadow: 0 15px 38px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 15px 38px 0 rgba(0,0,0,0.1);
    box-shadow: 0 15px 38px 0 rgba(0,0,0,0.1);
    }
/* ==========================================================================
                              logo
   ========================================================================== */
.logo{
    position: relative;
    /*background-color: #f3f3f3;*/
    }

.logo-slid .slick-slide img{
    margin: 0 auto;
    }
.slick-prev,.slick-next{
    display: none !important;
    }
.btn-social{
    margin-bottom: 20px;
    margin-left: 10px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    }
.btn-social:hover{
    -webkit-box-shadow: 0 15px 38px 0 rgba(0,0,0,0.1);
    -moz-box-shadow: 0 15px 38px 0 rgba(0,0,0,0.1);
    box-shadow: 0 15px 38px 0 rgba(0,0,0,0.1);
    transform: scale(0.9) !important;
    }
/* ==========================================================================
                              app
   ========================================================================== */
.app{
    background-image: url(../imgvr2/Bg.svg);
    background-repeat: no-repeat;
    background-size: cover;
    height: 350px;
    width: 100%;
    background-position: 50%;
    }
/* ==========================================================================
                             footer
   ========================================================================== */
footer{
    background-image: url("../imgvr2/footer-img-01.png");
    /*background-color:#372b7d ;*/
    position: relative;
    padding-top: 200px;
    background-repeat: repeat-x;
    background-size: cover;
    /* background-position: 50%; */
    }
.social.padding{
    margin-top: 1.5rem!important;
    margin-bottom: 1rem;
    }
.footer-copy.padding{
    padding-bottom: 1rem!important;
    padding-top: 1.5rem!important;
    }
.logo-footer{
    max-height: 100px;
    }
footer .nav-link:hover{
    color: #fca80f;
    font-weight: 500;
    }
.register-footer input{
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0;
    color: #cccccc;
    padding: 10px ;
    }
.register-footer input::placeholder{
    color: #cccccc;
    }

.register-footer input:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #cccccc;
    }

.register-footer input::-ms-input-placeholder { /* Microsoft Edge */
    color: #cccccc;
    }
.register-footer button{
    background-color:#fca80f;
    color: white !important;
    border-radius: 25px;
    /*border: none;*/
    min-width: 100px;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    border: 1px solid #fca80f;
    }
.register-footer button:hover{
    background-color:white;
    color: #fca80f !important;
    border: 1px solid #fca80f;
    }
ul.social {
    /* text-align: left; */
    direction: ltr;
    margin: 0;
    padding: 0;
    }
ul.social li {
    width: 35px;
    height: 35px;
    display: inline-block;
    }
ul.social li a {
    width: 35px;
    height: 35px;
    display: block;
    background-repeat: no-repeat !important;
    background-position: center !important;
    }
.social li:first-child a {
    background: url(../imgvr2/social1.png);
    }
.social li:nth-child(2) a {
    background: url(../imgvr2/social2.png);
    }
.social li:nth-child(3) a {
    background: url(../imgvr2/social3.png);
    }
.social li:nth-child(4) a {
    background: url(../imgvr2/social4.png);
    }
.social li:nth-child(5) a {
    background: url(../imgvr2/social5.png);
    }
.footer-copy{
    border-top: 1px solid rgba(243, 243, 243, 0.31);
    }
