

@font-face {
    font-family: 'Code Next';
    src: url('../fonts/codenext-book-webfont.woff2') format('woff2'),
         url('../fonts/codenext-book-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}
@font-face {
    font-family: 'Code Next';
    src: url('../fonts/codenext-bold-webfont.woff2') format('woff2'),
         url('../fonts/codenext-bold-webfont.woff') format('woff');
    font-weight: bold;
    font-style: normal;

}
@font-face {
    font-family: 'Code Next';
    src: url('../fonts/codenext-black-webfont.woff2') format('woff2'),
         url('../fonts/codenext-black-webfont.woff') format('woff');
    font-weight: 800;
    font-style: normal;

}
body, p, a, input, select, button, span, li{
    font-family: 'Code Next';
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
h3,h4,p{
color: #1C407D;
}

/* sticky form code */
.stickyForm {
    position: fixed;
    top: 270px;
    width: 310px;
    right: -310px;
    text-align: center;
    padding: 17px;
    background: rgba(84, 84, 84, 0.81);
    border-radius: 11px 0px 0 11px;
    -webkit-transition: .35s ease-in-out;
    -o-transition: .35s ease-in-out;
    transition: .35s ease-in-out;
    z-index: 9999;
    font-family: Helvetica, sans-serif;
}

.stickyForm.active {
    right: 0px;
    background-color: white;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.stickyForm .btn {
    font-family: 'Code Next', sans-serif;
    background: #1C407D;
    padding: 10px 30px;
    position: absolute;
    top: 0px;
    bottom: 0px;
    margin: auto;
    left: -95px;
    color: #fff !important;
    height: 40px;
    border-radius: 7px 7px 0 0;
    font-size: 15px;
    cursor: pointer;
    transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    border: 0;
    perspective: 100px;
    outline: 0 !important;
}

input#phone {
    /* padding-left: 50px !important; */
}

/* 
body .stickyForm * {
    color: #fff;
} */

body .stickyForm label {
    width: 100% !important;
    color: red;
}

body .stickyForm input[type="text"],
body .stickyForm input[type="email"],
body .stickyForm textarea {
    width: 100% !important;
    border: 0;
    height: 45px;
    background: transparent;
    border-bottom: 1px solid grey;
    margin-bottom: 13px;
    /* border: 1px solid #D2CFBE; */
    /* border-radius: 50px; */
    outline: none;
    color: black;
    font-family: 'Code Next', sans-serif;
}

.stickyForm [type="submit"] {
    background: #545454d9;
    color: white;
    border: 0;
    padding: 10px 25px;
    border-radius: 2px;
    border: 1px solid #616161;
}

body .stickyForm ._checkbox {
    margin-bottom: 10px;
}

body .stickyForm ._checkbox .text {
    text-align: left;
    margin-bottom: 10px;
}

body .stickyForm ._checkbox label {
    width: 50% !important;
    float: left;
    padding-right: 5px;
}

body .stickyForm ._checkbox span {
    padding-left: 4px;
    font-size: 13px;
    float: left;
}

.stickyForm,
.stickyForm.active .btn {
    /* background: rgba(35, 35, 35, 0.77); */
    background-color:#1C407D;
    color: white !important;
    font-family: 'Code Next', sans-serif;

}

.stickyForm ::-webkit-input-placeholder {
    /* Chrome/Opera/Safari */
    letter-spacing: 0px;
    color: #ccc;
}

.stickyForm ::-moz-placeholder {
    /* Firefox 19+ */
    letter-spacing: 0px;
    color: #ccc;
}

.stickyForm ::-ms-input-placeholder {
    /* IE 10+ */
    letter-spacing: 0px;
    color: #ccc;
}

.stickyForm :-moz-placeholder {
    /* Firefox 18- */
    letter-spacing: 0px;
    color: #ccc;
}

body .stickyForm select {
    width: 100%;
    color: #fff;
    border: 0;
    background: transparent;
    border-bottom: 1px solid #fff;
    height: 40px;
}

body .stickyForm .btn-group {
    margin-top: 20px;
}

body .stickyForm .error {
    margin-bottom: 0 !important;
}

body .stickyForm label.error {
    padding: 7px 0;
}

body .stickyForm [type="submit"] {
    background: transparent !important;
    color: black;
    height: 40px !important;
    padding: 0px 30px !important;
    transition: all 0.6s ease;
    box-shadow: rgba(0, 0, 0, 0.35) 0px 4px 8px;
}

body .stickyForm [type="submit"]:hover {
    background: black !important;
    color: white;
    height: 40px !important;
    padding: 0px 30px !important;
    transition: all 0.6s ease;
}

body .stickyForm input::placeholder {
    color: black;
}

.btn-check:focus+.btn,
.btn:focus {
    outline: 0;
    box-shadow: none !important;
}
.stickyForm h4{
    color: #1C407D;
    padding: 20px 0;
}
/* .stickyForm h4:before{
    content: "";
    position: absolute;
    top: 20px;
    left: 30px;
    width: 50px;
    height: 50px;
    background-size: 50px;
    background-image: url(../images/title-pattern-2.png);
    background-repeat: no-repeat;
    z-index: 9;
}

.stickyForm h4:after{
    content: "";
    position: absolute;
    top: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-size: 50px;
    background-image: url(../images/title-pattern-1.png);
    background-repeat: no-repeat;
    z-index: 9;
    } */

/* end of sticky form code */

/* Body Styles */

form#banner_form {
    padding-top: 40px;
}
form#banner_form input {
    width: 100%;
    color: black;
    background: white;
    border: 1px solid #989898;
    font-family: 'Code Next', sans-serif;
    height: 60px;
    border-radius:10px;
}

input#banner_input_submit {
    transition: all 0.6s ease;
    border: 1px solid black !important;
    background-color: #1C407D;

}

