html {
    text-align: center;
}

body {
    background: #ffffff;
    /*font-family: 'Source Sans Pro', sans-serif;*/
    font-family: 'Spartan', sans-serif;
    font-style: normal;
    font-weight: 300;
    position: relative;
}

h1,
h2,
h3,
h4,
h5 {
    color: rgb(34, 59, 99) !important;
    text-transform: uppercase;
}

h1,
h2,
h3,
h4 {
    font-weight: 400;
    letter-spacing: 0.3rem;
    text-transform: uppercase;
}

h1 {
    color: rgb(34, 59, 99);
    font-size: 1.8rem;
    font-weight: 700;
}

h3 {
    color: rgb(34, 59, 99);
    font-size: 14px;
    letter-spacing: 4px;
}

.portfolio img {
    padding: 20px;
    /* transition: transform .2s; */
    width: 100%;
}

p {
    color: rgb(34, 59, 99);
    font-size: 20px;
    line-height: 28px;
    word-spacing: 1px;
    letter-spacing: 1px;
}

#header {
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center center;
    text-align: center;
    padding-top: 130px;
}

.sectionHeaderHeight{
    height: 50vh;    
}

.header-two,
.header-three,
.header-incoterms {
    min-height: 420px;
    padding-top: 20px !important;
}


.header-company,
.header-four,
.header-news,
.header-packaging,
.header-five{
    padding-top: 20px !important;
}

.header-one .header-thumb,
.header-two .header-thumb,
.header-three .header-thumb,
.header-four .header-thumb,
.header-five .header-thumb,
.header-incoterms .header-thumb {
    padding: 32px 20px 32px 20px !important;
}







#imageLogo {
    width: 40%;
}

#imageLebanonLogo {
    width: 20%;
}

.imageLogo {
    width: 7%;
    margin-right: 3%;
}

.header-four {
    background: url('../pictures/contactheader.jpg') no-repeat;
}
.header-incoterms {
    background: url('../pictures/header_incoterms.jpg') no-repeat;
}

.header-five {
    background: url('../pictures/connections.jpg') no-repeat;
}

.header-company {
    background: url('../pictures/headernews.jpg') no-repeat;
}

.header-news {
    background: url('../pictures/headernews.jpg') no-repeat;
}

.header-packaging {
    background: url("../pictures/packagingheader.jpg") no-repeat;
}


#header .header-thumb {
    background: rgba(255, 255, 255, 0.7);
    border: 10px solid #f9f9f9;
    padding: 62px 20px 62px 20px;
    position: relative;
    margin-top: 30%;
    width: auto;
}

.reduceGap {
    margin-top: 10% !important;
}

.captions {
    background-color: rgba(255, 255, 255, 0.4);

    border: 10px solid #f9f9f9;
}


#sigmaVideo {
    margin: 2% 0;
}

.textBoxesTop {
    border-top: 2px solid rgb(34, 59, 99);
}

.textBoxes {

    border-bottom: 2px solid rgb(34, 59, 99);
    margin: 0 auto 2% auto;
    width: 70%;
}

#companyParagraph {
    text-align: center;
}

#companyParagraph1 {
    font-weight: 400;

}

.datePosted {
    color: black;
    font-size: larger;
    font-family: monospace;

}

#imageNews {
    width: 500px;
    height: auto;
    margin: 10px 0;
    font-family: sans-serif;

}

.newsTextSummary {

    font-family: sans-serif;

}

#readMoreButton {
    margin-bottom: 20px;
}

.modal {
    display: none;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0, 0, 0);
    background-color: rgba(0, 0, 0, 0.4);

}

.modal-content {
    background-color: #fefefe;
    margin: 2% auto;
    padding: 20px;
    border: 1px solid #888;
    width: 75%;
}




#modalImage {
    width: 40%;
    margin: auto;
    margin-bottom: 3%;
    box-shadow: 10px 10px;
}

.close {
    float: right;
    font-family: inherit;
    font-size: 32px;
    font-weight: 300;
    text-shadow: none;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}


.close {}

.close:focus {
    outline: 0px auto -webkit-focus-ring-color;
}

