
@font-face {
  font-family: "splart";
  font-style: normal;
  font-weight: normal;
  src: url("../fonts/splart-h-ikhlas-bold.ttf") format("truetype");
}

body
{
    font-family: 'splart';
    overflow-x:hidden;
    overflow-y:hidden;
    position:relative;
    padding-bottom:65px;
       
}

.nesr-head
{
    height:77px;
    margin-top:15px;
   padding-right:0px;
    
}

.first-header
{
    height:105px;
     border-top: 2px solid #334f88;
     border-bottom: 4px solid #334f88;

}

.website-name
{
    font-size:26px;
    margin-top:30px;
    color: #404040;
}

.navbar-default
{
    margin-bottom:0px;
    height:60px;
    background-color: rgba(51,79,136,.8);
    z-index:2;
    border: none;
    border-radius: 0;
    border-bottom: 3px solid white;
    position:relative;
}

 .carousel-inner > .item > img
{
    width:100% !important;
     height: calc(100vh - 100px)
}

 @media only screen and (max-width:991px)
 {
      .carousel-inner > .item > img
{
    width:100% !important;
     height: calc(85vh - 116px)
}
 }

 .carousel {

  position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    top: 105px;
}


  .navbar-default .navbar-nav > li > a
 {
     color:white;   
     font-size:24px;
     height:57px;
 }


  @media only screen and (max-width:768px)
  {
       .navbar-default .navbar-collapse, .navbar-default .navbar-form
  {
      
    background-color: #5e5e5e;
  }

  }

  .dropdown-menu > li > a
  {
      color:white;
  }
 
@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: white;
    }

    .nav > li.dropdown.open .dropdown-menu

    {
        border:none;
    }
}

 @media only screen and (max-width:991px) and (min-width:768px)
 {
      .navbar-default .navbar-nav > li > a
 {
       
     font-size:11px;
    
 }


 }

  @media only screen and (max-width:1200px) and (min-width:992px)
 {
      .navbar-default .navbar-nav > li > a
 {
       
     font-size:18px;
    
 }


 }



  @media only screen and (min-width:768px)
  {

           .dropdown:hover .dropdown-menu
        {
            background-color: rgba(0,0,0,.7);
              display: block;
   
        }

      .dropdown:hover 
        {
            background-color: #334F88;
           
   
        }

      

         


  }


 .navbar-nav
 {
     position:relative;
 }


 .nav > li.dropdown {
  position: static;
}

.nav > li.dropdown .dropdown-menu {

  border-radius: 0px;
  width: 100%;
  text-align: center;
 margin-right: auto;
    margin-left: auto;
        background-color: rgba(51,79,136,.8);
      
}

.dropdown-menu > li {
  display: table-cell;
  height: 50px;
  line-height: 50px;
  vertical-align: middle;
  font-size:22px;
  
 display: inline-block; 
}

@media screen and (max-width: 767px) {
  .dropdown-menu > li {
    display: block;
  }
}

.navbar-default .navbar-nav  > a, .navbar-default .navbar-nav  > a:hover, .navbar-default .navbar-nav >  a:focus
{
    background-color:white;
}



.carousel-control.right ,  .carousel-control.left
{
    background-image:none;
}

.carousel-control .icon-next, .carousel-control .glyphicon-chevron-right
{
    right:20%;
}

.carousel-control .icon-prev, .carousel-control .glyphicon-chevron-left
{
      left:20%;
}

.carousel-caption
{
    /*background-color:rgba(0,0,0,.7);*/
    bottom:38%;
}

.carousel-indicators
{
    display:none;
}

.navbar-default .navbar-nav > li > a:hover
{
        color: #555;
    background-color:white;
}

.carousel-caption p
{
    font-size:17px;
    text-align: right
}

@media (max-width: 767px) {
   
    .nav > li.dropdown.open .dropdown-menu

    {
        border:none;
    }
}

