/* style index page */
layout.css.prefixes.webkit * {
    padding: 0;
    margin: 0;
}

html,
body {
    min-height: 100% !important;
    height: 100%;
}

body {
    font-family: "Helvetica";
}

h2,
h3 {
    font-family: "Garamond Premr Pro";
}

h4 {
    font-family: "Garamond Premr Pro";
    font-size: 28px;
}

header {

    background-image: url("../images/backHeader.jpg");
    background-size: cover;
    min-height: 600px;
    height: 600px;
    min-width: none;height: 700px;
    color: #FFf;
    background-position: center center;
}
header img{
    margin: 124px !important;
    
}
header .divBackground {
    width: 100%;
    height: 100%;
    background: #00000052;
}

header .content-header {
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;

}

header .content-header p:nth-child(1) {
    padding-left: 237px;
    margin-bottom: 0;
    font-size: 24px;
    color: #eae9e6;
    line-height: 50px;
    font-weight: 300;
    font-family: "Helvetica";


}

header .content-header p:nth-child(2) {
    -webkit-text-stroke: 2px #eae9e6;
    -webkit-text-fill-color: transparent;
    -webkit-font-weight: 900;
    font-weight: bold;
    font-size: 130px;
    margin: 0;
    font-family: "Garamond Premr Pro";

}

header .content-header p:nth-child(3) {
    font-style: italic;
    font-size: 100px;
    padding-left: 33%;
    font-family: "Garamond Premr Pro";
    color: #eae9e6;
    line-height: 0.5;


}


.contact {
    background-color: #9e4535;
    color: #fff !important;
    min-height: 500px;
    padding: 70px 32px;

}

.contact h2 {
    font-size: 70px;
    line-height: 28px;
    color: #eae9e6;
    margin-bottom: 70px;
    font-weight: normal;
    font-style: italic;
    font-family: "Garamond Premr Pro";
    /* font-family: "Garamond Premr Pro"; */
}




.contact .div-button {
    display: flex;
    justify-content: flex-end;
}

.contact .row>div {
    margin-top: 20px;
}

.contact .btn-large {
    line-height: 63px;
    width: 75%;
    background: transparent;
    border: 1px solid #eae9e6;
    font-size: 35px;
    height: 63px;
    color: #eae9e6;
    transition: .4s;
    font-family: garamond-premier-pro, serif;
    box-shadow: none !important;

}

.contact hr {
    display: block;
    overflow: visible;
    opacity: .8;
    border-width: 2px;
    margin-left: 15px;
    animation: liner 2s linear 1s forwards;
}

footer {
    min-height: 235px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f0eee8;

}

footer .grop-logo {
    margin-top: 50px !important;
    width: 315px;
}

footer .logo-one {
    width: 180px;
}

@keyframes liner {
    from {
        width: 0%
    }

    to {
        width: 60%;
    }
}

.contact .btn-large:hover {
    color: #ffffff !important;
    border-color: #ffffff !important;


}

/*end  style index page */


.all-body {
    background-color: #1d322e;
    ;

}

.all-body h2 {
    font-size: 6em;
    margin-bottom: -26px;
    -webkit-text-stroke: 2px #eae9e6;
    -webkit-text-fill-color: transparent;
    -webkit-font-weight: 900;
    font-weight: 900;


}

.head h2 {
    -webkit-text-stroke: 2px #eae9e6;
    -webkit-text-fill-color: transparent;
    -webkit-font-weight: 900;
    font-weight: bold;
    font-size: 130px;
    margin: 0;
    font-family: "Garamond Premr Pro";

}

.head {
    line-height: 1px;
    padding: 90px 0px;
}

.head h3 {

    font-style: italic;
    font-size: 100px;
    padding-left: 33%;
    font-family: "Garamond Premr Pro";
    color: #eae9e6;
    line-height: 0;
    margin-bottom: 30px;
}

.div-form {

    margin: 60px auto 240px;
    width: 50%;
}

.input-field>label {
    color: #ffff;
    font-size: 18px;
    font-family: "Garamond Premr Pro";

}

