/* Fonts */

/* Font Awesome */

.hiddenarrow::-webkit-inner-spin-button, .hiddenarrow::-webkit-outer-spin-button {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    margin: 0;
}

.fab {
    font-family: 'Font Awesome 5 Brands';
    font-weight: normal;
}

.far, .fal {
    font-family: 'Font Awesome 5 Free';
    font-weight: normal;
}

.fa, .fas {
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('fonts/fa-brands-400.eot') format('eot'), url('fonts/fa-brands-400.ttf') format('ttf'), url('fonts/fa-brands-400.woff') format('woff'), url('fonts/fa-regular-400.woff2') format('woff2');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('fonts/fa-solid-900.eot') format('eot'), url('fonts/fa-solid-900.ttf') format('ttf'), url('fonts/fa-solid-900.woff') format('woff'), url('fonts/fa-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

@font-face {
    font-family: 'Font Awesome 5 Free';
    src: url('fonts/fa-regular-400.eot') format('eot'), url('fonts/fa-regular-400.ttf') format('ttf'), url('fonts/fa-regular-400.woff') format('woff'), url('fonts/fa-solid-900.woff2') format('woff2');
    font-weight: 900;
    font-style: normal;
}

/* IranSans */

@font-face {
    font-family: 'gilas';
    font-style: normal;
    font-weight: bold;
    src: url('fonts/eot/IRANSansWeb_Bold.eot') format('eot'), url('fonts/ttf/IRANSansWeb_Bold.ttf') format('ttf'), url('fonts/woff/IRANSansWeb_Bold.woff') format('woff'), url('fonts/woff2/IRANSansWeb_Bold.woff2') format('woff2');
}

@font-face {
    font-family: 'gilas';
    font-style: normal;
    font-weight: normal;
    src: url('fonts/eot/IRANSansWeb_Medium.eot') format('eot'), url('fonts/ttf/IRANSansWeb_Medium.ttf') format('ttf'), url('fonts/woff/IRANSansWeb_Medium.woff') format('woff'), url('fonts/woff2/IRANSansWeb_Medium.woff2') format('woff2');
}

@font-face {
    font-family: 'gilas';
    font-style: normal;
    font-weight: 300;
    src: url('fonts/eot/IRANSansWeb_UltraLight.eot') format('eot'), url('fonts/ttf/IRANSansWeb_UltraLight.ttf') format('ttf'), url('fonts/woff/IRANSansWeb_UltraLight.woff') format('woff'), url('fonts/woff2/IRANSansWeb_UltraLight.woff2') format('woff2');
}

::selection {
    background: rgb(50, 133, 185);
    color: #fff
}


a {
    transition: all 0.3s ease-in-out;
    -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;
}

a:hover {
    text-decoration: none;
}

:focus {
    outline: none !important;
}

textarea {
    resize: none;
}

.form-control:focus {
    box-shadow: none;
}

body {
    font: 1rem/1.6 'gilas', Tahoma;
}

main {
    overflow: hidden;
}

/*=============================================
=            Header            =
=============================================*/

/*----------  Top sectiion  ----------*/

header .top-section {
    min-height: 3rem;
    background: url('img/top-header-bg.png') no-repeat;
    background-size: cover;
    background-position: center;
}

/*----------  Navbar  ----------*/

.navbar {
    background: rgb(235, 247, 255) !important;
}

.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: rgb(112, 112, 112);
    box-shadow: inset 0 -3px 0 rgb(50, 133, 185);
}

.navbar-light .navbar-nav .nav-link {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -ms-transition: 0.5s;
    -o-transition: 0.5s;
    font-size: 0.9rem;
    font-weight: bold;
}

/*.navbar-light .navbar-nav .nav-link.dropdown-toggle:hover {*/
/*    box-shadow: none;*/
/*}*/

.navbar-light .navbar-nav .nav-link:hover {
    box-shadow: inset 0 -3px 0 rgb(50, 133, 185);
}

.dropdown-item {
    font-size: 0.9rem;
}

.dropdown-item:hover {
    background: rgba(16, 82, 129, 1);
    color: #fff;
}

.btn.btn-secondary {
    background: linear-gradient(to left, rgba(49, 132, 184, 1), rgba(16, 82, 129, 1));
    -webkit-background: linear-gradient(to left, rgba(49, 132, 184, 1), rgba(16, 82, 129, 1));
    -moz-background: linear-gradient(to left, rgba(49, 132, 184, 1), rgba(16, 82, 129, 1));
    -o-background: linear-gradient(to left, rgba(49, 132, 184, 1), rgba(16, 82, 129, 1));
    border: 0;
    font-size: 0.9rem;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

.btn.btn-gradient::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    height: 200%;
    width: 100%;
    background: linear-gradient(to right, rgba(49, 132, 184, 1), rgba(16, 82, 129, 1));
    -webkit-background: linear-gradient(to right, rgba(49, 132, 184, 1), rgba(16, 82, 129, 1));
    -moz-background: linear-gradient(to right, rgba(49, 132, 184, 1), rgba(16, 82, 129, 1));
    -o-background: linear-gradient(to right, rgba(49, 132, 184, 1), rgba(16, 82, 129, 1));
    z-index: -1;
    transition: transform 0.5s ease-in-out;
    -webkit-transition: transform 0.5s ease-in-out;
    -moz-transition: transform 0.5s ease-in-out;
    -ms-transition: transform 0.5s ease-in-out;
    -o-transition: transform 0.5s ease-in-out;
}

.btn:hover.btn-gradient::before {
    transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
}

.btn.btn-secondary:focus {
    box-shadow: none !important;
}

header nav ul:last-child .dropdown-toggle::after {
    display: none;
}

header .dropdown-menu > .dropdown {
    position: relative;
}

header .dropdown-menu > .dropdown a::after {
    transform: rotate(-90deg);
    position: absolute;
    left: 0.9rem;
    top: 0.9rem;
}

header .dropdown-menu > .dropdown .dropdown-menu {
    top: -0.7rem;
    right: 100%;
    border-radius: 0 .25rem .25rem .25rem;
    -webkit-border-radius: 0 .25rem .25rem .25rem;
    -moz-border-radius: 0 .25rem .25rem .25rem;
    -ms-border-radius: 0 .25rem .25rem .25rem;
    -o-border-radius: 0 .25rem .25rem .25rem;
}

.dropdown-menu.dropdown-menu-right.shadow-sm .dropdown > a:first-child::after {
    display: inline-block;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    width: 0;
    height: 0;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
}

.dropdown-menu .show > .dropdown-toggle::after {
    transform: rotate(-270deg);
    -webkit-transform: rotate(-270deg);
    -moz-transform: rotate(-270deg);
    -ms-transform: rotate(-270deg);
    -o-transform: rotate(-270deg);
}

/*=====  End of Header  ======*/

/*=============================================
=            Top-slder            =
=============================================*/

#top-slider .overlay {
    padding: 0rem 0rem;
}