.navbar-default .navbar-toggle {
    border: none;
}
.navbar-default .navbar-toggle .icon-bar
{
    background-color:white;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus
{
    background-color:transparent;
}

@media only screen and (max-width:991px)
{
    .carousel-caption
    {
            bottom: 9%;
    }
    .carousel-caption p
    {
        font-size:12px;
    }

    .website-name {
    font-size: 21px;
    margin-top: 26px;
}
}

.btn-default
{
    height: 34px;
}


.loading-page
{
    position:fixed;
    left:0;
    right:0;
    top:0;
    bottom: 0;
    z-index:99999999999999999999999999999999999999;
}

.loading-page img
{
    width:100%;
    height:100vh;
}

.eng-lang
{
    text-align:left;
    font-size:20px;
    margin-top:14px;
    padding-left: 26px;
}

.eng-lang a
{
   
  
  
    color: #404040;
    cursor: pointer;
    text-decoration: none;
   transition: all 1s;
}

.eng-lang a:hover
{
   
}


.space-div-important
{
    content:'';
    height: calc(100vh - 122px);
    z-index:0;
   
}

.one-new img
{
    height: 135px ;
    width:100%;

    /*box-shadow: 3px 2px 16px grey;*/
}

.four-news-section
{
    position:relative;
    z-index: 1;
    margin-top:-227px;
    margin-bottom:31px;
}

.four-news-section .container
{
     background-color: rgba(0,0,0,.4);
    
}

@media only screen and (max-width:991px)
{
    .four-news-section
{
   
    margin-bottom:0px;
     margin-top:-286px;
}
    .four-news-section .container
{
     background-color: black;
    
}


}



.slick-slide 
{
    height:135px;

 
}

.contain-news-block:first-child
{
    padding-right: 0;
    padding-top:7px;
}

.one-new
{
    position:relative;
}
.one-new p
{
    position: absolute;
    left: 0;
    right: 0;
    z-index: 9;
    background-color: rgba(51,79,136,.91);
    bottom: 0;
    margin-bottom:0;
    height:30%;
    color:white;

}

.one-new p a
{
   
    color:white;
    text-decoration: none;
    font-size: 15px;
    padding-right: 5px;
}

.prevnewss 
{
    position: absolute;
    right: 8%;
    font-size: 28px;
    top: 41%;
    cursor:pointer;
    color:white;
}

.nextnewss 
{
    position: absolute;
    left: 8%;
    font-size: 28px;
    top: 40%;
    cursor:pointer;
    color:white;
}

@media only screen and (max-width:991px)
{
    .space-div-important
{
    
    height: calc(100vh - -10px);
   
   
}
    .nextnewss 
    {
         left: 1%;
    }
    .prevnewss 
    {
         right: 1%;
    }
}

  #demo2 {
         
            width: 100% !important;
            height: 50px;
            overflow: hidden;
            background: #e3e3e3;
            direction: ltr;
        }

            #demo2 ul li {
                float: left;
                padding: 0 50px;
                line-height: 44px;
            }


#demo2 a
{
    color:#334f88;
    font-size:19px;
    text-decoration:none;
}

#demo2 ul
{
    list-style:none;
}

#demo2 img
{
    height:40px;
    margin-left: 30px;
}

.right-box-head h3
{ 
       background-color: #334f88;
    padding: 10px;
    margin: 10px 0px 0px 0px;
    color: #fff;
}

.right-div-body
{
    background-color:#F8F8F8;
    padding:10px;
    padding-bottom:20px;
}

.welcome-message
{
    font-size:20px;
    margin-bottom:1px;
}

.welcome-image
{
       box-shadow: 5px 5px 5px grey  ;
       margin-top:7px;
}



.welcome-head
{
        font-size: 21px;
       color: #334f88;
}

.welcome-hr
{
        margin-top: -2px;
    margin-bottom: 20px;
    border: 0;
    border-top: 3px solid #334f88;
    width: 43px;
    float: right;
}

.welcome-links
{
    margin-top:30px;
}

.welcome-links  a
{
    color: black;
    font-size: 17px;
    text-decoration: none;
}

.welcome-links  a:hover
{
    color: #334f88;
    
}

.card-with-image
{
    text-align:center;
}

.card-with-image
{
    font-size:20px;
   
}

.link-to
{
    margin-bottom:20px;
}

.card-with-image a
{
    color:black;
    cursor:pointer;
    text-decoration:none;
}

.card-with-image:hover a
{
    color: #334f88;
  
}

.link-more
{
    text-align:left;
    font-size:20px;
    
}

.link-more a
{
   color:   #334f88;
   cursor:pointer;
    
}

.contact-us-row
{
    margin-bottom:20px;
}

.contact-us-row .fa
{
    margin-left:20px;
}

.footer
{
    background-color:   #334f88;
    color:white;
    padding:10px;
    font-size:20px;
    margin-top:10px;

    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
}

.socialmedialinks a
{
    margin-left:20px;
    font-size:20px;
    cursor:pointer;
}

.fb
{
    color:#4267B2;
}

.twitter
{
    color:#1DA1F2;
}

.youtube
{
    color:red;
}

.adver-list 
{
    margin-top:22px;
}



.adver-list a
{
    color: black;
    text-decoration:none;
    font-size:18px;
    cursor:pointer;
}

.adver-list a:hover
{
    color: #334f88;
   
}

.breadcrumb a
{
    color:#334F88;
    font-size:20px;
    text-decoration:none
}
.breadcrumb .fa
{
    margin-left:10px;
}

.breadcrumb > .active
{
     font-size:20px;
}

.nabza-body
{
    background-color:#F8F8F8;
    padding:10px;
}

.nabza-paragraph
{
    font-size:20px;
}

.breadcrumb
{
    background:none;
}