input#banner_input_submit:hover {
    color: white;
    background: black;
    transition: all 0.6s ease;
}
.input_box{
    margin: 20px 0px;

}
.input_box .intl-tel-input .flag-container{
max-height: 60px !important;
}
.input_box label{
    display: block;
}
.submit_btn button{
    margin: 20px 0px;
    width: 70%;
    background-color: #1C407D;
    color: white;
    height: 50px;
    font-size: 20px;
    border-radius:10px;
border: none;
}
li.promise{
    line-height: 40px;
}
li.register{
font-weight: 600;
line-height: 40px;
}
li.phone_no{
border: 1px solid #1C407D;
border-radius: 5px;
padding:5px 10px;
}
.hero_banner_image {
    width: 100%;
    height: 100%;
}

.hero_banner_image img {
    width: 100%;
    height: 100%;
}
.about_content{
    width: 100%;
    height: 100%;
}
.about_content img{
    width: 100%;
    height: 100%;
}
.awards_image{
 text-align: center;
}
.header_section {
    position: relative;
}
.registration_form{
    position: relative;
    width: 75%;
    margin: auto;
}
.registration_form h1{
    color: #1C407D;
    margin-top: 30px;
    text-align: center;
    font-size: 26px;

}
.registration_form h1:before{
    content: "";
    position: absolute;
    top: -30px;
    left: 0px;
    width: 80px;
    height: 80px;
    background-size: 80px;
    background-image: url(../images/title-pattern-2.png);
    background-repeat: no-repeat;
    z-index: 9;
    
}
.registration_form h1:after{
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    width: 80px;
    height: 80px;
    background-size: 80px;
    background-image: url(../images/title-pattern-1.png);
    background-repeat: no-repeat;
    z-index: 9;
    }
.footer_image img{
    width: 100%;
    height: 100%;
}
#header_section{
    margin-top: 49px;
}
section#header_section header {
    position: absolute;
    top: 0;
    z-index: 999;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: space-around;
    padding:10px 30px;
}

.navbar-menu ul {
    display: flex;
    gap: 70px;
    padding: 0;
    margin: 0;
}