#top-slider .hero-text {
    overflow: hidden;
}

#top-slider .hero-text .hero {
    position: relative;
}

#top-slider .hero .hero-slide img {
    width: 100%;
    height: 35rem;
    object-fit: cover;
    object-position: top center;
}

#top-slider .hero .hero-slide .header-content {
    top: 20%;
    margin-right: 5rem;
    max-width: 550px;
    width: 100%;
    padding: 2rem;
    background: linear-gradient(45deg, rgba(49, 132, 184, 0.8), rgba(16, 82, 129, 0.9));
    -webkit-background: linear-gradient(45deg, rgba(49, 132, 184, 0.8), rgba(16, 82, 129, 0.9));
    -moz-background: linear-gradient(45deg, rgba(49, 132, 184, 0.8), rgba(16, 82, 129, 0.9));
    -o-background: linear-gradient(45deg, rgba(49, 132, 184, 0.8), rgba(16, 82, 129, 0.9));
    box-shadow: 0 2px 1rem rgba(0, 0, 0, 0.3);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#top-slider .slide-content {
    padding: 10px 20px 10px 0;
}

#top-slider .slide-content .h4 {
    font-size: 62px;
}

#top-slider .slide-content p {
    line-height: 1.9
}

#top-slider .fa.fa-angle-left.slick-arrow {
    position: absolute;
    bottom: 3rem;
    left: 3rem;
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    color: rgba(16, 82, 129, 1);
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
    font-size: 1.4rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -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;
}