.blog .blog-thumb .btn {
    border-radius: 0px;
    padding: 10px 32px;
    letter-spacing: 2px;
    text-transform: uppercase;
    margin-top: 22px;
    transition: all 0.4s ease-in-out;
}

.blog .blog-thumb .btn:hover {
    background: #111112;
    border-color: transparent;
    color: #ffffff;
}

.imageWithParagraph {
    display: flex;
    align-items: center;
    margin: 0px 20px 50px 20px;
    line-height: 28px;

}

#secondImage1 {
    display: none;

}

#firstImage {
    width: 20% !important;
}

#companyTextsChange {
    display: flex;
}

.companyTexts {
    margin: 70px 100px;
}

.certificates {
    display: flex;
    align-items: center;
    justify-content: center;
}

.zoom {
    transition: transform .2s;
    /* Animation */

}

.zoom:hover {
    transform: scale(2.5);

    z-index: 2;

}

.connections {
    font-size: 18px;
    line-height: 28px;
    word-spacing: 1px;
    letter-spacing: 1px;
    text-decoration: underline;
}

a.connections:hover {
    color: #223B63;
    text-decoration: underline;
    font-weight: bold;

}

.title_connections {
    border-top: 2px solid rgb(34, 59, 99);
    padding: 2% 0%;
    color: #223B63;
    text-align: center;
}

.formBorders {
    width: 60%;
    margin: auto;
    border: 1px solid lightgrey !important;
}

#contact input[type='submit'] {
    background: rgb(34, 59, 99);
    color: #ffffff;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 2px;
    transition: all 0.4s ease-in-out;
    margin-top: 10px;
}

#contact input[type='submit']:hover {
    background: #444;
}

#contact input {
    height: 50px;
}

.contact-submit {
    margin: auto;
    margin-top: 10px;
    width: 50%;
}

#contact .form-control {
    /* background: transparent; */
    border: 1px solid #eee;
    border-radius: 0px;
    box-shadow: none;
    font-size: 16px;
    margin-bottom: 16px;
    transition: all 0.4s ease-in-out;
}

a {
    outline: none;
    text-decoration: none;
}

a,
a:hover,
a:focus {
    color: inherit;
    text-decoration: none;
    outline: 0;
    -webkit-transition: all 0.25s ease-out;
    -moz-transition: all 0.25s ease-out;
    -ms-transition: all 0.25s ease-out;
    -o-transition: all 0.25s ease-out;
    transition: all 0.25s ease-out;
}

#contact .fa {
    font-size: 32px;
    padding-right: 10px;
}

.filter-wrapper {
    width: 100%;
    margin-bottom: 32px;
    overflow: hidden;
}

#contact #map-canvas {
    border: none;
    width: 100%;
    height: 300px;
    margin-top: 40px;
}

a.callPhone {
    color: black;
    font-size: 18px;
    line-height: 28px;
    word-spacing: 1px;
    letter-spacing: 1px;
}

#note {
    font-size: 12px;
    margin-top: -25px;

}

#contactInfo {
    margin-bottom: 30px;
}

a#email {
    color: black;
    font-size: 16px;
    line-height: 28px;
    word-spacing: 1px;
    letter-spacing: 1px;
}

.filter-wrapper a {
    color: black;
    font-size: 13px;
    font-weight: 400;
    letter-spacing: 2px;
    padding: 8px 17px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    display: block;
    text-decoration: none !important;
    transition: all 0.4s ease-in-out;
}

.filter-wrapper a:active {
    background: #111112 !important;
}

.filter-wrapper a:hover,
.filter-wrapper a:focus {
    background: #111112;
    color: #ffffff;
}

ul.filter-wrapper {
    padding: 0 15%;
}

footer {
    background: rgb(34, 59, 99);
    padding-bottom: 50px;
    text-align: center;
    clear: both;
    height: 200px;
    margin: 0;
    font-family: arial;
    font-weight: bold;
    font-size: 12px;
}


footer p {
    margin-top: 5%;
    color: white;
}

.social-icon {
    padding: 0;
    margin: 0;
}

.social-icon li {
    list-style: none;
    display: inline-block;
}

.social-icon li a {
    border-radius: 100px;
    color: #777;
    font-size: 18px;
    width: 50px;
    height: 50px;
    line-height: 48px;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    position: relative;
}

