a:hover{
  text-decoration: none;
}
.post-thumb{
	width:100%;
}
.pagination-links{
	margin: 30px 0;
}

.pagination-links strong{
	padding: 3px 12px;
	margin: 1px;
	background: yellow;
	font-size: 18px;
	border: 1px #ccc soled;
}
a.pagination-links{
	padding: 3px 12px;
	margin: 1px;
	background: orange;
	font-size: 18px;
	border: 1px #ccc soled;
}
 @font-face {
        font-family: "Flaticon";
        src: url("assets/fonts/aldhabi.ttf");
    }

.video-container {
	position:relative;
	padding-bottom:56.25%;
	padding-top:30px;
	height:0;
	overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}


/*Gradiant Color */
.grad2 {
  

 /* Solid color or jpg fallback */
       background-color: #27527F; /*background-image: url(fallback.jpg);*/
       /* For Google Chrome(v 4-9) and Safari (v 4-5) */
       background-image: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #6054A1), color-stop(100%, blue));
       /* For Chrome (v 10-25) and Safari(v 5.1-6)  */
       background-image: -webkit-linear-gradient(to right, #6054A1 0%, #EE3958 100%);
       /* For Firefox(v 3.6-15)  */
       background-image: -moz-linear-gradient(to right, #6054A1 0%, #EE3958 100%);
       /* For Opera(v 11.5) */
       background-image: -o-linear-gradient(to right, #6054A1 0%, #EE3958 100%);
       /* For IE 10+ */
       background-image: -ms-linear-gradient(to right, #6054A1 0%, #EE3958 100%);
       /* For IE6-9 */
       filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff0000', endColorstr='#0000ff', GradientType=1);
       -ms-filter: "progid:DXImageTransform.Microsoft.gradient (GradientType=0, startColorstr=#ff0000, endColorstr=#0000ff)";
       /* For Modern browsers */
       background-image: linear-gradient(to right, #6054A1 0%, #EE3958 100%);
	}

   @media only screen and (max-device-width: 480px)
   {
     #test {
      font-size:12px; 
      color: teal; 
      text-align: center; 
      min-height: 150px; 
      margin-top: 20px 
    }
    #otherHome{
      text-align: center;
    } 
    #otherHome img{
      width: 100%;
      
    }
   }
#test{
  margin: 15px;
}
   @media only screen and (min-device-width: 480px)
   {
     #test {font-size: 15px; color: #023A38; margin-top: 30px; }
    .carousel-control .glyphicon-chevron-left, .carousel-control .icon-prev {
      left: 0; //or you can increase this
    }
    #otherHome{
      height: 100px;
    }
    #otherHome img{
      width: 100px;
    }
    
   }

  a:hover{
  text-decoration: none;
}
.a:hover {
  transform: scale(1.1);
}

/*body {font-family: Arial, Helvetica, sans-serif;}*/

.photoAlbom {
  border-radius: 5px;
  cursor: pointer;
  transition: 0.3s;
}

.photoAlbom:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
  display: none; /* Hidden by default */
  position: fixed; /* Stay in place */
  z-index: 1; /* Sit on top */
  padding-top: 100px; /* Location of the box */
  left: 0;
  top: 0;
  width: 100%; /* Full width */
  height: 100%; /* Full height */
  overflow: auto; /* Enable scroll if needed */
  background-color: rgb(0,0,0); /* Fallback color */
  background-color: rgba(0,0,0,0.7); /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
}

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  width: 80%;
  max-width: 700px;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
  height: 150px;
}

/* Add Animation */
.modal-content, #caption {  
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {-webkit-transform:scale(0)} 
  to {-webkit-transform:scale(1)}
}

@keyframes zoom {
  from {transform:scale(0)} 
  to {transform:scale(1)}
}

/* The Close Button */
.close {
  position: absolute;
  top: 8%;
  right: 10%;
  color: #f1f1f1;
  font-size: 50px;
  font-weight: bold;
  transition: 0.5s;
}

.close:hover,
.close:focus {
  color: red;
  text-decoration: none;
  cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
  .modal-content {
    width: 100%;
  }
}

.a:hover {
  transform: scale(1.1);
  transition: .4s ease-in-out;
}

 /* Fixed/sticky icon bar (vertically aligned 50% from the top of the screen) */
@media only screen and (max-device-width: 480px)
   {
    .icon {
     display: block;
     <?php 
     if ($language == "DA") {
       ?>
        margin-right: -25px;
    <?php  }
     ?>

     <?php 
     if ($language == "EN") {
       ?>
        margin-left: -25px;
    <?php  }
     ?>
    
     font-size: 10px;
    }
    .icon a {
      display: block;
      text-align: center;
      padding: 1px;
      transition: all 0.3s ease;
      color: white;
      font-size: 16px;
    }
    .tabsImage{
      width: 20%;
    }
    .profile{
      margin: 10px;
    }
  }