#top-slider .fa.fa-angle-right.slick-arrow {
    position: absolute;
    bottom: 3rem;
    left: 7rem;
    width: 3rem;
    height: 3rem;
    font-size: 1.4rem;
    text-align: center;
    line-height: 3rem;
    color: rgba(16, 82, 129, 1);
    background: rgba(255, 255, 255, 0.7);
    z-index: 10;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    transition: all 0.3s ease-in-out;
    -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;
}

#top-slider .fa.fa-angle-left.slick-arrow:hover, #top-slider .fa.fa-angle-right.slick-arrow:hover {
    background: rgba(255, 255, 255, 1);
    cursor: pointer;
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

/** Text Animation **/

@-webkit-keyframes fadeInUpSD {
    0% {
        opacity: 0;
        /*-webkit-transform: translateY(100px);*/
        /*transform: translateY(100px);*/
    }
    100% {
        opacity: 1;
        /*-webkit-transform: none;*/
        /*transform: none;*/
    }
}

@keyframes fadeInUpSD {
    0% {
        /*opacity: 0;*/
        /*-webkit-transform: translateY(100px);*/
        /*transform: translateY(100px);*/
    }
    125% {
        /*opacity: 1;*/
        /*-webkit-transform: none;*/
        /*transform: none;*/
    }
}

/*.fadeInUpSD {*/
/*-webkit-animation-name: fadeInUpSD;*/
/*animation-name: fadeInUpSD;*/
/*}*/

.slick-active .slide-content {
    animation-name: fadeInUpSD;
    animation-duration: 0.5s;
    opacity: 1;
    width: 100%;
    padding: 10px 20px 30px 0;
}

/* Media Queries */

@media (max-width: 768px) {
    .hero-text .hero .hero-slide a {
        padding-top: 0.8rem;
    }

    .hero-text .hero .hero-slide a span {
        font-size: 20px;
        margin-top: 0.5rem;
    }
}

/*=====  End of Top-slder  ======*/

/*=============================================
=            About-us            =
=============================================*/

#about-us {
    background: url('img/about-us-thumbnail.jpg') no-repeat;
    background-size: cover;
    position: relative;
}

#about-us .before-svg {
    position: absolute;
    width: 100%;
    height: 2rem;
    top: -2px;
    fill: #fff;
}

#about-us .after-svg {
    position: absolute;
    width: 100%;
    height: 5rem;
    bottom: -2px;
    fill: #fff;
}

#about-us .overlay {
    background-color: rgba(16, 82, 129, 0.8);
    padding: 10rem 0;
}

#about-us .descript p {
    font-size: 0.9rem;
    line-height: 2;
    color: #f4f4f4;
}

/*=====  End of About-us  ======*/

/*=============================================
=            Gallery            =
=============================================*/

/*----------  Slider  ----------*/

#gallery .gallery-items figure {
    position: relative;
    width: 100%;
}

#gallery .gallery-items figure .figure-caption {
    position: absolute;
    min-height: 130px;
    bottom: 0;
    width: 100%;
    background: rgba(16, 82, 129, 0.8);
    padding: 1rem;
}

#gallery .gallery-items figure .figure-caption .descript p {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    line-height: 1.8;
}

#gallery .gallery-items figure img {
    overflow: hidden;
    height: 550px;
    width: 100%;
    object-fit: cover;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#gallery .fa.fa-angle-right.slick-arrow {
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: rgba(49, 132, 184, 1);
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease-in-out;
    -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;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 10;
}

