/* CSS Resets */ 
ul,p {
	margin: 0; 
	padding: 0;
}

h1,h2,h3 {
	margin: 0;
	padding: 0;
}


a:hover,
a:focus {
	text-decoration: none;
}

@font-face {
    font-family: "Libre Baskerville";
    src: url("../fonts/Montserrat-Regular.ttf");
}

h1,h2,h3,h4,h5,h6,a,p,span {font-family:'Montserrat' !important; }

h1,h2,h3,h4,h5,h6{font-weight: 700;}

*{ scroll-behavior: smooth ;
    
}

/* Header & Nav */
body { 
    overflow:hidden;
background-color: #E5E5E5;

}
.tm-header {
	/*background: rgba(15,15,15,0.7);*/
	background: rgb(255 255 255 / 61%);
	height: 80px;
	position: fixed;
	z-index: 100;
	top:0;
	width:100%;
}
.tm-site-name-container { padding-top: 20px; }
.tm-site-name {
	color: #aec0d1;
	font-size: 27px;
	font-weight: 600;
	text-transform: uppercase;
	text-align: left;
}
.tm-site-name:hover,
.tm-site-name:focus {
	color: #FF720B;
}
.mobile-menu-icon { display: none; }
.navbar {
	display: block;
	height:80px;
	overflow: hidden;
   background-color: rgb(15 15 15 / 0%);
    text-align:center;
}
.navbar li {
	list-style: none;
	float: left;
}

@media screen and (min-width:432px) {
	.navbar li a{
		color: #000;
	    display: block;
		padding: 45px 25px 15px 25px;
		text-transform: uppercase;
	    transition: all 0.3s ease;
	    font-weight:500;
	}
}
@media screen and (max-width:430px) {
	.navbar li a{
		color: #fff;
	    display: block;
		padding: 44px 10px 15px;
		text-transform: uppercase;
	    transition: all 0.3s ease;
	    font-weight:500;
	}
	
}
.navbar li a.active,
.navbar li a:focus,
.navbar li a:hover {
	background-color:#aec0d1;
	color: #000;
}
	.mobile-menu-icon {
	    display: block;
	    cursor: pointer;
	    color: #aec0d1;
	    font-size: 30px;
	    position: fixed;
	    top: 15px;
	    right: 15px;
	    padding: 6px 15px;
	    z-index: 1000;
	}
/*slider*/


/*About us*/
#about{
    margin-bottom:4rem;
}
#about .about-img{
	text-align: center;
}
#about .about-img img{
	width: 100%;
	height: 340px;
    text-align: center;
    border-top-left-radius: 2rem;
    box-shadow: -15px 15px 7px 7px #aec0d1;
}
#about .about-img img:hover{
	transform: scale(0.9,0.9);
	transition: all 1s ease-in;
}

@media screen and (min-width: 760px){
     #about .about-desc{
	font-size: 16px;
    width: 100%;
    margin: auto;
    padding: 37px 30px;
    text-align: justify;
    color: #6a6860;
    border-top-right-radius: 7rem;
    border-bottom-left-radius: 7rem;
    line-height: 30px;
    box-shadow: -1px 2px 23px 3px #aec0d1;

 }
 #about .about-desc:hover{
	transform: scale(0.9,0.9);
	transition: all 0.8s ease-in;
 }
 
}
 
 @media screen and (max-width: 430px){
     #about .about-desc{
	font-size: 16px;
    width: 96%;
    margin: auto;
    padding: 37px 30px;
    text-align: justify;
    color: #6a6860;
    border-top-right-radius: 7rem;
    border-bottom-left-radius: 7rem;
    line-height: 30px;
    box-shadow: -1px 2px 23px 3px #aec0d1;

 }
 #about .about-desc:hover{
	transform: scale(0.9,0.9);
	transition: all 0.8s ease-in;
 }
 
}
 /*****************news******************/
#news{
     margin-bottom:4rem;
}
 /*****************break******************/
 #break {
     width: 100%;
    height: 300px;
    margin-top:3rem;
    background: url(../img/back3.jpg);
    background-size: cover;
    background-attachment: fixed;
    clip-path: polygon(0 0%, 100% 0, 100% 75%, 51% 100%, 0 75%);
  }

