@font-face {
    font-family: HelveticaNeueLT;
    src: url("../Fonts/HelveticaNeueLT.otf") format("opentype");
}

@font-face {
    font-family: Montserrat;
    src: url("../Fonts/Montserrat-Regular.ttf") format("opentype");
}


body{
    position: relative;
    margin: 0px;
    padding: 0px;
    background-color: #808080;
    font-family: Montserrat;
}

p{
    margin: auto;
}

.content{
    position: relative;
    width: 100%;
    max-width: 1920px;
    margin: auto;
    left: 0;
    right: 0;
    color : #fff;
}

.content_index{
    position: relative;
    height: calc(100vh - 187px);
    background-size: cover;
    background-repeat: no-repeat;
    overflow: hidden;
}

.content_index .content_index_bottom{
    position: absolute;
    z-index: 1;
    margin: auto;
    bottom: 0;
    height: 402px;
    width: 100%;
    background-image: url("../IMG/Gradient_Black.png");
    background-repeat: initial;
}

.content_index .discription{
    position: absolute;
    color : #fff;
    z-index: 2;
    text-align: center;
    width: 100%;
    margin: auto;
    bottom: 30px;
}

.content_index .discription .title{
    margin-bottom: -4px;
}
.content_index .discription .title{
    font-size: 2.5em;
}

a{text-decoration: none;
color: aliceblue;}



#header
{
    position: relative;
    min-height: 80px;
    background-color: antiquewhite;
    overflow: hidden;
    width: 100%;
}

#header .header_bg{
    /*width: 100%;*/
    min-height: 80px;
    z-index: -100;
}

#header .menu{
    position: absolute;
    margin: auto;
    top : 47%;
    left : 400px;
    z-index: 1;
    font-size: 1.3em;
}

#header .menu ul{
    color : #fff;
    margin: 0px;
    padding: 0px;
    
}
#header .menu li{
    display: inline;
    text-decoration: none;
    margin-right: 30px;
    cursor: pointer;
}
#header .menu li:hover{
    border-bottom: 3px solid #bea13d;
}

#header .social_media{
    position: absolute;
    margin: auto;
    top : 32%;
    right: 90px;
    z-index: 1;
}

#header .social_media li{
    display: inline;
    text-decoration: none;
    margin-right: 10px;
    cursor: pointer;
}

#header .logo{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 50px;
    z-index: 1;
    height: 100%;
    max-height: 80px;
}

#myVideo {
    position: absolute;
    width: 100%;
}

#services{
    width: 100%;
    height: 603px;
    background-image: url('../IMG/BG_Top_Menu.jpg');
    z-index: 1000;
}

.services{
    position: relative;
    text-align: center;
}

.services_contant{
    position: absolute;
    max-width:1080px;
    margin:auto;
    top:50px;
    bottom: 0;
    left:0;
    right:0;
    line-height: 150%;
    padding:10px;
}

.services_bg{
    background-color: black;
    background-image: url('../IMG/BG_HomePage_Menu.jpg');

}

.services .title{
    font-size: 2em;
}

.services .icon_div{
    position: relative;
    border: 0px solid #bea13d;
    cursor: pointer;
    margin: auto;
    top:0; bottom: 0; left:0; right:0;
    padding: 10px;
    border-radius: 10px;
    z-index: 99;
}

.services .icon_div .title{
    margin: 15px;
    font-size: 15px;
}

.services .icon {
    position: relative;
    margin: auto;
    left: 0px;
    right: 0px;
    width: 80px;
}

.about
{
    position: relative;
    text-align: center;
    min-height: 800px;
    background-image: url('../IMG/BG_Gray.jpg');
    background-repeat: no-repeat;
    background-position: bottom;
    border:0px solid #000;
}

.about .title{
    font-size: 2em;
    margin-bottom: -4px;
    margin: auto;
    padding-top: 30px;
}

.about .ouner_info{
    position: relative;
    margin: auto;
    top:20px;
    left: 0;
    right: 0;
    padding-bottom: 40px;
}

.clients
{
    position: relative;
    text-align: center;
    background-color: #bea13d;
    
}


.clients .title{
    font-size: 40px;
    margin-bottom: -4px;
    margin: auto;
    padding-top: 30px;
}

.clients .clients_logo{
    width: 100%;
    overflow-y: auto;
}

.clients .clients_logo img{
    max-height: 80px;
    max-width: 150px;
    margin: 30px;
}

.category{
    position: relative;
    background-color: #666666;
    border-radius: 10px;
    width: 80%;
    max-width: 1080px;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 2%;
    min-height: 80px;
}

