/*@media (min-width: 1200px){
.container {
    max-width: 1240px;
    width: 100%;
}
}*/


*{
    padding: 0;
    margin: 0;
}
p{
    padding: 0;
    margin: 0;
    direction: ltr;
    line-height: 2;
}
a{
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
}
a:hover{
    transition: all 0.5s ease 0s;
    text-decoration: none;
    outline: none;
}

@font-face {
 font-family:sky;
 font-style:normal;
 font-weight:400;
 src:url("fonts/sky.ttf") format('truetype')
}

@font-face {
 font-family:GE_SS;
 font-style:normal;
 font-weight:100;
 src:url("fonts/ArbFONTS-rabi3.ttf") format('truetype')
}

@font-face {
 font-family:georgia;
 font-style:normal;
 font-weight:100;
 src:url("fonts/georgia.ttf") format('truetype')
}



body{
    color: #002147;
    font-size: 15px;
/*word-spacing: 2px;*/
/*    font-family: 'georgia', serif;
    font-family: 'Poppins', sans-serif;
    font-family: 'GE_SS', sans-serif;*/
       font-family: 'Poppins';


    padding: 150px 0 0;
    transition: all 0.5s ease 0s;
    margin: 0;
    text-align: left;
}


/*header*/
/*====================================*/




header{
    position: sticky;
    position: fixed;
    right: 0;
    left: 0;
    top: 0;
    z-index: 9999;
    padding: 25px  15px;
    background-image: url("img/headerbg.jpg");
    background-repeat: no-repeat;
    background-position: center top ;
}

header .row{
    position: relative;
}
header img{
    float: left;
    width: 150px;
    height: auto;
}
@media (max-width: 769px) {
  body{
    padding: 110px 0 0;
  }  
    header img{
    float: left;
    width: 90px;
    height: auto;
}
}
header .topnav{
    height: 80px;
    display: block;
    margin: 8px 0 0 200px;
    list-style: none;
    padding: 0;
    float: right;
}



@media (max-width: 769px) {
 header .topnav{
    position: fixed;
    top: 0;
        transition: all 0.5s ease 0s;
    left: -300px;
    bottom: 0;
    width: 250px;
    height: auto;
    display: block;
    margin: 0;
    padding: 25px;
    background: #fff;
}
header .topnav:after {
    display: none;
}
.open{
    left: 0 !important;
        transition: all 0.5s ease 0s;
}

.bar {
    background: #f0952a;
    width: 45px;
    height: 35px;
    border-radius: 3px;
    cursor: pointer;
    z-index: 99999;
    text-align: center;
    color: #fff;
    padding: 10px 0 0;
    float: right;
    margin: 10px 0 0;
}
}
header .topnav li{
    float: left;
    list-style: none;
    position: relative;
}


header .topnav li a{
    display: block;
    padding: 30px 15px;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    color: #000;
    text-decoration: none;
    outline: none;
    font-weight: bold;

}
@media (max-width: 769px) {
header .topnav li{
    float: none;
    display: block;
}


header .topnav li a{
    padding: 15px 0px;
}  
}
header .topnav li:hover > a{
    color: #fff;
}
header .topnav li:hover > a{
        transition: all 0.5s ease 0s;
    color: #f0952a;
}

header .topnav li ul{
    position: absolute;
    top: 99%;
    left: 0;
    width: 220px;
    padding:  0;
    display: none;
}
@media (max-width: 769px) {
 header .topnav li ul{
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
}   
}
header .topnav li:hover ul{
    display: block;
}
header .topnav li li{
    float: none;
    display: block;
}
header .topnav li li:after{
    display: none;
}
header .topnav li li a {
    background-color: #fff;
    text-align: left;
    direction: ltr;
    color: #000;
    font-size: 13px;
    padding:  10px 15px;
        font-weight: normal;
    border-bottom: 1px solid #f1f1f1;
}
header .topnav li li a:hover{
    background-color: #f9f9f9;
    color: #f0952a;
}
@media (max-width: 769px) {
 header .topnav li li a {
    background-color: inherit;
    text-align: left;
    direction: ltr;
    color: #000;
    font-size: 13px;
    padding: 7px 10px;
    border-bottom: none;
}
header .topnav li li a:hover{
    color: #f0952a;
    border-bottom: none;

}  
}
/**/