.div-form h3 {
    margin-bottom: 0;
    font-size: 60px;
    font-style: italic;
    color: #eae9e6;
    font-family: "Garamond Premr Pro";

}

.div-form p {
    font-size: 30px;
    margin: -5px auto 90px;
    color: #eae9e6;
    font-family: "Garamond Premr Pro";

}

.register-form h3 {
    margin-bottom: 0;
    font-size: 60px;
    font-style: italic;
    color: #eae9e6;
    font-family: "Garamond Premr Pro";
    text-align: center;
}

.register-form p {
    text-align: center;
    font-size: 30px;
    margin: -5px auto 90px;
    color: #eae9e6;
    font-family: "Garamond Premr Pro";

}

.register-form {
    color: #fFF;
    margin: 60px auto 240px;

}

.hr-row {
    box-sizing: content-box;
    height: 0px;
    overflow: visible;
    opacity: .75;
    border-top: 2px solid;
    color: #fff;
    background: #f0eee8;

}

.section-re h2 {
    font-size: 80px;
    font-family: "Garamond Premr Pro";
}

.section-re h5 {
    font-size: 35px;
    margin-bottom: 40px;

}

.section-re p {
    font-size: 18px;
}

.div-login {
    padding: 100px;
}

/* animation */

.hr-height {
    display: block;
    width: 2px;
    background: #f0eee8;
    height: 100%;
    position: fixed;
    left: 9%;
}

/* animation */


form input {
    color: #fff !important;
    font-size: 20px;
    line-height: 25px;

}

form .link-login {
    position: relative;
    color: #fff;
    cursor: pointer;
    font-size: 19px;
    right: 22px;


}

form .link-login i {
    right: -20px;
    position: absolute;
    transition: .5s;
}

form .link-login:hover i {
    right: -26px;
}

form select.browser-default {

    background: #1c312d;
    color: inherit;
    font-family: "Garamond Premr Pro";
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: #1d322e url("../images/arrowdown.png") no-repeat 97% center;
    background-size: 28px;

}


.submet-forget {
    justify-content: space-between;
}

.submet-forget a:nth-child(1) {
    text-decoration: underline;
    cursor: pointer;
}

select.browser-default {
    display: block;
    background: transparent;
    color: #fff;
}

.submet-regester {
    -webkit-justify-content: end;
    justify-content: end;

}

/* global style onall pages */
.last-h {
    font-style: italic;
    font-size: 2.8em;
    padding-left: 137px;
    color: #FFF
}

.div-form {
    color: #fff;
    padding: 25px 5px;

}

.liner-row {
    width: 0%;
    animation: liner-row 3s linear 1s forwards;

}

.liner-row hr {
    width: 100% !important;
}

.liner-colum {
    height: 0%;
    animation: liner-colum 3s linear 1s forwards;

}

.hr-height {
    left: 1%;

}


.button {
    padding: 15px 125px;
    font-size: 24px;
    text-align: center;
    cursor: pointer;
    outline: none;
    color: #fff;
    background-color: #04AA6D;
    border: none;
    border-radius: 15px;
    box-shadow: 0 9px #999;
}

.button:hover {
    background-color: #3e8e41
}

.button:active {
    background-color: #3e8e41;
    box-shadow: 0 5px #666;
    transform: translateY(4px);
}



#pageloader {
    background: rgba(255, 255, 255, 0.8);
    display: none;
    height: 100%;
    position: fixed;
    width: 100%;
    z-index: 9999;
}

#pageloader img {
    margin-top: 200px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 30%;
}

/* register */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    float: none;
    width: auto;

}

/* register */

@keyframes liner-row {
    from {
        width: 0%
    }

    to {
        width: 100%
    }
}

@keyframes liner-colum {
    from {
        height: 0%
    }

    to {
        height: 100%
    }
}

/* responceiv  all pages*/

