@font-face {
    font-family: Gilroy-SemiBold;
    src: url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-SemiBold.eot');
    src: url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-SemiBold.woff') format("woff"),
    url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-SemiBold.ttf') format("truetype"),
    url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-SemiBold.otf') format("truetype"),
    url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-SemiBold.svg') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Bold;
    src: url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-Bold.eot');
    src: url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-Bold.woff') format("woff"),
    url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-Bold.ttf') format("truetype"),
    url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-Bold.otf') format("truetype"),
    url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-Bold.svg') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Medium;
    src: url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-Medium.eot');
    src: url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-Medium.woff') format("woff"),
    url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-Medium.ttf') format("truetype"),
    url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-Medium.otf') format("truetype"),
    url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-Medium.svg') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Regular;
    src: url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-Regular.eot');
    src: url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-Regular.woff') format("woff"),
    url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-Regular.ttf') format("truetype"),
    url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-Regular.otf') format("truetype"),
    url('../../fonts/Radomir%20Tinkov%20-%20Gilroy-Regular.svg') format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy-Light;
    src: url(../../fonts/Gilroy-Light.eot);
    src: url(../../fonts/Gilroy-Light.woff) format("woff"),
    url(../../fonts/Gilroy-Light.ttf) format("truetype"),
    url(../../fonts/Gilroy-Light.otf) format("truetype"),
    url(../../fonts/Gilroy-Light.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Gilroy-ExtraBold;
    src: url(../../fonts/Gilroy-ExtraBold.eot);
    src: url(../../fonts/Gilroy-ExtraBold.woff) format("woff"), url(../../fonts/Gilroy-ExtraBold.ttf) format("truetype"), url(../../fonts/Gilroy-ExtraBold.otf) format("truetype"), url(../../fonts/Gilroy-ExtraBold.svg) format("svg");
    font-weight: 400;
    font-style: normal
}

/*Header Css*/
.container {
    max-width: 1170px;
}

#header-4 {
    position: fixed;
    width: 100%;
    z-index: 9;
    transition: linear .3s;
    left: 0px;
    top: 0px;
    background: #fff;
}

.navbar-expand-lg .navbar-nav .nav-link {
    padding: 35px 15px;
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Gilroy-Medium;
    position: relative;
    transition: linear .3s;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-expand-lg .navbar-nav .nav-link:hover {
    color: #000;
    transition: linear .3s;
}

.navbar-light .navbar-nav .active > .nav-link:before, .navbar-expand-lg .navbar-nav .nav-link:hover:before {
    content: '';
    background: #ef5123;
    height: 2px;
    width: 100%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: linear .3s;

}

.navbar-nav .nav-item.last-btn .nav-link:hover:before {
    display: none;
}

.navbar-nav .nav-item.last-btn .nav-link {
    border: 0px solid #ee3824;
    font-size: 14px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff !important;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Gilroy-Medium;
    transition: linear .3s;
    background: rgb(255, 162, 10);
    background: linear-gradient(-90deg, rgba(255, 162, 10, 1) 0%, rgba(253, 75, 15, 1) 100%);
    border-radius: 8px;
    height: 40px;
    line-height: 40px;
    padding: 0px 30px;
    cursor: pointer;
}

.navbar-nav .nav-item.last-btn {
    position: relative;
    left: 100px;
    top: 23px;
    transition: linear .3s;
}

.navbar-expand-lg .navbar-nav .dropdown-menu {
    background: #282526;
    padding: 0px;
    margin: 0px;
    transition: linear .3s;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item {
    border-bottom: 1px solid rgba(150, 150, 150, .15);
    padding: 8px 15px !important;
    width: 205px;
    background: #282526;
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    text-transform: uppercase;
    font-family: Gilroy-Medium;
    transition: linear .3s;
}

.navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
    color: #000;
}

.navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item:hover {
    color: #ef5123;
    transition: linear .3s;
}

.update-header:after {
    content: '';
    background: #ededed;
    height: 1px;
    width: 76%;
    position: absolute;
    bottom: 1px;
    z-index: -1;
}

#header-4.fixed {
    background: #fff;
    z-index: 99999999;
    transition: linear .3s;
}

.sidepanel {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.closebtn, .side-nav {
    display: none;
}

@media (min-width: 1200px) and (max-width: 1500px) {
    .location-section-3 .col-12.col-sm-12.col-md-12.col-lg-6.col-xl-8 {
        padding-right: 100px;
    }
}

@media (min-width: 901px) and (max-width: 1199px) {
    .navbar-nav .nav-item.last-btn {
        left: 45px;
        top: 20px;
    }

    .location-section-5 h3 {
        margin-top: 20px !important;
        margin-bottom: 20px !important;
    }

    .location-section-13 .col-12.col-sm-12.col-md-12.col-lg-7 {
        padding-left: 65px;
    }

    .location-section-13 {
        background-size: 45% !important;
        background-position: center left !important;
    }

    .location-section-13 h3 {
        margin-bottom: 0px !important;
        margin-top: 0px !important;
    }

    .location-section-3 {
        background-size: 48% !important;
        background-position: center right !important;

    }

}

@media (min-width: 320px) and (max-width: 901px) {
    .closebtn, .side-nav {
        display: block;
    }

    .sidepanel {
        width: 0;
        position: fixed;
        z-index: 1;
        height: 100%;
        top: 0;
        right: 0;
        background-color: #111;
        overflow-x: hidden;
        transition: 0.5s;
        padding-top: 60px;
        display: block !important;
    }

    .sidepanel a {
        padding: 8px 8px 8px 32px;
        text-decoration: none;
        font-size: 25px;
        color: #fff;
        display: block;
        transition: 0.3s;
    }

    .sidepanel a:hover {
        color: #f1f1f1;
    }

    .sidepanel .closebtn {
        position: absolute;
        top: 0;
        font-size: 25px;
        left: 0px;
        padding: 10px;
    }

    .openbtn {
        font-size: 20px;
        cursor: pointer;
        background-color: #111;
        color: white;
        padding: 10px 15px;
        border: none;
    }

    .openbtn:hover {
        background-color: #111;
    }

    #home span.text-right.pull-right, body#case-study-template span.text-right.pull-right {
        color: #fff;
    }

    .sidepanel .navbar-nav .nav-link {
        padding: 10px 15px;
    }

    .navbar-light .navbar-nav .active > .nav-link:before, .navbar-expand-lg .navbar-nav .nav-link:hover:before {
        display: none;
    }

    .navbar-nav .nav-item.last-btn {
        left: 15px;
        top: 10px;
        right: unset;
        width: 200px;
    }

    .side-nav {
        background: transparent;
        border: 0px;
        margin-top: 10px;
    }

    .side-nav span {
        background: #000;
        width: 30px;
        height: 2px;
        display: block;
        margin-bottom: 5px;
    }

    #header-4.fixed {
        background: #fff;
        position: fixed;
        z-index: 99999999;
        padding-bottom: 6px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu a.dropdown-item {
        border-bottom: 0px solid rgba(150, 150, 150, .15);
        padding: 8px 25px !important;
        width: 100%;
        background: #111;
        font-size: 10px;
    }

    .navbar-expand-lg .navbar-nav .dropdown-menu {
        border: 0;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        color: #fff;
    }

    .navbar-light .navbar-nav .active > .nav-link, .navbar-light .navbar-nav .nav-link.active, .navbar-light .navbar-nav .nav-link.show, .navbar-light .navbar-nav .show > .nav-link {
        color: #fff;
    }
}


/*End Header Css*/