/**/
.contactus {
    background: #fff;
    text-decoration: none;
    outline: none;
    color: #000;
    padding: 10px 20px;
    display: inline-block;
    font-size: 18px;
    position: absolute;
    right: 20px;
    top: 17px;
}
.contactus:hover {
    background: #488110;
    color: #fff;
}

.envelope{
    float: left;
}
.envelope .fa{
    color: #6bc118 !important;
    border: none !important;
    font-size: 22px !important;

}


/**/
section{
    clear: both;
    padding: 50px 15px;
    overflow: hidden;
}

.about{
    background-color: #f3f3f3;
    text-align: left;
    direction: ltr;
    font-size: 18px;
    color: #666;
}
.about .block {
    float: left;
    padding: 20px;
    height: 600px;

        display: flex;
        flex-direction: column;
        justify-content: center;

}
@media (max-width: 769px) {
    .about .block {
    min-height: auto;
    padding: 10px;
}
}
.about .block img{
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
    border: 15px solid #fff;
    max-height: 100%;
}
.about .block a.mor{
    clear: both;
    display: inline-block;
    color: #f0952a;
    margin: 15px 0 0;
    font-size: 17px;
    text-decoration: none;
    outline: none;
    font-weight: bold;
}
.about .block a.mor:hover{
    text-decoration: underline;
}

/**/

.serves{}
.tit{
    color: #666;
    font-size: 17px;
}
.title{
    color: #d17a14;
    font-size: 2em;
    font-weight: bold;
}
/**/
.serves-box{
    float: left;
    padding:  40px 15px 15px;
    background-image: url("img/dots-group-3.png");
    background-repeat: no-repeat;
    background-position: -15px 0px;
    background-size: 100px auto;
}
.serves-box .box{
    background: #fff;
    padding: 60px 15px;
    box-shadow: 0 0 15px #ddd;
    border-radius: 10px;
    text-align: center;
    min-height: 500px;
            display: flex;
        flex-direction: column;
        justify-content: center;
}
.serves-box .box img{
    display: inline-block;
    position: relative;
    width: 250px;
    height: 250px;
    margin: 0 auto 25px;
    overflow: hidden;
    border-radius: 50%;
    border: 10px solid #efecec;
}
.serves-box .box h3{
    font-weight: bold;
    font-size: 18px;
    color: #000;
}
.serves-box .box:hover h3{
    text-decoration: underline;
}

/**/
.work{
    text-align: center;
    background: #f4f4f4;
}
.work-box{
    float: left;
    padding: 10px;
}
.work-box .box{
    background: #fff;
    padding: 20px;
    text-align: center;
    box-shadow: 0 0 25px #ccc;
}
.work-box .box img{
    width: 100%;
    height: 280px;
    margin: 0 0 10px;
}
.work-box .box h3 a{
    font-size: 16px;
    font-weight: bold;
    color: #222;
    text-decoration: none;
    margin: 0 0 10px;
}
.work-box .box h3 a:hover{
    text-decoration: underline;
}


