* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
    font-family: iranSANS;
}

@font-face {
    font-family: iranSANS;
    src: url('../fonts/IRANSansWeb_Light.ttf');
    src: url('../fonts/IRANSans_num.ttf');
}

@font-face {
    font-family: iranSANS-black;
    src: url('../fonts/IRANSansWeb_Black.ttf');
    src: url('../fonts/IRANSans_num.ttf');
}

a,
a:hover,
a:visited {
    text-decoration: none !important;
    color: inherit;
}
:root{
    --main-color:#017466;
    --main-color-1: rgba(1, 116, 102, 0.1);
    --main-color-2: rgba(1, 116, 102, 0.2);
    --main-color-3: rgba(1, 116, 102, 0.3);
    --main-color-4: rgba(1, 116, 102, 0.4);
    --main-color-6: rgba(1, 116, 102, 0.6);
    --main-color-8: rgba(1, 116, 102, 0.8);
    --second-color:#53b4a8;
}
body {
    /*    height: 100%;*/
    min-height: 100vh;
    padding: 0;
    margin: 0;
    position: relative;
}

select {
    background-image: url(../img/icon/arrow-down.png) !important;
    background-repeat: no-repeat;
    background-position: 10px center;
    cursor: pointer;
    text-align: right !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    background-color: white;
}
.d-flex {
    display: -ms-flexbox!important;
    display: flex!important;
}
.align-content-center {
    -ms-flex-line-pack: center!important;
    align-content: center!important;
}
.align-content-start {
    -ms-flex-line-pack: start!important;
    align-content: flex-start;
}
.align-items-center {
    -ms-flex-align: center!important;
    align-items: center!important;
}
.wrapper {
    width: 100%;
    position: relative;
    overflow: auto;
    min-height: 100vh;
}

.relative {
    position: relative !important;
}

.ct-row {
    clear: both;
    width: 100%;
}
.global-container{
    width: 100%;
    max-width: 1450px;
    margin: 0 auto;
    padding: 0 15px;
}
.error {
    color: #c40909;
    font-size: 12px;
    position: absolute;
    top: 100%;
    right: 0;
}
.main-content{
    min-height: calc(100vh - 400px);
      background: url("../img/map-bg.jpg") center center / 100% auto repeat-y;
        color: #4e4e4e;

}
.page-content{
    padding-top: 100px;
}
.main-header {
    width: 100%;
    position: relative;
}


.top-bar {
    width: 100%;
    height: 80px;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    top: 0;
    z-index: 900;
    box-shadow: 0 1px 20px rgba(0,0,0,0.2);
}

.linear-header {
    min-height: 80px;
    height: 80px;
    background: none;
}

.fix-menu {
    position: fixed;
    top: 0;
}

.ct-container {
    margin: 0 50px;
}

.main-logo {
    width: auto;
    height: 80px;
/*    background-color: #00695c;*/
    text-align: center;
/*    line-height: 110px;*/
    float: right;
    color: white;
    font-weight: bold;
    font-size: 18px;
    padding: 10px 10px;
    margin-left: 15px
}
.main-logo img{
    height: 100%;
}

/*
@media (max-width:992px) {
    .main-logo {
        height: 100px;
        line-height: 100px;
    }
}
*/

.main-nav {
    border: 0;
    margin-bottom: 0;
}

.main-nav li>a {
    line-height: 80px;
    padding: 0 15px;
    color: black;
    position: relative;
}

.main-nav li>a:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 3px;
    background-color: #00695c;
    transition: all 0.2s ease-out;
}

.main-nav li>a:hover:after,
.main-nav li>a:focus:after,
.main-nav li>a:active:after,
.main-nav li.active>a:after {
    width: 100%;
}

.main-nav li>a:hover,
.main-nav li>a:focus,
.main-nav li>a:active,
.main-nav li.active>a {
    background-color: transparent !important;
}

.collapsing-btn {
    width: 40px;
    padding: 20px 0;
    cursor: pointer;
    display: none;
    position: relative;
    z-index: 110;
    text-align: left;
    margin: 0 10px;
}

.collapsing-btn span {
    display: block;
    width: 40px;
    height: 5px;
    border-radius: 3px;
    background-color: #00695c;
    margin-top: 6px;
    transition: all 0.3s;
}


/*
.closing-btn span {
    background-color: white;

}
*/

