/*-- social-icons --*/
.social_icons {
    text-align: center;
}
.social{
    position:relative;
    margin: 10px auto 3px;
}
.social a{
    position: relative;
    display: inline-block;
    width:34px;
    height:34px;
    border-radius: 50%;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-o-border-radius: 50%;
	-ms-border-radius: 50%;
    text-align: center;
    margin-right: 15px;
}
.social .fb{
    background: #1b435d;
}
.social .fb:before,
.social .fb:after{
    border-color:#1b435d;
}

.social a:before,
.social a:after{
    content: "";
    display: block;
    position: absolute;
    background: transparent;
    top: 0; bottom: 0; left: 0; right: 0;
    border-radius: 50%;
    transition: .3s all;
    border: 3px solid;
}
.social a:hover:after{
   -webkit-transform: scale(1.5);
}
.social a:hover:before{
    -webkit-transform: scale(1);
    transition: .3s all;
    opacity: 0;
}

.connect-social ul li {
	display: inline-block;
}
.social li a {
    display: block;
    font-size: 20px;
    padding:0 8px;
    text-align: center;
    text-decoration: none !important;
    transition: all 0.3s;
}
.connect-social ul li a{
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}

.connect-social ul li a i {
    color: #fff;
    line-height: 34px;
    font-size: 1em;
    border-radius: 50%;
}

/*-- Footer-Social-Icons --*/




/*--copy-right--  color: rgba(255, 255, 255, 0.5); */
.copy-rights{
    line-height: 36px;
    margin-bottom: 0;
    font-size: 130%;
}
/*--copy-right--*/



/*-- to-top --*/
.scrolltop {
	width:100%;
	margin:0 auto;
	position:fixed;
	bottom:20px;
    right:10px;	
    z-index: 999;
}
.scroll {
	position:absolute;
	right:20px;
	bottom:20px;
	background:#b2b2b2;
	background:rgba(178,178,178,0.7);
	padding:20px;
	text-align: center;
	margin: 0 0 0 0;
	cursor:pointer;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover {
	background:rgba(178,178,178,1.0);
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 		
}
.scroll:hover .fa {
	padding-top:-10px;
}
.scroll .fa {
	font-size:30px;
	margin-top:-5px;
	margin-left:1px;
	transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s; 	
}


/*-- //to-top --*/ 




/*-- //contact-logo --*/ 
.contact-logo, .contact-logo1, .contact-logo2{
    height: 50px;
    width: 50px;
    background: #1b435d;
    margin-top: 5px;
    border-bottom-left-radius: 19px;
    border-top-left-radius: 19px;
    border-top-right-radius: 19px;

}
.contact-logo:hover, .contact-logo1:hover, .contact-logo2:hover{
    background: white;
}




.contact-logo a i{
    line-height: 34px;
    font-size: 32px;
    color:white;
    margin-top: 9px;
    margin-left: 17px;
}

.contact-logo a i:hover{
    color:black;
}


.contact-logo1 a i{
    line-height: 34px;
    font-size: 32px;
    color:white;
    margin-top: 9px;
    margin-left: 12px;

}

.contact-logo1 a i:hover{
    color:black;
}

.contact-logo2 a i{
    line-height: 34px;
    font-size: 32px;
    margin-top: 10px;
    margin-left: 14px;
    color:white;
}

.contact-logo2 a i:hover{
    color:black;
}
/*-- //contact-logo --*/ 


/*--contact-back--*/
.contact-bg{
background-image: url('../img/footer.jpg');
background-size: cover;
}
/*--contact-back--*/


.nav_logo{
    width:110px;
    height: 50px;
    margin-top:-10px;
}


@media (max-width: 768px)  {
    .nav_logo{
        width:150px;
        height: 50px;
        margin-top:-15px;
    }
}

@media (min-width: 810px)  {
    .nav_logo{
        width:150px;
        height: 50px;
        margin-top:-15px;
    }
}




#hero div {
    position:absolute;
    z-index: 0;
}
#hero div.previous {
    z-index: 1;
}
#hero div.current {
    z-index: 2;
}


@media (min-width: 991px) {
    .back{
        background-color: #d5eeff ;
    }
   
 }




#hover-white{
    background-color: #1b435d ;
    color:white;
    font-weight: bold ;


}
#hover-white:hover{
        background-color: #ffffff ;
        border:1px solid black;
        color:black ;
        
}

.social-logo{
    font-size:100px ;
    color : pink ;
}




#about-div{
    margin-top:35px;
}

#about-img{
    width: 100%;
    margin-top : 30px;
}

.border{
    border :5px solid black;
}

.position{
    position: relative;
    left:6px;


}



.margin-b-50{
    margin-bottom: 50px;
}

#get-in-touch{
    margin-top: 20px;
    font-size: 120%;
    color: rgb(255, 247, 247);
    font-weight: bold;

}
.contact-title{
    font-weight: bold;
    font-family: "Roboto";
    font-size: 200%;
    color: #ffffff;
    text-align: center;
}


#project-btn{
    margin-top: 30px;
    background-color: #78bbe6 ;
    color:white;
    font-size: 100%;
    font-weight: 600;


}
#project-btn:hover{
        background-color: #ffffff ;
        border:1px solid black;
        color:black ;
        
}