.portfolio {
    text-align: center;
}

.iso-box-section {
    width: 100%;
}

.iso-box-wrapper {
    width: 100%;
    padding: 0;
    clear: both;
    position: relative;
}

.iso-box {
    position: relative;
    min-height: 50px;
    float: left;
    overflow: hidden;
    margin-bottom: 25px;
}

.portfolio .portfolio-thumb {
    position: relative;
    overflow: hidden;
    margin: 0;
}

#contact .contact-form {
    padding-top: 14px;
}

#contact .form-control {
    /* background: transparent; */
    border: 1px solid #eee;
    border-radius: 0px;
    box-shadow: none;
    font-size: 16px;
    margin-bottom: 16px;
    transition: all 0.4s ease-in-out;
}


.social-icon li a:hover {
    background: #ffffff;
}

.img-responsive {
    transition: transform .2s;
}

.img-responsive:hover {

    transform: scale(1.4);
}

/* PACKAGING TERMS */


/* SERVICES */

.menu_a{
    /* font-size:  !important; */
}

#menuBlockServices{
    line-height: 4vw;
}

.servicesColor {
    color: white !important;
}

.specialServicesBullets{
    position: absolute;
    bottom: 2%;
    right: 0;
}

.servicesTitle {
    font-size: 60px;
}

.servicesText {
    font-size: x-large;

    line-height: 1.8;
    font-weight: 100;
}

.servicesProvided {
    font-weight: bold;
    font-size: x-large;
    line-height: 1.8;
}

.servicesBulletsAir{
    line-height: 3vw;
    font-weight: bolder;
    
}
.servicesBullets {
    line-height: 4vw;
    font-weight: bolder;
    font-size: 1.5vw;
    /* background-color: rgba(0,0,0,0.5); */
}

.bulletsDiv {
    margin-top: 5%;
}

.set-bg {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top center;
    height: 100%;
}

#services_footer {
    background: white;
    padding-bottom: 50px;
    text-align: center;
    clear: both;
    height: 200px;
    margin: auto;
    font-family: arial;
    font-weight: 100;
    font-size: 12px;

}

#services_footer p {
    color: #666;
    font-size: 18px;
    bottom: 0;
    position: fixed;
}

.bulletsNotInBootstrap {
    display: none;
}

@media(min-width:2000px){
    .servicesText, .servicesProvided{
        font-size: 2vw;
        margin-top: 5%;
    }
    #menuBlockServices a{
        font-size: xx-large;
    }
}


@media(max-width:1024px) and (max-height:758px){
    .servicesTitle{
        font-size: xx-large !important;
    }
    .servicesText{
        font-size: large !important;
        margin-bottom: 0;
    }
    .servicesProvided{
        font-size: x-large !important;
        margin-bottom: 0;
    }
    .servicesBullets{
        line-height: 3.75vw !important;
        font-size: 2vw !important;
    }
    #menuBlockServices{
        line-height: 6vw !important;
    }
    #menuBlockServices a{
    font-size: small !important;
    }
}

@media only screen and (max-width: 767px) and (min-width: 576px),
only screen and (max-width: 991px) and (min-width: 768px) {
    .servicesTitle {
        font-size: 40px;
    }

    #menuBlockServices a{
        font-size: medium !important; 
    }

    .servicesBullets {
        line-height: 6vw;
    }

    #menuBlockServices {
        line-height: 7vw !important;
    }

    #overviewCategories,
    #servicesCategories {
        line-height: 5vw !important;
    }
}

@media(max-width: 1024px) {
    .servicesProvided {
        font-size: xx-large;
    }

    #menuBlockServices {
        line-height: 8vw;

    }

    #overviewCategories,
    #servicesCategories {
        line-height: 6vw !important;
    }

    #menuBlockServices a {
        font-size: large;
    }

    .servicesBullets {
        line-height: 8vw;
    }
}

@media(max-width:1024px) and (max-height:730px){
    #menuBlockServices{
        line-height: 6vw !important;
    }
    .servicesTitle{
        font-size: xx-large;
    }
    .servicesText, .servicesProvided{
        font-size: large;
        margin-bottom: 0;
    }
    .servicesBullets{
        line-height: 3.5vw;
        /* font-size: large !important; */
    }

}

