
/* 
    Created on : Jun 30, 2017, 11:46:10 PM
    Author     : safar
*/

* {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
article, aside, div, footer, header, hgroup, layer, main, nav, section {
display: block;
}


.bodyPart .main_container{
    background-color: #fff;
    height: 100%;
    box-shadow: 0 0 4px rgba(0,0,0,0.6);
    margin-top:0 px;
    margin-bottom: 0 px;
    position: relative;

}

.link_Slash{
    color: #777;
    opacity: 0.5;
}
.lang_links a{
    color: #1b6d85;
    letter-spacing: 2px;  
}
.lang_links a:hover{
    color: #d01d33;
    background-color: #f1f1f1;
    
}




    
 

/*Style The Carousel */        
.carousel-inner img {
    -webkit-filter: grayscale(90%);
    filter: grayscale(60%); /* make all photos black and white */ 
    width: 100%; /* Set width to 100% */
    margin: auto;
}





    
    /* Set height of the grid so .sidenav can be 100% (adjust as needed) */
    .row.content {height: auto}
    .content{}
    
    /* Set gray background color and 100% height */
    .sidenav {
      padding-top: 20px;
      background-color: #f1f1f1;
      height: 100%;
    }
    
    
    /* On small screens, set height to 'auto' for sidenav and grid */
    @media screen and (max-width: 767px) {
      .sidenav {
        height: auto;
        padding: 15px;
      }
      .row.content {height:auto;} 
      .leftAside{
        height: auto;
        padding-bottom: 20px;
    }
    }
 
.main-col{
        background-color: #f9f9f9;
        height: 100%;
        min-height: 450px;
        padding: 20px;
    }
    
    .leftAside{
        height: auto;
        padding-bottom: 20px;
    }
    

    
    
    /* Add a dark background color to the footer */
footer {
    background-color:#002147; /*#3c3c3c; halo changed by halo #2B384C*/
    color: #f5f5f5;
    padding: 32px;
    opacity:0.99;
    letter-spacing: 2px;
    box-shadow: 0 0 4px rgba(0,0,0,0.6);

}

footer a {
    color: #f5f5f5;
}

footer a:hover {
    color: #777;
    text-decoration: none;
}

fieldset {
-webkit-border-radius: 8px;
-moz-border-radius: 8px;
border-radius: 8px;
}

.double-input .form-control {
  width: 50%;
  border-right-width: 1px;
}

.double-input .form-control:focus {
  border-right-width: 1px;
}

.triple-input .form-control {
  width: 33.3%;
  border-right-width: 1px;
}

.triple-input .form-control:focus {
  border-right-width: 1px;
}

.four-input .form-control {
  width: 25%;
  border-right-width: 1px;
}

.four-input .form-control:focus {
  border-right-width: 1px;
}

.btn-default.outline {
	border: 2px solid #00BBcc;
	color: #0099cc;
}


.checkbox {
  padding-left: 20px; }
  .checkbox label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .checkbox label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 3px;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out, color 0.15s ease-in-out;
      transition: border 0.15s ease-in-out, color 0.15s ease-in-out; }
    .checkbox label::after {
      display: inline-block;
      position: absolute;
      width: 16px;
      height: 16px;
      left: 0;
      top: 0;
      margin-left: -20px;
      padding-left: 3px;
      padding-top: 1px;
      font-size: 11px;
      color: #555555; }
  .checkbox input[type="checkbox"] {
    opacity: 0; }
    .checkbox input[type="checkbox"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .checkbox input[type="checkbox"]:checked + label::after {
      font-family: 'FontAwesome';
      content: "\f00c"; }
    .checkbox input[type="checkbox"]:disabled + label {
      opacity: 0.65; }
      .checkbox input[type="checkbox"]:disabled + label::before {
        background-color: #eeeeee;
        cursor: not-allowed; }
  .checkbox.checkbox-circle label::before {
    border-radius: 50%; }
  .checkbox.checkbox-inline {
    margin-top: 0; }

.checkbox-primary input[type="checkbox"]:checked + label::before {
  background-color: #428bca;
  border-color: #428bca; }
.checkbox-primary input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-danger input[type="checkbox"]:checked + label::before {
  background-color: #d9534f;
  border-color: #d9534f; }
.checkbox-danger input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-info input[type="checkbox"]:checked + label::before {
  background-color: #5bc0de;
  border-color: #5bc0de; }
.checkbox-info input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-warning input[type="checkbox"]:checked + label::before {
  background-color: #f0ad4e;
  border-color: #f0ad4e; }
.checkbox-warning input[type="checkbox"]:checked + label::after {
  color: #fff; }

.checkbox-success input[type="checkbox"]:checked + label::before {
  background-color: #5cb85c;
  border-color: #5cb85c; }
.checkbox-success input[type="checkbox"]:checked + label::after {
  color: #fff; }

.radio {
  padding-left: 20px; }
  .radio label {
    display: inline-block;
    position: relative;
    padding-left: 5px; }
    .radio label::before {
      content: "";
      display: inline-block;
      position: absolute;
      width: 17px;
      height: 17px;
      left: 0;
      margin-left: -20px;
      border: 1px solid #cccccc;
      border-radius: 50%;
      background-color: #fff;
      -webkit-transition: border 0.15s ease-in-out;
      -o-transition: border 0.15s ease-in-out;
      transition: border 0.15s ease-in-out; }
    .radio label::after {
      display: inline-block;
      position: absolute;
      content: " ";
      width: 11px;
      height: 11px;
      left: 3px;
      top: 3px;
      margin-left: -20px;
      border-radius: 50%;
      background-color: #555555;
      -webkit-transform: scale(0, 0);
      -ms-transform: scale(0, 0);
      -o-transform: scale(0, 0);
      transform: scale(0, 0);
      -webkit-transition: -webkit-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -moz-transition: -moz-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      -o-transition: -o-transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33);
      transition: transform 0.1s cubic-bezier(0.8, -0.33, 0.2, 1.33); }
  .radio input[type="radio"] {
    opacity: 0; }
    .radio input[type="radio"]:focus + label::before {
      outline: thin dotted;
      outline: 5px auto -webkit-focus-ring-color;
      outline-offset: -2px; }
    .radio input[type="radio"]:checked + label::after {
      -webkit-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      transform: scale(1, 1); }
    .radio input[type="radio"]:disabled + label {
      opacity: 0.65; }
      .radio input[type="radio"]:disabled + label::before {
        cursor: not-allowed; }
  .radio.radio-inline {
    margin-top: 0; }

.radio-primary input[type="radio"] + label::after {
  background-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::before {
  border-color: #428bca; }
.radio-primary input[type="radio"]:checked + label::after {
  background-color: #428bca; }

.radio-danger input[type="radio"] + label::after {
  background-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::before {
  border-color: #d9534f; }
.radio-danger input[type="radio"]:checked + label::after {
  background-color: #d9534f; }

.radio-info input[type="radio"] + label::after {
  background-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::before {
  border-color: #5bc0de; }
.radio-info input[type="radio"]:checked + label::after {
  background-color: #5bc0de; }

.radio-warning input[type="radio"] + label::after {
  background-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::before {
  border-color: #f0ad4e; }
.radio-warning input[type="radio"]:checked + label::after {
  background-color: #f0ad4e; }

.radio-success input[type="radio"] + label::after {
  background-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::before {
  border-color: #5cb85c; }
.radio-success input[type="radio"]:checked + label::after {
  background-color: #5cb85c; }

.panel-heading>.table, .panel-heading>.table th {
  margin: 0px;
  border: 0px;
}


/*changing setting of well with buttons */
.well-buttons{
    padding:0px; 
    background-color:#f5f5f5;
    margin-bottom:3px; 
    border-radius: 20px;
   
}



/* halgurd */

.nb-btn-circle{
text-decoration: none;
outline: none!important;
position: relative;
display: inline-block;
height: 40px;
width: 100%;
margin: 5px 0px;
color: #2B384C;
border-radius: 10px;
-webkit-border-radius: 10px;
-khtml-border-radius: 10px;
border: 1px solid #2B384C;
border-left: 5px #a47c5c solid; 
border-right: 5px #a47c5c solid; 
background-color: #fff;
background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#eeeeee));
background-image: -webkit-linear-gradient(top, #ffffff, #eeeeee);
background-image: -moz-linear-gradient(top, #ffffff, #eeeeee);
background-image: -ms-linear-gradient(top, #ffffff, #eeeeee);
background-image: -o-linear-gradient(top, #ffffff, #eeeeee);
background-image: linear-gradient(to bottom, #ffffff, #eeeeee);
transition:all 0.4s ease-in-out;
box-shadow: 0 0 4px rgba(0,0,0,0.6);
}
.nb-btn-circle:hover{
background: #002147;
border-color: #a47c5c ;
color: #fff;
}

.nb-btn-circle .fa {
padding-top: 4px;
height: 25px;
width: 100%;
margin: 2px 2px 2px 2px;
line-height: 12px;
}
.nb-btn-circle .glyphicon {
    padding-top: 4px;
height: 25px;
width: 100%;
margin: 2px 2px 2px 2px;
line-height: 12px;
}

.nb-btn-circle p{
float: left;
width: 100%;
margin: 0;
font-size: 16px;
}


.nb-btn-circle .indicator-dot {
position: absolute;
top: 0px;
right: 0px;
height: 16px;
width: 16px;
font-size: 10px;
font-weight: bold;
text-align: center;
line-height: 14px;
border-radius: 50%;
-webkit-border-radius: 50%;
-khtml-border-radius: 50%;
-moz-border-radius: 50%;
color: #fff;
background-color: #D9534F;
background-image: none;

}

#register_form fieldset:not(:first-of-type) {
display: none;
}

.form_panel_width {
        width: 75%; 
    }
@media (max-width: 600px) {
    .form_panel_width {
        width: 90%; 
    }
}
@media (max-width: 500px) {
    .form_panel_width {
        width: 99%; 
    }
}


#id01 {
display:    none;
position: absolute;
top:50%;
left:50%;
width:400px;  /* adjust as per your needs */
height:400px;   /* adjust as per your needs */
margin-left:-200px;   /* negative half of width above */
margin-top:-150px;   /* negative half of height above */
z-index:    100;

}
#id01:target {
    visibility: visible;
    display: block;
}

.datetimepicker {
   float: right
}
.datetimepicker.dropdown-menu{
   right:auto
}

/* setting hieght on different screens sizes*/
    @media screen and (min-width: 767px) {
      .minheight {
        height: auto;
      }
    }

    @media (min-width:500px){
        .minheight {
        height: auto;
      }
    }
    @media (min-width:768px){
        .minheight {
        height: 400px;
      }
    }
    @media (min-width:992px){
    .minheight {
        min-height: 500px;
      }
    }
    @media (min-width:1200px){
     .minheight {
        min-height: 600px;
      }
        
    }
    


  #idUnique {
  font-family: "Times New Roman";
  font-size: 2.5em;
  color: rgb(186, 36, 37);
  -moz-transform: matrix( 0.43191540294271,0,0,0.58807258251512,0,0);
  -webkit-transform: matrix( 0.43191540294271,0,0,0.58807258251512,0,0);
  -ms-transform: matrix( 0.43191540294271,0,0,0.58807258251512,0,0);
  z-index: 16;
}
.id_en{
    position: absolute; 
    right:0px; 
    top:72px;
}
.idCardKurdish{
  font-family: "Noto Naskh Arabic";
  font-size: 1.7em;
  color: rgb(186, 36, 37);
  text-shadow: 0px 8px 18px rgba(0, 0, 0, 0.75);
  -moz-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  -webkit-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  -ms-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  z-index: 15;

}
.idCardheading_ku{
  font-size: 1.7em;
  font-weight: bolder;
  font-family: "Noto Naskh Arabic";
  color: rgb(186, 36, 37);
  text-align: left;
  -moz-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  -webkit-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  -ms-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);   
  /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  */
}   
.idCarddetail_ku{
    color: black;
    font-size: 1.7em;
  font-weight: bolder;
  font-family: "Noto Naskh Arabic";
  text-align: left;
  -moz-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  -webkit-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  -ms-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);   

}
.idCardExpireIssue_ku{
    color: black;
    font-size: 1.5em;
  font-weight: bolder;
  font-family: "Noto Naskh Arabic";
  text-align: left;
  -moz-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  -webkit-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  -ms-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);   
}

.idCardEnglish{
  font-family: "Times";
  font-size: 2em;
  color: black;
  text-shadow: 0px 8px 18px rgba(0, 0, 0, 0.75);
  -moz-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  -webkit-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  -ms-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  z-index: 15;

}
.idCardheading_en{
  font-size: 2em;
  font-weight: bolder;
  font-family: "Times";
  color: black;
  text-align: left;
  -moz-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  -webkit-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  -ms-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);   
  /* -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: white;
  */
}   
.idCarddetail_en{
    color:rgb(186, 36, 37);
    font-size: 2em;
  font-weight: bolder;
  font-family: "Times";
  text-align: left;
  -moz-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  -webkit-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  -ms-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);   

}
.idCardExpireIssue_en{
    color:rgb(186, 36, 37);
    font-size: 1.8em;
  font-weight: bolder;
  font-family: "Times";
  text-align: left;
  -moz-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  -webkit-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);
  -ms-transform: matrix( 0.59110511180796,0,0,0.96267907932906,0,0);   
}
div#idbody{
 /* background: url(../images/card/cart_kurdish.png) no-repeat center right; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover !important; */
position: absolute;
    top: 0;
    left:0;
border-radius: 10px;
border: solid black 1px;
padding:0;
margin: 0;
display: block;
width: 99%;
height: 99%;
}
#printArea1{
    position: relative;
    top: 0;
  width:653px;
height:413px;  
}

#printArea{
    position: relative;
    top: 0;
  width:653px;
height:413px;  
}

div#idbody1{
   /*  background: url(../images/card/card_english.png) no-repeat center right; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; */
    position: absolute;
    top: 0;
    left:0;
width: 99%;
height: 99%;
border-radius: 10px;
border: solid black 1px;
padding:0;
margin: 0;
}


div#idbody  div.print{
float:left;
}

/*
    For printing, specifically for master-sheet
*/

@media print {
      .id_en{
    position: absolute; 
    right:0px; 
    top:40px;
}
    .td_ms_header{
    background-color: #eeeeee !important;
    
}
.tb_sub_names{
     background-color:#f1f1f1 !important;
}
#tb_unit_id{
    background-color: #ddd !important;
}
#td_std_names{
    background-color: #ddd !important;
}
.masterTb tr:nth-child(2n+5) {
    background-color: whitesmoke !important;
}
.td_ms_header{
    background-color: #eeeeee !important;
}
-webkit-print-color-adjust: exact;

}
#tb_unit_id{
    height: 20px;
    font-weight: bolder;
    background-color: #ddd !important;
}
.tb_sub_names{
    height: 40px;
    background-color:#f1f1f1 !important;
    font-weight: bolder;
}
#td_std_names{
    height: 40px;
    font-weight: bolder;
    background-color: #ddd !important;
}

.tb_std_marks{
    height: 20px;
}
.masterTb tr:nth-child(2n+5) {
    background-color: whitesmoke !important;
}

.td_ms_header{
    font-weight: bolder;
    height: 45px;
    background-color: #eeeeee !important;
}
.shadow{box-shadow: 0 0 4px rgba(0,0,0,0.6);}











/* Add a dark background color with a little bit see-through */ 
body{
        margin-top: -5px !important;

}

main{
    display: block;
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
    margin-top: -55px !important;
    background-color: #f8f9fa !important;
    height: 100%;
    position: relative;
    box-sizing: border-box;

}
.vdevider {
width: 1px;
background: rgba(120,130,140,.13);
display: inline-block;
height: 25px;
vertical-align: middle;
}

.text-twitter {
color: #1da1f2;
}
.text-facebook {
color: #4267b2;
}
.text-g-plus {
color: #dd4e40;
}
.text-youtube {
color: #fd0900;
}
.text-dark {
color: #343a40 !important;
}
.text-snow {
color:whitesmoke !important;
}

.text-instagram {
    color: #fff;
  border-radius: 5px;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  box-shadow: 0px 3px 10px rgba(0,0,0,.25);
  
}

.text-orange {
color:#a47c5c !important;
}

.info-icon {
display: inline-block;
vertical-align: middle;
margin-right: 8px;
font-size: 25px;
}

.list-inline li a {
padding: 10px 8px;
display: block;
color: #8d97ad;
font-weight: 400;
font-size: 14px;
}

.panel-footer.panel-custom {
    background-color: #2B384C !important;
   color: white;
}

.social-bar{
    border: 0;
    z-index: 3;
    height: 100%;
    width: auto;
    padding: 0px;
    margin: 0px;
/*    border-bottom: 2px solid #005689; */
}


.page-header-content{
    padding:12xp;
    background-color: #f8f9fa!important;
}

.border-top-primary {
border-top-color: #2196F3;
}
.border-top-lg {
border-top: 2px solid;
}
.content-group {
margin-bottom: 0px !important;
}



 .heading_img {

      width: 200px; 
      height: 200px; 
      opacity:0.99; 
      display: block;
    }
    
     .heading_img_sec {

      width: 160px; 
      height: 160px; 
      opacity:0.9; 
      display: block;
    }
    
.navbar {
    background-color: #002147 !important;   /* #005689 (2B384C changed by halo*/
    border: 0;
    z-index: 3;
    box-shadow: 0 0 4px rgba(0,0,0,0.6);
    height: 100%;
    text-align: center;
}
.border-bottom-darkYellow{
    border-bottom: 3px solid #a47c5c !important;
}

.border-top-darkYellow{
    border-top: 3px solid #a47c5c !important;
}

/* Add a gray color to all navbar links */
.navbar li a, .navbar .navbar-brand { 
    color: #d5d5d5 !important;
}

/*color: #d5d5d5 !important; 
#FFE658*/
/* On hover, the links will turn white */
.navbar-nav li a:hover {
    color: #fff !important;
    font-size: 1.2em;
   
}
  
/* The active link */
.navbar-nav li.active a {
    color: #fff !important;
    background-color:#29292c !important;
}

/* Remove border color from the collapsible button */
.navbar-default .navbar-toggle {
    border-color: transparent;
    
}

/* Dropdown */
.open .dropdown-toggle {
    color: #fff ;
    background-color: #555 !important;    
}
.dropdown-menu{
    width: 300px !important;
    background-color: #f9f9f9 !important;
    border: #2B384C 2px solid;
    
}

/* Dropdown links */
.dropdown-menu li a {
    color: #000 !important;
    align-content: center;
    
}


/* On hover, the dropdown links will turn red */
.dropdown-menu li a:hover {
    background-color: #2B384C !important;
    color:#fff !important;
    border-bottom: #a47c5c 2px solid;
}




.carousel {
  position: relative;
}

.carousel-inner {
  position: relative;
  max-width: 100%;
  overflow: hidden;
}

.carousel-inner>.item {
  position: relative;
  display: none;
  -webkit-transition: .6s ease-in-out left;
  -o-transition: .6s ease-in-out left;
  transition: .6s ease-in-out left;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
  line-height: 1;
}
.carousel-inner>.item>img, .carousel-inner>.item>a>img {
  line-height: normal;
  width:800px;
  max-width: 100%;
  display: block;
  height:auto !important;
}
@media screen and (min-width: 768px){
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
  height:540px !important;
}
    
}
@media all and (transform-3d),
(-webkit-transform-3d) {
  .carousel-inner>.item {
    -webkit-transition: -webkit-transform .6s ease-in-out;
    -o-transition: -o-transform .6s ease-in-out;
    transition: transform .6s ease-in-out;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px;
  }
  .carousel-inner>.item.next,
  .carousel-inner>.item.active.right {
    left: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
  }
  .carousel-inner>.item.prev,
  .carousel-inner>.item.active.left {
    left: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .carousel-inner>.item.next.left,
  .carousel-inner>.item.prev.right,
  .carousel-inner>.item.active {
    left: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
  display: block;
}

.carousel-inner>.active {
  left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
  position: absolute;
  top: 0;
  width: 100%;
}

.carousel-inner>.next {
  left: 100%;
}

.carousel-inner>.prev {
  left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
  left: 0;
}

.carousel-inner>.active.left {
  left: -100%;
}

.carousel-inner>.active.right {
  left: 100%;
}

.carousel-control {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 15%;
  font-size: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
  background-color: rgba(0, 0, 0, 0);
  filter: alpha(opacity=50);
  opacity: .5;
}

.carousel-control.left {
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .5)), to(rgba(0, 0, 0, .0001)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5) 0%, rgba(0, 0, 0, .0001) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#80000000', endColorstr='#00000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control.right {
  right: 0;
  left: auto;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, .0001)), to(rgba(0, 0, 0, .5)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, .0001) 0%, rgba(0, 0, 0, .5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#80000000', GradientType=1);
  background-repeat: repeat-x;
}

.carousel-control:hover,
.carousel-control:focus {
  color: #fff;
  text-decoration: none;
  filter: alpha(opacity=90);
  outline: 0;
  opacity: .9;
}

.carousel-control .icon-prev,
.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-left,
.carousel-control .glyphicon-chevron-right {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  margin-top: -10px;
}

.carousel-control .icon-prev,
.carousel-control .glyphicon-chevron-left {
  left: 50%;
  margin-left: -10px;
}

.carousel-control .icon-next,
.carousel-control .glyphicon-chevron-right {
  right: 50%;
  margin-right: -10px;
}

.carousel-control .icon-prev,
.carousel-control .icon-next {
  width: 20px;
  height: 20px;
  font-family: serif;
  line-height: 1;
}

.carousel-control .icon-prev:before {
  content: '\2039';
}

.carousel-control .icon-next:before {
  content: '\203a';
}

.carousel-indicators {
  position: absolute;
  bottom: 10px;
  left: 50%;
  z-index: 15;
  width: 60%;
  padding-left: 0;
  margin-left: -30%;
  text-align: center;
  list-style: none;
}

.carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 1px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #000 \9;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #fff;
  border-radius: 10px;
}

.carousel-indicators .active {
  width: 12px;
  height: 12px;
  margin: 0;
  background-color: #fff;
}

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center;
  text-shadow: 0 1px 2px rgba(0, 0, 0, .6);
}

.carousel-caption .btn {
  text-shadow: none;
}

@media screen and (min-width: 768px) {
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-prev,
  .carousel-control .icon-next {
    width: 30px;
    height: 30px;
    margin-top: -10px;
    font-size: 30px;
  }
  .carousel-control .glyphicon-chevron-left,
  .carousel-control .icon-prev {
    margin-left: -10px;
  }
  .carousel-control .glyphicon-chevron-right,
  .carousel-control .icon-next {
    margin-right: -10px;
  }
  .carousel-caption {
    right: 20%;
    left: 20%;
    padding-bottom: 30px;
  }
  .carousel-indicators {
    bottom: 20px;
  }
  .cardM  tr th{
      background-color: #a9dba9;
  }
  
}


            /*==========================================================
                           counter section style
            ============================================================*/

            .p-y-2 {
           padding-top: 28px;
           padding-bottom: 28px;
       }
       .p-y-3 {
           padding-top: 45px;
           padding-bottom: 45px;
       }
       .m-b-1 {
           margin-bottom: 18px;
       }
       .m-t-1 {
           margin-top: 18px;
       }
            
            
            .main_counter_area{
                background-size: cover;
                overflow: hidden;
                
                
            }
            .main_counter_area .main_counter_content .single_counter{
                background: #000;
                    color: #fff;
                    opacity: 0.7;
                    filter: alpha(opacity=70); /* For IE8 and earlier */
                  
            }
            .main_counter_area .main_counter_content .single_counter i{
                font-size:36px;
            }
            
            .main_counter_area .main_counter_content .single_counter p{
                font-size:26px;
            }
            .main_counter_area .main_counter_content .timer{
                font-size:26px;
            }
            
     /*photo Gallery */
     * {
  box-sizing: border-box;
}



.myrow:after {
  content: "";
  display: table;
  clear: both;
}




/* The Close Button */
.close {
  color: white;
  position: absolute;
  top: 10px;
  right: 25px;
  font-size: 35px;
  font-weight: bold;
}

.close:hover,
.close:focus {
  color: #999;
  text-decoration: none;
  cursor: pointer;
}

.mySlides {
  display: none;
}

.cursor {
  cursor: pointer;
}

/* Next & previous buttons */
.prev_gallery,
.next_gallery {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  padding: 16px;
  margin-top: -50px;
  color: white;
  font-weight: bold;
  font-size: 20px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
  -webkit-user-select: none;
}

/* Position the "next button" to the right 
.next_gallery {
    <?php 
    if(isset($_SESSION['lang']) && $_SESSION['lang'] == 'en')
        echo "right: 0;";
    else
        echo "left: 0;";
    ?>
        
  border-radius: 3px 0 0 3px;
}
*/
/* On hover, add a black background color with a little bit see-through */
.prev_gallery:hover,
.next_gallery:hover {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

.img_gallery {
  margin-bottom: -4px;
}

.caption-container {
  text-align: center;
  background-color: black;
  padding: 2px 16px;
  color: white;
}

.demo {
  opacity: 0.6;
}

.active,
.demo:hover {
  opacity: 1;
}

.img_gallery.hover-shadow {
  transition: 0.3s;
}

.hover-shadow:hover {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

/* gallery image overflow */
.container_gallery {
  position: relative;
}

.image_gallery {
  display: block;
  height: auto;
}

.overlay_gallery {
  position: absolute; 
  bottom: 0; 
  background: rgb(0, 0, 0);
  background: rgba(0, 0, 0, 0.5); /* Black see-through */
  color: #f1f1f1; 
  transition: .5s ease;
  opacity:0;
  color: white;
  font-size: 17px;
  padding: 20px;
  text-align: center;
  box-sizing: border-box;
}

.container_gallery:hover .overlay_gallery {
  opacity: 1;
}

/* activity img content 

.activity_img_content{
    margin:10px; 
    height: 300px; 
    width:300; 
    opacity: 0.8; 
    filter: alpha(opacity=80); 
     <?php 
    if(isset($_SESSION['lang']) && $_SESSION['lang'] == 'en')
        echo "float:left;";
    else
        echo "float: right;";
    ?>
    border: 2px solid #f1f1f1;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

    
}
    */
    .activity_p_content{
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-top:10px;
    font-size: 15px;
    font-weight: 500;
    color: #414141;
    text-align: justify;
}
h3.articleTitle a{
    font-size: 24px;
    color: #060707;
    font-weight: 400;
    
}
h3{
    display: block;
    font-size: 1.17em;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

.detailsBrief{
    font-size: 10px;
    margin: 5px 0 5px 0;
    color: #959494;
}


.menu p {
    padding: 7px 0;
    border-bottom: 1px solid #555;
    width: 80%;
}


/* Announcement */
.announcement{
    background-color: #fffbf5; 
    width: 100% !important; 
    min-height: 260px; 
    border-left: 2px solid #2b585e; 
     border-right: 2px solid #2b585e; 

    margin:20px 0px;
}
.announcement h3{
    color: #ffffff; 
    background-color: #2b585e;
    margin: 0px; 
    padding: 5px 2px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.announcement-content{
    height: 200px; 
    overflow-x: hidden; 
    overflow-y: auto; 
    padding: 5px;
}
.announcement-content p{
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-top:10px;
    font-size: 17px;
    font-weight: 600;
    color: #414141;
    
}
/*
.announce_img_content{
    margin:10px; 
    height: 300px; 
    width:350;
    opacity: 0.8; 
    filter: alpha(opacity=80); 
     <?php 
    if(isset($_SESSION['lang']) && $_SESSION['lang'] == 'en')
        echo "float:left;";
    else
        echo "float: right;";
    ?>
    border: 2px solid #f1f1f1;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
*/
@media screen and (max-width: 768px) {
    .announce_img_content{
    height: 200px; 
    width:250; 
    }
    
    .activity_img_content{
        height: 200px; 
    width:250; 
    }
    .about_img_content{
        height: 200px; 
        width:250; 
    }
    
}

/* about 
.about_img_content{ 
    margin:10px; 
    height: 700px; 
    width:500px;
    opacity: 0.8; 
    filter: alpha(opacity=80); 
     <?php 
    if(isset($_SESSION['lang']) && $_SESSION['lang'] == 'en')
        echo "float:left;";
    else
        echo "float: right;";
    ?>
    border: 2px solid #f1f1f1;
      box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
    }
    */
/* Founder */
.founder_spech h3{
    color: #ffffff; 
    background-color: #2b585e;
    margin: 0px; 
    padding: 5px 2px;
          box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);

}

.founder_spech-content{
    height: 240px; 
    overflow-x: hidden; 
    overflow-y: auto; 
    margin-bottom: 5px;
}

@media (min-width: 992px) {
  .collapse.dont-collapse-sm {
    display: block;
    height: auto !important;
    visibility: visible;
  }
}




.tbl_td_lightgray{
    background-color:lightgray !important;
}
.tbl_td_gray{
    background-color:gray !important;
    color: white !important;
}

@media print{
    /* to hide the a tag's attributes such as href content' */
    a[href]:after {
      display: none;
      visibility: hidden;
   }
    #btnPrint{
            opacity: 0;
}
.tbl_td_gray{
        color:white !important;

    background-color:gray !important;
}
.tbl_td_lightgray{
    background-color:lightgray !important;
}

-webkit-print-color-adjust: exact;
print-color-adjust: exact;

}



 /* Topbar CSS */
.top-bar-area {
  overflow: hidden;
}

.top-bar-area.inc-border {
  border-bottom: 2px solid #a47c5c;
}

.top-bar-area.bg-light {
  border-bottom: 1px solid #e7e7e7;
}

.top-bar-area .row {
  align-items: center;
  display: flex;
  float: none;
}

.top-bar-area li {
  display: inline-block;
  text-transform: capitalize;
}

.top-bar-area .address-info li.social a {
    margin-right: 15px;
}

.top-bar-area .address-info li.social a:last-child {
    margin-right: 0;
}

.top-bar-area.bg-dark,
.top-bar-area.bg-theme {
  color: #002147;
}

.top-bar-area .logo a {
  display: inline-block;
  position: relative;
  z-index: 1;
  padding: 0 30px;
}

.top-bar-area .logo a::after {
  position: absolute;
  left: 0;
  top: -50%;
  content: "";
  height: 200%;
  width: 100%;
  background: #a47c5c;
  z-index: -1;
}

.top-bar-area .logo.bg-less a {
  padding: 0;
}

.top-bar-area .logo.bg-less a::after {
  display: none;
}

.top-bar-area ul li {
  text-transform: uppercase;
  font-weight: 500;
}

.top-bar-area .address-info.text-left li {
  padding-right: 16px;
  position: relative;
  z-index: 1;
  font-family: 'Poppins', sans-serif;
}

.top-bar-area .address-info.text-right li {
  margin-left: 16px;
  padding-left: 8px;
  margin-right: 6px;
  padding-right: 8px;
  position: relative;
  z-index: 1;
  font-family: 'Poppins', sans-serif;
  text-align: left;
}

.top-bar-area li strong {
  font-weight: 700;
  margin-left: 3px;
}

.top-bar-area .address-info.text-left li::after {
  position: absolute;
  right: 0;
  top: 15%;
  content: "";
  height: 70%;
  width: 1px;
  background: #e7e7e7;
}

.top-bar-area .address-info.text-right li::after {
  position: absolute;
  left: 0;
  top: 5px;
  content: "";
  height: 20px;
  width: 1px;
  background: #e7e7e7;
}

.top-bar-area.bg-dark .address-info.text-left li::after,
.top-bar-area.bg-theme .address-info.text-left li::after {
  background: rgba(255, 255, 255, 0.2);
}

.top-bar-area.bg-dark .address-info.text-right li::after,
.top-bar-area.bg-theme .address-info.text-right li::after {
  background: rgba(255, 255, 255, 0.2);
}

.top-bar-area .address-info.text-left li:last-child {
  margin: 0;
  padding: 0;
}

.top-bar-area .address-info.text-right li:first-child {
  margin: 0;
  padding: 0;
}

.top-bar-area .address-info.text-left li:last-child::after {
  display: none;
}

.top-bar-area .address-info.text-right li:first-child::after {
  display: none;
}

.top-bar-area .address-info.text-left li i ,
.top-bar-area .address-info.text-right li i {
  margin-right: 5px;
  color: #a47c5c;
  font-size: 16px;
}

.top-bar-area.bg-light .address-info.text-left li i, 
.top-bar-area.bg-light .address-info.text-right li i {
  font-size: 20px;
  height: 50px;
  width: 50px;
  line-height: 48px;
  text-align: center;
  border-radius: 50%;
  position: relative;
  z-index: 1;
  background: #f1f1f1;
  color: #a47c5c;
  border: 1px solid #e7e7e7;
}

.top-bar-area .link.text-right li {
  margin-left: 5px;
}

.top-bar-area.bg-light .link li a {
  border: 1px solid #e7e7e7;
  color: #002147;
}

.top-bar-area .link li a {
  display: inline-block;
  padding: 3px 25px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  font-weight: 600;
}

.top-bar-area.bg-dark .link li a {
  color: red;
}

.top-bar-area .link li:last-child a {
  border-color: transparent;
  background: #a47c5c;
  color: #002147;
}


