@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap');

:root{
    --firstYellow:#FB6603;
    --mainFont:'Montserrat', sans-serif;
    --black:#000000;
}

#header-navbar.navbar {
    height: 80px;
    padding: 0px 30px;
    background-color: var(--white);
    position: relative;
    z-index: 2;
/*    position: fixed;*/
    width: 100%;
    background: white;
    box-shadow: 0px 13px 30px -12px rgba(0, 0, 0, 0.25);
    display: block;
}
.container-max {
    max-width: initial;
    margin: 0 auto;
    height: 100%;
}
#header-navbar.navbar .gf-nav-header {
    display: inline;
}
#header-navbar .gf-nav__container .dropdown .dropBtn i {
    margin-left: 15px;
}
/*#header-navbar .gf-nav-logo {
    height: 32px;
    max-width: 140px;
}*/
#header-navbar.navbar .gf-nav-header .gf-nav-logo {
    display: inline-block;
    margin-top: 15px;
}
#header-navbar .gf-nav-logo img {
    width: 100%;
}
#header-navbar.navbar #gf-nav-check, #header-navbar.navbar .gf-nav-btn {
    display: none;
}
#header-navbar.navbar .gf-nav-links {
    display: inline;
    float: right;
    font-size: 18px;
    margin-top: 10px;
}
#header-navbar .gf-nav__container {
/*    margin-top: 20px;*/
    display: flex;
    align-content: center;
    align-items: center;
}
#header-navbar .drop-content a {
    padding: 12px 10px;
    border-bottom: 1px solid rgb(197, 197, 250);
    display: block;
    transition: all 0.5s ease !important;
}
#header-navbar.navbar .gf-nav-links a {
    padding: 10px 12px;
    text-decoration: none;
    font-weight: 300;
    color: #000;
    vertical-align: bottom;