.navbar-menu ul li {
    list-style: none;
}

.navbar-menu ul li a {
    text-decoration: none;
    color:#1C407D;
    font-family: 'Code Next', sans-serif;
}
.banner_white_logo img {
    width: 200px;
}

header.fixed-header .navbar-menu ul li a {
    color:#1C407D;
}

section#header_section header.fixed-header {
    position: fixed !important;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff !important;
    z-index: 99999;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0
}


header .banner_colored_logo {
    display: block;
}

header .banner_colored_logo img {
    width: 200px;
    height: 100%
}
header.fixed-header .banner_colored_logo {
    display: block;
    visibility: visible;
    opacity: 1;
}

header.fixed-header .banner_colored_logo img {
    width: 200px;
    height: 100%
}
.registration_wrapper{
margin: 40px 0px;
}
.menu_btn.btn11 {
    visibility: hidden;
    opacity: 0;
    display: none;
}

.intl-tel-input .flag-container {
    max-height: 50px !important;
}

form#banner_form input[type="text"],
input[type="email"],
form#footer_form input[type="text"],
input[type="email"],
#sticky_form input[type="text"],
input[type="email"] {
    padding-left: 15px;
}

form#banner_form label,
form#footer_form label {
    color: red;
    font-family: 'Code Next', sans-serif;
    margin-top: 10px;
    font-size: 14px;
}

body #sticky_form input.phone {
    border: none;
    outline: none;
    padding-top: 5px;
}

#sticky_form input {
    height: 45px;
}

#sticky_form input[type="tel"] {
    width: 100% !important;
    border: 0 !important;
    height: 45px !important;
    background: transparent !important;
    border-bottom: 1px solid grey !important;
    margin-bottom: 13px !important;
}

.popup-form {
    background-color: #fff;
    width: 35%;
    margin: auto;
    padding: 30px;
    position: relative;
}
#popup_contact_form .registration {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.firstname_input,
.email_input,
.mobile_input {
    width: 100%;
    margin-bottom: 10px;
}

.firstname_input input,
.email_input input,
.mobile_input input {
    width: 100%;
    height: 50px;
    color: black;
    background: white;
    font-family: 'Code Next', sans-serif;
    margin-bottom: 10px; 
    border: 1px solid #989898;
    border-radius: 5px;
}
.email_input input{
    margin-top: 10px;

}
input#popup_input_submit {
width: 100%;
height: 50px;
    color: white;
    background-color: #1C407D;
    font-family: 'Code Next', sans-serif;
    transition: all 0.6s ease;
    border: 1px solid black !important;
    text-decoration: none;
    border-radius: 5px;
}

input#popup_input_submit:hover {
    color: white;
    background: black;
    transition: all 0.6s ease;
}

/* div#contact-popup-form h3 {
    text-align: center;
    margin-bottom: 25px;
    font-family: 'Code Next', sans-serif;
} */

.popup_submit_btn button{
    margin: 25px 0;

} 
.popup_form form{
margin: 30px 0;
}
.firstname_input input {
    padding-left: 15px;
    margin-top: 20px;
}

form#popup_contact_form label {
    color: red;
    margin-bottom: 10px;
    font-family: 'Code Next', sans-serif;
}
.popup_submit_btn{
    width: 100%;
}
.popup_form h1{
    color: #1c407d;
    text-align: center;
    font-size: 26px;
    position: relative;
    padding: 13px 10px;
}
.popup_form h1:before{
    content: "";
    position: absolute;
    top: -10px;
    left: 10px;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-image: url(../images/title-pattern-2.png);
    background-repeat: no-repeat;
    z-index: 9;
}
.popup_form h1:after{
    content: "";
    position: absolute;
    top: 0;
    right: 10px;
    width: 70px;
    height: 70px;
    background-size: contain;
    background-image: url(../images/title-pattern-1.png);
    background-repeat: no-repeat;
    z-index: 9;
}
#promise_mble
{
    display: none;
}
#footer{
    background-color: #1C407D;
    color: white;
        padding:0 12px ;