@media only screen and (max-width: 764px) {
    .button {
        padding: 15px 93px;

    }

    header {
        min-height: 460px;
    }

    header .content-header p:nth-child(3) {
        padding-left: 5px;
        font-size: 60px;
    }

    header .content-header p:nth-child(2) {
        font-size: 90px;
    }

    .contact {
        min-height: 585px;
        padding: 70px 28px;
    }

    .contact .btn-large {
        width: 100%;
    }

    .contact h2 {
        font-size: 2.5em;
        min-width: 158px;

    }

    .section-re h5 {
        font-size: 27px;
    }

    .section-re h2 {
        font-size: 56px;
    }

    /*start style footer */
    footer {
        text-align: center !important;
    }

    .grop-logo {

        max-width: 260px;

    }

    .logo-one {
        max-width: 140px;

    }

    /*end style footer */
    .div-form {
        width: 90%;
        margin: 60px auto 90px;

    }

    .head h2 {
        font-size: 80px;

    }

    .head h3 {
        font-size: 60px;
        padding-left: 0px;
        font-style: italic;
        line-height: 51px;
        line-height: 0;

    }

    @keyframes liner {
        from {
            width: 0%
        }

        to {
            width: 110%
        }
    }

    header .content-header p:nth-child(1) {
        padding-left: 125px;
        line-height: 50px;
    }

    header .content-header p:nth-child(3) {
        line-height: 50px;
    }

}

@media only screen and (min-width: 764px) and (max-width: 977px) {
    .contact h2 {
        font-size: 50px;

    }

    @keyframes liner {
        from {
            width: 0%
        }

        to {
            width: 65%
        }
    }
}

@media only screen and (min-width: 1435px) {
    @keyframes liner {
        from {
            width: 0%
        }

        to {
            width: 70%
        }
    }
}

/* responceiv section*/
/* style new page  */
.hr-login {
    display: block;
    width: 1px;
    background: #EAE9E6;
    height: 133px;
    margin-left: 27%;
    margin-bottom: 20px;
    margin-bottom: 20px !important;
    margin-top: 30px !important;
}

.contact-update h2 {
    font-style: unset;
    font-family: "Garamond Premr Pro";
    font-size: 80px;
    margin-bottom: 40px;

}

.contact-login {
    padding: 0;
    min-height: unset;
    line-height: 1.2;
    padding-bottom: 8px;
}

.contact-login .btn-login {
    line-height: 1.5;
    width: 107px;
    background: transparent;
    border: 1px solid #eae9e6;
    font-size: 17px;
    height: 28px;
    color: #eae9e6;
    transition: .4s;
    font-family: garamond-premier-pro, serif;
    box-shadow: none !important;
    padding: 0;
    margin-right: 60%;
    margin-top: 11px;
    text-align: center;
}

.contact-login a {
    text-decoration: none;
}

.contact-login .img-login .img-insert-logo {
    height: 296.47px;
    width: 290.44px;
    padding-top: 10px;
}

.contact-login .img-login div {
    padding: 20px;
    /* border: 1px solid #ddd; */
    /* border-radius: 50% 50% 0 0; */
    /* border-bottom: 0;
    padding-top: 31px; */
}

header img {
    width: 50%;
}
.contact-login .img-login .img-login-border
{
    position: absolute;
    bottom: -45px;
    height: 385px;
}

@media screen and (max-width:768px) {
    header img{
        margin-top: 161px !important;
    }
    .hr-login{
        height: 86px;
    }
    .hr-login,
    .contact-login .btn-login {
        margin: auto;
    }

    header img {
        width: 75% !important;
    }

    .contact-login h2 {
        font-size: 50px;
    }

    .contact-login .img-login .img-insert-logo  {
        height: 300.47px;
        width: 290.44px;
    }
     
    .im-spinner{
        display: none;
    }
}
.img-spinner{
    position: absolute;
    left: -80px;
    top: 32%;
    transition: 6s;
    transform: rotate(0deg);
    animation: spinner 25s linear infinite;
}
@keyframes spinner{
  0%{
    transform: rotate(0deg);
  }100%{
    transform: rotate(360deg);

  }
}
@media screen and (max-width:900px) {
    .img-spinner{
        display: none;
    }
}
@media screen and (min-width:1440px) {
    header {
        height: 80%;
    }
}