#gallery .fa.fa-angle-left.slick-arrow {
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    color: rgba(49, 132, 184, 1);
    width: 3rem;
    height: 3rem;
    text-align: center;
    line-height: 3rem;
    font-size: 2rem;
    background: rgba(255, 255, 255, 0.9);
    transition: all 0.3s ease-in-out;
    -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;
    cursor: pointer;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    z-index: 10;
}

#gallery .fa.fa-angle-right.slick-arrow:hover {
    background: rgba(255, 255, 255, 1);
}

#gallery .slider.slider-nav img {
    height: 8rem !important;
    object-fit: cover;
    width: 100%;
    cursor: pointer;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
}

#gallery .slider.slider-nav .slick-slide {
    margin: 0 1rem;
}

#gallery .slider.slider-nav .slick-list {
    margin: 0 -1rem;
}

/*#gallery .slider.slider-nav .slick-slide.slick-active {*/
/*    transition: 1000ms;*/
/*    filter: blur(2px) grayscale(100%);*/
/*    -webkit-filter: blur(2px) grayscale(100%);*/
/*}*/

/*#gallery .slider.slider-nav .slick-slide.slick-current.slick-active {*/
/*    filter: blur(0) grayscale(0);*/
/*    -webkit-filter: blur(0) grayscale(0);*/
/*    transition: 1000ms;*/
/*}*/

/*#gallery .slider-nav .slick-slide.slick-current.slick-active img {*/
/*    transform: scaleY(2);*/
/*    -webkit-transform: scaleY(2);*/
/*    -moz-transform: scaleY(2);*/
/*    -ms-transform: scaleY(2);*/
/*    -o-transform: scaleY(2);*/
/*}*/



/*.js .slider-single > div:nth-child(1n+2) { display: none }*/

/*.js .slider-single.slick-initialized > div:nth-child(1n+2) { display: block }*/






/*----------  links  ----------*/

#gallery .links-title:before {
    content: '';
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    background: linear-gradient(rgba(16, 82, 129, 0.8), rgba(49, 132, 184, 1));
    display: inline-block;
    animation: hue-rotate-effect 10s ease-in-out infinite;
    -webkit-animation: hue-rotate-effect 10s ease-in-out infinite;
}

@keyframes hue-rotate-effect {
    from {
        filter: hue-rotate(0deg);
        -webkit-filter: hue-rotate(0deg);
    }
    to {
        filter: hue-rotate(360deg);
        -webkit-filter: hue-rotate(360deg);
    }
}

#gallery .links-box .links-item a {
    color: rgb(57, 57, 57);
}

#gallery .links-box .links-item a:hover {
    color: rgba(16, 82, 129, 0.8)
}

#gallery .links-box .links-item p {
    color: rgb(112, 112, 112);
    font-size: 0.8rem;
}

#gallery .links-box .links-item {
    margin: 1.5rem 0;
}

#gallery .links-box .links-item h5 {
    font-size: 1.1rem;
}

#gallery .links-box .links-item:last-child {
    margin-bottom: 0;
}

/*=====  End of Gallery  ======*/

/*=============================================
=            members of companies            =
=============================================*/

#companies-members .card .overlay {
    position: absolute;
    bottom: 0;
    right: 0;
    top: 0;
    height: 100%;
    width: 100%;
    padding: 1rem;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.7), transparent);
}

#companies-members .card.forth .overlay-forth {
    background: linear-gradient(45deg, rgba(49, 132, 184, 0.5), rgba(16, 82, 129, 0.7));
    -webkit-background: linear-gradient(45deg, rgba(49, 132, 184, 0.5), rgba(16, 82, 129, 0.7));
    -moz-background: linear-gradient(45deg, rgba(49, 132, 184, 0.5), rgba(16, 82, 129, 0.7));
    -o-background: linear-gradient(45deg, rgba(49, 132, 184, 0.5), rgba(16, 82, 129, 0.7));
    box-shadow: 0 2px 1rem rgba(0, 0, 0, 0.3);
    height: 100%;
}