display: none;
}
#footer.fixed_footer{
    position: fixed !important;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    z-index: 9999;
}
.footer_list::before{
content: "";
width: 2px;
height: 30px;
background-color: white;
position: absolute;
top: 10px;
left: 750px;

}
#footer p,
#footer a{
        color: white;
        padding: 10px 0;
        display: inline;
}
#footer a:link{
text-decoration: none;
}
#footer a:active{
text-decoration: none;
}
#footer a:visited{
text-decoration: none;
}
#footer a:hover{
text-decoration: none;
}
.footer_list ul,
.footer_list li{
    display: flex;
justify-content: space-around;
}
.footer_list ul{
    padding-left: 0;
    margin-bottom: 0;
}
/* Body Styles */

@media only screen and (max-width: 1600px) {}

@media only screen and (max-width: 1440px) {}

@media only screen and (max-width: 1365px) {}

@media only screen and (max-width: 1200px) {}

@media only screen and (max-width: 1024px) {}

@media only screen and (max-width: 996px) {}

@media only screen and (max-width: 768px) {
.stickyForm {
display: none;    
}
   .footer_list::before{
top: 7px;
left: 200px;

   }
   #footer{
    display: block;
   }
    .navbar-menu {
        display: none;
    }
    li.phone_no{
        border: none;
    }
    /* .hero_banner_image img{
display: none;
    } */
    .popup_form h1:before{
        top: -10px;
        left: 21px;
        width: 50px;
        height: 50px;

    }
    .popup_form h1:after{
        top: 0;
        right: 21px;
        width: 50px;
        height: 50px;
        background-size: contain;
    
    }
    .awards_image{
        margin: 20px 0;
    }
    .input_box{
        width: 100%;
    }   
    .submit_btn button{
        width: 100%;
    }
    .registration_form h1{
        width: 100%;
        font-size:25px;
    }
    .popup_form h1{
        
        font-size:16px;
    }
    .registration_form h1:before{
left :20px;
top: -20px;
width: 50px;
height: 50px;
background-size: 50px;

    }
    .registration_form h1:after{
        top: 10px;
        right: 20px;
        width: 50px;
        height: 50px;
        background-size: 50px;
    }
    .awards_image{
        width: 100%;
    }
    
