/* start general */
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
    font-family: 'Montserrat', sans-serif;
}

.text-white {
    color: #fff;
}

.Light {
    font-weight: 300;
    font-family: 'Montserrat', sans-serif;
}

.Regular {
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.Medium {
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
}

.SemiBold {
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
}

.bold {
    font-weight: 700;
    font-family: 'Montserrat', sans-serif;
}

h1.bold {
    text-align: center;
    color: #0274bc !important;
    border-bottom: solid 1PX;
}

.Black {
    color: #4198ef;
    font-weight: 900;
    font-family: 'Montserrat', sans-serif;
}

/* start update 17-3-2019 */
.hide {
    display: none;
}

/* end update 17-3-2019 */
/* end general */

/* start update 11-3-2019 */

/* start navbar */
.navbar {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 99999;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.navbar.dark {
    background: #353535;
    border-bottom: 1px solid #222;
}

.navbar .container {
    width: 100%;
    max-width: 1600px;
    padding: 0 15px;
    margin: auto;
    position: relative;
}

.navbar .nav-item {
    margin: 0;
    padding: 0;
}

.navbar .nav-item a {
    font-size: 16px;
    color: #fff;
    cursor: pointer;
    text-transform: uppercase;
}

.navbar .nav-item a::after {
    content: "";
    background: transparent;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    height: 2px;
    width: 100%;
    display: block;
}

.navbar .menu-ctrl {
    position: absolute;
    right: 15px;
    top: 15px;
    cursor: pointer;
}

/* start update 17-3-2019 */
.navbar .menu-open {
    position: fixed;
    max-width: 90%;
    width: 440px;
    height: 100vh;
    max-height: 100vh;
    min-height: 100vh;
    overflow: auto;
    padding: 15px;
    background: #fff;
    z-index: 99999;
    top: 0;
    right: -300px;
    opacity: 0;
    -webkit-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    -o-box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.25);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    text-align: center;
    z-index: -1;
}

/* end update 17-3-2019 */
.navbar .menu-open.show {
    right: 0;
    opacity: 1;
    z-index: 999999;
}

.navbar .navbar-toggler {
    position: absolute;
    left: 10px;
    top: 10px;
    outline: 0;
}

/* start update 17-3-2019 */
.navbar .service-dropdown i {
    position: relative;
    top: -3px;
}

.navbar .service-dropdown:hover .dropdown-menu {
    display: block;
    top: 35px;
}

.navbar .service-dropdown .dropdown-item {
    color: #0274BC;
    font-size: 10px;
    text-decoration: none;
    font-weight: bold;
    padding: 5px 10px;
    text-align: center;
}

.dropdown-item:focus, .dropdown-item:hover {
    background: none;
}

@media(min-width: 1320px) {
    .navbar-expand-lg .navbar-nav .nav-item {
        padding: 5px 15px;
    }

    .navbar-expand-lg .navbar-nav .nav-link {
        font-size: 15px;
    }
}

/* end update 17-3-2019 */
@media(max-width: 1200px) {
    .navbar .menu-open {
        right: -400px;
    }
}

@media(max-width: 409px) {
    .navbar-brand img {
        width: 140px;
        margin-top: 10px;
    }
}

@media (min-width: 576px) {
    .navbar .menu-open {
        padding: 20px 45px;
    }
}

@media(min-width: 992px) {
    .navbar .navbar-nav {
        display: block;
        text-align: center;
        width: calc(100% - 115px);
        font-size: 0;
    }

    .navbar .nav-item {
        display: inline-block;
    }
}

@media(max-width:1125px) and (min-width: 992px) {
    .navbar .nav-item a, .menu-ctrl, .select-option-with-image {
        font-size: 10px importand;
    }

    .navbar-brand img {
        width: 150px;
    }

    .menu-ctrl img {
        width: 25px;
    }
}

@media(max-width: 992px) {
    .menu-ctrl img {
        display: none;
    }

    .navbar .navbar-brand {
        padding-left: 65px;
    }
}

/* end navbar */

/* end update 11-3-2019 */

/* start close menu */
.navbar .menu-open .content .close-menu {
    display: inline-block;
    cursor: pointer;
    width: 40px;
    height: 40px;
    text-align: right;
    padding-top: 14px;
}

.navbar .menu-open .content .close-menu::before,
.navbar .menu-open .content .close-menu::after {
    content: "";
    display: block;
    width: 40px;
    height: 2px;
    background: #000;
}

.navbar .menu-open .content .close-menu::before {
    -webkit-transform: rotate(46deg);
    -moz-transform: rotate(46deg);
    -o-transform: rotate(46deg);
    transform: rotate(46deg);
}

.navbar .menu-open .content .close-menu::after {
    -webkit-transform: rotate(-46deg);
    -moz-transform: rotate(-46deg);
    -o-transform: rotate(-46deg);
    transform: rotate(-46deg);
    margin-top: -2px;
}

/* end close menu */

/* start header menu */
.header-menu::after {
    content: "";
    display: block;
    border-bottom: 1px solid #707070;
    width: 200px;
    margin: 25px auto 50px;
}

.header-menu h1 {
    font-size: 39px;
    color: #0274BC;
    padding-bottom: 15px;
}

.header-menu p {
    color: #707070;
    font-size: 16px;
}

.header-menu p i {
    color: #0274BC;
}

/* end header menu */

/* start slider-menu */
.slider-menu {
    height: 260px;
}

.slider-menu .slide {
    width: calc(100% / 3);
    height: 250px;
    opacity: 0.6;
    padding: 20px 0;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: #ff8a36;
    text-decoration: none;
}

.slider-menu .slide.slick-active {
    opacity: 1;
    padding: 0;
}

.slider-menu .slide.slick-active .content {
    border-radius: 5px;
}

.slider-menu .slide.slick-active:hover .content {
    background-size: 110%;
}

.slick-dots li button:before {
    content: "";
    border: 1px solid #555;
    width: 10px;
    height: 10px;
    background: #0274BC;
    border-radius: 50%;
}

.slider-menu .slide .content {
    width: 100%;
    height: 100%;
    background-position: center 0;
    background-size: 100%;
    color: #fff;
    position: relative;
    text-align: left;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    display: block;
    outline: 0;
    text-decoration: none;
}

.slider-menu .slide1 .content {
    background-image: url("../images/slider-menu-1.png");
}

.slider-menu .slide2 .content {
    background-image: url("../images/slider-menu-2.png");
}

.slider-menu .slide3 .content {
    background-image: url("../images/slider-menu-3.png");
}

.slider-menu .slide4 .content {
    background-image: url("../images/slider-menu-4.png");
}

.slider-menu .slide .content .text {
    position: absolute;
    bottom: 10px;
    left: 10px;
    right: 10px;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.slider-menu .slide.slick-active:hover .content .text {
    bottom: 25px;
}

.slider-menu .slide .content h4 {
    font-size: 17px;
}

.slider-menu .slide .content label,
.slider-menu .slide .content p {
    font-size: 12px;
}

.slider-menu .slide .content span {
    position: absolute;
    bottom: -100px;
    left: 0;
    right: 0;
    padding: 10px;
    height: 75px;
    background: #fff;
    font-size: 16px;
    color: #000;
    border: 1px solid #ddd;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.slider-menu .slide.slick-active .content:hover span {
    bottom: 0;
}

@media(max-width:350px) {
    .slider-menu .slide {
        width: 100%;
    }
}

/* end slider-menu */

/* start button-menu */
.button-menu {
    padding-top: 25px;
}

.button-menu a {
    color: #5A5A5A;
    border: 1px solid #707070;
    width: 188px;
    height: 57px;
    line-height: 57px;
    font-size: 21px;
    display: block;
    margin: auto;
    border-radius: 3px;
    text-decoration: none;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
}

.button-menu a:hover {
    background: #0274BC;
    color: #fff;
    border-color: #0274BC;
}

/* start button-menu */

/* start update 11-3-2019 */

/* start select-option-with-image */
.select-option-with-image {
    position: relative;
    display: inline-block;
    font-size: 14px;
    padding: 10px 0;
}

.select-option-with-image .ctrl {
    color: #fff;
    cursor: pointer;
}

.select-option-with-image .lists {
    width: 60px;
    position: absolute;
    top: 45px;
    left: 0;
    opacity: 0;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    border-radius: 3px;
    color: #0274BC;
    border: 1px solid #eee;
}

.select-option-with-image:hover .lists,
.select-option-with-image .ctrl:hover+.lists {
    opacity: 1;
    top: 35px;
    height: auto;
    overflow: unset;
}

.select-option-with-image .lists .list {
    padding: 2px;
    cursor: pointer;
    font-size: 12px;
}

.select-option-with-image .lists .list:hover {
    background: #eee;
}

.select-option-with-image .lists .list+.list {
    border-top: 1px solid #ddd;
}

.select-option-with-image .ctrl::after {
    content: "\f107";
    font-family: 'Font Awesome\ 5 Free';
    margin-top: 2px;
}

.select-option-with-image .lists .list img {
    margin-right: 5px;
    width: 20px;
}

.select-option-with-image.services {
    font-size: 16px;
}

.select-option-with-image.services .lists {
    width: 150px;
}

.select-option-with-image.services .lists .list {
    padding: 10px 5px;
}

/* end select-option-with-image */

/* end update 11-3-2019 */

/* start footer */
.footer {
    padding-top: 75px;
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}

.footer ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer a {
    color: inherit;
    text-decoration: none;
}

.footer a:hover {
    color: #000;
}

.footer .contact li {
    font-size: 18px;
    padding-bottom: 10px;
    color: #707070;
}

.footer .contact li i {
    width: 25px;
    color: #707070;
}

.footer .social {
    padding-top: 15px;
}

.footer .social li {
    display: inline-block;
    font-size: 19px;
    color: #707070;
}

.footer .social li+li {
    margin-left: 15px;
}

.footer .links li {
    font-size: 16px;
    color: #505050;
    padding-bottom: 5px;
}

.footer .footer1 {
    min-width: 350px;
    padding-bottom: 15px;
}

.footer .footer2 {
    min-width: 150px;
    padding-bottom: 15px;
}

.footer .footer3 {
    min-width: 300px;
    padding-bottom: 15px;
}

/* end footer */

/* start footer form */
.footer form {
    width: 100%;
    margin: auto;
    overflow: hidden;
    position: relative;
    top: -25px;
}

.footer form>div {
    width: 100%;
    border-bottom: 1px solid #70707035;
    position: relative;
    margin: 10px auto;
}

.footer form>div label {
    position: absolute;
    top: 20px;
    left: 10px;
    color: #4E4E4E;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 14px !important;
}

.footer form>div .input {
    width: 100%;
    padding: 30px 10px 5px 0;
    outline: none;
    border: none;
    background: none;
    font-size: 14px;
    position: relative;
    z-index: 8;
    resize: none;
}

.footer form button {
    background: #0274BC;
    color: #fff;
    font-size: 18px;
    outline: 0;
    border: 0;
    border-radius: 4px;
    width: 120px;
    height: 40px;
    cursor: pointer;
}

.footer form button:hover {
    background: rgb(2, 109, 175);
}

/* end footer form */

/* start copyright */
.copyright {
    padding-bottom: 75px;
    color: #707070;
    font-size: 16px;
}

.copyright img {
    position: relative;
    top: -10px;
}

/* end copyright */

/* start loader */
.loader-container {
    background: #495057;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 99999999999;
}

#loader {
    position: absolute;
    top: calc(50% - 75px);
    left: calc(50% - 20px);
    width: 250px;
    height: 250px;
    padding-top: 80px;
}

#loader .logo-loader {
    margin-left: -80px;
}