/***************blogs**********/

 /************events*************/
 /*add by rafah*/
 
  .tm-home-box-3-img-container img{
  width: 100%;
    height:190px;
     border-radius: 0.5rem;}
     /****/
     
  #events{
      margin-top:2rem;
  }
 #events .tm-home-box-3-img-container img{
     height: 225px;

 }
 #events .events-title button{
    margin-left: 2rem;
    margin-bottom: 2rem;
    border: none;
    background-color: #aec0d1;
    border-radius: 0.3rem;
 }
 #events .events-title button a{
         color: #111010;
 }
 /***************interviews****************/
  #interviews{
         margin-top: 2rem;
 }
  #interviews .tm-home-box-3-img-container img{
     height: 225px;

 }
 #interviews .interviews-title button{
    margin-left: 2rem;
    margin-bottom: 2rem;
    border: none;
    background-color: #aec0d1;
    border-radius: 0.3rem;
 }
 #interviews .interviews-title button a{
         color: #111010;
 }
        
         /**************for 4k 2560px*******************/
        @media screen and (min-width: 1430px)
        {
            #interview1, #interview2, #interview3, #interview4,#interview5, #new1, #new2, #new3, #new4,#event1, #event2, #event3, #event4,#blog1, #blog2, #blog3, #blog4
           {
               margin: auto;
                width: 80%;
                text-align: center;
               background: #ffffff;
               margin-top: 100px;
               border-radius: 0.5rem;
               padding:25px;
            
           }
            .interview-desc p, .new-desc p,.event-desc p,.blog-desc p
            {
              padding:8px;
             text-align: justify;
             font-size:25px;
             line-height:40px;
            }
            
            .interview-desc img, .new-desc img,.event-desc img,.blog-desc img{
                text-align: center;
                margin:auto;
                border-radius:0.5rem;
            }
            .interview-img img, .new-img img,.event-img img,.blog-img img{
                border-radius:0.5rem;
            }
        }

         .interview-title  h5, .new-title  h5,.event-title  h5,.blog-title  h5
         {
             padding:10px;
             margin:auto;
              color: #286090;
              font-weight:700;
              margin-top: 1rem;
              padding: 6px;
              font-size:25px;
              text-align: left;
         }
        

           .interview-desc, .new-desc ,.event-desc, .blog-desc {
               margin-top:2rem;
               line-height:30px;
               text-align: center;
           }
           .interview-desc a, .new-desc a, .event-desc a, .blog-desc a
           {
               color:#5b594a;
           }
         @media screen and (max-width: 1024px){
            #interview1, #interview2, #interview3, #interview4,#interview5, #new1, #new2, #new3, #new4,#event1, #event2, #event3, #event4,#blog1, #blog2, #blog3, #blog4
           {
                   margin: auto;
                width: 80%;
                text-align: center;
                background: #ffffff;
                margin: 100px auto !important;
                border-radius: 0.5rem;
                padding: 45px;
               background: #ffffff;
               margin-top: 2rem;
               border-radius: 0.5rem;
               padding:2rem;
           }
       
            .interview-desc img, .new-desc img,.event-desc img,.blog-desc img{
                text-align: center;
                margin:auto;
                border-radius:0.5rem;
            }
            .interview-img img, .new-img img,.event-img img,.blog-img img{
                border-radius:0.5rem;
            }
         .interview-desc p, .new-desc p,.event-desc p,.blog-desc p
            {
              padding:8px;
             text-align: justify;
             font-size:15px;

            }
            
            .interview-desc span, .new-desc span,.event-desc span, .blog-desc span
            {
                font-size: 12px;
                font-weight: 500;
                color: #999;
                margin-bottom: 15px;
                float:right;
                display:block;
            }
            
             .interview-title  h5, .new-title  h5,.event-title  h5,.blog-title  h5
         {
             margin:auto;
              color: #286090;
               font-weight:700;
                margin-top: 1rem;
                padding: 6px;
                font-size:20px;
                text-align: left;
         }
       }
       
        @media screen and (max-width: 780px){
             #interview1, #interview2, #interview3, #interview4,#interview5, #new1, #new2, #new3, #new4,#event1, #event2, #event3, #event4,#blog1, #blog2, #blog3, #blog4
           {    width: 94%;
                background: #ffffff;
                margin: 100px auto !important;
                border-radius: 0.5rem;
                padding: 25px;
           }
            .interview-desc img, .new-desc img,.event-desc img,.blog-desc img{
                text-align: center;
                margin:auto;
                border-radius:0.5rem;
           }
          
           .interview-img img, .new-img img,.event-img img,.blog-img img{
                border-radius:0.5rem;
            }
            
           .interview-desc p, .new-desc p, .event-desc p, .blog-desc p
            {
             text-align: justify;
             font-size:13px;
             padding:2px;
            }
             .interview-title  h5, .new-title  h5,.event-title  h5,.blog-title  h5
           {
             margin:auto;
             color: #286090;
             font-weight:700;
             margin-top: 1rem;
             padding: 6px;
             font-size:14px;
             text-align: left;
            }
            .interview-desc span, .new-desc span,.event-desc span, .blog-desc span
            {
                font-size: 12px;
                font-weight: 500;
                color: #999;
                margin-bottom: 15px;
                float:right;
                display:block;
            }
            
       }
        
    .interview-social, .event-social,  .new-social,  .blog-social{
        line-height: 60px;
        text-align: center;
    }
      .interview-social i, .event-social i,  .new-social i,  .blog-social i{
         font-size:25px;
          color:#5b594a;
          margin:1rem;
     }
     .interview-social i:hover, .event-social i:hover,  .new-social i:hover,  .blog-social i:hover{
         font-size:26px;
          color:#286090;
     }
      
 /**************contact us***************/
 #contact{
     background-size: cover;
    height:300px;
    padding: 5rem 2rem 1rem;
    font-size: 15px;
    /*background-color: #aec0d1;*/
    background-image: url(../img/back3.jpg);
    background-attachment: fixed;  
    color:#fff;
    justify-content: center;
    align-items: center;
    display: flex;
    text-align: center;
    clip-path: polygon(51% 7%, 100% 25%, 100% 100%, 0 100%, 0 25%);

 }
  #contact span
  {
      padding-left:1rem;
  }
   #contact .contact-info i {
       font-size:20px;
       color: #286090;
   }
    #contact .contact-info i:hover
    {
        color:#aec0d1 ;
    }
   #contact .contact-info{
       margin-bottom:1rem;
       padding:10px;
   }
    .tm-copyright-text {
    	color: #fff;
    	margin-top:2rem;
    	text-align: center;
    	padding-top: 20px;
    	padding-bottom: 20px;
        font-size: 12px;
        font-weight: 700;
    
    }
    .tm-copyright-text a {
    	color: #FCDD44;
    }
    
    .tm-copyright-text a:hover {
    	color: white;
    }