.icon {
  position: fixed;
  top: 48%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}

.cont {
  position: relative;
  color: black;
}

@media only screen and (min-device-width: 480px)
   {
    .top-left {
      position: absolute;
      top: 100px;
      left: 16px;
    }
    .aboutContainer{
     margin: 30px;
  }
}

.tab img{
  width: 50%;
}

.card {
    box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    transition: 0.3s;
    width: 100%;
    background-color: #797979;
    color: white;
    border-radius: 7px;
}

.card:hover {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.2);
    background-color: gray;
}

.container2 {
    padding: 2px 16px;
}


/*Navbar Style */

    .navbar .navbar-toggle .icon-bar {
      background-color: #1076BB !important;
    }
    .navbar-toggle, .icon-bar {
      border:0px solid blue;
    }
    .navbar-collapse
      {
          background-color: rgba(0,0,0,0.0);
      }
      .navbar {
      /*min-height: 60px;*/
      font-size: 16px;
     /* for latest browsers */ 
      color: yellow;

    } 
    .fa {
      padding: 5px;
      font-size: 20px;
      width: 40px;
      text-align: center;
      text-decoration: none;
      
    }

    .fa:hover {
      opacity: 0.7;
      color: orange;
      text-decoration: none;
    }
    .fa-facebook {
      background: #3B5998;
      color: white;
    }
    .carousel-inner > .item > img,
    .carousel-inner > .item > a > img {
      width: auto;
      margin: auto;
    }
    .service {
      background-color: rgba(255, 255, 255, 0.5);
      color: black;
      cursor: pointer;
      padding: 18px;
      width: 100%;
      border: none;
      text-align: left;
      outline: none;
      font-size: 18px;
      transition: 0.4s;
    }
      .jumbotron p{
            font-size: 16px;
    } 
     
      @media only screen and (min-device-width: 480px){
        #heading1{
          text-align: center;
        }
        #heading2{
          text-align: center;
        }
        .logo{
          padding-left: -20px;
        }
        .topLogo{
           margin-left: -25px;
           margin-top: -47px;
        }
      }

       @media only screen and (max-device-width: 480px){
    
    
        .topLogo{
          margin-top: -95px;
          margin-left: -30px;
          margin-right: 0px;
        }
        <?php  if ($language=="EN") { ?>
          .menu{
            margin-right: -35px;
          }
        <?php } else{ ?>
          .menu{
            margin-left: -20px;
          }
        <?php } ?>
        
        .navbar-collapse
        {
            background-color: white;
            text-align: center;
        }

    
      }
      h1 h2 h3 h4{
        font-family: B Nazanin;
      }

       #abc {
        transition: 0.3s;
      /*overflow: hidden;*/
      background-color: white;
      z-index: 10;
      min-height: 68px;

      }
      /* The sticky class is added to the navbar with JS when it reaches its scroll position */
      .sticky {
        position: fixed;
        top: 0;
        width: 100%;
      }

      /* Add some top padding to the page content to prevent sudden quick movement (as the navigation bar gets a new position at the top of the page (position:fixed and top:0) */
      .sticky + .content {
        padding-top: 60px;
      }
    </style>

        <style>
    .dropbtn {
        background-color: #4CAF50;
        color: white;
        padding: 16px;
        font-size: 16px;
        border: none;
        cursor: pointer;
    }

    .dropdown {
        position: relative;
        display: inline-block;
    }

    .dropdown-content {
      z-index: 10;
        display: none;
        position: absolute;
        background-color: #f9f9f9;
        min-width: 300px;
        box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    }

    .dropdown-content a {
        color: black;
        padding: 12px 16px;
        text-decoration: none;
        display: block;
    }

    .dropdown-content a:hover {background-color: #f1f1f1}

    .dropdown:hover .dropdown-content {
        display: block;
    }

    .dropdown:hover .dropbtn {
        background-color: #3e8e41;
    }

    .shade {
      box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
      transition: 0.3s;
     
      }
      <?php 
      if ($language =="EN") {?>
        .menu2{
          font-size: 15px; 
          color: #666666;
          padding-right: 5px; 
          padding-left: 5px
        }
     <?PHP }  ?>

     <?php 
      if ($language =="DA") {?>
        .menu2{
          font-size: 17px; 
          color: #666666;
          padding-right: 5px; 
          padding-left: 5px
        }
     <?PHP }  ?>

    .menu2:hover{
      background-color: #797979;
    }

