* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

html {
    text-rendering: optimizeLegibility !important;
    -webkit-font-smoothing: antialiased !important;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
p,
a,
tr,
td,
table,
ul,
li,
ol,
dl,
div,
header,
footer,
section,
article,
aside,
span,
form {
    
    padding: 0px;
    
    
}

a {
    text-decoration: none;
}

iframe {
    border: none;
}

   
img {
    display: block;
}

body {
    width: 100%;
   
    letter-spacing: normal;
    line-height: normal;
    font-family: 'Poppins', sans-serif;
}
ul{
    list-style: none;
}

.container {
    width: 100%;
    padding: 0px;
    margin: 0px auto;
    position: relative;
}

@media (min-width: 576px) {
    .container {
        max-width: 540px;
    }
}
@media (min-width: 768px) {
    .container {
        max-width: 720px;
    }
}
@media (min-width: 992px) {
    .container {
        max-width: 960px;
    }
}
@media (min-width: 1200px) {
    .container {
        max-width: 1170px;
        padding: 0px;
    }
}

.left {
    float: left;
}

.right {
    float: right;
}

.clear::after {
    display: block;
    content: "";
    clear: both;
}

.body_overlay{
    background: rgba(0, 0, 0, 0.9);
    width: 100%;
    height: 100%;
    z-index: 1001;
    position: fixed;
    top: 0;
}
.transition{
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}

section{
    position: relative;
}

.ui-dialog_orng {
    position: fixed !important;
    padding: 0 !important;
    border-radius: 5px !important;
    overflow: hidden;
}

.ui-dialog {
    background-color: rgba(0, 0, 0, 0.9);
    max-width: 867px !important;
    width: 100% !important;
    font-family: 'Quicksand', sans-serif;
    left: -webkit-calc(50% - 422px) !important;
    left: -moz-calc(50% - 422px) !important;
    left: calc(50% - 422px) !important;
    top: -webkit-calc(50% - 100px) !important;
    top: -moz-calc(50% - 100px) !important;
    top: calc(50% - 100px) !important;
    border: 4px solid #431e65;
    text-align: center;
    min-height: 231px;
    z-index: 111;
}

.ui-dialog .ui-dialog-title {
    background-image: url(zn_defence_raya_dialogue_check_icon_1_1.png);
    background-repeat: no-repeat;
    background-size: contain;
    padding-left: 65px;
    text-transform: uppercase;
    font-family: 'Poppins', sans-serif;
}

.ui-dialog_orng .ui-dialog-titlebar {
    font-size: 38px;
    color: #431e65;
    font-weight: bold;
    position: relative;
    font-family: 'Poppins', sans-serif;
    margin: 35px auto 20px;
}

#msg_box.success {
    color: #ffffff;
    font-size: 23px;
    margin: auto;
}

#msg_box.error li {
    color: #b80707;
    font-size: 23px;
    margin: auto;
}

#msg_box {
    overflow: hidden;
}

.ui-dialog .ui-dialog-titlebar-close {
    position: absolute;
    right: 1%;
    top: -50%;
}

.ui-dialog_orng .ui-dialog-titlebar-close {
    background-image: url(../zn_landing_common_dialogue_close_1_1.png);
    border: none !important;
    height: 16px;
    width: 15px;
    background-color: transparent;
    padding: 0px !important;
    outline: none;
}

.ui-button {
    cursor: pointer;
}

.ui-button-text {
    text-indent: -9999999px;
    display: block;
    outline: none;
}

.ui-widget-overlay {
    background-color: #666666;
    opacity: .5;
    filter: Alpha(Opacity=50);
    z-index: 5111;
}

.ui-widget-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

@media screen and (max-width:1023px) and (min-width:768px) {
    .ui-dialog {
        left: 0px !important;
    }
}

@media screen and (max-width:767px) and (min-width:300px) {
    .ui-dialog {
        left: 0px !important;
    }
    .ui-dialog_orng .ui-dialog-titlebar {
        font-size: 30px;
    }
    #msg_box.success {
        font-size: 18px;
    }
}

.watch_tvc_popup{
    width: 700px;
    height: 500px;
    margin: 0 auto;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    display: block;
    transform: translateY(-50%);
    bottom: auto;
    z-index: 11111111;
}

