/* ------------------------------ index -----------------------------------------*/


:root{
    --primarycolor: #004d9b;
    --sacondarycolor: #000000;
    --lightcolor: #2994ff;
    --bgcolor1: #ffffff;
    --bgcolor2:#666666;
    --padding: 8%;
}

*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;


}

html{
    min-width: 1080px;
    font-family: 'Josefin Sans', sans-serif;
    font-size: 16px;
}

/* ------------------------------ Section Header -----------------------------------------*/

.home{
    width: 100%;
    height: 850px;
    background-image: url("../img/headerbg.png") ;
    background-position-x: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;

}

.home img {
    height: 100px;
}

.home nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    padding-left: var(--padding);
    padding-right: var(--padding);
}

.home nav ul li p {
    display: inline-block;
    margin: 1rem;
    color: #cccccc;
}

.home nav ul li {
    display: inline-block;
    list-style-type: none;
    font-size: 1.5rem;

    direction: none;

}

.home nav ul li a {
    text-decoration: none;
    color: var(--primarycolor);
    transition: 0.3s;
}

.home nav ul li a:hover{
    transform: scale(110%);
    color: var(--lightcolor);
}

.socialheader a img{
    height: 35px;
    margin: 0 10px 0 0 ;
    transition: 0.3s;

    

}

.socialheader a img:hover{
    opacity: 0.5;
    
}

.home hr{
    align-items: center;
    margin: 10px 0;
    align-self: center;
}

#content{
    padding-left: var(--padding);
    padding-right: var(--padding);
    
    height: 600px;

}

.btomh a{
    background-color: var(--primarycolor);
    color: #ffffff;
    border-radius: 20px;
    font-size: 1.3rem;
    padding: .5rem 1.5rem;
    float: right;
    text-decoration: none;
    transition: 0.4s;
    margin: 15px 100px ;
    
}

.btomh a:hover{
    background-color:var(--lightcolor) ;

}

.btom a{
    background-color: var(--primarycolor);
    color: #ffffff;
    border-radius: 20px;
    font-size: 1.3rem;
    padding: .5rem 1.5rem;
    float: right;
    text-decoration: none;
    transition: 0.4s;
    margin: 15px 0 ;
    
}

.btom a:hover{
    background-color:var(--lightcolor) ;

}

.btom2 a{
    background-color: var(--primarycolor);
    color: #ffffff;
    border-radius: 20px;
    font-size: 1.3rem;
    padding: .5rem 1.5rem;
    text-decoration: none;
    transition: 0.4s;
    margin: 15px 0 ;
    text-align: center;
    float: none;
    margin: 30px ;

    
}

.btom2 a:hover{
    background-color:var(--lightcolor) ;

}

.left{

    margin-top: 60px;    
}

.left h1{
    font-size: 70px;
    line-height: 7rem;
    transition: 0.3s;
}

.left h1:hover{
    color: var(--primarycolor);
}

.left p{
    font-size: 1.52rem;
    color: #00264d;
    text-shadow: 1px 1px #ffffff;
    text-shadow: 0 0 10px #ffffff, 0 0 5px #ffffff;
 }

.botom li{
    display: inline-block;
    list-style-type: none;
    direction: none;
}

.right{
    float: right;
    width: 30%;
    position:fixed;
    align-self:self-end;

}
.right img{
    width: 90%;
    height: 90%;
    bottom: 0;
    align-self: flex-end;
}

#randl{
    flex-direction: column;
    justify-content: space-between;
}

/* ------------------------------ SECTION OURWORK -----------------------------------------*/

#ourwork{
    height: 550px;
    margin:-200px var(--padding) 0 var(--padding);
    background-color: #ffffff;
    border-radius: 10px 10px 0 0;
    display: flex;
    flex-direction: row;
    border: 2px #d8d8d8 solid ; 



}

#ourworkl{
    width: 50%;
    height: 100%;
    background-color: #007cf8;
    border-radius: 10px 0 0 0;
    padding: 100px 30px;
    
}
#ourworkl h1 {
    font-size: 40px;
    color: #ffffff;
}

