.body{
    font-family: "Poppins", Sans-serif;
}

h2 , p , li , span , input{
    font-family: "Poppins", Sans-serif !important;
}


#banner-section{
    background: linear-gradient(90deg, #00AEEF 0%, #fff 108%, #fff 100%) !important;
    padding-top: 79px;
    border-top: 1px solid #2B2A78 ;
    background-image: url("../cut-phot.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    height: 720px;
}

#request-section{
    /* background: linear-gradient(180deg, #1f2e30, #161f21, #000) !important; */
        background: #00AEEF;
        padding: 50px 0 50px 0 !important;
        display: flex;
}

.banner-heading h2{
    font-size: 50px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
}

.banner-para{
    font-size: 18px;
    font-weight: 600 !important;
}

.left-banner-section{
    padding-left: 50px !important;
}


#site-header{
    /* background-color: #1F2E30; */
    background: linear-gradient(90deg, #00AEEF 0%, #fff 108%, #fff 100%) ;
    padding: 35px;
}

#menu-main a{
    color: #111;
    font-size: 18px;
    font-weight: 500;
}


#shape-cut{
    width: 95%;
    position: absolute;
    bottom: 0;
    transform: rotate(180deg);
}


.cstm-input{
    width: 96%;
}

.cstm-input input{
    padding: 18px !important;
    border: 1px solid white !important;
}

.cstm-btn{
    background-color: white !important;
    padding-top: 12px !important;
    padding-bottom: 4px !important;
    border-radius: 0px 31px 31px 0px !important;
    left: -5px !important;
    top: -3px !important;
    padding-bottom: 30px !important;
    width: 90px !important;
    height: 61px !important;
    /* background-image: url(../assets/images/btn.png); */
    padding: 25.7px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-color: unset !important;
    border:  1px solid white !important;
}



#cstm-image img{
    width: 550px;
    height: 550px;
}

#hero-section{
    padding: 100px 0;
}

#left-hero-section h2{
    color: #0E0E0E;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.2em;
}

#left-hero-para p{
    color: #303030;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.8em;
}


#shortcode-btn{
    background-color: black;
}

#right-hero-section video{
    height: 550px;
}

#left-hero-section{
        padding: 50px;
    margin-top: 100px;
}


#request-heading h2{
    color: white;
    font-family: "Poppins", Sans-serif;
    font-size: 42px;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 60px;
}

#request-btn{
    display: flex;
    margin: auto;
    justify-content: center;
}

#request-heading{
    margin: auto;
}

#request-btn a ,
.news-btn a{
    font-size: 18px;
    font-weight: 500 !important;
    /* background-color: #39A39E !important; */
        background-color: #2B2A78 !important;
    border-radius: 3px 3px 3px 3px;
    
}

/* .custom-form button:hover
#request-btn a:hover ,
.news-btn a:hover{
        background-color: #fff !important;
        color: #2B2A78 !important;
        border: 1px solid #2B2A78;
   
} */



.news-section h2{
    color: #111111 !important;
    font-family: "Poppins", Sans-serif !important;
    font-size: 43px;
    font-weight: 700 !important;
    text-transform: uppercase;
    margin: auto;
}

.news-form{
    margin-top: 20px;
    padding: 0 290px 0 290px;
}

.sngmbh_input-group.cstm-input input:focus-visible {
    outline: 0;
}

.news-heading{
    text-align: center;
}

.news-section{
     /* background-color: #1F2E30; */
     /* padding: 30px 0 30px 0; */
    background: #fff;
    padding-top: 100px;
    padding-bottom: 100px;
}

.news-btn{
    margin: auto;
}

.cstm-footer{
    background-color: #e5e5e5  !important;
    text-align: center !important;
}

.footer{
    color: #111111 !important;
    margin: 0;
}

.footer p{
    margin: 0;
}

.site-footer{
    padding-block-end: 0rem !important;
    padding-block-start: 0rem !important;
    display: none;
}

.news-form input{
    padding: 0.7rem 1rem !important;
    width: 100%;
}

.news-input{
    margin-left: 35px;
    width: 56%;
    margin: auto;
}



.site-logo img{
    width: 156px;
}


/* Container */
.custom-form {
  max-width: 900px;
  margin: auto;
  font-family: inherit;
  padding-top: 56px;
  padding-left: 100px;
  padding-right: 100px;
  padding-bottom: 40px;
}

.contact-btn button{
 width: 100%;
}

/* Grid for first row */
.custom-form .row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

/* Inputs & textarea */
.custom-form input,
.custom-form textarea {
  width: 100%;
  padding: 14px 16px;
  border: 1px solid #000;
  border-radius: 3px;
  font-size: 16px;
  outline: none;
  box-sizing: border-box;
}

/* Placeholder style */
.custom-form input::placeholder,
.custom-form textarea::placeholder {
  color: #777;
}

/* Spacing */
.custom-form .field {
  margin-bottom: 20px;
}

/* Textarea */
.custom-form textarea {
  min-height: 140px;
  resize: vertical;
}

/* Button */
.custom-form button {
  padding: 14px 40px;
  background-color: #2B2A78 !important ;
  color: #fff;
  border: none;
  font-size: 16px;
  cursor: pointer;
}

.custom-form button:hover{
    background-color: #2B2A78 !important;
}




.sngmbh_input-group.cstm-input{
    position: relative;
}

.sngmbh_input-group.cstm-input input{
    border-radius: 31px !important;
}

.sngmbh_input-group-append{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

/* Mobile responsive */
@media (max-width: 768px) {
  .custom-form .row {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 767px){
    .news-form {
        padding: 0px;
    }
    #request-section{
        flex-direction: column;
    }
    #request-heading h2{
        text-align: center;
    }
    #left-hero-section{
        margin-top: 0;
    }
    #banner-section{
        padding-top: 47px;
        display: flex;
    flex-direction: column-reverse;
    height: 880px;
    }
    .news-form input{
        width: 91%;
    }

    .banner-heading h2{
         font-size: 28px;
         line-height: normal;
    }

    .banner-para p{
        font-size: 16px;
    }

    #hero-section{
    display: flex;
    flex-direction: column-reverse;
    }

    #left-hero-section h2{
        font-size: 28px;
        text-align: center;
    }

    .custom-form{
        padding-left: 0;
        padding-right: 0;
    }
    .site-navigation-toggle-icon{
        color: #2B2A78  !important;
    }

    .site-navigation-dropdown ul.menu li.current-menu-item a {
    background: #2B2A78 !important;
        color: #fff !important;
        font-size: 14px !important;
        font-weight: 500 !important;
    }

    #news-input{
        margin: auto !important;
        width: 80% !important;
    }

}


/* Serial Code Loader */
.sngmbh-loader {
  width: 32px;
  height: 32px;
  border: 4px solid #e5e5e5;
  border-top: 4px solid #2a7fff;
  border-radius: 50%;
  animation: sngmbh-spin 1s linear infinite;
  margin: 10px auto;
  display: none;
}

@keyframes sngmbh-spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}