.project-github-logo{
    font-size :500%;
}

.project-github-logo i {
    color:white;

}

.project-github-logo i:hover{
    color:#78bbe6;

}

.bluee{
    color: #1b435d ;
}

.act-logo{
    color:white;
    font-size: 400% ;
}
.act-logo:hover{
    color: #78bbe6;
}

.act-h5{
    font-weight: bold;
    margin-top:30px;
}
/* ---------------- RESPONSIVE ---------------------  */
@media(min-width:2401px){
    .welcom-img{
        height: 1300px;
        width: 2500px;
    
    }  
    #Sur{
        z-index:3 ;
        margin-top: 500px;
    }
    
    
    .home-section{
        width: 100%;
        min-height: 650px;
        text-align:center;
        position: relative;
    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 48px;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
      }
    #hero {
        height:500px;
        width:100%;
    }
    
    #we-are{
        color:white;
        display: inline;

    }

    .purchase-desc{
        font-size: 32px;
        margin-bottom: 28px ;
    }

    .res-size{
        font-size: 40px ;
    }
    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 40px ;
        padding-left: 40px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 140%;
        line-height: 30px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 220%;
        background-color: #1b435d ;
        font-weight: 600 ;
        margin-top:10px;
    }

    .title-img{
        margin-top:55px;
        width:35%;
    }
    .title-img-about{
        margin-top:680px;
        width:35%;
    }
    .title-img-get{
        margin-top:0px;
        width:35%;
    }

    .JLL{
        padding: 40px ;
        font-size: 170% ;
        line-height: 40px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 100px ;
    }
    .KEY{
        padding: 40px ;
        font-size: 160% ;
        line-height: 40px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 70px ;
    }

}








@media(max-width:2400px){
    .welcom-img{
        height: 1200px;
        width: 2350px;
    
    }  
    #Sur{
        z-index:3 ;
        margin-top: 500px;
    }
    
    
    .home-section{
        width: 100%;
        min-height: 650px;
        text-align:center;
        position: relative;
    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 48px;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
      }
    #hero {
        height:500px;
        width:100%;
    }
    
    #we-are{
        color:white;
        display: inline;

    }

    .purchase-desc{
        font-size: 32px;
        margin-bottom: 28px ;
    }

    .res-size{
        font-size: 40px ;
    }
    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 40px ;
        padding-left: 40px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 140%;
        line-height: 30px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 220%;
        background-color: #1b435d ;
        font-weight: 600 ;
        margin-top:10px;
    }

    .title-img{
        margin-top:55px;
        width:35%;
    }
    .title-img-about{
        margin-top:600px;
        width:35%;
    }
    .title-img-get{
        margin-top:0px;
        width:35%;
    }

    .JLL{
        padding: 40px ;
        font-size: 170% ;
        line-height: 40px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 100px ;
    }
    .KEY{
        padding: 40px ;
        font-size: 160% ;
        line-height: 40px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 70px ;
    }

}

@media(max-width:2300px){
    .welcom-img{
        height: 1120px;
        width: 2250px;
    
    }  
    #Sur{
        z-index:3 ;
        margin-top: 500px;
    }
    
    
    .home-section{
        width: 100%;
        min-height: 650px;
        text-align:center;
        position: relative;
    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 48px;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
      }
    #hero {
        height:500px;
        width:100%;
    }
    
    #we-are{
        color:white;
        display: inline;

    }

    .purchase-desc{
        font-size: 32px;
        margin-bottom: 28px ;
    }

    .res-size{
        font-size: 40px ;
    }
    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 40px ;
        padding-left: 40px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 140%;
        line-height: 30px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 220%;
        background-color: #1b435d ;
        font-weight: 600 ;
        margin-top:10px;
    }

    .title-img{
        margin-top:55px;
        width:35%;
    }
    .title-img-about{
        margin-top:520px;
        width:35%;
    }
    .title-img-get{
        margin-top:0px;
        width:35%;
    }

    .JLL{
        padding: 40px ;
        font-size: 170% ;
        line-height: 40px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 100px ;
    }
    .KEY{
        padding: 40px ;
        font-size: 160% ;
        line-height: 40px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 70px ;
    }
}









@media(max-width:2200px){
    .welcom-img{
        height: 1070px;
        width: 2150px;
    
    }  
    #Sur{
        z-index:3 ;
        margin-top: 480px;
    }
    
    
    .home-section{
        width: 100%;
        min-height: 650px;
        text-align:center;
        position: relative;
    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 48px;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
      }
    #hero {
        height:500px;
        width:100%;
    }
    
    #we-are{
        color:white;
        display: inline;

    }

    .purchase-desc{
        font-size: 32px;
        margin-bottom: 28px ;
    }

    .res-size{
        font-size: 40px ;
    }
    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 40px ;
        padding-left: 40px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 140%;
        line-height: 30px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 220%;
        background-color: #1b435d ;
        font-weight: 600 ;
        margin-top:10px;
    }

    .title-img{
        margin-top:55px;
        width:35%;
    }
    .title-img-about{
        margin-top:480px;
        width:35%;
    }
    .title-img-get{
        margin-top:0px;
        width:35%;
    }

    .JLL{
        padding: 40px ;
        font-size: 170% ;
        line-height: 40px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 100px ;
    }
    .KEY{
        padding: 40px ;
        font-size: 160% ;
        line-height: 40px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 70px ;
    }
}