#ourworkl p{
    font-size: 30px;
    padding-top: 30px;
    color: #ffffff ;

}

#ourworkl .ourworkh1{
    padding-top: 60px;

}

#ourworkl .botom{
    padding-top: 0px;
}

#ourworkr{
    width: 50%;
    background-color: #ffffff;
    border-radius: 0 10px 0 0;
    padding: 20px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items:baseline;
    align-content: center;
    

}

.ourworkbox{
    padding-top: 80px;
    height: 50%;
    width: 50%;
    border:  1px solid #fafafa;

}

.ourworkbox h1 {
    font-size: 80px;
    text-align: center;
    color: #2e2e2e;
    
}

.ourworkbox p{
    text-align: center;
    font-size: 20px;

}

/* ------------------------------ SECTION MAPS -----------------------------------------*/


#maps{
    min-height : 530px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    background-color: #ececec;
}

#maps h1{
    font-size: 80px;
    color:#2e2e2e ;
    text-align: center;
}

#maps hr{
    width: 800px ;
}

.mapscon{
    display: flex;
    flex-direction: row ;
    justify-content: space-around;
    padding: 20px 0;
    width: 100%;
}

#mapsimg{
    width: 30%;
    
}

#mapsimg img{
    text-align: right;
    height: 300px;
}

.adress{
    width: 100%;
    padding: 10px 0 0 100px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.adress h2{
    text-align:center;
    font-size: 45px ;
}

.adress h3{
    font-size: 22px;
}

/*
.adress table {
    width: 80%;
    padding: 0 20px;
}

.adress table tr td p{
    text-align: left;
    font-size: 25px;
}

.tdimg{
    width: 30px;
    text-align: center;

}
.tdimg img{
    width: auto;
    height: 30px;
}

.tddata{
    width: 42%;
    text-align: left;
    
}

.dataicon{
    width: 15%;
}

.tdmob{
    width: 100%;

}
*/

.datapran{
    display: flex;
    flex-direction: row;

}

.phonepran{
    display: flex;
    flex-direction: row;
    padding: 5px 0 0 20px;
    width: auto;
}

.phonepran img{
    height: 30px;
    width:auto;
    margin-right: 10px;
    margin-left: 10px;
}

.phonepran p{
    line-height: 30px;
    font-size: 25px;
}

.adress .btom2{
    text-align: center;
    float: none;
    margin: 20px;
}


/* ------------------------------ SECTION THANK YOU -----------------------------------------*/


#thankyou{
    height: auto; 
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    background-color: #ffffff;

}

#thankyou h1{
    font-size: 80px;
    color:#2e2e2e ;
    text-align: center;
}

#thankyou hr{
    width: 800px ;
}

#thankyou p{
    font-size: 50px;
    text-align: center;
    margin: 20px;
}


/* ------------------------------ SECTION FOOTER -----------------------------------------*/


#footer{
    height: 100px;
    background-color: #1a1a1a;
    padding: 0 var(--padding);
    display: flex;
    align-items: baseline;
    bottom: 0px;
}

#footer p{
    color: #cccccc;
    font-size: 20px;
    line-height: 100px;
    display: flex;
    align-items: center;
}

#footer{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}


#footer ul li{
    display: inline-block;
    list-style-type: none;
}

.socialfooter {
    text-decoration: none;
    text-align: right;
    padding-right:var(--padding);
    display: flex;
    margin: auto;
}

.socialfooter a img{
    height: 35px;
    margin: 0 10px 0 0 ;
    transition: 0.3s;
    opacity: 0.5;
    display: flex;
    align-items: center;

}

.socialfooter a img:hover{
    opacity: 1 ;
    
}

/* ------------------------------ SECTION MEDIAQUAIRY -----------------------------------------*/


@media screen and(max-width:575px) {


}

/* ------------------------------ WHATSAPP -----------------------------------------*/

.float{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:40px;
    background-image: url(../img/whats-app1.png);
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:101;
    opacity: .75;
    transition: .3s;
}

