*{
 padding: 0px;
 margin: 0px;  
 font-family: sans-serif; 
}

/* Top Bar */
.nav {
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px 70px;
}

.menu-toggle {
  display: none;
  padding: 15px;
  color: #fff;
  cursor: pointer;
  background: #333;
}

.menu {
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}

.menu li {
  position: relative;
  list-style: none;
}

.menu a {
  display: block;
  padding: 15px 20px;
  color: #333;
  text-decoration: none;
  text-transform: capitalize;
  font-weight: 600;
  font-size: 16px;
}

.menu a:hover {
  background: #444;
  color: #fff;
}

.submenu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  background: #FFF;
  min-width: 180px;
  z-index: 1000;
  box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-webkit-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 1px 5px 0px rgba(0,0,0,0.75);
}

.has-submenu:hover > .submenu {
  display: block;
}

.submenu .has-submenu:hover > .submenu {
  left: 100%;
  top: 0;
}

/* Mobile styles */
@media (max-width: 768px) {
    body{
        padding-top: 92px;
    }
.nav {
  background: #FFF;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  flex-wrap: wrap;
  position: fixed;
  top: 0;
  width: 100%;
}
  .menu-toggle {
    display: block;
    margin-right: 55px;
  }

  .menu {
    display: none;
    flex-direction: column;
    width: 100%;
  }

  .menu.show {
    display: flex;
  }

  .menu li {
    width: 100%;
  }

  .menu a {
    padding: 15px;
  }

  .submenu {
    position: relative;
    top: 0;
    left: 0;
    display: none;
    background: #FFF;
  }

  .has-submenu.open > .submenu {
    display: block;
  }

  .has-submenu > a::after {
    content: " ▼";
    float: right;
  }

  .submenu .has-submenu > a::after {
    content: " ▶";
    float: right;
  }

  .submenu .has-submenu:hover > .submenu {
  left: 3%;
  top: 0;
  margin-top: 5px;
}
}
.main-wrapper a{
    color: #000;
    text-decoration: none;
}
.main-wrapper ul li{
    list-style-type: none;
}
.navbar{
    background: #fff;
    padding: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    z-index: 10;
}
.brand-and-icon{
    display: flex;
    justify-content: space-between;
    padding: 0;
    border-bottom: 1px solid #ddd;
}
.navbar-brand{
    font-size: 1.8rem;
    letter-spacing: 3px;
    font-weight: 700;
}
.navbar-toggler{
    margin-right: 10px;
    display: block;
    border: none;
    background: transparent;
    font-size: 1.8rem;
    cursor: pointer;
    padding: 0;
    transition: all 0.4s ease;
    border: none;
    border-radius: 0px;
}
.navbar-toggler:hover{
    opacity: 0.7;
}
.navbar-collapse{
    overflow-y: auto;
    padding: 0 20px;
    display: none;
}
.navbar-nav > li > a{
    text-transform: capitalize;
    font-size: 1.1rem;
    font-weight: 700;
    display: block;
    padding: 0.6rem 0;
    margin: 0.2rem 0;
    border-bottom: 1px solid #ddd;
    border-radius: 1px;
    position: relative;
    transition: all 0.4s ease;
}
.drop-icon{
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
.navbar-nav > li > a:hover{
    opacity: 0.7;
}
.sub-menu{
    padding-top:50px;
}
.main_cat_link h4{
    color: #3a8dff;
}
.sub-menu-item{
    min-height: 100px;
    padding: 20px 0;
}
.sub-menu h4{
    text-transform: capitalize;
    font-size: 1rem;
    padding: 0.5rem 0;
}
.sub-menu ul li{
    text-transform: capitalize;
    padding: 0.2rem 0;
    margin: 0.2rem 0;
    font-size: 0.95rem;
}
.sub-menu ul li a{
    opacity: 0.8;
    transition: all 0.5s ease;
}
.sub-menu ul li a:hover{
    padding-left: 14px;
    opacity: 0.9;
}
.sub-menu{
    display: none;
}

.sub-menu-item{
    padding-left: 1.2rem;
}
/* Media Queries */
@media screen and (min-width: 992px){
    .div-1{
    padding-top: 90px;
    
    }
    .navbar{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        border-bottom: 1px solid #ddd;
        padding: 0;
        position: relative;
    }
    .navbar-toggler{
        display: none;
    }
    .brand-and-icon{
        flex: 0 0 100px;
        border-bottom: none;
        padding: 0;
    }
    .navbar-collapse{
        display: block!important;
        overflow-y: auto;
        flex: 1 0 auto;
    }
    .navbar-nav{
        display: flex;
        align-items: center;
        justify-content: flex-end;
    }
    .navbar-nav > li > a{
        border-bottom: none;
        margin: 0 0.4rem;
        padding: 1.7rem 1.8rem 1.7rem 0.8rem;
        font-size: 0.8rem;
    }
    .sub-menu{
        position: absolute;
        left: 0;
        width: 100%;
        top: 100%;
        background: #f8f8f8;
    }
    .navbar-nav > li:hover .sub-menu{
        display: grid!important;
        grid-template-columns: repeat(4, 1fr);
        padding: 0;
    }
    .navbar-nav > li{
        border-bottom: 2px solid transparent;
        transition: border-bottom 0.4s ease;
    }
    .navbar-nav > li:hover{
        border-bottom-color: #000;
    }
    .sub-menu-item{
        padding: 0 20px;
    }

}


/* Top Bar Ends */
.div-1{
    padding: 35px 10%;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    background-image: linear-gradient(to bottom, rgb(255 255 255 / 96%), rgb(255 255 255 / 44%)), url(../img/col1.jpg);
    background-position: bottom;
    
}
.para-1{
    text-align: center; 
    width:70%;
    color: #000000;
    margin: auto;
    padding:  5px;
    font-weight: 600;
}
.head-1{
    font-size: 32px;
    font-weight: 600;
    margin: auto;
    padding:  5px;
        text-align: center;
}
.div-2{
    padding:25px 50px;
    line-height: 27px;
    font-size: 18px;
}
.input-1{
    background-color: #fff;
    border: solid 2px #f1f1ff;
    border-radius: 15px;
    font-size: 18px;
    width: 60%;
    padding: 10px;
}
.head-22{
   padding: 20px 0px;
    font-size: 28px;
    font-weight: 600;
    text-align: center;
}
.head-22-3{
    padding: 15px 50px; 
    font-size: 28px;
    margin-bottom: 0;
    font-weight: 600;
}
.page-1{
    width: 31%;
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 15px;
    font-weight: 600;
    margin-top: 25px;
    text-align: center;
    
}
.page-1 a{
    color: #000;  
    text-decoration: none;
    display: block;  
}
.page-1 p{
    margin: 10px 0;
}
.page-1 a:hover{
    color: #3a8dff;    
}
.img-44{
    display:none;
}
.img-2{
    width: 100%;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .1), 0px 8px 16px rgba(0, 0, 0, .1);
}
.color-page {
    display: flex;
    justify-content: center;
    padding: 25px;
    flex-wrap: wrap;
    gap: 10px;
}
.head-22-1{
    font-size: 25px;
    /*width: 35%;*/
    text-align: center;
    margin: auto;
    padding: 50px;
}
.faqs-div{
    width: 80%;
    margin: auto;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .1), 0px 8px 16px rgba(0, 0, 0, .1);
}
.faq-1{
    width: 100%;
    padding: 25px;
    box-sizing: border-box;
}
.faq-head{
    font-size: 24px;
    font-weight: 600;
}
.para-2{
    font-size: 18px;
    border-left: solid 2px #000;
    margin: 10px;
    padding: 5px;
    line-height: 25px;
}