/* Section 1, index.html */
.tm-home-section-1 {
	position: relative;
	/*top: -50px;*/
}

.tm-home-box-1 {
	width: 346px;
	height: 436px;
}
.tm-home-box-1-center {
	margin: 0 auto;
}
.tm-home-box-1-right,
.tm-home-box-2-right {
	margin-left: auto;
}
.input-group-addon
{ 
    border-radius: 0;
    
}



/*Section 2, index.html */
hr { border-top: 2px solid #111010; }
.tm-section-header {
	margin-bottom: 40px;
	overflow: hidden;
}
.tm-section-title {
	text-align: center;
	text-transform: uppercase;
	font-size: 36px;
	font-weight:700;
    color: #286090;
    margin-top: 50px;

}
.tm-home-box-2 {
	background-color: white;
	width: 260px;
	margin:auto;
	height:auto;
	border-radius: 0.5rem;
	padding:10px;
}
.tm-home-box-2 img
{    width: 100%;
    height:190px;
     border-radius: 0.5rem;
}
  /* news*/
 .news-title, .blogs-title{
     height:80px;
 }
 
@media screen and (min-width:1024px){
    .tm-home-box-2 h3 {
	font-size: 14px;
    text-align: start;
    padding: 25px 12px;
    font-weight: 700;
    
    text-transform: capitalize;
    line-height: 25px;
    height: 110px;
    text-align:justify;
}
    
}
@media screen and (min-width: 1440px){
   .tm-home-box-2 h3 {
	font-size: 15px;
    padding: 20px 12px;
    font-weight: 600;
    text-transform: capitalize;
    line-height: 25px;
    height: 110px;
    text-align:left;
 }
}
@media screen and (max-width:770px){
    .tm-home-box-2 h3 {
	font-size: 13px;
    padding: 20px 12px;
    font-weight: 700;
    text-transform: capitalize;
	line-height: 25px;
	height: 110px;
}
} 
.tm-home-box-2 button{
	border: none;
    background-color: #fcf8e3;
    margin-left:1rem;
    border-radius: 0.3rem;
}

.tm-home-box-2 button a{
	color: #111010;
}
.tm-date {
	color: #c3c3c3;
	padding:  12px;
	font-size:11px;
	height:60px;
}
.tm-home-box-2-container {
	border-top: 1px solid #DDD;
	overflow: hidden;
}
.tm-home-box-2-link1 {
    text-align: center;
    padding-top: 14px;
    border-right: 1px solid #7777773d;	
	transition: all 0.3s ease;
}
.tm-home-box-2-link1 i{
    font-size: 1.4em;
    color:#286090;
}
.tm-home-box-2-link1 i:hover,.tm-home-box-2-link1 i:focus{
        color: #838383;

}
.tm-home-box-2-link2 {
  text-align: center;
    padding-top: 5px;
    padding-bottom: 15px;
	transition: all 0.3s ease;
}

.border-left { border-left: 1px solid #DDD; }
.border-right {	border-right: 1px solid #DDD; }

.tm-home-box-2-description {
display: inline-block;
    text-align: center;
    text-transform: uppercase;
    width: 12%;
    margin-top: 2rem;
    padding-top: 15px;
    padding-bottom: 15px;
    color: #286090;
    background-color: #aec0d1;
    border-radius: 0.5rem;
    font-weight: 700;
}

.tm-home-box-2-description:hover,.tm-home-box-2-description:focus{
        color: #838383;

}
.tm-home-box-2-description.box-3 { width: 175px; }
.home-description {
	margin: 50px auto;
	padding: 0 30px;
	text-align: center;
}
 .events-title{
    height:160px;
}
.interviews-title{
     height:170px;
}
.tm-home-box-3 {
	margin-bottom: 50px;
	max-width: 555px;
	overflow: hidden;

}
.tm-home-box-3-img-container { float: left; }
.tm-home-box-3-info {
     font-size: 15px;
    height: 225px;
    max-width: 300px;
    float: right;
    border: 1px solid #CCC;
	border-left: none;
}
.tm-home-box-3-description {
    padding: 30px 12px;
    height: 100px;
    text-align: justify;
    font-size: 13px;
    font-weight: 700;
    
}
    
.section-padding-bottom { padding-bottom: 60px; }


.margin-bottom-15 { margin-bottom: 15px; }
.margin-bottom-5 { margin-bottom: 5px; }



@media screen and (max-width: 1199px) {
	.tm-home-section-1 { top: -20px; }
	.tm-home-box-1 {
		width: 300px;
		height: 388px;
	}
	.hotel-search-form .form-group { margin-bottom: 18px; }
	.tm-home-box-2-description { padding-bottom: 15px; }
	.tm-home-box-3 {
		margin-left: auto;
		margin-right: auto;
	}
	.tm-home-box-2-description.box-3 { width: 185px; }

}

@media screen and (max-width: 1199px) and (min-width: 992px) {
	.tm-home-box-2-description { }
	.tm-home-box-2-icon {
		padding: 18px;
		width: 55px;
		height: 55px;
	}
	.tm-home-box-3-description { padding-bottom: 47px; }
}

@media screen and (max-width: 991px) {
	.tm-home-box-1 {
		margin-bottom: 50px;
		width: 346px;
		height: 436px;
	}
	.tm-home-box-2 { margin: 0 auto 30px; }
	.tm-home-box-2-description {
		width: 125px;
		vertical-align: top;
	}
	.tm-home-box-2-description.box-3 { width: 175px; }
	.home-description {	margin: 40px auto 40px;	}
	.tm-about-box-2-img { max-width: 100%; }
	.tm-about-box-2-text { max-width: 340px; }
	.tm-testimonials-box {
	    max-width: 340px;
	    width: 100%;
	    margin: 30px auto 0;
	    float: none;
	    height: auto;
	}

}

@media screen and (max-width: 767px) {
	
	/* http://www.impressivewebs.com/animate-display-block-none/
	 * Comment by Jon Christensen
	 */
	.tm-nav.show {
		opacity: 1;
		height: auto;
		transition: opacity 1s, height 0;
	}
	.tm-nav {
	    opacity: 0;
		transition: opacity 1s, height 0 1s;
		height: 0;
	    position: fixed;
	    z-index: 1000;
	    top: 69px;
	    right: 15px;
	    background: rgba(15,15,15,0.7);
	    transition: all 0.3s ease;
	}
	.tm-nav li { float: none; }
	.tm-nav li a {
		color: white;
	    display: block;
	    padding: 20px 30px 20px;
	}

	.tm-banner-title { font-size: 40px;	}
	.tm-banner-subtitle { font-size: 24px; }
	.tm-banner-inner { top: 0; }
	.tm-banner-link {
		padding: 12px 30px;
		margin-top: 10px;
	}
 /* 	.tm-banner, .flexslider.flexslider-banner .slides img { height: 500px; } */
	.tm-home-box-1 {
		margin-left: auto;
		margin-right: auto;
		max-width: 100%;
	}
	.tm-home-box-1-2 { height: auto; }
	.tm-tours-box-1 {
		margin-left: auto;
		margin-right: auto;
	}
	.tm-what-we-do-right { text-align: center; }
	.section-margin-top.about-section {	margin-top: 120px; }
	.tm-section-header { margin-bottom: 40px; }
	.tm-about-box-1 {
		width: 100%;
		max-width: 300px;
		padding: 30px;
	}
	.tm-about-box-2-img, 
	.tm-about-box-2-text {
		float: none;
	}
	.tm-about-box-2-text { margin: 30px auto; }
}

@media screen and (max-width: 600px) {
	.col-xxs-12 { width: 100%; }
	.tm-home-section-1 { top: 0; }
	.tm-home-box-3-img-container,
	.tm-home-box-3-info {
		float: none;
	}
	.tm-home-box-3-info {
		max-width: 250px;
		border: 1px solid #CCC;
		border-top: none;
	}
	/*.tm-home-box-3-description {
	    padding-top: 20px;
	    padding-bottom: 20px;
	    margin-bottom: 20px;
        font-weight: 600;
        font-size: 14px;
	}*/
	.tm-home-box-3 { max-width: 250px; }
	.tm-home-box-2-description.box-3 { width: 120px; }
}

@media screen and (max-width: 400px) {
	.tm-section-title {	font-size: 28px; }
}

/********preloader**********/
.overlay-loading{
    position:fixed;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background-color: #333;
    z-index:99999;
    display:flex;
   justify-content: center;
    align-items: center;
}

.sk-folding-cube {
  margin: 20px auto;
  width: 40px;
  height: 40px;
  position: relative;
  -webkit-transform: rotateZ(45deg);
          transform: rotateZ(45deg);
}

.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1); 
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
    background-color:#aec0d1;
  -webkit-animation: sk-foldCubeAngle 2.4s infinite linear both;
          animation: sk-foldCubeAngle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
      -ms-transform-origin: 100% 100%;
          transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
          transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
          transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
          transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube2:before {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube3:before {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s; 
}
.sk-folding-cube .sk-cube4:before {
  -webkit-animation-delay: 0.9s;
          animation-delay: 0.9s;
}
@-webkit-keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  } 
}

@keyframes sk-foldCubeAngle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
            transform: perspective(140px) rotateX(-180deg);
    opacity: 0; 
  } 25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
            transform: perspective(140px) rotateX(0deg);
    opacity: 1; 
  } 90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
            transform: perspective(140px) rotateY(180deg);
    opacity: 0; 
  }
}

/****top bottun***/
#up{
    position:fixed;
    right:0;
    bottom:0;
    width:50px;
    height:50px;
    color: #286090;
    font-size: 20px;

}


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