*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
body{
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
a{
    text-decoration: none;
}
li{
    list-style: none;
}
h6{
    font-style: italic;
    color: white;
    font-size: 10px;
    padding-top: 10px;
}
.navbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #2832C2;
  color: white;
}
.menu a{
    color: white;
}
.logo{
    font-size: 20px;
}
.navbar .logo h1 span{
    font-size: 50px;
    color: orange;
}
.navbar .logo h1{
    font-size: 50px;
    padding-top: 20px;
    display: none;
}
.navbar .logo h1 br{
    font-size: 14px;
}
.navbar .logo h1 span{
    font-size: 50px;
    color: orange;
}
.navbar .logo img{
    max-width: 130px;
    width: 100%;
    height: auto;
    padding-top: 2px;
    padding-left: 5px;
    display:;
}
.menu{
    display: flex;
    gap: 1em;
    font-size: 18px;
}
.menu li:hover {
  background-color: orange;
  border-radius: 5px;
  transition: 0.3s ease;
}
.menu li {
  padding: 5px 14px;
}
.services{
  position: relative; 
}
.dropdown {
  background-color: #2832C2;
  padding: 1em 0;
  position: absolute; /*WITH RESPECT TO PARENT*/
  display: none;
  border-radius: 8px;
  top: 35px;
}
.dropdown li + li {
  margin-top: 10px;
}
.dropdown li {
  padding: 0.5em 1em;
  width: 8em;
  text-align: center;
}
.dropdown li:hover {
  background-color: orange;
}
.services:hover .dropdown {
  display: block;
}
input[type=checkbox] {
  display: none;
}
.hamburger {
  display: none;
  font-size: 24px;
  user-select: none;
}
.content{
    padding-left: 20px;
    padding-right: 20px;
}
.content h1{
    text-align: center;
    padding-top: 20px;
    padding-bottom: 40px;
    margin-bottom: 10px;
    color: orange;
}

.text{
    padding-left: 10px;
    padding-right: 10px;
}
.picture{
    padding-top: 20px;
    height: auto;
}
.picture img{
    max-width: 100%;
    height: 40%;
    margin: auto;
    padding: 0 20px 0 20px;
}
footer{
    width: 100%;
    bottom: 0;
    margin-top: auto;
    background-color: #2832C2;
    color: #fff;
    padding: 100px 0 30px;
    font-size: 13px;
    line-height: 20px;
    background-size: cover;
}
.row{
    max-width: 85%;
    margin: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
}
.col{
    flex-basis: 25%;
    padding: 10px;
}
footer p{
    padding-top: 10px;
}
.col h1{
    color: orange;
    padding-bottom: 20px;
}
.col h2{
    color: orange;
    padding-bottom: 20px;
}
.col h3{
    color: black;
    width: fit-content;
    margin-bottom: 20px;
    position: relative;
}
.email-id{
    font-size: 15px;
    color: black;
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
ul li{
    list-style: none;
    margin-bottom: 12px;
}
ul li a{
        text-decoration: none;
        color: white;
    }
form{
    padding-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ccc;
    margin-bottom: 50px;
}
form .fa{
    font-size: 18px;
    margin-right: 10px;
}
form input{
    width: 100%;
    background-color: transparent;
    color: #ccc;
    border: 0;
    outline: 0;
}
form button{
    background-color: transparent;
    border: 0;
    outline: none;
    cursor: pointer;
}
.content .kazi .text h1{
    padding-bottom: 10px;
    padding-top: 10px;
    
}
.text{
    padding-left: 20px;
}
.abt{
    padding-bottom: 20px;
}
.btn{
    max-width: 250px;
    max-height: 80px;
    background: white;
    border: 2px solid orange;
    color: orange;
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 30px;
    padding-top: 30px;
    margin-bottom: 10px;
    font-size: 16px;
    border-radius: 10px;
    cursor: pointer;
    display: block;
    margin: auto;
}
.btn a{
    color: orange;
    font-size: 18px;
}
.content .kazi .text .how span{
    color: ;
    border-bottom:
}

.content .kazi .text .respect span{
    color: orange;
    font-size: 20px;
    padding-right: 3px;
}
.call-fixed{
    display: flex;
    position: fixed;
    background-color: blue;
    bottom: 0px;
    width: 100%;
    justify-content: center;
}
.call-fixed .texts h2{
    padding-top: 25px;
    padding-right: 20px;
    color: white;
}
.call-fixed .texts h2 a{
    color: white;
}
.call-icon img{
    display: block;
    margin: auto;
    width: 70px;
    height: 70px;
    bottom: 0px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.call-icon{
    text-align: centre;
    display: flex;
    justify-content: centre;
    display: ;
}

.copyrightss h3{
    padding-top: 10px;
    color: white;
}

@media (max-width: 768px){
    .menu {
    display:none;
    position: absolute;
    background-color: #2832C2;
    right: 0;
    left: 0;
    text-align: center;
    padding: 16px 0;
    z-index: 20;
  }
    .menu li:hover {
    display: inline-block;
    background-color: orange;
    transition: 0.3s ease;
  }
    .menu li + li {
    margin-top: 12px;
  }
    input[type=checkbox]:checked ~ .menu{
        display: block;
    }
    .hamburger {
    display: block;
  }
    .dropdown {
    left: 50%;
    top: 30px;
    transform: translateX(35%);
  }
    .dropdown li:hover {
    background-color: orange;
  }
  .content{
      text-align: center;
  }
    .content h2{
        padding-left: 0px;
    }
    .kazi{
        flex-direction: column-reverse;
    }
    .text{
        text-align:;
        padding-left: 10px;
        padding-right: 10px;
    }
    .content .kazi .text h1{
        text-align: center;
    }
    .btn{
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .picture{
        max-width: 100%;
        padding-right: 0;
        padding-left: 0;
        justify-content: center;
        align-items: center;
    }
    .picture img{
        padding-left: 0px;
        align-items: center;
        justify-items: center;
        padding-right: 0px;
        padding-top: 0;
        padding-bottom: 20px;
    }
    .kazii{
        flex-direction: column;
    }
    .texts{
        max-width: 100%;
        padding-left: 10px;
        padding-right: 10px;
    }
        .picturee{
        max-width: 100%;
        padding-right: 10px;
        padding-left: 10px;
        justify-content: center;
        align-items: center;
    }
    .profyl{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .profyl img{
        width: 50%;
        padding-top: 20px;
    }
    .row{
        flex-direction: column;
    }
    .coll{
        flex: 100%;
        max-width: 80%;
    }
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    