
/*#wrapper{*/
    /*height: 54vh;*/
/*}*/
.forbiography{
    color: #c69c6d;
}
@font-face {
    font-family: 'elgar';
    src: url('../fonts/elgar.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
  }
  .elgar{
      /* font-family: elgar; */
  }
  .biog{
    font-size: 116px;
    padding: 25px 0;
    padding-bottom: 45px;
    padding-top: 100px;
    color: #c69c6d;
  }
  .fordetails{
    background: linear-gradient(#29aae1, #2B32B2);
  }
  .thedetails{
      padding: 20px;
background: url(../img/pattern1.png);
width: 100%;
  }
  /*table*/
.hosam table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 100%;
    border: 2px solid #cccccc1c;
    color: #fff;
}

.hosam th,.hosam td {
    text-align: left;
    padding: 8px;
    transition:1s;
}
.hosam th:hover,.hosam td:hover {
background-color: #c69c6d;
transition:1s;
}

.hosam tr:nth-child(even){background-color: #f2f2f217;}
.hosam th{
    font-size: 16px;
    font-weight: bold;
    /* font-family: elgar; */
    letter-spacing: 2px;
}
.row2{background: linear-gradient(to right ,#ffffff ,#29aae1, #2B32B2);
}
.in-row2{
    background-image: url(../img/ddd.png);
    background-repeat: no-repeat;
    background-position: left;
}
.foraothmani{
    margin: 20px 0;
}
.rowfor1{
    position: relative;
    background: #fff url(../img/pattern.png) repeat 0 0;
}
.rowfor2{
    position: absolute;
    z-index: 100;
    top:0;
    width:100%;
}
/**/

.bg-white {
    padding: 50px 23px 50px 15px;
    position: relative;
    z-index: 5;
  }

  @media (min-width: 1200px) and (min-height: 660px) {
    .bg-white {
      padding: 155px 23px 155px 15px;
      position: relative;
      z-index: 5;
      margin-top: -93px;
      margin-bottom: -30px;
    }
  }

  @media (max-height: 650px) and (min-width: 1200px) {
    .bg-white {
      margin-top: 0;
      margin-bottom: 0;
      padding: 87px 23px 50px 15px;
    }
  }

  .bg-white:before {
    display: none;
    content: '';
    transform: skewX(-19deg);
    background:#02224f url(../img/pattern.png) repeat 0 0;
    position: absolute;
    left: -100vw;
    top: 0;
    bottom: 0;
    right: -100vw;
    z-index: -1;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.11);
  }
  .forart{
      background-image: url(../img/art.png);
      background-position: left;
      background-repeat: no-repeat;
  }

  @media (min-width: 768px) {
    .bg-white:before {
      display: block;
    }
  }

  @media (min-width: 992px) {
    .bg-white:before {
      right: -103px;
      left: -100vw;
    }
  }

  .bg-white-var-1 {
    background-color: #fff;
    box-shadow: 3px 4px 5px 0px rgba(0, 0, 0, 0.11);
    padding: 57px 0 95px;
  }

  .bg-white-var-1 p {
    margin-top: 49px;
    padding: 0 56px 0 73px;
  }
  .triangel {
    display: none;
  }

  @media (min-width: 1200px) and (min-height: 660px) {
    .triangel {
      display: block;
    }
  }

  @media (max-height: 650px) and (min-width: 1200px) {
    .triangel {
      display: none;
    }
  }

  .triangel:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 96.4%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 60px 0 0;
    border-color: #000 transparent transparent transparent;
    z-index: -2;
  }

  .triangel-position:before {
    left: 79.8%;
  }

  .triangel-var-1 {
    display: none;
  }

  @media (min-width: 1200px) and (min-height: 660px) {
    .triangel-var-1 {
      display: block;
    }
  }

  @media (max-height: 650px) and (min-width: 1200px) {
    .triangel-var-1 {
      display: none;
    }
  }

  .triangel-var-1:before {
    position: absolute;
    content: '';
    bottom: 0;
    left: -25.3%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 70px 30px 0;
    border-color: transparent #000000 transparent transparent;
    z-index: -2;
  }

  .bg-images-1 {
    display: none;
    position: relative;
    min-height: 576px;
  }

  @media (min-width: 992px) {
    .bg-images-1 {
      display: block;
    }
  }

  .bg-images-1:before {
    content: '';
    background-image: url("../img/arabia.jpg");
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
  }

  @media (min-width: 992px) {
    .bg-images-1:before {
      left: -40px;
      right: -42vw;
    }
  }
  .row-xs-center {
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
/*slide*/

.mySlides {
    display: none
}

img {
    vertical-align: middle;
}

/* Slideshow container */
.slideshow-container {
    max-width: 100%;
    position: relative;
    margin: auto;
}

/* Next & previous buttons */
.prev, .next {
    cursor: pointer;
    /* position: absolute; */
    top: 50%;
    width: auto;
    padding: 16px;
    color: white;
    font-weight: bold;
    font-size: 18px;
    transition: 0.6s ease;
    border-radius: 0 3px 3px 0;
    text-align: center;
    color: #fff;
    background-color: transparent;
    border-radius: 50%;
    /* width: 131px; */
    padding: 20px 25px;
    text-decoration: none;
    margin-left: 25px;
}

/* Position the "next button" to the right */
.next {
    right: 0;
}

    /* On hover, add a black background color with a little bit see-through */
    .prev:hover, .next:hover {
        color: #3F51B5;
    background-color: #fff;
    border-radius: 50%;
    /* width: 131px; */
    padding: 20px 25px;
    text-decoration: none;
    margin-left: 25px;
    }



/* Fading animation */
.fadex {
    -webkit-animation-name: fadex;
    -webkit-animation-duration: 1.5s;
    animation-name: fadex;
    animation-duration: 1.5s;
}

@-webkit-keyframes fadex {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

@keyframes fadex {
    from {
        opacity: .4
    }

    to {
        opacity: 1
    }
}

/* On smaller screens, decrease text size */
@media only screen and (max-width: 300px) {
    .prev, .next, .text {
        font-size: 11px
    }
}
.firstth{
    margin-bottom: 30px;
    color:#fff;
    font-family: elgar;
    font-size: 25px;
    letter-spacing: 2px;
    text-align: center;
    font-weight: bold;
}
.firsttd{
    margin-bottom: 30px;
    color:#fff;
    font-size: 20px;
    letter-spacing: 2px;
    text-align: center;
}
/* section.customerow .row{
    display:block;
} */
/*TimeLine*/
/* The actual timeline (the vertical ruler) */
.timeline1 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width:100%;
    padding-top: 45px;
}

/* The actual timeline (the vertical ruler) */
.timeline1::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #052451;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    /* margin-top: 15px;
    margin-bottom: 500px; */
    margin-top: 5vh;
    margin-bottom: 75vh;
}
.timeline2 {
    position: relative;
    max-width: 1200px;
    margin: 0 auto;
    width:100%;
    margin-top: 45px;
}

/* The actual timeline (the vertical ruler) */
.timeline2::after {
    content: '';
    position: absolute;
    width: 2px;
    background-color: #052451;
    top: 0;
    bottom: 0;
    left: 50%;
    margin-left: -3px;
    /* margin-top: 15px;
    margin-bottom: 500px; */
    margin-top: 38vh;
    margin-bottom: 52vh;
}

/* Container around content */
.containerTimeLine {
    padding: 10px 40px;
    position: relative;
    background-color: inherit;
    width: 50%;
}

/* The circles on the timeline */
.containerTimeLine::after {
    content: '';
    position: absolute;
    width: 25px;
    height: 25px;
    right: -11px;
    background-color: #c69c6d;
    border: 4px solid #c69c6d;
    top: 15px;
    border-radius: 50%;
    z-index: 1;
}
.colorh2{color:#c69c6d;}

/* Place the container to the left */
.leftTimeLine {
    left: 0;
}

/* Place the container to the right */
.rightTimeLine {
    left: 50%;
}

/* Add arrows to the left container (pointing right) */
.leftTimeLine::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    right: 30px;
    border: medium solid #02224f;
    border-width: 10px 0 10px 10px;
    border-color: transparent transparent transparent #02224f;

}

/* Add arrows to the right container (pointing left) */
.rightTimeLine::before {
    content: " ";
    height: 0;
    position: absolute;
    top: 22px;
    width: 0;
    z-index: 1;
    left: 30px;
    border: medium solid #02224f;
    border-width: 10px 10px 10px 0;
    border-color: transparent #02224f transparent transparent;
}

/* Fix the circle for containers on the right side */
.rightTimeLine::after {
    left: -14px;
}

/* The actual content */
.contentTimeLine {
    padding: 20px 30px;
    background-color: #02224f;
    position: relative;
    border-radius: 6px;
    color: #fff;
    /* box-shadow: 0 0 10px 1px #02224f85; */
    background:#02224f url(../img/pattern.png) repeat 0 0;
}

/* Media queries - Responsive timeline on screens less than 600px wide */
@media screen and (max-width: 600px) {
  /* Place the timelime to the left */
  .timeline::after {
    left: 31px;
  }

  /* Full-width containers */
  .containerTimeLine {
    width: 100%;
    padding-left: 70px;
    padding-right: 25px;
  }

  /* Make sure that all arrows are pointing leftwards */
  .containerTimeLine::before {
    left: 60px;
    border: medium solid white;
    border-width: 10px 10px 10px 0;
    border-color: transparent white transparent transparent;
  }

  /* Make sure all circles are at the same spot */
  .leftTimeLine::after, .rightTimeLine::after {
    left: 15px;
  }

  /* Make all right containers behave like the left ones */
  .rightTimeLine {
    left: 0%;
  }
}
.leftTimeLine , .rightTimeLine {
    margin: 0;
}
.forlineimg{
    margin-top: -45px;
    z-index: 100;
    position: relative;
}


@media only screen and (max-width: 540px) {
.containerTimeLine::after{display: none;}
.timeline1::after{display: none;}
.timeline2::after{display: none;}
}
.forPicLeft{
    position: absolute;
    top: 10px;
    left: 3%;
    width: 44%;
}
.forPicRight{
    position: absolute;
    top: 10px;
    right: 3%;
    width: 44%;

}
.fordisplayimg0{display: none;}
@media only screen and (max-width: 767px) {
    .biog{font-size: 50px; padding-top: 0px;}
    .art_c{display:none;}
    .leftTimeLine{padding:10px;}
    .rightTimeLine{padding:10px;}
    .containerTimeLine::before{display:none;}
    .timeline1{padding-top: 90px;}
    .banner {
        background-size: 100% 100%;
    }
    .forcontainerbiog{
        margin-top: 107px;
    }
    .contentTimeLine {
        padding: 20px 15px;
    }
    .fordisplayimg{display:none;
    }
    .fordisplayimg0{display: block;}
}
.forimgshadowLeft{
    margin-left:50px;
    box-shadow: -50px 50px 0px #B08961;
    min-height:600px;
    overflow: hidden;
}

.forimgshadowLeftrr{
    margin-left:70px !important;
    /* box-shadow: 70px 70px 0px #02224f;  */
    min-height:600px;
     /* overflow: hidden;  */
    background: #02224f url(../img/pattern12.png) repeat 0 0;
margin-top: 130px !important;
margin-left: 70px !important;
}
.forfive{
    margin-left: 100px !important;
    overflow: hidden !important;
}
.forfive2{
    margin-right: 0px !important;
    overflow: hidden !important;
    margin-right: 100px !important;
}
.forseven{
    margin-right: -100px !important;
    padding-right: 200px !important;
}
.rowNqsh .forseven2{
    margin-left: -100px !important;
    padding-left: 200px !important;
}


.forimgshadowRight{
    margin-right:50px;
    box-shadow: 50px 50px 0px #B08961;
    min-height:600px;
    z-index: 400;
    position: relative;
    overflow: hidden;
}
.forimgshadowRightTeam{
    margin-right:70px;
    min-height:600px;
    z-index: 400;
    position: relative;
    overflow: hidden;
}
.forimgshadowRightrr2{
    margin-right:70px;
    /* box-shadow: 70px 70px 0px #B08961;  */
    min-height:600px;
    z-index: 400;
    position: relative;
    background: #02224f url(../img/pattern12.png) repeat 0 0;
    margin-top: 130px;
    margin-right: 70px;
    /* overflow: hidden; */
}
.forImgEnvo{
    min-height:600px;
}
.forImgEnvorr{
    min-height:600px;
    position: relative;
    margin-left: -140px;
    margin-top: -70px;
}
.forImgEnvorr2{
    min-height:600px;
    position: relative;
    margin-right: -140px;
    margin-top: -70px;
}
.divheightLeft{
    height: 240px;
    width: 3px;
    background-color: #D8DF21;
    position: absolute;
    bottom: -134px;
    right: 245px;

    
}
.divheightRight{
    height: 240px;
    width: 3px;
    background-color: #D8DF21;
    position: absolute;
    bottom: -134px;
    left: 245px;
z-index: 600;
    
}
.divWhiteLeft{
    background-color: #F5F6F7;
    color:#02224F;
    padding: 32px;
    margin-left: -370px;
    margin-top: 90px;
    opacity: 0.8;
}
.divWhiteLeftTeam{
    background: #02224f url(../img/pattern.png) repeat 0 0;
    color:#02224F;
    padding: 80px;
    margin-left: -200px;
    margin-top: 20px;
    opacity: 0.8;
}
.divWhiteRight{
    background-color: #F5F6F7;
    color:#02224F;
    padding: 32px;
    margin-right: -370px;
    margin-top: 90px;
    opacity: 0.8;
    z-index: 500;
    position: relative;
}
.divWhiteRightTeam{
    background: #02224f url(../img/pattern.png) repeat 0 0;
    color:#fff;
    padding: 80px;
    margin-right: -200px;
    margin-top: 90px;
    opacity: 0.8;
    z-index: 500;
    position: relative;
}
.fontDivWhite{
    font-size: 26px !important;
}
.fontDivWhiteTeam{
    font-size: 27px !important;
    color: #052451;
}
.envo * {
    font-family: 'roboto', sans-serif;
}
.forprography{
    font-size: 15px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.forprographyTeam{
    font-size: 15px;
    padding: 20px;
    padding-top: 10px;
    color:#fff;
}
.div200px{
    height: 200px;;
}
.forAya{
    font-size: 14px;
    font-style: italic;
    color:#B08961;
}
.forNumberAya{
    font-size: 14px;
    font-style: normal;
    color:#333;
}
.forNumberAyaTeam{
    color:#eee;
}
.forUpText{
    font-size: 20px;
    color:#02224f;
    font-style: normal;
    
    
}
.forDanger{
background-color:#B08961;
color:#fff;
}
.underDanger{
    font-size: 20px;
    border: 1px solid;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.7);
    color: #b08961;
    }
    .hrDoing{
        width:100px;
        height:2px;
        background-color: #29aae1;
    }
    .envo .weDoing{
        color:#B08961;
        font-size: 62px;
        margin:50px 0;
        font-family: 'roboto', sans-serif;
    }
    .rowNqsh .nqsh{
        /* padding: 20px !important; */
        /* background: #02224f url(../img/pattern.png) repeat 0 0; */
}

    .div40vh{height:40vh;}
    .inNqsh1{
        font-size: 25px;
        color: #29aae1;
        font-family: 'roboto', sans-serif;
       

    }
    .doingP{
        font-family: 'roboto', sans-serif;
          font-size: 15px;
          color: #333;

    }
    /* .rowNqsh{
        display:flex  
    } */
    .forNumbers{
        font-size: 150px;
        color: #ccc;
    }
    .contName{
        height: 50vh;
        padding-top: 15vh;
    }
    .upimg{
        margin-left:100px;

        overflow:hidden;
    }
    .upimgRight{
        margin-Right:100px;
        overflow:hidden;
    }
    .upupimg{
    }
    .forimgrr{
        min-height: 800px;

    }
    .rowNqsh .nqshRight{
        /* padding:0 100px !important; */
          
    }
    .shadowimgrr{
        box-shadow:-100px 80px 0 #02224f ;
    }
    .forimgshadowTeam{
        margin-left:70px !important;
        min-height:800px;
        overflow: hidden;
    }
    /* be */
    .turk{
        padding: 98px 15px;
        background: #c69c6d url(../img/pattern1.png) repeat 0 0;
        color: #fff;
        font-size: 26px;
        font-weight: bold;
    }
.whiteTurk{
    background: #fff url(../img/pattern1.png) repeat 0 0;
    padding: 5px;
    color: 333;
    font-size: 16px;
    padding: 20px;
    font-family: 'roboto', sans-serif;
}
.h2Turk{
    color: #052451;
    font-size: 36px;
}
.biographyTurk{
    font-size: 16px;
    font-family: 'roboto', sans-serif;
    /* padding-bottom: 23px; */
    min-height: 122px;
}
.hrTurk{
    width:150px;
    height: 3px;
    background-color: #c69c6d;
    margin: 20px 0;
}
.forHeightTurk{
    height: 20vh;
}
.overtheimgturk{
    overflow: hidden;
    background-color: #ccc;
}
.therow2img{
padding-top:30px;
}
.h2Turk{
    position: relative;
}
.h2Turk span{
    position: absolute;
    bottom: -15px;
    left: 2px;
    font-weight: 400;
    font-size: 14px;
    font-family: 'Roboto', sans-serif !important;
    color: #b5b5b5;
}