.category table{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.category table td{
    vertical-align: middle;
    border: 0px solid #000;
}

.category .category_icon{
    position: relative;
    text-align: left;
}

.category .category_icon img{
    position: relative;
    width:50px;
    margin: auto;
    left : 15px;
}

.category .category_title{
    position: relative;
    font-size: 1.5em;
}

.category .category_description{
    position: relative;
    font-size: 1em;
}


.careers{
    position: relative;
    background-color: #666666;
    border-radius: 10px;
    width: 80%;
    max-width: 1080px;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 2%;
    min-height: 80px;
}

.careers table{
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0px;
    margin: 0px;
}

.careers table td{
    vertical-align: middle;
    border: 0px solid #000;
}

.careers .careers_title{
    position: relative;
    font-size: 1.5em;
}

.careers .careers_description{
    position: relative;
    font-size: 1em;
}


.our_work{
    margin: 3%;
}

.our_work .img{
    position: relative;
    margin: auto;
    left: 0;
    right: 0;
    border-radius: 50%;
    width: 300px;
    height: 300px;
    overflow: hidden;
}

.our_work .img img{
    width: 100%;
}

.our_work .title{
    position: relative;
    font-size: 1.5em;
}
.our_work .client{
    position: relative;
    font-size: 1.1em;
    color: #bea13d;
    margin: 10px;
}

.google_location{
    border-radius: 10px;
    height: 300px;
    width: 80%;
    max-width: 1080px;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 2%;
}

.contact_form{
    width: 80%;
    max-width: 1080px;
    margin: auto;
    left: 0;
    right: 0;
    margin-top: 2%;
}
.contact_form td{
    position: relative;
    border: 0px solid #000;
    padding: 10px;
    width: 50%;
    font-size: 1em;
    font-weight: bold;
    text-align: left;
}

.input{
    width: 100%;
    min-height: 30px;
    padding: 5px;
    background: transparent;
    border: 0.13em solid #666666;
    border-radius: 10px;
    font-size: 15pt;
}

.select{
    padding: 8px;
    margin: 0px;
}

*:focus {
    outline: none;
    border: 0.13em solid #333333;
}

.captcha{
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    left: 18px;
    height: 30px;
    border-radius: 10px;
}

.footer{
    height: 330px;
    background-image: url('../IMG/BG_Banner_Bottom.jpg');
    position: relative;
    text-align: center;
    font-size: large;
    outline: none;
}

.footer .grid-container {
display: grid;
grid-template-columns: auto auto auto;
gap: 5px;
padding: 5px;
}



.title .gold{
    border-bottom: 5px solid #bea13d;
}

.title .gray{
    border-bottom: 5px solid gray;
}

.under_line_gold{
    border-bottom: 5px solid #bea13d;
}

#btm-right {
bottom: 0;
right: 0;
}
#btm-left {
bottom: 0;
left: 0;
}
#top-left {
top: 0;
left: 0;
}
#top-right {
top: 0;
right: 0;
}

.border {
background: #bea13d;
display: none;
width: 3px;
height: 3px;
position: absolute;
}

#menu_mobile{
    display: none;
    cursor: pointer;
    font-size: 1.5em;
    position: absolute;
    z-index: 99;
    margin: auto;
    right: 30px;
    top: 28px;
    color: #fff;
}

.sidenav{
    display: none;
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1001;
    top: 0;
    left: 0;
    background-image: url('../IMG/background_opacity_80.png');
    overflow-x: hidden;
    transition: 0.3s;
    padding-top: 60px;
    /*border-right: 5px solid #bea13d;*/
}

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

.sidenav a:hover {
    color: #f1f1f1;
}

.sidenav .icon{
    width: 35px;
}

.sidenav table{
    margin-left: 28px;
}

.sidenav td{
    border: 0px solid #f1f1f1;
}
.sidenav td a{
    padding: 8px 8px 8px 5px;
    font-size: 20px;
}

.sidenav .closebtn {
position: absolute;
top: 0;
right: 25px;
font-size: 36px;
margin-left: 50px;
}

.grid-container {
display: grid;
grid-template-columns: auto auto auto;
gap: 5px;
padding: 5px;
}




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

    body{
        font-size: 0.8em;
    }
    #header
    {
        height: 40px;
    }
    #header .logo
    {
        left:20px;
        max-height: 40px;
    }
    #header .header_bg{
        min-height: 40px;
        z-index: -100;
    }
    #menu_computer{
        display: none;
    }
    #menu_mobile_slider{
        display: block;
    }
    #menu_mobile{
        display: block;
    }
    .content_index{
        height: calc(100vh - 40px);
    }
    #myVideo {
        width: 100%;
    }
    .line_gold{
        height: 3px;
    }
    .content_index .discription{
        width: 95%;
        margin: auto;
        left: 0;
        right: 0;
        bottom: 50px;
    }
    .content_index .discription .title{
        font-size: 1.5em;
    }

    .grid-container {
        grid-template-columns: auto auto;
    }

    .services .icon {
        width: 50px;
    }

    .services .icon_div .title{
        font-size: 12px;
    }

    .footer .grid-container {
        position: absolute;
        margin: auto;
        left: 0;
        right: 0;
        font-size: 15px;
        width: 80%;
        grid-template-columns: auto;
        text-align: left;
    }
    .footer img {
        width: 130px;
    }
    .footer .grid-container img {
        width: 20px;
    }
}