#companies-members .card.forth p {
    line-height: 2
}

#companies-members .card.forth {
    background: url('img/cubes.jpg') no-repeat center;
    background-size: cover;
}

#companies-members .card {
    margin-bottom: 1.5rem;
    border-radius: 10px !important;
    -webkit-border-radius: 10px !important;
    -moz-border-radius: 10px !important;
    -ms-border-radius: 10px !important;
    -o-border-radius: 10px !important;
    overflow: hidden;
    box-shadow: 0 2px 0.7rem rgba(0, 0, 0, 0.3);
}

#companies-members .card:hover img {
    transform: scale(1.5);
    -webkit-transform: scale(1.5);
    -moz-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    will-change: transform;
}

#companies-members .card img {
    transition: all 0.8s ease-in-out;
    -webkit-transition: all 0.8s ease-in-out;
    -moz-transition: all 0.8s ease-in-out;
    -ms-transition: all 0.8s ease-in-out;
    -o-transition: all 0.8s ease-in-out;
}

#companies-members .card .overlay h5 {
    position: absolute;
    bottom: 1rem;
}

#companies-members .card img {
    height: 17rem;
    object-fit: cover;
}

#companies-members .card .forth img {
    height: auto;
}

#companies-members figure .figure-caption {
    position: absolute;
    bottom: 0;
    height: 100%;
    width: 100%;
    color: #fff;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.6), transparent);
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
}

#companies-members figure {
    width: 100%;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    overflow: hidden;
}

#companies-members figure img {
    width: 100%;
    object-fit: cover;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}

#companies-members figure .figure-caption h5 {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
}

/*=====  End of members of companies  ======*/

/*=============================================
=            News            =
=============================================*/
#news .card {
    background: rgb(243, 243, 243);
    overflow: hidden;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#news .card .card-footer {
    background: rgb(243, 243, 243);
}

#news .card .card-body {
    display: flex;
    flex-direction: column;
    min-height: 0px;
}
#news .card .card-body > div {
    flex:1;
}


#news .card img {
    height: 17rem;
    object-fit: cover;
}

#news .card .card-body .card-text p {
    font-size: 0.9rem;
    color: rgb(112, 112, 112);
}

#news .card .card-body .card-title h6 {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*=====  End of News  ======*/

/*=============================================
=            Contact us            =
=============================================*/

/*----------  Form  ----------*/

#contact-us .form-input {
    background: rgba(239, 240, 244, 1);
    padding: 1.3rem 1rem;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    font-size: 0.9rem;
}

#contact-us label {
    color: rgb(170, 170, 170);
}

#contact-us .send-btn {
    width: 15rem;
    padding: 0.8rem 3rem;
    border-radius: 2rem;
    -webkit-border-radius: 2rem;
    -moz-border-radius: 2rem;
    -ms-border-radius: 2rem;
    -o-border-radius: 2rem;
}

/*----------  newletter  ----------*/

#contact-us .newsletter {
    background: url('img/newsletter.png') no-repeat;
    background-size: 100% 100%;
}

#contact-us .newsletter-btn {

    border-radius: 3rem;
    -webkit-border-radius: 3rem;
    -moz-border-radius: 3rem;
    -ms-border-radius: 3rem;
    -o-border-radius: 3rem;
}

#contact-us .newsletter-form {
    background: rgba(255, 255, 255, 0.7);
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
}

#contact-us .newsletter-form::placeholder {
    color: #fff;
}

/*=====  End of Contact us  ======*/

/*=============================================
=            Brands            =
=============================================*/

#brands .brands-items {
    max-width: 95%;
    margin: 0 auto
}

#brands .draggable {
    max-width: 85%;
    margin: 0 auto
}

#brands img {
    width: 9rem;
    height: 6rem;
    text-align: center;
    margin: 0 auto;
    object-fit: contain;
}

