*{
    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-left: 20px;
    padding-top: 10px;
}
.navbar{
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  background-color: #2832C2;
  color: white;
  position: relative;
}
.menu a{
    color: white;
}
.logo{
    font-size: 20px;
}
.navbar .icon .logo{
    display: flex;
}

.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: 150px;
    width: 100%;
    height: auto;
    padding-top: 2px;
    padding-left: 30px;
}
.navbar .icon h5{
    padding-left: 45px;
    font-size: 14px;
    margin-top: 0px;
    padding-top: 0px;
    display: none;
}
.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 .intro{
    display: flex;
    flex-direction: row;
}
.content .intro .text{
    width: 50%;
    padding-bottom: 30px;
}

.content .intro .text h1{
    padding: 20px;
    font-size: 25px;
    
}
.content .intro .text img{
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
}
.content .intro .text h2{
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
}
.content .intro .text h3{
    padding: 20px;
}
.content .intro .text span{
    color: orange;
}
.content .intro .text p{
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
}
.content .intro .text h4{
    padding: 30px;
}
.content .intro .text li{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 30px;
}
.tips{
    padding-top: 20px;
}
.ratprocess {
    background-color: lightblue;
}

.btn{
    padding: 20px;
    margin-left: 20px;
    margin-bottom: 20px;
    background-color: white;
    border: 2px solid orange;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    justify-content: center;
    display: block;
    margin: auto;
}
.content .intro .text .btn a{
    color: blue;
}
.content .intro .picha{
    width: 50%;
    
}
.content .intro .picha img{
    max-width: 100%;
    padding-left: 20px;
}

.content .intro .picha .btn{
    padding: 25px;
    margin: 20px;
    background-color: orange;
    border-radius: 10px;
    color: white;
    font-size: 16px;
    justify-content: center;
}

.content .postc{
    display: flex;
    flex-direction: row;
}

.risksR{
    display: flex;
    flex-direction: row;
}
.risksR .text{
    width: 50%;
}
.risksR .picha{
    width: 50%;
}
.risksR .picha img{
    width:100%;
}
.risksR .text h1{
    padding: 20px;
    font-size: 25px;
}
.risksR .text h4{
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 10px;
}
.risksR .text p{
    padding: 30px;
}
.risksR .picha h1{
    font-size: 25px;
    padding: 20px;
}
.risksR .picha p{
    padding: 30px;
}
.risksR .picha span{
    color: orange;
}
.introo .textt{
    padding-left: 30px;
    padding-right: 30px;
    padding-top:20px;
    padding-bottom: 20px;

}
.introo .textt h1{
    padding-bottom: 20px;
}
.introo .textt h4{
    paddig:10px;
}
.introo .textt p{
    padding: 20px;
}
.introo .textt span{
    color:orange;
}

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;
    padding-bottom: 20px;
}
.col{
    flex-basis: 25%;
    padding: 10px;
}
footer p{
    padding-top: 10px;
}
.col h2{
    color: ;
}
footer .row .col h1{
    padding-bottom: 30px;
    color: orange;
}
footer .row .col h2{
    padding-bottom: 30px;
    color: orange;
}
.col h3{
    color: black;
    width: fit-content;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 20px;
}
.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;
}
.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: 80;
  }
    .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 .intro{
    flex-direction: column;
    
}
    .content .intro .text{
    width: 100%;
}
    .content .intro .picha{
    width: 100%;
    
}
.content .intro .picha img{
    padding-right: 20px;
}
.risksR{
    flex-direction: column;
}
.risksR .text{
    width: 100%;
}
.risksR .picha{
    width: 100%;
}
.grouped {
    flex-direction: column;
}
    .content .postc{
        flex-direction: column;
    }
    .content .postc {
        
    }
    .content .postc .text{
    width: 100%;
}
.content .postc .picha{
    width: 100%;
}
    .entail .entails .p1 p img{
        width: 30px;
        display: none;
    }
    .pcservices{
        text-align: center;
    }
    .pcservices .pc{
        flex-direction: column;
    }
    .pcservices .pc .p1{
        width: 100%;
    }
    .pcservices .pc .p2{
        width: 100%;
    }
    .pcout{
        text-align: center;
        flex-direction: column-reverse;
    }
    .pcout .text{
    width: 100%;
}
   .pcout .picture{
    width: 100%;
}
    .content .outrro{
        flex-direction: column;
    }
    .row{
        flex-direction: column;
    }
    .coll{
        flex: 100%;
        max-width: 80%;
    }
    
    
}

@media screen and (max-width:600px){
    .coll{
        flex: 100%;
        max-width: 100%;
    }
}
    
