@media (max-width: 1024px) and (min-width: 767px) {
    .servicesBullets {
        font-size: 3vw ;
    }
}

/* END OF SERVICES */

/* INCOTERMS */

.inco_titles{
    font-size: large;
}

.inco_definitions{
    font-size:large;
}




  
  

/* END OF INCOTERMS */




/* .col-container {
    display: table;
    width: 100%;
  }
  .col {
    display: table-cell;
    padding: 16px;
  }
  
  @media only screen and (max-width: 600px) {
    .col { 
      display: block;
      width: 100%;
    }
  }

  .center { 
    height: 35vw;
    position: relative;
    
  }
  
  .center h2 {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: max-content;
  }
  

.packaging-titles{
    
    font-size: 40px;
}*/
/*
.packaging-images{
    /* display: grid; */

/* }  */

.packaging-image {
    margin: auto;
    width: 50%;
}

.packaging_elements {
    border: 1px solid rgb(34, 59, 99);
    border-radius: 2%;
    margin: 5%;
    padding: 2%;
}

/*.pallets{
    display: none;
}

.formoreinfo{
    background-color: rgb(34, 59, 99);
    color: white;
    border-radius: 10px;
    padding: 2%;
    margin-top: 2%;
    font-size: 18px;
}

.formoreinfo:hover{
    color: white;
} */

/* END OF PACKAGING TERMS */


/* LEBANON */
.bg-img {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
}

.header2And5 {
    font-weight: 300;
    font-size: 100px !important;
}

.mt-15 {
    margin-top: 15px;
}

.mt-30 {
    margin-top: 30px;
}

.mt-50 {
    margin-top: 50px;
}

.mt-70 {
    margin-top: 70px;
}

.mt-100 {
    margin-top: 100px;
}

.mb-15 {
    margin-bottom: 15px;
}

.mb-30 {
    margin-bottom: 30px;
}

.mb-50 {
    margin-bottom: 50px;
}

.ml-15 {
    margin-left: 15px;
}

.ml-30 {
    margin-left: 30px;
}

.mr-15 {
    margin-right: 15px;
}

.mr-30 {
    margin-right: 30px;
}

.mb-70 {
    margin-bottom: 70px;
}

.mb-100 {
    margin-bottom: 100px;
}

.mt-230 {
    margin-top: 230px;
}

.section-padding-100 {
    padding: 100px 0;
}

.section-padding-0-100 {
    padding: 0 0 100px;
}

.slide-background-overlay {
    position: relative;
    z-index: 1;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 60%;
}

.slide-background-overlay::after {
    content: '';
    position: absolute;
    height: 60%;
    width: 100%;
    z-index: -1;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.9);
    background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.1) 90%, rgba(0, 0, 0, 0) 100%);
}