.nabza-list li
{
    font-size:18px;
}

.img-gallery   img
{
    margin-bottom:20px;
    box-shadow: 5px 5px 5px grey;
}




.navbar-default .navbar-nav > li > a:hover
{
    background-color: #334F88;
    color:white;
}

.btn-default
{
    background-color:#334F88;
    border-color:#334F88;
    color:white;
}

.btn-default:hover
{
    background-color:#334F88;
    border-color:#334F88;
    color:white;
}

.btn-default a
{
    color:white;
    text-decoration:none;
}

.newsimage
{
    margin-bottom:20px;
}
 
.breadcrumb li 
{
   font-size: 20px;
}


/***** start Packages ***/ 

.Packages-page
{
    margin-top: 25px;
}
.card {
   
    box-shadow: 6px 7px 6px #989898;
    transition: all 0.3s ease-in-out ;
    overflow: hidden;
    margin-bottom: 25px;
}


.card:hover {
    box-shadow: 6px 10px 12px #989898;
}


.containerss {
    padding: 8px 6px;
    height: 53px;
    background-color: white;
    margin-top: -3px;
    font-size: 10px;
    text-align: center;
}

.containerss h4
{
   font-size: 14px;
}

.cards-section img
{
  height: 150px;
}

.card
{
  position: relative;
}

.night-days
{
    position: absolute;
    top: 0;
    right: 0;
    background-color: #334F88;
    color: white;
    padding: 8px;
    font-weight: bold;
}

.search-head
{
    background-color: #3A1B07;
    text-align: center;
    color: white;
    font-weight: bold;
    padding: 10px;
    font-size: 16px;
}

.search-body
{
    background-color: white;
    padding: 20px 12px;
    box-shadow: 6px 7px 6px #989898;
}

.search-body .pRel
{
   margin-bottom: 17px;
}

.search-body .datePickContainer
{
    margin-bottom: 17px;

}


@media only screen and (max-width:767px) and (min-width:425px)

{
    .cards-section img
    {
        height: 210px;
    }
}

.night-days i
{
    margin-left: 5px;
}

.itemzoom {
    position: relative;
    overflow: hidden;
   
  }
  .itemzoom img {
    max-width: 104%;
    
    -moz-transition: all 1.2s;
    -webkit-transition: all 1.2s;
    transition: all 1.2s;
  }
  .itemzoom:hover img {
    -moz-transform: scale(1.1);
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  .breadcrumb li
  {
    color: #777;
  }



  .breadcrumb a
  {
    color: #334F88;
  }

  .containerss h4
  {
      color: #404040;
      text-decoration: none;
      margin-top: 4px;
  }

  .cards-section a
  {
     text-decoration: none;
  }

/***** End Packages ***/ 

.newsimage
{
    height: 340px;
    box-shadow: 9px 8px 9px grey;
}

@media only screen and (max-width:510px)
{
    .newsimage
{
    height: 220px;
}
}

.canvasjs-chart-canvas
{
    right: 0;
}

.canvasjs-chart-credit
{
    display: none;
}

@media only screen and (min-width:768px)
{
    .carousel-caption
    {
        right: 4%;
        background-color: rgba(0,0,0,.4);
        width: 50%;
        padding: 15px;
    }

    .carousel-caption h3
    {
        margin-top: 0px;
    }
   
}

.carousel-caption
{
   
    background-color: rgba(0,0,0,.4);
}


.btn-default:hover
{
     background-color: #404040;
     border-color: #404040;
     transition: all 1s;
}

.slick-slide
{
    margin-bottom: 8px;
}


.navbar
{
    transition: all 1s;
}

.eng-lang a:first-child
{
    margin-left: 12px;
}

.adver-blocks-all
{
    background-color: #575757;
    padding-right: 15px;
    padding-left: 15px;
    box-shadow: 5px 5px 6px grey;
    transition: all .3s ease-in-out;
    padding-bottom: 5px;
}


.adver-blocks-all:hover
{
    box-shadow: 8px 8px 8px grey;
}

.adver-blocks-all h3
{
    color: white;
}

.adver-blocks-all h4
{
    color: white;
    font-size: 14px;
    margin-top: -6px;
    margin-bottom: 1px;
}

.adver-blocks-all p
{
    color: white;
    font-size: 16px;
    margin-bottom: 0px;
}

.adver-blocks-all a
{
    color: white;
    text-decoration: none;
    cursor: pointer;
    transition: all .4s ease-in-out;
  
}

.adver-blocks-all a:hover
{
    color: #7399d0;
}

.link-more-adver
{
    text-align: left;
    margin-bottom: 5px;
}


.adver-blocks-all h6
{
    color: white;
    font-size: 16px;
    margin-bottom: 1px;
}

thead
{
    background-color: #334f88;
    color: white;
}

tbody
{
    background-color: white;
}