.all{
    display: inline-block;
    margin: 30px auto 0;
    color: #fff;
    padding: 12px 40px;
    border-radius: 35px;
    text-align: center;
    text-decoration: none;
    background: #999;
    font-size: 20px;
    font-weight: bold;
    background: linear-gradient(135deg, #f0952a 100%, #d17a14 80%);
}

/**/
.company{
    padding-top: 0 !important;
}
.logos{
    padding: 5px;
    margin: 0 auto;
    display: block;
    max-width: 250px;
}
.logos img{
    width: 100%;
    height: auto;
    border-radius: 5px;
}

/**/
.bg{
    padding: 0 !important;
    clear: both;
}
.bg img{
    width: 100%;
    height: auto;
}
/**/


footer{
    background: #101010;
    padding: 50px 15px;
    clear: both;
    text-align: center;
    direction: ltr;   
    overflow: hidden;
}
.foot{
    float: left;
    padding: 20px;
    text-align: center;
    direction: ltr;
    font-size: 15px;
    color: #777;
}
.foot .fa{
    font-size: 40px;
    margin: 0 auto;
    color: #f0952a;

}
.foot h3{
    display: block;
    margin: 15px 0;
    color: #fff;
    opacity: 0.7;
    font-size: 16px;
}

footer hr{
    border-color: #222222;
    margin: 50px 0;
    clear: both;
}

.icon{
    clear: both;
    text-align: center;
    direction: ltr;
    padding: 0 0 15px;
}
.icon a .fa{
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 30px;
    color: 999;
    background: #fff;
    border-radius: 50%;
}
.icon a {
    color: #333333;
    text-decoration: none;
    outline: none;
}

h3.name{
    color: #777;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
    margin: 5px 0;
}
h3.name a{
     color: #777;
    text-decoration: none;
    outline: none;   
}

/**/


.head{
    padding: 11vh 15px;
    color: #171940 !important;
    text-align: center;
    background-image: url("img/head.png");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100%;
}
.head h1{
    font-weight: bold;
    font-size: 40px;
}

.breadcrumb{
    padding: 0;
    background: inherit !important;
    direction: ltr;
    text-align: center;
}
.breadcrumb *{
    display: inline-block;
}
.breadcrumb a{
    color: #f0952a;
    text-decoration: none;
    outline: none;
}
/**/

.blocks{
    float: left;
    padding: 20px;
}
.blocks .title{
    color: #000;
}
.blocks img{
    display: block;
    margin: 0 auto;
    max-height: 100%;
    max-width: 100%;
    height: auto;
}
/**/

.company-box{
    float: left;
    padding: 20px;
    overflow: hidden;
    border: 1px solid #dadada;
    border-top: none;
            display: flex;
        flex-direction: column;
        justify-content: center;
}
.company-box img{
    margin: auto;
    display: block;
    width: 100%;
    height: auto;
    max-width: 200px;
}

/**/
iframe {
    width: 100%;
}
.form-box{
    background: #fff;
    padding: 30px 25px;
    box-shadow: 0 0 20px #ddd;
    text-align: left;
    direction: ltr;
    overflow: hidden;
    margin: 15px 0 0;
}
.contact{
    clear: both;
    padding: 50px 0 0;
}
.contact-box{
    clear: both;
    overflow: hidden;
    position: relative;
    padding: 10px 10px 10px 80px;
    color: #666;
}
.contact-box .fa{
    width: 60px;
    height: 60px;
    line-height: 60px;
    font-size: 20px;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    background: #f0952a;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -30px 0 0;
}
.contact-box h3{
    color: #000;
    font-weight: bold;
}


/**/
button, input, optgroup, select, textarea {
    display: block;
    width: 100%;
    padding: 10px 15px;
    font-weight: 400;
    color: #495057;
    background: #eff1f3 !important;
    background-clip: padding-box;
    border: none;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin: 0 0 20px;
    outline: none;
    text-align: left;
    max-height: 160px;
}
.wpcf7-submit{
    float: left !important;
    width: auto !important;
    display: inline-block;
    margin:  0;
    color: #fff;
    padding: 10px 50px;
    border-radius: 35px;
    text-align: center;
    text-decoration: none;
    background: #999;
    font-size: 20px;
    font-weight: bold;
    outline: none;
    background: linear-gradient(135deg, #f0952a 100%, #d17a14 80%) !important;
}





.lang ul {
    float: right;
    list-style: none;
    height: 80px;
    margin: 8px 0 0;
}
.lang li a {
    display: block;
    padding: 30px 25px;
    font-size: 15px;
    transition: all 0.5s ease 0s;
    color: #fd8628;
    text-decoration: none;
    outline: none;
    font-weight: bold;
}

@media (max-width: 769px) {
    .lang li a {
    padding: 10px ;
    margin: 0 10px 0 0;
}
}



@media (max-width: 769px) {
}
/*

        transition: all 0.5s ease 0s;
        transform: scale(1.2);


        display: flex;
        flex-direction: column;
        justify-content: center;

        
font-family: 'georgia', serif;
        font-family: 'Poppins', sans-serif;

*/


/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/
/*==========================================*/







/*
background-color: rgba(80,104,140,0.5);
    transition: all 0.5s ease 0s;
        transform: scale(1.2);
*/


p{
text-align: Justify;
	direction: ltr;
}