.collapsing-btn span:nth-child(2) {
    margin-right: 7px;
}

.collapsing-btn:hover span:nth-child(2) {
    margin-right: 0;
}

.collapsing-btn:hover span:nth-child(odd) {
    margin-right: 7px;
}

.overlay {
    width: 0;
    height: 0;
    background-color: rgba(81, 191, 192, 0.9);
    position: fixed;
    top: 0;
    right: 0;
    z-index: 100;
    border-bottom-left-radius: 100%;
    transition: all .5s ease-in-out;
}

.splash {
    width: 300vw;
    height: 300vw;
}

.closing-btn span {
    background-color: black;
}

.closing-btn span:first-child {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 5px 50%;
    transform-origin: 5px 50%;
}

.closing-btn span:nth-child(2) {
    opacity: 0;
}

.closing-btn span:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 4px 50%;
    transform-origin: 4px 50%;
}

.closing-btn:hover span {
    margin-right: 0 !important;
}
@media (min-width:992px) {
    .main-menu{
        display: block !important;
    }
}
@media (max-width:992px) {
    .collapsing-btn {
        display: block !important;
    }
    .main-menu {
        display: none;
        position: absolute;
        top: calc(100% - 20px);
        width: 100%;
        background-color: rgba(255, 255, 255, 0.9);
        margin: 0 -15px;
        overflow-y: auto;
        height: calc(100vh - 80px);
        padding-top: 30px;
        z-index: -1;
    }
    .main-menu>li {
        position: relative;
        display: block;
        float: none;
    }
    .main-menu li>a {
        text-align: center;
        line-height: 60px;
        transition: all 0.2s;
        font-weight: bold;
    }
    .main-menu li a:hover {
        background-color: rgba(0, 105, 92, 0.8) !important;
    }
    .main-menu li a:after {
        height: 0;
    }
}

@media (width:768px) {
    
}

.login-button {
    width: auto;
    display: inline-block;
    float: left;
    padding-top: 19px;
    font-size: 20px;
}

.login-button .login-btn {
    padding: 0 12px;
    line-height: 40px;
    transition: all 0.3s;
    margin: 0;
}

.login-button .login-btn:hover,
.login-button .login-btn:active,
.login-button .login-btn:focus {
    background-color: rgba(22, 167, 149, 0.5);
}
.logout-btn, .profile-btn{
    display: inline-block;
    height: 40px;
    line-height: 40px;
    color: #00695c ;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    float:right;
}
.logout-btn i, .profile-btn i{
    vertical-align:middle;
    line-height: 40px;
    margin: 0 7px;
    font-size: 19px;
}
.logout-btn:hover, .profile-btn:hover{
    color: #53b4a8;
}
@media (max-width:450px){
    .logout-btn, .profile-btn{
        font-size: 13px;
    }
    .logout-btn i, .profile-btn i{
 
    font-size: 16px
}
    .main-logo{
        margin-left: 0;
        padding: 15px;
    }
}
@media (max-width:375px){
     .logout-btn i, .profile-btn i{
 
    display: none;
}
}
.middle-header {
    width: 100%;
    /*    padding-top: 7%;*/
    position: relative;
     min-height: 650px;
    height: 100vh;
}


@media (max-width:768px){
    .middle-header {

    min-height: 600px;
        
   
}
}
.homepage-slide{
    background: url(../img/header-bg5.jpg) center center/cover no-repeat;
    position: relative;
}
.homepage-slide:after{
    content: '';
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: var(--main-color-3);
/*    z-index: -1*/
}

.search-body {
    width: 100%;
    max-width: 600px;
    padding: 50px 4%;
    height: 300px;
    background-color: transparent;
    margin: 0 auto;
    top: 55%;
    transform: translateY(-50%);
    position: relative;
    z-index: 10;
}

.search-item-wrapper {
    margin-bottom: 20px;
    overflow: hidden;
}

.search-item {
    width: 30%;
    margin-left: 5%;
    border: 2px solid white;
    float: right;
    padding-top: 25%;
    /*    height: 70px;*/
    border-radius: 4px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background-color: rgba(1, 83, 73, 0.8);
    box-shadow: 0 0 5px black;
}

.search-item:last-child {
    margin-left: 0;
}

.search-item-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: all 0.3s ease-out;
    padding: 0 4px;
}