@media(max-width:2100px){
    .welcom-img{
        height: 1020px;
        width: 2050px;
    
    }  
    #Sur{
        z-index:3 ;
        margin-top: 420px;
    }
    
    
    .home-section{
        width: 100%;
        min-height: 650px;
        text-align:center;
        position: relative;
    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 48px;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
      }
    #hero {
        height:500px;
        width:100%;
    }
    
    #we-are{
        color:white;
        display: inline;

    }

    .purchase-desc{
        font-size: 32px;
        margin-bottom: 28px ;
    }

    .res-size{
        font-size: 40px ;
    }
    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 40px ;
        padding-left: 40px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 140%;
        line-height: 30px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 220%;
        background-color: #1b435d ;
        font-weight: 600 ;
        margin-top:10px;
    }

    .title-img{
        margin-top:55px;
        width:35%;
    }
    .title-img-about{
        margin-top:400px;
        width:35%;
    }
    .title-img-get{
        margin-top:0px;
        width:35%;
    }

    .JLL{
        padding: 40px ;
        font-size: 170% ;
        line-height: 40px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 100px ;
    }
    .KEY{
        padding: 40px ;
        font-size: 160% ;
        line-height: 40px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 70px ;
    }
}








@media(max-width:2000px){
    .welcom-img{
        height: 970px;
        width: 1950px;
    
    }  
    #Sur{
        z-index:3 ;
        margin-top: 420px;
    }
    
    
    .home-section{
        width: 100%;
        min-height: 650px;
        text-align:center;
        position: relative;
    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 48px;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
      }
    #hero {
        height:500px;
        width:100%;
    }
    
    #we-are{
        color:white;
        display: inline;

    }

    .purchase-desc{
        font-size: 32px;
        margin-bottom: 28px ;
    }

    .res-size{
        font-size: 40px ;
    }
    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 40px ;
        padding-left: 40px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 140%;
        line-height: 30px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 220%;
        background-color: #1b435d ;
        font-weight: 600 ;
        margin-top:10px;
    }

    .title-img{
        margin-top:55px;
        width:35%;
    }
    .title-img-about{
        margin-top:290px;
        width:35%;
    }
    .title-img-get{
        margin-top:0px;
        width:35%;
    }

    .JLL{
        padding: 40px ;
        font-size: 170% ;
        line-height: 40px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 100px ;
    }
    .KEY{
        padding: 40px ;
        font-size: 160% ;
        line-height: 40px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 70px ;
    }
}















@media(max-width:1900px){
    .welcom-img{
        height: 920px;
        width: 1850px;
    
    }  
    #Sur{
        z-index:3 ;
        margin-top: 420px;
    }
    
    
    .home-section{
        width: 100%;
        min-height: 650px;
        text-align:center;
        position: relative;
    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 48px;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
      }
    #hero {
        height:500px;
        width:100%;
    }
    
    #we-are{
        color:white;
        display: inline;

    }

    .purchase-desc{
        font-size: 32px;
        margin-bottom: 28px ;
    }

    .res-size{
        font-size: 40px ;
    }
    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 40px ;
        padding-left: 40px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 140%;
        line-height: 30px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 220%;
        background-color: #1b435d ;
        font-weight: 600 ;
        margin-top:10px;
    }

    .title-img{
        margin-top:55px;
        width:35%;
    }
    .title-img-about{
        margin-top:290px;
        width:35%;
    }
    .title-img-get{
        margin-top:0px;
        width:35%;
    }

    .JLL{
        padding: 40px ;
        font-size: 170% ;
        line-height: 40px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 100px ;
    }
    .KEY{
        padding: 40px ;
        font-size: 160% ;
        line-height: 40px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 70px ;
    }
}


















@media(max-width:1800px){
    .welcom-img{
        height: 860px;
        width: 1720px;
    
    }  
    #Sur{
        z-index:3 ;
        margin-top: 420px;
    }
    
    
    .home-section{
        width: 100%;
        min-height: 650px;
        text-align:center;
        position: relative;
    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 48px;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
      }
    #hero {
        height:500px;
        width:100%;
    }
    
    #we-are{
        color:white;
        display: inline;

    }

    .purchase-desc{
        font-size: 32px;
        margin-bottom: 28px ;
    }

    .res-size{
        font-size: 40px ;
    }
    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 40px ;
        padding-left: 40px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 130%;
        line-height: 29px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 220%;
        background-color: #1b435d ;
        font-weight: 600 ;
        margin-top:10px;
    }

    .title-img{
        margin-top:55px;
        width:35%;
    }
    .title-img-about{
        margin-top:290px;
        width:35%;
    }
    .title-img-get{
        margin-top:0px;
        width:35%;
    }

    .JLL{
        padding: 40px ;
        font-size: 170% ;
        line-height: 40px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 100px ;
    }
    .KEY{
        padding: 40px ;
        font-size: 160% ;
        line-height: 40px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 70px ;
    }
}
