/* =========form area============ */
.form-section{
    background-color: #000000;
    max-width: 378px;
    width: 100%;
    z-index: 1111;
    text-align: left;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.form-section .txt-form-upper{
    padding: 20px;
}
.txt-form-upper h2{
    font-size: 30px;
    color:#ffffff;
    padding-top: 0px;
    line-height:30px;
    padding-bottom: 15px;
    font-weight: 600;
    letter-spacing: -1px;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.txt-form-upper p{
    font-size:14px;
    color:#ffffff;
    padding-bottom: 10px;
    margin-bottom: 25px;
    font-weight: 400;
    border-bottom: 1px solid #d1d0d0;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}

.form-box{
    max-width: 100%;

}
.form-box form label{
    color: #ffffff;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: 25px;
    padding-bottom: 9px;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.form-box form .form-field{
    width: 100%;
    border: 0px none;
    margin-bottom: 18px;
    height: 35px;
    line-height: 18px;
    font-size: 0.875em;
    background-color: #ffffff;
    color:#000 !important;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.form-box form select.form-field{
    width: 100%;
    border: 0px none;
    margin-bottom: 18px;
    height: 35px;
    line-height: 18px;
    font-size: 0.875em;
    background-color: #ffffff;
    color:#000 !important;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url(zn_defence_raya_dropdown_icon.png);
    background-repeat: no-repeat;
    background-position: 96% center;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.form-box .form-field_outer{
    width: 100%;
    margin: auto;
}
.intl-tel-input{
    width: 100%;
    margin-bottom: 18px;
    font-family: 'Poppins', sans-serif;
    -webkit-transition: all 1.2s ease;
    -moz-transition: all 1.2s ease;
    transition: all 1.2s ease;
}
.form-box form .submit-btn{
    height: 42px;
    max-width: 250px;
    width: 100%;
    line-height: 0px;
    padding: 0px;
    font-size: 17px;
    font-weight: 600;
    color: #431e65;
    background-color: rgba(0, 0, 0, 0.3);
    text-transform: uppercase;
    border: 1px solid #431e65;
    cursor: pointer;
    margin: 0px auto;
    display: block !important;
    outline: 0px;
    margin-top: 15px;
    -webkit-border-radius: 50px;
    -moz-border-radius: 50px;
    border-radius: 50px;
    transition-property: background-color, color;
    transition-duration: 0.2s;
    transition-timing-function: linear;
    font-family: 'Poppins', sans-serif;
}
.form-box form .submit-btn:hover{
    color: #ffffff;
    background-color: #431e65;
}
.form-section .form_close{
    fill: currentColor;
    color: #ffffff;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

.ui-widget-overlay {
    opacity: 0.9 !important;
}

::-webkit-input-placeholder {
    color: #c7c7c7;
}

:-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
}

::-moz-placeholder {
    color: #c7c7c7;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #c7c7c7;
}

.intl-tel-input .country-list {
    max-width: 337px;
    z-index: 222222222222 !important;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 1);
    color: #ffffff;
    border: 1px solid #63c7c3;
    border-radius: 10px;
}

.intl-tel-input .country-list::-webkit-scrollbar {
    display: none;
}

.intl-tel-input .country-list .divider {
    border-bottom: 1px solid #63c7c3;
    padding-bottom: 0px;
}

.intl-tel-input .country-list .country.highlight {
    background-color: rgba(255, 255, 255, 0.1);
}
.intl-tel-input.allow-dropdown .flag-container, .intl-tel-input.separate-dial-code .flag-container{
    font-size: 14px;
}

.ui-dialog {
    z-index: 111111111111111111 !important;
}

.error-msg-cell {
     
    height: 27px;
    position: absolute;
    width: 28px;
    left: 88%;
    display: inline-block;
    z-index: 100;
    top: 2px;
}

.valid-msg-cell {
    
    height: 28px;
    position: absolute;
    width: 28px;
    left: 88%;
    display: inline-block;
    z-index: 100;
    top: 1px;
}



@media screen and (max-width: 1600px){
    .form-section{
        max-width: 307px;
    }
    .txt-form-upper h2{
        font-size: 22px;
        padding-bottom: 6px;
    }
    .txt-form-upper p{
        font-size: 11px;
        margin-bottom: 15px;
    }
    .form-box form label{
        font-size: 11px;
    }
    .form-box form .form-field{
        margin-bottom: 9px;
        height: 33px;
    }
    .intl-tel-input{
        margin-bottom: 9px;
    }
    .form-box form select.form-field{
        margin-bottom: 9px;
        height: 33px;
    }
    .form-box form .submit-btn{
        margin-top: 10px;
    }
    .intl-tel-input .country-list{
        max-width: 269px;
        font-size: 12px;
        max-height: 150px;
    }
}

@media screen and (max-width: 1400px){
    .form-section{
        max-width: 307px;
    }
    .txt-form-upper h2{
        font-size: 22px;
        padding-bottom: 6px;
    }
    .txt-form-upper p{
        font-size: 11px;
        margin-bottom: 15px;
    }
    .form-box form label{
        font-size: 11px;
    }
    .form-box form .form-field{
        margin-bottom: 9px;
        height: 33px;
    }
    .intl-tel-input{
        margin-bottom: 9px;
    }
    .form-box form select.form-field{
        margin-bottom: 9px;
        height: 33px;
    }
    .form-box form .submit-btn{
        margin-top: 10px;
    }
    .intl-tel-input .country-list{
        max-width: 269px;
        font-size: 12px;
        max-height: 150px;
    }
}

/* =========form area end============ */


.sticky_call{
    position: fixed;
    top: 50%;
    left: -391px;
    background-color: #431e65;
    border-radius: 0px 50px 50px 0px;
    height: 47px;
    line-height: 47px;
    width: 443px;
    -webkit-transition: 0.3s ease-in;
    -moz-transition: 0.3s ease-in;
    transition: 0.3s ease-in;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}
.sticky_call .call_icon{
    width: 40px;
    height: 40px;
    padding: 10px;
    fill: currentColor;
    color: #431e65;
    background-color: #ffffff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: 3px;
    right: 4px;
    float: right;
}
.sticky_call p{
    color: #ffffff;
    padding-left: 10px;
    font-size: 19px;
    display: inline-block;
}
.sticky_call:hover{
    left: 0;
}

.sticky_form{
    position: fixed;
    top: 50%;
    right: 0;
    width: 55px;
    background-color: #431e65;
    height: 47px;
    -webkit-border-radius: 50px 0px 0px 50px;
    -moz-border-radius: 50px 0px 0px 50px;
    border-radius: 50px 0px 0px 50px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 111;
    cursor: pointer;
    padding: 13px 15px;
}
.sticky_form .outer{
    position: relative;
}
.sticky_form .middle_line, .sticky_form .outer:before, .sticky_form .outer:after{
    position: absolute;
    width: 100%;
    height: 3px;
    background: #ffffff;
    left: 0;
}
.sticky_form .outer:before, .sticky_form .outer:after{
    content: ' ';
}
.sticky_form .outer:before{
    top: 0;
}
.sticky_form .middle_line{
    top: 9px;
}
.sticky_form .outer:after{
    top: 18px;
}


/*================= Main CSS =============*/
.top_banner{
    position: relative;
}
.top_banner header{
    position: absolute;
    top: 25px;
    padding: 0 40px;
    width: 100%;
}
.top_banner header .raya_logo{
    max-width: 210px;
    width: 100%;
}
.top_banner header .raya_logo img{
    width: 100%;
}
.top_banner header .zameen_logo{
    width: 330px;
    height: 70px;
    margin-top: 15px;
}
.top_banner #map{
    width: 100%;
    height: 100vh;
}
.top_banner .popin{
    position: absolute;
    max-width: 350px;
    width: 100%;
    height: 20%;
    overflow: hidden;
    cursor: pointer;
}
/*.top_banner .popin.one{
    top: 25%;
    left: 0%;
}
/* block 10 */
.top_banner .popin.two{
    top: 20%;
    right: 18%;
}
/* block 22 */
.top_banner .popin.three{
    bottom: 51%;
    right: 45%;
}



.top_banner .arrow-container{
    width: 55px;
    height: 55px;
    margin: 0 auto;
    position: absolute;
    z-index: 1;
}

/* Animated Circle round flashing -- manual */
.top_banner .arrow-container .arrow-1{
    width: 40px;
    height: 40px;
    background: #431e65;
    opacity: 0.5;
    border-radius: 50%;
    position: absolute;
}
/* Animated Circle round flashing top and left location--manual */
.top_banner .arrow-container .arrow-2{
    width: 25px;
    height: 26px;
    background: #ffffff;
    border-radius: 50%;
    position: absolute;
    top:7px;
    left: 8px;
    z-index: 1;
}

/* inner circle border */
.top_banner .arrow-container .arrow-2:before{
   width: 25px;
    height: 26px;
    content: "";
    border: 2.5px solid #431e65;
    border-radius: 50%;
    position: absolute;
    top: 0px;
    left: 0px;
}

.top_banner .arrow-container.one{
    top: 15px;
    right: 0;
}
.top_banner .arrow-container.two{
    top: 15px;
    left: 0;
}
.top_banner .arrow-container.three{
    top: 15px;
    right: 0;
}

.top_banner .popin.p40
{
  top: 67%;
  right: 20%;
}
top_banner .top_txt.p40
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p40:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}

/* Block 1*/
.top_banner .popin.p1
{
      top: 39%;
    left: 7.5%;
}
top_banner .top_txt.p1
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p1:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}

/* Block 2*/
.top_banner .popin.p2
{
  top: 35%;
  left: 15%;
}
top_banner .top_txt.p2
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p2:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}