@keyframes loader {
    0% {
        left: -100px
    }

    100% {
        left: 110%;
    }
}

#box {
    width: 50px;
    height: 50px;
    /* background-color: #fff; */
    animation: animate 1s linear infinite reverse;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    /* background-image: url('../images/icons/loader.png');
    background-position: center;
    background-size: 35px;
    background-repeat: no-repeat; */
}

.icon-loader {
    position: absolute;
    top: 15px;
    left: 5px;
    animation: rotate 1s linear infinite reverse;
}

@keyframes animate {
    17% {
        border-bottom-right-radius: 3px;
    }

    25% {
        transform: translateY(9px) rotate(22.5deg);
    }

    50% {
        transform: translateY(18px) scale(1, .9) rotate(45deg);
        border-bottom-right-radius: 40px;
    }

    75% {
        transform: translateY(9px) rotate(67.5deg);
    }

    100% {
        transform: translateY(0) rotate(90deg);
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }

    50% {
        transform: rotate(180deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

#shadow {
    width: 50px;
    height: 5px;
    background: #000;
    opacity: 0.1;
    position: absolute;
    top: 59px;
    left: 0;
    border-radius: 50%;
    animation: shadow .5s linear infinite;
}

@keyframes shadow {
    50% {
        transform: scale(1.2, 1);
    }
}

/* end loader */

/* edit color of sub-menu */
.list span {
    color: #0274bc;
}

.dropdown-menu-right {
    background-color: #000;
}