#promise_mble
{
    display: block;
    background-color: #f9f8f8fd;
    padding: 20px 0;

}
    .promise_content{text-align: justify;
        width: 60%;
    }
    .promise_content2{
        width: 60%; 
        margin-left: 150px;
    }
    .promise_content2{
        margin-top: 45px;
    }
    .promise_content p,  .promise_content2 p{
        text-align: left;
        color: black;
    }
    .promise_content img, .promise_content2 img{
        margin-bottom: 10px;
    }
    .promise_content h4, .promise_content2 h4{
        font-weight: bold;
    }
    .promise_wrapper{
        position: relative;
    }
    /* .promise_wrapper h4{
        font-weight: 700;
 }*/
    .promise_title h3{
        font-weight: 700;
        padding: 30px 49px;
        text-align: left;
        margin: 30px 0;
    }
    .promise_box{
        margin-bottom: 30px;
    }
    .promise_title h3:before{
        content: "";
        position: absolute;
        top: 0px;
        left: 20px;
        width: 80px;
        height: 80px;
        background-size: 80px;
        background-image: url(../images/title-pattern-2.png);
        background-repeat: no-repeat;
        z-index: 1;
    }
    
    .promise_title h3:after{
        content: "";
        position: absolute;
        top: 70px;
        right: 20px;
        width: 80px;
        height: 80px;
        background-size: 80px;
        background-image: url(../images/title-pattern-1.png);
        background-repeat: no-repeat;
        z-index: 1;
    }
    .promise_content:before{
        content: "";
        position: absolute;
        top: 240px;
        right: 0;
        width: 100%;
        height: 400px;
        background-size: contain;
        background-position: right;
        background-image: url(../images/Group\ 67.png);
        background-repeat: no-repeat;
        z-index: 1;
    }
    .promise_content2:before{
        content: "";
        position: absolute;
        bottom: 20px;
        left: 0;
        width: 100%;
        height: 400px;
        background-size: contain;
        background-position: left;
        background-image: url(../images/Group\ 68.png);
        background-repeat: no-repeat;
        z-index: 1;
    }
    form#banner_form{
        padding-top: 20px;
    }
    .footer_wrapper{
            position: fixed;
        }
    /* Hamburgur menu */
    .menu_btn.btn11 {
        visibility: visible;
        opacity: 1;
        display: block;
    }

    .menu_lists {
        display: block;
        position: absolute;
        top: 60px;
background-color: white;
        left: 0;
        width: 100%;
        z-index: 999;
    }
    .btn11 {
        position: relative;
        width: 30px;
        height: 40px;
        top: -10px;
        left: 0px;
        transition-duration: .5s;
        margin: auto;
        margin-right: 0;
    }

    .btn11 .icon-left {
        transition-duration: .5s;
        position: absolute;
        height: 4px;
        width: 15px;
        top: 30px;
        background-color: #212121
    }

    .btn11 .icon-left:before {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #212121;
        content: "";
        top: -10px
    }

    .btn11 .icon-left:after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #212121;
        content: "";
        top: 10px
    }

    .btn11 .icon-left:hover {
        cursor: pointer
    }

    .btn11 .icon-right {
        transition-duration: .5s;
        position: absolute;
        height: 4px;
        width: 15px;
        top: 30px;
        background-color: #212121;
        left: 15px
    }

    .btn11 .icon-right:before {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #212121;
        content: "";
        top: -10px
    }

    .btn11 .icon-right:after {
        transition-duration: .5s;
        position: absolute;
        width: 15px;
        height: 4px;
        background-color: #212121;
        content: "";
        top: 10px
    }

    .btn11.open .icon-left {
        transition-duration: .5s;
        background: 0 0
    }

    .btn11.open .icon-left:before {
        transform: rotateZ(45deg) scaleX(1.4) translate(2px, 2px)
    }

    .btn11.open .icon-left:after {
        transform: rotateZ(-45deg) scaleX(1.4) translate(2px, -2px)
    }

    .btn11.open .icon-right {
        transition-duration: .5s;
        background: 0 0
    }

    .btn11.open .icon-right:before {
        transform: rotateZ(-45deg) scaleX(1.4) translate(-2px, 2px)
    }

    .btn11.open .icon-right:after {
        transform: rotateZ(45deg) scaleX(1.4) translate(-2px, -2px)
    }

    .btn11:hover {
        cursor: pointer
    }
    ul.custom_class {
        padding: 0;
        display: flex;
        flex-direction: column;
        align-items: unset !important;
        padding: 15px 0;
        margin: 0;
    }

    .menu_lists li a {
        text-decoration: none;
        color: black;
        display: block;
        margin: 10px 0;
        padding-left: 35px;
        font-size: 16px;
        font-family: 'Code Next', sans-serif;
    }

    header.fixed-header .banner_colored_logo img {
        width: 150px;
        height: 100%;
    }

    section#header_section header.fixed-header {
        padding: 10px 25px;
    }
    form#banner_form input {
        margin-bottom: 0px !important;
    }

    form#banner_form label,
    form#footer_form label {
        margin-bottom: 10px;
    }

    section#project_overivew {
        padding: 45px 0;
    }

    .popup-form {
        width: 95%;
    }
    .hero_banner_image {

    }
    .about_content img{
    display: none;
    }
    #header_section{
        margin-top: 57px;
    }
    .registration_form{
        width: 100%;
    }
    .awards_image img{
        width: 170px;
        display: block;
        margin: auto;
    }
    

    /* Hamburgur menu */
}

@media only screen and (max-width: 479px) {}