body{
    margin: 0px;
    background-color: #494949;
    color: white;
}
.logo_nav{
    width: 93px;
    position: relative;
    top: -12px;
}
/*-----------start of header----------*/
.header{
    height: 625px;
    background-color: #654d67;

}
@media(max-width:1200px){
    .header{
        height: auto;
        padding-bottom: 20px;
    }
}
@media(max-width:900px){
    .header .row div p{
      width:100%;
    }
    .header .row div{
       text-align:center;
    }	
}

/*-----------end of header----------*/
/*----------- start of navbaar------*/
.navbar{
    
    padding-top: 20px;
}
.navbar-brand , .navbar-nav li a{
    color: white;
}
.navbar-nav li a{
    transition: 0.5s all;
}
.navbar-brand {
    font-size: 30px;
    font-weight: bold;
}
.navbar-brand:hover {
    background-color: transparent;
    color: white;
}
.navbar-brand:focus {
    background-color: transparent;
    color: white;
}
 .navbar-nav   li  a:focus{                     
    background-color: transparent;
}
 .navbar-nav   li  a:hover{
    background-color: transparent;
    color: #468d4e;
}

/*----------- end of navbaar--------*/
/*------------start of row-------*/
.row h1 {
    margin-top: 100px;
    margin-bottom: 20px;
    font-size: 45px;
    color: white;
    font-weight: bold;
}
.row p{
    font-size: 18px;
    color: white;
    
}
.row img{
    display: block;
    width: 100%;
    margin-top: 50px;
    
}
.row button{
    border: 2px solid #fff;
    border-radius: 50px;
    outline: 0px;
    padding: 10px 45px; !important
    position: relative;                                        
    margin-top:20px;
    transition: 0.5s all;
    background-color: transparent;
    color: white;
    font-weight: 500px;
    font-size: 15px;
}
.row button:hover{
    background-color:#007aff;
    border: 2px solid #007aff; 
    color: white;
}
.row button a{
    text-decoration: none;
    color: #fff;
}
/*------------end of row-------*/
/*------------start about us-----------*/
.about-us {
   padding-top: 20px;
   padding-bottom: 30px; 
   margin-bottom: 20px;    
}
.about-us h1{
    font-size: 45px;
    text-align: center;
    color: #468d4e;
    font-weight: bold;
}
.about-us hr{
    border: 2px solid #468d4e; 
    width: 50px;
    margin-bottom: 20px;
    margin-top: 0px;
}
.about-us img{
    max-width: 100%;
    margin-top: 5px;
    margin-left: 0px;
}
.about-us p{
    font-size: 18px;
    color:white;
    margin-top: 20px;
    line-height: 2; 
}
/*------------end about us-----------*/
/*---------------start of contact us---------------------*/
 .contact-us {
    
    
}
.contact-us .layout {
    height: 100%;
    background-color:#199b395c;
    padding-top: 20px;
    padding-bottom:20px;
    text-align:center;
}
.contact-us h1{
    font-weight: bold;
    font-size: 45px;
    color: white;
}
.contact-us p{
    font-size: 25px;
    font-weight: bold;
    color: white;
    margin: 0;
    
}
.contact-us button{
    border: 2px solid #fff;
    border-radius: 10px;
    outline: 0px;
    position: relative;                                        
    margin-top:30px;
    transition: 0.5s all;
    background-color: transparent;
    color: #fff;
    font-weight: 500px;
    font-size: 18px;
    padding: 10px 45px; !important
}
.contact-us button:hover{
    background-color:#007aff; 
    color: white;
}
/*---------------end of contact us-----------------------*/
/*-------------start of services--------------------------*/
.services{
   margin-top: 20px;
   margin-bottom: 30px;    
}
.services h1{
    font-size: 45px;
    text-align: center;
    color: #468d4e;
    font-weight: bold;
}
.services hr{
    border: 2px solid #468d4e; 
    width: 50px;
    margin-bottom: 20px;
    margin-top: 1px;
}
.services .row .content{
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 10px;
}
.services .row img{
    display: block;
    margin: auto;
    height:235px ;
    object-fit: contain;    
}
.services .row h2{
    font-size: 25px;
    color: #468d4e;
    font-weight: bold;
}
.services .row p{
    color: white;
    font-size: 18px;
    line-height: 1.7;
    width:100%;
}
.services .row p a {
  color:white;
}
/*-------------end of services----------------------------*/
/*---------------------start of social media-------------*/
.social {
    
}
.social h1{
    text-align: center;
    font-weight: bold;
    font-size: 45px;
    color: white;
}  
.social .row a {
    
    display: block;
    margin: auto;
    width: 50px;
    text-decoration: none;
}
.social .row a img{
    
}
/*---------------------end of social media---------------*/
/*-------------------- start of map------------------------*/
.map iframe{
    margin-top: 20px;
}
/*-------------------- end of map--------------------------*/

/*---------------------start of footer-------------------*/
.footer{
    margin-top: 20px;
    background-color: #468d4e;
    padding-top: 40px;
}
.footer .row{
    padding-top: 20px;
    padding-bottom: 50px;
}

.footer .row .content h2{
    color: white;
    font-weight: bold;
    font-size: 30px;
    margin-bottom: 20px;
}
.footer .row .content span {
    color: white;
    padding-bottom: 10px;
    line-height: 1.7;
    display: inline-block;
}
.footer .row .content span a{
    color: white;
    font-size: 15px; 
    text-decoration: none;
}
/*---------------------end of footer---------------------*/




/*---------------------start of second -------------------*/
/*-------------------- start of header row--------------------*/
.row .image img{
    height: 400px;
    width: auto;
    display: block;
    margin: auto;
    
}

@media(max-width:900px){
.row .image img{
    height: auto;
    width: 100%;
    margin-top:30px;
    
}

}
.navbar-toggle .icon-bar{
    background: white;
}
/*-------------------- end of header row--------------------*/
/*---------------------start  table ------------------------*/
.table-content{
    margin-top: 20px;
    padding-bottom: 30px;
}
.table-content ul{
    list-style: none;
}
.table-content ul li::before {
  content: "\2022";
  color: #468d4e;
  font-weight: bold;
  display: inline-block; 
  width: 1em;
  margin-left: -1em;
}
.table-content  h2{
    color:white;
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 20px;
}
.table-content .content li{
    font-size: 20px;
    font-weight: bold;
    margin-right: 15px;
    line-height: 1.9;
}

/*---------------------end  table --------------------------*/
.hr hr{
    border: 1px solid #ddd;
}
/*---------------------start infomation----------------------*/
.information{
    
}
.information h2{
    color: white;
    font-weight: bold;
    margin-bottom: 20px;
}
.information p{
    line-height: 1.7;
    color: white;
    font-size: 15px;
}
/*---------------------end infomation----------------------*/
/*---------------------- start web-pro---------------------*/
.web-projects{
    margin-top: 20px;
}
.web-projects h2{
    font-size: 40px;
    font-weight: bold;
    margin-bottom: 10px;
    color: white;
}
.web-projects .row img{
    height: 300px;
    width: 100%;
    object-fit: cover;
    max-width: 100%;
    display: block;
    border: 1px solid #ddd;
    border-radius: 10px;
    margin-bottom: 20px;
    
}
/*---------------------- end web-pro---------------------*/

/*---------------------end of second -------------------*/
/*--------------------- start webapp page --------------*/
.cost-info{
    color: white;
    font-size: 15px;
}