@font-face {
    font-family: 'raleway';
    font-style: normal;
    font-weight: 400;
    src: url(../font/static/Raleway-Black.ttf) format('ttf');
}

@font-face {
    font-family: 'raleway-bold';
    font-style: normal;
    font-weight: 400;
    src: url(../font/static/Raleway-Bold.ttf) format('ttf');
}

body,
a,
p {
    font-family: "raleway", sans-serif, 'Times New Roman', Times, serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "raleway-bold", sans-serif, 'Times New Roman', Times, serif !important;
    /* font-weight: 500; */
}


header .navbar .navbar-brand  .logo {
    margin-left: auto;
    margin-right: 40px;
}

/* header */
.download-section .header {
    top: -11;
}
@media (min-width: 1200px) {
    header .navbar .dropdown {
        left: auto;
        right: 0;
    }
}

header .navbar .dropdown .iconbox {
    padding: 12px 15px;
}

@media (max-width: 1200px) {
    header .navbar .dropdown .iconbox {
        padding-right: auto;
        padding-left: 35px;
    }
    header .navbar .dropdown .iconbox .iconbox-icon-container {
        right: auto;
        left: 5px;
    }
    header .navbar .dropdown .iconbox .arrow-down {
        left: auto;
        right: 20px;
        top: 50%;
        -webkit-transform: translate(50%, -50%);
        transform: translate(50%, -50%);
    }
}


/* header END */


/* Main section */

.main-section #mainCarousel .carousel-inner .side-liptop .slider-screens .main-slider {
    left: auto;
    right: -68px;
}

@media (max-width: 1200px) {
    .main-section #mainCarousel .carousel-inner .side-liptop .slider-screens .main-slider {
        left: auto;
        right: -60px;
    }
}

@media (max-width: 576px) {
    .main-section #mainCarousel .carousel-inner .side-liptop .slider-screens .main-slider {
        left: auto;
        right: -44px;
    }
    header .navbar .navbar-brand  .logo {
    margin-right: 20px;
}
}


/* Main section END */


/* Mac section */

.mac-section .mac-wrapper .mac-slider-screen .mac-main-slider {
    left: auto;
    right: -13px;
}

@media (max-width: 576px) {
    .mac-section .mac-wrapper .mac-slider-screen .mac-main-slider {
        left: auto;
        right: -8px;
    }
}


/* Mac section END */


/* properties-section */

.properties-section .header-bg {
    max-width: 330px;
}
.properties-section .header {
        top: -14px
}
.download-section .header {
        top: -11px;
    }
@media (max-width: 280px) {
    .properties-section .header-bg {
        max-width: 260px;
    }
    .properties-section .header {
        font-size: 22px !important;
        top: -17px;
    }
    /* Download section */
    .download-section .header {
        font-size: 22px !important;
        top: -17px;
    }
}


/* properties-sectionEND */


/* Q-section */

.q-section .off-project-swiper {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}

.download-section .header-bg {
    max-width: 350px;
}

@media (max-width: 576px) {
    .download-section .header-bg {
        max-width: 260px;
    }
}


/* Q-section END */


