.section-hedtop{
background:#3498db;
}
.section-hedtop h1,.section-hedtop p,.section-hedtop h2{
color:#fff;
font-size: 20px;
font-weight: bold;
font-family: 'FontKufiRegular';
}

.section-hedtop h1{
font-size: 47px;
}
.section-hedtop h2{
font-size: 27px;
}
.hed-logo-box img{
//border-radius:50%;
width:100%;
min-height:200px;
//max-height:200px;
//box-shadow: 0 5px 20px rgba(0, 0, 0, 0.7);
}
#crumbs {
text-align: center;
margin:0;
padding: 10px 0 0 0;
background:#d4f2ff;
z-index:999;
}

#crumbs #one_2{
font-size:28px;
color:#fff;
cursor:pointer;
position:absolute;
//bottom: 43px;
left: 65px;
padding: 5px 20px;
border-radius:7px;
background: #3498db;
display:none;
-webkit-transition:all 0.4s ease-in-out;
-moz-transition:all 0.4s ease-in-out;
-o-transition:all 0.4s ease-in-out;
transition:all 0.4s ease-in-out;
}

#crumbs #one_2:hover{
color:#fff;
background: #333;
}

#crumbs #one_1{
font-size:36px;
color:#fff;
cursor:pointer;
margin-right:10px;
}

#crumbs #one_1:hover{
color:#3498db;
}

#crumbs #list_tow {
list-style: none;
display: inline-table;
width:100%;
margin: 0; 
}

#crumbs #list_tow li {
display: inline;
}

#crumbs #list_tow li a {
transform : none;
transform-style : flat;
transition : none;
transition-delay : 0s;
transition-duration : 0s;
transition-property : none;
transition-timing-function : ease;
display: block;
height: 50px;
text-align: center;
padding: 10px 10px;
position: relative;
margin: 0; 
font-size: 20px;
text-decoration: none;
color: #fff;
}

#crumbs #list_tow li a:hover {
background: #3498db;
}


#crumbs #list_one {
list-style: none;
display: inline-table;
}
#crumbs #list_one li {
float:left;
display: inline;
}
	
#crumbs #list_one li a {
transform : none;
transform-style : flat;
transition : none;
transition-delay : 0s;
transition-duration : 0s;
transition-property : none;
transition-timing-function : ease;
display: block;
//height: 50px;
background: #3498db;
text-align: center;
padding: 6px 2px 10px 25px;
position: relative;
margin: 0 5px 0 0; 
font-size: 20px;
text-decoration: none;
color: #fff;
}
#crumbs #list_one li a:after {
content: "";  
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-left: 20px solid #3498db;
position: absolute; right: -20px; top: 0;
z-index: 1;
}
			
#crumbs #list_one li a:before {
content: "";  
border-top: 20px solid transparent;
border-bottom: 20px solid transparent;
border-left: 20px solid #d4f2ff;
position: absolute; left: 0; top: 0;
}
	
#crumbs #list_one li:first-child a {
border-top-left-radius: 10px; border-bottom-left-radius: 10px;
text-align:center;
padding-right:10px;padding-left:10px;
}
#crumbs #list_one li:first-child a:before {
display: none; 
}
#crumbs #list_one li:last-child a {
padding-right:15px;padding-left:25px;
text-align:center;
border-top-right-radius: 10px; border-bottom-right-radius: 10px;
margin:0;
}
#crumbs #list_one li:last-child a:after {
display: none; 
}
#crumbs #list_one li a:hover {
background: #fa5ba5;
}
#crumbs #list_one li a:hover:after {
border-left-color: #fa5ba5;
}


#crumbs #aboutconfr div{
position:fixed;
z-index:10;
padding-top:0;
min-width:105px;
display:none;
animation:animatezoom 0.6s;}
@keyframes animatezoom{from{transform:scale(0)} to{transform:scale(1)}}

#crumbs #aboutconfr div a:before,#crumbs #aboutconfr div a:after{
border:none;
}
#crumbs #aboutconfr div a{
text-align:center;
display:block;
padding-left:0;
padding-right:0;
}

#crumbs #aboutconfr:hover div{
display:block;
}

#mySidenav a,#mySidenav1 a{
position:fixed;
left: -104px;
top:130px;
padding: 15px;
text-decoration: none;
font-size: 20px;
color: #fff;
background: #131212bf;
z-index:10;
border-radius: 0 5px 5px 0;
-webkit-transition:all 0.4s ease-in-out;
-moz-transition:all 0.4s ease-in-out;
-o-transition:all 0.4s ease-in-out;
transition:all 0.4s ease-in-out;	
}
#mySidenav1 a{
top:200px;
left: -93px;
}