.search-item span {
    display: inline-block;
    width: 100%;
    height: 50%;
    color: white;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
}

.search-item .search-item-icon {
    padding-top: 25px;
    font-size: 35px;
    /*    display: none;*/
}

.search-item .search-item-content {
    font-weight: bold;
    padding-top: 12px;
}

.search-item-hover {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    text-align: center;
    background-color: rgba(255, 255, 255, 0.8);
    transition: all 0.3s;
    vertical-align: middle;
}

.search-item-hover span {
    margin-top: 28%;
    font-size: 45px;
    color: #00695c;
}

.search-item:hover .search-item-hover {
    top: 0;
}

.search-item:hover .search-item-inner {
    opacity: 0;
    transition: all 0.3s;
}

.search-box {
    width: 100%;
    height: 50px;
    border: 1px solid white;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 0 5px black;
}

.search-icon {
    display: inline-block;
    width: 45px;
    text-align: center;
    line-height: 48px;
    float: right;
    color: #00695c;
    font-size: 22px;
    position: relative;
}

.search-icon input {
    display: inline-block;
    width: 100%;
    height: 100%;
    border: 0;
    background-color: transparent;
    position: absolute;
    top: 0;
    left: 0;
    outline: 0;
}

.search-input {
    width: calc(100% - 45px);
    height: 49px;
    line-height: 43px;
    padding-right: 10px;
    color: black;
    border: 0;
    background-color: transparent;
    float: right;
    outline: 0;
}

@media(max-width:768px) {
    .search-body {
        max-width: 400px;
        height: auto;
        padding: 50px 40px;
    }
    .search-item {
        width: 100%;
        margin-left: 0;
        padding-top: 70px;
        margin-bottom: 10px;
    }
    .search-item span {
        width: auto;
        height: auto;
        vertical-align: middle;
    }
    .search-item-inner {
        text-align: center;
    }
    .search-item .search-item-icon {
        font-size: 25px;
        margin-left: 10px;
        vertical-align: bottom;
        /*    display: none;*/
    }
    .search-item-hover span {
        margin-top: 17px;
        font-size: 30px;
    }
}

@media(max-width:425px) {
    .search-body {
        max-width: 300px;
    }
    .search-body {
        padding: 25px;
    }
}


/*======================================*/

.global-section {
    width: 100%;
    clear: both;
    /*    overflow: hidden;*/
}

.card-section {
    padding: 100px 0;
}

.global-card {
    margin-left: 15px;
    position: relative;
    margin-bottom: 60px;
    transition: all 0.3s;
    cursor: pointer;
    /*    max-width: 500px;*/
}

.global-card:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 15px;
    right: 15px;
    background-color: #00695c;
    transition: all 0.3s;
    z-index: -1;
}

.global-card-inner {
    box-shadow: 0 0 5px gray;
}

.global-card:hover {
    margin-left: 0;
    margin-left: 0;
    margin-right: 15px;
}

.global-card:hover:before {
    top: -15px;
    right: -15px;
}

.card-img {
    width: 100%;
    position: relative;
    padding-top: 70%;
}

.card-img-inner {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
}

.card-img-inner img {
    width: 100%;
    min-height: 100%;
}

.card-content {
    width: 100%;
    height: 100px;
    background-color: white;
    position: relative;
    z-index: 2;
    padding: 0 10px;
    line-height: 100px;
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}


/******************* Login Modal ******************/

.modal-wrapper {
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.7);
    /*    display: none;*/
    transform: scaleX(0);
    transition: all 0.5s ease-in-out;
    z-index: 1000;
}

.modal-close {
    display: inline-block;
    position: absolute;
    top: 10px;
    right: 10px;
    color: white;
    text-align: center;
    width: 30px;
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    font-size: 16px;
    z-index: 20;
}

.login-modal-body {
    width: 90%;
    margin: 5% auto 20px auto;
    max-width: 1000px;
    height: 580px;
    position: relative;
    border-radius: 1px;
    overflow: hidden;
    display: none;
    /*    border: 1px solid red;*/
}

.login-back {
    width: 100%;
    height: 100%;
    position: relative;
}

.reg-back,
.log-back {
    width: 50%;
    height: 100%;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    float: right;
    position: relative;
}

.reg-back {
    background-image: url(../img/home6.jpg);
}

