@import "fonts/font-awesome/css/font-awesome.min.css";

@font-face {
    src: url(fonts/cairo/Cairo-Regular.ttf);
    src: url(fonts/Hacen-Algeria.ttf);
    font-family: 'Hacen-Algeria';
    font-weight: normal;
    font-style: normal;
}

body {
    /*background: url("../images/bg11.png");*/
    font-family: 'Hacen-Algeria';
}

.btn, a, img, svg {
    transition: all 0.3s ease-in-out;
}

p {
    font-size: 18px;
}

button {
    cursor: pointer;
}

main {
    min-height: 80vh;
}

.form-control:focus {
    border-color: #ddd;

}

.btn:active {
    outline: none;
    border: none;
}

.btn:focus, a:focus {
    outline: 0;
    box-shadow: 0 0 0 0px transparent !important;
}

.primary-color {
    color: #000;
}

.bg-primary-color {
    background-color: #000;
}

.primary-color-hover:hover {
    color: #000;
}

.secondary-color {
    color: #3f72af;
}

.bg-secondary-color {
    background-color: #3f72af;
}

.secondary-color-hover:hover {
    color: #3f72af;
}

.bg-grey {
    background-color: #f2f3f4;
}

.gradient-top {
    display: inline-block;
    position: relative;
    background: #0069AA;
    color: white;
    z-index: 0;
    min-width: 160px;
    padding: 12px;
    border-radius: 0;
    border-color: transparent;
    border: 0;
}

.gradient-top:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    transform: scaleY(0);
    transform-origin: 100% 0;
    transition: transform .3s ease-out;
    border-radius: 0;
    border-color: transparent;
    border: 0;
}

.gradient-top:hover:before {
    transform: scaleY(1);
}

.overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
}

.inner-header {
    background-color: #000;
    transform: skew(35deg);
    margin-top: 72px;
    padding: 10px;
}

.breadcrumb-nav {
    transform: skew(-35deg);
}

.breadcrumb {
    background-color: transparent;
    padding: 0;
    margin-top: 15px;
    display: flex;
    justify-content: center;
}

.breadcrumb-item {
    font-size: 15px;
    color: #fff;
}

.breadcrumb-item a {
    color: #fff;
    padding: 0 7px;
}

.breadcrumb-item a:hover {
    color: #3f72af;
}

.breadcrumb-item.active {
    color: #3f72af;
}

.breadcrumb-item + .breadcrumb-item::before {
    color: white;
}

.inner-header .breadcrumb .breadcrumb-item.slash::before {
    content: '' !important;
    padding: 0;
}

.breadcrumb-title {
    font-size: 40px;
}

.pagination {
    padding: 0;
}

.page-link {
    color: #0069AA;
}

.page-item:hover .page-link, .page-item:active .page-link {
    color: white;
    background-color: #0069AA;
}

.image, figure {
    width: 100%;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.image img, figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all 0.6s ease-in-out;
}

/* width */
::-webkit-scrollbar {
    width: 10px;
}

/* Track */
::-webkit-scrollbar-track {
    background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
    background: #ddd;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.sidebar {
    position: sticky;
    top: 10%;
}

.warning {
    color: red;
}

.error .form-control {
    border-color: red !important;
}

.footer-content .warning {
    color: white;
}

.footer-content .error .form-control {
    background-color: rgba(231, 76, 60, 0.5);
}

.title::after {
    content: "";
    display: block;
    width: 80px;
    height: 4px;
    margin: 20px auto;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    background-color: #3f72af;
}

.preloading {
    position: fixed;
    height: 100%;
    width: 100%;
    background: url(../images/preloader.gif) no-repeat center;
    background-color: white;
    overflow: hidden;
    z-index: 9999;
}

.btn {
    min-width: 180px;
    padding: 15px;
    border: 0;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #3f72af;
}

.btn:hover {
    background-color: #000;
    color: white;
}

/************** Header **************/
.logo {
    max-height: 90px;
    max-width: 125px;
    transition: all 0.3s ease-in-out;
}

.sec-logo {
    max-height: 100px;
    max-width: 100px;
}

/*.scroll .logo {*/
/*max-height: 70px;*/
/*max-width: 180px;*/
/*}*/
.mega-menu-description {
    display: none !important;
}

.menu {
    transition: all 0s ease-in-out;
    padding: 0 60px;
}

