.cont{
    background:linear-gradient(45deg, #0D2A0F 0%, #091B0A 100%);
    min-height: 200vh;
    width: 100%;
    position: relative;
    z-index: 9;
    color: #fff;
}
.cont::before{
    content: "";
    /* display: inline-block; */
    background: url(../img/contact/banner.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 200vh;
    z-index: -1;
    opacity: 10;
}
.cont-seca{min-height: 60vh;
    display: flex;
    justify-content: center;
    align-items: center;}
.cont .c-suba{padding-top: 150px;}
.cont .cont-sub1 h1{
    color: #FFCD4F;
    text-align: center;
    font-family: "Inria-b";
    font-size: 60px;
    text-transform: uppercase;
    opacity: 0.4;
}
.cont .cont-sub2 nav ol{
    display: flex;
    justify-content: center;
    align-items: center;   
}
.cont .cont-sub2 nav ol li a, .cont .cont-sub2 nav ol li{
    color: white;
    font-family: "Plus";
    text-decoration: none;
}

/* ------------------------------------------------seca end---------------------------------------------------------------- */

/* .cont-secb{
    padding: 50px 0px;
    padding-bottom: 0;
} */
/* .cont-secb .d-flex{
    padding: 50px 10px;
   
    
} */
.cont-secb{position: relative;padding: 50px 0px;}
.cont-secb::before {
    content: "";
    display: inline-block;
    background-image: url(../img/contact/ff.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: -9%;
    top: 0%;
    width: 236px;
    height: 193px;
    transform: scale(1.2);
    animation: sparkle 1.5s infinite ease-in-out;
}
/*.cont-secb .b-sub1{
    padding: 150px 10px;
    margin-top:190px;
}*/
.cont-secb .b-sub2{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.cont-secb .b-sub2 h1{font-weight: 550;
    font-family: "Mont-eb";
    text-transform: capitalize;
    letter-spacing: 1px;
    line-height: 55px;
    padding-right: 10px;
}
.cont-secb .b-sub2 form{
    background-color: #fff;
    padding: 40px 50px;
    border-radius: 20px;
    margin-top: 20px;
    position: relative;
}
.cont-secb .b-sub2 h6{
    color: #347937;
    font-family: "Plus-b";
    margin-bottom: 20px;
}

.cont-secb input {
    background-color: #EFEFEF;
    padding: 10px;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-right: 5px;
}
.cont-secb textarea{width: 100%;}

.cont-secb button {background-color: #0b230c;border: none;border-radius: 30px;
  text-transform: uppercase;font-family: "Plus-b";color: #efefef;padding: 10px 50px;
  font-weight: 600;letter-spacing: 1px;font-size: 15px;font-family: "Montserrat", sans-serif;
  transition: all 0.3s ease-in-out;
}

.cont-secb button:hover{background-color: #404909;}

.cont-secb .b-sub2 i{
    transform: rotate(-45deg);
    display: inline-block;
    color: #fff;
    background-color: #347937;
    border: 1px #347937;
    border-radius: 30px;
    padding: 5px;
    position: absolute;
    bottom: 10%;
    margin-left: 10px;
}
/* --------------------------------------------secb end-------------------------------------------------------------- */

.cont-secc{
    padding-bottom: 50px;
}
.cont-secc .container{
    padding: 0px 200px;
}

.cont-secc .secc-sub1{
    display: flex;
    padding: 32px 62px;
    background-color: #347937;
    position: relative;
    align-items: center;
    justify-content: center;
}
.cont-secc .secc-sub1::before{
    content: "";
    display: inline-block;
    background-image: url(../img/blog/l.png);
    background-repeat: no-repeat;
    width: 100px;
    height: 100px;
    position: absolute;
    left: 2%;
    bottom: -25%;

}
.cont-secc .secc-sub1 .box{
    display: flex;
    width: 100%;
}
.cont-secc .secc-sub1 h5{
    font-family: "Plus";
    font-size: 22px;
}
.cont-secc .secc-sub1 div:first-of-type{
    margin-right: 80px;
    margin-left: 30px;
}
.cont-secc .secc-sub1 .set{
    width: 100%;
}
.cont-secc .secc-sub1 .set input{
    width: 100%;
    border-radius: 30px;
    border: 1px solid #fff;
    position: relative;
}

.cont-secc .secc-sub1 .set input::placeholder{
    padding: 5px 5px;
    font-family: "Plus";
    font-size: 12px;
}
.cont-secc .secc-sub1 .set form i{
    position: absolute;
    left: 78%;
    top: 55%;
    background-color:  #347937;
    font-size: 10px;
    padding: 6px;
    border-radius: 50%;
    color: #fff;
}
.cont-secc .secc-sub1::after{
    content: "";
    display: inline-block;
    background-image: url(../img/blog/v1.png);
    background-repeat: no-repeat;
    width: 167px;
    height: 128px;
    position: absolute;
    right: 3%;

}
.cont{position: relative;overflow: hidden;}
.cont::after{
    content: "";
    display: inline-block;
    background-image: url(../img/contact/lf.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    right: -2%;
    bottom: -3%;
    width: 236px;
    height: 193px;
    transform: scale(1.2);
    animation: sparkle 1.5s infinite ease-in-out;
}


/* ------------------------------------Responsive------------------------------------------------------------- */

/* 125 */
@media (min-width: 1045px) and (max-width: 1100px){
    .hdr .head-nav .nav-link{
        margin: 0px 1px;
        font-size: 10px;
    }
    .cont-secc .secc-sub1 .set form i{
        left: 76%;
        top: 54%;
    }
    .cont-secc .secc-sub1::after{
        height: 99px;
    }
    .cont-secc .secc-sub1{
        padding: 22px 55px;
    }
    .cont::after {
        right: -8%;
    }
    .cont-secb input, .cont-secb textarea{
        width: 100%;
    }
    .cont-secc .secc-sub1 h5{
        font-size: 18px;
    }
    .cont-secc .secc-sub1 div:first-of-type{
        margin-right: 56px;
    }

}

/* 110 */
@media (min-width: 1101px) and (max-width: 1299px){
    .cont-secc .secc-sub1::before{
        left: -10%;
    }
}

/* 80&90 */
@media (min-width: 1400px) and (max-width: 1800px){
    .cont-secc .secc-sub1 .set input{
        width: 60%;
    }
    .cont-secc .secc-sub1 .set form i{
        left: 59%;
        top: 55%;
    }
     .cont-secb::before{
        left: -8%;
    }
    .cont::after{
        right: -5%;
    }
    .cont-secb textarea{
        width: 95%;
    }
}

/* 65&79 */
@media (min-width: 1801px) and (max-width: 2200px){
     .cont-secc .secc-sub1 .set input{
        width: 60%;
    }
    .cont-secc .secc-sub1 .set form i{
        left: 59%;
        top: 55%;
    }
    header.container {
        left: 15%;
    }   
    .cont .c-suba {
        padding-top: 250px;
    }
    .cont-secb::before{
        left: -6%;
    }
    .cont::after{
        right: -5%;
    }
     .cont-secb textarea{
        width: 95%;
    }
}

/* large tab */
@media (min-width: 992px) and (max-width: 1044px){
    .hdr .head-nav .nav-link{
        margin: 0px 1px;
        font-size: 10px;
    }
    .cont-secc .secc-sub1 .set form i{
        left: 71%;
        top: 51%;      
    }
      .cont-secb::before{
        left: -12%;
    }
    .cont::after{
        right: -9%;
    }
     .cont-secb input, .cont-secb textarea{
        width: 100%;
    }
    .cont .c-suba{
        padding-top: 115px;
    }
    .cont-secc .secc-sub1 h5{
        font-size: 14px;
    }
    .cont-secc .secc-sub1::after{
        height: 110px;
    }
    
}

/* tab */
@media (min-width: 768px) and (max-width: 991px){
    .hdr .head{
        padding: 10px 30px;
    }
    nav.navbar.navbar-expand-lg{
        width: 100%;
    }
    .navbar>.container-fluid{
        justify-content: flex-end !important;
    }
    .cont-secb .d-flex{
        flex-direction: column;
    }
    .cont-secb .b-sub1{
        padding: 0px;
        margin-top: 0px;
        text-align: center;
    }
    .cont-secb .b-sub1 img{
        display: block;
        margin: auto;
    }
    .cont-secb .b-sub2{
        margin-bottom: 30px;
    }
    .cont-secc .container{
        padding: 0px 50px;
    }
    .cont-secc .secc-sub1 .set form i{
        left: 73%;
        top: 54%;
    }
     .cont-secb input{
        width: 46%;
    }
    .cont-secb::before{
        transform: scale(1);
        left: -15%;
        top: -3%;
    }
    .cont::after{
        right:-13%;
        transform: scale(1);
    }
    .cont .c-suba{
        padding-top: 70px;
    }
    .cont-secb{
        padding-bottom: 50px;
    }
    .cont-secc .secc-sub1 h5{
        font-size: 18px;
    }
    .cont-secc .secc-sub1::after {
        height: 120px;
    }
    .cont::before{margin-top:90px;}
    #disclaimer{width:auto;}
   
}
/* tab */
@media (min-width: 935px) and (max-width: 991px){
     .cont-secb::before{
        transform: scale(1);
        left: -11%;
        top: -5%;
    }
    .cont::after{
        right:-11%;
        transform: scale(1);
    }
}

@media (min-width: 100px) and (max-width: 767px){
    .cont .c-suba{
        padding-top: 50px;
    }
    .hdr .head{
        padding: 10px 10px;
    }
    .cont-secb .d-flex{
        flex-direction: column;
    }
    .cont-secb .b-sub1{
        padding: 0px;
        margin-top: 0px;
        text-align: center;
    }
    .cont-secc .container{
        padding: 0px 50px;
    }
    .cont-secc .secc-sub1{
        padding: 20px 0px;

    }
    .cont-secc .secc-sub1 .set form i{
        left: 80%;
        top: 52%;

    }
    .cont-secc .secc-sub1::before{
        width: 63px;
        height: 62px;
        bottom: 0%;
    }
    .cont-secb .b-sub2{
        margin-bottom: 50px;
    }
     .cont-secb input, .cont-secb textarea{
        width: 100%;
    }
    .cont .cont-sub1 h1{
        font-size: 46px;
    }
    .hdr .head-logo{
        justify-content: flex-start;
    }
    .cont-secc .secc-sub1 h5{
        font-size: 14px;
    }
    .cont-secc .secc-sub1 div:first-of-type{
        margin-right: 60px;
        margin-left: 50px;
    }
    .cont-secc .secc-sub1::after{
        width: 95px;
        height: 91px;
    }
    .cont-secb{padding:0px;}
    .cont::before{margin-top:90px;}
    .cont-seca{
        min-height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 90px;
    }
}

@media (min-width: 600px) and (max-width: 767px){
    .cont-secb::before{
        left: -18%;
        top: 0%;
        transform: none;
    }
    .cont::after{
        transform: none;
        right: -16%;
    }
}
@media (min-width: 100px) and (max-width: 599px){
    .cont-secb::before{
        display: none;
    }
    .cont::after{
       display: none;
    }
}
@media (max-width:499px){
    
    .cont .cont-sub1 h1 {
        font-size: 35px;
    }
    .cont .c-suba {
        padding-top: 10px;
    }
    .cont::before{margin-top:90px;}
    .cont-seca{
        min-height: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        padding-top: 90px;
    }
    .cont-secc .secc-sub1 h5 {
        font-size: 14px;
    }
    .cont-secc .secc-sub1 div:first-of-type{
        margin:0px;
    }
    .cont-secc .secc-sub1::after{
        width: 94px;
        height: 110px;
    }
    .cont-secc .secc-sub1::before{
        display: none;
    }
    .cont-secc .secc-sub1 div:first-of-type img{
        padding: 10px;
    }
    .cont-secc .secc-sub1 .set form i {
        left: 88%;
        top: 45%;
    }
    .cont-secb .b-sub2 h1{
        padding-right: 0px;
    }
}


.form-control, .form-select {
    width: 100%;
    box-shadow: none;
    outline: 0;
    background: #fff;
    border: 1px solid var(--divider-color);
    font-family: var(--default-font);
    font-size: 14px;
    color: #000;
    padding: 14px 20px;
}
.form-note {color: #333;
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
}
.dis {color: #333;
    font-size: 14px;
    line-height: 22px;
    padding-left: 10px;
}
label {
    display: inline-block;
}

.mtb-5 {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
}


.form-select {
    --bs-form-select-bg-img: url(data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e);
    display: block;
    width: 100%;
    padding: 9px 10px !important;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #efefef !important;
    background-image: var(--bs-form-select-bg-img), var(--bs-form-select-bg-icon, none);
    background-repeat: no-repeat;
    background-position: right .75rem center;
    background-size: 16px 12px;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}


.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #666 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #efefef !important;
    background-clip: padding-box;
    border: var(--bs-border-width) solid var(--bs-border-color);
    border-radius: var(--bs-border-radius);
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.ifrc{margin-top: 80px;border-radius: 20px;}