/* block p3 */
.top_banner .popin.p3
{
       top: 43.5%;
    left: 30%;
}
top_banner .top_txt.p3
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p3:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p4 */
.top_banner .popin.p4
{
      top: 37.5%;
    left: 27%;

}
top_banner .top_txt.p4
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p4:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}

/* block 5 */
.top_banner .popin.p5
{
  top: 27.5%;
    left: 27%;
}
top_banner .top_txt.p5
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p5:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}

/* block 9 */
.top_banner .popin.p9
{
  top: 19.5%;
  right: 20%;
}
top_banner .top_txt.p9
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p9:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}

.top_banner .popin.p12
{
  top: 13%;
  right: 2%;
}
top_banner .top_txt.p12
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p12:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}

.top_banner .popin.p15
{
  top: 24.5%;
  right: -2%;
}
top_banner .top_txt.p15
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p15:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}

.top_banner .popin.p19
{
  top: 39%;
  right: -3%;
}
top_banner .top_txt.p19
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p19:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block 22 */
.top_banner .popin.p22
{
  top: 29.5%;
  left:51%;
}
top_banner .top_txt.p22
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p22:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


 
 

/* block 23 */
.top_banner .popin.p23
{
      top: 36.5%;
    left: 50%;
}
top_banner .top_txt.p23
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p23:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


.top_banner .popin.p25
{
  top: 45%;
  right: 11%;
}
top_banner .top_txt.p25
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p25:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}
/* block 35 */
 .top_banner .popin.p35
{
  top: 52%;
  right: 11%;
}
top_banner .top_txt.p35
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p35:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


.top_banner .popin.p37
{
top: 53%;
    left: 37%;
}
top_banner .top_txt.p37
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p37:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}

/* block 43 */
.top_banner .popin.p43
{
 top: 59.5%;
    left: 32%;
}
top_banner .top_txt.p43
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p43:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* Block 1*/
.top_banner .popin.p47
{
  top: 57%;
    left: 11.5%;
}
}
top_banner .top_txt.p47
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p47:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* dummy ccsss---------------------*/
 

/* block p6 */

.top_banner .popin.p6 {
	  top: 27%;
    left: 37%;
}

top_banner .top_txt.p6
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p6:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p7 */

.top_banner .popin.p7
{
    top: 22%;
    left: 27%;
}

top_banner .top_txt.p7
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p7:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p8 */

.top_banner .popin.p8 {
	 top: 15%;
    left: 46%;
}

top_banner .top_txt.p8
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p8:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


 

/* block p10 */

.top_banner .popin.p10 {
	top: 24%;
    left: 49%;
}

top_banner .top_txt.p10
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p10:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p11 */

.top_banner .popin.p11 {
	top: 18%;
    left: 67%;
}

top_banner .top_txt.p11
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p11:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}
 


/* block p13 */
.txtbox13
{
    border:0px solid red !important;
    left:49px !important;
}
.top_banner .popin.p13 {
	top: 13%;
    right: -7%;
}

top_banner .top_txt.p13
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p113:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p14 */

.top_banner .popin.p14 {
	top: 7%;
    right: 2%;
}

top_banner .top_txt.p14
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p14:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}

 

/* block p16 */

.txtbox16
{
    border:0px solid red !important;
    left:-19px !important;
    top:22% !important;
}

.top_banner .popin.p16 {
top: 31%;
    right: -14%;
}

top_banner .top_txt.p16
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p16:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}

/* block p17 */
.txtbox17
{
    border:0px solid red !important;
    left:49px !important;
}
.top_banner .popin.p17 {
	top: 28%;
    right: -6%;
}