.blog-1{
    padding: 10px;
    width: 22%;
    min-height: 310px;
    box-sizing: border-box;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.blog-1 a{
    text-decoration: none;
    color: #000 !important;
}
.blog-item{
    margin-top: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 20px;
}
.ankar-1{
   font-size: 18px; padding-top: 15px; font-weight: bold; font-family: sans-serif;
}
.img-3{
    width: 100%; border-radius: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    margin-bottom: 15px;
}
.footer{
    /*background-color: antiquewhite;*/
        background-image: linear-gradient(to bottom, rgba(255, 255, 255, 44%), rgba(255, 255, 255, 1)), url(https://topcoloringpagesgallery.com/assets/img/col2.jpg);
    padding: 50px;
    margin-top: 50px;
}
.footer_menu{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 20px;
}
.footer_menu li a{
    text-decoration: none;
    color: #000;
    font-weight: 700;
}
.footer_menu li a:hover{
    text-decoration:underline;
}
.footer_menu2{
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
        justify-content: center;

}
.footer_menu2 li a{
    text-decoration: none;
    color: #000;
    font-weight: 700;
    display: block;
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
}
.footer_menu2 li a:hover{
    text-decoration:underline;
}
.fot-page{
    display: flex;
    justify-content: space-around;
}
.fot-1{
    width: 23%;
    padding: 15px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 15px;
}
.img-4{
    width: 20%;
    margin-left: 40%;
}
.para-3{
    font-size: 18px;
    text-align: center;

}







@media screen and (max-width: 900px) and (min-width: 600px) { 
    .div-btn{
        display: none;
    }
    .img-44{
        display: initial;
        width: 25px;
    }
    .head-1{
        font-size: 28px;
        width: auto;
    }
    .color-page{
        justify-content: center;
        gap: 20px;
    }
    .page-1{
        width: 30%;
    }
    .faqs-div{
        width: 80%;
    }
    .blog-1{
        width: 40%;
    }

}






@media screen and (max-width: 600px) and (min-width: 0px) { 
    .div-btn{
        display: none;
    }
    .img-44{
        display: initial;
        width: 25px;
    }
    .head-1{
        font-size: 28px;
        width: auto;
    }
    .color-page{
        justify-content: center;
        gap: 20px;
    }
    .page-1{
        width: 48%;
    }
    .faqs-div{
        width: 90%;
    }
    .blog-1{
        width: 40%;
    }
    .para-1,
    .input-1{
        width: 100%;
        box-sizing: border-box;
    }
    .fot-page{
        flex-direction: column;
        align-items: center;
    }
    .fot-1{
        width: 100%;
    }
    .img-4{
        width: 50%;
        margin-left: 25%;
    }
    .ankar-1{
        font-size: 20px;
        margin-top: 10px;
    }

}












@media screen and (max-width: 480px) and (min-width: 0px) { 
    .div-btn{
        display: none;
    }
    .img-44{
        display: initial;
        width: 25px;
    }
    .head-1{
        font-size: 22px;
        width: auto;
    }
    .color-page{
        justify-content: center;
        gap: 20px;
    }
    .page-1{
        width: 80%;
    }
    .faqs-div{
        width: 90%;
    }
    .blog-1{
        width: 75%;
    }
    .para-1,
    .input-1{
        width: 100%!important;
        box-sizing: border-box;
    }
    .fot-page{
        flex-direction: column;
        align-items: center;
    }
    .fot-1{
        width: 100%;
    }
    .img-4{
        width: 50%;
        margin-left: 25%;
    }
    .ankar-1{
        font-size: 20px;
        margin-top: 10px;
    }
    .page-1 p{
        font-size: 18px;
    }
    .img-1{
        width: 160px;
    }
    
    .div-2 {
    padding: 25px 25px;
    }

}

/* about us */

.about-1 {
    padding: 20px 8%;
    font-size: 18px;
}
.para-14 {
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 30px;
}
/* blog */

.icons-img-div{
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: solid 1px #d5d5dd;
    padding-bottom: 20px;
}
.icons-div-4{
    font-size: 22px;
}
.img-5{
    width: 22%;
}
.about-1{
    padding:20px 8% ;
    font-size: 18px;
}
p{
    margin: 0;
}
.blog-2{
    padding: 0 20px;
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-direction: row;
}
.blog-item-1{
    width: 35%;
}
.img-6{
    width: 42%;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
.para-15{
    font-size: 18px;
}
.para-14{
    font-size: 40px;
    font-weight: 700;
    text-align: center;
    padding: 30px;
}
.para-16{
    font-size: 22px;
    font-weight: 700;
    margin: 10px 0px;
}
.read-div{
    font-size: 18px;
    width: 150px;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    border-radius: 15px;
    margin-top: 20px;
    border: solid 1px #000;
}
.project-1{
    padding: 10px;
    border-radius: 15px;
    border: solid 1px #000;
    width: 336px;
    background-color: #fff;
}
.img-7{
    width: 100%;
    border-radius: 15px;
}
.para-10{
    color: #000;
    font-size: 26px;
    font-weight: 700;
    margin: 10px 0px;
}
.para-11{
    color: #000;
    font-size: 18px;
    margin: 10px 0px;
}
.para-icons{
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 2%;
}
.projects-div{
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 40px;
    margin-top: 80px;
}
.i-1{
    font-size: 22px;
}
.text-method{
    padding: 20px 7%;
}
.text-method p{
    font-size: 18px;
    line-height: 25px;
}
.para-17{
    margin-bottom: 30px;
}
.img-8{
    width: 50%;
    border: 1px solid #ddd;
    border-radius: 5px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.contact-div-1{
    width: 50%;
    box-sizing: border-box;
    border: solid 1px #d5d5dd;
    padding: 50px;
    color: #000;
    border-radius: 15px;
    text-align: start;
    font-size: 18px;
}
.input-1{
    padding: 15px;
    color: #000;
    width: 50%;
    box-sizing: border-box;
    border: 1px solid #d5d5dd;
    border-radius: 5px;
    margin: 10px 0px;
    box-shadow: 0px 2px 4px rgba(0, 0, 0, .1), 0px 8px 16px rgba(0, 0, 0, .1);
}
.textarea-1{
    width: 100%;
    height: 200px;
    padding: 15px;
    box-sizing: border-box;
    border: 1px solid #d5d5dd;
    border-radius: 5px;
    margin: 10px 0px;
}
.input-2{
    padding: 15px;
    color: #fff;
    background-color: #2A2A2A;
    width: 100%;
    box-sizing: border-box;
    font-size: 18px;
    margin-top: 20px;
    border: 1px solid #d5d5dd;
    border-radius: 5px;
}
@media only screen and (max-width: 992px) {
  
 .blog-2{
    display: flex;
    justify-content: center;
    gap: 50px;
    flex-direction: column;
} 
.img-6, .blog-item-1{
    width: 100%;
}
}