@media(max-width:1700px){
    .welcom-img{
        height: 800px;
        width: 1630px;
    
    }  
    #Sur{
        z-index:3 ;
        margin-top: 300px;
    }
    
    
    .home-section{
        width: 100%;
        min-height: 650px;
        text-align:center;
        position: relative;
    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 48px;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
      }
    #hero {
        height:500px;
        width:100%;
    }
   
    #we-are{
        color:white;
        display: inline;

    }

    .purchase-desc{
        font-size: 32px;
        margin-bottom: 28px ;
    }

    .res-size{
        font-size: 32px ;
    }
    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 40px ;
        padding-left: 40px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 110%;
        line-height: 29px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 180%;
        background-color: #1b435d ;
        font-weight: 600 ;
        margin-top:10px;
    }

    .title-img{
        margin-top:55px;
        width:35%;
    }
    .title-img-about{
        margin-top:190px;
        width:35%;
    }
    .title-img-get{
        margin-top:0px;
        width:35%;
    }

    .JLL{
        padding: 20px ;
        font-size: 130% ;
        line-height: 35px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 70px ;
    }
    .KEY{
        padding: 20px ;
        font-size: 130% ;
        line-height: 35px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 43px ;
    }
}















@media(max-width:1600px){
    .welcom-img{
        height: 770px;
        width: 1520px;
    
    }  
    #Sur{
        z-index:3 ;
        margin-top: 300px;
    }
    
    
    .home-section{
        width: 100%;
        min-height: 650px;
        text-align:center;
        position: relative;
    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 48px;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
      }
    #hero {
        height:500px;
        width:100%;
    }
    
    #we-are{
        color:white;
        display: inline;

    }

    .purchase-desc{
        font-size: 32px;
        margin-bottom: 28px ;
    }

    .res-size{
        font-size: 37px ;
    }
    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 40px ;
        padding-left: 40px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 110%;
        line-height: 29px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 200%;
        background-color: #1b435d ;
        font-weight: 600 ;
        margin-top:10px;
    }

    .title-img{
        margin-top:55px;
        width:35%;
    }
    .title-img-about{
        margin-top:160px;
        width:35%;
    }
    .title-img-get{
        margin-top:0px;
        width:35%;
    }

    .JLL{
        padding: 20px ;
        font-size: 130% ;
        line-height: 32px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 60px ;
    }
    .KEY{
        padding: 20px ;
        font-size: 130% ;
        line-height: 32px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 43px ;
    }

    .w3layouts_work_grid_right {
		padding: 5em 15em 0em 5em;
		margin-top: 2.5em;
	}
}











@media(max-width:1500px){
    .welcom-img{
        height: 730px;
        width: 1450px;
    
    }  
    #Sur{
        z-index:3 ;
        margin-top: 300px;
    }
    
    
    .home-section{
        width: 100%;
        min-height: 650px;
        text-align:center;
        position: relative;
    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 48px;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
      }
    #hero {
        height:500px;
        width:100%;
    }
    #hero {
        height:150px;
        width:100%;    
    }
    #we-are{
        color:white;
        display: inline;

    }

    .purchase-desc{
        font-size: 29px;
        margin-bottom: 28px ;
    }

    .res-size{
        font-size: 32px ;
    }
    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 40px ;
        padding-left: 40px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 100%;
        line-height: 26px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 170%;
        background-color: #1b435d ;
        font-weight: 600 ;
        margin-top:25px;
    }

    .title-img{
        margin-top:55px;
        width:30%;
    }
    .title-img-about{
        margin-top:100px;
        width:30%;
    }
    .title-img-get{
        margin-top:0px;
        width:30%;
    }

    .JLL{
        padding: 20px ;
        font-size: 120% ;
        line-height: 30px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 60px ;
    }
    .KEY{
        padding: 20px ;
        font-size: 120% ;
        line-height: 28px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 35px ;
    }
}















@media(max-width:1430px){
    .welcom-img{
        height: 720px;
        width: 1400px;
    
    }  
    #Sur{
        z-index:3 ;
        margin-top: 300px;
    }
    
    
    .home-section{
        width: 100%;
        min-height: 650px;
        text-align:center;
        position: relative;
    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 48px;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
      }
    #hero {
        height:500px;
        width:100%;
    }
    #hero {
        height:150px;
        width:100%;    
    }
    #we-are{
        color:white;
        display: inline;

    }

    .purchase-desc{
        font-size: 29px;
        margin-bottom: 28px ;
    }

    .res-size{
        font-size: 32px ;
    }
    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 40px ;
        padding-left: 40px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 100%;
        line-height: 26px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 170%;
        background-color: #1b435d ;
        font-weight: 600 ;
        margin-top:25px;
    }

    .title-img{
        margin-top:55px;
        width:30%;
    }
    .title-img-about{
        margin-top:100px;
        width:30%;
    }
    .title-img-get{
        margin-top:0px;
        width:30%;
    }

    .JLL{
        padding: 20px ;
        font-size: 110% ;
        line-height: 28px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 60px ;
    }
    .KEY{
        padding: 20px ;
        font-size: 110% ;
        line-height: 30px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 38px ;
    }

    
}