.float:hover{
    opacity: 1;
    width:170px;
	height:60px;
    background-image: url(../img/whats-apphover1.png);


}

.my-float{
	margin-top:16px;
}

.float2{
	position:fixed;
	width:60px;
	height:60px;
	bottom:40px;
	right:110px;
    background-image: url(../img/whats-app1.png);
	color:#FFF;
	border-radius:50px;
	text-align:center;
    font-size:30px;
	box-shadow: 2px 2px 3px #999;
    z-index:100;
    opacity: .75;
    transition: .3s;
}

.float2:hover{
    opacity: 1;
    width:170px;
	height:60px;
    background-image: url(../img/whats-apphover2.png);


}

.my-float2{
	margin-top:16px;
}



/* ------------------------------ SERV.HTML PAGE -----------------------------------------*/


.serv{
    width: 100%;
    height: 850px;
    background-image: url("../img/bgserv.png") ;
    background-position-x: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;

}

.serv img {
    height: 100px;
}

.serv nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    padding-left: var(--padding);
    padding-right: var(--padding);
}

.serv nav ul li p {
    display: inline-block;
    margin: 1rem;
    color: #cccccc;
}

.serv nav ul li {
    display: inline-block;
    list-style-type: none;
    font-size: 1.5rem;
    direction: none;

}

.serv nav ul li a {
    text-decoration: none;
    color: var(--primarycolor);
    transition: 0.3s;
}

.serv nav ul li a:hover{
    color: var(--lightcolor);
}

.serv h1{
    text-align: center;
    font-size: 80px;
    color:#1a1a1a;
    text-shadow: #d8d8d8 2px;
    
}

.serv hr{
    margin: 10px 110px;
}


#servcon{
    padding: var(--padding);
    margin-top: -650px;
}

.servscont{
    margin: 20px 10px ;
    background-color: #ffffff80;
    border-radius: 20px;
    border: 1px solid #00264d;
    padding: 10px;
}

.servscont h1{
    font-size: 75px;
    color:#00264d;
    text-align: center;
    padding: 25px;
}

.elservs{
    
    display: flex;
    flex-direction: row;
    justify-content: space-around;
}

.srev1{
    width: 22%;
    color: #d8d8d8;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    text-align: center;
}



.srev1 h2{
    font-size: 22px;
    color:#1a1a1a;
    padding: 10px 0;
}

.srev1 img{
    width: 95%;
    align-self: center;
    border-radius: 5px;
    border: #cccccc solid 1px;
}

.srev1 img:hover{
    opacity: .75;
}

.srev1 p{
    font-size: 18px;
    color: #004d9b;
}

#thankyou1{
    height: auto; 
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 40px 20px;
    background-color: #ffffff;
    margin-top: -90px;

}

#thankyou1 h1{
    font-size: 80px;
    color:#2e2e2e ;
    text-align: center;
}

#thankyou1 hr{
    width: 800px ;
}

#thankyou1 p{
    font-size: 50px;
    text-align: center;
    margin: 20px;
}


/* ------------------------------ about us -----------------------------------------*/



.aboutus{
    width: 100%;
    height: 850px;
    background-image: url("../img/bgabout.png") ;
    background-position-x: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;

}

.aboutus img {
    height: 100px;
}

.aboutus nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    padding-left: var(--padding);
    padding-right: var(--padding);
}

.aboutus nav ul li p {
    display: inline-block;
    margin: 1rem;
    color: #cccccc;
}

.aboutus nav ul li {
    display: inline-block;
    list-style-type: none;
    font-size: 1.5rem;
    direction: none;

}

.aboutus nav ul li a {
    text-decoration: none;
    color: var(--primarycolor);
    transition: 0.3s;
}

.aboutus nav ul li a:hover{
    color: var(--lightcolor);
}

.aboutus h1{
    text-align: center;
    font-size: 80px;
    color:#1a1a1a;
    text-shadow: #d8d8d8 2px;
    
}

.aboutus hr{
    margin: 10px 110px;
}


#aboutcon{
    padding: var(--padding);
    margin-top: -650px;
}