#brands .fa.fa-angle-left.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    left: -2rem;
    z-index: 10;
    width: 3rem;
    height: 3rem;
    background: linear-gradient(rgba(16, 82, 129, 0.8), rgba(49, 132, 184, 1));
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 3rem;
    cursor: pointer;
    font-size: 1.5rem;
}

#brands .fa.fa-angle-right.slick-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    right: -2rem;
    z-index: 10;
    width: 3rem;
    height: 3rem;
    background: linear-gradient(rgba(16, 82, 129, 0.8), rgba(49, 132, 184, 1));
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -ms-border-radius: 50%;
    -o-border-radius: 50%;
    text-align: center;
    color: #fff;
    line-height: 3rem;
    cursor: pointer;
    font-size: 1.5rem;
}

/*=====  End of Brands  ======*/

/*=============================================
=            Footer            =
=============================================*/

#footer {
    background: url('img/footer-bg.png') no-repeat center;
    background-size: cover;
}

#footer .overlay {
    padding: 5rem 0 1rem;
    background: rgba(16, 82, 129, 0.8);
}

#footer a:hover {
    color: #fff !important;
}

/*=====  End of Footer  ======*/

/*=============================================
=            Resposive Elements            =
=============================================*/

@media screen and (min-width: 992px) {
    .descripit-text {
        max-width: 50%;
    }
}

@media screen and (max-width: 991px) {
    .navbar {
        direction: ltr;
    }

    .dropdown-toggle {
        direction: rtl;
    }

    .navbar-light .navbar-nav .nav-link:hover {
        box-shadow: none;
        color: rgb(50, 133, 185);
    }

    .navbar-toggler {
        background: rgba(16, 82, 129, 1);
    }

    .navbar-light .navbar-toggler-icon {
        filter: invert(1);
        -webkit-filter: invert(1);
    }

    .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 {
        background: rgba(16, 82, 129, 1);
        color: #fff;
        padding: 0.5rem;
        border-radius: 10px;
        -webkit-border-radius: 10px;
        -moz-border-radius: 10px;
        -ms-border-radius: 10px;
        -o-border-radius: 10px;
    }

    header .top-section {
        background-position: right;
    }

    #about-us .before-svg {
        top: -2px;
    }

    #about-us .after-svg {
        bottom: -2px;
    }
}

@media screen and (max-width: 767px) {
    #news .card img {
        height: 20rem;
    }

    #top-slider .hero .hero-slide .header-content {
        transform: translateX(0);
        -webkit-transform: translateX(0);
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -o-transform: translateX(0);
        margin: 0 auto;
        width: auto;
        /*right: 0.5rem;*/
    }

    #top-slider .fa.fa-angle-left.slick-arrow {
        left: 1rem;
        bottom: 1rem
    }

    #top-slider .fa.fa-angle-right.slick-arrow {
        left: 5rem;
        bottom: 1rem
    }

    /* #about-us .before-svg {
        top: -1px;
    }
    #about-us .after-svg {
        bottom: -1px;
    } */
}

@media screen and (max-width: 575px) {
    #about-us::after, #about-us::before {
        height: 3rem;
    }

    header .top-section h4 {
        font-size: 0.9rem;
        text-shadow: 0 2px 1rem rgba(0, 0, 0, 0.9)
    }

    #brands img {
        width: 6rem;
        margin: 1rem auto;
    }

    #gallery .gallery-items figure img {
        height: 25rem;
    }

    #gallery .figure .title h4 {
        font-size: 1rem;
    }

    #top-slider .hero .hero-slide .header-content {
        max-width: 300px;
        top: 10%;
    }

    #top-slider .hero .hero-slide .header-content p {
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

    #top-slider .hero .hero-slide .header-content h4 {
        font-size: 1.2rem
    }
}

/*=====  End of Resposive Elements  ======*/


 table td img{
     width:100%;
     object-fit: cover;
 }