top_banner .top_txt.p17
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p117:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p18 */
.txtbox18
{
    border:0px solid red !important;
    left:49px !important;
}
.top_banner .popin.p18 {
	top: 33%;
    right: -8%;
}

top_banner .top_txt.p18
{
  top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}
.top_banner .top_txt.p118:after
{
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


 

/* block p20 */

.top_banner .popin.p20 {
	top: 32%;
    right: 2%;
}

top_banner .top_txt.p20 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p20:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p21 */

.top_banner .popin.p21 {
	    top: 38%;
    right: 10%;
}

top_banner .top_txt.p21 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p21:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


 

 

/* block p24 */

.top_banner .popin.p24 {
	  top: 42%;
    right: 15.5%;
}

top_banner .top_txt.p24 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p24:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


 

/* block p26 */
.txtbox26
{
    border:0px solid red !important;
    left:-6% !important;
    top:32% !important;
}
.top_banner .popin.p26 {
	   top: 44%;
    left: 86%;
}

top_banner .top_txt.p26 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p26:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p27 */
.txtbox27
{
    border:0px solid red !important;
    left:-19px !important;
    top:22% !important;
}
.top_banner .popin.p27 {
top: 53%;
right: -14%;
}

top_banner .top_txt.p27 {
top: 150px;
right: 120px;
padding: 0 20px;
border:5px solid red !important;
}

.top_banner .top_txt.p27:after {
content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;

}
 

 
/* block p28 */
.txtbox28
{
    border:0px solid red !important;
    left:-19px !important;
    top:22% !important;
}
.top_banner .popin.p28 {
	 top: 43.5%;
    right: -10%;
}
}

top_banner .top_txt.p28 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p28:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p29 */
.txtbox29
{
    border:0px solid red !important;
    left:-19px !important;
    top:22% !important;
}
.top_banner .popin.p29 {
	top: 49%;
    right: -12%;
}
 

top_banner .top_txt.p29 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p29:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p30 */

.top_banner .popin.p30 {
	top: 61%;
    right: 1%;
}

top_banner .top_txt.p30 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p30:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p31 */

.top_banner .popin.p31 {
	top: 64%;
    right: 7%;
}

top_banner .top_txt.p31 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p31:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p32 */

.top_banner .popin.p32 {
	    top: 56%;
    right: 5%;

}

top_banner .top_txt.p32 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p32:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p33 */

.top_banner .popin.p33 {
	    top: 58%;
    right: 9%;

}

top_banner .top_txt.p33 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p33:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p34 */

.top_banner .popin.p34 {
	top: 61%;
    right: 13%;
}

top_banner .top_txt.p34 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p34:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


 


/* block p36 */

.top_banner .popin.p36 {
	    top: 55%;
    right: 20%;
}

top_banner .top_txt.p36 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p36:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


 

/* block p38 */

.top_banner .popin.p38 {
	        top: 63%;
    right: 32%;
}

top_banner .top_txt.p38 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p38:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p39 */

.top_banner .popin.p39 {
	  top: 63%;
    right: 24%;
}

top_banner .top_txt.p39 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p39:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p40 */

.top_banner .popin.p40 {
	top: 70%;
    right: 27%;
}

top_banner .top_txt.p40 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p40:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p41 */

.top_banner .popin.p41 {
	top: 70%;
    right: 17%;
}

top_banner .top_txt.p41 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p41:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p42 */

.top_banner .popin.p42 {
	top: 76%;
    right: 27%;
}

top_banner .top_txt.p42 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p42:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


 

/* block p44 */

.top_banner .popin.p44 {
	    top: 62%;
    left: 19%;
}

top_banner .top_txt.p44 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p44:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p45 */

.top_banner .popin.p45 {
	top: 49%;
    left: 18%;
}

top_banner .top_txt.p45 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p45:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


/* block p46 */

.top_banner .popin.p46 {
	top: 56%;
    left: 18%;
}

top_banner .top_txt.p46 {
	top: 150px;
  right: 120px;
  padding: 0 20px;
  border:5px solid red;
}

.top_banner .top_txt.p46:after {
	content: ' ';
position: absolute;
width: 90px;
height: 2px;
background-color: #431e65;
left: -35.5%;
bottom: 70%;
}


 


 
/* dummy csss*/
/* Custom Animate.css */

.animated.hinge {
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
}

@-webkit-keyframes zoomIncir {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4);
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

@keyframes zoomIncir {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.4, .4, .4);
        transform: scale3d(.4, .4, .4);
    }

    50% {
        opacity: 0.5;
    }

    100% {
        opacity: 0;
    }
}

.zoomIncir {
    -webkit-animation-name: zoomIncir;
    animation-name: zoomIncir;
}



.top_banner .top_txt{
    position: absolute;
    background-color: #e6e6f0;
    border: 1px solid #73739b;
    
    height: 107px;
    /*line-height: 47px;*/
    padding: 0 30px;
    text-align: center;
    color:#000;
}
.top_banner .top_txt p{
    color: #000;
    font-size: 14px;
    font-weight: 300;
    /*text-align:left;*/
    padding:5px;
     
}

.top_banner .top_txt.one{
    top: 0px;
    left:20%;
}
/* block 5 arrow */
.top_banner .top_txt.one:after{
    content: ' ';
    position: absolute;
    width:  21px;
    height: 2px;
    background-color: #431e65;
    right: -10%;
    bottom:60%;
}

.top_banner .top_txt.two{
    top:0px;
    right: 0;
}
/* block 10 arrow */
.top_banner .top_txt.two:after{
    content: ' ';
    position: absolute;
    width: 95px;
    height: 2px;
    background-color: #431e65;
    left: -41%;
    bottom: 55%;
}

.top_banner .top_txt.three{
    top: 18px;
    left: 0;
    padding: 0 20px;
}
/* block 22 arrow */
.top_banner .top_txt.three:after{
    content: ' ';
    position: absolute;
    width: 127px;
    height: 2px;
    background-color: #431e65;
    right: -58.5%;
    bottom: 74%;
}