.aboutcont{
    margin: 20px 10px ;
    background-color: #ffffff80;
    border-radius: 20px;
    border: 1px solid #00264d;
    padding: 10px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-height: 500px;
}


#abouttext h1{
    text-align: center;
    font-size: 65px;
    color: #004d9b;
    margin: 20px auto;
    padding-top: 20px;
}

#abouttext h1:hover{
    color: #000000;
}

#abouttext h2{
    text-align: center;
    font-size: 35px;
    color:#1a1a1a;
    margin: 10px auto;
    line-height: 50px;
}

#abouttext h2 span{
    color:#004d9b;

}

#abouttext p{
    font-size: 25px;
    line-height: 35px;
    padding: 15px;
}


#aboutlogos{
    min-width: 35%;
    max-width: 36%;
    background-color: #ffffff;
    border-radius: 0 10px 10px 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;

}

.aboutlogoimg{
    width: 95%;
    height: auto;
    padding-bottom: 15px;

}

.logofa{
    width: 95%;
    height: auto;
    padding-bottom: 15px;
}

.aboutlogoimg:hover {
    opacity: .75;
}

/* ------------------------------ connect with us -----------------------------------------*/

.conwithus{
    width: 100%;
    height: 850px;
    background-image: url("../img/bgconn.png") ;
    background-position-x: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;

}

.conwithus img {
    height: 100px;
}

.conwithus nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 1.5rem;
    padding-left: var(--padding);
    padding-right: var(--padding);
}

.conwithus nav ul li p {
    display: inline-block;
    margin: 1rem;
    color: #cccccc;
}

.conwithus nav ul li {
    display: inline-block;
    list-style-type: none;
    font-size: 1.5rem;

    direction: none;

}

.conwithus nav ul li a {
    text-decoration: none;
    color: var(--primarycolor);
    transition: 0.3s;
}

.conwithus nav ul li a:hover{
    color: var(--lightcolor);
}

.conwithus h1{
    text-align: center;
    font-size: 80px;
    color:#00264d;
    text-shadow: #d8d8d8 2px;
    
}
.conwithus h2{
    text-align: center;
    font-size: 30px;
    color:#000000;
    text-shadow: #d8d8d8 2px;
    
}

.conwithus hr{
    margin: 10px 110px;
}

#conncont{
    margin-top: -550px;
    display: flex;
    flex-direction: row;
    justify-content: center;
    padding: 75px var(--padding) 
    


}

.connl{
    max-width: 600px;
    min-width: 600px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    z-index: 50;
    margin-right: -0px;

}

.conn1{
    width: 240px;
    height: 240px;
    display:flex;
    flex-direction: column;
    text-align: center;
    background-color: #ffffff;
    border-radius: 10px;
    margin: 15px;
    border: #cccccc 1px solid;
    padding: 5px;
    margin-bottom: -10px;
    transition: 0.3s;
}

.conn1:hover{
    transform: scale(110%);
}

.conn1 img{
    width: 75px;
    height: auto;
    align-self: center;
    margin: 5px;
}

.conn1 img:hover{
    opacity: .75;
}

.conn1 h2{
    margin: 5px;
}

.conn1 h2:hover{
    color: #00264d;   

}

.conn1 p {
    margin-top: 5px;
    font-size:17px;
}

.conn1 p:hover{
    color: #00264d;   
}

.conn1 a{
    text-decoration: none;
    color: #000000;
}


.connr{
    background-color: #007cf8a6;
    border-radius: 0 20px 20px 0;
    max-width: 600px;
    min-width: 600px;
    height: 550px;
    margin-left: -150px;
    align-content: center;
    padding: 30px;
}

.connr img{
    margin: 20px auto;
    width: 350px;
    height: auto;
    margin-left: 100px;

}

.texth2{
    margin:0 var(--padding);

}

.texth2 h1{
    text-align: center;
    font-size: 60px;
    color: #00264d;
}

.texth2 h2{
    text-align: center;
    font-size: 30px;
    margin: 20px;
    padding-bottom: 20px;
    padding-top: -15px;
}