@media(max-width:1366px){
    .welcom-img{
        height: 700px;
        width: 1370px;
    
    }  
    #Sur{
        z-index:3 ;
        margin-top: 300px;
    }
    
    
    .home-section{
        width: 100%;
        min-height: 650px;
        text-align:center;
        position: relative;
    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        font-size: 48px;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
      }
    #hero {
        height:500px;
        width:100%;
    }
    #hero {
        height:150px;
        width:100%;    
    }
    #we-are{
        color:white;
        display: inline;

    }

    .purchase-desc{
        font-size: 29px;
        margin-bottom: 28px ;
    }

    .res-size{
        font-size: 32px ;
    }
    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 40px ;
        padding-left: 40px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 100%;
        line-height: 26px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 170%;
        background-color: #1b435d ;
        font-weight: 600 ;
        margin-top:25px;
    }

    .title-img{
        margin-top:55px;
        width:30%;
    }
    .title-img-about{
        margin-top:100px;
        width:30%;
    }
    .title-img-get{
        margin-top:0px;
        width:30%;
    }

    .JLL{
        padding: 20px ;
        font-size: 110% ;
        line-height: 28px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 60px ;
    }
    .KEY{
        padding: 20px ;
        font-size: 110% ;
        line-height: 30px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 38px ;
    }
    
}












@media(max-width:1280px){
    .welcom-img{
        height: 700px;
        width: 1240px;
    
    } 
    #hero {
        height:150px;
        width:100%;    
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 38px;
      }
    
    #we-are{
        display: inline;
        color:white;
    }

    .title-img{
        margin-top:55px;
        width:45%;
    }
    .title-img-about{
        margin-top:80px;
        width:45%;
    }
    .title-img-get{
        margin-top:-30px;
        width:45%;
    }

    .purchase-desc{
        font-size: 29px;
        margin-bottom: 28px ;
    }

    .res-size{
        font-size: 32px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 30px ;
        padding-left: 30px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 100%;
        line-height: 23px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 170%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 15px ;
        font-size: 120% ;
        line-height: 28px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 58px ;
    }
    .KEY{
        padding: 15px ;
        font-size: 117% ;
        line-height: 26px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 36px ;
    }   
}











@media(max-width:1180px){
    .welcom-img{
        height: 650px;
        width: 1200px;
    
    }
    #hero {
        height:150px;
        width:100%;    
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 38px;
      }
    #Sur{
        margin-top: 320px;
        height:55px;
    }
    
    #we-are{
        display: inline;
        color:white;
    }

    .title-img{
        margin-top:55px;
        width:45%;
    }
    .title-img-about{
        margin-top:20px;
        width:45%;
    }
    .title-img-get{
        margin-top:-30px;
        width:45%;
    }

    .purchase-desc{
        font-size: 29px;
        margin-bottom: 28px ;
    }

    .res-size{
        font-size: 32px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 30px ;
        padding-left: 30px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 100%;
        line-height: 23px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 170%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 10px ;
        font-size: 120% ;
        line-height: 28px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 58px ;
    }
    .KEY{
        padding: 10px ;
        font-size: 117% ;
        line-height: 26px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 36px ;
    }  
}









@media(max-width:1140px){
    .welcom-img{
        height: 650px;
        width: 1145px;
    }

    #hero {
        height:150px;
        width:100%;    
    }

    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 38px;
      }
    #Sur{
        margin-top: 320px;
        height:55px;
    }
    
    #we-are{
        display: inline;
        color:white;
    }

    .title-img{
        margin-top:55px;
        width:45%;
    }
    .title-img-about{
        margin-top:-20px;
        width:45%;
    }
    .title-img-get{
        margin-top:-30px;
        width:45%;
    }

    .purchase-desc{
        font-size: 28px;
        margin-bottom: 30px ;
    }

    .res-size{
        font-size: 30px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 30px ;
        padding-left: 30px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 100%;
        line-height: 23px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 160%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 10px ;
        font-size: 110% ;
        line-height: 28px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 58px ;
    }
    .KEY{
        padding: 10px ;
        font-size: 105% ;
        line-height: 26px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 36px ;
    } 
}











@media(max-width:1080px){
   
    .welcom-img{
        height: 650px;
        width: 1100px;
    
    }
    #hero {
        height:150px;
        width:100%;    
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 38px;
      }
    #Sur{
        margin-top: 320px;
        height:55px;
    }
    
    #we-are{
        display: inline;
        color:white;
    }

    .title-img{
        margin-top:55px;
        width:45%;
    }
    .title-img-about{
        margin-top:-20px;
        width:45%;
    }
    .title-img-get{
        margin-top:-30px;
        width:45%;
    }

    .purchase-desc{
        font-size: 28px;
        margin-bottom: 30px ;
    }

    .res-size{
        font-size: 30px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 30px ;
        padding-left: 30px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 100%;
        line-height: 23px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 160%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 10px ;
        font-size: 110% ;
        line-height: 28px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 58px ;
    }
    .KEY{
        padding: 10px ;
        font-size: 105% ;
        line-height: 26px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 36px ;
    }  
    
}

















