.burger-icon {
    display: block !important;
}

@media(min-width:748px) {
    .burger-icon {
        display: none !important;
    }
}

.language-container {
    width: 100px;
    display: flex;
    justify-content: space-between;
}

.card-grid-style-2 p {
    color: black !important;
}

.card-grid-style-2 h3 {
    color: black !important;
}

.grid-2-img {
    display: flex;
    justify-content: center;
}

.section-wrap {
    margin-top: 30px;
}

.my-color {
    background-color: #18239e !important;
}

.btn.btn-square:hover {
    color: white !important
}

.text-heading-5 {
    color: black !important;
}

.bg-black {
    background-color: black;
}

.t-color-black {
    color: black !important;
}

.t-color-white {
    color: white !important;
}

.bg-marmoon {
    background-color: #e29478;
}

.flag-dropdown {
    position: relative;
    display: inline-block;
}
.flag-icon {
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    position: relative;
    display: inline-block;
    width: 3.333333em;
    line-height: 2em;
}

.flag-dropdown li {
    list-style-type: none;
}

.flag-dropdown {
    position: relative;
    display: inline-block;
}

.selected-flag {
    cursor: pointer;
}

.flag-options {
    display: none;
    position: absolute;
    top: 107%;
    left: -10px;
    background-color: #fff;
    border: 1px solid #ccc;
    z-index: 1;
}

.flag-options.show {
    display: block;
}

.flag-option {
    padding: 8px 12px;
    cursor: pointer;
}

.flag-option:hover {
    background-color: #f0f0f0;
}
.motto{
    display: none;
}
@media(max-width:600px){
    .d-none-mobile{
        display: none;
    }
    .flag-dropdown{
    display: none;
    }
    .motto {
      display: block;
      position: absolute;
      top: 16px;
      left: 33%;
      color:white;
    }
    .language-container{
        width:100%;
        margin-top: 20px;
    }
    .perfect-scroll {
        height: 100vh;
        width: 90%;
        position: relative;
    }
    .mt-180 {
        margin-top: 0px !important;
    }
    .icon-wave img{
        margin: 20px 0px;
    }
}

main{
    /* border-top: 1px solid white; */
}

.social-dots img{
  width:30px
}

.color-md-bg-1{
    background-color: #3d8cfb !important;
}
.color-md-bg-2{
    background-color: #2474ab  !important;
}
.color-md-bg-3{
    background-color: #872f95 !important;
}
.color-md-bg-4{
    background-color: #3cb6bd !important;
}
.color-md-bg-5{
    background-color: #26b178 !important;
}
.color-md-bg-6{
    background-color: #18239e !important;
}

.social-head img{
  width:30px;
  height: 30px;
}
.mobile-soc{
    border-top: 1px solid #fff;
    padding-top: 20px;
    margin-top: 20px;
    display:flex;
    justify-content: space-between;
}

.mobile-number{
    margin-top: 20px;
    padding-top:20px;
    border-top:1px solid #fff;
}
.mobile-number a{
    font-size: 1.3rem;
}
