/*! HTML5 Boilerplate v5.0 | MIT License | http://h5bp.com/ */

@-ms-viewport{ width: device-width; }
body { 
  
  background: linear-gradient(-180deg, #5b3f09, #cbae48);
}




::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
  
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

audio,
canvas,
iframe,
img,
svg,
video {
    vertical-align: middle;
}

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

textarea {
    resize: vertical;
}

.browserupgrade {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}


/* ===== Initializr Styles ==================================================
   Author: Jonathan Verrecchia - verekia.com/initializr/responsive-template
   ========================================================================== */

body {
    font: 16px/26px Helvetica, Helvetica Neue, Arial;
  
}

.wrapper {
    width: 90%;
    margin: 0 5%;
}

/* ===================
    ALL: Orange Theme
   =================== */

.header-container { 
	background: linear-gradient(-180deg, #5b3f09, #cbae48);
	background: -webkit-linear-gradient(-180deg, #5b3f09, #cbae48);
	background: -moz-linear-gradient(-180deg, #5b3f09, #cbae48);
	background: -o-linear-gradient(-180deg, #5b3f09, #cbae48);
	background: -ms-linear-gradient(-180deg, #5b3f09, #cbae48);
    float: left;
    width: 100%;
	position: relative;
    z-index: 9;
}

.logo img { margin:20px 0}
.footer-container,
.main aside {
    border-top: 20px solid #e44d26;
}

.footer-container,
.main aside {
    background: #f16529;
}

.title {
    color: white;
}

/* ==============
    MOBILE: Menu
   ============== */

nav ul {
    margin: 0 0 0 7.5%;;
    padding: 0;
    list-style-type: none;
}

nav a {
    display: block;
    
    text-align: center;
    text-decoration: none;
    font-weight: bold;

    color: #ceb050;
    background:none;
}

nav a:hover,
nav a:visited {
    color: white;
}

nav a:hover {
    text-decoration: none;
}

/* ==============
    MOBILE: Main
   ============== */

.main {
    padding: 30px 0;
}

.main article h1 {
    font-size: 2em;
}

.main aside {
    color: white;
    padding: 0px 5% 10px;
}

.footer-container footer {
    color: white;
    padding: 20px 0;
}

/* ===============
    ALL: IE Fixes
   =============== */

.ie7 .title {
    padding-top: 20px;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */










/* ==========================================================================
   Media Queries
   ========================================================================== */



/* ====================
    INTERMEDIATE: Menu
   ==================== */

    nav a {
        float: left;
        margin: 0 1.7%;
        padding: 15px 1%;
        margin-bottom: 0;
    }

    nav li:first-child a {
        margin-left: 0;
    }

    nav li:last-child a {
        margin-right: 0;
    }

/* ========================
    INTERMEDIATE: IE Fixes
   ======================== */

    nav ul li {
        display: inline;
    }

    .oldie nav a {
        margin: 0 0.7%;
    }




/* ====================
    WIDE: CSS3 Effects
   ==================== */

    .header-container,
    .main aside {
       
    }

/* ============
    WIDE: Menu
   ============ */

    .title {
        float: left;
    }

    nav {
        float: left ;
        width: 100%;
      /*  border-bottom: 1px solid #885f0b;*/ 
        background: #421a08 /*rgba(56, 14, 6, 0.33)*/; padding-left:220px !important;
    }

/* ============
    WIDE: Main
   ============ */

    .main article {
        float: left;
        width: 57%;
    }

    .main aside {
        float: right;
        width: 28%;
    }



/* ===============
    Maximal Width
   =============== */

    .wrapper {
        width: 85%; /* 1140px - 10% for margins */
        margin: 0 auto;
    }
  
  
  

.rightlogo {
  float: right;
  margin: 30px 0; /*margin-top:46px;*/ margin-top:10px; margin-bottom:10px;
}

.logo {
  float: left;
}

.main-container {
  background: #cbae48 url(../img/bgground1a.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height:640px;
}

.intro {
  width: 30%;
  height: auto;
  font-size: 1.1em;
  text-rendering: geometricPrecision;
  margin:auto;
  color: #fff;
  border-left:3px solid #fff;
  padding: 0 25px;
  margin-top:5%; padding-top:1px; padding-bottom:5px;     padding-left: 17px;     background:rgba(82, 80, 81, 0.25);
  }

.footersection {
  
   /*background:url(../img/bgptrn.png) rgb(56, 14, 6) ;*/ 
    background: url(../img/bgptrn.png) #5b3f09 /*rgba(91, 63, 9, 0.24)*/;
  margin:auto;
  position:fixed;
  width: 100%;
  bottom: 0;
  /*padding: 1% 2.5%;*/
 transition: background-color 0.5s ease;
  
}
.footersection:hover {
  
  background: url(../img/bgptrn.png) #704f10 ;
}


.footersectionedit{
  
    background: url(../img/bgptrn.png) /*rgb(56, 14, 6)*/ rgba(91, 63, 9, 0.24) ;
  margin:auto;
 /* position:fixed;*/
  width: 100%;
  bottom: 0;
  padding: 1% 2.5%;
 transition: background-color 0.5s ease;
  
}
/*.footersectionedit:hover {
  
  background: url(../img/bgptrn.png) rgba(91, 63, 9, 0.24);
}
*/

.footersectionnew {
  
    background: url(../img/bgptrn.png) #5b3f09 ;
  margin:auto; float:left; width:100%;
  /*position:fixed;*/
  width: 100%; margin-top:30px;
  bottom: 0;
  padding: 1% 7.5%;
 transition: background-color 0.5s ease;
  
}
.footersectionnew:hover {
  
  background: url(../img/bgptrn.png) #5b3f09 ;
}



.leftitem {
  /*width: 42.5%;*/
  background: none;
  float:left;
  color: #fff;
}
.leftitem h3 {
  font-size: 1em;
  line-height: 1.2em;
}

.leftitem p {
  font-size: .9em;
  line-height: 1.1em;
  width: 95%;
}


.leftitem img {
 float: left;
 /*width: 442px;*/
 height: 167px;
 margin:20px;
}
.collapse.in {
    position: relative;
    float: left;
    z-index: 99;
    width: 100%;
}
.rightlogo.newlogo1 {
    display: none;
}




@media only screen and (min-width: 768px) and (max-width: 1024px){
  
 .wrapper {
  /*  width: 100%;
    margin: 0 auto;*/
} 
  
.rightlogo {
  float: none;
  margin:10px auto;
  width:250px;
}

.logo {
  float: none; text-align: -webkit-center;
/*  margin :auto;
  width:75%;*/
}
  
  
  .logo img {
  
  /*width:100%;*/
}


.main-container {
  background: #cbae48 url(../img/bgground1a.jpg) center top no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 600px;
}
  
 .header-container{
    height: auto;
    float: left;
    width: 100%;
}

.intro {
  width: 50%;
  height: auto;
  font-size: 1.5em;
  font-weight: 100;
  text-rendering: geometricPrecision;
  margin:auto;
  color: #fff;
  border-left:3px solid #fff;
  padding: 0 25px;
  margin-top:10%;
  }

.footersection {
  height: 350px;
    position:relative;
  padding: 1% 0;
  
}


.leftitem {
  width: auto;
  background: none;
  float:left;
  color: #fff;
}
.leftitem h3 {
  font-size: 1em;
  line-height: 1.2em;
}

.leftitem p {
  font-size: .9em;
  line-height: 1.1em;
  width: 95%;
}


.leftitem img {
 float: left;
 width: 125px;
 height: 125px;
 margin:20px;
}


  
  }

  
  
@media only screen and (max-width:1216px) {   
.lap-logo.clearfix.newhidelogo.logohide.logonew.mobile_view_db.home-page-hd {
    display: none;
}
}

  
@media only screen and (max-width: 840px) { 
nav.menu_hide ul {
    margin: 0 0% 0 2%;
}

nav.menu_hide ul a {
    margin: 0;
    padding-right: 14px;
    padding-left: 14px;
}
}  
  
  
@media only screen and (max-width: 800px) {   
 
.header-container .lap-logo.clearfix.newhidelogo.logohide.logonew, .header-container .logo_omandesktop:first-child{
    width: 75% !important;
}
.header-container .logo_omandesktop{ 
    width: 25% !important;
}
}
  
  
@media only screen and (max-width: 767px) { 
nav.menu_hide ul {
    margin: 0 0% 0 1%;
}

nav.menu_hide ul a { 
    padding-right: 11px;
    padding-left: 11px;
    font-size: 13px;
}
}
  
  
@media only screen and (max-width: 480px) { 
.footersectionedit, .footer_fixed {
    padding: 0;
}
  
 .wrapper {
    width: 100%;
    margin: 0 auto;
} 
  
.rightlogo {
  float: none;
  margin:10px auto; 
}

 
.logo {
  float: none;
  margin :auto;
  width:75%;
}
  
  
  .logo img {
  
  /*width:100%;*/
}


.main-container {
  background: #cbae48 url(../img/bgground.jpg) center top no-repeat;
  width:100%;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  height: 600px;
}
  
 .header-container{
height: auto;
}

   nav {
        float: none ;
        width: 100%;
     white-space: nowrap;
  overflow-x: scroll; 
  -webkit-overflow-scrolling: touch;
        border-bottom: 1px solid #885f0b;
        background: rgba(56, 14, 6, 0.33);
    }
  
  
   nav ul li {
        display: inline-block;
       padding: 0 1em;
    }
  
  
  
.intro {
  clear: both;
  width: 50%;
  height: auto;
  font-size: 1em;
  }

.footersection {
  height: 350px;
    position:relative;
  padding: 1% 0;
  
}


.leftitem {
  width: auto;
  background: none;
  float:left;
  color: #fff;
}
.leftitem h3 {
  font-size: 1em;
  line-height: 1.2em;
}

.leftitem p {
  font-size: .9em;
  line-height: 1.1em;
  width: 95%;
  clear: left;
}


.leftitem img {
 float: left;
 width: 47%;
 height: 167px;
 margin:20px;
}
}

/* ==========================================================================
   Helper classes
   ========================================================================== */

.hidden {
    display: none !important;
    visibility: hidden;
}

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

.invisible {
    visibility: hidden;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   Print styles
   ========================================================================== */

@media print {
    *,
    *:before,
    *:after {
        background: transparent !important;
        color: #ceb050 !important;
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    a[href^="#"]:after,
    a[href^="javascript:"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group;
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}




/* ==========================================================================
   Animation
   ========================================================================== */



* {
  animation: pulse 3s 1;
}


@keyframes pulse {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 100;
  }
}


.footersection {
  animation-duration: 3s;
  animation-name: slideinBottom;
}

@keyframes slideinBottom {
  from {
    bottom: -350px;
   
  }

  to {
    bottom:0;
   
  }
}

.intro {
  animation-duration: 3s 3;
  animation-name: heightadjust;
}

@keyframes heightadjust {
  from { width: 0px;  height: 0px;}

  to {
    width:30%;
    height: 50%;
   
  }
}



.name_style{ font-size:15px !important; font-weight:bold; padding-bottom:5px; line-height:17px;}
.name_descriptions{ font-size:11px !important; line-height: 15px; text-align:justify;}
.banner_title{ font-size:20px !important; font-weight:bold; line-height:28px !important; margin-top:12px !important; text-shadow:1px 1px rgb(51, 51, 51);}
.mobile_banner{ float:left; width:100%; position: relative; z-index: 1111111;}
.menu_icon{ float:right; font-size:16px; margin-top:-17px;}



.contactus_headding{float:left;width:100%;font-size:20px;color: #ffffff;text-transform:uppercase;font-weight:bold;padding-bottom:20px;}
.contactus_headding span{ color:#a0821d;}
.contact_name{float: left;
    width: 100%;
    color: #ffffff;
    font-size: 15px;
    padding-bottom: 8px;
    /* text-transform: uppercase; */
    /* font-weight: bold; */}
.contact_form{    height: 40px !important; outline:none;
    border-radius: 2px !important;
    border: solid 1px rgba(95, 62, 16, 0.18); display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color:#FFF;
    background-color: #ba9e3c;
    background-image: none;}
	
	.contact_formmsg{    /*height: 40px !important;*/ outline:none;
    border-radius: 2px !important;
    border: solid 1px rgba(95, 62, 16, 0.18); display: block;
    width: 100%;
    height:100%;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color:#FFF;
    background-color: #ba9e3c;
    background-image: none;}





	
	.formsend{
	float:left;
	width:100%;
	border-radius:2px;
	font-size:15px;
	color:#FFF;
	background-color: #5b3a0d;
	text-align:center;
	font-weight:bold;
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 5px;
	margin-top: 52px;
	}
	.formsend:hover{background-color:#734c17; text-decoration:none !important;}
/*CONTACTUS-PAGE*/


/*union-PAGE*/
.union_details{float:left;width:100%;font-size:16px;color: rgba(255, 255, 255, 0.86);line-height: 20px;}
.union_details span{ font-weight:bold; margin-top:15px; top:6px; position:relative;}
.union_img{    float: right;
    border: solid 5px #7d6721;
    margin-left:/* 25px*/ 5px; border-top-left-radius: 2em;  border-bottom-right-radius: 2em;}
/*union-PAGE*/

/*achievements*/
.achievements_section{ float:left; width:100%; margin-top:25px;}
.achievement_bg{background:#8d7424;border-radius:5px;float:left;width:100%;padding-bottom:25px;padding-top:15px;border: solid 1px rgba(213, 179, 68, 0.58);}
.achievement_date{background: #977c23;color: #fad55f;font-size: 16px;float:left;width:100%;text-align:center; padding-top: 9px;padding-bottom: 9px;text-transform: uppercase;}
.achievent_detail{float:left;width:100%;color:rgba(255, 255, 255, 0.86);font-size: 15px;padding-top:15px;padding-left:15px;padding-right:15px;line-height:25px;font-family:Arial, Helvetica, sans-serif;}
.achievent_detail:hover{color:#d5b344;}
.achievementsicon{color:#d5b344; padding-right:8px;}
.achievementsiconnews{float:left;height: 103px;}

.activities_section{ float:left; width:100%; margin-top:15px;}
.activities_headding{float:left;width:100%;font-size: 19px;color: #ffffff;text-transform:uppercase;font-weight:bold;padding-bottom:20px;}
.activites_list{float:left;width:100%;font-size:16px;color: rgba(255, 255, 255, 0.86);line-height: 29px; padding-bottom:10px; padding-right:15px;}
.activitesicon{color: #55340a;padding-right:8px;}
.activitesiconnews{float:left;height:58px;}
/*achievements*/

/*ABOUTUS*/
.members_list{float:left;width:100%;font-size: 14px;color:#FFF !important;text-align:right;padding-bottom: 15px;text-transform:uppercase;padding-right:15px;}
.members_listnew{float:left;width:100%;font-size: 14px;color:#FFF !important;text-align:left;padding-bottom: 15px;text-transform:uppercase;padding-left: 15px;padding-right:15px;}
.member_box{width:900px !important; float:left !important; left:-265px; top: 7px;}
.member_boxnew{width:900px !important; float:right !important; left:378px; top: 7px;}
.member_boxnewone{width:900px  !important; float:right !important; left:80px; top: 7px;}
.timellineicons{color: #5d3b0e;padding-right: 1px;font-size: 12px;}
.fathername{ float:left; width:100%; color:#FFF; font-size:16px; text-align:center; text-transform:uppercase; font-weight:bold;}
.sonname{ float:left; width:100%; text-align:center; font-size:15px; padding-top:8px; padding-top:5px; color:#FFF; /*text-transform:uppercase;*/}
.family_work{float:left;width:100%;text-align:center;z-index: 1111;position: relative;}
.family_img{border-radius:50%; border:solid 5px rgb(221, 182, 75); margin-bottom:2px; position:relative; z-index:1111;}
.family_details{ margin-top: 50px; border-bottom: solid 1px rgba(221, 182, 75, 0.45) !important; padding-bottom: 20px; padding-left: 0px; padding-right: 0px;}
.familyimg_border{border-bottom: solid 1px rgba(221, 182, 75, 0.45) !important;float:left;width: 98%;margin-top: -54px;margin-left: 4px;/* width: 32.333333%; */}
.padding_none{ padding:0px !important;}
.margin_btn{ margin-bottom:35px;}
.border_none{border-bottom:none !important;}
.family_fatherimg{border-radius:50%; border:solid 5px rgb(221, 182, 75); margin-bottom:2px; position:relative; z-index:1111;}
.family_work_father{float:left;width:100%;text-align:center;z-index: 1111;position: relative;}
/*ABOUTUS*/



/*ABOUTUS_TIMELINE*/
.timeline {
  width: 100%;
  position: relative;
  padding: 1px 0;
  list-style: none;
  font-weight: 300;
}
.timeline .timeline-item {
  padding-left: 0;
  padding-right: 30px;
}
.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  padding-left: 30px;
  padding-right: 0;
}
.timeline .timeline-item .timeline-event {
  width: 100%;
}
.timeline:before {
  border-right-style: solid;
}
.timeline:before,
.timeline:after {
  content: " ";
  display: block;
}
.timeline:after {
  clear: both;
}
.timeline:before {
  content: "";
  position: absolute;
  top: 221px;
  left: 0;
  bottom: 0;
  width: 50%;
  height: 64% !important;
  margin-left: 1px;
  border-right-width: 3px;
  border-right-style: solid;
  border-right-color: #e3ba49;
}
.timeline.timeline-single-column.timeline {
  width: 100%;
  max-width: 768px;
}
.timeline.timeline-single-column.timeline .timeline-item {
  padding-left: 72px;
  padding-right: 0;
}
.timeline.timeline-single-column.timeline .timeline-item.timeline-item-right,
.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  padding-left: 72px;
  padding-right: 0;
}
.timeline.timeline-single-column.timeline .timeline-item .timeline-event {
  width: 100%;
}
.timeline.timeline-single-column.timeline:before {
  left: 42px;
  width: 0;
  margin-left: -1px;
}
.timeline.timeline-single-column.timeline .timeline-item {
  width: 100%;
  margin-bottom: 20px;
}
.timeline.timeline-single-column.timeline .timeline-item:nth-of-type(even) {
  margin-top: 0;
}
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event {
  float: right !important;
}
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before,
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}
.timeline.timeline-single-column.timeline .timeline-item > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}
.timeline.timeline-single-column.timeline .timeline-item > .timeline-point {
  transform: translateX(-50%);
  left: 42px !important;
  margin-left: 0;
}
.timeline.timeline-single-column.timeline .timeline-label {
  transform: translateX(-50%);
  margin: 0 0 20px 42px;
}
.timeline.timeline-single-column.timeline .timeline-label + .timeline-item + .timeline-item {
  margin-top: 0;
}
.timeline.timeline-line-solid:before {
  border-right-style: solid;
}
.timeline.timeline-line-dotted:before {
  border-right-style: dotted;
}
.timeline.timeline-line-dashed:before {
  border-right-style: dashed;
}
.timeline .timeline-item {
  position: relative;
  float: left;
  clear: left;
  width: 50%;
  margin-bottom: 20px;
}
.timeline .timeline-item:before,
.timeline .timeline-item:after {
  content: "";
  display: table;
}
.timeline .timeline-item:after {
  clear: both;
}
.timeline .timeline-item:last-child {
  margin-bottom: 0 !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
  /* float: right !important; */
}
.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event:before,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}
.timeline .timeline-item.timeline-item-right > .timeline-event:after,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}
.timeline .timeline-item > .timeline-event:before {
  top: 10px;
  right: -15px;
  /* border-top: 15px solid rgba(145, 117, 40, 0); */
  border-left-width: 15px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  /* border-bottom: 15px solid transparent; */
}
.timeline .timeline-item > .timeline-event:after {
  top: 11px;
  right: -14px;
  border-top: 14px solid transparent;
  border-left-width: 14px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 14px solid transparent;
}
.timeline .timeline-item > .timeline-point {
  top: 25px;
}
.timeline-single-column.timeline .timeline-item > .timeline-event {
  float: right !important;
}
.timeline-single-column.timeline .timeline-item > .timeline-event:before,
.timeline-single-column.timeline .timeline-item > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline-single-column.timeline .timeline-item > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}
.timeline-single-column.timeline .timeline-item > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}
.timeline .timeline-item:nth-of-type(2) {
  margin-top: 40px;
}
.timeline .timeline-item.timeline-item-left,

.timeline .timeline-item.timeline-item-right {
  clear: both !important;
}
.timeline .timeline-item.timeline-item-right,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
  float: right;
  clear: right;
}
.timeline .timeline-item.timeline-item-right > .timeline-point,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point {
  left: -24px;
}
.timeline .timeline-item.timeline-item-right > .timeline-point.timeline-point-blank,
.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) > .timeline-point.timeline-point-blank {
  left: -12px;
}
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
  float: right !important;
}
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
  left: -10px !important;
  border-right-width: 10px !important;
}
.timeline .timeline-item.timeline-item-arrow-sm.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-sm:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  left: -9px !important;
  border-right-width: 9px !important;
}
.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
  top: 4px;
  right: -10px;
  border-top: 10px solid transparent;
  border-left-width: 10px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 10px solid transparent;
}
.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
  top: 5px;
  right: -9px;
  border-top: 9px solid transparent;
  border-left-width: 9px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 9px solid transparent;
}
.timeline .timeline-item.timeline-item-arrow-sm > .timeline-point {
  top: 14px;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event {
  float: right !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:before {
  left: -10px !important;
  border-right-width: 10px !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-sm > .timeline-event:after {
  left: -9px !important;
  border-right-width: 9px !important;
}
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
  float: right !important;
}
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}
.timeline .timeline-item.timeline-item-arrow-md.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-md:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}
.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
  top: 10px;
  right: -15px;
  border-top: 15px solid transparent;
  border-left-width: 15px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 15px solid transparent;
}
.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
  top: 11px;
  right: -14px;
  border-top: 14px solid transparent;
  border-left-width: 14px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 14px solid transparent;
}
.timeline .timeline-item.timeline-item-arrow-md > .timeline-point {
  top: 25px;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event {
  float: right !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:before {
  left: -15px !important;
  border-right-width: 15px !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-md > .timeline-event:after {
  left: -14px !important;
  border-right-width: 14px !important;
}
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event {
  float: right !important;
}
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:before,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:before {
  left: -18px !important;
  border-right-width: 18px !important;
}
.timeline .timeline-item.timeline-item-arrow-lg.timeline-item-right > .timeline-event:after,
.timeline .timeline-item.timeline-item-arrow-lg:nth-of-type(even):not(.timeline-item-left) > .timeline-event:after {
  left: -17px !important;
  border-right-width: 17px !important;
}
.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
  top: 10px;
  right: -18px;
  border-top: 18px solid transparent;
  border-left-width: 18px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 18px solid transparent;
}
.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
  top: 11px;
  right: -17px;
  border-top: 17px solid transparent;
  border-left-width: 17px;
  border-left-style: solid;
  border-right-width: 0;
  border-right-style: solid;
  border-bottom: 17px solid transparent;
}
.timeline .timeline-item.timeline-item-arrow-lg > .timeline-point {
  top: 28px;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event {
  float: right !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before,
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
  right: auto !important;
  border-left-width: 0 !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:before {
  left: -18px !important;
  border-right-width: 18px !important;
}
.timeline-single-column.timeline .timeline-item.timeline-item-arrow-lg > .timeline-event:after {
  left: -17px !important;
  border-right-width: 17px !important;
}
.timeline .timeline-item > .timeline-event {
  /*background: #917528;*/
  /* border: 1px solid #888888; */
  color: #555;
  position: relative;
  float: left;
  border-radius: 3px;
}
.timeline .timeline-item > .timeline-event:before {
  /* border-left-color: #888888; */
  /* border-right-color: #888888; */
}
.timeline .timeline-item > .timeline-event:after {
  border-left-color: #917528;
  border-right-color: #917528;
}
.timeline .timeline-item > .timeline-event * {
  color: inherit;
}
.timeline .timeline-item > .timeline-event.timeline-event-default {
  background: #fff;
  border: 1px solid #888888;
  color: #555;
}
.timeline .timeline-item > .timeline-event.timeline-event-default:before {
  border-left-color: #888888;
  border-right-color: #888888;
}
.timeline .timeline-item > .timeline-event.timeline-event-default:after {
  border-left-color: #fff;
  border-right-color: #fff;
}
.timeline .timeline-item > .timeline-event.timeline-event-default * {
  color: inherit;
}
.timeline .timeline-item > .timeline-event.timeline-event-primary {
  background: #f5f5f5;
  border: 1px solid #888888;
  color: #555;
}
.timeline .timeline-item > .timeline-event.timeline-event-primary:before {
  border-left-color: #888888;
  border-right-color: #888888;
}
.timeline .timeline-item > .timeline-event.timeline-event-primary:after {
  border-left-color: #f5f5f5;
  border-right-color: #f5f5f5;
}
.timeline .timeline-item > .timeline-event.timeline-event-primary * {
  color: inherit;
}
.timeline .timeline-item > .timeline-event.timeline-event-success {
  background: #F3F8ED;
  border: 1px solid #72b92e;
  color: #3F8100;
}
.timeline .timeline-item > .timeline-event.timeline-event-success:before {
  border-left-color: #72b92e;
  border-right-color: #72b92e;
}
.timeline .timeline-item > .timeline-event.timeline-event-success:after {
  border-left-color: #F3F8ED;
  border-right-color: #F3F8ED;
}
.timeline .timeline-item > .timeline-event.timeline-event-success * {
  color: inherit;
}
.timeline .timeline-item > .timeline-event.timeline-event-info {
  background: #F0F8FD;
  border: 1px solid #3e93cf;
  color: #0062A7;
}
.timeline .timeline-item > .timeline-event.timeline-event-info:before {
  border-left-color: #3e93cf;
  border-right-color: #3e93cf;
}
.timeline .timeline-item > .timeline-event.timeline-event-info:after {
  border-left-color: #F0F8FD;
  border-right-color: #F0F8FD;
}
.timeline .timeline-item > .timeline-event.timeline-event-info * {
  color: inherit;
}
.timeline .timeline-item > .timeline-event.timeline-event-warning {
  background: #FFF9E9;
  border: 1px solid #d0aa42;
  color: #ac7e00;
}
.timeline .timeline-item > .timeline-event.timeline-event-warning:before {
  border-left-color: #d0aa42;
  border-right-color: #d0aa42;
}
.timeline .timeline-item > .timeline-event.timeline-event-warning:after {
  border-left-color: #FFF9E9;
  border-right-color: #FFF9E9;
}
.timeline .timeline-item > .timeline-event.timeline-event-warning * {
  color: inherit;
}
.timeline .timeline-item > .timeline-event.timeline-event-danger {
  background: #FFC4BC;
  border: 1px solid #d25a4b;
  color: #B71500;
}
.timeline .timeline-item > .timeline-event.timeline-event-danger:before {
  border-left-color: #d25a4b;
  border-right-color: #d25a4b;
}
.timeline .timeline-item > .timeline-event.timeline-event-danger:after {
  border-left-color: #FFC4BC;
  border-right-color: #FFC4BC;
}
.timeline .timeline-item > .timeline-event.timeline-event-danger * {
  color: inherit;
}
.timeline .timeline-item > .timeline-event:before,
.timeline .timeline-item > .timeline-event:after {
  content: "";
  display: inline-block; display:none;
  position: absolute;
}
.timeline .timeline-item > .timeline-event .timeline-heading,
.timeline .timeline-item > .timeline-event .timeline-body,
.timeline .timeline-item > .timeline-event .timeline-footer {
  padding: 4px 10px;
}
.timeline .timeline-item > .timeline-event .timeline-heading p,
.timeline .timeline-item > .timeline-event .timeline-body p,
.timeline .timeline-item > .timeline-event .timeline-footer p,
.timeline .timeline-item > .timeline-event .timeline-heading ul,
.timeline .timeline-item > .timeline-event .timeline-body ul,
.timeline .timeline-item > .timeline-event .timeline-footer ul {
  margin-bottom: 0;
}
.timeline .timeline-item > .timeline-event .timeline-heading h4 {
  font-weight: 400;
}
.timeline .timeline-item > .timeline-event .timeline-footer a {
  cursor: pointer;
  text-decoration: none;
}
.timeline .timeline-item > .timeline-event .panel,
.timeline .timeline-item > .timeline-event .table,
.timeline .timeline-item > .timeline-event .blankslate {
  margin: 0;
  border: none;
  border-radius: inherit;
  overflow: hidden;
}
.timeline .timeline-item > .timeline-event .table th {
  border-top: 0;
}
.timeline .timeline-item > .timeline-point {
  color: #888888;
  background: #fff;
  right: -24px;
  width: 24px;
  height: 24px;
  margin-top: -45px;
  margin-left: 12px;
  margin-right: 12px;
  position: absolute;
  z-index: 100;
  border-width: 2px;
  border-style: solid;
  border-radius: 100%;
  line-height: 20px;
  text-align: center;
}
.timeline .timeline-item > .timeline-point.timeline-point-blank {
  right: -12px;
  width: 12px;
  height: 12px;
  margin-top: -6px;
  margin-left: 6px;
  margin-right: 6px;
  color: #888888;
  background: #888888;
}
.timeline .timeline-item > .timeline-point.timeline-point-default {
  color: #888888;
  background: #fff;
}
.timeline .timeline-item > .timeline-point.timeline-point-primary {
  color: #888888;
  background: #fff;
}
.timeline .timeline-item > .timeline-point.timeline-point-success {
  color: #ddb64b;
  background: #ddb64b;
}
.timeline .timeline-item > .timeline-point.timeline-point-info {
  color: #3e93cf;
  background: #fff;
}
.timeline .timeline-item > .timeline-point.timeline-point-warning {
  color: #d0aa42;
  background: #fff;
}
.timeline .timeline-item > .timeline-point.timeline-point-danger {
  color: #d25a4b;
  background: #fff;
}
.timeline .timeline-label {
  position: relative;
  float: left;
  clear: left;
  width: 50%;
  margin-bottom: 40px;
  top: 1px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  text-align: center;
  margin-top: 14px;
}
.timeline .timeline-label:before,
.timeline .timeline-label:after {
  content: "";
  display: table;
}
.timeline .timeline-label:after {
  clear: both;
}
.timeline .timeline-label:last-child {
  margin-bottom: 0 !important;
}
.timeline .timeline-label + .timeline-item {
  margin-top: 0;
}
.timeline .timeline-label + .timeline-item + .timeline-item {
  margin-top: 40px;
}
.timeline .timeline-label .label-default {
  background-color: #888888;
}
.timeline .timeline-label .label-primary {
  background-color: #5d3b0e;
  font-size:15px; width:345px;
  font-weight: normal;
/*  text-transform: uppercase;*/
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 18px; display: inline-block;
    line-height: 23px;
  /* margin-bottom: 15px; */
  padding-right: 18px;
}
.timeline .timeline-label .label-info {
  background-color: #3e93cf;
}
.timeline .timeline-label .label-warning {
  background-color: #d0aa42;
}
.timeline .timeline-label .label-danger {
  background-color: #d25a4b;
}
@media (max-width: 768px) {
  .timeline.timeline {
    width: 100%;
    max-width: 100%;
  }
  .timeline.timeline .timeline-item {
    padding-left: 72px;
    padding-right: 0;
  }
  .timeline.timeline .timeline-item.timeline-item-right,
  .timeline.timeline .timeline-item:nth-of-type(even):not(.timeline-item-left) {
    padding-left: 72px;
    padding-right: 0;
  }
  .timeline.timeline .timeline-item .timeline-event {
    width: 100%;
  }
  .timeline.timeline:before {
    left: 42px;
    width: 0;
    margin-left: -1px;
  }
  .timeline.timeline .timeline-item {
    width: 100%;
    margin-bottom: 20px;
  }
  .timeline.timeline .timeline-item:nth-of-type(even) {
    margin-top: 0;
  }
  .timeline.timeline .timeline-item > .timeline-event {
    float: right !important;
  }
  .timeline.timeline .timeline-item > .timeline-event:before,
  .timeline.timeline .timeline-item > .timeline-event:after {
    right: auto !important;
    border-left-width: 0 !important;
  }
  .timeline.timeline .timeline-item > .timeline-event:before {
    left: -15px !important;
    border-right-width: 15px !important;
  }
  .timeline.timeline .timeline-item > .timeline-event:after {
    left: -14px !important;
    border-right-width: 14px !important;
  }
  .timeline.timeline .timeline-item > .timeline-point {
    transform: translateX(-50%);
    left: 42px !important;
    margin-left: 0;
  }
  .timeline.timeline .timeline-label {
    transform: translateX(-50%);
    margin: 0 0 20px 42px;
  }
  .timeline.timeline .timeline-label + .timeline-item + .timeline-item {
    margin-top: 0;
  }
}
/*ABOUTUS_TIMELINE*/


/*videos*/
.marginbottom40{ margin-bottom:20px;}
.video_img{ width:100%;}
.video-play-new {position: absolute;margin-top:-140px;text-align:center;margin-left: 155px;/* margin-right: auto; */}
/*videos*/

/*galleryimag_effects*/


/*galleryimages*/
.gallery_width{width:100%; /*border:solid 4px rgba(221, 182, 75, 0.69); border-radius:10px;*/}
.middle {
  transition: .5s ease;
  opacity: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%)
}

.arabic:hover .image {
  opacity: 0.3;
}

.arabic:hover .middle {
  opacity: 1;
}

.text {
  background-color: #4CAF50;
  color: white;
  font-size: 16px;
  padding: 16px 32px;
}

.galleryhover {
  position: relative;
  /* border: 1px solid #333; */
  /* margin: 2%; */
  overflow: hidden;
  /* width: 540px; */
}
.galleryhover img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.galleryhover:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.gallery-img {border: solid 4px rgba(221, 182, 75, 0.69); border-radius:0px;}


.galleryarticalhover {
  position: relative;
  /* border: 1px solid #333; */
  /* margin: 2%; */
  overflow: hidden; height:261px;
  /* width: 540px; */
}
.galleryarticalhover img {
  max-width: 100%;
  
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.galleryarticalhover:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.tab_active{ background:#c39b24 !important; color:#FFF !important;}

/*galleryimages*/


/*artical_sections*/
.artical_img{border: solid 4px rgba(221, 182, 75, 0.69);
    border-radius: 0px;
    height: 269px;}
/*artical_sections*/

@media (min-width:230px) and (max-width:1199px) {
.footersection{ position:relative;}
.intro{ width:100%; text-align:center; margin-top:35%; border-left:none;}
.footersection{ padding-left:15px; padding-right:15px;}
}

@media (min-width:230px) and (max-width:767px) {
.rightlogo { float:left; width:100%; text-align:center;}
}

@media (min-width:230px) and (max-width:700px) {
.menu_hide{ display:none !important;}
.mobile_menu{ float:left; width:100%; background:#604913 !important; color:#FFF; border:none !important; text-align:left !important; padding-top:12px !important; 
padding-bottom:12px !important; border-radius:0px !important;}
.well{background:#745716 !important; border:none !important; margin-bottom: 0px !important;  text-align:left !important; float:left !important; width:100% !important; 
padding-top:0px !important;}
.mobilemenu{ font-size:14px; color:#FFF; text-transform:uppercase; padding-bottom:4px !important; padding-top:4px !important;   list-style-type:none !important;    display: block;}
}

@media (min-width:701px) and (max-width:1999px) {
.mobile_banner{ display:none !important;}
.mobile_menu{ display:none !important;}
.family_details{ border-bottom:none;}
.familyimg_border{ border-bottom:none;}
}

@media (min-width:230px) and (max-width:520px) {
.leftitem img{ margin-left:0px;}
.footersection{/*background: #a88c35;*/ float: left;width: 100%; height:auto !important;}
}

@media (min-width:230px) and (max-width:991px) { 
.member_boxnew{ width:100% !important;}
.member_box{ width:100% !important;}
}


@media (min-width:230px) and (max-width:768px) {
 .label-primary{ float:right !important;}
}


@media (min-width:230px) and (max-width:991px) {
.family_hide{ display:none;}
.family_details{ margin-bottom:30px !important;}
.member_name{    background-color: #5d3b0e;
    font-size: 12px;
    font-weight: normal;
    text-transform: uppercase;
    padding-top: 8px;
    padding-bottom: 8px; float:left; width:100%; color:#FFF; text-align:center; font-weight:bold;}
	.member_namenew{ font-size:15px;
    font-weight: normal;
   /* text-transform: uppercase;  */   background: #917528; color:#FFF;
    padding-top: 8px; text-align:center;
    padding-bottom: 8px; float:left; width:100%;  }
}

@media (min-width:992px) and (max-width:1999px) {
.desktop_hide{ display:none !important;}
}

@media (min-width:230px) and (max-width:480px) {
.row{ margin-right:0px !important; margin-left:0px !important;}
.contactus_headding{ padding-left:25px !important; padding-right:25px !important;}
.union_details{ padding-left:25px !important; padding-right:25px !important;}
.formsend{ margin-top:12px;}
}

@media (min-width:230px) and (max-width:500px) {
.name_style{ float:left; width:100%; line-height:30px; margin-top:0px;}
.name_descriptions{ float:left; width:100%;}
.union_img{ float:left; margin-left:0px; margin-right:20px; width:100%; margin-bottom:15px;}
}


@media (min-width:992px) and (max-width:1440px) {
.video-play-new{margin-top:-38%; margin-left: 39%;}
}

@media (min-width:500px) and (max-width:991px) {
.video-play-new {margin-top:-36%; margin-left:45%;}
}

@media (min-width:230px) and (max-width:499px) {
.video-play-new {margin-top:-36%; margin-left:40%;}
}

.artical_height{ height:100%;}
.artical_width{ width:100%;}
.artical_widthheight{ width:100%; height:100%;}


@media (min-width:230px) and (max-width:700px) {
.menu_icon{ margin-top:0px;}
}


@media (min-width:230px) and (max-width:991px) {
.logo{text-align: -webkit-center !important;}
}


.link_new{ color:#FFF; text-decoration:none !important;}
.logo_main{text-align: -webkit-center; margin-top:-140px; position:relative; z-index:111;}
.banner_aboutus{ float:left; width:100%; margin-top:-75px;}
.newlogo{ float:left; width:75%; text-align:-webkit-right; padding-left:16%;}
.newlogo1{
	float: right;
	width: 50%;
	text-align: -webkit-center;
	padding-right: 14px;
	padding-top: 10px;
}
.margintop15{margin-top: 8px;}

@media (min-width:230px) and (max-width:1069px) {
.lap-logo.clearfix.newhidelogo.logohide.logonew.mobile_view_db {
    display: none;
}
.lap-logo.clearfix.newhidelogo.logohide.logonew {
    display: block;
    float: right !important;
    width: 50% !important;
}

.lap-logo.clearfix.newhidelogo.logohide.logonew .rightlogo.newlogo {
    width: 100%;
    padding: 0;
}

.lap-logo.clearfix.newhidelogo.logohide.logonew .rightlogo.newlogo a {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
    text-align: left;
}	
	
	
	
.newhidelogo{ display:none;}
img.img-responsive.mobilelogo_center {
    max-width: 400px;
    max-height: 100px;
}
nav.menu_hide {
    padding-left: 0 !important;
}
}

.paddingbtm10{ padding-bottom:10px;}

@media (min-width:1387px) and (max-width:1440px) {
.intro{ width:37%;}
.banner_title{font-size: 18px !important;}
.intro{margin-top: 4%;}
}

@media (min-width:1253px) and (max-width:1440px) {
.lap-logo{ width:65% !important;}
.unionlaplogo{ width:35% !important;}
.newlogo{padding-top:10px; margin-bottom:15px;}
.newlogo1{
    padding-top: 20px;
    margin-bottom: 15px;
    width: 40%;
	}
}

@media (min-width:1217px) and (max-width:1252px) {
.lap-logo{width: 55% !important;}
.unionlaplogo{width: 36% !important;}
.newlogo{padding-top:10px;margin-bottom:15px;padding-left: 80px;}
.newlogo1{padding-top: 13px;margin-bottom:15px;padding-left: 10px;}
}

@media (min-width:1070px) and (max-width:1216px) {
 
.lap-logo{width: 44% !important; margin-left:56px; margin-top:11px;}
.unionlaplogo{width:45% !important;}
.newlogo{padding-top:10px;margin-bottom:15px;padding-left:15px; float: right;} 
}

@media (min-width:230px) and (max-width:1069px) {
.logo_omandesktop {
    float: right !important;
    width: 50% !important;
}

.logo_omandesktop a {
    display: table-cell;
    vertical-align: middle;
    height: 100px;
    text-align: left;
}
img.img-responsive.mobilelogo_center { 
    width: auto;
    height: auto;
    max-width: 100%;
}	
	
	
	
	
	
	
.logohide{display:none;}
}

@media (min-width:1200px) and (max-width:1386px) {
.intro{ width:43%;}
.banner_title{font-size:16px !important;}
.intro{margin-top: 25%; margin-left: 35%;}
}


@media (min-width:870px) and (max-width:1199px) {
.intro{width: 70%; text-align:center; margin-top:30%; border-left:none;}
}

.leftlogo{float:right; /*margin-right:25px;*/
    margin: 30px 0; padding-left:21px;
    /* margin-top: 46px; */
    margin-top: 10px;
    margin-bottom: 10px; 
	}
	
	
	.aboutnew{font-weight: normal;
    left: 40px;
    position: relative;}
	
	.aboutnew_member{font-weight: normal;
    left:8px;
    position: relative;}
	
	.aboutnew_memberk{font-weight: normal;
    left:2px;
    position: relative;}
	
	.aboutnew_memberh{font-weight: normal;
    left:6px;
    position: relative;}
	
	.aboutnew_memberm{font-weight: normal;
    left:11px;
    position: relative;}
	
	
	.aboutnew_membern{font-weight: normal;
    left:3px;
    position: relative;}
	
	.aboutnew_membermo{font-weight: normal;
    left:-4px;
    position: relative;}
	
	.whitecolor{ color:#FFF;}
	
	.textlineheight{line-height:22px;}
	
	@media (min-width:230px) and (max-width:1440px) {
	.leftitem img{ margin-left:0px!important; margin-right:0px!important; margin-top:10px !important;}
	}
	
	@media (min-width:1321px) and (max-width:1440px) {
	.president_text{ padding-left:25px !important;}
	}
	
	
	@media (min-width:1050px) and (max-width:1320px) {
	.president_text{ padding-left:40px !important;}
	}
	
	@media (min-width:992px) and (max-width:1049px) {
	.president_text{ padding-left:39px !important;}
	}
	
	@media (min-width:500px) and (max-width:991px) {
	.president_text{ padding-left:155px !important;}
	}
	
	@media (min-width:230px) and (max-width:700px) {
	.mobile_banner{ margin-bottom:30px;}
	.mobile_menu{position:relative; z-index:11111;}
	}
	
	
	
	
	
	.family_sectionone{ float:left; width:100%; text-align:center;}
	.family_sectiontwo{ float:left; width:100%; text-align:center; margin-top:40px;}
	.listbg{background:#663300;color:#FFF;float:left;/*padding-left:100px;padding-right:100px;*/text-align:center;padding-top: 4px;padding-bottom: 4px;line-height:25px;font-size: 14px; width:100%}
	.lineheight50{ line-height:50px;}
	.hamd_details{ float:left; width:100%; color:#FFF; font-size:15px; text-transform:uppercase; padding-top:30px; text-align:center;}
	.hamd_details span{ padding-left:50px;}
	.family_hamdabint{ float:left; width:100%; text-align:center;}
	.family_hamdabint span{ color:#FFF; line-height:24px;}
	.hamdabint_bg{background:#663300;padding-left: 30px;padding-right: 30px;/* line-height: 23px; */padding-top: 5px;padding-bottom: 5px; float:left; margin-top:40px; 
	width:395px; margin-bottom:20px;}
	.col_offset{ margin-left: 38.666667%;}
	
	.secondhamd_details{ float:left; width:100%; color:#FFF; font-size:15px; text-transform:uppercase; padding-top:20px; text-align:center;}
	.secondhamd_details span{ padding-left:13px;}
	.margin_tree{ margin-left:10px; margin-right:10px; font-weight:normal !important;}
	
	
	.tooltip {
    position: relative;
    display: inline-block;
}

.tooltip .tooltiptext {
   visibility: hidden;
    width: 120px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left: 96%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
    text-transform: lowercase;
    font-size: 14px;
}

.tooltip .tooltiptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltip:hover .tooltiptext {
    visibility: visible;
    opacity: 1;
}


.tooltipnew {
    position: relative;
   display: inline !important;
}

.tooltipnew .tooltipnewtext {
   visibility: hidden;
    width: 180px;
    background-color: #555;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 1;
    bottom: 125%;
    left:15%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 1s;
    text-transform: lowercase;
    font-size: 14px;
}

.tooltipnew .tooltipnewtext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.tooltipnew:hover .tooltipnewtext {
    visibility: visible;
    opacity: 1;
}

.family_tree{background:#5d3b0e; padding-top:6px; padding-bottom:6px; border-radius:3px; line-height:25px;}
.family_treelineheight{ line-height:50px;}
.familylist{float:left; width:100%; font-size:14px; /*text-transform:uppercase;*/ color:#fff; padding-top:30px; text-align:center; position:relative; z-index:11111;}
.familylist span{padding-left:150px;     border: 1px solid #ddb64b;
    padding: 9px 30px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px; cursor:pointer;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;}
	.familylist:hover span {
		background: #ddb64b;
	color: #000;
	border: 1px solid #ddb64b; cursor:pointer;
}

.familylist::after{
	right: auto;
	left: 50%;
	border-left: 1px solid #ddb64b;
}

.margintop150{ margin-top:-50px;}
.father_headding{font-weight:normal; font-size:18px; padding-bottom: 5px; padding-top:8px;}
.font_16{ font-size:16px;}

@media (min-width:230px) and (max-width:1328px) {
.member_box{width: 500px !important;}
}
	
@media (min-width:1091px) and (max-width:1200px) {
.president_text {padding-left: 39px !important;}
}

@media (min-width:230px) and (max-width:1090px) {
.widthbox_full{ float:left !important; width:100% !important;}
.sheikh_img{width: 15.333% !important;}

}

.center_text{ text-align:center;}
.margintop_btm{ margin-bottom:15px; margin-top:15px; font-size:18px; font-weight:normal;}
.mobilelogo_center{    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 70%;}
	
@media (min-width:230px) and (max-width:499px) {
.sheikh_img{ width:100% !important;     text-align: center;}
.leftitem{ width:100%; text-align:center;}
.leftitem img{ float:none;}
.leftitem img{margin-top: 30px !important;
    margin-bottom: 0px !important;}
}



@media screen and (max-width:1920px) , screen and (max-height:1200px) {
/*.main-container{height:818px;}*/
}

@media (min-width:1366px) and (max-width:1366px) {
.footersection{position:relative;}
.intro{margin-top: 25%;}
}

@media (min-width:1024px) and (max-width:1024px) {
	.footersection{height:100%;}
}

/*@media screen and (max-width:1024px) , screen and (min-height:800px) {
.footersection{height:475px;}
}
@media screen and (max-width:1024px) , screen and (min-height:600px) {
.footersection{height:475px;}
}*/

@media (min-width:1600px) and (max-width:1600px) {
.name_style{ padding-left:15px;}
.name_descriptions{padding-left:15px;}
}

@media (min-width:1024px) and (max-width:1024px) {
.union_details{ font-size:15px; line-height:28px;}
.achievementsiconnews{ height:100%;}
.achievent_detail{ font-size:14px;}
}

@media (min-width:768px) and (max-width:768px) {
	.footersection{height:100% !important;}
}
@media (min-width:800px) and (max-width:800px) {
	.footersection{height:475px !important;}
}

@media (min-width:1680px) and (max-width:1680px) {
	.leftlogo{ padding-left:16px;}
}

@media (min-width:1600px) and (max-width:1600px) {
.logonew{width:70% !important;}
.logo_year{width:30% !important;}
}

.margintop50{ margin-top:50px;}
.copyrightsections{text-align:center; color:#D4AF37; padding-top:15px; border-top: solid 1px rgba(255, 255, 255, 0.23);
background: #5b3f09;padding-bottom: 15px; float:left !important; width:100% !important; font-size:14px !important;}

.index_copyright{text-align:center; color: rgba(255, 255, 255, 0.64); padding-top:15px; border-top: solid 1px rgba(255, 255, 255, 0.23);
background: #5b3f09;padding-bottom: 15px; float:left !important; width:100% !important; font-size:14px !important;     margin: auto;
position: fixed;     bottom:0px;}
.footer_fixed{    bottom:0px;}
	
.achievements_list{background:#5d3a10; color:white; padding-left:10px; padding-top:13px; padding-bottom:13px; /*font-size:15px;*/ font-size:23px;
font-family:Arial, Helvetica, sans-serif; text-align:center;     border-bottom: solid 2px rgba(255, 255, 255, 0.21);}
.achievements_bg{background: #a48832; color:#FFF; font-family:Arial, Helvetica, sans-serif; font-size:14px; padding-left:15px; padding-top:13px; 
/*font-size:15px;*/  font-size:17px; padding-bottom:13px;     border-bottom: solid 2px rgba(255, 255, 255, 0.21);}

.family_treeleft{/*left:129px*/ width:140%; top:-61px;}
.family_treeleftnew{ /*width:140%;*/ top:-30px; left:-81px;}
.family_treeleft_one{ /*width:140%;*/ top:-20px; left:235px;}
.tooltip_linkbg{border:none !important; padding:0px!important; background:#555555!important;}
.family_treeleft_two{left:773px; top:-40px;}
.tooltip_new{bottom:94% !important; left:44% !important;}
.tooltip_newone{bottom:155% !important; left:26% !important;}


@media (min-width:230px) and (max-width:1360px) {
.family_treeleft{width: 116%;}
.family_treeleft_one{ /*width:140%;*/ top:-20px; left:150px;}
}

@media (min-width:230px) and (max-width:1250px) {
.family_treeleft_one{left:110px;}
}


@media (min-width:230px) and (max-width:1328px) {
.family_treeleftnew{width: 140%;}
}

.margintop20{ margin-top:20px;}

.life_journeylogo{    margin-top: -170px;}

@media (min-width:230px) and (max-width:992px) {
.life_journeylogo{    margin-top:0px;}
}

.arrow_btn{width:1px; height:20px; float: left; background:#ddb64b; position:relative; left:112px;}
.arrow_btnnew{width:1px; height:20px; float: left; background:#ddb64b; position:relative; left:126px;}

.hh_style{float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 8px; font-family: 'DINOffc-Medi'; font-weight: normal !important; font-size: 14px !important; text-align: left; text-transform: uppercase;}
	
.al_new{font-family: 'DINOffc-Medi'; font-weight: normal; font-size: 12px !important; text-align: center; text-transform: uppercase;}
@media (min-width:900px) and (max-width:1600px) {
	.footersection
	{
	position: static !important;

	}}
	
	
	.ahmed_li{float: initial;
    margin-top: -10px;     list-style: none;}
	
	.ahmed_new{border: 1px solid #ddb64b;
    padding: 9px 30px;
    text-decoration: none;
    color: #FFF !important;
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    display: inline-block;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    margin-bottom: 16px; background: #af9238;}
	
	.ahmed_new:hover{background: #ddb64b;
    color: #000;
    border: 1px solid #ddb64b; text-decoration:none !important;}.new_ahmd
                            
                            {
                                margin-left: -58px;
                            }.ali_new
                            {
                            content: '';
    height: 20px;
    position: absolute;
    top: -88px;
    left: 52%;
    border-top: 1px solid #ddb64b;
    padding-top: 19px;
    padding-right: 318px;
    border-left: 1px solid #ddb64b;
    margin-left: -36px;
    padding-left: 6px;
                            }
							
							
@media (min-width:1024px) and (max-width:1024px) {
.ali_new{width:339px;}
.new_ahmd{left:150%; position:relative;}
}



@font-face {
  font-family: 'DINOffc-Ita';
  src: url('../fonts/DINOffc-Ita.eot?#iefix') format('embedded-opentype'),  url('../fonts/DINOffc-Ita.woff') format('woff'), url('../fonts/DINOffc-Ita.ttf')  format('truetype'), url('../fonts/DINOffc-Ita.svg#DINOffc-Ita') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DINOffc-Medi';
  src: url('../fonts/DINOffc-Medi.eot?#iefix') format('embedded-opentype'),  url('../fonts/DINOffc-Medi.woff') format('woff'), url('../fonts/DINOffc-Medi.ttf')  format('truetype'), url('../fonts/DINOffc-Medi.svg#DINOffc-Medi') format('svg');
  font-weight: normal;
  font-style: normal;
}


.name_sheikh{
float: left;
    width: 100%;
    padding-top: 5px;
    padding-bottom: 8px;
    font-family: 'DINOffc-Medi';
    font-weight: normal !important;
    font-size: 13px !important;
    text-align: left;
    text-transform: uppercase;
    text-align: center;
    font-weight: normal !important;
    line-height: 17px;}
	
	.footerimg{padding-left:35px;}
	
	.footer_padding{padding-left:20px !important;}
	
	
	
@media (min-width:230px) and (max-width:991px) {
.footermobile{width: 80%;
    float: left;
    margin-top: 20px;}
}

@media (min-width:230px) and (max-width:659px) {
.footermobile{margin-top:0px; width:100%; padding-left:3px !important;}
.al_new{margin-top:0px !important;}
}

@media (min-width:230px) and (max-width:500px) {
.footermobile{margin-top:0px; width:100%; padding-left:3px !important;}
.al_new{margin-top:0px !important;}
.hh_style{line-height: 20px;}
.al_new{margin-bottom: 0px !important;  padding-bottom: 0 !important;}
}
@media (min-width:230px) and (max-width:490px) {
	.footerimg{padding-left:0px !important;}
}


.calendare{ padding-bottom:3px; color: #e9c34f; font-size:16px; line-height:30px; font-weight:normal !important; line-height:30px;}
.calendarebg{    background:/* #5d3a10 */rgba(93, 58, 16, 0.08);}
.calendarebgnew{background:/*#6e491d*/ rgba(110, 73, 29, 0.47);}
.whitetext{color:#FFF;}


@media (min-width:1240px) and (max-width:1440px) {
.footer_padding{    padding-left: 40px !important;}
}

@media (min-width:1091px) and (max-width:1239px) {
.footer_padding{    padding-left:60px !important;}
}

/*@media (min-width:1366px) and (max-width:1366px) {
.footer_padding{    padding-left: 40px !important;}
}*/


@media (min-width:1300px) and (max-width:1440px) {
.name_sheikh{font-size:10px !important;}
.leftitem{width:143.5%;}
.footer_padding{    padding-left: 75px !important;}
.unionplayicon{margin-left:140px;}
}
@media (min-width:230px) and (max-width:1440px) {
	.unionplayicon{margin-left:140px;}
}

@media (min-width:320px) and (max-width:350px) {
	.unionplayicon{margin-left:120px; margin-top:-146px;}
}

@media (min-width:230px) and (max-width:319px) {
	.unionplayicon{margin-left:100px; margin-top:-150px !important;}
}

@media (min-width:230px) and (max-width:950px) {
	.copyrightsections{    margin-top: 15px;}
}


.unionvideo{ padding: 0px !important;
    border: none !important;     background-color: rgba(255, 255, 255, 0) !important;}
.unionright{float:right !important; margin-left:15px;}
.uninoimgvideo{border: solid 5px #7d6721; border-top-left-radius: 2em; border-bottom-right-radius: 2em;}
.unionplayicon{margin-top:-170px;}
.subtitle a.phone-mail-link {
    color: #421a08;
    text-decoration: none;
}

p.subtitle {
    color: #fff;
	font-size: 20px;
}