/* command style */

.wrapper1{
    width: 1270px;
    margin: 0% auto;
}
.wrapper2{
    width: 1171px;
    margin: 0% auto;
 
}
.wrapper3{
    width: 85%;
    margin: 0% auto;
}
.box{
    height: 35px;
}
.color1{
   color: #888888;
   font-size: 13px;

}
.color2{
    color: #333333;
}
.color3{
    color:#888888 ;
}
.color4{
color: #212529; 
}
.color5{
color: red;
}
.color8{
    color: #888888;
    font-size: 18px;
    transition: .8s;
}
.clear{
    clear: both;
}
body{
 font-family: 'Montserrat', sans-serif;
 position: relative;
}

/* social bar */
.featured{
   font-family: 'Poppins', sans-serif;
   font-size: 36px;
   color: #333333;
   text-align: center;
   margin:70px 0px;
}
#social-bar{
    position: relative;
    width: 100%;
    height: 45px;
    background-color: #F5F5F5;
  
  
} 
#up{
    font-size: 20px;
    padding: 10px 15px;
    color: white;
    border-radius: 5px;
    position: fixed;
    bottom:15px;
    right: 15px;
    z-index: 50;
    background: gray;
    opacity: .5;
}
#up:hover {
transform: scale(1.1)
}

#social-bar div:nth-child(2){
    text-align: center;
    line-height: 35px;

}
#social-bar div:nth-child(3){
    text-align: center;
    line-height: 35px;

}
#fbpadleft{
    padding-left:0px;
}
.socialul1 li{
display: inline-block;
line-height: 35px;
padding-left: 15px;
}
.socialul1 li .color8:hover{
    color:red;
    }



/* header section */

#headers{
    position: sticky;
    top:0;
    z-index: 10;
    width: 100%;
    height: 80px;
    background-color: white;
    border-top-color: white;
    box-shadow: 0px 0px 1px lightgray;

}
.box-nav{
    height: 70px;
}
.navul1 li{
display: inline-block;
padding: 5px;
}
.navul1 li a{  
    font-size: 15px;  
    transition: 2s;
text-decoration:none;  
}
.navul1 li a:hover{
text-decoration: underline;  
}


.line1{
    line-height: 70px;
    text-align: center;
}
.line2{
    line-height: 70px;
}
.box-nav{
    position: relative;
}
.box-nav p{
    position: absolute;
    font-size: 10px;
    color: white;
    width: 6px;
    height: 7px;
    background: black;
    border-radius: 50%;
    padding: 5px 5px;
    margin:0px;
    right: -6px;
    top: 18px;
}
/* slider section */

#slider{
    position: relative;
    width: 100%;
    height: 239px;
    background-image: url("../images/heading-pages-05.jpg");
    background-repeat: no-repeat;
    background-size: cover;
}
#slider h1{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 60px;
    font-weight:700;
;    
}

#slider h2{
    padding-bottom:30px;
    position: absolute;
    
    bottom:10%;
    left: 50%;
    transform: translate(-50%,-50%);
    color: white;
    font-size: 18px;
}

#slider a{
    position: absolute;
    bottom:25%;
    left: 50%;
    
    transform: translate(-50%,-50%);
    color: #333333;
    text-decoration: none;
    font-size: 18px;
    background-color:white;
    padding:15px 30px;
    border-radius: 30px;
    transition: .4s;
}
#slider a:hover{
    color:white;
    background-color:#E55540;
}
/* map */
.wrappermap{
    width: 1250px;
    margin:0px auto;
}
#contactsec{
    width: 100%;
    height: 600px;
   
}
.boxmap h1{
    color: #333333;
    font-size: 25px;
    margin:20px 0px;
}
.boxmap{
    margin-top:50px; 
    height: 500px;
}
.boxmap input{
    border:1px solid ;
    border-color: #dddcdcda;
    padding-left:20px;
    margin-bottom:30px;
    display: inline-block;
    width: 598px;
    height: 48px;;
}
.boxmap input::placeholder{
    font-size: 14px;
}
.boxmap textarea::placeholder{
    font-size: 14px;
}
.boxmap textarea{
    border:1px solid ;
    border-color: #dddcdcda;
    padding-left:20px;
    margin-bottom:30px;
    display: inline-block;
    min-width: 598px;
     min-height: 100px;
}
.boxmap button{
    cursor: pointer;
    border: 0px;
    background: #000;
    color: white;
    width: 145px;
    height: 45px;
    transition:.7s;
    border-radius: 23px;
}
.boxmap button:hover{
   
    background: #E55540;
}


























/* FOOTER */
#footers{
    padding-top: 70px;
    width: 100%;
    height: 350px;
    background-color:#F0F0F0;
}
.box-footer{
    height: 200px;
display: inline-block;
}
.box-footer h3{
    padding-bottom: 30px; 
    font-size: 15px;
    line-height: 23px;
    font-weight:500;
    color: #222222;
}
.box-footer p{
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    color: #555555;
}
.box-footer  a{
    text-decoration: none;
    font-size: 13px;
    font-weight: 400;
    line-height: 23px;
    color: #555555;
    transition:.6s;
}

.box-footer a:hover{
    color: red;
}
.box-footer:first-child ul li{
    padding-top:30px;
    display: inline-block;
    padding-right: 15px;
}
.foot-social i{
    font-size:20px; 
}
.foot-social a{
    color:#888888;
    transition: .8s;
}
.foot-social a:hover{
    color: red;
    cursor: pointer;
}
.box-footer input{
    width: 300px;
    height: 28px;
    border-top-style: none;
    border-left-style: none;
    border-right-style: none;
    background-color:#F0F0F0;
    border-bottom:1px solid;
    border-color: #88888863;
    transition: 2s;
}
.box-footer input:hover{
    border-color:red;
}

.box-footer input::placeholder{
    color:#888888;

}
.subscribe {
    margin-top:30px;
width: 179px;
height:46px;
color: #fff4f4;
border-style: none;
background-color: rgb(0, 0, 0);
border-radius: 23px;
transition: .8s;
}
.subscribe:hover{
    cursor: pointer;
    background-color:#E55540;
}


.color12{
background-color:;
height:200px;
margin: 0;
}
.box-footerend{
    margin-bottom:0px !important; 
    padding-top: 60px;
    color: #888888;
    width: 100%;
    height:50px;
    text-align: center;
}
.box-footerend span{
    font-size: 13px;
}
.foot-end-card li{
    display: inline-block;
    font-size: 25px;
}
.foot-end-card{
    padding-bottom: 23px;
}