.menu .collapse {
    align-items: center;
    justify-content: center;
}

.menu .nav-item {
    position: relative;
    padding: 22px 0;
}

.menu .nav-link {
    padding: 0 !important;
    color: #fff;
    font-size: 17px;
    border-bottom: solid 4px transparent;
    position: relative;
}

.menu .nav-link::before {
    margin-right: 10px;
    content: '[';
    -webkit-transform: translateX(20px);
    -moz-transform: translateX(20px);
    transform: translateX(20px);
    color: #000;
}

.menu .nav-link::after {
    margin-left: 10px;
    content: ']';
    -webkit-transform: translateX(-20px);
    -moz-transform: translateX(-20px);
    transform: translateX(-20px);
    color: #000;
}

.menu .nav-link:hover::before, .menu .nav-link:hover::after, .menu .nav-link:focus::before, .menu .nav-link:focus::after {
    opacity: 1;
    -webkit-transform: translateX(0px);
    -moz-transform: translateX(0px);
    transform: translateX(0px);
}

.menu .nav-link::before, .menu .nav-link::after {
    display: inline-block;
    opacity: 0;
    -webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
    -moz-transition: -moz-transform 0.3s, opacity 0.2s;
    transition: transform 0.3s, opacity 0.2s;
}

.menu .main-dropdown {
    position: absolute;
    top: 100%;
    right: 0;
    background-color: rgba(0, 0, 0, 1);
    border-top: solid 3px #3f72af;
    min-width: 200px;
    padding: 0;
    z-index: 2;
}

.menu .main-dropdown li {
    padding: 12px;
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
    position: relative;
}

.menu .main-dropdown li:last-child {
    border-bottom: 0;
}