.abt_dev{
    overflow: hidden;
}
.abt_dev .head{
    background-color: #431e65;
    height: 95px;
    line-height: 95px;
    cursor: pointer;
    position: relative;
}
.abt_dev .head .arrow_outer{
    background-color: #383838;
    width: 30px;
    height: 30px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    top: 30px;
    right: 70px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    transition: 0.3s ease;
    -webkit-box-shadow: 0px 0px 3px 1px #242222;
    -moz-box-shadow: 0px 0px 3px 1px #242222;
    box-shadow: 0px 0px 3px 1px #242222;
}
.abt_dev .head .arrow_outer .arrow{
    width: 10px;
    height: 10px;
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    position: absolute;
    top: 8px;
    left: 10px;
    -webkit-transform: rotate(135deg);
    -moz-transform: rotate(135deg);
    transform: rotate(135deg);
}
/*.abt_dev .head .arrow_outer.active{
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    transform: rotate(90deg);
}*/
.abt_dev .head h3{
    color: #ffffff;
    font-size: 22px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
    }
.abt_dev .body{
    background-color: #e5e5e5;
    padding: 35px 0;
}
.abt_dev .body .left{
    width: 70%;
}
.abt_dev .body .right{
    width: 30%;
}
.abt_dev .body p{
    color: #333333;
    font-size: 14px;
    font-weight: 500;
}
.abt_dev .body .part_logo img{
    width: 75%;
    float: right;
}

.model_3d{
    background-image: url("../../../../fld3/defence_raya_3d_modelbg1_1.jpg");
    background-size: cover;
    background-position: center;
    width: 100%;
    min-height: 800px;
    position: relative;
}
.btn_3d{
    background-image: url("../../../../fld3/raya_3d_image.png");
    width: 570px;
    height: 71px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    right: 0;
    top: 600px;
    cursor: pointer;
}
.geometrics{
    width: 100%;
    height: 650px;
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    margin: auto;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1111111111;
}

.main_heading{
    color: #353535;
    font-size: 50px;
    font-weight: 100;
    text-transform: uppercase;
    line-height: 38px;
    padding-bottom: 35px;
    position: relative;
    font-family: 'Raleway', sans-serif;
}
.main_heading span{
    display: block;
    font-size: 29px;
    font-weight: 700;
}
.main_heading:after{
    content: ' ';
    position: absolute;
    left: 3px;
    bottom: 0;
    width: 72px;
    height: 1px;
    background-color: #353535;
}
.main_heading:before{
    content: ' ';
    position: absolute;
    left: 3px;
    bottom: 3px;
    width: 127px;
    height: 1px;
    background-color: #353535;
}
.main_heading.light{
    color: #ffffff;
}
.main_heading.light:after, .main_heading.light:before{
    background-color: #ffffff;
}


.raya_list{
    font-family: 'Raleway', sans-serif;
}
.raya_list li{
    position: relative;
    padding-left: 20px;
    line-height: 23px;
    color: #000000;
}
.raya_list li:before{
    content: ' ';
    position: absolute;
    top: 7px;
    left: 0;
    width: 8px;
    height: 8px;
    background-color: #431e65;
}

.tvc{
    background-image: url(" ../../../../fld3/tvc-defence-raya-bg.jpg");
    background-repeat: no-repeat;
    width:100%;
    height:420px;
    background-size: 100% 100%;
    
}
.play_icon_tvc {
    cursor: pointer;
    position: absolute;
    top: 50%;
    margin: auto;
    left: 0;
    right: 0;
    transform: translateY(-50px);
    width :305px;
    margin-top: -40px;
        
}


.video_thumb{
    width: 90px;
    cursor: pointer;
    margin: auto;
}


.video_thumb .video_th_icon {
    background-image: url("../../../../fld3/play-icon-green.png");
    background-repeat: no-repeat;
    background-size: contain;
    width: 90px;
    height: 90px;
}

.play_icon_tvc span{
    color:#fff;
    font-size: 50px;
    font-family: 'Raleway', sans-serif;
    margin-top: 10px;
    display: inline-block;
    font-weight: bold;

}


.position-absolute {
    position: absolute;
}

.position-relative {
    position: relative;
}

.text-uppercase{
    text-transform: uppercase;
}


