@import url('https://fonts.googleapis.com/css2?family=Lato:wght@700&display=swap');


body{
    background-color: #1a1a1a;
    font-family: 'Lato', sans-serif;
    font-size: 1.2rem;
    overflow-x: hidden !important;
}

li.nav-item:before {
    background-color: #ffb200;
    content: ' ';
    width: 10px;
    height: 10px;
    float: left;
    position: absolute;
    margin-top: 16px;
    margin-left: -20px;
    border-radius: 50px;
}


.boxshadow{
    background-color: #1a1a1a !important; box-shadow: 0 0px 8px 0px #67676796, 0 6px 8px 0px #000;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
}

.boxround{
    background-color: #ffb200;
    color: #fff;
        display: flex;
    flex-wrap: wrap;
    height: 100px;
}

.boxround h2{
    width: 100%;
    text-shadow: 1px 0 2px black;
    font-weight: 800;
    font-size: 40px;
}

.boxround h2:first-child{
    border-bottom: 2px solid #000;
}

.boxroundweb h2{
    width: 100%;
    text-shadow: 1px 0 2px black;
    font-weight: 800;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 40px;
}


.whatmainnweb {
    background-repeat: no-repeat, no-repeat;
    background-image: url("../images/web.png"), url("../images/web.png");
    background-position: 5%, 95%;
    background-size: 7%,7%;
}

.boxroundweb {
    background-color: #ffb200;
    color: #fff;
        display: flex;
    flex-wrap: wrap;
    height: 60px; 
}


.whatmainn{
    background-repeat: no-repeat, no-repeat;
    background-image: url("../images/whats.png"), url("../images/whats.png");
    background-position: 5%, 95%;
    background-size: 7%,7%;
}
.new_id
{
    text-align:center;
    margin:40px 0px;
}
.new_id h3
{
    font-size:40px;
    font-weight:bolder;
    color:#fff;
    margin:30px 0px;
}
.new_id span
{
    
    color:#ffb200;
}
.new_id a {
    display: inline-block;
    border: 3px solid #ffb200;
    color: #fff;
    padding: 10px 30px;
    font-size: 24px;
    text-decoration: none;
    margin: 0px 20px;
}

.instamain{
    display: flex;

}

.instabox{
    display: flex;
    flex-wrap: wrap;
}

.instamain .instabox a {
    text-decoration: underline;
    border-radius: 10px;
    flex: 21%;
    margin: 10px;
    float: left;
    background-color: #1a1a1a !important;
    box-shadow: 0 0px 8px 0px #67676796, 0 6px 8px 0px #000;
    overflow: hidden;
    display: flex;
}

.instabox a img{
    width: 100%;
}




span{
    color: #ffb200;
}

.socilemedi li{
    margin: 0 18px;
    padding: 5px 10px  10px 10px;
    border-radius: 50px;
    background-color: #1a1a1a !important; box-shadow: 0 0px 8px 0px #67676796, 0 6px 8px 0px #000;
}

.socilemedi {
    padding: 10px;
}



.footertop{
    padding: 10px;
    margin: 20px auto;
    border-radius: 15px;
    position: relative;
    
}
.contit a
{
    text-decoration:none;
    color:#fff;
}

img.socilemd {
    padding: 5px;
}


.asdfhj::before {
    width: 80px;
    height: -webkit-fill-available;
    content: ' ';
    position: absolute;
    left: -22px;
    background: #1a1a1a;
    z-index: -1;
    top: 0;
    margin: 20px 0;
    background-color: #1a1a1a !important; box-shadow: 0 0px 8px 0px #67676796, 0 6px 8px 0px #000;
    border-radius: 15px;
}


.asdfhj::after {
    width: 80px;
    height: -webkit-fill-available;
    content: ' ';
    position: absolute;
    right: -22px;
    background: #1a1a1a;
    z-index: -1;
    top: 0;
    margin: 20px 0;
    background-color: #1a1a1a !important; box-shadow: 0 0px 8px 0px #67676796, 0 6px 8px 0px #000;
    border-radius: 15px;
}


.contit{
    background-repeat: no-repeat, no-repeat;
    background-image: url("../images/title-arrow1.png"), url("../images/title-arrow2.png");
    background-position: 5%, 95%;
    background-size: contain;
    width: 60%;
    margin: auto;
}


img.imgic {
    object-fit: cover;
    height: 170px;
}


.contacuser{
    color: #808080;
    font-weight: 900;
}

.titleheadi::before {
    content: ' ';
    background-image: url(/images/downarrow.png);
    width: 99px;
    height: 10px;
    position: absolute;
    background-size: contain;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 40px;
}

.nav-item .nav-link span {
    display: block;
    text-align: center;
}


@media only screen and (max-width: 767px) {
    html, body {
  max-width: 100%;
  overflow-x: hidden;
}
    .boxround {
        height: 70px;
    }

    .instabox{
        width: 100%;
        float: left;
    }

    li.nav-item:before {
        margin-left: 0px;
    }
    li.nav-item .nav-link{
        padding-left: 50px;
    }

    .instamain .instabox a {
        width: 48%;
    }

    .contit{
        width: 100%;
    }
.new_id h3 {
    font-size: 30px;
}
.new_id a {
    display: inline-block;
    border: 3px solid #ffb200;
    color: #fff;
    padding: 10px 12px;
    font-size: 15px;
    text-decoration: none;
    margin: 0px 3px;
}
    .boxround h2, .boxroundweb h2{
        font-size: 19px;
    }

    .socilemedi li {
        margin: 5px;
    }

.contit {
    
    font-size: 20px;
}
  }



  /***********    *************/

 