
  @media (min-width: 0px) and (max-width: 1024px) {

    .top-menu{
      display: none;
    }


    .mobile-header{
        width: 100%;
        height: 60px;
        display: flex;
        padding-top: 10px;
        margin-top: -10px;
        flex-wrap: nowrap;
        flex-direction: row;
        background-color: white;
        position: fixed;
    }

    .header-logo-mobile-1{
        flex-basis: 40px;
        padding: 10px;
    }

    .mobile-1{
        width: 27px;
        height: 27px;
        margin: 5px;
    }

    .header-logo-mobile-2{
        flex-basis: 80%;
        padding: 10px;
        text-align: right;
    }

    .header-logo-mobile-2 p{
     font-size: 24px;
     width: 100%;
     padding-top: 5px;
     padding-bottom: 5px;
     padding-right: 5px;
     font-family: 'Times New Roman', Times, serif;
     letter-spacing: 1px;
     margin-top: 5px;
     margin-bottom: 5px;
    }

    .transparent{
        position: relative;
        display: none;
    }

.header-logo-mobile-2:hover .transparent{
display: block;
position: absolute;
width: 84%;
padding: 10px ;
background-color: black;
opacity: 70%;
transition: 1.6s;
}

.header-logo-mobile-2:hover .transparent p a{
    padding: 0px 5px 5px  10px;
    margin-top: 25px;
    color: white;
    text-align: right;

    }






    .icon-right{
     text-align: right;
    padding: 1px  2px  0px  2px;
 }

   .icon-left{
       text-align: left;
      padding: 1px  2px  0px  2px;
   }

   .icons-1{
     margin: 2px;
      width: 20px;
      height: 20px;
  }


    .icons{
       margin: 4px;
        width: 15px;
        height: 17px;
    }


.nav-bar{
display: none;
}

.nav-1{
flex-basis: 20%;
}

.nav-img{
width: 45px;
height: 45px;
}

.nav-2{
flex-basis: 50%;
}

.nav-2 ul{
display: flex;
}

ul li{
padding-right: 5px;
padding-left: 5px;
margin-left: 10px;
margin-right: 10px;
list-style: none;
}

ul li a{
font-size: 20px;
letter-spacing: 1.4px;
padding: 5px  15px  5px  15px ;
font-family: 'Trebuchet MS', 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', Arial, sans-serif;
color: black;
}

.not-active:hover{
background-color: yellow;
padding: 10px;
transition: 1.5s;
border-radius: 25px;
box-shadow: 3px 5px  grey; 
}

.active{
background-color: yellow;
padding: 10px;
transition: 1.5s;
border-radius: 25px;
box-shadow: 3px 5px  grey; 
}


.nav-3{
flex-basis: 9%;
}

.nav-3 p a{
color: black;
font-size:18px ;
font-family: fantasy;
letter-spacing: 2px;
border: yellow;
border-style: solid;
padding: 10px;
margin: 0px  10px  0px  0px;
}

.pc-header{
     height: 400px;
      width: 100%;
     background-image: url("image/header-img.png");
     background-color: black;
     background-position: center;
     background-repeat: no-repeat;
     background-size: cover;
    }

    .pc-text {
     padding-top: 50%;
     padding-left: 2%;
    }

    .pc-text  h1{
     color: yellow;
     font-size: 25px;
    font-style: italic;
     font-family: url('https://fonts.googleapis.com/css2?family=Abril+Fatface&family=Lobster&family=Niconne&display=swap');
     letter-spacing: 1px;
      }
    
   .pc-text  h2{
   color: white;
   font-size: 25px;
   font-family:Abril Fatface ;
   letter-spacing: 1px;
   margin-bottom: 20px;
    }

    .pc-text  p{
     margin-top: 25px;
     padding: 10px;
    }

    .pc-text  p a{
      color: black;
     border:solid yellow;
     background-color: yellow;
     font-size: 18px;
     width: 10%;
     border-radius: 20px;
     margin-top: 25px;
     padding: 10px;
     text-align: center;
      }

.layout-2{
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
}

.service{
text-align: center;
flex-basis: 100%;
background-color: black;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 10px;
}

.service h2 a{
font-family: Bebas Neue;
letter-spacing: 1px;
font-size: 25px;
color: yellow;
}

.service:hover{
transition: 1.5s;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 10px;
color: black;
background-color: yellow;
}

.service a:hover{
color: black;
transition: 1.5s;
}

.contact-us{
text-align: center;
flex-basis: 100%;
background-color: yellow;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 10px;
}

.contact-us h2 a{
font-family: Bebas Neue;
letter-spacing: 1px;
font-size: 25px;
color: black;
}

.contact-us:hover{
transition: 1.5s;
padding-top: 30px;
padding-bottom: 30px;
padding-left: 10px;
color: yellow;
background-color: black;
}

.contact-us a:hover{
color: yellow;
transition: 1.5s;
}

.layout-3{
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
}

.layout-3-head{
margin-top: 30px;
flex-basis: 100%;
padding-left: 5px;
padding-bottom: 10px;
padding-top: 20px;
}

.layout-3-head h3{
padding-bottom: 10px;
color: rgb(186, 186, 21);
letter-spacing: 1px;
font-size: 24px;
padding-left: 5px;
}

.layout-3-head p{
padding-bottom: 10px;
color: grey;
font-family: 'Times New Roman', Times, serif;
letter-spacing: 1px;
font-size: 18px;
padding-left: 5px;
}

.layout-3-head h1{
padding-top: 5px;
padding-bottom: 10px;
color: black;
letter-spacing: 1px;
font-size: 28px;
padding-left: 5px;
}

.layout-3-body{
flex-basis: 100%;
padding-bottom: 10px;
padding-top: 20px;
padding-left: 5px;
}

.layout-3-img{
width: 100%;
height: 100%;
}

.layout-4{
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
padding-top: 20;
padding-bottom: 10px;
background-image: url(" https://media.istockphoto.com/vectors/tech-3d-vector-hexagon-blocks-white-background-vector-id1167354392?k=6&m=1167354392&s=612x612&w=0&h=wG3N2QjRpIzaB0w_IYuebpuqaXmL0H55UztS3fHYo5c=");
background-position: center;
background-repeat: no-repeat;
background-size: cover;
}

.layout-4-txt{
text-align: center;
flex-basis: 100%;
padding-top: 10px;
padding-bottom: 10px;
}

.layout-4-txt h3{
padding-bottom: 10px;
color: rgb(186, 186, 21);
letter-spacing: 1px;
font-size: 24px;
}

.layout-4-txt h1{
padding-top: 5px;
padding-bottom: 10px;
color: black;
letter-spacing: 1px;
font-size: 36px;
}

.layout-4-txt p{
padding-bottom: 10px;
color: grey;
font-family: 'Times New Roman', Times, serif;
letter-spacing: 1px;
font-size: 18px;
}

.layout-4-services{
height:300px;
flex-basis: 80%;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 30px;
text-align: center;
margin: 10px;
background-color: white;
box-shadow: 5px  5px grey  ;
}

.layout-4-services:hover{
background-color: rgb(186, 186, 21);
transition: 0.5s;
margin: 15px;
padding-left: 15px;
padding-right: 15px;
}

.layout-4-services h1{
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
font-size: 28px;
color:black;
}


.layout-4-services p{
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
font-size: 14px;
font-family: Berlin Sans FB Demi;
font-weight: 700;
letter-spacing: 1px;
color:black;
}

.layout-4-icon{
width: 45px;
height: 45px;
margin-top: 35px;
}

.layout-4-1-services{
height:350px;
flex-basis:80% ;
padding-top: 10px;
padding-bottom: 10px;
border-radius: 30px;
text-align: center;
margin: 10px;
background-color: white;
box-shadow: 5px  5px grey  ;
}

.layout-4-1-services h1{
padding-top: 10px;
padding-left: 5px;
padding-right: 5px;
font-size: 28px;
color:black;
}

.layout-4-1-services p{
padding-top: 5px;
padding-left: 5px;
padding-right: 5px;
font-size: 14px;
font-family: Berlin Sans FB Demi;
font-weight: 700;
letter-spacing: 1px;
color:black;
padding-bottom: 5px;
margin-bottom: 10px;
}

.layout-4-1-services:hover{
background-color: rgb(186, 186, 21);
transition: 0.5s;
margin: 15px;
padding-left: 15px;
padding-right: 15px;

}

.more-services{
text-align: center;
width: 150px;
margin-top: 15px;
background-color: thistle;
padding: 10px;
background-color: rgb(186, 186, 21);
font-size: 18px;
}

.more-services p a{
color: white;
}

.more-services:hover{
background-color: black;
transition: 0.5s;}

.layout-5 {
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 80px;
padding-top: 10px;
padding-bottom: 10px;
}

.layout-5-subcontainer{
width: 500px;
height: 450px;
flex-basis: 90%;
margin-bottom: 15px;
margin-right: 10px;
margin-left: 10px;
}

.layout-5-1-subcontainer {
height: 100%;
padding: 10px;
margin-top: -250px;
width: 350px;
flex-basis: 100%;
padding-right: 5px;
margin-right: 10px;
margin-left: 10px;
padding-left: 5px;
background-color: black;
color: white;
border-radius: 20px;
}

.layout-5-1-subcontainer h1 {
color:rgb(186, 186, 21);
letter-spacing: 1px;
padding: 10px 2px  2px 5px;
font-size: 24px;
font-weight: 800px;
}

.layout-5-1-subcontainer h2 {
letter-spacing: 1px;
padding: 10px 2px  2px 25px;
font-size: 23px;
font-weight: 800px;
font-family: 'Times New Roman', Times, serif;
}

.layout-5-1-subcontainer p {
letter-spacing: 1px;
padding: 10px  5px  5px 55px;
font-size: 18px;
width: 100%;
font-weight: 800px;
font-family: 'Times New Roman', Times, serif;
}

.layout-5-img{
width: 100%;
height: 100%;
border-radius: 15px;
}

.layout-6{
display: flex;
width: 80%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 60px;
padding-top: 25px;
padding-bottom: 25px;
background-color:rgb(186, 186, 21) ;
border-radius:10px ;
}

.layout-6-sub{
flex-basis: 80%;
padding: 10px;
margin-top: 15px;
margin-bottom: 15px;
}

.layout-6-sub h1 {
font-size: 40px;
line-height: 1;
letter-spacing: 2px;
}

.layout-6-sub sup{
font-size: 20px;
line-height: 1;
letter-spacing: 2px;
}

.layout-6-sub p{
font-size: 18px;
letter-spacing: 1.5px;

}

.layout-7 {
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 20px;
padding-top: 10px;
padding-bottom: 25px;
}

.layout-7-img{
width: 100%;
height: 100%;
border-radius: 15px;
}

.layout-7-sub{
width: 500px;
height: 650px;
flex-basis: 99%;
margin-bottom: 15px;
}

.layout-7-sub-1 {
height: 450px;
flex-basis: 99%;
}

.layout-7-sub-1 h1 {
color:rgb(186, 186, 21);
letter-spacing: 1px;
padding: 10px 5px  10px 5px;
font-size: 20px;
font-weight: 800px;
}

.layout-7-sub-1 h3 {
letter-spacing: 1px;
padding: 10px 5px  10px 25px;
font-size: 28px;
font-weight: 800px;
font-family: 'Times New Roman', Times, serif;
}

.layout-7-sub-1 p {
letter-spacing: 1px;
padding-bottom: 5px;
font-size: 17px;
font-weight: bolder;
font-family: 'Times New Roman', Times, serif;
}

.layout-7-sub-1-txt{
width: 300px;
padding: 10px;
margin-left: 20px;
font-weight: bolder;
}

.value-line{
width: 98%;
padding: 5px;
margin-bottom: 5px;
background-color:rgb(186, 186, 21) ;
border-radius: 5px;
}

.partners-layout{
margin-top: 45px;
margin-bottom: -26px;
padding: 5px;
width: 100%;
height: 100%;
}

.partners-img{
width: 125px;
padding: 10px 20px  20px  10px;
margin-top: 25px;
margin-bottom: 25px;
}

.partners-img:hover{
background-color: white;
border: 10px;
box-shadow: 2px   2px   2px  2px grey;
transition: 0.8s;
padding: 10px;
margin: 18px;
}

.layout-8{
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 20px;
padding-top: 10px;
padding-bottom: 25px;
}

.layout-8-sub{
height: 100%;
margin: 10px;
flex-basis: 95%;
border: 3px solid ;
border-color: whitesmoke;
border-radius: 15px;
padding: 8px  8px  8px  10px ;
text-align: center;
}

.layout-8-sub:hover{
box-shadow: 7px 7px 10px  7px whitesmoke;
transition: 0.5s;
padding: 8px  8px   8px  8px;
margin: 2px;
}

.layout-8-sub h1{
letter-spacing: 1px;
font-size: 22px;
padding-bottom: 15px;
font-weight: 800px;
font-family: 'Times New Roman', Times, serif;
}

.layout-8-sub p{
letter-spacing: 1px;
padding-bottom: 10px;
font-size: 18px;
font-weight: 800px;
font-family: 'Times New Roman', Times, serif;
}

.layout-8-sub p a{
letter-spacing: 1px;
color: rgb(186, 186, 21);
}

.layout-8-txt{
flex-basis: 100%;
padding: 10px;
margin: 2px;
}

.layout-8-txt h1{
color:rgb(186, 186, 21);
letter-spacing: 1px;
padding: 10px 5px  2px 5px;
font-size: 20px;
font-weight: 800px;
}

.layout-8-txt h2{
letter-spacing: 1px;
padding: 2px 5px  10px 5px;
font-size: 35px;
font-weight: 800px;

}

.read-more-txt:hover{
box-shadow: 2px  2px  2px  2px;
background-color: black;
transition: 0.4s;
border-radius: 5px;
width: 125px;
padding: 5px;
text-align: center;
margin-left: 5px;
}

.read-more-txt{
text-align: left;
padding-left: 10px;
}


.layout-9{
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 20px;
padding-top: 10px;
padding-bottom: 25px;
}

.layout-9-txt{
flex-basis: 100%;
padding: 20px 10px  5px  10px ;
margin: 2px;
text-align: center;
}

.layout-9-txt h1{
color:rgb(186, 186, 21);
letter-spacing: 1px;
padding: 20px 5px  2px 5px;
font-size: 20px;
font-weight: 800px;
}

.layout-9-txt h2{
letter-spacing: 1px;
padding: 2px 5px  5px 5px;
font-size: 35px;
font-weight: 800px;

}

.layout-9-sub{
flex-basis: 80%;
height: 100%;
border: 2px solid whitesmoke ;
padding: 20px  10px  10px  20px;
text-align: center;
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
}

.layout-9-sub:hover{
box-shadow: 10px  10px  10px  10px grey;
transition: 0.5s;
margin: 20px  5px  1px  5px;
}

.layout-9-sub h1{
color:rgb(186, 186, 21);
letter-spacing: 1px;
padding: 5px 5px  2px 5px;
font-size: 20px;
font-weight: 800px;
}

.layout-9-sub p{
letter-spacing: 1px;
padding: 10px 5px  2px 5px;
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
font-weight: 800px;
}

.layout-8-img{
padding: 10px;
width: 150px;
height: 100px;
border-radius: 100%;
}

.footer{
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 20px;
padding-top: 10px;
padding-bottom: 25px;
background-color: black;
}

.footer-txt{
flex-basis: 95%;
padding: 10px 10px  10px  10px;
margin-top: 10px;
margin-bottom: 20px;
margin-left: 5px;
margin-right: 5px;
}

.footer-txt h1{
color: white;
font-size: 35px;
}

.footer-txt-1{
flex-basis: 95%;
padding:5px;
font-size: 16px;
text-align: center;
margin-left: 20px;
}

.footer-txt-1 h2 a{
font-size: 16px;
color: white;
border-radius: 10px;
margin-left: 10px;
background-color: rgb(186, 186, 21);
padding: 15px;
width: 250px;
}

.footer-txt-1 h2 a:hover{
background-color: white;
color:black;
padding: 15px;
border-radius: 10px;
transition: 0.3s;
margin: 20px;
}

.footer-1{
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
padding-top: 10px;
padding-bottom: 25px;
background-color: black;
}

.footer-1-txt {
flex-basis: 100%;
padding: 10px;
margin: 10px;
}

.footer-1-txt h2{
padding: 10px;
margin: 10px;
}

.txt-1-sub{
color: rgb(186, 186, 21);
font-size: 14px;
letter-spacing: 1px;
}

.txt-1-sub-1{
color: rgb(186, 186, 21);
font-size: 16px;
letter-spacing: 1px;

}

.small-icon{
width: 20px;
height: 20px;
margin:10px;
}

.footer-1-txt-2{
text-align: center;
font-size: 8px;
background-color: black;
color: white;
padding: 10px;
}

/* end of Index*/


/* About-us*/
.about-us-header{
height: 400px;
width: 100%;
background-image: url("https://www.susangreenecopywriter.com/wp-content/uploads/2013/01/pexels-photo-3811082.jpeg");
background-color: black;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-bottom: 24px;
}

.about-us-txt{
color: white;
text-align: center;
padding-top:50%;
padding-bottom: 20%;
font-family: 'Times New Roman', Times, serif;

}

.about-us-txt  h1{
color: white;
font-size: 65px;
letter-spacing: 1.5px;

}

.about-us-txt p {
color: white;
font-size: 24px;
}

.about-us-txt p a{
color: white;
font-size: 24px;
}


.abtus-layout-1{
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 10px;
margin-bottom: 10px;
}

.abtus-layout-1-sub{
margin-top: 30px;
flex-basis: 95%;
padding-left: 5px;
padding-bottom: 10px;
padding-top: 20px;
}

.abtus-layout-1-sub h1{
padding-bottom: 10px;
color: rgb(186, 186, 21);
letter-spacing: 1px;
font-size: 18px;
padding-left: 5px;
}

.abtus-layout-1-sub h2{
padding-bottom: 10px;
color: black;
letter-spacing: 1px;
font-size: 38px;
padding-left: 5px;
}

.abtus-layout-1-sub p{
padding-bottom: 10px;
color: black;
font-family: 'Times New Roman', Times, serif;
letter-spacing: 1px;
font-size: 18px;
padding-left: 10px;
}

.abtus-layout-1-sub-1{
flex-basis: 95%;
padding-bottom: 10px;
padding-top: 20px;
padding-left: 5px;
}

.abtus-layout-1-sub-1-img{
width: 100%;
height: 100%;
}

.abtus-layout-2{
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 10px;
margin-bottom: 10px;
}

.abtus-layout-2-sub-1{
text-align: center;
font-size: 18px;
padding:50px 5px 5px 10px;
margin: 10px;
flex-basis: 80%;
height: 250px;
color:black;
border-radius: 5px;
background-color:white ;
box-shadow:4px  5px  2px  4px grey;
}

.abtus-layout-3{
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 50px;
margin-bottom: 10px; 
} 

.abtus-layout-3-sub-1{
height: 370px;
flex-basis: 80%;
padding: 10px;
background-image: url("image/joy-joy.jpg");
background-color: black;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
border-radius: 20px;
margin: 10px;
}

.abtus-layout-3-sub-1 h3{
width: 180px;
font-size: 37px;
padding: 5px;
border-radius: 5px;
margin: 250px  5px  5px  5px;
background-color: white;
}

.abtus-layout-3-sub-1 h3:hover{
background-color: rgb(186, 186, 21);
width: 180px;
font-size: 37px;
padding: 8px;
color: aliceblue;
border-radius: 5px;
transition: 0.6s;
}

.abtus-layout-3-sub-1 p{
color: bisque;
width: 180px;
font-size: 22px;
padding-left: 6px;
border-radius: 5px;
background-color: rgb(186, 186, 21);
}


.abtus-layout-4{
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
background-image: url("https://img.freepik.com/premium-vector/abstract-white-grey-background_528453-7.jpg?w=2000");
background-color: black;
background-position: center;
background-repeat: no-repeat;
background-size: cover;
margin-top: 50px;
padding-top: 10px;
padding-bottom: 25px;
}

.abtus-layout-4-txt{
flex-basis: 100%;
padding: 20px 5px  5px  10px ;
margin: 2px;
text-align: center;
}

.abtus-layout-4-txt h1{
color:rgb(186, 186, 21);
letter-spacing: 1px;
padding: 20px 5px  2px 5px;
font-size: 18px;
font-weight: 800px;
}

.abtus-layout-4-txt h2{
letter-spacing: 1px;
padding: 2px 5px  5px 5px;
font-size: 38px;
font-weight: 800px;

}

.abtus-layout-4-sub{
flex-basis:80%;
border: 2px solid whitesmoke ;
padding: 10px;
text-align: center;
margin-top: 20px;
margin-left: 10px;
margin-right: 10px;
background-color: whitesmoke;
}

.abtus-layout-4-sub:hover{
box-shadow: 10px  10px  10px  10px grey;
transition: 0.5s;
margin: 20px  5px  1px  5px;
}

.abtus-layout-4-sub h1{
color:rgb(186, 186, 21);
letter-spacing: 1px;
padding: 5px 5px  2px 5px;
font-size: 20px;
font-weight: 800px;
}

.abtus-layout-4-sub p{
letter-spacing: 1px;
padding: 10px 5px  2px 5px;
font-size: 20px;
font-family: 'Times New Roman', Times, serif;
font-weight: 800px;
}

.abtus-layout-4-img{
padding: 10px;
width: 100px;
height: 100px;
border-radius: 100%;
}

/* About us End*/


/* Contact-us*/
.con-us-header{
height: 400px;
width: 100%;
background-image: url("image/contact-us-header.png");
background-color: black;
background-position: center;
background-repeat: no-repeat;
opacity: 200%;
background-size: cover;
margin-bottom: 24px;
}

.con-us-txt{
color: white;
text-align: center;
padding-top:50%;
padding-bottom: 20%;
font-family: 'Times New Roman', Times, serif;

}

.con-us-txt  h1{
color: whitesmoke;
font-size: 45px;
letter-spacing: 1.5px;

}

.con-us-txt p {
color: white;
font-size: 24px;
}

.con-us-txt p a{
color: white;
font-size: 24px;
}


.contus-layout-1{
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 10px;
margin-bottom: 10px;
}

.contus-layout-1-sub{
margin-top: 10px;
flex-basis: 95%;
padding-left: 5px;
padding-right: 5px;
padding-bottom: 10px;
padding-top: 10px;
}

.contus-layout-1-sub h1{
padding-bottom: 10px;
color: rgb(186, 186, 21);
letter-spacing: 1px;
font-size: 18px;
padding-left: 5px;
}

.contus-layout-1-sub h2{
padding-bottom: 10px;
color: black;
letter-spacing: 1px;
font-size: 38px;
padding-left: 5px;
}

.contus-layout-1-sub p{
padding-bottom: 10px;
color: black;
font-family: 'Times New Roman', Times, serif;
letter-spacing: 1px;
line-height: 145%;
font-size: 18px;
padding-left: 10px;
}

.contus-layout-1-sub-1{
flex-basis: 95%;
padding-bottom: 10px;
padding-top: 20px;
padding-left: 5px;
}

.contus-layout-1-sub-1-img{
width: 90%;
height: 90%;
}

.contus-details{
margin-top: 25px;
margin-bottom: 25px;
}

.contus-details h2{
font-size: 18px;
font-weight: bolder;
padding-top: -10px;
letter-spacing: 1px;
}

.contus-button{
text-align: center;
margin-bottom: 20px;
}

.contus-button p a{
font-size: 18px;
letter-spacing: 1px;
color: black;
border-style: solid  rgb(186, 186, 21);
background-color: rgb(186, 186, 21);
padding: 11px;
border-radius: 5px;
}

.contus-button p a:hover{
background-color: black;
color:rgb(186, 186, 21) ;
}

.contus-team{
text-align: center;
padding-top: 25px;
}

.contus-team-img{
width:100%;
height:100% ;
}

/*Contact us End*/


/* Our - Services*/
.services-header{
height: 400px;
width: 100%;
background-image: url("image/services-img.png");
background-color: black;
background-position: center;
background-repeat: no-repeat;
opacity: 200%;
background-size: cover;
margin-bottom: 24px;
}

.services-txt{
color: white;
text-align: center;
padding-top:50%;
padding-bottom: 20%;
font-family: 'Times New Roman', Times, serif;
}

.services-txt  h1{
color: whitesmoke;
font-size: 45px;
letter-spacing: 1.5px;

}

.services-txt p {
color: white;
font-size: 24px;
}

.services-txt p a{
color: white;
font-size: 24px;
}

.services-tab-1{
text-align: center;  
width: 95%;
padding: 10px  2px  10px  2px;
}

.services-tab-1 h1{
padding-bottom: 5px;
color: rgb(186, 186, 21);
letter-spacing: 1px;
font-size: 18px;
}

.services-tab-1 h2{
text-align: center;
padding-bottom: 5px;
color: black;
letter-spacing: 1px;
font-size: 24px;
}

.services-tab-1 p{
text-align: center;
padding-bottom: 5px;
color: black;
font-weight: 700px;
letter-spacing: 1px;
font-size: 18px;
}

.services-tab-2{
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 10px;
margin-bottom: 10px;
}

.services-tab-2-text{
text-align: left;
flex-basis: 95%;
padding: 5px;
margin: 10px;

}

.services-tab-2-text p{
font-size: 18px;
margin-top: 5px;
font-weight: 700px;
margin-bottom: 5px;
letter-spacing: 1px;
text-align: left;
}

.services-tab-2-text h1{
font-size: 26px;
margin-top: 5px;
margin-bottom: 5px;
letter-spacing: 1px;
}

.services-tab-2-text span{
text-align: left;
padding-left: 5px;
padding-top: 5px;
padding-bottom: 5px;
padding-right: 28px;
font-weight: bolder;
font-size: 16px;
}

.services-tab-2-img{
display: none;
}

.d-img{
width: 90%;
height: 90%;
}

.de-img{
width: 50%;
height: 50%;
}


/*Our Serrvices End*/


/* Portfolio*/
.portfolio-header{
height: 400px;
width: 100%;
background-image: url("image/portfolio-img.png");
background-color: black;
background-position: center;
background-repeat: no-repeat;
opacity: 200%;
background-size: cover;
margin-bottom: 24px;
}

.portfolio-txt{
color: white;
text-align: center;
padding-top:50%;
padding-bottom: 20%;
font-family: 'Times New Roman', Times, serif;
}

.portfolio-txt  h1{
color: whitesmoke;
font-size: 65px;
letter-spacing: 1.5px;

}

.portfolio-txt p {
color: white;
font-size: 24px;
}

.portfolio-txt p a{
color: white;
font-size: 24px;
}

.portfolio-layout-1{
display: flex;
width: 100%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 50px;
margin-bottom: 10px; 
} 

.port-img{
    width:100%;
    height:100%;
    border-radius: 10px;
}

.portfolio-layout-1-sub-1{
 height: 250px;
 flex-basis: 80%;
border-radius: 20px;
margin: 10px;
padding: 10px;
}

.portfolio-layout-1-sub-1 h3{
position: absolute;
 width: 50%;
 font-size: 20px;
 padding: 5px;
 border-radius: 5px;
 margin: -70px ;
 margin-right: 5px;
 margin-bottom: 5px;
 margin-left: 20px;
 background-color: white;
}

.portfolio-layout-1-sub-1 h3:hover{
 background-color: rgb(186, 186, 21);
 position: absolute;
 width: 50%;
 font-size: 18px;
 padding: 8px 10px  10px 8px;
 color: aliceblue;
 border-radius: 5px;
 margin-bottom: -150px;
 margin-right: 10px;
 margin-left: 20px;
 transition: 0.6s;
}

.portfolio-layout-1-sub-1 p{
position: absolute;
 color: bisque;
 width: 50%;
 font-size: 16px;
 margin-top: -24px;
 margin-left: 20px;
 padding-left: 5px;
 border-radius: 5px;
 background-color: rgb(186, 186, 21);
}


/*Portfolio End*/

/* blog */
.blog-header{
height: 400px;
width: 100%;
background-image: url("image/blog-header.jpg");
background-color: black;
background-position: center;
background-repeat: no-repeat;
opacity: 200%;
background-size: cover;
margin-bottom: 24px;
}

.blog-txt{
color: white;
text-align: center;
padding-top:50%;
padding-bottom: 20%;
font-family: 'Times New Roman', Times, serif;
}

.blog-txt  h1{
color: whitesmoke;
font-size: 65px;
letter-spacing: 1.5px;

}

.blog-txt p {
color: white;
font-size: 24px;
}

.blog-txt p a{
color: white;
font-size: 24px;
}

.blog-img-1{
width: 100%;
height: 100%;
padding: 10px;
}

.blog-layout-1{
display: flex;
width: 95%;
height: 100%;
flex-wrap: wrap;
flex-direction: row;
align-items: center;
justify-content: center;
margin-top: 50px;
margin-bottom: 10px; 
border:grey  solid  1px;
border-radius: 20px;
padding: 10px;
box-shadow: 1px 1px 1px 1px grey;
} 

.blog-layout-sub-1{
  flex-basis: 95%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 5px;
  margin-left: 5px;
}

.blog-img{
  width: 100%;
  height: 100%;
}

.blog-layout-sub-2{
    text-align: left;
  flex-basis: 95%;
  padding: 5px;
}

.blog-layout-sub-2 h1{
  color:rgb(186, 186, 21);
  letter-spacing: 1px;
  font-size: 28px;
  padding-bottom: 5px;
}

.blog-layout-sub-2 p{
  color:black;
  letter-spacing: 1px;
  font-size: 18px;
  padding: 10px;
}

.blog-layout-sub-2 p a{
  color:rgb(186, 186, 21);
  letter-spacing: 1px;
  font-size: 18px;
}

.blog-layout-sub-2 p a:hover{
  color:rgb(186, 186, 21);
  letter-spacing: 1px;
  font-size: 18px;
  border: solid;
  padding: 5px;
}

.blog-article h1{
font-size: 25px;
width: 100%;
padding: 10px  0px  0px  10px;
letter-spacing: 1px;
}

.blog-article small{
  font-size: 18px;
  font-style: italic;
  padding: 10px  10px  5px ;
  letter-spacing: 1px;
  }

  .blog-article p{
    font-size: 18px;
    padding: 10px  0px  0px  5px ;
    letter-spacing: 1px;
    }
  
    .blog-article{
      width: 95%;
      text-align: left;
    }

.img-blog{
  text-align: center;
  padding: 5px;
}

.blog-img-1{
  width: 100%;
  height: 100%;
  margin-top: 80px;
  border-radius: 25px;
}


/*Blog End*/


/*gida-web start*/

.gida-head{
  height: 350px;
   width:100%;
  background-image: url("image/mobile-gida.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin: 20px 0px 10px 0px;
 }

.gida-1{
padding-top: 50px;
padding-bottom: 50px;
  display: flex;
  width: 95%;
  height: 100%;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  border-radius: 12px;
  background-color: rgb(250, 250, 229);
}


.gida-sub-1{
  flex-basis: 85%;
  text-align: center;
}

.gida-sub-1 h1{
  font-size: 26px;
  font-family: 'Times New Roman';
  letter-spacing: 1px;
  line-height: 115%;
  margin-bottom: 10px;
}

.gida-sub-1 p{
  font-size: 16px;
  font-family: 'Times New Roman';
  letter-spacing: 1px;
  line-height: 115%;
  margin-bottom: 55px;
}



.gida-img-1{
  height:100% ;
  width: 100%;
  border-radius: 6px;
}

.gida-sub{
  flex-basis: 100%;
  padding-right: 3px ;
  padding-left: 3px;
  margin: 10px;
  text-align: left;
}

.gida-sub h2 b{
  font-size: 32px;
  font-family: 'Times New Roman';
  letter-spacing: 1px;
}

.gida-sub li{
line-height: 130%;
list-style-type: disc;
}

.gida.sub p{
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 0.5px;
  color: black;
  font-family: 'Times New Roman';
}


.gida-2{
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    margin-top: 10px;
    margin-bottom: 10px;
    background-image: url(image/backgroun-img.png);
background-repeat: no-repeat;
background-size: cover;
padding-right: 10px;
padding-left: 10px;
  }

.gida-2-sub{
  flex-basis: 100%;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
}

.gida-2-sub h2{
  font-weight: bolder;
  font-size: 28px;
  font-family: 'Times New Roman';
  letter-spacing: 1px;
  line-height: 115%;
  margin-bottom: 10px;

}

.gida-2-sub p{
  font-size: 14px;
  font-family: 'Times New Roman';
  letter-spacing: 1px;
  padding-right: 20px;
  padding-left: 20px;
}

.gida-2-sub-1{
  height: 100%;
  flex-basis: 100%;
  border: 0.5px rgb(163, 240, 163) solid;
  border-radius: 20px;
  margin: 10px;
}

.gida-2-sub-1 h2{
margin-top: 10px;
  margin-left: 20px;
  margin-right: 10px;
  padding-bottom: 10px;
  line-height: 120%;
  font-size: 20px;
  font-weight: bolder;
  font-family: 'Times New Roman';
}

.gida-2-sub-1 p{
  margin-top: 10px;
  margin-bottom: 5px;
  line-height: 120%;
  font-size: 15px;
  margin-left: 20px;
  margin-right: 10px;
  font-family: 'Times New Roman';
}

.chat{
  border:  rgb(225, 243, 103) 1px solid;
  width: 50%;
  background-color: rgb(148, 167, 29);
  margin-left: 20px;
  margin-right: 10px;
  margin-bottom: 10px;
  margin-top: 20px;
  border-radius: 2px;
}

.chat p{
 font-size: 12px;
 padding: 1px;
 margin: 5px;
}

.chat:hover {
  box-shadow: 5px 5px 8px  rgb(225, 243, 103);
  background-color: rgb(148, 167, 29);
  margin-bottom: 10px;
}


.gida-3{
  padding-top: 50px;
  padding-bottom: 50px;
    display: flex;
    width: 100%;
    height: 100%;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;

  }
  
  
  .gida-sub-1-3{
    flex-basis: 100%;
    text-align: center;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .gida-sub-1-3 h1{
    font-size: 24px;
    font-weight: bolder;
    font-family: 'Times New Roman';
    letter-spacing: 1px;
    line-height: 115%;
    margin-bottom: 10px;
  }
  
  .gida-sub-1-3 p{
    font-size: 14px;
    font-family: 'Times New Roman';
    letter-spacing: 1px;
    line-height: 115%;
    margin-bottom: 55px;
  }
  
  
  .gida-sub-3{
    flex-basis: 95%;
    padding-right: 3px ;
    padding-left: 3px;
    margin: 10px;
    text-align: left;
  }
  
  .gida-sub-3 h2 b{
    font-size: 28px;
    font-family: 'Times New Roman';
    letter-spacing: 1px;
    line-height: 28px;
  }
  
  .gida-sub-3 li{
  line-height: 130%;
  list-style-type: disc;
  }
  
  .gida.sub-3 p{
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.5px;
    color: black;
    font-family: 'Times New Roman';
  }


  .email{
    margin-top: 40px;
    padding-left: 10px;
    padding-right: 10px;
  }
  
 /*gida-web end*/


  }