@media(max-width:1024px){
    
    .welcom-img{
        height: 600px;
        width: 1050px;
    
    }  
    #hero {
        height:150px;
        width:100%;    
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 38px;
      }
    #Sur{
        margin-top: 280px;
        height:55px;
    }
    
    #we-are{
        display: inline;
        color:white;
    }

    .title-img{
        margin-top:55px;
        width:45%;
    }
    .title-img-about{
        margin-top:-20px;
        width:45%;
    }
    .title-img-get{
        margin-top:-30px;
        width:45%;
    }

    .purchase-desc{
        font-size: 28px;
        margin-bottom: 30px ;
    }

    .res-size{
        font-size: 30px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 30px ;
        padding-left: 30px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 100%;
        line-height: 23px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 160%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 10px ;
        font-size: 110% ;
        line-height: 28px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 58px ;
    }
    .KEY{
        padding: 10px ;
        font-size: 105% ;
        line-height: 26px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 36px ;
    }
}








@media(max-width:991px){
  
    .welcom-img{
        height: 600px;
        width: 100%;
    
    }
    #hero {
        height:150px;
        width:100%;    
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 38px;
      }
    #Sur{
        margin-top: 90px;
        height:55px;
    }
    
    #we-are{
        display: inline;
        color:black;
    }

    .title-img{
        margin-top:55px;
        width:45%;
    }
    .title-img-about{
        margin-top:120px;
        width:45%;
    }
    .title-img-get{
        margin-top:-30px;
        width:45%;
    }

    .purchase-desc{
        font-size: 28px;
        margin-bottom: 30px ;
    }

    .res-size{
        font-size: 28px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 30px ;
        padding-left: 30px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 100%;
        line-height: 23px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 160%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 10px ;
        font-size: 97% ;
        line-height: 28px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 58px ;
    }
    .KEY{
        padding: 10px ;
        font-size: 95% ;
        line-height: 26px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 36px ;
    }
    
}









@media(max-width:900px){

    .welcom-img{
        height: 450px;
        width: 100%;
    
    }

    #hero {
        height:150px;
        width:100%;    
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 32px;
      }
    #Sur{
        margin-top: 90px;
        height:55px;
    }
    
    #we-are{
        display: inline;
        color:black;
    }

    .title-img{
        margin-top:55px;
        width:45%;
    }
    .title-img-about{
        margin-top:-30px;
        width:45%;
    }
    .title-img-get{
        margin-top:-30px;
        width:45%;
    }

    .purchase-desc{
        font-size: 28px;
        margin-bottom: 30px ;
    }

    .res-size{
        font-size: 24px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 30px ;
        padding-left: 30px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 100%;
        line-height: 23px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 160%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 10px ;
        font-size: 97% ;
        line-height: 27px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 58px ;
    }
    .KEY{
        padding: 10px ;
        font-size: 95% ;
        line-height: 23px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 36px ;
    }
    
}










@media(max-width:800px){
    
    .welcom-img{
        height: 400px;
        width: 100%;
    
    }
    #hero {
        height:150px;
        width:100%;    
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 32px;
      }
    #Sur{
        margin-top: 90px;
        height:55px;
    }
    
    #we-are{
        display: inline;
        color:black;
    }

    .title-img{
        margin-top:55px;
        width:45%;
    }
    .title-img-about{
        margin-top:-80px;
        width:45%;
    }
    .title-img-get{
        margin-top:5px;
        width:45%;
    }

    .purchase-desc{
        font-size: 25px;
        margin-bottom: 18px ;
    }

    .res-size{
        font-size: 24px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 30px ;
        padding-left: 30px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 100%;
        line-height: 23px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 160%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 10px ;
        font-size: 97% ;
        line-height: 24px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 58px ;
    }
    .KEY{
        padding: 10px ;
        font-size: 95% ;
        line-height: 22px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 37px ;
    }
   
}














@media(max-width:768px){
    .welcom-img{
        height: 370px;
        width: 100%;
    
    }
    
    #hero {
        height:150px;
        width:100%;    
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 31px;
      }
    #Sur{
        margin-top: 90px;
        height:55px;
    }
    
    #we-are{
        display: inline;
        color:black;
    }

    .title-img{
        margin-top:55px;
        width:45%;
    }
    .title-img-about{
        margin-top:-80px;
        width:45%;
    }
    .title-img-get{
        margin-top:5px;
        width:45%;
    }

    .purchase-desc{
        font-size: 25px;
        margin-bottom: 18px ;
    }

    .res-size{
        font-size: 23px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 30px ;
        padding-left: 30px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 100%;
        line-height: 23px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 155%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 10px ;
        font-size: 97% ;
        line-height: 24px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 58px ;
    }
    .KEY{
        padding: 10px ;
        font-size: 95% ;
        line-height: 22px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 37px ;
    }
    
    

}













@media(max-width:736px){
    
    .welcom-img{
        height: 370px;
        width: 100%;
    
    }
    #hero {
        height:150px;
        width:100%;    
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 28px;
      }
    #Sur{
        margin-top: 90px;
        height:48px;
    }
    
    #we-are{
        display: inline;
        color:black;
    }

    .title-img{
        margin-top:50px;
        width:45%;
    }
    .title-img-about{
        margin-top:-90px;
        width:45%;
    }
    .title-img-get{
        margin-top:5px;
        width:45%;
    }

    .purchase-desc{
        font-size: 25px;
        margin-bottom: 18px ;
    }

    .res-size{
        font-size: 23px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 30px ;
        padding-left: 30px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 95%;
        line-height: 20px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 155%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 10px ;
        font-size: 90% ;
        line-height: 22px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 58px ;
    }
    .KEY{
        padding: 10px ;
        font-size: 90% ;
        line-height: 20px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 40px ;
    }
    
    

}