.grids {
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.grids div {
    width: 1px;
    height: 100%;
    background-color: #e0e3e4;
}

.grids div:nth-child(5) {
    background-color: #bababa;
}


.grids div:first-child,
.grids div:last-child {
    background-color: transparent;
}

/* :: Hero Slides Area CSS */
.hero-slides .single-hero-slide {
    height: 950px;
    position: relative;
    z-index: 1;
    padding: 0 40px 100px;
    -webkit-transition-duration: 800ms;
    transition-duration: 800ms;
    overflow: visible;
    cursor: pointer;
}

.hero-slides .owl-dots {
    position: absolute;
    left: 50px;
    bottom: 50px;
}

.hero-slides .owl-dots .owl-dot {
    width: 8px;
    height: 8px;
    border: 1px solid #6a6a67;
    margin: 0 5px;
    border-radius: 50%;
    display: inline-block;
}

.hero-slides .owl-dots .owl-dot.active {
    border: 1px solid #ffffff;
    background-color: #ffffff;
}

.portfolio-area {
    overflow-x: hidden;
}

.portfolio-area .portfolio-title h2 {
    font-size: 56px;
    text-align: center;
    font-weight: 100;
}

.portfolio-area .portfolio-title h2 span {
    font-weight: 400;
}

.single-portfolio-item {
    position: relative;
    z-index: 1;
}

.single-portfolio-item .backend-content .dots {
    position: absolute;
    z-index: -1;
    top: -100px;
    left: -150px;
}

.single-portfolio-item .backend-content h2 {
    position: absolute;
    font-size: 230px;
    color: #f0f0f0 !important;
    z-index: -10;
    top: -170px;
    right: 40%;
}

.single-portfolio-item .portfolio-meta {
    padding-top: 30px;
}

.single-portfolio-item .portfolio-meta p {
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 5px;
}

.single-portfolio-item .portfolio-meta h2 {
    font-size: 30px;
}

.single-portfolio-item.portfolio-item-2 .backend-content .dots {
    position: absolute;
    z-index: -1;
    top: 0;
    left: auto;
    right: -150px;
}

.single-portfolio-item.portfolio-item-3 .backend-content .dots {
    top: 0;
    left: -200px;
    right: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.single-portfolio-item.portfolio-item-3 .backend-content h2 {
    top: -180px;
    left: 30%;
    right: auto;
}

.single-portfolio-item.portfolio-item-4 {
    top: -220px;
}

.single-portfolio-item.portfolio-item-4 .backend-content .dots {
    top: auto;
    bottom: -130px;
    left: 70%;
    right: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.single-portfolio-item.portfolio-item-5 {
    top: -450px;
    height: 0;
}

.single-portfolio-item.portfolio-item-6 {
    top: 0;
    height: 0;
}

.single-portfolio-item.portfolio-item-7 {
    margin-top: 50px;
}

.single-portfolio-item.portfolio-item-7 .backend-content .dots {
    position: absolute;
    z-index: -1;
    top: auto;
    bottom: 0;
    left: auto;
    right: -150px;
}

.single-portfolio-item.portfolio-item-7 .backend-content h2 {
    top: -180px;
    left: 30%;
    right: auto;
}

/* :: Hero Area CSS */
.hero-area {
    background-color: #232323;
    position: relative;
    z-index: 1;
    overflow: hidden;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.hero-area .backEnd-content .dots {
    position: absolute;
    right: -200px;
    top: 50%;
    z-index: -2;
    opacity: 0.1;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

#lebanonSecondParagraph {
    width: 60%;
    margin-top: 5%;
}

#lebanonFourthParagraph {
    width: 80%
}

/* #importExport{
    display: flex; 
    margin-top:2%
  }
 */
.importExportImages {
    border: 1px solid lightgrey;
}

/* #imports{
    margin-right: 5%;
  } */

#abovePicture {
    margin-top: -30%;
}

/* END LEBANON */


/* CONTAINERS */
.containersHTML {
    height: 100%;
    margin: 0;
    padding: 0;
}

#carouselContainers {
    overflow-x: auto;
    white-space: nowrap;
    display: block;
}

#carouselContainers.vertical {
    flex-direction: column;
}

#carouselContainers.snap {
    scroll-snap-type: y mandatory;
    -webkit-overflow-scrolling: touch;
}

#carouselContainers.snap>div {
    scroll-snap-align: center;
}

#carouselContainers.snap.vertical {
    flex-direction: column;
    scroll-snap-type: y mandatory;
}

#carouselContainers.snap {
    scroll-snap-type: mandatory;
    -ms-scroll-snap-type: mandatory;
    scroll-snap-points-y: repeat(100%);
    -ms-scroll-snap-point-x: repeat(100%);
}

#carouselContainers.snap.vertical {
    scroll-snap-points-y: initial;
    -ms-scroll-snap-points-y: initial;
    scroll-snap-points-y: repeat(100%);
    -ms-scroll-snap-points-y: repeat(100%);
}

#carouselContainers {
    position: relative;
    width: 100%;
    height: 100%;
}

#carouselContainers>div {
    min-width: 100%;
    min-height: 100%;
    justify-content: center;
    align-items: center;
    text-align: center;
    color: black;
    font-size: 20px;
}


#carouselContainers-1 {
    background:
        linear-gradient(rgba(255, 255, 255, 0.85),
            rgba(255, 255, 255, 0.85)),
        url(../pictures/black.jpg) no-repeat center fixed;
    background-size: cover;
}

#carouselContainers-2 {
    background:
        linear-gradient(rgba(255, 255, 255, 0.7),
            rgba(255, 255, 255, 0.7)),
        url(../pictures/black.jpg) no-repeat center fixed;
    background-size: cover;

}