.log-back {
    background-image: url(../img/home10.jpg);
}

.reg-back-box {
    width: 300px;
    height: 150px;
    background-color: rgba(0, 0, 0, 0.6);
    color: white;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.reg-back-box p {
    text-align: center;
    margin-top: 30px;
    padding: 0 10px;
    font-weight: bold;
    font-size: 16px;
}

.text-box {
    width: 50%;
    max-height: 100%;
    height: 100%;
    overflow: hidden;
    left: 50%;
    position: absolute;
}

.login-overlay {
    width: 200%;
    height: 100%;
    position: relative;
    left: 0;
}

.reg-sec {
    width: 50%;
    height: 100%;
    background-color: #333;
    left: 0;
    position: absolute;
}

.log-sec {
    width: 50%;
    height: 100%;
    background: #F9F9F9;
    right: 0;
    position: absolute;
    padding-bottom: 60px;
}
.forget-pass-sec{
    top: 100%;
    position: relative;
/*    transition: top 0.3s;*/
    border-top: 50px solid #00695c;
/*
    background-color:#BBE8B2;
    box-shadow: 0 0 15px dimgray;
*/
}
.forget-pass-sec .forget-form{
    position: absolute;
    top: 45%;
    left: 50%;
    transform: translate(-50%,-50%);
    padding-top: 0;
}
.forget-pass-sec p{
    text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
    font-weight: bold;
}
.log-sec .ct-input{
    background-color: white;
}
.login-form {
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
    padding: 30px 15px;
}

.login-form-inner {
    width: 80%;
    min-width: 250px;
    max-width: 350px;
    margin: 0 auto;
}

.log-form {
    padding-top: 60px;
}

.login-title {
    width: 100%;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
    margin: 50px 0;
}

.input-wrapper {
    margin-right: 20px;
    position: relative;
    /*    z-index: 2;*/
}

.line-input {
    width: 20px;
    height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    overflow: hidden;
}

.line-input:after {
    content: '';
    position: absolute;
    right: -20px;
    width: 20px;
    height: 100%;
    background-color: #00695c;
    border-radius: 50%;
    transition: all 0.2s;
}

.border-input {
    position: absolute;
    top: 20px;
    left: 0;
    width: 3px;
    height: 0;
    background-color: #00695c;
    transform: translateY(-50%);
    transition: all 0.2s;
}


/*
.line-input{
    width: 2px;
    height: 0;
    background-color: #00695c;
    position: absolute;
    right: 0;
    top: 0;
    transition: all 0.3s ease-out;
}
*/

.ct-input {
    display: block;
    width: 100%;
    height: 50px;
    padding: 9px 12px;
    font-size: 14px;
    line-height: 30px;
    color: #555;
    background-color: transparent;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    outline: 0;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition-delay: width 0.3s;
}

.input-wrapper .ct-input:focus {
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), 0 0 8px rgba(0, 105, 92, 0.5);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 10px rgba(0, 0, 0, 0.2);
}

.input-wrapper .ct-input:focus ~ .line-input:after {
    right: -10px;
}

.input-wrapper .ct-input:focus ~ .border-input {
    height: 40px;
}

textarea.ct-input {
    height: 90px;
    padding: 10px 15px 10px 10px;
    resize: none;
}
textarea.ct-input ~ .line-input {
   
    height: 90px;
}



textarea.ct-input ~ .border-input {
  
    top: 45px;
   
}
.input-wrapper textarea.ct-input:focus ~ .line-input:after {
    right: -10px;
}

.input-wrapper textarea.ct-input:focus ~ .border-input {
    height: 90px;
}
/*
.input-wrapper .select2{
     display: block;
    width: 100% !important;
    min-height: 40px;
  
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: transparent;
 
    border: 1px solid #ccc;
    border-radius: 2px;
    outline: 0;
    -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: inset 0 0 5px rgba(0, 0, 0, .1);
    -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition-delay: width 0.3s;
     background-image: url(../img/icon/arrow-down.png) !important;
    background-repeat: no-repeat;
    background-position: 10px 12px;
}
.input-wrapper .select2 *{
    background-color: transparent !important;
}
 .select2-results__options{
    text-align: right !important;
    direction: rtl !important;
}
.input-wrapper .select2-selection{
    min-height: 38px;
    padding-left: 25px;
    border: 0!important;
    border-radius: 2px !important;
}

.input-wrapper .select2-search__field{
    text-align: right;
    padding-right: 15px !important;
}

.input-wrapper .select2-selection__choice{
    float: right !important;
    padding: 2px  !important;
    background-color: #eee !important;
}
*/
.form-group {
    position: relative;
    margin-bottom: 20px;
}