@media(max-width:667px){
    
    .welcom-img{
        height: 370px;
        width: 100%;
    
    }
    #hero {
        height:150px;
        width:100%;
    
        
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 26px;
      }
    #Sur{
        margin-top: 90px;
        height:48px;
    }
    
    #we-are{
        display: inline;
        color:black;
    }

    .title-img{
        margin-top:50px;
        width:45%;
    }
    .title-img-about{
        margin-top:-100px;
        width:45%;
    }
    .title-img-get{
        margin-top:5px;
        width:45%;
    }

    .purchase-desc{
        font-size: 25px;
        margin-bottom: 18px ;
    }

    .res-size{
        font-size: 22px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 40px ;
        padding-top: 30px ;
        padding-left: 30px ;
        padding-right:40px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 95%;
        line-height: 20px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 155%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 10px ;
        font-size: 85% ;
        line-height: 22px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 50px ;
    }
    .KEY{
        padding: 10px ;
        font-size: 82% ;
        line-height: 20px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 40px ;
    }
    
}

@media(max-width:640px){
   
    
    .welcom-img{
        height: 360px;
        width: 100%;
    
    }
    #hero {
        height:150px;
        width:100%;
    
        
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 24px;
      }
    #Sur{
        margin-top: 90px;
        height:48px;
    }
    
    #we-are{
        display: inline;
        color:black;
    }

    .title-img{
        margin-top:50px;
        width:45%;
    }
    .title-img-about{
        margin-top:-100px;
        width:45%;
    }
    .title-img-get{
        margin-top:5px;
        width:45%;
    }

    .purchase-desc{
        font-size: 25px;
        margin-bottom: 18px ;
    }

    .res-size{
        font-size: 22px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 30px ;
        padding-top: 30px ;
        padding-left: 30px ;
        padding-right:30px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 100%;
        line-height: 20px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 155%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 20px ;
        font-size: 90% ;
        line-height: 18px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 40px ;
    }

    .KEY{
        padding: 20px ;
        font-size: 85% ;
        line-height: 18px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 25px ;
    }
    
    
    
}













@media(max-width:600px){
    
    .welcom-img{
        height: 340px;
        width: 100%;
    
    }
    #hero {
        height:150px;
        width:100%;
    
        
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 24px;
      }
    #Sur{
        margin-top: 90px;
        height:48px;
    }
    
    #we-are{
        display: inline;
        color:black;
    }

    .title-img{
        margin-top:50px;
        width:45%;
    }
    .title-img-about{
        margin-top:-150px;
        width:45%;
    }
    .title-img-get{
        margin-top:5px;
        width:45%;
    }

    .purchase-desc{
        font-size: 25px;
        margin-bottom: 18px ;
    }

    .res-size{
        font-size: 26px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 25px ;
        padding-top: 25px ;
        padding-left: 25px ;
        padding-right:25px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 100%;
        line-height: 20px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 140%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 20px ;
        font-size: 100% ;
        line-height: 25px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 40px ;
    }

    .KEY{
        padding: 20px ;
        font-size: 100% ;
        line-height: 25px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 40px ;
    }
    
    
}






@media(max-width:568px){
    .welcom-img{
        height: 310px;
        width: 100%;
    
    }
    #hero {
        height:150px;
        width:100%;
    
        
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 25px;
      }
    #Sur{
        margin-top: 80px;
        height:60px;
    }
    
    #we-are{
        display: inline;
        color:black;
    }

    .title-img{
        margin-top:50px;
        width:45%;
    }
    .title-img-about{
        margin-top:-150px;
        width:45%;
    }
    .title-img-get{
        margin-top:5px;
        width:45%;
    }

    .purchase-desc{
        font-size: 25px;
        margin-bottom: 18px ;
    }

    .res-size{
        font-size: 26px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 25px ;
        padding-top: 25px ;
        padding-left: 25px ;
        padding-right:25px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 100%;
        line-height: 20px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 140%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 20px ;
        font-size: 100% ;
        line-height: 25px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 60px ;
    }

    .KEY{
        padding: 20px ;
        font-size: 100% ;
        line-height: 25px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 60px ;
    }
 
}






@media(max-width:480px){
    .welcom-img{
        height: 270px;
        width: 100%;
    
    }
    #hero {
        height:150px;
        width:100%;
    
        
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 23px;
      }
    #Sur{
        margin-top: 80px;
        height:60px;
    }
    
    #we-are{
        display: inline;
        color:black;
    }

    .title-img{
        margin-top:50px;
        width:65%;
    }
    .title-img-about{
        margin-top:-230px;
        width:65%;
    }
    .title-img-get{
        margin-top:5px;
        width:65%;
    }

    .purchase-desc{
        font-size: 25px;
        margin-bottom: 18px ;
    }

    .res-size{
        font-size: 23px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 25px ;
        padding-top: 25px ;
        padding-left: 25px ;
        padding-right:25px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 90%;
        line-height: 20px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 130%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 20px ;
        font-size: 100% ;
        line-height: 25px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 60px ;
    }

    .KEY{
        padding: 20px ;
        font-size: 100% ;
        line-height: 25px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 60px ;
    }
}