#mySidenav2 a{
position:fixed;
left: 15px;
top:270px;
//padding: 15px;
text-decoration: none;
font-size: 50px;
color: #11b31d;
z-index:10;
-webkit-transition:all 0.4s ease-in-out;
-moz-transition:all 0.4s ease-in-out;
-o-transition:all 0.4s ease-in-out;
transition:all 0.4s ease-in-out;	
}


#mySidenav a i,#mySidenav1 a i{
color: #fff;
}
#mySidenav a:hover ,#mySidenav1 a:hover{
left: 0;
}
#mySidenav2 a:hover,.twitter:hover,.facebook:hover,.google:hover,.youtube:hover{
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4); 
}


.twitter{
position:fixed;
top:330px;
left: 15px;
z-index:10;
}
.twitter i{
font-size: 40px;
color: #46e0f9;
}

.facebook{
position:fixed;
top:380px;
left: 15px;
z-index:10;
}
.facebook i{
font-size: 40px;
color: #0919de;
}

.google{
position:fixed;
top:430px;
left: 15px;
z-index:10;
}
.google i{
font-size: 40px;
color: #dbde09;
}
.youtube{
position:fixed;
top:480px;
left: 15px;
z-index:10;
}
.youtube i{
font-size: 40px;
color: #de0909;
}



#tarkhess{
margin:20px 0;	
}

#tarkhess table{
border-collapse:collapse;
border-spacing:0;	
}
#tarkhess td{
text-align:right;	
}
#tarkhess td b{
color:#066464;	
}

#telus table{
background: #f9f6f9c7;    
}

#telus table td{
padding:10px 0;
color:#000;
}
#telus table td:first-child{
padding-left:10px;
}
#telus table td:last-child{
padding-right:10px;
}

#telus #fgh0,#telus #fgh1{
background: #f9f6f9c7;
margin:0;
padding:0;
color:#000;
font-size:18px;
}


#telus #fgh0{
text-align:right;
padding:10px 0;
border-top-left-radius:7px;
border-bottom-left-radius:7px;
}
#telus #fgh1{
text-align:left;
padding:10px 0;
border-top-right-radius:7px;
border-bottom-right-radius:7px;
}

/****************************************************/
.chevron {
height:108px;
vertical-align:middle;
display:table-cell;
text-align: center;
font-size: 18px;
color:#000;
background: #d4f2ff;
border: 2px solid #3498db;
width: 50%;
}
   #chevron {
      position: relative;
      text-align: center;
      padding: 12px;
      margin-bottom: 6px;
      height: 60px;
      width: 100%;
	  font-size: 20px;
	  color:#FFF;
	  margin-left:auto ;
    }
    #chevron:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      padding-top: 10%;
	  padding-bottom:10%;
      width: 51%;
      background: #d4f2ff;
      color:#000;
      transform: skew(0deg, 6deg);
    }
    #chevron:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 10%;
	  padding-bottom:10%;
      width: 50%;
      background: #3498db;
      transform: skew(0deg, -6deg);
    }

   #chevron1 {
      position: relative;
      text-align: center;
      padding: 12px;
      margin-bottom: 6px;
      height: 60px;
      width: 100%;
	  font-size: 20px;
	  color:#FFF;
	  margin-right:auto;
    }
    #chevron1:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      padding-top: 10%;
	  padding-bottom:10%;
      width: 51%;
      background: #d4f2ff;
      color:#000;
      transform: skew(0deg, 6deg);
    }
    #chevron1:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 10%;
	  padding-bottom:10%;
      width: 50%;
      background: #3498db;
      transform: skew(0deg, -6deg);
    }


   #chevron2 {
      position: relative;
      text-align: center;
      padding: 12px;
      margin-bottom: 6px;
      height: 60px;
      width: 100%;
	  font-size: 20px;
	  color:#FFF;
	  margin-right:auto;
    }
    #chevron2:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      padding-top: 10%;
	  padding-bottom:10%;
      width: 51%;
      background: #d4f2ff;
      color:#000;
      transform: skew(0deg, 6deg);
    }
    #chevron2:after {
      content: '';
      position: absolute;
      top: 0;
      right: 0;
      padding-top: 10%;
	  padding-bottom:10%;
      width: 50%;
      background: #3498db;
      transform: skew(0deg, -6deg);
    }