#carouselContainers-3 {
    background:
        linear-gradient(rgba(255, 255, 255, 0.55),
            rgba(255, 255, 255, 0.55)),
        url(../pictures/black.jpg) no-repeat center fixed;
    background-size: cover;
}

#carouselContainers-4 {
    background:
        linear-gradient(rgba(255, 255, 255, 0.4),
            rgba(255, 255, 255, 0.4)),
        url(../pictures/black.jpg) no-repeat center fixed;
    background-size: cover;
}

#carouselContainers-5 {
    background:
        linear-gradient(rgba(255, 255, 255, 0.25),
            rgba(255, 255, 255, 0.25)),
        url(../pictures/black.jpg) no-repeat center fixed;
    background-size: cover;
}


.carouselContainersH1 {
    font-weight: bold;
    font-size: larger;
    font-family: montserrat;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    box-shadow: 0 8px 6px -6px black;
    margin: 10% auto;
    text-align: center;
    padding: 30px;
    width: fit-content;
}

.tableheaders {
    border: 1px solid ghostwhite !important;
    padding: 2%;
    color: rgb(34, 59, 99);
    font-weight: 400;
    width: 20%;
    text-align: center;

}

.tableEdit {
    background:
        linear-gradient(rgba(255, 255, 255, 0.45),
            rgba(255, 255, 255, 0.45))
}

.tableEdit2 {
    background:
        linear-gradient(rgba(255, 255, 255, 0.65),
            rgba(255, 255, 255, 0.65))
}

.tdTableContainers {
    border: 1px solid ghostwhite;
    width: 9%;
    color: rgb(34, 59, 99);
}

.tdTableContainersSecond {
    color: white !important;
}

.tdOptions {
    font-size: medium;
    font-weight: bolder;
    color: rgb(34, 59, 99);
    background:
        linear-gradient(rgba(255, 255, 255, 0.2),
            rgba(255, 255, 255, 0.2))
}

.carouselImage {
    margin-bottom: 7%;
    width: 25vw;
}

.flexContainers {
    display: flex;
}

.introcarouselContainers {
    margin: auto;
}

.containerMenu {
    display: inline-block;
    cursor: pointer;
}

.bar1,
.bar2,
.bar3 {
    width: 35px;
    height: 5px;
    background-color: rgb(34, 59, 99);

    margin: 6px 0;
    transition: 0.4s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-9px, 6px);
    transform: rotate(-45deg) translate(-9px, 6px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -8px);
    transform: rotate(45deg) translate(-8px, -8px);
}


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

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

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 25px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

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

.overlay .closebtn {
    position: absolute;

    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 700px) {
    .overlay a {
        font-size: 18px
    }



    .servicesTitle, .servicesText{
        margin-bottom: 0;
    }

    .servicesBullets{
        line-height: 7vw;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: -5px;
        right: 20px;
    }

    .overlay-content {
        top: 3%;
    }

    .servicesCategoriesContainers {
        font-size: 15px !important;
    }
}




/* END CONTAINERS */

@media(max-width:1024px) {

    .smallerPoints {
        background-color: rgba(0, 0, 0, 0.5)
    }

    .carouselContainersH1 {
        margin: 1% auto 2% auto;
        font-size: 4vw;
        padding: 20px;
    }

    .carouselImage {
        margin-bottom: 2%;
        width: 35vw;
    }

    .table {
        width: fit-content;
        font-size: smaller !important;

    }

    #carouselContainers-1,
    #carouselContainers-2,
    #carouselContainers-3,
    #carouselContainers-4 {
        width: fit-content;
    }

    #secondInCarousel {
        margin-top: 10%;
    }

    .tdOptions {
        font-size: smaller !important;
    }

    .imageWithParagraph {
        display: block;
    }

    #firstImage {
        width: 40% !important;
    }

}


@media(max-width:1204px) {


    #secondImage1 {
        display: inline;
        width: 40% !important;
        margin-bottom: 35px;
    }

    #secondImage2 {
        display: none;
    }

    #thirdImage {
        width: 40% !important;
        margin: auto;
        margin-top: 35px;
    }

}