@media(max-width:414px){
    .welcom-img{
        height: 240px;
        width: 100%;
    
    }
    #hero {
        height:150px;
        width:100%;
    
        
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 20px;
      }
    #Sur{
        margin-top: 80px;
        height:60px;
    }
    
    #we-are{
        display: inline;
        color:black;
    }

    .title-img{
        margin-top:50px;
        width:65%;
    }
    .title-img-about{
        margin-top:-230px;
        width:65%;
    }
    .title-img-get{
        margin-top:5px;
        width:65%;
    }

    .purchase-desc{
        font-size: 20px;
        margin-bottom: 15px ;
    }

    .res-size{
        font-size: 23px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 25px ;
        padding-top: 25px ;
        padding-left: 25px ;
        padding-right:25px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 90%;
        line-height: 20px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 130%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 20px ;
        font-size: 100% ;
        line-height: 25px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 60px ;
    }

    .KEY{
        padding: 20px ;
        font-size: 100% ;
        line-height: 25px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 60px ;
    }
	
}






@media(max-width:384px){

    .welcom-img{
        height: 220px;
        width: 100%;
    
    }
    #hero {
        height:150px;
        width:100%;
    
        
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 20px;
      }
    #Sur{
        margin-top: 80px;
        height:60px;
    }
    
    #we-are{
        display: inline;
        color:black;
    }

    .title-img{
        margin-top:50px;
        width:65%;
    }
    .title-img-about{
        margin-top:-280px;
        width:65%;
    }
    .title-img-get{
        margin-top:5px;
        width:65%;
    }

    .purchase-desc{
        font-size: 20px;
        margin-bottom: 15px ;
    }

    .res-size{
        font-size: 20px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 25px ;
        padding-top: 25px ;
        padding-left: 25px ;
        padding-right:25px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 90%;
        line-height: 20px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 120%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 20px ;
        font-size: 100% ;
        line-height: 25px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 60px ;
    }

    .KEY{
        padding: 20px ;
        font-size: 100% ;
        line-height: 25px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 60px ;
    }
}







@media(max-width:375px){
	.welcom-img{
        height: 220px;
        width: 100%;
    
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 20px;
      }
    #Sur{
        margin-top: 80px;
        height:60px;
    }
    
    #we-are{
        display: inline;
        color:black;
    }

    .title-img{
        margin-top:50px;
        width:65%;
    }
    .title-img-about{
        margin-top:-280px;
        width:65%;
    }
    .title-img-get{
        margin-top:5px;
        width:65%;
    }

    .purchase-desc{
        font-size: 20px;
        margin-bottom: 15px ;
    }

    .res-size{
        font-size: 20px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 20px ;
        padding-top: 20px ;
        padding-left: 20px ;
        padding-right:20px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 80%;
        line-height: 20px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 120%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 20px ;
        font-size: 100% ;
        line-height: 25px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 60px ;
    }

    .KEY{
        padding: 20px ;
        font-size: 100% ;
        line-height: 25px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 60px ;
    }
}







@media(max-width:320px){
    .welcom-img{
        height: 200px;
        width: 100%;
    
    }
    .home-section{
        width: 100%;
        text-align:center;
        position: relative;

    }
    .intro-title {
        color: #ffffff;
        text-transform: uppercase;
        margin: 0px 0px 20px 0px;
        font-weight: 700;
        font-size: 20px;
      }
    #Sur{
        margin-top: 80px;
        height:60px;
    }
    
    #we-are{
        display: inline;
        color:black;
    }

    .title-img{
        margin-top:50px;
        width:65%;
    }
    .title-img-about{
        margin-top:-280px;
        width:65%;
    }
    .title-img-get{
        margin-top:5px;
        width:65%;
    }

    .purchase-desc{
        font-size: 20px;
        margin-bottom: 15px ;
    }

    .res-size{
        font-size: 20px ;
    }

    .about-text{
        text-align: justify;
        letter-spacing: 1px;
        padding-bottom: 20px ;
        padding-top: 20px ;
        padding-left: 20px ;
        padding-right:20px ;
        background-color: #d5eeff ;
        border-bottom: 7px solid #1b435d;
        font-size: 80%;
        line-height: 20px ;
    }

    #about-title{
        font-family: "Roboto";
        margin: 0px;
        padding-top: 18px;
        padding-right: 10px;
        padding-left: 10px;
        padding-bottom: 18px;
        color : #fff ;
        font-size: 120%;
        background-color: #1b435d ;
        font-weight: 600 ;
    }

    .JLL{
        padding: 20px ;
        font-size: 100% ;
        line-height: 25px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 60px ;
    }

    .KEY{
        padding: 20px ;
        font-size: 100% ;
        line-height: 25px ;
        text-align: justify ;
        vertical-align:middle;
        padding-top: 60px ;
    }
}

/* ---------------- RESPONSIVE ---------------------  */