.location{
    background: url("zn_defence_raya_map_1_1.jpg") no-repeat center;
    background-size: cover;
}
.location .box{
    width: 472px;
    padding: 75px 0 70px 42px;
    background-color: #fefefe;
    -webkit-box-shadow: 0px 0px 10px 0px #e2e1e1;
    -moz-box-shadow: 0px 0px 10px 0px #e2e1e1;
    box-shadow: 0px 0px 10px 0px #e2e1e1;
}
.location .box ul{
    margin: 25px 0 35px;
    width: 84%;
}
.location .box ul li{
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
}
.location .box .get_dir{
    background-color: #431e65;
    height: 41px;
    line-height: 41px;
    max-width: 200px;
    width: 100%;
    padding: 0 16px 0 20px;
    position: relative;
    margin-left: 23px;
    cursor: pointer;
    border: 1px solid #431e65;
}
.location .box .get_dir p{
    color: #ffffff;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.location .box .get_dir:before{
    content: ' ';
    position: absolute;
    top: 12px;
    right: 16px;
    background-color: #ffffff;
    width: 16px;
    height: 16px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.location .box .get_dir:after{
    content: ' ';
    position: absolute;
    top: 17px;
    right: 21.5px;
    width: 4px;
    height: 4px;
    border-top: 2px solid #431e65;
    border-right: 2px solid #431e65;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
}
.location .box .get_dir:hover{
    background-color: #ffffff;
}
.location .box .get_dir:hover p{
    color: #431e65;
}
.location .box .get_dir:hover:before{
    background-color: #431e65;
}
.location .box .get_dir:hover:after{
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
}



.pro_high{
    background: url("zn_defence_raya_highlights_main_bg_1_1.jpg") no-repeat center;
    background-size: cover;
    padding: 50px 0 45px;
}
.pro_high .box{
    background-color: #ffffff;
    margin-top: 30px;
}
.pro_high .box .left, .pro_high .box .right{
    width: 50%;
}
.pro_high .box .head{
    background-color: #e5e5e5;
    color: #000000;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    height: 53px;
    line-height: 53px;
    text-align: center;
    cursor: pointer;
    font-family: 'Raleway', sans-serif;
}
.pro_high .box .head:hover{
    background-color: #20bfa3;
    color: #ffffff;
}
.pro_high .box .head.active{
    background-color: #431e65;
    color: #ffffff;
}

.pro_high .box .inner{
    padding: 30px 20px 25px 15px;
}
.pro_high .box .inner.one .left{
    width: 57%;
}
.pro_high .box .inner.one .right{
    width: 43%;
    position: relative;
}

.pro_high .box .inner.one .right .btn{
    left:32%;
}

.pro_high .box .inner .raya_list li{
    color: #353535;
    font-weight: 600;
    letter-spacing: 0.5px;
}
.pro_high .box .inner .raya_list li:not(:last-child){
    margin-bottom: 9px;
}
.pro_high .box .inner .img{
    background: url("zn_defence_raya_highlights_banner1_1_1.jpg") no-repeat center;
    background-size: contain;
    width: 462px;
    height: 356px;
    float: right;
    padding: 10px;
}
.pro_high .box .inner .img .border{
    border: 1px solid #ffffff;
    width: 100%;
    height: 100%;
}

.pro_high .box .inner.two{
    padding: 30px 15px 25px 20px;
}
.pro_high .box .inner.two .raya_list{
    width: 95%;
    float: right;
}
.pro_high .box .inner.two .left{
    width: 43%;
    position: relative;
}
.pro_high .box .inner.two .right{
    width: 57%;
}
.pro_high .box .inner.two .img{
    background: url("zn_defence_raya_highlights_banner2_1_1.jpg") no-repeat center;
    float: left;
}

.pro_high .box .btn{
    max-width: 215px;
    width: 100%;
    margin: auto;
    border: 1px solid #ffffff;
    border-bottom: none;
    text-transform: uppercase;
    height: 40px;
    line-height: 40px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    position: absolute;
    bottom: 11px;
    left:20%;
    text-align: left;
    padding-left: 20px;
    font-family: 'Raleway', sans-serif;
    background: rgba(0, 0, 0, 0.6);
}

.pro_high .box .btn .down_icon{
    fill: currentColor;
    color: #431e65;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 17px;
    top: 13px;
}

.pro_high .box .btn:hover{
    background: rgba(0, 0, 0, 1);
}


.why_invest{
    background: url("zn_defence_raya_why_invest_bg_1_1.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 0 50px;
}
.why_invest .left{
    width: 50%;
}
.why_invest .raya_list{
    margin-top: 40px;
}
.why_invest .raya_list li{
    color: #000000;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 10px;
}

.why_invest .real_estate{
    background: url("zn_defence_raya_real_estate_bg_1_2.jpg") no-repeat center;
    background-size: cover;
    position: absolute;
    right: 0;
    top: 13px;
    width: 45%;
    border: 1px solid #a0a099;
    border-right: none;
    padding: 45px 0 165px 70px;
}
.why_invest .real_estate .spon_outer{
    position: absolute;
    left: -89px;
    top: 200px;
}
.why_invest .real_estate .spon_outer .spon{
    width: 171px;
    height: 171px;
}
.why_invest .real_estate .spon_outer .spon.one{
    background: url("zn_defence_raya_real_estate_raya_logo_1_1.png") no-repeat center;
    background-size: contain;
}
.why_invest .real_estate .spon_outer .spon.two{
    background: url("zn_defence_raya_price_fairways_logo_1_1.png") no-repeat center;
    background-size: contain;
    margin-top: 25px;
}

.why_invest .real_estate .graph{
    margin: 65px 0 0 30px;
}
.why_invest .real_estate .graph .bar{
    width: 343px;
    height: 30px;
}
.why_invest .real_estate .graph .bar.one{
    background: url("zn_defence_raya_real_estate_graph_bar1_1_2.png") no-repeat center;
    background-size: contain;
}
.why_invest .real_estate .graph .bar.two{
    background: url("zn_defence_raya_real_estate_graph_bar2_1_4.png") no-repeat center;
    background-size: contain;
    margin-top: 35px;
}
.why_invest .real_estate .graph .bar.three{
    background: url("zn_defence_raya_real_estate_graph_bar3_1_2.png") no-repeat center;
    background-size: contain;
    margin-top: 100px;
}
.why_invest .real_estate .graph .bar.four{
    background: url("zn_defence_raya_real_estate_graph_bar4_1_5.png") no-repeat center;
    background-size: contain;
    margin-top: 35px;
}



.facilities{
    overflow: hidden;
}
.facilities .royalSlider{
    width: 100% !important;
    height: 700px !important;
}
.facilities .royalSlider .rsOverflow{
    width: 100% !important;
    height: 700px !important;
}
.facilities .royalSlider .rsSlide img{
    width: 100% !important;
    height: 700px !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}
.facilities .rsDefault .rsBullets{
    position: absolute;
    right: 26%;
    bottom: 3%;
    background-color: rgba(0,0,0,0.8);
    padding: 0px 6px;
    border-radius: 25px;
    height: 15px;
    line-height: 15px;
}
.facilities .rsDefault .rsBullet{
    display: inline-block;
    height: auto;
    width: auto;
    padding: 2px;
}
.facilities .rsDefault .rsBullet span{
    background: none repeat scroll 0 0 #ffffff;
    display: block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
}
.facilities .rsDefault .rsBullet.rsNavSelected span{
    background-color: #59a3dc;
}

.facilities .fac_box{
    background-color: rgba(0, 0, 0, 0.7);
    width: 472px;
    height: auto;
    padding: 65px 35px 40px;
    position: absolute;
    left: 0;
    z-index: 11;
}
.facilities .fac_box .raya_list{
    margin-top: 40px;
}
.facilities .fac_box .raya_list li{
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    transition: 0.3s ease-in;
    cursor: pointer;
}
.facilities .fac_box .raya_list li:not(:last-child){
    margin-bottom: 25px;
}
.facilities .fac_box .raya_list .slider_tab:hover{
    color: #431e65;
    font-weight: 700;
}
.facilities .fac_box .raya_list .slider_tab.active{
    color: #431e65;
    font-weight: 700;
}



.price_plan{
    background: url("zn_defence_raya_price_plan_main_bg_1_1.jpg") no-repeat center;
    background-size: cover;
    padding: 60px 0 80px;
}
.price_plan .ptext{
    background-color: #431e65;
    line-height: 66px;
    color: #ffffff;
    margin: 23px 0px 22px;
    font-weight: 700;
    font-size: 28px;
    text-transform: uppercase;
}
.price_plan .box_outer{
    margin-top: 40px;
    background-color: #232323;
    padding: 14px 16px;
}
.price_plan .box_outer .box{
    width: 50%;
    border: 1px solid #a0a0a0;
    text-align: center;
    float: left;
}
.price_plan .box_outer .box img.villas{
    margin:23px 0px;
}
.price_plan .box_outer .box.b2 img{
    margin: 6px 0px;
}
.price_plan .box_outer .box img{
    margin-top: 10px;
}
.price_plan .box_outer .box:nth-child(1){
    border-right: none;
}
.price_plan .box_outer .box .def_logo{
    background: url("zn_defence_raya_main_logo_1_1.png") no-repeat center;
    background-size: contain;
    width: 200px;
    height: 109px;
    margin: 20px auto 40px;
}
.price_plan .box_outer .box .fair_logo{
    background: url("zn_defence_raya_price_fairways_logo2_1_1.png") no-repeat center;
    background-size: contain;
    width: 120px;
    height: 109px;
    margin: 20px auto 40px;
}
.price_plan .box_outer .box h5{
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    font-family: 'Raleway', sans-serif;
}
.price_plan .box_outer .box h3{
    color: #ffffff;
    font-size: 28px;
    font-weight: 700;
    text-transform: uppercase;
    background-color: #431e65;
    letter-spacing: 1px;
    line-height: 60px;
    margin: 20px 0 30px;
}
.price_plan .box_outer .box:nth-child(2) h3{
    background-color: #181818;
}
.price_plan .box_outer .box h4{
    color: #ffffff;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.price_plan .box_outer .box h6{
    color: #431e65;
    font-size: 18px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin: 7px 0 30px;
}
.price_plan .box_outer .box .btn_link{
    max-width: 242px;
    width: 100%;
    display: block;
    margin: auto;
}
.price_plan .box_outer .box .btn{
    max-width: 242px;
    width: 100%;
    margin: auto;
    border: 1px solid #a0a0a0;
    border-bottom: none;
    text-transform: uppercase;
    height: 41px;
    line-height: 41px;
    color: #ffffff;
    font-size: 12px;
    font-weight: 600;
    position: relative;
    padding-left: 17px;
    text-align: left;
    font-family: 'Raleway', sans-serif;
}
.price_plan .box_outer .box .btn .down_icon{
    fill: currentColor;
    color: #431e65;
    width: 12px;
    height: 13px;
    position: absolute;
    right: 17px;
    top: 13px;
}



footer{
    background-color: #d2d2d2;
    padding: 16px 0;
}
footer .zameen_logo{
    width: 246px;
    height: 53px;
    margin-top: 10px;
}
footer .contact{
    position: relative;
    width: 310px;
}
footer .contact .call_icon{
    fill: currentColor;
    color: #ffffff;
    background-color: #431e65;
    width: 30px;
    height: 30px;
    padding: 6px;
    float: left;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin-top: 21px;
}
footer .contact p{
    color: #000000;
    font-size: 24px;
    font-weight: 600;
    text-transform: uppercase;
    float: right;
    line-height: 24px;
    margin-top: 10px;
}
footer .contact p span{
    display: block;
    font-size: 16px;
}
/*
=================================
    Construction Update Banner
=================================
*/
.construction-update-section{min-height: 230px;background-image: url(construction_bg_01.jpg);position: relative;display: flex;justify-content: center;align-items: center;margin-bottom: 50px;background-color: #ffffff;}
.video_link{text-align: center;display: block;}
.video_link span{text-transform: uppercase;font-weight: bold;color: #ffffff;position: relative;cursor: pointer;}
.video_link img{margin: auto auto 10px;width: 71px;height: 71px;}

.construction-popup{
    position: fixed;
    width: 960px;
    height: 500px;
    background-color: #343434;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    left: 0;
    right: 0;
    border: 0;
    margin: 0 auto;
    z-index: 1022;
}    
.slider_vid  .royalSlider {
    width: 960px;
    height: 700px;
    margin: 0 auto;
    position: relative;
}
.slider_vid .royalSlider .rsOverflow{
    width: 100% !important;
    height: 700px !important;
}
.slider_vid .royalSlider .rsSlide img {
    height: 100% !important;
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}
.slider_vid .rsDefault .rsThumb.rsNavSelected img{
    width: 100%;
    height: 158px;
    box-shadow: 0px 0px 0px 3px #63c7c3;
    -webkit-box-shadow: 0px 0px 0px 3px #63c7c3;
    -o-box-shadow: 0px 0px 0px 3px #63c7c3;
}
.slider_vid .rsDefault .rsThumb img{
    width: 100%;
    height: 158px;
}
.slider_vid .rsDefault .rsThumb {
    float: none !important;
    opacity: 1;
    margin-bottom: 30px !important;
}
.slider_vid .rsThumbsContainer{
    display: block;
}
.slider_vid .rsDefault .rsThumbsVer {
    width: 270px;
    height: 533px;
    position: absolute;
    top: 0 !important;
    right: 0;
}
.slider_vid .rsDefault .rsBullet{
    padding: 0px;
    margin-top: 0;
    margin-right: 15px;
}
.slider_vid .rsDefault .rsArrow{
    height: 34px;
    width: 41px;
    top: 50% !important;
    background-color: rgba(0, 0, 0, 0.7);
}
.slider_vid .rsDefault .rsArrowIcn{
    top: 17%;
    left: 22%;
    background: url("zn_draya_slider_arrow_1_2.png") no-repeat;
    width: 23px;
    height: 23px;
    background-size: contain;
    background-position: center !important;
    margin: 0;
}
.slider_vid .rsDefault.rsHor .rsArrowLeft{
    -webkit-border-radius: 0px 25px 25px 0px;
    -moz-border-radius: 0px 25px 25px 0px;
    border-radius: 0px 25px 25px 0px;
}
.slider_vid .rsDefault.rsHor .rsArrowRight{
    -webkit-border-radius: 25px 0px 0px 25px;
    -moz-border-radius: 25px 0px 0px 25px;
    border-radius: 25px 0px 0px 25px;
}
.slider_vid .rsDefault.rsHor .rsArrowRight .rsArrowIcn{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.slider_vid .grab-cursor{
    cursor: -webkit-grab;
}
.slider_vid .grabbing-cursor{
    cursor: -webkit-grabbing;
}
.slider_vid .rsHidden{
    opacity: 1;
    visibility: visible;
}


.fast_dev{
    background: url(../landing_construction_bg_1_1.jpg) no-repeat center;
    height: 320px;
    position: relative;
}
.fast_dev:after{
    clear: both;
}
.fast_dev .head_txt{
    color: #ffffff;
    font-size: 36px;
    font-size: 2.25rem;
    text-transform: uppercase;
    text-align: left;
    font-weight: 700;
    line-height: 45px;
    float: left;
    margin-top: 100px;
}
.fast_dev .head_txt span{
    display: block;
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 36px;
    font-weight: 400;
}
.fast_dev .play_icon{
    float: right;
    position: relative;
    cursor: pointer;
    margin-top: 80px;
}
.fast_dev .play_icon .play_frame{
    width: 140px;
    height: 140px;
    background-image: linear-gradient(100deg, rgba(255, 255, 255, 0.1) 50%, rgba(255, 255, 255, 0) 50%);
    border-radius: 50%;
    position: relative;
    -webkit-animation: play-rotate 3s infinite;
    animation: play-rotate 3s infinite;
}
.fast_dev .play_icon .play_button{
    background-image: url("../landing_construction_play_icon.png");
    width: 60px;
    height: 60px;
    margin: auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 39px;
    top: 39px;
    -webkit-transition: all .3s ease;
       -moz-transition: all .3s ease;
        -ms-transition: all .3s ease;
         -o-transition: all .3s ease;
            transition: all .3s ease;
}
.fast_dev .play_icon:hover .play_button{
    -webkit-transform: scale(1.1);
       -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
         -o-transform: scale(1.1);
            transform: scale(1.1);
}
.const_vid_popup {
  max-width: 960px;
  width: 100%;
  max-height: 500px;
  height: 100%;
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1111111; 
}

.play-rotate {
  -webkit-animation: play-rotate 3s infinite;
  animation: play-rotate 3s infinite; }

@-webkit-keyframes play-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } 
}
@keyframes play-rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } 
}


.const_vid_popup .royalSlider {
    width: 960px;
    height: 500px;
    margin: 0 auto;
    position: relative;
}
.const_vid_popup .royalSlider .rsOverflow{
    width: 100% !important;
    height: 100% !important;
}
.const_vid_popup .royalSlider .rsSlide img {
    height: 100% !important;
    width: 100% !important;
    margin-left: 0px !important;
    margin-top: 0px !important;
}
.const_vid_popup .rsDefault .rsBullet{
    padding: 0px;
    margin-top: 25px;
    margin-right: 15px;
}
.const_vid_popup .rsDefault .rsArrow{
    height: 34px;
    width: 41px;
    top: 50% !important;
    background-color: rgba(0, 0, 0, 0.7);
}
.const_vid_popup .rsDefault .rsArrowIcn{
    top: 17%;
    left: 22%;
    background: url("../../../../fld3/zn_landing_slider_arrow.png") no-repeat;
    width: 23px;
    height: 23px;
    background-size: contain;
    background-position: center !important;
    margin: 0;
}
.const_vid_popup .rsDefault.rsHor .rsArrowLeft{
    -webkit-border-radius: 0px 25px 25px 0px;
    -moz-border-radius: 0px 25px 25px 0px;
    border-radius: 0px 25px 25px 0px;
}
.const_vid_popup .rsDefault.rsHor .rsArrowRight{
    -webkit-border-radius: 25px 0px 0px 25px;
    -moz-border-radius: 25px 0px 0px 25px;
    border-radius: 25px 0px 0px 25px;
}
.const_vid_popup .rsDefault.rsHor .rsArrowRight .rsArrowIcn{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
}

.const_vid_popup .grab-cursor{
    cursor: -webkit-grab;
}
.const_vid_popup .grabbing-cursor{
    cursor: -webkit-grabbing;
}
.const_vid_popup .rsHidden{
    opacity: 1;
    visibility: visible;
}
.const_vid_popup .cap_outer{
    position: relative;
    width: 100%;
    height: 100%;
}
.const_vid_popup .img_caption{
    background-color: rgba(0,0,0,0.7);
    color: #ffffff;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    height: 35px;
    line-height: 35px;
    font-size: 16px;
    text-transform: uppercase;
}