.require {
    position: absolute;
    right: 5px;
    top: 0;
    line-height: 50px;
    color: #f3722c;
    color: #9e2a2b;
    font-size: 10px;
}

.main-btn,
.inverse-main-btn {
    position: relative;
    background-color: #00695c;
    color: white;
    border-radius: 1px;
    padding: 10px;
    transition: all 0.2s ease-out;
    border: 0;
    outline: 0 !important;
    z-index: 0;
    min-width: 100px;
    margin: 5px 0;
    border-radius: 4px;
    overflow: hidden;
}

.main-btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 100%;
    background-color: #53b4a8;
    transition: all 0.2s ease-out;
}

.main-btn:hover:before {
    width: 100%;
    z-index: -1;
}

.main-btn:hover input,
.main-btn:hover {
    color: white;
}

.inverse-btn:before {
    background-color: white !important;
}

.inverse-btn:hover,
.inverse-btn:hover input {
    color: #00695c !important;
}
.light-btn {
    background-color: #53b4a8 !important;
}
.light-btn:before {
           background-color: #00695c !important;

}
.light-btn:hover,
.light-btn:hover input {
    color: #fff !important;

}

.larg-btn {
    min-width: 200px !important;
    padding: 15px !important;
    font-weight: bold;
    color: white;
}

.white-btn {
    background-color: white !important;
    color: #00695c !important;
}

.white-btn:before {
    background-color: #00695c !important;
}

.white-btn:hover input,
.white-btn:hover {
    color: white !important;
}
.red-btn {
    background-color: #ac0808 !important;
    color: white !important;
}

.red-btn:before {
    background-color: #ff7676 !important;
}

.red-btn:hover input,
.red-btn:hover {
    color: black !important;
}
.form-buttons {
    text-align: center;
    padding: 10px 0;
    clear: both;
}

.main-btn input {
    width: 100%;
    height: 100%;
    display: inline-block;
    border: 0;
    outline: 0 !important;
    background-color: transparent;
    min-width: 100px;
    transition: all 0.2s ease-out;
    position: relative;
    z-index: 2;
    text-align: center;
}

.forget-pass-box {
    width: 100%;
    height: 60px;
    background-color: #00695c;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    color: white;
}

.forget-pass-box a {
    text-decoration: none;
    line-height: 60px;
}

.forget-pass-box a i {
    margin-left: 7px;
}

.reg-form .login-title {
    margin: 15px 0 20px 0!important;
    color: white;
}

.reg-form .ct-input {
    background-color: white;
}

.form-message {
    color: white;
    text-align: center;
    font-size: 13px;
}

.form-message input {
    margin-left: 7px;
    vertical-align: middle;
    display: inline-block;
    width: 17px;
    height: 17px;
}

.login-form .error,
.search-section .error {
    position: absolute;
    top: 100%;
    right: 0;
}