@media(max-width:1024px) {
    .flexContainers {
        display: block;
    }

    .bulletsNotInBootstrap {
        display: block;
    }

    .bulletsInBootstrap {
        display: none;
    }
}

@media(max-height: 580px) {
    #secondInCarousel {
        margin-top: 0;
    }

    .carouselContainersH1 {
        padding: 15px;
    }

    table.table {
        margin-bottom: 2%
    }


}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .hero-slides .single-hero-slide {
        height: 800px;
    }

    .single-portfolio-item .backend-content h2 {
        font-size: 170px;
        top: -120px;
    }

    .single-portfolio-item.portfolio-item-3 .backend-content h2 {
        top: -130px;
    }

    .single-portfolio-item.portfolio-item-7 .backend-content h2 {
        top: -100px;
    }
}

@media (max-width: 1090px) {
    #menuBlock {
        display: block !important;
        line-height: 5vw;
    }

}

@media only screen and (min-width: 768px) and (max-width: 991px) {

    .servicesProvided{
        font-size: x-large;
    }
    .servicesBullets{
        line-height: 6vw;
    }
    .hero-slides .single-hero-slide {
        height: 700px;
    }

    .portfolio-area .portfolio-title h2 {
        font-size: 36px;
    }

    .single-portfolio-item .backend-content h2 {
        font-size: 80px;
        top: -50px;
    }

    .single-portfolio-item.portfolio-item-3 .backend-content h2 {
        top: -90px;
        font-size: 100px;
    }

    .single-portfolio-item.portfolio-item-5 {
        top: -230px;
    }

}

@media(max-width:770px) {
    .table {
        width: fit-content;
        font-size: 14px !important;

    }



    #thirdInCarousel {
        margin-top: 1% !important;
    }


}

@media only screen and (max-width: 767px) {

    #menu_services {
        display: none;
    }

    .specialServicesBullets{
        position: relative;
    }

   
    .mt-230 {
        margin-top: 100px;
    }

    .hero-slides .single-hero-slide {
        height: 550px;
    }

    .portfolio-area .portfolio-title h2 {
        font-size: 30px;
    }

    .single-portfolio-item .backend-content h2 {
        font-size: 80px;
        top: -50px;
    }

    .single-portfolio-item .portfolio-meta h2 {
        font-size: 24px;
    }

    .single-portfolio-item.portfolio-item-3 .backend-content h2 {
        top: -70px;
    }

    .single-portfolio-item.portfolio-item-3 {
        margin-bottom: 100px;
    }

    .single-portfolio-item.portfolio-item-4 {
        top: 0;
        margin-bottom: 100px;
    }

    .single-portfolio-item.portfolio-item-5 {
        top: 0;
        height: auto;
        margin-bottom: 100px;
    }

    .single-portfolio-item.portfolio-item-6 {
        height: auto;
        margin-bottom: 100px;
    }

    .single-portfolio-item.portfolio-item-7 .backend-content h2 {
        top: -60px;
    }

    #lebanonSecondParagraph,
    #lebanonFourthParagraph {
        width: 100%;
    }

    /* #importExport{
          display: block; 
          margin-top:5%
          
        }
      
        #imports{
          margin-right: 0;
        } */

    #abovePicture {
        margin-top: 0;
    }

}



@media (max-width: 550px) {

    .servicesTitle {
        font-size: 4.5vw;
    }

    .servicesBullets{
        font-weight: 100;
        line-height: 6.5vw !important;
    }

    

    .servicesText,
    .servicesProvided,
    .servicesBullets {
        font-size: 4vw !important;
        
    }

    .bar1,
    .bar2,
    .bar3 {
        width: 25px;
        height: 4px;
        background-color: #333;
        margin: 6px 0;
        transition: 0.4s;
    }

    .carousel-caption {
        display: none;
    }

    #sigmaVideo,
    #FERVideo {
        width: 90%;
        height: 300px;
    }


    .certificates {
        display: block;
    }

    #firstImage {
        margin: 30px 0px;
    }

    #firstImage,
    #secondImage1,
    #thirdImage {
        width: 80% !important;
    }

    #companyTextsChange {
        display: block;
    }

    .table {
        width: fit-content;
        font-size: x-small !important;

    }


}