/*    font-family:var(--mainFont);*/
    font-size: 18px;
}
#header-navbar.navbar .gf-nav-links a:hover {
    background-color: rgba(0, 0, 0, 0.3);
    color: var(--firstYellow);
}
#header-navbar.navbar .gf-nav-links .loginBtn {
    display: inline-block;
    padding: 5px 15px;
    margin-left: 20px;
    font-size: 20px;
    color: #FFFFFF;
    background: var(--firstYellow);
    border: none;
    outline: none;
    cursor: pointer;
    box-shadow: none;
    border-radius: 0;
    text-shadow: none;
    font-family: inherit;
    line-height: initial;
    letter-spacing: inherit;
    font-weight: 400;
}
.gf-nav__search {
    background-image: url("/static/gradfirst-theme-v3/images/icons/search.b2ddc5d3a6cf.svg");
    display: inline-block;
    width: 30px;
    height: 26px;
    opacity: 1;
}
#header-navbar .gf-nav__container .dropdown{float: none;overflow: inherit;    padding: 18px 12px;}
#header-navbar .drop-content, #header-navbar .drop-content2 {
    display: none;
    position: absolute;
    background-color: var(--firstYellow);
    min-width: 200px;
    font-size: 16px;
    top: 48px;
    z-index: 1;
    box-shadow: 0px 10px 25px rgba(0, 0, 0, 0.4);
}
#header-navbar .dropdown:hover .drop-content, #header-navbar .dropdown2:hover .drop-content2 {
    display: block;
}
.footer_container {
    background-color: #000;
    border: 1px solid #707070;
    padding: 0 !important;
    font-family:var(--mainFont) !important;
}
.basic_padding {
    padding: 19px 30px;
}
.footer_grid {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 20px;
}
.mt-50 {
    margin-top: 50px;
}
.text_orange {
    color: #FB6603;
}
.footer_grid ul {
    margin-top: 30px;
    max-width: 300px;
    padding: 0;
}
.footer_grid ul li {
    list-style-type: none;
    color: #fff;
}
.footer_grid ul li a {
    color: #fff !important;
    text-decoration: none;
    margin-bottom: 5px;
    display: inline-block;
    font-family:var(--mainFont) !important;
}
.footer_grid ul li a:hover{
    color: var(--firstYellow) !important;
    text-decoration: none;
}
.footer_sub {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.mb-10 {
    margin-bottom: 10px;
}
.footer_container .input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}
.footer_container .form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    box-shadow: inset 0 1px 1px rgb(0 0 0 / 8%);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}
.footer_container .input-group .form-control, .footer_container .input-group-addon, .input-group-btn {
    display: table-cell;
}
.footer_container .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
    border-radius: 0;
    font-style: normal;
    font-size: 14px !important;
    font-family:var(--mainFont) !important;
}
.footer_container .input-group-btn {
    position: relative;
    font-size: 0;
    white-space: nowrap;
    width: 1%;
    vertical-align: middle;
}
.footer_container .btn-primary {
    color: #fff;
    background: var(--firstYellow);
    border-color: var(--firstYellow);
}
.footer_container .btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 0;
    box-shadow: none;
    text-shadow: none;
    font-family:var(--mainFont) !important;
    letter-spacing: inherit;
}
.copyright p{
    font-family:var(--mainFont) !important;
}
.footer_container  .input-group-btn>.btn {
    position: relative;
}
.footer_container  .input-group-btn:last-child>.btn, .footer_container .input-group-btn:last-child>.btn-group {
    z-index: 2;
    margin-left: -1px;
}
.icons_container {
    display: flex;
    flex-wrap: wrap;
    gap: 5px;
    justify-content: flex-end;
}
.text_dark_grey {
    color: #535050;
}
.footer_container h2{
    font-family:var(--mainFont) !important;
    display: block;
    font-size: 1.5em;
    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    font-weight: bold;
        padding: 0;
    margin: 0;
}
.header-search-form{display: inline-block;}
.header-search-form .search{border: 1px solid #ccc;background: #333;padding: 11px;border-radius: 6px;width: 60vw;max-width: 550px;box-shadow: none; color: #fff;font-family: 'Montserrat', sans-serif;font-size: 16px;vertical-align: top;-webkit-font-smoothing: antialiased;height: 35px;box-sizing: border-box;}
.header-search-form button{appearance: auto;-webkit-writing-mode: horizontal-tb !important;text-rendering: auto;color: -internal-light-dark(black, white);letter-spacing: normal;word-spacing: normal;line-height: normal;text-transform: none;text-indent: 0px;text-shadow: none;display: inline-block;text-align: center;align-items: flex-start;cursor: default;box-sizing: border-box;background-color: -internal-light-dark(rgb(239, 239, 239), rgb(59, 59, 59));margin: 0em;padding: 0;border-width: 0;border-style: outset;vertical-align: top;-webkit-font-smoothing: antialiased;}
.header-search-form button .fa-search{margin-top: 8px;font-size: 16px;color: #fff;}

.footer-style-1 {
    background-image: url("/static/gradfirst-theme-v3/images/bg/footer-bg-pettern.8d6cda509fc4.png");
    background-repeat: repeat;
    background-position: center top;
    background-size: auto;
    background-attachment: scroll;
    color: rgba(255, 255, 255, .9);
}
.footer-style-1 .container{
    padding: 0;
    margin: 0;
        --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    width: 100%;
    padding-right: calc(var(--bs-gutter-x)* .5);
    padding-left: calc(var(--bs-gutter-x)* .5);
    margin-right: auto;
    margin-left: auto;
}
.footer-style-1 .row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
    background: inherit;
    border: none;
    width: auto;
    box-shadow: none;
}
.footer-style-1 .row>*{
    padding-left: 0;
    padding-right: 0;
}
.footer-style-1-top {
    align-items: center;
    border-bottom: 1px solid #2f383e !important;
    padding-top: 80px;
    padding-bottom: 30px;
    justify-content: space-between;
}
.align-items-center {
    align-items: center !important;
}
.g-0, .gy-0 {
    --bs-gutter-y: 0;
}

.footer-style-1 .logo {
    max-width: 100%;
    height: auto;
    padding: 0px 10px 20px 0px;
}
.footer-style-1-top .pbmit-footer-newslatter {
    display: flex;
    align-items: center;
    justify-content: space-between;
    align-items: center;
}
.footer-style-1-top .pbmit-newslatter-title {
    font-size: 24px;
    line-height: 34px;
    margin-bottom: 0;
    margin-right: 10px;
    font-weight: 400;
    color: #fff;
        letter-spacing: 0px;
    font-family: 'Montserrat', sans-serif !important;
}
.footer-style-1-top .pbmit-footer-mailchip {
    position: relative;
}
.footer-style-1-top input[type="email"] {
    font-size: 15px !important;
    width: 400px;
    height: 50px;
    background-color: transparent;
    border: 1px solid #2f383e;
    border-radius: 50px;
    padding: 10px 173px 10px 30px;
    line-height: normal;
    box-shadow: none;
    font-family: 'Montserrat', sans-serif !important;
    color: #fff;
}
.footer-style-1-top button[type=submit] {
    font-family: 'Outfit', sans-serif, sans-serif;
    position: absolute;
    border-radius: 50px;
    height: 40px;
    font-size: 16px;
    font-weight: 400;
    text-transform: capitalize;
    letter-spacing: 0;
    padding: 0 50px;
    background: #0aadeb;
    color: #fff;
    top: 5px;
    right: 5px;
    border: 0;
    box-shadow: none;
}
.align-items-center {
    align-items: center !important;
}
.footer-style-1-bottom {
    padding-top: 50px;
    padding-bottom: 80px;
}
.footer-style-1 .icons_container {
    margin: 0;
    padding: 0;
    list-style: none;
}
.footer-style-1 a{
    font-family: 'Montserrat', sans-serif !important;
}
.footer-style-1 a:hover, .footer-style-1 a:focus{
    text-decoration: none;
}
body .pbmit-bg-color-secondary {
    background-color: #0c121d;
}

@media (min-width: 768px) {
    .col-md-2 {
        flex: 0 0 auto;
        width: 16.66666667%;
    }
    .col-md-9 {
        flex: 0 0 auto;
        width: 75%;
    }
    .col-md-10 {
        flex: 0 0 auto;
        width: 83.33333333%;
    }
}

@media (min-width: 576px) {
    .footer-style-1 .container {
        max-width: 540px !important;
    }
}
@media (min-width: 768px) {
    .footer-style-1 .container {
        max-width: 720px !important;
    }
}
@media (min-width: 992px) {
    .footer-style-1 .container {
        max-width: 960px !important;
    }
}
@media (min-width: 1200px) {
    .footer-style-1 .container {
        max-width: 1140px !important;
    }
}
@media (min-width: 1400px) {
    .footer-style-1 .container {
        max-width: 1320px !important;
    }
}
@media (min-width: 1400px) {
    .footer-style-1 .container {
        max-width: 1200px !important;
    }
}

@media (max-width: 1120px){
    .header-search-form .search{max-width: 410px;}
}
@media (max-width: 960px){
    #header-navbar .gf-nav__container{
    display: block;
    }
    #header-navbar .header-search-form .search{
    max-width: 98%;
    background: #FB6603;
    }
    #header-navbar .header-search-form{
    display: block;
    }
    #header-navbar.navbar .gf-nav-btn {
        display: inline-block;
        position: absolute;
        top: 0px;
        right: 0px;
    }
    #header-navbar.navbar .gf-nav-btn label:hover,
    #header-navbar.navbar #gf-nav-check:checked ~ .gf-nav-btn label {
        background-color: var(--firstYellow);
        transition: all 0.5s ease;
    }
    #header-navbar.navbar .gf-nav-btn label {
        display: inline-block;
        width: 100px;
        height: 110px;
        padding: 25px;
    }
    #header-navbar.navbar .gf-nav-btn label span {
        display: block;
        height: 15px;
        width: 45px;
        border-top: 3px solid #eee;
        margin-top: 4px;
    }
    #header-navbar.navbar #gf-nav-check:not(:checked) ~ .gf-nav-links {
        height: 0px;
    }
    #header-navbar.navbar .gf-nav-links {
        position: absolute;
        display: block;
        text-align: center;
        width: 50%;
        background-color: var(--firstYellow);
        transition: all 0.3s ease-in;
        overflow-y: hidden;
        top: 100px;
        right: 0px;
    }
    #header-navbar.navbar #gf-nav-check:checked ~ .gf-nav-links {
        height: calc(100vh - 70px);
        overflow-y: auto;
    }
    #header-navbar.navbar .gf-nav-links a {
        display: block;
    }
}