@media (max-width:768px) {
    .reg-back,
    .log-back {
        width: 100%;
        height: 150px;
        float: none;
        position: absolute;
        transition: left 0.3s;
    }
    .reg-back {
        background-image: none;
    }
    .log-back {
        background-image: none;
    }
    .login-modal-body {
        height: auto;
        margin-top: 40px;
    }
    .reg-back-box {
        width: 100%;
        height: 150px;
        background-color: #333;
        color: white;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .reg-back .reg-back-box {
        background-color: white;
    }
    .reg-back .reg-back-box p {
        color: black;
    }
    .text-box {
        width: 100%;
        height: 580px;
        overflow: hidden;
        left: 0;
        position: relative;
        margin-top: 150px;
    }
    .login-overlay {
        width: 200%;
        height: 580px;
        position: relative;
        left: 0;
    }
    .log-to-right {
        left: 100%;
    }
    .reg-sec-move {
        left: 0 !important;
    }
    .log-sec {
        height: 500px;
    }
}

@media (max-width:500px){
    .ct-modal-body{
        margin-top: 40px !important;
    }
}
/***************** footer ****************/

.main-footer {
    background-color: #00695C;
    overflow: auto;
}

.footer-sec {
    clear: both;
    width: 100%;
    overflow: auto;
}

.social-box,
.footer-copyright {
    padding: 15px;
    text-align: center;
    background-color: #017466;
    clear: both;
    margin-bottom: 25px;
    color: white;
}

.footer-copyright {
    margin-bottom: 0;
    margin-top: 50px;
}

.social-box a {
    color: #fff;
}

.footer-logo {
    float: right;
    padding-top: 30px;
    font-weight: bold;
    font-size: 20px;
    color: white;
    /*    width: 25%;*/
}
.footer-logo img{
    width: 120px;
}

.footer-content {
    /*    width: 40%;*/
    float: right;
    padding: 0;
}

.footer-symbol {
    /*    width: 35%;*/
    float: right;
    text-align: left;
    padding-left: 50px;
}

.footer-link {
    /*    width:50%;*/
}

.footer-link ul {
    list-style-type: none;
    width: 100%;
    padding-top: 15px;
}

.footer-link ul li {
    width: 100%;
    display: block;
    color: white;
    padding: 5px;
}

.footer-link ul li a {
    display: block;
    width: 100%;
    line-height: 30px;
    color: white;
    transition: all 0.32s;
}

.footer-link ul li a:hover {
    font-size: 16px;
}

.footer-logo figure {
    padding-right: 50px;
    padding-bottom: 10px;
}

.footer-logo img {
    width: 100%;
    max-width: 130px;
}

@media (max-width:1200px) {
    .footer-symbol {
        text-align: center;
        padding-left: 15px;
        /*        padding-bottom: 40px;*/
        padding-top: 40px;
    }
}

@media (max-width:768px) {
    .footer-logo {
        text-align: center;
    }
    .footer-logo figure {
        padding-right: 0;
    }
    .footer-link ul li a {
        text-align: center;
    }
    .footer-content {
        margin-bottom: 30px;
    }
}

.hover-fx {
    display: inline-block;
    width: 40px;
    height: 40px;
    line-height: 32px;
    background-color: rgba(255, 255, 255, 0.2);
    color: white;
    text-align: center;
    border-radius: 50%;
    margin: 2px;
    cursor: pointer;
    /*    transition: all 0.2s;*/
}

.hover-fx i {
    font-size: 24px;
    line-height: 40px;
}

.hover-fx:hover {
    border: 2px solid white;
}

.hover-fx:hover i {
    line-height: 36px;
}


/******************* loading *****************/

.loading {
    position: absolute;
    top: 50%;
    left: 50%;
}

.loading .bullet {
    position: absolute;
    padding: 5px;
    border-radius: 50%;
    background: #00965c;
    -webkit-animation: animIn 1s ease-in-out 0s infinite;
    animation: animIn 1s ease-in-out 0s infinite;
}

.loading .bullet:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s;
}

.loading .bullet:nth-child(2) {
    -webkit-animation-delay: 0.15s;
    animation-delay: 0.15s;
}

.loading .bullet:nth-child(3) {
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
}

.loading .bullet:nth-child(4) {
    -webkit-animation-delay: 0.45s;
    animation-delay: 0.45s;
}

@-webkit-keyframes animIn {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
}

@keyframes animIn {
    0% {
        -webkit-transform: translateX(-100px);
        transform: translateX(-100px);
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    100% {
        -webkit-transform: translateX(100px);
        transform: translateX(100px);
        opacity: 0;
    }
}


/***************** scroll button ******************/

.scroll-button {
    position: absolute;
    bottom: 100px;
    width: 100%;
    text-align: center;
    color: white;
}

.scroll-btn {
    display: inline-block;
    width: 40px;
    height: 70px;
    border: 4px solid white;
    border-radius: 25px;
    background-color: transparent;
    outline: 0;
    position: relative;
    box-shadow: 0 0 5px black, inset 0 0 5px black;
}

.scroll-icon {
    color: white;
    font-size: 28px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    animation: sc-animate 2s infinite;
    text-shadow: 0 0 3px black;
}

@keyframes sc-animate {
    0% {
        top: 8%;
    }
    50% {
        top: 50%;
    }
    100% {
        top: 8%;
    }
}