/************************************************************/
.about-text p{
font-size: 20px;
color: #333;
direction: rtl;
}
#targdemotext{
text-shadow: 0 1px #808d93, -1px 0 #cdd2d5, -1px 2px #808d93, -2px 1px #cdd2d5, -2px 3px #808d93, -3px 2px #cdd2d5, -3px 4px #808d93, -4px 3px #cdd2d5, -4px 5px #808d93, -5px 4px #cdd2d5, -5px 6px #808d93, -6px 5px #cdd2d5, -6px 7px #808d93, -7px 6px #cdd2d5, -7px 8px #808d93, -8px 7px #cdd2d5;
font-family: 'FontKufiRegular';
-webkit-font-smoothing: subpixel-antialiased !important;
}

.targdemotext1{
display: block;
border-bottom: 2px solid #ddd;
text-align:right;
padding: 10px 20px;
position: relative;
font-size: 20px;
font-weight:bold;
color: #000;

}

/******************************************************/

.dmstake {
text-align: right;
border-bottom: 1px solid #ddd;
width: 100%;
display: inline-block;
position: relative;
padding: 10px 20px;
font-size: 20px;
font-weight:bold;
color: #000;	

font-weight:bold;
}

/************************************************************/
.subdemotext1{
display: block;
text-align:right;
padding: 10px 20px;
font-size: 20px;
font-weight:bold;
color: #000;
border-bottom:1px solid #ddd;
}

/************************************************************/
.fldtabroom{width:100%;border-collapse:collapse;border-spacing:0;direction:rtl;}
.fldtabroom th{
background:#78a2b7;color:#FFF;text-align:center;border-right:3px solid #fff;border-left:3px solid #fff;padding:8px 2px;
font-size: 20px;
}
.fldtabroom td{
color:#FFF;text-align:center;border:3px solid #fff;padding:15px 1px;border-bottom:none;
font-size: 20px;
}

