*{padding: 0px; margin: 0px;}
/* ------------------------
Transition
------------------------*/
/*a, i, .btn, button, img, .featured-item{ -webkit-transition: all 0.5s ease-in-out 0s; -moz-transition: all 0.5s ease-in-out 0s; -ms-transition: all 0.5s ease-in-out 0s; -o-transition: all 0.5s ease-in-out 0s; transition: all 0.5s ease-in-out 0s; }
*/

a:focus { text-decoration: none !important; }
a:focus, a:hover { color: #f79e27; text-decoration: none !important; }
a, button, input { outline: medium none !important; color: #f79e27; }


/* ------------------------
General
------------------------*/
@import url('https://fonts.googleapis.com/css2?family=Muli:ital,wght@0,200;0,300;0,400;0,500;0,577;0,600;0,700;0,800;0,900;1,200;1,300;1,400;1,500;1,577;1,600;1,700;1,800;1,900&display=swap');
body {font-family: 'Muli', sans-serif;font-weight: normal; font-style: normal; font-size: 16px; line-height: 24px; color: #8b8e91; overflow-x: hidden; }


/* ------------------------
Typography
------------------------*/
h1, h2, h3, h4, h5, h6 {font-family: 'Open Sans', sans-serif;font-weight: normal; margin-top: 0px; margin-bottom: 0px;}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; }
h1, .h1 { font-size: 56px; font-style: normal; line-height: 66px; font-weight: 600; color: #ffffff;}
h2, .h2 { font-size: 40px; font-style: normal; line-height: 50px; font-weight: 600; color: #374c5f; margin-bottom: 10px; position: relative; }
h3, .h3 { font-size: 32px; font-style: normal; line-height: 42px; font-weight: 600; color: #374c5f; margin-bottom: 10px;}
h4, .h4 { font-size: 24px; font-style: normal; margin-bottom: 10px; font-weight: 600; line-height: 34px; color: #374c5f; }
h5, .h5 { font-size: 20px; font-style: normal; margin-bottom: 10px; font-weight: 600; line-height: 30px; color: #374c5f; }
h6, .h6 { font-size: 18px; font-style: normal; line-height: 28px; font-weight: 500; margin-bottom: 10px; color: #374c5f; }
ul { margin: 0px; padding: 0px; }

li{
    list-style-type: none;
}
.container{
	max-width: 1170px;
	margin: auto;
}
section.top-header {
    background: #f2f2f2;
    width: 100%;
    padding: 0;
}
.top-header-right ul li {
    display: inline-block;
    padding: 0 3px;
}
.top-header-right {
    display: flex;
}
.top-header-right {
    float: right;
}
.top-header-right ul li a {
    color: #A38342;
    font-size: 12px;
    text-transform: uppercase;
    display: block;
    font-weight: 600;
}
.top-header-right ul li.register-menu {
    display: inline-block;
    padding: 0 10px;
}

.top-header-right ul li.login-menu {
    display: inline-block;
    padding: 0 50px 0 10px;
    border-left: 1px solid #000;
    line-height: 10px;
}
section.top-header .container {
    max-width: 1500px;
}

.heder-logo img {
    width: 238px;
    height: 75px;
}

.header-menu {
    float: right;
}
.header-menu ul {
    display: flex;
    margin-top: 33px;
    margin-bottom: 18px;
}
.header-menu ul li {
    list-style-type: none;
    display: inline-block;
    margin: 0 18px;
}
.header-menu ul li a {
    font-size: 12px;
    font-family: Arial,sans-serif;
    color: #A38342;
    text-transform: uppercase;
}
.header-menu ul li.active a {
    color: #c27845;
}
.header-menu ul li a:hover {
    color: #c27845;
}
section.register-details.home:after {
    content: "";
    background: rgba(0, 0, 0,0.7);
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
}
section.register-details.home {
    position: relative;
    z-index: 99;
    padding: 50px 0 200px 0;

        background: url(../images/home_background.jpg);

    background-size: cover !important;
    background-repeat: no-repeat !important;

}
section.register-details.home .register-banner{
position: relative;
z-index: 999;
}

.home .register-banner-text h2 {
    font-size: 41px;
    text-transform: uppercase;
    line-height: normal;
    margin: 0 0 40px 0;
}
ul.register-setup p {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
}
ul.register-setup li {
    font-size: 15px;
    color: #fff;
    line-height: 23px;
    margin: 0 0 5px 0;
    display: block;
}
.home ul.register-setup li {
    color: #fff;

    font-size: 15px;
}
.main-banner img {
    min-height: 790px;
    height: calc(100VH - 181px);
    width: 100%;
}
section.footer {
    padding: 20px 0;
    text-align: center;
    display: block;
}
.footer-right img {
    width: 155px;
}
.home .register-banner-text h6 {
    color: #fff;
    margin-top: 50px;
    display: block;
    font-weight: bold;
    font-size: 18px;
}
.home .register-banner-text p {
    color: #fff;
    font-size: 15px;
    display: block;
}
section.register-details.home:before {
    content: "";
    background: url(../images/keyvision.png);
    display: block;
    position: absolute;
    width: 200px;
    height: 55px;
    right: 50px;
    bottom: 50px;
    z-index: 999;
}
ul.app-icon li {
    display: inline-block;
    vertical-align: middle;
    margin-top: 20px;
    margin-right: 10px;
}
.home .register-right-img {
    position: relative;
}
.home .register-banner-text {
    padding: 0;
}
.footer-left img {
    width: 110px;
    height: 43px;
}
.footer-center ul li {
    list-style-type: none;
    display: inline-block;
    margin: 15px 20px 0 20px;
}
.footer-center ul li a {
    font-size: 12px;
    font-family: Arial,sans-serif;
    color: #000;
    text-transform: uppercase;
}
.footer-center ul li a:hover{
	color:#c27845;
}

.footer-left {
    text-align: left;
}
.footer-right {
    text-align: right;
}
section.about-details {
    background: #efefef;
    padding-bottom: 30px;
    text-align: center;
    padding-top: 100px;
}
.move-details{
        background: #efefef;
    padding-bottom: 30px;
        padding-top: 70px;
}
.abt-bg .about-des h3 {
    padding-top: 70px;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 15px;
    text-transform: inherit;
    text-align: center;
    color: #a27e38;
    font-family: 'Unna', serif;
    padding-bottom: 50px;
}
.abt-bg .about-des p {
    font-family: "Muli",sans-serif !important;
    font-size: 13px;
    line-height: 22px;
    color: #000;
    -webkit-font-smoothing: auto;
    margin: 0px 65px 20px 45px;
}
section.about-details.disclaimer.privacy {
    padding-top: 40px;
        padding-bottom: 0;
}
section.about-details .container.abt-bg {
    background: #fff;
   padding-left: 0;
}
.about-des {
    padding: 30px 0;
    overflow: hidden;
    display: block;
    position: relative;
}
.abt-bg .about-des h3:after {
    content: "";
    background: #a27e38;
    width: 36px;
    height: 4px;
    display: block;
    margin: 10px auto 0 auto;
}
.about-img img {
    width: 100%;
    display: block;
}
.move-title h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 50px;
    text-transform: inherit;
}
.move-left ol li, .move-text ol li {
    line-height: 22px;
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    color: #000;
}
.move-left ol, .move-text ol {
    padding: 0;
    margin: 9px 0 9px 25px;
}
.move-left strong, .move-text strong {
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 0 0 9px;
}
.move-left p, .move-text p {
    font-family: proxima-nova,sans-serif;
    font-size: 14px;
    line-height: 22px;
    color: #000;
    margin: 0 0 9px;
}
.move-left ol li a, .move-text ol li a{
   color:#c27845;
}
section.register-details {
    background: url(../images/home_page.jpg);
    padding: 100px 0;
    display: block;
    min-height: 100%;
    height: 100%;
    width: 100%;
    background-size: cover;
    background-repeat: no-repeat;
}
.register-banner-text h2 {
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    line-height: 70px;
}
section.about-details.disclaimer .about-des p {
    text-align: justify;
    line-height: 25px;
    margin: 0 0 15px 0;
    font-size: 14px;
    color: #000;
}
section.about-details.disclaimer {
    text-align: left;
    padding-bottom: 250px;
    padding-top: 50px;
}
section.about-details.disclaimer.privacy .about-des p {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}
section.about-details.disclaimer.privacy .about-des p a {
    color: #9d7c37;
}
section.contact-dtl {
    background: #efefef;
    padding-bottom: 90px;
    padding-top: 70px;
}
section.about-details.disclaimer .about-des h3 {
    margin: 0;
    color: #9d7c37;
    font-family: 'Unna',serif!important;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: inherit;
    text-align: left;
}
.cnt-text h3 {
    color: #9d7c37;
    font-size: 40px;
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 40px;
    text-transform: inherit;
    text-align: left;
    font-family: 'Unna',serif!important;
}
p.contactheading {
    color: #9d7c37;
    font-size: 14px;
    line-height: 20px;
    text-transform: uppercase;
    font-weight: 700;
    letter-spacing: 2px;
}
.tableheight {
    line-height: 25px;
    letter-spacing: 1px;
    font-size: 14px;
}
.contact-left table tr {
    font-size: 14px;
    color: #000;
}
.contact-left table tr td a {
    color: #9d7c37;
    font-size: 12px;
    font-weight: bold;
}
.contact-right .form-group input[type="text"] {
    display: block;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, 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;
    width: 100%!important;
    height: 45px;
    padding-left: 20px;
    border-radius: 0;
}

.contact-right .form-group textarea{
       display: block;
    padding: 15px 20px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555555;
    background-color: #ffffff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-transition: border-color ease-in-out .15s, 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;
    width: 100%!important;
    height: auto;
        margin-bottom: 15px;
    padding-left: 20px;
    resize: none;
}
.contact-right .form-submit input[type="submit"] {
    font-size: 14px;
    letter-spacing: 1px;
    padding: 8px 50px!important;
    font-weight: 400!important;
    height: auto;
    margin-bottom: 30px;
    text-shadow: none;
    -webkit-appearance: none!important;
    border: none;
    background-image: linear-gradient(to bottom,#9d7c37 0,#9d7c37 100%)!important;
    color: #fff;
    border-radius: 2px;
    text-transform: uppercase;
}
.contact-right .form-group {
    margin: 0 15px 30px 0!important;
}
.contact-right .form-submit {
    float: right;

    margin: 0 15px 0 0;
}
.register-banner-left, .register-banner-right {
    display: inline-block;
    vertical-align: top;
}
.register-banner-left img {
    width: 170px;
}

.register-banner-right ul li {
    margin: 0 0 15px 0;
}

.register-banner-right ul li img {
    width: 140px;;
}

.register-banner-right {
    padding: 0 0 30px 20px;
}
.register-banner-right h4 {
    color: #000;
    margin: 0;
    display: block;
}
.register-banner-right p {
    color: #000;
    margin: 0 0 6px 0;
}
.register-banner-text {
    padding: 30px 0 50px 0;
}
.register-banner-right ul li {
    margin: 10px 0 0 0;
}
section.register-center-dtl {
    background: #efefef;
    padding: 50px 0;
}
section.register-bottom-dtl {
    background: #efefef;
    padding: 0 0 50px 0;
}
.register-left-des h3 {
    font-size: 24px;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-transform: inherit;
    color: #000;
    margin-top: 12px;
    display: block;
}

.register-center-dtl ul.how-reg li {

    color: #000;
    margin: 0 0 10px 0;
    font-size: 14px;
}
 ul.some-feat li {
    color: #000;
    margin: 0 0 10px 20px;
    list-style-type: disc;
}

 ul.some-feat li a{
    color: #000;
    font-size: 14px;
}
.register-center-dtl ul.how-reg {
    padding: 0 0 30px 0;
}
.reg-teant h3 {
    font-size: 26px;
    line-height: normal;
    font-weight: bold;
}
.reg-teant {
    text-align: center;
    background: #fff;
    border-radius: 100%;
    padding: 70px 0 0 0;
    width: 350px;
    height: 350px;
    
    margin-top: 80px;
}
.reg-teant p {
    margin: 0;
    font-size: 15px;
    line-height: 25px;
    padding: 0 30px;
    display: block;
}
.reg-scan {
    margin-top: 40px;
}

.register-right-img img {
    width: 280px;
}
.register-bottom-dtl h3 {
    font-size: 25px;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-transform: inherit;
    color: #000;
    margin-top: 12px;
    display: block;
    font-weight: bold;
}

.register-right-img {
    margin-top: 0;
    float: right;
    position: absolute;
    right: 0;
}

@media (max-width: 767px){
    .main-banner img {
    min-height: 100%;
    height: auto;
    width: 100%;
}
.top-header-right ul li.login-menu{

    padding: 0 20px 0 10px;
}
.heder-logo img {
    width: 238px;
    height: 75px;
    margin: auto;
    display: block;
}
.footer-left, .footer-right {
    text-align: center;
}
.footer-center ul li{

    margin: 15px 20px 15px 20px;
}
.header-menu ul {
    display: flex;
    margin-top: 0;
    margin-bottom: 18px;
    text-align: center;
    justify-content: center;
}

.header-menu {
    float: none;
    text-align: center;
}
.header-menu ul li:first-child {
    margin-left: 5px;
}
section.register-details {
    padding: 50px 0;
    background-size: cover;
}
.register-banner-text h2{

    font-size: 20px;
}
.register-banner-text h2 br {
    display: none;
}
.register-banner-text {
    padding: 20px 0;
}
.register-banner-right {
    padding: 20px 0 0 0;
    text-align: center;
}
.register-right-img {
    margin-top: 30px;
}
.reg-scan {
    margin: 20px auto;
    display: block;
    text-align: center;
}
.header-menu ul li{
        margin: 0 10px;
}
.register-right-img {
    margin-top: 30px;
    position: relative;
    float: none;
    margin: auto;
}
.register-banner-text h2 {
    font-size: 28px;
    line-height: normal;
    text-align: center;
}
 
.reg-teant {
    text-align: center;
    background: #fff;
    border-radius: 100%;
    padding: 30px 0 0 0;
    width: 300px;
    height: 300px;
    margin: 30px auto;
    float: none;
}
.register-bottom-dtl h3 {
    font-size: 24px;
    letter-spacing: 0;
    margin-bottom: 30px;
    text-transform: inherit;
    color: #000;
    margin-top: 12px !important;
    display: block;
    font-weight: normal;
}
.register-left-des h3{

    margin-top: 45px;
}
.register-right-img img {
    width: 320px;
    margin: auto;
    display: block;
}
.reg-scan img {
    width: 280px;
    margin: auto;
}
.register-right-img img {
    width: 280px;
    margin: auto;
    display: block;
}
.register-banner-left, .register-banner-right {
       display: block;
    width: 100%;
    text-align: center;
}
.home .register-banner-text h2 {
    font-size: 22px;
    text-transform: uppercase;
    margin: 0;
    text-align: center;
}
ul.register-setup li, .home .register-banner-text p{
    font-size: 14px;
}
.home .register-right-img {
    position: relative;
    margin-top: 30px;
}
section.register-details.home {
    padding: 50px 0 150px 0;
}
.abt-bg .about-des p {
    margin: 15px 20px;
}
section.about-details .container.abt-bg {
    background: #fff;
    padding: 20px 15px;
}
.abt-bg .about-des h3{
        font-size: 34px;
}
}

@media (min-width: 768px) and (max-width: 1100px){
	.register-banner-text h2 {
    color: #fff;
    font-weight: bold;
    font-size: 38px;
    line-height: 60px;
}
.register-right-img img {
    width: 250px;
    margin: 80px 30px 0 0;
}
.register-banner-right {
    padding: 0 0 40px 7px;
}
.reg-scan img {
    width: 220px;
}

.reg-teant {
    text-align: center;
    background: #fff;
    border-radius: 100%;
    padding: 70px 0 0 0;
    width: 350px;
    height: 350px;
    margin-top: 20px;
    position: absolute;
    right: 10px;
}
.abt-bg .about-des p {
    margin: 0;
}
.abt-bg .about-des h3{
    padding: 0px;
    
    font-size: 32px;
}
}