.menu .main-dropdown a {
    color: #fff;
    font-size: 13.5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.menu .main-dropdown a:hover {
    color: #3f72af;
}

.menu .main-dropdown a svg {
    transition: all 0s;
}

.menu .sub-dropdown {
    position: absolute;
    left: 100%;
    background-color: rgba(0, 0, 0, 1);
    padding: 0;
    min-width: 200px;
    top: -3px;
    border-top: solid 3px #3f72af;
    border-right: solid 1.5px rgba(255, 255, 255, 0.2);
}

.menu .sub-sub {
    position: absolute;
    left: 100%;
    background-color: rgba(0, 0, 0, 1);
    padding: 0;
    min-width: 200px;
    top: -3px;
    border-top: solid 3px #3f72af;
    border-right: solid 1.5px rgba(255, 255, 255, 0.2);
}

.menu .main-dropdown, .menu .sub-dropdown, .menu .sub-sub {
    transform: translateY(100px);
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease-in-out;
}

.menu .nav-item:hover .main-dropdown,
.menu .main-dropdown li:hover .sub-dropdown,
.menu .main-dropdown .sub-dropdown li:hover .sub-sub {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.scroll {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

.sidenav {
    display: none;
}

.sidenav .overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000000;
    top: 0;
    left: 0;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
}

.sidenav .overlay-content {
    position: relative;
    width: 100%;
    top: 10%;
    text-align: center;
    margin-top: 30px;
}

.sidenav .overlay a {
    padding: 15px;
    font-size: 33px;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidenav .overlay a:hover, .sidenav .overlay a:focus {
    color: #f1f1f1;
}

.sidenav .overlay .closebtn {
    position: absolute;
    top: 20px;
    font-size: 60px;
}

.sidenav .overlay ul.submenu li a {
    font-size: 24px !important;
    color: white;
    display: block;
    transition: 0.3s;
}

.sidenav .nav-icon {
    font-size: 35px;
    cursor: pointer;
    color: white;
}

@media screen and (max-height: 450px) {
    .sidenav .overlay a {
        font-size: 20px
    }

    .sidenav .overlay .closebtn {
        font-size: 40px;
        top: 15px;
    }
}

/************** Header **************/

/************** Index **************/

/**Slider **/
.home-intro {
    position: relative;
    height: 75vh;
    width: 100%;
    /*background: url("../images/slider1.jpg") no-repeat center fixed;*/
    /*background-size: cover;*/
    overflow: hidden;
}

.intro-video {
    position: absolute;
    right: 0;
    left: 0;
    top: -95px;
    bottom: 0;
    width: 100%;
}

.home-intro .overlay {
    background-color: rgba(0, 0, 0, 0.45);
    padding-top: 100px;
    overflow: hidden;
    height: 100%;
}

.home-intro .content {
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0;
}

.home-intro ul.social {
    position: absolute;
    bottom: 0;
    left: 5%;
    width: auto;
    transform: skew(-35deg);
}

.home-intro ul.social li {
    font-size: 20px;
    margin: 0 12px;
    transform: skew(35deg);
}

.home-intro .content img {
    max-height: 200px;
    max-width: 200px;
}

.home-intro .content .txt h3 {
    text-transform: uppercase;
    font-size: 50px;
    font-weight: bold;
}

.home-intro .content p {
    font-size: 17px;
    color: #fff;
    max-height: 165px;
    overflow: hidden;
}

@keyframes animate-img {
    0% {
        transform: scale(0) rotate(0);
    }
    20% {
        transform: scale(0) rotate(360deg);
    }
}

@keyframes animate1 {
    0% {
        transform: scale(0) translateX(-400px);
    }
    10% {
        transform: scale(1) translateX(0);
    }
}

@keyframes animate2 {
    0% {
        transform: scale(0) translateX(-400px);
    }
    5% {
        transform: scale(0) translateX(-400px);
    }
    15% {
        transform: scale(1) translateX(0);
    }
}

.home-slider {
    background-color: #000;
}

.home-slider .item {
    position: relative;
    height: 75vh;
}

.home-slider .item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.home-slider .item .cover {
    padding: 40px 0;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
}

.home-slider .item .cover .header-content {
    position: relative;
    overflow: hidden;
    width: 75%;
}

.home-slider .item .cover .header-content h3 {
    font-weight: 300;
    font-size: 32px;
    color: #3f72af;
}

.home-slider .item .cover .header-content h2 {
    font-size: 56px;
    font-weight: 600;
    margin: 15px 0;
    word-spacing: 3px;
    color: #fff;
}

.home-slider .active h2 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    animation-name: zoomIn;
    animation-delay: 0.5s;
}

.home-slider .owl-nav .owl-prev {
    position: absolute;
    left: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.home-slider .owl-nav .owl-prev span {
    font-size: 1.6875rem;
    color: #fff;
}

.home-slider .owl-nav .owl-prev:focus {
    outline: 0;
}

.home-slider .owl-nav .owl-prev:hover {
    background: #000 !important;
}

.home-slider .owl-nav .owl-next {
    position: absolute;
    right: 15px;
    top: 43%;
    opacity: 0;
    -webkit-transition: all 0.4s ease-out;
    transition: all 0.4s ease-out;
    background: rgba(0, 0, 0, 0.5) !important;
    width: 40px;
    cursor: pointer;
    height: 40px;
    display: block;
    z-index: 1000;
    border-radius: 0;
}

.home-slider .owl-nav .owl-next span {
    font-size: 1.6875rem;
    color: #fff;
}

.home-slider .owl-nav .owl-next:focus {
    outline: 0;
}

.home-slider .owl-nav .owl-next:hover {
    background: #000 !important;
}

.home-slider:hover .owl-prev {
    left: 0;
    opacity: 1;
}

.home-slider:hover .owl-next {
    right: 0;
    opacity: 1;
}

.home-slider .owl-theme .owl-controls {
    position: absolute;
    bottom: 2%;
    background: transparent;
    right: 0;
    left: 0;
}

.home-slider .owl-theme .owl-controls .owl-page span {
    width: 30px;
    height: 15px;
    border-radius: 0 !important;
    background: #3f72af;
}

/**Slider **/

/**Hotline **/
.hotline .btn {
    border: solid 2px #111;
    padding: 15px 30px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    color: #000;
}

.hotline .btn svg {
    transition: all 0s;
}

.hvr-shutter-in-vertical {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: perspective(1px) translateZ(0);
    transform: perspective(1px) translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    position: relative;
    background: #111;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
}

[class^="hvr-"] {
    margin: .4em;
    padding: 1em;
    cursor: pointer;
    background: #e1e1e1;
    text-decoration: none;
    color: #666;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.hvr-shutter-in-vertical:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: #3f72af;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-shutter-in-vertical:hover, .hvr-shutter-in-vertical:focus, .hvr-shutter-in-vertical:active {
    color: white;
}

.hvr-shutter-in-vertical:hover:before, .hvr-shutter-in-vertical:focus:before, .hvr-shutter-in-vertical:active:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
}

/**Hotline **/

/**About **/
.relative {
    position: relative;
}

.shadow {
    position: absolute;
    font-size: 150px;
    font-weight: bold;
    color: rgba(0, 0, 0, 0.08);
    top: -60px;
    right: 0;
    left: 0;
    z-index: 0;
    text-align: center;

}

.about figure {
    height: 130px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.about figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

.about .shadow {
    top: -30px;
}

.about {
    /*background: url("../images/bg1.png") repeat;*/
    overflow: hidden;
}

/**About **/

/**Mission **/
.mission {
    /*transform: skew(-30deg);*/
    overflow: hidden;
}

.mission .row {
    /*transform: skew(30deg);*/
}

.mission img {
    max-height: 110px;
    max-width: 120px;
}

.mission .item {
    position: relative;
}

.mission .item:after {
    position: absolute;
    content: '';
    display: block;
    right: 0;
    top: 35%;
    height: 50%;
    width: 3px;
    background-color: #3f72af;
}

.mission .item:last-child:after {
    display: none;
}

/**Mission **/

/**Clients **/
.clients figure {
    padding: 5px;
    height: 195px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.clients figure img {
    height: 100%;
    width: 100%;
    object-fit: contain;
}

/**Clients **/

/**Hotline **/
.hotline {
    /*transform: skew(-30deg);*/
    padding: 20px 50px;

}

.hotline .content {
    /*transform: skew(30deg);*/
}

/**Hotline **/

/**Services **/
.services {
    background: url("../images/bg22.jpg") no-repeat center fixed;
    background-size: cover;
}

.services figure {
    height: 85px;
    text-align: center;
    padding: 10px;
    border: solid 3px #3f72af7d;
}

.services figure img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    /*filter: brightness(0) invert(1);*/
}

/**Services **/

/**Contact **/
.contact-sec .title p,
.services .title p {
    font-size: 50px;
}

.contact-sec .map iframe {
    height: 300px;
    width: 100%;
}

.contact-sec ul li {
    width: 25%;
}

.contact-sec ul li p {
    margin-bottom: 5px;
}

.contact-sec ul li a {
    color: rgba(0, 0, 0, .8);
}

.map-title {
    position: relative;
}

.map-title:before {
    display: block;
    content: '';
    position: absolute;
    left: 20%;
    width: 80px;
    height: 4px;
    background: #3f72af;
    top: 20px;
}

.map-title:after {
    display: block;
    content: '';
    position: absolute;
    right: 20%;
    width: 80px;
    height: 4px;
    background: #3f72af;
    top: 20px;
}

/**Contact **/

/************** Index **************/

/************** Footer **************/
footer .overlay {
    background-color: rgba(0, 0, 0, 0.85);
}

footer ul.social-info li {
    display: inline;
    margin-left: 20px;
}

footer ul.social-info li svg {
    font-size: 20px;
}

footer ul li {
    margin: 0 10px;
}

footer ul li a {
    color: #000;
}

.footer-title:after {
    display: block;
    content: '';
    height: 3px;
    width: 50px;
    background-color: #3f72af;
    margin: 15px 0 25px;;
}

.copyright {
    border-top: solid 1px rgba(255, 255, 255, 0.1);
}

.copyright p {
    margin-bottom: 0;
}

/************** Footer **************/

/************** Page **************/
.page {
    background: transparent !important;
}

.page .main-img img {
    height: 280px;
}

.page .main-img:before {
    position: absolute;
    content: '';
    display: block;
    top: 5%;
    right: -3%;
    width: 90%;
    height: 100%;
    border: solid 10px #3f72af;
    z-index: -1;
}

.page .desc {
    padding-left: 30px;
}

.page ul li:before {
    content: "\2022";
    color: #3f72af;
    font-weight: bold;
    display: inline-block;
    width: 1em;

}

.page ul li {
    margin-bottom: 7px;
}

.page .gallery-item img {
    max-height: 400px;
    object-fit: contain;
    padding: 10px;
    max-width: 100%;
}

/************** Page **************/

/************** Product Cats **************/
.pro-cats figure {
    height: 210px;
    padding: 10px;
}

.pro-cats figure img {
    object-fit: contain;
}

.pro-cats .pro-title {
    height: 50px;
    line-height: 20px;
    border-bottom: solid 4px transparent;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.pro-cats .cat:hover .pro-title {
    border-bottom: solid 4px #3f72af;
}

.pro-cats ul {
    font-size: 14px;
}

/************** Product Cats **************/

/************** Archive-Products **************/
.archive-products .image {
    width: 40%;
    height: 200px;
    display: block;
    padding: 10px;
    margin-bottom: 0;
    border: solid 5px #f2f3f4
}

.archive-products .image img {
    object-fit: contain;
    display: block;
    height: 50%;
    padding: 5px 0;
}

.archive-products .content {
    padding: 10px 15px;
    width: 60%;
    height: 200px;
}

.archive-products .content p {
    font-size: 15px;
    height: 65px;
    overflow: hidden;
}

/************** Archive-Products **************/

/************** Single-Product **************/
.single-product .main-img img {
    height: 280px;
    object-fit: contain;
}

/************** Single-Product **************/

/************** Archive-news **************/
.archive-news figure {
    padding: 0;
}

.archive-news figure img {
    object-fit: cover;
}

/************** Archive-news **************/

/************** Archive-Brands **************/
.archive-brands .brand-img {
    width: 15%;
}

.archive-brands .content {
    width: 80%;
    padding-left: 20px;
}

.archive-brands img {
    height: 100px;
    object-fit: contain;
}

.archive-brands p {
    font-size: 15px;
}

.archive-brands .brand:nth-child(even) {
    background-color: #f2f3f4;
}

/************** Archive-Brands **************/

/************** Single-Brand **************/
.single-brand .main-img:before {
    display: none;
}

.single-brand .main-img img {
    object-fit: contain;
}

/************** Single-Brand **************/

/************** Contact **************/
.form-control {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    background-color: #f8f9fa;
    border-color: #ededed;
    padding: 12px;
    font-size: 14px;
}

textarea {
    height: 150px;
}

select.form-control:not([size]):not([multiple]) {
    height: calc(2.25rem + 7px);
}

/************** Contact **************/

/************** Knowledge-Center **************/
.nav-pills .nav-link {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    border: solid 1px #3f72af;
    padding: 10px 35px;
    margin-right: 10px;
}

.nav-pills .nav-link.active, .show > .nav-pills .nav-link {
    background-color: #3f72af;
}

.knowledge-center ul li:before {
    display: none;
}

.knowledge-center img {
    height: 380px;
}

/************** Knowledge-Center **************/

/************* Responsive *************/
@media (max-width: 1024px) {
    .menu .nav-link::after {
        margin-right: 5px;
    }

    .menu .nav-link::before {
        margin-left: 5px;
    }

    .home-intro {
        height: 55vh;
    }

    .intro-video {
        top: 0;
        height: 100%;
        background-color: #000;
    }

    .products figure {
        height: 170px;
    }

    .products .pro {
        padding: 0 50px;
    }

    .map-title:after {
        right: 0;
    }

    .map-title:before {
        left: 0;
    }
    .inner-header {
        transform: none;
    }
    .breadcrumb-nav {
        transform: none;
    }
}

@media (max-width: 768px) {
    .logo {
        max-height: 60px;
    }

    .menu .navbar {
        display: none;
    }

    .sidenav {
        display: block;
    }

    .top-header .contact-info .address {
        display: none;
    }
}

@media (max-width: 640px) {
    .menu {
        padding: 0 15px;
    }

    .home-intro {
        height: 92vh;
    }

    .home-intro .content {
        top: 40%;
    }

    .title-sec {
        width: 100% !important;
    }

    .contact-sec ul li {
        width: 50%;
    }
    .page .desc {
        padding-left: 0;
        margin-top: 50px;
    }
    .archive-brands .brand-img {
        width: 40%;
    }
    .archive-brands .content {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .home-intro .content {
        padding: 0 15px;
    }

    .home-intro .content .txt h3 {
        font-size: 35px;
    }

    .contact-sec ul li {
        width: 100%;
    }

    .contact-sec .title p, .services .title p {
        font-size: 40px;
    }
    .page .main-img:before{
        right: 0;
    }
    .archive-brands .brand {
        display: block !important;
    }
    .archive-brands .brand-img {
        width: 100%;
    }
    .archive-brands .content{
        text-align: center;
    }
}

@media (max-width: 360px) {

}

iframe {
    width: 100%;
}

/************* Responsive *************/