#notesc {
background:#78a2b7;
border:1px solid #1a2327;
padding: 0.01em 16px;

}
#notesc ul{
list-style-type: none;
padding: 0;
margin: 0;
box-shadow: 0 4px 10px 0 rgba(0,0,0,0.4), 0 4px 20px 0 rgba(0,0,0,0.19);
font-family: 'FontKufiRegular';
}
#notesc ul li{
text-align:right;
padding: 8px 16px;
border-bottom: 1px solid #1a2327;
font-size: 20px;
color: #fff;
font-weight:bold;
letter-spacing: 0;
font-family: 'FontKufiRegular';
}
/*************************************************************/
.colbunce{text-align:center;background:#3498DB; color:#FFF;}
.columnbuncl{text-align:right;font-size:18px;color:#000;min-height:205px; background:#f5f3f094;display:flex;direction:rtl;align-items:center;border-bottom: 1px solid #000;}
.columnbuncr{text-align:center;min-height:205px;display:flex;justify-content:center;align-items:center;background:#f5f3f094;border-bottom: 1px solid #000;}

.columnbuncr .price {
position:absolute;top:25px;right:70px;background:#ffffff;
width: 110px;height: 110px;font-size: 26px;
font-family: 'Playfair Display', serif;
font-weight: 700;color:#e60606d1;text-align: center;
border-radius: 50%;
display:flex;justify-content:center;align-items:center;
 box-shadow: 0 16px 50px rgba(155, 159, 166, 0.30);
    padding: 19px 0px 15px 0px;
    -webkit-animation: pulse 2s infinite;
    -o-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    transition: all 500ms ease;
}

.columnbuncl .optcolumnbuncl{
margin-top:20px;
color:#e60606d1;	
}

.columnbuncl .optcolumnbuncl b{
padding:1px 50px;
color:#e60606d1;	
}

.columnbuncl .optcolumnbuncl b:first-child{
border-left: 2px solid #e60606d1;
}

/**************************************************/
.contact-info{padding:0;}
.contact-info .single-item .icon-box i:before{
color: #3498db;	
}
.contact-info .single-item:before{
background:#083a6d;	
}
/*******************************************************/
.tnsktiteldiv{
text-align:right;
font-size:24px;
background:#3498db;
color:#000;	
}
.tnsketextdiv,.hlptextdiv{
text-align:right;
font-size:18px;
color:#000;	
}
.tanstab{
min-width:100%;;border-collapse:collapse;border-spacing:0;direction:rtl;
border: 1px solid #ccc;	
}
.tanstab th{color:#000; text-align:center;}
.tanstab td{color:#000;text-align:right; width:25%;}

.tnsketextdiv ul,.hlptextdiv ul{
text-align:right;
font-size:16px;
color:#000;
direction: rtl;
margin:2px 30px;
}
.tnsketextdiv ul li{
list-style:square;
padding:1px 7px;
}
.hlptextdiv ul li{
list-style:square;
padding:1px 5px;
font-weight:bold;
}
.hlptextdiv ul li a{color:#e60c0cd6; font-size:16px;font-weight:bold;}
.hlptextdiv ul li a:hover{color:#3498db;}

/**************************************************/
#toltiplabel{
text-align:right;
font-size:16px;
color:#000;
font-weight:bold;
margin:12px 0 4px 0;
}

.tlbcontdiv .inputtext{
background: rgba(153, 204, 255,0.3);
color:#000;
text-align:center;
}
.tlbcontdiv #text3{
background: rgba(153, 204, 255,0.3);
color:#000;
direction:rtl;
width:100%;
height:100px;
overflow:auto;
resize:none;
padding:4px 7px;
text-align:right;
}

.regcontdiv .inputtext{
background: rgba(153, 204, 255,0.3);
color:#000;
text-align:center;
}
.fldtabroom th,#frstfldtabroom td:first-child{
background:#78a2b7; text-align:center; color:#fff;    
}

#frstfldtabroom #scndfldtabroom .tdrow1{
background:#99CCFF; text-align:center; color:#000;    
}
#frstfldtabroom #scndfldtabroom .tdrow2{
background:#3498DB; text-align:center; color:#fff;    
}

.tabarchive table {
 width:100%;border-collapse:separate;border-spacing:2px;direction:rtl;   
}

.tabarchive table td {
padding: 3px 2px; 
}

.tabarchive table td a {
font-size: 26px;
text-decoration:none;
}

.tabarchive th {
background: #78a2b7;
    color: #FFF;
    text-align: center;
    padding: 8px 2px;
    font-size: 20px;   
}
.tabarchive .tdrow1 {
background:#99CCFF; text-align:center; color:#000; 
}
.tabarchive .tdrow2 {
background:#3498DB; text-align:center; color:#fff;
}
.tabarchive .tdrow1 a {
color:#000; 
}
.tabarchive .tdrow2 a {
color:#fff;
}
.tabarchive .tdrow2 a:hover,.tabarchive .tdrow1 a:hover  {
color:#dc1010db;
}
/***************************************************/
.sec-title h2,#targdemotext{color: #000;	
    font-family: 'FontKufiRegular';

}
.sec-pad-2 .targdemotext1,.sec-pad-2 .subdemotext1{background:#fff;color: #333;}
.blog-details{background:#FFF;}
.blog-detailsscrip{background:#fff;}
#crumbs{background: #d4f2ff;}
#crumbs #list_one li a{background: #3498db;color: #fff;}
#crumbs #list_one li a:after{border-left-color:#3498db;}
#crumbs #list_one li a:before{border-left-color:#d4f2ff;}
#crumbs #list_one li a:hover {background: #333;}
#crumbs #list_one li a:hover:after {border-left-color: #333;}

.section-hedtop h1,.section-hedtop p,.section-hedtop h2,.section-hedtop td{
color:#000;
}
.section-hedtop{
background:url(../image/m1.jpg);
background-repeat: no-repeat;
background-size: 100% 100%;
}

.column .text h3,.sec-title h2,.contact-section h2,.contact-info,#targdemotext{
color: #000;letter-spacing: 0px;
font-family: 'FontKufiRegular';

}
.scroll-top,.theme-btn{background: #3498db;color: #fff;}

.scroll-top:hover,.theme-btn:hover {background: #000;color:#fff;}

/***************************************************/

/***************************************************/
@media(min-width: 1200px){
#chevron:after {font-size:18px;}	
}

@media (min-width: 992px) and (max-width: 1200px){
#chevron:after {font-size:14px;}
#crumbs #list_one li a {	
//padding: 30px 5px 50px 42px;
}	
#crumbs #list_one li:first-child a {
//padding-right:10px; padding-left:10px;	
}
#crumbs #list_one li:first-child + li a {
//padding-right:2px; padding-left:35px;		
}

#crumbs #list_one li:last-child a {
//padding-right:20px;padding-left:50px;	
}
}

@media (min-width: 768px) and (max-width: 991px){
#chevron:after {font-size:11px;}
}

@media(max-width:767px){
#chevron {margin:0 auto 30px auto;	}
#chevron1 {margin:0 auto 115px auto;	}
#chevron2 {margin:0 auto 115px auto;	}
#chevron1:before,#chevron1:after,#chevron2:before,#chevron2:after {
top:50%;
}

.columnbuncr{border-bottom:none;border-top: 1px solid #000;}
.columnbuncl .optcolumnbuncl b {padding: 1px 30px;}
.columnbuncl .optcolumnbuncl{text-align:center;}
}










