 
/* Css For Jairaghass */

/************ TABLE OF CONTENTS ***************
1. Fonts
2. Reset
3. Global
4. Main Header/style-one/style-two
5. Main Slider/style-one/style-two
6. Intro Section
7. Welcome Section
9. Cta Section
8. Research Fields
10. Testimonial Section
11. Researches Section
12. Team Section
14. Video
15. Fact Counter
16. News Section
19. Clients Section
20. Main Footer
21. Footer Bottom
22. Research Style Two
23. Innovative Solution
24. Discover Section
25. Testimonial Section
26. Chooseus Section
27. News Style Two
28. Page Title
29. Research Page Section
30. Research Details
31. Professor Page Section
32. Professor Details
33. About Section
34. Error Section
35. Blog Page Section
36. Blog Details
37. Blog Sidebar
38. Contact Section
39. Google Map


**********************************************/



/*** 

====================================================================
  Reset
====================================================================

 ***/
* {
  margin:0px;
  padding:0px;
  border:none;
  outline:none;
}


/*** 

====================================================================
  Global Settings
====================================================================

 ***/


:root{
  --theme-color: -webkit-linear-gradient(-90deg, #fe8855, #f7540b 100%);
  --secondary-color: #3554D1;
  --text-color: rgba(105, 116, 136, 1);
  --title-color: #0C264C;
  --secondary-font: 'Dancing Script', cursive;
  --text-font: 'Jost', sans-serif;
  --title-font: 'Jost', sans-serif;
}





body {
  font-size: 20px;
  color: var(--text-color);
  line-height:29px;
  font-weight:400;
  background:#ffffff;
  font-family: var(--text-font);
  background-size:cover;
  background-repeat:no-repeat;
  background-position:center top;
  -webkit-font-smoothing: antialiased;
}

  @media (min-width:1200px) {
  .container {
    max-width: 1200px;
    padding: 0px 15px;
  }
}

.large-container{
  max-width: 1710px;
  padding: 0px 15px;
  margin: 0 auto;
}

.container-fluid{
  padding: 0px;
}

.auto-container{
  position:static;
  max-width:1330px;
  padding:0px 15px;
  margin:0 auto;
}

.small-container{
  max-width:680px;
  margin:0 auto;
}

.boxed_wrapper{
  position: relative;
  margin: 0 auto;
  overflow: hidden !important;
  width: 100%;
  min-width: 300px;
}


a{
  text-decoration:none;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

a:hover{
  text-decoration:none;
  outline:none;
}

input,button,select,textarea{
  font-family: var(--text-font);
  font-weight: 400;
  font-size: 18px;
  background: transparent;
}

::-webkit-input-placeholder {
  color: inherit;
}

::-moz-input-placeholder {
  color: inherit;
}

::-ms-input-placeholder {
  color: inherit;
}

ul,li{
  list-style:none;
  padding:0px;
  margin:0px; 
}

input{
  transition: all 500ms ease;
}

button:focus,
input:focus,
textarea:focus{
  outline: none;
  box-shadow: none;
  transition: all 500ms ease;
}

p{
  position: relative;
  font-family: var(--text-font);
  color: var(--text-color);
  font-weight: 400;
  margin: 0px;
  transition: all 500ms ease;
}

h1,h2,h3,h4,h5,h6{
  position:relative;
  font-family: var(--title-font);
  font-weight: 700;
  color: var(--title-color);
  margin: 0px;
  transition: all 500ms ease;
}

/* Preloader */

.handle-preloader {
  align-items: center;
  -webkit-align-items: center;
  display: flex;
  display: -ms-flexbox;
  height: 100%;
  justify-content: center;
  -webkit-justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 9999999;
}

.preloader-close{
  position: fixed;
  z-index: 99999999;
  font-size: 18px;
  background: #fff;
  color: red;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  cursor: pointer;
  right: 30px;
  top: 30px;
  font-weight: 400;
}

.handle-preloader .animation-preloader {
  position: absolute;
  z-index: 100;
}

.handle-preloader .animation-preloader .spinner{
  animation: spinner 1s infinite linear;
  border-radius: 50%;
  height: 150px;
  margin: 0 auto 45px auto;
  width: 150px;
}

.handle-preloader .animation-preloader .txt-loading {
  text-align: center;
  user-select: none;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  animation: letters-loading 4s infinite;
  content: attr(data-text-preloader);
  left: 0;
  opacity: 0;
  top:0;
  position: absolute;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading{
  font-family: var(--title-font);
  font-weight: 500;
  letter-spacing: 15px;
  display: inline-block;
  position: relative;
  font-size: 60px;
  line-height: 60px;
  text-transform: uppercase;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.30);
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(2):before {animation-delay: 0.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(3):before {animation-delay: 0.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(4):before {animation-delay: 0.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(5):before {animation-delay: 0.8s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(6):before { animation-delay: 1s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(7):before { animation-delay: 1.2s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(8):before { animation-delay: 1.4s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(9):before { animation-delay: 1.6s;}
.handle-preloader .animation-preloader .txt-loading .letters-loading:nth-child(10):before { animation-delay: 1.8s;}
.handle-preloader .loader-section {
  background-color: #ffffff;
  height: 100%;
  position: fixed;
  top: 0;
  width: calc(50% + 1px);
}

.preloader .loaded .animation-preloader {
  opacity: 0;
  transition: 0.3s ease-out;
}

.handle-preloader .animation-preloader .txt-loading .letters-loading:before{
  color: #ffffff;
}

.handle-preloader .animation-preloader .spinner{
  border: 3px solid #ffffff;
  border-top-color: rgba(255, 255, 255, 0.5); 
}

/* AnimaciÃƒÂ³n del preloader */
@keyframes spinner {
  to {
    transform: rotateZ(360deg);
  }
}
@keyframes letters-loading {
  0%,
  75%,
  100% {
    opacity: 0;
    transform: rotateY(-90deg);
  }

  25%,
  50% {
    opacity: 1;
    transform: rotateY(0deg);
  }
}

@media screen and (max-width: 767px) {
  .handle-preloader .animation-preloader .spinner {
    height: 8em;
    width: 8em;
  }
}
@media screen and (max-width: 500px) {
  .handle-preloader .animation-preloader .spinner {
    height: 7em;
    width: 7em;
  }
  .handle-preloader .animation-preloader .txt-loading .letters-loading {font-size: 30px; letter-spacing: 10px;}
}


.centred{
  text-align: center;
}

.pull-left{
  float: left;
}

.pull-right{
  float: right;
}


figure{
  margin: 0px;
}

img {
  display: inline-block;
  max-width: 100%;
  height: auto;
  transition-delay: .1s;
  transition-timing-function: ease-in-out;
  transition-duration: .7s;
  transition-property: all;
}

.row{
  --bs-gutter-x: 30px;
}

/** button **/


.theme-btn{
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  font-size: 20px;
  line-height: 24px;
  font-weight: 500;
  font-family: var(--title-font);
  color: #fff !important;
  text-align: center;
  padding: 17px 50px;
  border-radius: 5px;
  text-transform: capitalize;
  z-index: 1;
  transition: all 500ms ease;
}

.theme-btn.btn-one{
  background: var(--theme-color);
}

.theme-btn.btn-two{
  padding: 16px 30px;
  background: transparent;
  border: 1px solid #fff;
}

.theme-btn.btn-three{
  background: var(--secondary-color);
}

.theme-btn:before, .theme-btn:after {
  content: "";
  position: absolute;
  display: block;
  box-sizing: border-box;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--secondary-color);
  transition: all 0.5s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transform-origin: center;
  transform: scale(0) rotate(0);
  z-index: -1;
}

.theme-btn.btn-two:before, .theme-btn.btn-two:after,
.theme-btn.btn-three:before, .theme-btn.btn-three:after{
  background: var(--theme-color);
}

.theme-btn:hover:before {
  border-radius: 0;
  transform: scale(1) rotate(-180deg);
}

.theme-btn:hover:after {
  border-radius: 0;
  transform: scale(1) rotate(180deg);
}

.parallax-bg{
  position: absolute;
  left: 0px;
  top: -30%;
  width: 100%;
  height: calc(100% + 30%);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}


/** styled-pagination */

.pagination{
  position: relative;
  display: block;
}

.pagination li{
  position: relative;
  display: inline-block;
  margin: 0px 8px;
}

.pagination li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  height: 50px;
  width: 50px;
  line-height: 50px;
  border: 1px solid rgba(12, 38, 76, 0.10);
  text-align: center;
  color: var(--title-color);
  border-radius: 50%;
  z-index: 1;
  transition: all 500ms ease;
}

.pagination li a:hover,
.pagination li a.current{
  color: #fff;
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.pagination li a i{
  font-size: 18px;
  font-weight: 400;
}

.mr-0{
  margin: 0px !important;
}

/** scroll-to-top **/

.scroll-to-top{
  position: fixed;
  right: 0px;
  bottom: 100px;
  transform: rotate(90deg);
  z-index: 99;
}

.scroll-to-top .visible {
  visibility: visible!important;
  opacity: 1!important;
}

.scroll-to-top .scroll-top-inner {
  opacity: 0;
  visibility: hidden;
}

.scroll-to-top .scroll-top-inner{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all cubic-bezier(.4,0,.2,1) .4s;
  -o-transition: all cubic-bezier(.4,0,.2,1) .4s;
  transition: all cubic-bezier(.4,0,.2,1) .4s;
}

.scroll-to-top .scroll-bar {
  width: 50px;
  height: 2px;
  margin-right: 10px;
  position: relative;
}

.scroll-to-top .scroll-bar:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-color: #f4244f;
  opacity: .3;
}

.scroll-to-top .scroll-bar .bar-inner {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  background-color: currentColor;
}

.scroll-to-top .scroll-bar-text{
  font-size: 18px;
  font-weight: 600;
  cursor: pointer;
  color: var(--theme-color);
  text-shadow: 0px 1px 0px #fff;
  transition: all 500ms ease;
}

.scroll-to-top .scroll-bar-text:hover{
  transform: scale(1.1);
}



@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}



.sec-title{
  position: relative;
  display: block;
}

.sec-title .sub-title{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 24px;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 10px;
}

.sec-title h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
}

.sec-title.light h2{
  color: #fff !important;
}

.sec-title p{
  margin-top: 10px;
}






/*** 

====================================================================
                        Home-Page-One
====================================================================

***/


/** main-header **/

.main-header{
  position:relative;
  left:0px;
  top:0px;
  right: 0px;
  z-index:999;
  width:100%;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.sticky-header{
  position:fixed;
  opacity:0;
  visibility:hidden;
  left:0px;
  top:0px;
  width:100%;
  z-index:0;
  background-color: #000D19;
  border-bottom: 1px solid rgba(0, 0, 0, 0.10);
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.fixed-header .sticky-header{
  z-index:999;
  opacity:1;
  visibility:visible;
  -ms-animation-name: fadeInDown;
  -moz-animation-name: fadeInDown;
  -op-animation-name: fadeInDown;
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
  -ms-animation-duration: 500ms;
  -moz-animation-duration: 500ms;
  -op-animation-duration: 500ms;
  -webkit-animation-duration: 500ms;
  animation-duration: 500ms;
  -ms-animation-timing-function: linear;
  -moz-animation-timing-function: linear;
  -op-animation-timing-function: linear;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -ms-animation-iteration-count: 1;
  -moz-animation-iteration-count: 1;
  -op-animation-iteration-count: 1;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
}

.main-header{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
}

.main-header .outer-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0px 50px;
  border-bottom: 1px solid rgba(245, 245, 245, 0.10);
}

.main-header .outer-box .left-column{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .logo-box{
  margin-right: 60px;
}

.main-header .menu-right-content{
  position: relative;
  display: flex;
  align-items: center;
}

.main-header .menu-right-content .theme-btn{
  font-size: 20px;
  padding: 14px 30px;
}


/** main-menu **/

.main-menu{
  float: left;
}

.main-menu .navbar-collapse{
  padding:0px;
  display:block !important;
}

.main-menu .navigation{
  margin:0px;
}

.main-menu .navigation > li{
  position:inherit;
  float:left;
  z-index:2;
  margin: 0px 20px;
  -webkit-transition:all 300ms ease;
  -moz-transition:all 300ms ease;
  -ms-transition:all 300ms ease;
  -o-transition:all 300ms ease;
  transition:all 300ms ease;
}

.main-menu .navigation > li:last-child{
  margin-right:0px !important;
}

.main-menu .navigation > li:first-child{
  margin-left: 0px !important;
}

.main-menu .navigation > li > a{
  position:relative;
  display:block;
  text-align:center;
  font-size: 20px;
  line-height: 28px;
  padding-top: 40px;
  padding-bottom: 40px;
  font-weight:400;
  font-family: var(--title-font);
  opacity:1;
  color: #fff;
  z-index:1;
  text-transform: capitalize;
  -webkit-transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
  transition:all 500ms ease;
}

.main-menu .navigation > li.dropdown > a{
  margin-right: 17px;
}

.main-menu .navigation > li.current > a,
.main-menu .navigation > li:hover > a{
  
}

.main-menu .navigation > li.dropdown > a:before{
  position: absolute;
  content: "\e900";
  font-family: 'icomoon';
  top: 40px;
  right: -17px;
  font-weight: 400;
  font-size: 7px;
  transition: all 500ms ease;
}

.main-menu .navigation > li > a:after{
  position: absolute;
  content: '';
  background: var(--theme-color);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  margin-left: -4px;
  left: 50%;
  bottom: 30px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.main-menu .navigation > li.current > a:after,
.main-menu .navigation > li:hover > a:after{
  transform: scale(1,1); 
}

.main-menu .navigation > li > ul,
.main-menu .navigation > li > .megamenu{
  position:absolute;
  left: inherit;
  top:100%;
  width:230px;
  margin-top: 15px;
  z-index:100;
  display:none;
  background: var(--secondary-color);
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > a,
.main-menu .navigation > li > .megamenu li > a{
  position:relative;
  display:block;
  padding: 10px 25px;
  line-height:24px;
  font-weight:400;
  font-size:18px;
  text-transform:capitalize;
  font-family: var(--title-font);
  color:#fff;
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > a{
  border-bottom: 1px solid rgba(255,255,255,0.1);
}

.main-menu .navigation > li > .megamenu li > a{
  padding-left: 0px;
}

.main-menu .navigation > li > .megamenu h4{
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
}

.main-menu .navigation > li > ul > li > a:hover,
.main-menu .navigation > li > .megamenu li > a:hover{
  padding-left: 35px;
}

.main-menu .navigation > li > ul > li:last-child > a,
.main-menu .navigation > li > .megamenu li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:10px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:800;
  text-align:center;
  z-index:5;  
}

.main-menu .navigation > li > ul > li > ul{
  position:absolute;
  left:100%;
  top:0%;
  margin-top: 15px;
  background: var(--secondary-color);
  width:230px;
  z-index:100;
  display:none;
  border-radius: 0px;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul.from-right{
  left:auto;
  right:0px;  
}

.main-menu .navigation > li > ul > li > ul > li{
  position:relative;
  width:100%;
}

.main-menu .navigation > li > ul > li > ul > li:last-child{
  border-bottom:none; 
}

.main-menu .navigation > li > ul > li > ul > li > a{
  position:relative;
  display:block;
  padding:10px 25px;
  line-height:24px;
  font-weight:600;
  font-size:16px;
  text-transform:capitalize;
  font-family: var(--title-font);
  color:#fff;
  border-bottom: 1px solid rgba(255,255,255,0.1);
  text-align: left;
  transition:all 500ms ease;
  -moz-transition:all 500ms ease;
  -webkit-transition:all 500ms ease;
  -ms-transition:all 500ms ease;
  -o-transition:all 500ms ease;
}

.main-menu .navigation > li > ul > li > ul > li:last-child > a{
  border-bottom: none;
}

.main-menu .navigation > li > ul > li > ul > li > a:hover{
  padding-left: 35px;
}

.main-menu .navigation > li > ul > li > ul > li.dropdown > a:after{
  font-family: 'Font Awesome 5 Pro';
  content: "\f105";
  position:absolute;
  right:20px;
  top:12px;
  display:block;
  line-height:24px;
  font-size:16px;
  font-weight:900;
  z-index:5;  
}

.main-menu .navigation > li.dropdown:hover > ul,
.main-menu .navigation > li.dropdown:hover > .megamenu{
  visibility:visible;
  opacity:1;
  margin-top: 0px;
  top: 100%;
}

.main-menu .navigation li > ul > li.dropdown:hover > ul{
  visibility:visible;
  opacity:1;
  top: 0%; 
  margin-top: 0px;
}

.main-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:-32px;
  top:66px;
  width:34px;
  height:30px;
  text-align:center;
  font-size:18px;
  line-height:26px;
  color:#3b3b3b;
  cursor:pointer;
  display: none;
  z-index:5;
  transition: all 500ms ease;
}

.main-menu .navigation li.current.dropdown .dropdown-btn,
.main-menu .navigation li:hover .dropdown-btn{
  
}

.main-menu .navigation li.dropdown ul li.dropdown .dropdown-btn{
  display: none;
}

.menu-area .mobile-nav-toggler {
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  background: var(--secondary-color);
  display: none;
}

.mobile-menu .nav-logo img{
  max-width: 160px;
}

.menu-area .mobile-nav-toggler .icon-bar{
  position: relative;
  height: 2px;
  width: 30px;
  display: block;
  margin-bottom: 5px;
  background-color: #fff;
  -webkit-transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  transition: all 300ms ease;
}

.menu-area .mobile-nav-toggler .icon-bar:last-child{
  margin-bottom: 0px;
}


/** megamenu-style **/
.main-menu .navigation > li.dropdown > .megamenu{
  position: absolute;
  width: 100%;
  padding: 30px 50px;
  left: 0px;
}

.main-menu .navigation li.dropdown .megamenu li h4{
  margin-bottom: 10px;
}

.sticky-header .main-menu .navigation > li > a{
  padding-top: 27px;
  padding-bottom: 27px;
}

.sticky-header .main-menu .navigation > li.dropdown > a:before{
  top: 27px;
}

.sticky-header .main-menu .navigation > li > a:after{
  bottom: 15px;
}


/** mobile-menu **/

.nav-outer .mobile-nav-toggler{
  position: relative;
  float: right;
  font-size: 40px;
  line-height: 50px;
  cursor: pointer;
  color:#3786ff;
  display: none;
}

.mobile-menu{
  position: fixed;
  right: 0;
  top: 0;
  width: 300px;
  padding-right:30px;
  max-width:100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  z-index: 999999;
  transition: all 900ms ease;
}

.mobile-menu .navbar-collapse{
  display:block !important; 
}

.mobile-menu .nav-logo{
  position:relative;
  padding:50px 25px;
  text-align:left;  
  padding-bottom: 100px;
}

.mobile-menu-visible{
  overflow: hidden;
}

.mobile-menu-visible .mobile-menu{
  opacity: 1;
  visibility: visible;
}

.mobile-menu .menu-backdrop{
  position: fixed;
  left: 0%;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  transition: all 900ms ease;
  background-color: #000;
}

.mobile-menu-visible .mobile-menu .menu-backdrop{
  opacity: 0.70;
  visibility: visible;
  right: 100%;
  -webkit-transition: all .8s ease-out 0s;
  -o-transition: all .8s ease-out 0s
}

.mobile-menu .menu-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  max-height: 100%;
  overflow-y: auto;
  background: #141417;
  padding: 0px 0px;
  z-index: 5;
  opacity: 0;
  visibility: hidden;
  border-radius: 0px;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  transition: all 900ms ease !important;
}

.mobile-menu-visible .mobile-menu .menu-box{
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.7s ease;
  -o-transition: all 0.7s ease;
  transition: all 0.7s ease;
  -webkit-transform: translateX(0%);
  -ms-transform: translateX(0%);
  transform: translateX(0%);
}

.mobile-menu .close-btn{
  position: absolute;
  right: 25px;
  top: 10px;
  line-height: 30px;
  width: 24px;
  text-align: center;
  font-size: 18px;
  color: #ffffff;
  cursor: pointer;
  z-index: 10;
  -webkit-transition:all 0.9s ease;
  -moz-transition:all 0.9s ease;
  -ms-transition:all 0.9s ease;
  -o-transition:all 0.9s ease;
  transition:all 0.9s ease;
}

.mobile-menu-visible .mobile-menu .close-btn{
  -webkit-transform:rotate(360deg);
  -ms-transform:rotate(360deg);
  transform:rotate(360deg);
}

.mobile-menu .close-btn:hover{
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);
}

.mobile-menu .navigation{
  position: relative;
  display: block;
  width: 100%;
  float: none;
}

.mobile-menu .navigation li{
  position: relative;
  display: block;
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation:last-child{
  border-bottom: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > ul > li:first-child{
  border-top: 1px solid rgba(255,255,255,0.10);
}

.mobile-menu .navigation li > a{
  position: relative;
  display: block;
  line-height: 24px;
  padding: 10px 25px;
  font-size: 18px;
  font-weight: 500;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li ul li > a{
  font-size: 18px;
  margin-left: 20px;
  text-transform: capitalize;
}

.mobile-menu .navigation li > a:before{
  content:'';
  position:absolute;
  left:0;
  top:0;
  height:0;
  border-left:5px solid #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .navigation li.current > a:before{
  height:100%;
}

.mobile-menu .navigation li.dropdown .dropdown-btn{
  position:absolute;
  right:6px;
  top:6px;
  width:32px;
  height:32px;
  text-align:center;
  font-size:16px;
  line-height:32px;
  color:#ffffff;
  background:rgba(255,255,255,0.10);
  cursor:pointer;
  border-radius:2px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
  z-index:5;
}

.mobile-menu .navigation li.dropdown .dropdown-btn.open{
  color: #ffffff;
  -webkit-transform:rotate(90deg);
  -ms-transform:rotate(90deg);
  transform:rotate(90deg);  
}

.mobile-menu .navigation li > ul,
.mobile-menu .navigation li > ul > li > ul,
.mobile-menu .navigation > li.dropdown > .megamenu{
  display: none;
}

.mobile-menu .social-links{
  position:relative;
  padding:0px 25px;
}

.mobile-menu .social-links li{
  position:relative;
  display:inline-block;
  margin:0px 10px 10px;
}

.mobile-menu .social-links li a{
  position:relative;
  line-height:32px;
  font-size:16px;
  color:#ffffff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease; 
}

.mobile-menu .social-links li a:hover{
  
}

div#mCSB_1_container{
  top: 0px !important;
}

.mobile-menu .contact-info {
  position: relative;
  padding: 120px 30px 20px 30px;
}

.mobile-menu .contact-info h4 {
  position: relative;
  font-size: 20px;
  color: #ffffff;
  font-weight: 700;
  margin-bottom: 20px;
}

.mobile-menu .contact-info ul li {
  position: relative;
  display: block;
  font-size: 18px;
  color: rgba(255,255,255,0.80);
  margin-bottom: 3px;
}

.mobile-menu .contact-info ul li a{
  color: rgba(255,255,255,0.80);
}

.mobile-menu .contact-info ul li:last-child{
  margin-bottom: 0px;
}

.main-header .outer-box{
  position: relative;
}

.owl-dots-none .owl-dots,
.owl-nav-none .owl-nav{
  display: none !important;
}

.owl-nav button{
  background: transparent;
}

.float-bob-y {
  animation-name: float-bob-y;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-y;
  -webkit-animation-duration: 2s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-y;
  -moz-animation-duration: 2s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-y;
  -ms-animation-duration: 2s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-y;
  -o-animation-duration: 2s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}

.float-bob-x{
  animation-name: float-bob-x;
  animation-duration: 15s;
  animation-iteration-count: infinite;
  animation-timing-function: linear;
  -webkit-animation-name: float-bob-x;
  -webkit-animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  -moz-animation-name: float-bob-x;
  -moz-animation-duration: 15s;
  -moz-animation-iteration-count: infinite;
  -moz-animation-timing-function: linear;
  -ms-animation-name: float-bob-x;
  -ms-animation-duration: 15s;
  -ms-animation-iteration-count: infinite;
  -ms-animation-timing-function: linear;
  -o-animation-name: float-bob-x;
  -o-animation-duration: 15s;
  -o-animation-iteration-count: infinite;
  -o-animation-timing-function: linear;
}


/** rtl-switcher **/

.demo-rtl{
  position: fixed;
  top: 390px;
  left: 10px;
  z-index: 9999;
}

button.rtl{
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-weight: 700;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.10);
  transition: all 500ms ease;
}

.demo-ltr{
  position: fixed;
  top: 390px;
  left: auto;
  right: 10px;
  z-index: 9999;
}

button.ltr {
  background: var(--theme-color);
  display: block;
  text-indent: inherit;
  font-size: 12px;
  font-weight: 700;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  margin: 0px;
  color: #fff !important;
  border-radius: 50%;
  box-shadow: rgba(0, 0, 0, 1.0);
  transition: all 500ms ease;
}

.boxed_wrapper.ltr .demo-rtl{
  display: block;
}

.boxed_wrapper.ltr .demo-ltr{
  display: none;
}

.boxed_wrapper.rtl .demo-rtl{
  display: none;
}

.boxed_wrapper.rtl .demo-ltr{
  display: block;
}

@-webkit-keyframes shine {
  100% {
    left: 125%;
  }
}

@keyframes shine {
  100% {
    left: 125%;
  }
}


.accordion-box .block .acc-content{
  display:none;
}

.accordion-box .block .acc-content.current{
  display:block;  
}

.bg-color-1{
  background: #F5F5F5;
}

.gradient-color{
  color: transparent !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
}

.list-style-one li{
  position: relative;
  display: block;
  padding-left: 35px;
  font-size: 20px;
  line-height: 30px;
}

.list-style-one li i{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 20px;
  color: var(--title-color);
  transition: all 500ms ease;
}

.list-style-one li a{
  display: inline-block;
  color: var(--title-color);
}

.list-style-one li a:hover{

}

@-webkit-keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
@keyframes ripple {
  70% {
    -webkit-box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 30px rgba(255, 255, 255, 0);
  }
  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
            box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

.blog-btn{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 24px;
  color: var(--title-color);
  background: #F5F5F5;
  border-radius: 3px;
  box-shadow: 0 0 12px 1px #fff;
  padding: 13px 30px;
}

.blog-btn:hover{
  color: #fff;
  background: var(--secondary-color);
}

.blog-btn span{
  position: relative;
  padding-right: 34px;
  position: relative;
}

.blog-btn span:before{
  position: absolute;
  content: '\e90c';
  font-family: 'icomoon';
  font-size: 13px;
  top: 4px;
  right: 0px;
}

/* Header Social */

.header-top-social .social-links{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 25px;
}

.header-top-social .social-links li{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  color: #000;
  font-weight: 500;
  margin-right: 15px;
}

.header-top-social .social-links li:last-child{
  margin: 0px !important;
}

.header-top-social .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #000;
}

.header-top-social .social-links li a:hover{
  color: var(--secondary-color);
}


/** main-footer **/

.main-footer{
  position: relative;
  background: #000D19;
}

.footer-top{
  position: relative;
  padding: 60px 0px 30px 0px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.20);
}

.footer-top .social-links{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-top .social-links li{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  margin-right: 15px;
}

.footer-top .social-links li:last-child{
  margin: 0px !important;
}

.footer-top .social-links li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  color: #fff;
}

.footer-top .social-links li a:hover{
  color: var(--secondary-color);
}

.main-footer .widget-section{
  position: relative;
  padding: 80px 0px;
}

.main-footer .widget-title{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.main-footer .widget-title h3{
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}

.main-footer .contact-widget p{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
}

.main-footer .contact-widget span{
  position: relative;
  display: block;
  line-height: 29px;
  color: #fff;
  margin-bottom: 15px;
}

.main-footer .contact-widget h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}

.main-footer .contact-widget h3 a{
  display: inline-block;
  color: #fff;
}

.main-footer .contact-widget h3 a:hover{
  color: var(--secondary-color);
}

.main-footer .links-widget .links-list li{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.main-footer .links-widget .links-list li:last-child{
  margin-bottom: 0px;
}

.main-footer .links-widget .links-list li a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
}

.main-footer .links-widget .links-list li a:hover{
  color: var(--secondary-color);
}

.main-footer .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.footer-bottom{
  position: relative;
  width: 100%;
  padding: 30px 0px;
  border-top: 1px solid rgba(255, 255, 255, 0.20);
}

.footer-bottom .bottom-inner{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-bottom .bottom-inner .copyright p{
  line-height: 29px;
  color: #fff;
}

.footer-bottom .bottom-inner .copyright p a{
  display: inline-block;
  color: #fff;
}

.footer-bottom .bottom-inner .copyright p a:hover{
  color: var(--secondary-color);
}

.footer-bottom .card-list{
  position: relative;
  display: flex;
  align-items: center;
}

.footer-bottom .card-list li{
  margin-right: 30px;
}

.footer-bottom .card-list li:last-child{
  margin: 0px !important;
}


/** header-style-two **/

.header-style-two{
  position: relative;
  background: #fff;
}

.header-style-two .header-lower .main-menu .navigation > li > a{
  color: #0C264C;
}

.header-style-two .header-lower .menu-right-content .theme-btn.btn-two{
  color: #0C264C !important;
  border-color: #0C264C;
}

.before-none:before{
  display: none !important;
}

.tabs-box .tab{
  position:relative;
  display:none;
  transition: all 900ms ease;
  -moz-transition: all 900ms ease;
  -webkit-transition: all 900ms ease;
  -ms-transition: all 900ms ease;
  -o-transition: all 900ms ease;
}

.tabs-box .tab.active-tab{
  display:block;  
}

.tabs-box .tab{
  transform:scale(0.9,0.9) translateY(0px);
}

.tabs-box .tab.active-tab{
  transform:scale(1) translateY(0px);
}

.check-box input {
  display: none;
}

.check-box label {
  position: relative;
  font-size: 15px;
  color: #a8a9b3;
  padding-left: 24px;
  display: inline-block;
  cursor: pointer;
  margin-bottom: 0px;
}

.check-box label i{
  position: relative;
  display: inline-block;
  font-size: 16px;
  color: transparent !important;
  -webkit-background-clip: text !important;
  -webkit-text-fill-color: transparent !important;
  margin-right: 2px;
}

.check-box label i.light{
  background: #697488;
}

.check-box label span{
  position: relative;
  display: inline-block;
  font-size: 15px;
  font-weight: 500;
  color: var(--title-color);
  padding-left: 8px;
}

.check-box label:before{
  position: absolute;
  content: '';
  left: 0px;
  top: 6px;
  width: 15px;
  height: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #697488;
  background: transparent;
}

.check-box label:after {
  position: absolute;
  content: '';
  left: 4px;
  top: 10px;
  width: 7px;
  height: 7px;
  opacity: 0;
  transition: all 500ms ease;
}

.check-box input:checked + label:after {
  opacity: 1;
}

.progress-box .bar{
  position:relative;
  width:100%;
  height:7px;
  background: #D9D9D9;
  border-radius: 25px;
}
  
.progress-box .bar-inner{
  position:relative;
  display:block;
  width:0px;
  height:7px;
  border-radius: 25px 0px 0px 25px;
  -webkit-transition:all 1500ms ease;
  -ms-transition:all 1500ms ease;
  -o-transition:all 1500ms ease;
  -moz-transition:all 1500ms ease;
  transition:all 1500ms ease; 
}

.progress-box .bar-inner:before{
  position: absolute;
  content: '';
  width: 13px;
  height: 13px;
  top: -3px;
  right: -5px;
  border-radius: 50%;
}


.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  position: absolute;
  background: transparent;
  padding: 0px 0px;
  left: -24px;
  top: 21px;
  border-radius: 0px;
  border: none !important;
  z-index: 1;
}

.bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  position: absolute;
  background: transparent;
  padding: 0px 0px;
  right: -11px;
  top: 14px;
  border: none !important;
  margin-top: 0px;
  border-radius: 0px;
  z-index: 1;
}

.bootstrap-touchspin .glyphicon-chevron-up:before {
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-2.png);
  width: 15px;
  height: 15px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bootstrap-touchspin .glyphicon-chevron-down:before {
  position: absolute;
  content: '';
  background-image: url(../images/icons/icon-3.png);
  width: 15px;
  height: 2px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.bootstrap-touchspin .glyphicon-chevron-up:hover:before,
.bootstrap-touchspin .glyphicon-chevron-down:hover:before{
  color: #101010;
}

.bootstrap-touchspin .input-group-btn-vertical{
  position: absolute;
  width: 100%;
}

.bootstrap-touchspin .input-group-btn-vertical i{
  top: 0px;
  left: 7px;
  font-size: inherit !important; 
}

.bootstrap-touchspin .input-group-btn-vertical .bootstrap-touchspin-down{
  margin-top: 0px;
}


.accordion{
  margin-bottom: 30px;
}

.accordion:last-child{
  margin-bottom: 0px;
}

.accordion .acc-btn{
  position: relative;
  padding: 19px 60px 19px 30px;
  cursor: pointer;
  background: #F5F5F5;
  border-radius: 5px;
}

.accordion .acc-btn.active{
  border-radius: 5px 5px 0px 0px;
}

.accordion .acc-btn h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  padding: 8px 0px 8px 137px;
}

.accordion .acc-btn.active h3{
  color: #fff;
}

.accordion .acc-btn h3 span{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 107px;
  height: 48px;
  line-height: 48px;
  background: #0C264C;
  text-align: center;
  font-size: 15px;
  color: #fff;
  font-weight: 500;
  border-radius: 4px;
}

.accordion .acc-btn .icon-box{
  position: absolute;
  top: 37px;
  right: 45px;
  font-size: 10px;
  color: var(--title-color);
}

.accordion .acc-btn.active .icon-box{
  color: #fff;
}

.accordion .acc-btn .icon-box:before{
  position: absolute;
  content: '\e91e';
  font-family: 'icomoon';
  left: 0px;
  top: 0px;
}

.accordion .acc-btn.active .icon-box:before{
  transform: rotate(180deg);
}

.accordion .acc-content{
  padding: 30px 50px 30px 30px;
  border: 1px solid #E5E5E5;
  border-radius: 0px 0px 5px 5px;
  border-top: none;
}

.accordion .acc-content p{
  margin-bottom: 0px;
}

.default-form .form-group{
  position: relative;
  margin-bottom: 30px;
}

.default-form .form-group:last-child{
  margin-bottom: 0px;
}

.default-form .form-group input[type='text'],
.default-form .form-group input[type='email'],
.default-form .form-group textarea,
.default-form .form-group .nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #E5E5E5;
  font-size: 18px;
  color: #6E6E6E;
  padding: 10px 30px;
  border-radius: 5px;
  transition: all 500ms ease;
}

.default-form .form-group input:focus,
.default-form .form-group textarea:focus{
  border-color: var(--secondary-color);
}

.default-form .form-group textarea{
  height: 150px;
  resize: none;
}

.default-form .form-group .select-box{
  min-height: 60px;
}

.default-form .form-group .nice-select:before{
  position: absolute;
  content: '\e91e';
  font-family: 'icomoon';
  font-size: 8px;
  top: 10px;
  right: 30px;
  color: #C4C4C4;
}

/** page-title **/

.page-title{
  position: relative;
  padding: 200px 0px;
}

.page-title .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .bg-layer:before{
  position: absolute;
  content: '';
  background: #0C264C;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
}

.page-title h1{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
  padding-right: 27px;
  margin-right: 5px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .bread-crumb li a{
  display: inline-block;
  color: #fff;
}

.page-title .bread-crumb li a:hover{
  text-decoration: underline;
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: '/';
  top: 0px;
  right: 0px;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}




/** RTL **/

.rtl .page-title .bread-crumb li{
  padding-right: 0px;
  padding-left: 27px;
  margin-right: 0px;
  margin-left: 5px;
}

.rtl .page-title .bread-crumb li:before{
  right: inherit;
  left: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .page-title{
    padding: 80px 0px;
  }

  .page-title h1{
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}


/** about-section **/

.about-section{
  position: relative;
}

.about-section .image-box{
  position: relative;
  display: block;
  margin-left: -13px;
}

.about-section .image-box:before{
  position: absolute;
  content: '';
  width: 636px;
  height: 636px;
  border-radius: 50%;
  left: 0px;
  top: 35px;
}

.about-section .image-box .image{
  position: relative;
}

.about-section .image-box .image img{
  width: 100%;
}

.about-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: calc(100% - 175px);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-section .pattern-layer-2{
  position: absolute;
  left: 50px;
  bottom: 220px;
  width: 499px;
  height: 576px;
  background-repeat: no-repeat;
}


/** about-style-two **/

.about-style-two{
  position: relative;
}

.image_block_one .image-box{
  position: relative;
  display: block;
}

.image_block_one .image-box .image{
  position: relative;
  display: block;
  border-radius: 50%;
}

.image_block_one .image-box .image img{
  width: 100%;
  border-radius: 50%;
}

.image_block_one .image-box .video-inner{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 295px;
  height: 295px;
  line-height: 295px;
  border: 10px solid #fff;
  border-radius: 50%;
  text-align: center;
}

.image_block_one .image-box .video-inner .video-btn{
  position: relative;
  display: inline-block;
  width: 73px;
  height: 73px;
  line-height: 87px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
}

.image_block_one .image-box .video-inner .video-btn:before,
.image_block_one .image-box .video-inner .video-btn:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.2);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.image_block_one .image-box .video-inner .video-btn:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

.content_block_five .content-box{
  position: relative;
  display: block;
}

.content_block_five .content-box p{
  margin-bottom: 25px;
}

.content_block_five .content-box .inner-box{
  position: relative;
  display: flex;
}

.content_block_five .content-box .inner-box .count-outer{
  position: relative;
  display: inline-block;
  font-size: 60px;
  line-height: 46px;
  font-weight: 700;
  color: var(--title-color);
  margin-right: 60px;
}

.content_block_five .content-box .inner-box .count-outer:last-child{
  margin: 0px !important;
}

.content_block_five .content-box .inner-box .count-outer h6{
  position: relative;
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
}

.about-style-two .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.about-style-two .pattern-layer-2{
  position: absolute;
  left: 65px;
  bottom: 175px;
  width: 499px;
  height: 576px;
  background-repeat: no-repeat;
}



/** RTL **/

.rtl .about-section .sec-title p{
  padding-right: 0px;
  padding-left: 80px;
}

.rtl .about-style-two .pattern-layer-2{
  left: inherit;
  right: 65px;
}

.rtl .content_block_five .content-box .inner-box .count-outer{
  margin-right: 0px;
  margin-left: 60px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){
  .about-section .image-box:before{
    display: none;
  }

  .about-section .image-box{
    margin-left: 0px;
  }
}

@media only screen and (max-width: 991px){
  .about-section .sec-title p{
    padding: 0px !important;
  }

  .about-style-two .pattern-layer-2{
    display: none;
  }

  .image_block_one .image-box{
    margin-right: 0px;
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 767px){
  .about-section{
    padding-top: 70px;
  }

  .content_block_one .content-box{
    margin-left: 0px;
  }

  .about-style-two{
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .content_block_five .content-box .inner-box .count-outer{
    margin-right: 30px;
  }

  .rtl .content_block_five .content-box .inner-box .count-outer{
    margin-left: 30px;
  }

  .image_block_one .image-box{
    padding: 0px;
  }

  .image_block_one .image-box .video-inner{
    position: relative;
    margin-top: 30px;
  }
}

/** adventure-section **/

.adventure-section{
  position: relative;
}

.adventure-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.adventure-block-one .inner-box .image-box{
  position: relative;
  display: block;
  border-radius: 5px;
  overflow: hidden;
}

.adventure-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  background: linear-gradient(#05103600, #05103680, #051036);
  opacity: 0.8;
}

.adventure-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 5px;
  transition: all 500ms ease;
}

.adventure-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.adventure-block-one .inner-box .content-box{
  position: absolute;
  left: 0px;
  bottom: 40px;
  width: 100%;
  z-index: 2;
}

.adventure-block-one .inner-box .content-box a{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 18px;
  color: #fff;
  font-weight: 500;
  background: rgba(255, 255, 255, 0.10);
  border: 1px solid rgba(255, 255, 255, 0.20);
  border-radius: 4px;
  padding: 15px 50px;
}

.adventure-block-one .inner-box .content-box a:hover{
  color: var(--secondary-color);
  background: #fff;
  border-color: #fff;
}

.adventure-section .sec-title .theme-btn{
  position: absolute;
  top: 0px;
  right: 0px;
  border-color: rgba(0, 0, 0, 0.15);
  color: var(--title-color) !important;
  padding: 16px 45px;
}



/** RTL **/



/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .adventure-section{
    padding: 70px 0px 40px 0px;
  }
}

@media only screen and (max-width: 599px){
  .adventure-section .sec-title .theme-btn{
    position: relative;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 499px){

}


/** appointment-section **/

.appointment-section{
  position: relative;
}

.appointment-section .inner-container{
  position: relative;
  display: block;
  width: 100%;
  margin-top: -75px;
  z-index: 2;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
  padding: 45px 60px;
}

.appointment-section form{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.appointment-section .form-group{
  position: relative;
  margin-bottom: 0px;
}

.appointment-section .form-group:before{
  position: absolute;
  content: '';
  background: rgba(0, 0, 0, 0.20);
  width: 1px;
  height: 80px;
  top: -7px;
  right: -60px;
}

.appointment-section .form-group:last-child:before{
  display: none;
}

.appointment-section .form-group label{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #0C264C;
  font-weight: 500;
  margin-bottom: 3px;
}

.appointment-section .form-group .nice-select,
.appointment-section .form-group input[type='text']{
  position: relative;
  display: block;
  width: 100%;
  padding: 0px;
  border: none;
  font-size: 20px;
  line-height: 29px;
  height: 26px;
  color: #697488;
  cursor: pointer;
}

.appointment-section .nice-select .list{
  min-width: 230px !important;
}

.appointment-section .form-group .select-box{
  min-height: 28px;
}

.appointment-section.alternat-2 .inner-container{
  border-radius: 120px;
}



/** RTL **/

.rtl .appointment-section .form-group:before{
  right: inherit;
  left: -60px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){
  .appointment-section .form-group:before{
    display: none;
  }
}

@media only screen and (max-width: 991px){
  .appointment-section .inner-container{
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media only screen and (max-width: 767px){
  .appointment-section form{
    display: block;
  }

  .appointment-section .form-group label{
    margin-bottom: 0px;
  }

  .appointment-section .form-group{
    margin-bottom: 15px;
  }

  .appointment-section .form-group:last-child{
    margin-bottom: 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}



/** banner-section **/

.banner-section{
  position: relative;
  overflow: hidden;
  padding: 85px 0px 102px 0px;
}

.banner-section .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-section .bg-layer:before{
  position: absolute;
  content: '';
  background: #051036;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.4;
  z-index: 1;
}
  
.banner-carousel .swiper-slide{
  position: relative;
}
  
.banner-carousel .content-box{
  position: relative;
  display: block;
  z-index: 5;
}
 
.banner-carousel .swiper-slide .bg-layer{
  position: absolute;
  left:0;
  top:0;
  width:100%;
  height:100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  -webkit-transform:scale(1);
  -ms-transform:scale(1);
  transform:scale(1);
  -webkit-transition: all 8000ms linear;
  -moz-transition: all 8000ms linear;
  -ms-transition: all 8000ms linear;
  -o-transition: all 8000ms linear;
  transition: all 8000ms linear;
}
  
.banner-carousel .swiper-slide-active .bg-layer{
  -webkit-transform:scale(1.25);
  -ms-transform:scale(1.25);
  transform:scale(1.25);
}

.banner-carousel .content-box span{
  position: relative;
  display: block;
  font-size: 24px;
  line-height: 34px;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: #fff;
  margin-bottom: 21px;
  opacity: 0;
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  transform: translateY(-50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .swiper-slide-active .content-box span{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
  
.banner-carousel .content-box h2{
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 30px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .swiper-slide-active .content-box h2{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 700ms;
  -moz-transition-delay: 700ms;
  -ms-transition-delay: 700ms;
  -o-transition-delay: 700ms;
  transition-delay: 700ms;
}
  
.banner-carousel .content-box p{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 50px;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .swiper-slide-active .content-box p{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}
  
.banner-carousel .content-box .btn-box{
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}
  
.banner-carousel .swiper-slide-active .content-box .btn-box{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1300ms;
  -moz-transition-delay: 1300ms;
  -ms-transition-delay: 1300ms;
  -o-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.banner-carousel .inner-box{
  position: relative;
  display: block;
  max-width: 1100px;
  margin: 0 auto;
  z-index: 5;
  padding: 50px 60px;
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.10);
}

.banner-carousel .inner-box:before{
  position: absolute;
  content: '';
  background-image: url(../../images/banner/banner-4.jpg);
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-carousel .inner-box span{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-family: var(--secondary-font);
  color: #fff;
  margin-bottom: 13px;
}

.banner-carousel .inner-box h2{
  display: block;
  font-size: 70px;
  line-height: 80px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

.banner-carousel .inner-box p{
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 50px;
}


/** banner-style-two **/

.banner-style-two .bg-layer{
  position: absolute;
  left: 50px;
  top: 0px;
  width: calc(100% - 50px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-two .content-box{
  max-width: 800px;
}

.banner-style-two .bg-layer:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: #0C264C;
  opacity: 0.5;
}

.banner-style-two .banner-carousel .swiper-slide{
  position: relative;
  padding: 207px 0px 276px 0px;
}

.banner-style-two .swiper-slide .image-layer{
  position: absolute;
  right: 120px;
  bottom: 0px;
  max-width: 700px;
  opacity: 0;
  -webkit-transform: translateY(50px);
  -moz-transform: translateY(50px);
  -ms-transform: translateY(50px);
  -o-transform: translateY(50px);
  transform: translateY(50px);
  -webkit-transition: all 1000ms ease;
  -moz-transition: all 1000ms ease;
  -ms-transition: all 1000ms ease;
  -o-transition: all 1000ms ease;
  transition: all 1000ms ease;
}

.banner-style-two .banner-carousel .swiper-slide-active .image-layer{
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition-delay: 1000ms;
  -moz-transition-delay: 1000ms;
  -ms-transition-delay: 1000ms;
  -o-transition-delay: 1000ms;
  transition-delay: 1000ms;
}


/** banner-style-three **/

.banner-style-three{
  position: relative;
  background: #13357B
}

.banner-style-three .bg-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-three .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.banner-style-three .swiper-slide{
  position: relative;
  padding: 256px 0px 300px 0px;
}

.banner-style-three .content-box{
  max-width: 550px;
}

.banner-style-three .banner-carousel .content-box h2{
  font-size: 60px;
  line-height: 80px;
}



/** RTL **/

.rtl .banner-style-two .content-box{
  text-align: right;
}

.rtl .banner-style-three .content-box{
  text-align: right;
}

/** responsive-css **/

@media only screen and (max-width: 1399px){
  .banner-style-two .bg-layer{
    width: 100%;
    left: 0px;
  }
}

@media only screen and (max-width: 991px){
  .banner-style-two .swiper-slide .image-layer{
    display: none;
  }
}

@media only screen and (max-width: 767px){
  .banner-carousel .inner-box h2,
  .banner-carousel .content-box h2,
  .banner-style-three .banner-carousel .content-box h2{
    font-size: 50px;
    line-height: 60px;
  }

  .banner-carousel .inner-box p br{
    display: none;
  }

  .banner-carousel .swiper-slide{
    padding: 200px 0px 140px 0px;
  }

  .banner-carousel .content-box p br{
    display: none;
  }

  .banner-style-two .banner-carousel .swiper-slide{
    padding: 100px 0px 170px 0px;
  }

  .banner-style-three .bg-layer{
    display: none;
  }

  .banner-style-three .pattern-layer{
    width: 100%;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}


/** blog-details **/

.blog-details-content{
  position: relative;
}

.blog-details-content blockquote{
  position: relative;
  display: block;
  background: #F5F5F5;
  border-radius: 10px;
  padding: 40px;
  margin: 60px 0px;
}

.blog-details-content .news-block-one .inner-box .content-box p:last-child{
  margin-bottom: 0px;
}

.blog-details-content .news-block-one.style-two .inner-box .content-box{
  padding-bottom: 60px;
}

.blog-details-content blockquote p{
  font-size: 20px;
  line-height: 30px;
  margin-bottom: 30px;
}

.blog-details-content blockquote .icon-box{
  position: absolute;
  right: 100px;
  bottom: 30px;
  font-size: 80px;
  opacity: 0.1;
}

.blog-details-content .news-block-one .inner-box .content-box blockquote h3{
  position: relative;
  display: inline-block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  padding-left: 45px;
}

.blog-details-content .news-block-one .inner-box .content-box blockquote h3:before{
  position: absolute;
  content: '';
  width: 30px;
  height: 2px;
  left: 0px;
  top: 14px;
}

.blog-details-content .news-block-one .inner-box{
  margin-bottom: 60px;
}

.blog-details-content .content-one h3{
  display: block;
  font-size: 30px;
  line-height: 40px;
  font-weight: 600;
  margin-bottom: 18px;
}

.blog-details-content .content-one p{
  margin-bottom: 30px;
}

.blog-details-content .content-one .list-item li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 10px;
  padding-left: 35px;
}

.blog-details-content .content-one .list-item li:last-child{
  margin-bottom: 0px;
}

.blog-details-content .content-one .list-item li:before{
  position: absolute;
  content: '\e90a';
  font-family: 'icomoon';
  font-size: 20px;
  left: 0px;
  top: 0px;
}

.blog-details-content .content-one .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
}

.blog-details-content .content-one .image-box .image img{
  width: 100%;
  border-radius: 10px;
}

.blog-details-content .post-share-option{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid rgba(12, 38, 76, 0.2);
}

.blog-details-content .post-share-option ul{
  position: relative;
  display: flex;
  align-items: center;
}

.blog-details-content .post-share-option .tags-list li{
  margin-right: 15px;
}

.blog-details-content .post-share-option .tags-list li:last-child{
  margin: 0px !important;
}

.blog-details-content .post-share-option .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 29px;
  color: var(--title-color);
  padding: 5px 20px;
  background: #F5F5F5;
  border-radius: 5px;
  z-index: 1;
}

.blog-details-content .post-share-option .tags-list li a:hover{
  color: #fff;
}

.blog-details-content .post-share-option .tags-list li a:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  border-radius: 5px;
  z-index: -1;
  opacity: 0;
  transition: all 500ms ease;
}

.blog-details-content .post-share-option .tags-list li a:hover:before{
  opacity: 1;
}

.blog-details-content .post-share-option .share-list li{
  margin-right: 25px;
}

.blog-details-content .post-share-option .share-list li:last-child{
  margin: 0px !important;
}

.blog-details-content .post-share-option .share-list li h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.blog-details-content .post-share-option .share-list li a{
  display: inline-block;
  font-size: 18px;
  color: var(--title-color);
}

.blog-details-content .post-share-option .share-list li a:hover{
  color: var(--secondary-color);
}

.blog-details-content .single-customer-review{
  position: relative;
  display: block;
  border: 1px solid rgba(12, 38, 76, 0.20);
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 30px 60px 30px 140px;
}

.blog-details-content .single-customer-review:last-child{
  margin-bottom: 0px;
}

.blog-details-content .single-customer-review .thumb-box{
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.blog-details-content .single-customer-review .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.blog-details-content .single-customer-review .title-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.blog-details-content .single-customer-review .title-box h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.blog-details-content .single-customer-review .date{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.blog-details-content .single-customer-review p{
  margin-bottom: 20px;
}

.blog-details-content .single-customer-review .btn-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.blog-details-content .single-customer-review .btn-box .reply-btn{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: var(--title-color);
  padding: 9px 25px;
  border-radius: 5px;
  border: 1px solid rgba(12, 38, 76, 0.20);
  z-index: 1;
}

.blog-details-content .single-customer-review .btn-box .reply-btn:hover{
  color: #fff;
  border: 1px solid transparent;
}

.blog-details-content .single-customer-review .btn-box .reply-btn:before{
  position: absolute;
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  z-index: -1;
  opacity: 0;
  border-radius: 5px;
  transition: all 500ms ease;
}

.blog-details-content .single-customer-review .btn-box .reply-btn:hover:before{
  opacity: 1;
}

.blog-details-content .group-title h3{
  font-size: 30px;
  line-height: 43px;
  font-weight: 600;
}


/** RTL **/

.rtl .blog-details-content .content-one .list-item li{
  padding-left: 0px;
  padding-right: 35px;
}

.rtl .blog-details-content .content-one .list-item li:before{
  left: inherit;
  right: 0px;
}

.rtl .blog-details-content .post-share-option .tags-list li{
  margin-right: 0px;
  margin-left: 15px;
}

.rtl .blog-details-content .post-share-option .share-list li{
  margin-right: 0px;
  margin-left: 25px;
}

.rtl .blog-details-content .single-customer-review.reply-review{
  margin-left: 0px;
  margin-right: 80px;
}

.rtl .blog-details-content .single-customer-review{
  padding-left: 60px;
  padding-right: 140px;
}

.rtl .blog-details-content .single-customer-review .thumb-box{
  left: inherit;
  right: 30px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .blog-details-content .post-share-option{
    display: block;
  }

  .blog-details-content .post-share-option .tags-list li{
    margin-bottom: 10px !important;
  }
}

@media only screen and (max-width: 599px){
  .blog-details-content .single-customer-review.reply-review{
    margin-left: 0px;
  }

  .rtl .blog-details-content .single-customer-review.reply-review{
    margin-right: 0px;
  }
}

@media only screen and (max-width: 499px){
  .blog-details-content .single-customer-review,
  .rtl .blog-details-content .single-customer-review{
    padding-left: 30px;
    padding-right: 30px;
  }

  .blog-details-content .single-customer-review .thumb-box{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 20px;
  }

  .blog-details-content .post-share-option ul{
    display: block;
  }
}


/** category-section **/

.category-section{
  position: relative;
}

.category-section .inner-container{
  margin: 0px 3px;
}

.category-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.category-block{
  padding: 0px 12px;
}

.category-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 20px 15px 20px 185px;
  border-radius: 5px;
  margin-bottom: 24px;
  min-height: 150px;
  transition: all 500ms ease;
}

.category-block-one .inner-box:hover{
  transform: translateY(-10px);
}

.category-block-one .inner-box .image-box{
  position: absolute;
  left: 15px;
  top: 15px;
  width: 150px;
  border-radius: 5px;
}

.category-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 5px;
}

.category-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.category-block-one .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.category-block-one .inner-box h3 a:hover{
  color: var(--secondary-color);
}

.category-block-one .inner-box p{
  font-size: 18px;
  line-height: 28px;
}




/** RTL **/



/** responsive-css **/

@media only screen and (max-width: 767px){
  .category-section{
    padding: 70px 0px 40px 0px;
  }
}




/** chooseus-section **/

.chooseus-section{
  position: relative;
}

.content_block_one .content-box{
  position: relative;
  display: block;
}

.content_block_one .content-box .sec-title .sub-title{
  font-size: 24px;
  line-height: 34px;
  margin-bottom: 10px;
}

.content_block_one .content-box .list-style-one li a{
  background: var(--title-color);
}

.content_block_one .content-box .list-style-one li{
  float: left;
  width: 50%;
  margin-bottom: 30px;
}

.chooseus-section .offer-box{
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50%;
  height: 100%;
  padding: 152px 0px;
}

.chooseus-section .offer-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.chooseus-section .offer-box .bg-layer:before{
  position: absolute;
  content: '';
  background: linear-gradient(rgba(5, 16, 54, 0.8), rgba(5, 16, 54, 0.7), rgba(5, 16, 54, 0));
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
}

.content_block_two .content-box{
  position: relative;
  display: block;
}

.chooseus-section .content_block_two .content-box{
  max-width: 415px;
  margin: 0 auto;
  text-align: center;
}

.content_block_two .content-box .cs-countdown{
  position: relative;
  display: block;
  width: 100%;
  border-radius: 5px;
  overflow: hidden;
  padding: 8.5px 40px;
}

.content_block_two .content-box .cs-countdown:before{
  position: absolute;
  content: '';
  background-image: url(../../images/shape/shape-5.png);
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  left: 0px;
  top: 0px;
}

.content_block_two .content-box .cs-countdown .count-col{
  position: relative;
  float: left;
  text-align: center;
  margin-right: 22px;
}

.content_block_two .content-box .cs-countdown .count-col:last-child{
  margin: 0px !important;
}

.content_block_two .content-box .cs-countdown .count-col span{
  position: relative;
  display: inline-block;
  font-size: 30px;
  line-height: 43px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 0px;
  color: #fff;
}

.content_block_two .content-box .cs-countdown .count-col h6{
  position: relative;
  display: inline-block;
  font-size: 16px;
  line-height: 26px;
  color: #fff;
  font-weight: 400;
  text-transform: lowercase;
}

.content_block_two .content-box .sub-title{
  position: relative;
  display: block;
  font-size: 44px;
  line-height: 34px;
  font-family: var(--secondary-font);
  font-weight: 500;
  color: #fff;
  margin-bottom: 36px;
}

.content_block_two .content-box p{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: #fff;
  margin-bottom: 30px;
  text-transform: capitalize;
}

.content_block_two .content-box h2{
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 80px;
  font-weight: 700;
}

.content_block_two .content-box h2 span{
  font-size: 30px;
  font-weight: 600;
}

.content_block_two .content-box h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
  margin-bottom: 30px;
}

.chooseus-section.alternat-2 .offer-box{
  right: inherit;
  left: 0px;
  width: calc(50% - 170px);
}

.chooseus-section .pattern-layer{
  position: absolute;
  top: 0px;
  right: 0px;
  width: calc(50% + 170px);
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.chooseus-section.alternat-2 .sec-title{
  padding-left: 220px;
}

.chooseus-section.alternat-2 .content_block_two .content-box{
  margin-left: 90px;
  margin-top: 60px;
}

.chooseus-section .inner-content{
  padding-left: 330px;
}



/** RTL **/

.rtl .chooseus-section .offer-box{
  right: inherit;
  left: 0px;
}

.rtl .content_block_one .content-box .list-style-one li{
  float: right;
}

.rtl .content_block_two .content-box .cs-countdown .count-col{
  float: right;
  margin-right: 0px;
  margin-left: 22px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .chooseus-section .offer-box{
    position: relative;
    width: 100%;
  }

  .chooseus-section{
    padding-bottom: 0px;
  }

  .chooseus-section .content_block_one .content-box{
    padding-bottom: 70px;
  }

  .content_block_one .content-box{
    margin-right: 0px;
  }

  .chooseus-section.alternat-2 .sec-title{
    padding-left: 0px;
  }

  .chooseus-section .inner-content{
    padding-left: 0px;
  }

  .chooseus-section .destination-block-one .inner-box{
    margin-bottom: 30px;
  }

  .chooseus-section.alternat-2 .offer-box{
    width: 100%;
  }

  .chooseus-section.alternat-2 .content_block_two .content-box{
    margin-left: auto;
  }
}

@media only screen and (max-width: 767px){
  .chooseus-section{
    padding-top: 70px;
  }

  .content_block_one .content-box .list-style-one li{
    float: none;
    width: 100%;
  }

  .chooseus-section .offer-box{
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 599px){
  .chooseus-section .content_block_two .content-box{
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 499px){
  .content_block_two .content-box .cs-countdown{
    padding-left: 20px;
    padding-right: 20px;
  }
}

/** contact-section **/

.contact-section{
  position: relative;
}

.content_block_six .content-box{
  position: relative;
  display: block;
}

.content_block_six .content-box .form-inner .form-group{
  position: relative;
  padding: 0px 10px;
  margin-bottom: 20px;
}

.content_block_six .content-box .form-inner form{
  position: relative;
  margin: 0px 5px;
}

.content_block_six .content-box .form-inner .form-group:last-child{
  margin-bottom: 0px;
}

.content_block_six .content-box .form-inner .form-group input[type='text'],
.content_block_six .content-box .form-inner .form-group input[type='email'],
.content_block_six .content-box .form-inner .form-group textarea,
.content_block_six .content-box .form-inner .form-group .nice-select{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #E5E5E5;
  font-size: 18px;
  color: #6E6E6E;
  padding: 10px 25px;
  border-radius: 0px;
  transition: all 500ms ease;
}

.content_block_six .content-box .form-inner .form-group textarea{
  height: 170px;
  resize: none;
}

.content_block_six .content-box .form-inner .form-group input:focus,
.content_block_six .content-box .form-inner .form-group textarea:focus{
  border-color: var(--secondary-color);
}

.content_block_six .content-box .form-inner .form-group .nice-select:before{
  position: absolute;
  content: '\e91a';
  font-family: 'icomoon';
  top: 10px;
  right: 25px;
  font-size: 8px;
  color: #6E6E6E;
  opacity: 0.5;
}

.content_block_six .content-box .form-inner{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 15px;
  box-shadow: 0px 10px 70px 0px #0000001A;
  padding: 70px;
}

.info-block-one{
  position: relative;
  padding-top: 45px;
}

.info-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0px 0px 70px 0px #0000001A;
  padding: 0px 15px 52px 15px;
  text-align: center;
  margin-bottom: 30px;
}

.info-block-one:last-child .inner-box{
  margin-bottom: 0px;
}

.info-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  line-height: 90px;
  font-size: 40px;
  color: #fff;
  text-align: center;
  border-radius: 50%;
  margin-top: -42px;
  margin-bottom: 37px;
  top: -3px;
}

.info-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 10px;
}

.info-block-one .inner-box p{
  display: block;
  line-height: 28px;
}

.info-block-one .inner-box p a{
  display: inline-block;
  color: var(--text-color);
}

.info-block-one .inner-box p a:hover{
  color: var(--secondary-color);
}

.info-block-two .inner-box{
  position: relative;
  display: block;
  padding: 0px 0px 0px 110px;
  margin-bottom: 60px;
}

.info-block-two .inner-box .icon-box{
  position: absolute;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 40px;
  color: #fff;
  border-radius: 50%;
  left: 0px;
  top: -2px;
  text-align: center;
}

.info-block-two .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}

.info-block-two .inner-box p{
  display: block;
  font-size: 16px;
  line-height: 28px;
}

.info-block-two .inner-box p a{
  display: inline-block;
  color: var(--text-color);
}

.info-block-two .inner-box p a:hover{
  color: var(--secondary-color);
}



/** RTL **/

.rtl .info-block-two .inner-box{
  padding-left: 0px;
  padding-right: 110px;
}

.rtl .info-block-two .inner-box .icon-box{
  left: inherit;
  right: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .content_block_six .content-box{
    margin: 0px 0px 30px 0px;
  }
}

@media only screen and (max-width: 767px){
  .contact-section{
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 599px){
  .content_block_six .content-box .form-inner{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 499px){

}


/** destinations-section **/

.destinations-section{
  position: relative;
}

.destinations-section .outer-container{
  position: relative;
  padding: 0px 90px;
}

.destinations-section .swiper-container{
  overflow: visible;
}

.destination-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.destination-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.destination-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.destination-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.destination-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: 1;
  opacity: 0;
  background: linear-gradient(rgba(5, 16, 54, 0), rgba(5, 16, 54, 0.5), rgba(5, 16, 54, 1));
  transition: all 500ms ease;
}

.destination-block-one .inner-box:hover .image-box:before{
  opacity: 1;
}

.destination-block-one .inner-box .content-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.destination-block-one .inner-box .content-box .rating{
  position: absolute;
  display: inline-block;
  font-size: 18px;
  line-height: 28px;
  color: #fff;
  font-weight: 500;
  padding: 5px 20px;
  border-radius: 5px;
  left: 40px;
  top: 0px;
  opacity: 0;
  transition: all 500ms ease;
}

.destination-block-one .inner-box:hover .content-box .rating{
  top: 40px;
  opacity: 1;
}

.destination-block-one .inner-box .content-box .rating i{
  position: relative;
  font-size: 18px;
  margin-right: 5px;
  top: 2px;
}

.destination-block-one .inner-box .content-box .text-box{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  padding: 0px 15px;
  opacity: 0;
  transition: all 500ms ease;
}

.destination-block-one .inner-box:hover .content-box .text-box{
  bottom: 40px;
  opacity: 1;
}

.destination-block-one .inner-box .content-box .text-box p{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.destination-block-one .inner-box .content-box .text-box h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
  text-transform: capitalize;
}

.destination-block-one .inner-box .content-box .text-box h3 a{
  display: inline-block;
  color: #fff;
}

.destination-block-one .inner-box .content-box .text-box h3 a:hover{
  text-decoration: underline;
}

.destination-block-one .inner-box .content-box .text-box .theme-btn{
  padding: 11px 49px;
  border-color: rgba(255, 255, 255, 0.20);
  background: rgba(255, 255, 255, 0.05);
}


/** destination-page-section **/

.destination-page-section{
  position: relative;
}

.destination-page-section .destination-block-one .inner-box .image-box:before{
  opacity: 1;
}

.destination-page-section .destination-block-one .inner-box .content-box .rating{
  top: 40px;
  opacity: 1;
}

.destination-page-section .destination-block-one .inner-box .content-box .text-box{
  bottom: 40px;
  opacity: 1;
}

.destination-page-section .destination-block-one .inner-box{
  margin-bottom: 30px;
}

.destination-page-section .outer-container{
  position: relative;
  padding: 0px 88px;
}

.destination-page-section .destination-block{
  float: left;
  padding: 0px 12px;
}

.destination-page-section .small-column{
  width: 37.40%;
}

.destination-page-section .big-column{
  width: 62.60%;
}

.destination-page-section .outer-container .destination-block-one .inner-box .content-box .text-box h3{
  color: #fff;
  font-size: 30px;
  line-height: 43px;
  margin-bottom: 15px;
}

.destination-block-one .inner-box .content-box .text-box h2{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 55px;
  font-weight: 700;
  margin-bottom: 15px;
}

.destination-block-one .inner-box .content-box .text-box h2 a{
  display: inline-block;
  color: #fff;
}

.destination-block-one .inner-box .content-box .text-box h2 a:hover{
  text-decoration: underline;
}



/** RTL **/



/** responsive-css **/

@media only screen and (max-width: 1200px){
  .destination-block-one .inner-box .content-box .text-box h2{
    font-size: 30px;
    line-height: 40px;
  }
}

@media only screen and (max-width: 991px){
  .destination-page-section .big-column,
  .destination-page-section .small-column{
    width: 100%;
  }
}

@media only screen and (max-width: 767px){
  .destinations-section,
  .destination-page-section{
    padding: 70px 0px;
  }

  .destination-page-section .outer-container{
    padding: 0px 3px;
  }
}

@media only screen and (max-width: 599px){
  .destination-block-one .inner-box .content-box .text-box h2{
    margin-bottom: 0px;
  }

  .destination-page-section .outer-container .destination-block-one .inner-box .content-box .text-box h3{
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 5px;
  }
}

@media only screen and (max-width: 499px){
  .destination-page-section .outer-container .destination-block-one .inner-box .content-box .text-box{
    bottom: 10px;
  }

  .destination-page-section .outer-container .destination-block-one .inner-box .content-box .rating{
    display: none;
  }
}


/** discount-section **/

.discount-section{
  position: relative;
}

.discount-section .inner-container{
  position: relative;
  z-index: 1;
}

.discount-block-one .inner-box{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  padding: 60px 60px 280px 60px;
}

.discount-block-one .inner-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.discount-block-one .inner-box .bg-layer:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(rgba(5, 16, 54, 1), rgba(5, 16, 54, 0.7), rgba(5, 16, 54, 0));
  opacity: 0.9;
}

.discount-block-one .inner-box .content-box h2{
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

.discount-block-one .inner-box .content-box .theme-btn{
  padding: 15px 50px;
  line-height: 18px;
}

.discount-block-two .inner-box{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  padding: 60px 60px 295px 60px;
}

.discount-block-two .inner-box .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.discount-block-two .inner-box .bg-layer:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(rgba(5, 16, 54, 1), rgba(5, 16, 54, 0.7), rgba(5, 16, 54, 0));
  opacity: 0.9;
}

.discount-block-two .inner-box .content-box span{
  position: relative;
  display: block;
  line-height: 24px;
  color: #fff;
  margin-bottom: 10px;
}

.discount-block-two .inner-box .content-box h2{
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 30px;
}

.discount-block-two .inner-box .content-box .theme-btn{
  padding: 14px 50px;
  line-height: 18px;
  font-weight: 500;
}

.discount-block-two .inner-box .content-box .theme-btn:hover{
  border-color: transparent;
}

.discount-block-two .inner-box .content-box .theme-btn:before,
.discount-block-two .inner-box .content-box .theme-btn:after{
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
}



/** RTL **/



/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .discount-block-one .inner-box{
    margin-bottom: 30px;
  }

  .discount-section.alternat-2 .discount-block-one .inner-box{
    margin-bottom: 0px;
    margin-top: 30px;
  }
}

@media only screen and (max-width: 767px){
  .discount-block-one .inner-box,
  .discount-block-two .inner-box{
    padding-bottom: 100px;
  }

  .discount-block-one .inner-box .content-box h2,
  .discount-block-two .inner-box .content-box h2{
    font-size: 30px;
    line-height: 40px;
  }

  .discount-block-one .inner-box .content-box h2 br{
    display: none;
  }
}

@media only screen and (max-width: 599px){
  .discount-block-one .inner-box,
  .discount-block-two .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 499px){

}


/** explore-section **/

.explore-section{
  position: relative;
}

.explore-section .single-column{
  position: relative;
  float: left;
  width: 33.333%;
}

.explore-section .offer-box-one{
  position: relative;
  display: block;
  padding: 91px 30px;
}

.explore-section .offer-box-one .sub-title{
  position: relative;
  display: block;
  font-size: 34px;
  line-height: 34px;
  font-family: var(--secondary-font);
  color: #fff;
  font-weight: 500;
  margin-bottom: 30px;
}

.explore-section .offer-box-one h2{
  position: relative;
  display: block;
  font-size: 80px;
  line-height: 68px;
  color: #fff;
  font-weight: 700;
}

.explore-section .offer-box-one h2 span{
  font-size: 30px;
  font-weight: 600;
}

.explore-section .offer-box-one h3{
  display: block;
  font-size: 30px;
  line-height: 54px;
  color: #fff;
  font-weight: 600;
  margin-bottom: 30px;
}

.explore-section .link-btn{
  position: relative;
  display: inline-block;
  line-height: 24px;
  color: var(--title-color);
  background: #fff;
  padding: 12px 21px;
  border-radius: 3px;
}

.explore-section .link-btn span{
  position: relative;
  padding-right: 34px;
}

.explore-section .link-btn span:before{
  position: absolute;
  content: '\e90c';
  font-family: 'icomoon';
  font-size: 13px;
  top: 4px;
  right: 0px;
}

.explore-section .link-btn:hover{
  background: var(--secondary-color);
  color: #fff;
}

.explore-section .offer-box-one .image-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
}

.explore-section .offer-box-two{
  position: relative;
  display: block;
  padding: 118px 30px;
}

.explore-section .offer-box-two .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.explore-section .offer-box-two .bg-layer:before{
  position: absolute;
  content: '';
  background: linear-gradient(rgba(12, 38, 76, 0.7), rgba(12, 38, 76, 0));
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
}

.explore-section .offer-box-two .sub-title{
  font-size: 20px;
  line-height: 30px;
  font-family: var(--text-font);
}

.explore-section .offer-box-two .image-layer{
  position: absolute;
  right: -220px;
  bottom: 0px;
  z-index: 1;
}

.explore-section .offer-box-three{
  position: relative;
  display: block;
  padding: 118px 30px;
  background: -webkit-linear-gradient(-90deg, #AC45EF, #3554D1 100%);
}

.explore-section .offer-box-three .sub-title{
  font-size: 20px;
  line-height: 30px;
  font-family: var(--text-font);
  -webkit-text-fill-color: #fff;
  background: transparent;
}

.explore-section .offer-box-three .link-btn:hover{

}

.explore-section .offer-box-three .image-layer{
  position: absolute;
  right: 0px;
  bottom: 0px;
}



/** RTL **/

.rtl .explore-section .single-column{
  float: right;
}

.rtl .explore-section .offer-box-one .image-layer{
  left: inherit;
  right: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){
  .explore-section .image-layer{
    display: none !important;
  }
}

@media only screen and (max-width: 991px){
  .explore-section .single-column{
    width: 50%;
  }

  .explore-section .single-column:last-child{
    width: 100%;
  }
}

@media only screen and (max-width: 767px){
  .explore-section .single-column{
    width: 100%;
  }

  .explore-section .offer-box-one,
  .explore-section .offer-box-two,
  .explore-section .offer-box-three{
    padding: 70px 0px;
  }
}


/** faq-page-section **/

.faq-page-section{
  position: relative;
}

.faq-page-section .accordion .acc-btn h3{
  padding-left: 0px;
}

.faq-page-section .accordion .acc-btn{
  background: #fff;
  box-shadow: 0px 0px 70px 0px #0000001A;
}

.faq-details-content{
  position: relative;
  display: block;
}

.faq-details-content .form-inner h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 43px;
  font-weight: 600;
  margin-bottom: 30px;
}

.faq-details-content .form-inner form{
  position: relative;
  display: block;
  background: #fff;
  padding: 70px;
  border-radius: 10px;
  box-shadow: 0px 10px 70px 0px #0000001A;
}


/** feature-section **/

.feature-section{
  position: relative;
}

.feature-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.feature-block-one .inner-box{
  position: relative;
  display: block;
  padding: 0px 10px;
  margin-bottom: 30px;
}

.feature-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 100px;
  height: 100px;
  line-height: 104px;
  font-size: 50px;
  color: var(--title-color);
  text-align: center;
  border-radius: 50%;
  margin-bottom: 20px;
  z-index: 1;
}

.feature-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  background: #F8E4F0;
  width: 80px;
  height: 80px;
  left: 0px;
  top: 0px;
  border-radius: 50%;
  z-index: -1;
  transition: all 500ms ease;
}

.feature-block-one .inner-box:hover .icon-box:before{
  width: 100px;
  height: 100px;
}

.feature-block:nth-child(2) .feature-block-one .inner-box .icon-box:before{
  background: #E9F8E4;
}

.feature-block:nth-child(3) .feature-block-one .inner-box .icon-box:before{
  background: #F8EFE4;
}

.feature-block:nth-child(4) .feature-block-one .inner-box .icon-box:before{
  background: #E4EEF8;
}

.feature-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 15px;
}

.feature-block-one .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.feature-block-one .inner-box h3 a:hover{
  color: var(--secondary-color);
}


/** funfact-section **/

.funfact-section{
  position: relative;
  overflow: hidden;
}

.funfact-section .bg-layer:before{
  position: absolute;
  content: '';
  background: #0F2454;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.7;
}

.funfact-section .inner-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.funfact-block-one .inner-box{
  position: relative;
  display: block;
}

.funfact-block-one .inner-box .icon-box{
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  font-size: 30px;
  color: #fff;
  background: rgba(255, 255, 255, 0.20);
  border-radius: 50%;
  margin-bottom: 30px;
}

.funfact-block-one .inner-box .icon-box:before{
  position: absolute;
  content: '';
  width: 108px;
  height: 108px;
  border-radius: 50%;
  left: -14px;
  top: -14px;
  border: 8px solid rgba(255, 255, 255, 0.20);
}

.funfact-block-one .inner-box .count-outer{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 55px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}

.funfact-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
}

.funfact-block-one .inner-box .arrow-shape{
  position: absolute;
  top: 50px;
  left: 190px;
  width: 139px;
  height: 42px;
  background-repeat: no-repeat;
}


/** gallery-section **/

.gallery-section{
  position: relative;
}

.gallery-section .pattern-layer{
  position: absolute;
  left: 0px;
  bottom: 0px;
  width: 100%;
  height: 325px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: top center;
}

.gallery-section .inner-container{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}

.gallery-section .small-column{
  float: left;
  width: 25.5%;
}

.gallery-section .big-column{
  float: left;
  width: 49%;
}

.gallery-block-one .inner-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
}

.gallery-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: linear-gradient(#051036CC, #051036B2, #05103600);
  z-index: 1;
  opacity: 0;
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover .image-box:before{
  opacity: 1;
}

.gallery-block-one .inner-box img{
  width: 100%;
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover img{
  transform: scale(1.05);
}

.gallery-block-one .inner-box .content-box{
  position: absolute;
  left: 50%;
  top: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
  text-align: center;
  z-index: 2;
}

.gallery-block-one .inner-box .content-box h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 30px;
  top: -15px;
  opacity: 0;
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover .content-box h3{
  top: 0;
  opacity: 1;
}

.gallery-block-one .inner-box .content-box h3 a{
  display: inline-block;
  color: #fff;
}

.gallery-block-one .inner-box .content-box h3 a:hover{
  text-decoration: underline;
}

.gallery-block-one .inner-box .btn-box{
  position: relative;
  top: 15px;
  opacity: 0;
  transition: all 500ms ease;
}

.gallery-block-one .inner-box:hover .btn-box{
  top: 0;
  opacity: 1;
}


/** gallery-page-section **/

.gallery-page-section{
  position: relative;
}

.gallery-page-section .gallery-block-one .inner-box .image-box,
.gallery-page-section .gallery-block-one .inner-box .image-box img{
  border-radius: 10px;
}

.gallery-page-section .gallery-block-one .inner-box{
  margin-bottom: 30px;
}



/** RTL **/

.rtl .gallery-section .small-column,
.rtl .gallery-section .big-column{
  float: right;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .gallery-section .small-column{
    width: 100%;
    max-width: 330px;
    margin: 0 auto;
    float: none !important;
  }

  .gallery-section .big-column{
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
    float: none !important;
  }
}

@media only screen and (max-width: 767px){
  .gallery-page-section{
    padding: 70px 0px;
  }
}


/** location-section **/

.location-section{
  position: relative;
}

.location-section .inner-container{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.location-block-one .inner-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.location-block-one .inner-box:hover{
  transform: translateY(-10px);
}

.location-block-one .inner-box .image-box{
  position: relative;
  display: block;
}

.location-block-one .inner-box .image-box:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 2px;
  height: 63px;
  left: 50%;
  margin-left: -1px;
}

.location-block-one:nth-child(odd) .inner-box .image-box:before{
  bottom: 15px;
}

.location-block-one:nth-child(even) .inner-box .image-box:before{
  top: 15px;
}

.location-block-one .inner-box .image-box:after{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 11px;
  height: 11px;
  left: 50%;
  border-radius: 50%;
  margin-left: -5.5px;
}

.location-block-one:nth-child(odd) .inner-box .image-box:after{
  bottom: 5px;
}

.location-block-one:nth-child(even) .inner-box .image-box:after{
  top: 5px;
}

.location-block-one .inner-box .image-box .image{
  position: relative;
  display: inline-block;
  border-radius: 50%;
}

.location-block-one .inner-box .image-box .image img{
  width: 100%;
  border-radius: 50%;
}

.location-block-one .inner-box h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}

.location-block-one .inner-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.location-block-one .inner-box h3 a:hover{
  color: var(--secondary-color);
}

.location-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
}



/** RTL **/



/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .location-section{
    padding: 70px 0px 40px 0px;
  }
}

@media only screen and (max-width: 599px){
  .location-section .inner-container{
    display: block;
  }
}

@media only screen and (max-width: 499px){

}


/** news-section **/

.news-section{
  position: relative;
}

.news-block-one .inner-box{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.news-block-one .inner-box .image-box{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 10px;
}

.news-block-one .inner-box .image-box img{
  width: 100%;
  border-radius: 10px;
  transition: all 500ms ease;
}

.news-block-one .inner-box:hover .image-box img{
  transform: scale(1.05);
}

.news-block-one .inner-box .content-box{
  position: relative;
  display: block;
  padding-left: 24px;
  max-width: 329px;
}

.news-block-one .inner-box .content-box .post-info{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.news-block-one .inner-box .content-box .post-info li{
  font-size: 20px;
  line-height: 24px;
  color: var(--title-color);
  margin-right: 20px;
}

.news-block-one .inner-box .content-box .post-info li:last-child{
  margin: 0px !important;
}

.news-block-one .inner-box .content-box .post-info li a{
  position: relative;
  display: inline-block;
  color: var(--title-color);
}

.news-block-one .inner-box .content-box .post-info li a:hover{
  color: var(--secondary-color);
}

.news-block-one .inner-box .content-box h3{
  position: relative;
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}

.news-block-one .inner-box .content-box h3 a{
  display: inline-block;
  color: var(--title-color);
}

.news-block-one .inner-box .content-box h3 a:hover{
  color: var(--secondary-color);
}

.news-block-one .inner-box .content-box p{
  line-height: 29px;
  margin-bottom: 50px;
}


.news-block-one.style-two .inner-box{
  display: block;
  padding: 20px;
  padding-top: 0px;
}

.news-block-one.style-two .inner-box:before{
  position: absolute;
  content: '';
  background: #fff;
  width: 100%;
  height: calc(100%);
  left: 0px;
  bottom: 0px;
  box-shadow: 0px 0px 70px 0px #0000001A;
  border-radius: 10px;
}

.news-block-one.style-two .inner-box .content-box{
  padding: 30px 10px 20px 10px;
  max-width: 100%;
}

.news-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.sidebar-page-container .news-block-one .inner-box .content-box h3{
  font-size: 30px;
  line-height: 43px;
}

.sidebar-page-container .news-block-one.style-two .inner-box{
  padding: 0px;
}

.sidebar-page-container .news-block-one.style-two .inner-box .content-box{
  padding: 30px;
}

.sidebar-page-container .news-block-one .inner-box .content-box p{
  margin-bottom: 30px;
}

.sidebar-page-container .news-block-one .inner-box .image-box,
.sidebar-page-container .news-block-one .inner-box .image-box img{
  border-radius: 10px 10px 0px 0px;
}



/** RTL **/

.rtl .news-block-one .inner-box .content-box{
  padding-left: 0px;
  padding-right: 24px;
}

.rtl .news-block-one .inner-box .content-box .post-info li{
  margin-right: 0px;
  margin-left: 20px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .news-block-one .inner-box .content-box{
    max-width: 100%;
  }
}

@media only screen and (max-width: 767px){
  .news-block-one .inner-box{
    position: relative;
    display: block;
  }

  .news-block-one .inner-box .content-box{
    padding: 25px 0px 0px 0px;
  }

  .news-section{
    padding: 70px 0px 40px 0px;
  }

  .sidebar-page-container{
    padding: 70px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}


/** page-title **/

.page-title{
  position: relative;
  padding: 120px 0px;
}

.page-title .bg-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.page-title .bg-layer:before{
  position: absolute;
  content: '';
  background: #0C264C;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.6;
}

.page-title h1{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  color: #fff;
  margin-bottom: 15px;
}

.page-title .bread-crumb li{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 36px;
  font-weight: 500;
  color: #fff;
  padding-right: 27px;
  margin-right: 5px;
}

.page-title .bread-crumb li:last-child{
  padding: 0px !important;
  margin: 0px !important;
}

.page-title .bread-crumb li a{
  display: inline-block;
  color: #fff;
}

.page-title .bread-crumb li a:hover{
  text-decoration: underline;
}

.page-title .bread-crumb li:before{
  position: absolute;
  content: '/';
  top: 0px;
  right: 0px;
}

.page-title .bread-crumb li:last-child:before{
  display: none;
}




/** RTL **/

.rtl .page-title .bread-crumb li{
  padding-right: 0px;
  padding-left: 27px;
  margin-right: 0px;
  margin-left: 5px;
}

.rtl .page-title .bread-crumb li:before{
  right: inherit;
  left: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .page-title{
    padding: 80px 0px;
  }

  .page-title h1{
    font-size: 50px;
    line-height: 60px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}


/** testimonial-section **/

.testimonial-section{
  position: relative;
}

.testimonial-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.testimonial-section .swiper-slide{
  opacity: 0 !important;
}

.testimonial-section .swiper-slide-active{
  opacity: 1 !important;
}

.testimonial-section .swiper-container{
  overflow: visible;
}

.testimonial-section .testimonial-block-one{
  position: relative;
  max-width: 750px;
  width: 100%;
  margin: 0 auto;
}

.testimonial-block-one .inner-box{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
  padding: 50px;
  border-radius: 10px;
  transform: scale(0,0);
  transition: all 500ms ease;
}

.testimonial-section .swiper-slide-active .testimonial-block-one .inner-box{
  transform: scale(1,1);
}

.testimonial-block-one .shape-1{
  position: absolute;
  background: #fff;
  width: calc(100% - 60px);
  height: 100%;
  left: 30px;
  top: 30px;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
  z-index: -1;
  border-radius: 10px;
}

.testimonial-block-one .shape-2{
  position: absolute;
  background: #fff;
  width: calc(100% - 120px);
  height: 100%;
  left: 60px;
  top: 60px;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
  z-index: -2;
  border-radius: 10px;
}

.testimonial-block-one .inner-box p{
  font-size: 20px;
  line-height: 32px;
  font-weight: 400;
  margin-bottom: 44px;
}

.testimonial-block-one .inner-box .icon-box{
  position: absolute;
  right: 80px;
  bottom: 50px;
  font-size: 100px;
  opacity: 0.1;
}

.testimonial-block-one .inner-box .author-box{
  position: relative;
  display: block;
  padding: 10px 0px 10px 110px;
}

.testimonial-block-one .inner-box .author-box .thumb-box{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 80px;
  border: 5px solid #F5F5F5;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-block-one .inner-box .author-box h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 0px;
}

.testimonial-block-one .inner-box .author-box .designation{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
}

.testimonial-section .testimonial__pagination{
  position: relative;
  display: block;
  text-align: center;
  margin-top: 110px;
}

.testimonial-section .testimonial__pagination .swiper-pagination-bullet{
  position: relative;
  display: inline-block;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  margin: 0px 5px;
  background: -webkit-linear-gradient(-90deg, #697488, #697488 100%);
  opacity: 0.5;
}

.testimonial-section .testimonial__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{
  opacity: 1;
}

.testimonial-section .thumb-inner{
  position: absolute;
  left: 0px;
  right: 0px;
  height: 380px;
  top: 58%;
  transform: translateY(-50%);
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  z-index: 1;
}

.testimonial-section .thumb-inner .thumb{
  position: absolute;
  display: inline-block;
  border-radius: 50%;
  border: 5px solid #fff;
}

.testimonial-section .thumb-inner .thumb img{
  width: 100%;
  border-radius: 50%;
}

.testimonial-section .thumb-inner .thumb-1{
  left: 55px;
  top: 0px;
}

.testimonial-section .thumb-inner .thumb-2{
  left: 0px;
  top: 162px;
}

.testimonial-section .thumb-inner .thumb-3{
  left: 55px;
  bottom: -25px;
}

.testimonial-section .thumb-inner .thumb-4{
  right: 55px;
  top: 0px;
}

.testimonial-section .thumb-inner .thumb-5{
  right: 0px;
  top: 162px;
}

.testimonial-section .thumb-inner .thumb-6{
  right: 55px;
  bottom: -25px;
}



/** RTL **/

.rtl .testimonial-block-one .inner-box{
  text-align: right;
}

.rtl .testimonial-block-one .inner-box .author-box{
  padding-left: 0px;
  padding-right: 110px;
}

.rtl .testimonial-block-one .inner-box .author-box .thumb-box{
  left: inherit;
  right: 0px;
}

.rtl .testimonial-block-one .inner-box .icon-box{
  right: inherit;
  left: 80px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .testimonial-section .thumb-inner{
    display: none;
  }
}

@media only screen and (max-width: 767px){
  .testimonial-section .testimonial__pagination{
    display: none;
  }

  .testimonial-section{
    padding: 70px 0px 130px 0px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .testimonial-block-one .inner-box{
    padding-left: 30px;
    padding-right: 30px;
  }
}



/** tour-details **/

.tour-details{
  position: relative;
}

.tour-details-content{
  position: relative;
  display: block;
}

.tour-details-content .upper-image{
  position: relative;
  display: block;
  border-radius: 10px 10px 0px 0px;
}

.tour-details-content .upper-image img{
  width: 100%;
  border-radius: 10px 10px 0px 0px;
}

.tour-details-content .content-box{
  position: relative;
  display: block;
  background: #fff;
  padding: 40px 40px 60px 40px;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
  border-radius: 0px 0px 10px 10px;
}

.tour-details-content .content-box .location-box{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.tour-details-content .content-box .location-box li{
  position: relative;
  display: inline-block;
  font-size: 20px;
  line-height: 30px;
  color: #697488;
  margin-right: 23px;
  padding-left: 31px;
}

.tour-details-content .content-box .location-box li button{
  display: inline-block;
  color: #697488;
}

.tour-details-content .content-box .location-box li:last-child{
  margin: 0px !important;
}

.tour-details-content .content-box .location-box li i{
  position: absolute;
  left: 0px;
  top: 4px;
  font-size: 20px;
}

.tour-details-content h2{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 43px;
  font-weight: 600;
  margin-bottom: 30px;
}

.tour-details-content .content-box .info-list{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #E5E5E5;
}

.tour-details-content .content-box .info-list li{
  position: relative;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: var(--title-color);
}

.tour-details-content .content-box .info-list li.time{
  padding-left: 19px;
  margin-right: 30px;
}

.tour-details-content .content-box .info-list li.time i{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 13px;
}

.tour-details-content .content-box .info-list li.rating{
  position: relative;
  display: flex;
}

.tour-details-content .content-box .info-list li.rating i{
  font-size: 12px;
  line-height: 18px;
  margin-right: 5px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tour-details-content .content-box .info-list li.rating i.light{
  background: #697488;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tour-details-content .content-box p{
  margin-bottom: 60px;
}

.tour-details-content .content-box .two-column{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 60px;
}

.tour-details-content .content-box .two-column .list-item li{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  color: var(--title-color);
  margin-bottom: 15px;
  padding-left: 35px;
}

.tour-details-content .content-box .two-column .list-item li:last-child{
  margin-bottom: 0px;
}

.tour-details-content .content-box .two-column .list-item li:before{
  position: absolute;
  content: '\e90a';
  font-family: 'icomoon';
  left: 0px;
  top: 0px;
}

.tour-details-content .content-box .two-column .image-box{
  position: relative;
  display: block;
  border-radius: 10px;
}

.tour-details-content .content-box .two-column .image-box img{
  width: 100%;
  border-radius: 10px;
}

.tour-details-content iframe{
  position: relative;
  width: 100%;
  height: 500px;
}

.tour-details-content .review-box .review-inner{
  position: relative;
  background: #F5F5F5;
  border-radius: 10px;
  padding: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-details-content .review-box .review-inner .rating{
  position: relative;
  display: block;
  width: 190px;
  margin-right: 0px;
}

.tour-details-content .review-box .review-inner .progress-inner{
  position: relative;
  display: block;
  width: 100%;
  max-width: 560px;
  border-left: 1px solid #D9D9D9;
  padding-left: 50px;
}

.tour-details-content .review-box .review-inner .rating h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 80px;
  font-weight: 700;
  margin-bottom: 10px;
}

.tour-details-content .review-box .review-inner .rating h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  padding-left: 32px;
  margin-bottom: 5px;
}

.tour-details-content .review-box .review-inner .rating h3 img{
  position: absolute;
  left: 0px;
  top: 2px;
}

.tour-details-content .review-box .progress-box{
  position: relative;
  padding-left: 140px;
  margin-bottom: 45px;
  padding-right: 70px;
}

.tour-details-content .review-box .progress-box:last-child{
  margin-bottom: 0px;
}

.tour-details-content .review-box .progress-box h3{
  position: absolute;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  left: 0px;
  top: -15px;
}

.tour-details-content .review-box .progress-box .count-text{
  position: absolute;
  top: -10px;
  right: 0px;
  font-size: 20px;
  line-height: 30px;
  color: #697488;
}

.tour-details-content .review-box .single-customer-review{
  position: relative;
  display: block;
  border: 1px solid rgba(12, 38, 76, 0.20);
  border-radius: 15px;
  margin-bottom: 30px;
  padding: 30px 60px 30px 140px;
}

.tour-details-content .review-box .single-customer-review:last-child{
  margin-bottom: 0px;
}

.tour-details-content .review-box .single-customer-review .thumb-box{
  position: absolute;
  display: inline-block;
  left: 30px;
  top: 30px;
  width: 80px;
  height: 80px;
  border-radius: 50%;
}

.tour-details-content .review-box .single-customer-review .thumb-box img{
  width: 100%;
  border-radius: 50%;
}

.tour-details-content .review-box .single-customer-review .title-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5px;
}

.tour-details-content .review-box .single-customer-review .title-box h3{
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.tour-details-content .review-box .single-customer-review .title-box .rating{
  position: relative;
  display: flex;
  align-items: center;
}

.tour-details-content .review-box .single-customer-review .title-box .rating li{
  font-size: 15px;
  margin-right: 2px;
}

.tour-details-content .review-box .single-customer-review .title-box .rating li:last-child{
  margin: 0px !important;
}

.tour-details-content .review-box .single-customer-review .title-box .rating li.light{
  background: transparent;
}

.tour-details-content .review-box .single-customer-review .date{
  position: relative;
  display: block;
  margin-bottom: 10px;
}

.tour-details-content .review-box .single-customer-review p{
  margin-bottom: 20px;
}

.tour-details-content .review-box .single-customer-review .btn-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-details-content .review-box .single-customer-review .btn-box .reply-btn{
  position: relative;
  display: inline-block;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: var(--title-color);
  padding: 9px 25px;
  border-radius: 5px;
  border: 1px solid rgba(12, 38, 76, 0.20);
  z-index: 1;
}

.tour-details-content .review-box .single-customer-review .btn-box .reply-btn:hover{
  color: #fff;
  border: 1px solid transparent;
}

.tour-details-content .review-box .single-customer-review .btn-box .reply-btn:before{
  position: absolute;
  content: '';
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
  z-index: -1;
  opacity: 0;
  border-radius: 5px;
  transition: all 500ms ease;
}

.tour-details-content .review-box .single-customer-review .btn-box .reply-btn:hover:before{
  opacity: 1;
}

.tour-details-content .review-box .single-customer-review .btn-box .react-btn{
  position: relative;
  display: flex;
  align-items: center;
}

.tour-details-content .review-box .single-customer-review .btn-box .react-btn li{
  position: relative;
  display: inline-block;
  margin-right: 30px;
}

.tour-details-content .review-box .single-customer-review .btn-box .react-btn li:first-child{
  transform: rotateX(180deg);
}

.tour-details-content .review-box .single-customer-review .btn-box .react-btn li:last-child{
  margin: 0px !important;
}

.tour-details-content .review-box .single-customer-review .btn-box .react-btn li button{
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #000000;
  transition: all 500ms ease;
}

.tour-details-content .review-box .single-customer-review .btn-box .react-btn li button:hover{
  color: #3554D1;
  -webkit-text-stroke-color: #3554D1;
}

.tour-details-content .review-box .more-btn .theme-btn{
  background: #0C264C;
  padding: 15px 28px;
}

.tour-details-content .comment-form-area .rating-box{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}

.tour-details-content .comment-form-area .rating-box li{
  position: relative;
  display: flex;
  align-items: center;
  margin-right: 60px;
}

.tour-details-content .comment-form-area .rating-box li:last-child{
  margin: 0px !important;
}

.tour-details-content .comment-form-area .rating-box li h3{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  padding-right: 30px;
}

.tour-details-content .comment-form-area .rating-box li i{
  font-size: 15px;
  margin-right: 2px;
}

.tour-details-content .comment-form-area .rating-box li i:last-child{
  margin: 0px !important;
}

.tour-details-content .comment-form-area .form-group{
  position: relative;
  margin-bottom: 30px;
}

.tour-details-content .comment-form-area .form-group:last-child{
  margin-bottom: 0px;
}

.tour-details-content .comment-form-area .form-group input[type='text'],
.tour-details-content .comment-form-area .form-group input[type='email'],
.tour-details-content .comment-form-area .form-group textarea{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border: 1px solid #E5E5E5;
  border-radius: 5px;
  font-size: 16px;
  color: #6E6E6E;
  padding: 10px 25px;
  transition: all 500ms ease;
}

.tour-details-content .comment-form-area .form-group textarea{
  resize: none;
  height: 150px;
}

.tour-details-content .comment-form-area .form-group input:focus,
.tour-details-content .comment-form-area .form-group textarea:focus{
  border-color: var(--secondary-color);
}


/** destination-details **/

.destination-details{
  position: relative;
}

.destination-details .tour-details-content .content-box .info-list{
  padding-bottom: 0px;
  border-bottom: none;
}

.destination-details .tour-details-content h3{
  position: relative;
  display: block;
  font-size: 30px;
  line-height: 43px;
  font-weight: 600;
  margin-bottom: 30px;
}

.destination-details .tour-details-content .content-box p:last-child{
  margin-bottom: 0px;
}

.destination-details .tour-details-content .image-box .image{
  position: relative;
  display: block;
  border-radius: 10px;
}

.destination-details .tour-details-content .image-box .image img{
  width: 100%;
  border-radius: 10px;
}


/** RTL **/

.rtl .tour-details-content .content-box .location-box li{
  margin-right: 0px;
  margin-left: 23px;
}

.rtl .tour-details-content .content-box .info-list li.time{
  margin-right: 0px;
  margin-left: 20px;
}

.rtl .tour-details-content .content-box .two-column .list-item li{
  padding-left: 0px;
  padding-right: 35px;
}

.rtl .tour-details-content .content-box .two-column .list-item li:before{
  left: inherit;
  right: 0px;
}

.rtl .tour-details-content .review-box .review-inner .progress-inner{
  padding-left: 0px;
  padding-right: 50px;
  border-left: none;
  border-right: 1px solid #D9D9D9;
}

.rtl .tour-details-content .review-box .review-inner .rating h3{
  padding-left: 0px;
  padding-right: 32px;
}

.rtl .tour-details-content .review-box .review-inner .rating h3 img{
  left: inherit;
  right: 0px;
}

.rtl .tour-details-content .review-box .single-customer-review{
  padding-left: 60px;
  padding-right: 140px;
}

.rtl .tour-details-content .review-box .single-customer-review .thumb-box{
  left: inherit;
  right: 30px;
}

.rtl .tour-details-content .review-box .single-customer-review .btn-box .react-btn li{
  margin-right: 0px;
  margin-left: 30px;
}

.rtl .tour-details-content .comment-form-area .rating-box li{
  margin-right: 0px;
  margin-left: 60px;
}

.rtl .tour-details-content .comment-form-area .rating-box li h3{
  padding-right: 0px;
  padding-left: 30px;
}

.rtl .tour-details-content .review-box .single-customer-review.reply-review{
  margin-left: 0px;
  margin-right: 80px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .tour-details-content .content-box .two-column{
    display: block;
  }

  .tour-details-content .content-box .two-column .image-box{
    margin-top: 30px;
  }

  .tour-details-content .comment-form-area .rating-box{
    display: block;
  }

  .tour-details{
    padding: 70px 0px;
  }

  .tour-details-content .review-box .review-inner{
    display: block;
  }

  .tour-details-content .review-box .review-inner .progress-inner{
    max-width: 100%;
    padding: 0px !important;
    border: none !important;
    margin-top: 30px;
  }

  .destination-details{
    padding-top: 70px;
    padding-bottom: 0px;
  }
}

@media only screen and (max-width: 599px){
  .tour-details-content .review-box .single-customer-review.reply-review{
    margin-left: 0px;
  }

  .rtl .tour-details-content .review-box .single-customer-review.reply-review{
    margin-right: 0px;
  }
}

@media only screen and (max-width: 499px){
  .tour-details-content .content-box .location-box{
    display: block;
  }

  .tour-details-content .accordion .acc-btn h3{
    padding: 0px;
  }

  .tour-details-content .accordion .acc-btn h3 span{
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
  }

  .tour-details-content .review-box .progress-box{
    padding-left: 0px;
    padding-right: 0px;
  }

  .tour-details-content .review-box .progress-box h3{
    position: relative;
    top: 0px;
    margin-bottom: 10px;
  }

  .tour-details-content .review-box .review-inner{
    padding-left: 30px;
    padding-right: 30px;
  }

  .rtl .tour-details-content .review-box .progress-box .count-text{
    right: inherit;
    left: 0px;
  }

  .tour-details-content .review-box .single-customer-review,
  .rtl .tour-details-content .review-box .single-customer-review{
    padding-left: 30px;
    padding-right: 30px;
  }

  .tour-details-content .review-box .single-customer-review .thumb-box{
    position: relative;
    left: 0px;
    top: 0px;
    margin-bottom: 30px;
  }

  .tour-details-content .content-box{
    padding-left: 30px;
    padding-right: 30px;
  }
}


/** tours-section **/

.tours-section{
  position: relative;
}

.tours-section:before{
  position: absolute;
  content: '';
  background: #F5F5F5;
  width: 100%;
  height: 810px;
  left: 0px;
  top: -265px;
}

.tours-section .pattern-layer{
  position: absolute;
  left: 0px;
  top: -265px;
  width: 100%;
  height: 810px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tours-section .inner-container{
  position: relative;
  margin: 0px 3px;
}

.tours-section .sec-title .theme-btn.btn-two{
  position: absolute;
  right: 0px;
  bottom: 0px;
  border-color: #0C264C;
  color: #0C264C !important;
}

.tours-section .sec-title .theme-btn.btn-two:hover{
  color: #fff !important;
  border-color: transparent;
}

.tours-section .sec-title .theme-btn.btn-two:before,
.tours-section .sec-title .theme-btn.btn-two:after{
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  left: -1px;
  top: -1px;
}

.tour-block-one .inner-box{
  position: relative;
  display: block;
  border: 1px solid rgba(12, 38, 76, 0.10);
  border-radius: 5px;
  padding: 20px;
  background: #fff;
  margin-bottom: 30px;
  transition: all 500ms ease;
}

.tour-block-one .inner-box:hover{
  border-color: transparent;
  box-shadow: 0px 0px 60px 0px rgba(12, 38, 76, 0.10);
}

.tour-block-one .inner-box .image-box{
  position: relative;
  display: block;
  padding-right: 120px;
}

.tour-block-one .inner-box .image-box .image{
  position: relative;
  display: block;
  overflow: hidden;
  border-radius: 5px;
}

.tour-block-one .inner-box .image-box .image img{
  width: 100%;
  border-radius: 5px;
}

.tour-block-one .inner-box .image-box .image span{
  position: absolute;
  display: inline-block;
  left: 20px;
  top: 20px;
  font-size: 18px;
  line-height: 16px;
  color: #fff;
  padding: 5px 15px;
  border-radius: 5px;
}

.tour-block-one .inner-box .image-box .image .like-btn{
  position: absolute;
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 36px;
  background: rgba(255, 255, 255, 0.20);
  text-align: center;
  font-size: 16px;
  color: #fff;
  border-radius: 50%;
  top: 20px;
  right: 20px;
  transition: all 500ms ease;
}

.tour-block-one .inner-box .image-box .image .like-btn:hover{
  background: #fff;
}

.tour-block-one .inner-box .image-box .image .like-btn:hover i:before{
  content: '\e903';
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tour-block-one .inner-box .image-box .image-list{
  position: absolute;
  top: 0px;
  right: 0px;
}

.tour-block-one .inner-box .image-box .image-list li{
  position: relative;
  display: block;
  width: 100px;
  margin-bottom: 20px;
  border-radius: 5px;
}

.tour-block-one .inner-box .image-box .image-list li:last-child{
  margin-bottom: 0px;
}

.tour-block-one .inner-box .image-box .image-list li img{
  width: 100%;
  border-radius: 5px;
}

.tours-section .tour-block{
  padding: 0px 12px;
}

.tour-block-one .inner-box .lower-content{
  position: relative;
  padding-top: 20px;
}

.tour-block-one .inner-box .lower-content .info-list{
  position: relative;
  display: flex;
  align-items: center;
  margin-bottom: 15px;
}

.tour-block-one .inner-box .lower-content .info-list li{
  position: relative;
  font-size: 15px;
  line-height: 18px;
  font-weight: 500;
  color: var(--title-color);
}

.tour-block-one .inner-box .lower-content .info-list li.time{
  padding-left: 19px;
  margin-right: 30px;
}

.tour-block-one .inner-box .lower-content .info-list li.time i{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 13px;
}

.tour-block-one .inner-box .lower-content .info-list li.rating{
  position: relative;
  display: flex;
}

.tour-block-one .inner-box .lower-content .info-list li.rating i{
  font-size: 12px;
  line-height: 18px;
  margin-right: 5px;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tour-block-one .inner-box .lower-content .info-list li.rating i.light{
  background: #697488;
  color: transparent;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.tour-block-one .inner-box .lower-content h3{
  position: relative;
  display: block;
  font-size: 19px;
  line-height: 32px;
  font-weight: 500;
  text-transform: capitalize;
  margin-bottom: 10px;
}

.tour-block-one .inner-box .lower-content h3 a{
  display: inline-block;
  color: var(--title-color);
}

.tour-block-one .inner-box .lower-content h3 a:hover{
  color: var(--secondary-color);
}

.tour-block-one .inner-box .lower-content .location-box{
  position: relative;
  display: block;
  font-size: 20px;
  line-height: 30px;
  padding-left: 25px;
  margin-bottom: 8px;
}

.tour-block-one .inner-box .lower-content .location-box i{
  position: absolute;
  left: 0px;
  top: 3px;
  font-size: 22px;
}

.tour-block-one .inner-box .lower-content .lower-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-block-one .inner-box .lower-content .lower-box h3{
  margin-bottom: 0px;
}

.tour-block-one .inner-box .lower-content .lower-box h3 del{
  font-size: 15px;
  color: var(--text-color);
}

.tour-block-one .inner-box .lower-content .lower-box .theme-btn{
  padding: 7px 25px;
}

.tours-section.alternat-2:before{
  display: none;
}

.tours-section.alternat-2 .tour-block-one .inner-box .image-box{
  padding: 0px;
}

.tours-section.alternat-2 .tour-block-one .inner-box{
  padding: 0px;
  border: none;
  border-radius: 15px;
}

.tours-section.alternat-2 .tour-block-one .inner-box .image-box .image{
  border-radius: 15px 15px 0px 0px;
}

.tours-section.alternat-2 .tour-block-one .inner-box .image-box .image img{
  border-radius: 15px 15px 0px 0px;
}

.tours-section.alternat-2 .tour-block-one .inner-box .lower-content{
  padding: 20px;
  border: 1px solid rgba(0, 0, 0, 0.10);
  border-radius: 0px 0px 15px 15px;
  border-top: none;
  transition: all 500ms ease;
}

.tours-section.alternat-2 .tour-block-one .inner-box:hover .lower-content{
  border-color: #fff;
}

.tours-section.alternat-2 .tour-block-one .inner-box .lower-content .location-box{
  color: #f9841f;
  background: transparent;
}

.tours-section.alternat-2 .tour-block-one .inner-box .lower-content .location-box i{
  background: transparent;
}

.tours-section.alternat-2 .tour-block-one .inner-box .lower-content h3{
  margin-bottom: 15px;
}

.tours-section.alternat-2 .tour-block-one .inner-box .lower-content .info-list{
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed rgba(105, 116, 136, 0.50);
}

.tours-section.alternat-2 .tour-block-one .inner-box .lower-content .lower-box h3{
  margin-bottom: 0px;
}

.tour-block-one .inner-box .lower-content .lower-box .link{
  position: relative;
  display: inline-block;
  line-height: 24px;
  color: #0C264C;
  font-size: 16px;
}

.tour-block-one .inner-box .lower-content .lower-box .link:hover{
  color: var(--secondary-color);
}

.tour-block-one .inner-box .lower-content .lower-box .link span{
  position: relative;
  padding-right: 34px;
}

.tour-block-one .inner-box .lower-content .lower-box .link span:before{
  position: absolute;
  content: '\e90c';
  font-family: 'icomoon';
  font-size: 13px;
  top: 2px;
  right: 0px;
  color: rgba(255, 138, 87, 1.0);
}

.tours-section .more-btn .theme-btn{
  border-color: #0C264C;
  color: #0C264C !important;
}

.tours-section .pattern-layer-2{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.tours-section.alternat-2.home-3 .tour-block-one .inner-box .lower-content .location-box{
  color: #FF8A57;
}

.tours-section.alternat-2.home-3 .tour-block-one .inner-box .lower-content .location-box i{
  color: #697488;
}

.tours-section.alternat-2.home-3 .tour-block-one .inner-box .lower-content h3{
  font-size: 26px;
  line-height: 36px;
}

.tours-section.alternat-2.home-3 .tour-block-one .inner-box .lower-content .info-list{
  padding: 0px;
  margin: 0px;
  border: none;
}

.tours-section.alternat-2.home-3 .tour-block-one .inner-box .lower-content .lower-box{
  padding-top: 20px;
  border-top: 1px dashed rgba(105, 116, 136, 0.50);
}

.tours-section .upper-box{
  position: relative;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.tours-section .tab-btns li{
  position: relative;
  display: inline-block;
  float: left;
  margin-right: 20px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--title-color);
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  padding: 14px 40px;
  cursor: pointer;
  transition: all 500ms ease;
}

.tours-section .tab-btns li:last-child{
  margin: 0px !important;
}

.tours-section .tab-btns li.active-btn,
.tours-section .tab-btns li:hover{
  color: #fff;
  background: var(--secondary-color);
  border-color: var(--secondary-color);
}

.tour-list .tour-block-one .inner-box{
  display: flex;
  align-items: center;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
}

.tour-list .tour-block-one .inner-box .image-box .image,
.tour-list .tour-block-one .inner-box .image-box .image img{
  border-radius: 0px !important;
}

.tour-list .tour-block-one .inner-box .lower-content{
  width: 100%;
  border: none !important;
}

.tour-list .tour-block-one .inner-box .image-box{
  width: 100%;
  max-width: 416px;
}

.tour-block-one .inner-box .lower-content p{
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed rgba(105, 116, 136, 0.50);
}

.tour-list.tours-section .tour-block-one .inner-box .lower-content .info-list{
  padding-bottom: 0px;
  margin-bottom: 15px;
  border-bottom: none;
}

.tour-list.tours-section .tour-block-one .inner-box .lower-content h3{
  margin-bottom: 26px;
  line-height: 36px;
  margin-bottom: 15px;
}

.tour-list.tours-section .tour-block-one .inner-box .lower-content .location-box{
  margin-bottom: 15px;
}



/** RTL **/

.rtl .tour-block-one .inner-box .lower-content .info-list li.time{
  margin-right: 0px;
  margin-left: 30px;
}

.rtl .tour-block-one .inner-box .lower-content .info-list li.rating i{
  margin-right: 0px;
  margin-left: 5px;
}

.rtl .tour-block-one .inner-box .lower-content .location-box{
  padding-left: 0px;
  padding-right: 25px;
}

.rtl .tour-block-one .inner-box .lower-content .location-box i{
  left: inherit;
  right: 0px;
}

.rtl .tours-section .sec-title .theme-btn.btn-two{
  right: inherit;
  left: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){
  .tours-section .upper-box{
    display: block;
    text-align: center;
  }

  .tours-section .tab-btns li{
    float: none;
  }

  .tours-section .tab-btn-box{
    margin-top: 30px;
  }
}

@media only screen and (max-width: 991px){
  .tours-section .sec-title .theme-btn.btn-two{
    position: relative;
    margin-top: 15px;
  }
}

@media only screen and (max-width: 767px){
  .tours-section{
    padding: 70px 0px 40px 0px;
  }

  .tours-section .tab-btns li{
    margin-right: 16px;
    margin-bottom: 20px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){
  .tour-block-one .inner-box .image-box{
    padding-right: 0px;
  }

  .tour-block-one .inner-box .image-box .image-list{
    position: relative;
  }

  .tour-block-one .inner-box .image-box .image-list li{
    display: inline-block;
    margin-right: 6px;
    margin-top: 10px;
    margin-bottom: 0px;
  }

  .tours-section.alternat-2 .tour-block-one .inner-box .lower-content .lower-box{
    display: block;
  }
}



/** video-section **/

.video-section{
  position: relative;
  overflow: hidden;
}

.video-section:before{
  position: absolute;
  content: '';
  background: linear-gradient(rgba(5, 16, 54, 0.8), rgba(5, 16, 54, 0), rgba(5, 16, 54, 0.7));
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  opacity: 0.9;
  z-index: 1;
}

.video-section .inner-box{
  position: relative;
  display: block;
}

.video-section .inner-box .sub-title{
  position: relative;
  display: block;
  font-size: 40px;
  line-height: 50px;
  font-family: var(--secondary-font);
  color: #fff;
  margin-bottom: 20px;
}

.video-section .inner-box h2{
  position: relative;
  display: block;
  font-size: 60px;
  line-height: 80px;
  color: #fff;
  font-weight: 700;
  margin-bottom: 80px;
}

.video-section .inner-box .video-btn{
  position: relative;
  display: inline-block;
  width: 110px;
  height: 110px;
  line-height: 128px;
  font-size: 60px;
  color: #fff;
  text-align: center;
  background: var(--theme-color);
  border-radius: 50%;
}

.video-section .inner-box .video-btn i{
  position: relative;
  display: inline-block;
  text-shadow: 0px 8px 0px rgba(0, 0, 0, 0.25);
}

.video-section .inner-box .video-btn:before,
.video-section .inner-box .video-btn:after {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation-delay: .9s;
  animation-delay: .9s;
  content: "";
  position: absolute;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.1);
  -webkit-animation: ripple 3s infinite;
  animation: ripple 3s infinite;
  -webkit-transition: all .4s ease;
  transition: all .4s ease;
}

.video-section .inner-box .video-btn:after{
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}



/** RTL **/



/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){

}

@media only screen and (max-width: 767px){
  .video-section{
    padding: 70px 0px 90px 0px;
  }

  .video-section .inner-box h2{
    font-size: 40px;
    line-height: 50px;
    margin-bottom: 40px;
  }
}

@media only screen and (max-width: 599px){

}

@media only screen and (max-width: 499px){

}


/** tour-sidebar **/

.tour-sidebar{
  position: relative;
}

.tour-sidebar .sidebar-widget{
  position: relative;
  display: block;
  background: #fff;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
  padding: 40px;
}

.tour-sidebar .search-widget .search-form .form-group{
  position: relative;
  margin-bottom: 0px;
}

.tour-sidebar .search-widget .search-form .form-group input[type='search']{
  position: relative;
  display: block;
  width: 100%;
  height: 60px;
  border-radius: 5px;
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
  font-size: 16px;
  color: var(--title-color);
  padding: 10px 60px 10px 30px;
  transition: all 500ms ease;
}

.tour-sidebar .search-widget .search-form .form-group input:focus{
  border-color: var(--secondary-color);
}

.tour-sidebar .search-widget .search-form .form-group button[type='submit']{
  position: absolute;
  top: 18px;
  right: 20px;
  font-size: 18px;
  color: var(--title-color);
  cursor: pointer;
  transition: all 500ms ease;
}

.tour-sidebar .search-widget .search-form .form-group input:focus + button,
.tour-sidebar .search-widget .search-form .form-group button:hover{
  color: var(--secondary-color);
}

.tour-sidebar .sidebar-widget .widget-title{
  position: relative;
  display: block;
  margin-bottom: 30px;
}

.tour-sidebar .sidebar-widget .widget-title h3{
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
}

.range-slider .input input{
  background:none;
  font-size: 16px;
  line-height: 29px;
  color: #697488;
  width: 100%;
}

.range-slider .ui-widget.ui-widget-content{
  height:7px;
  border:none;
  background:#D9D9D9; 
  border-radius: 22px;
}

.range-slider .ui-slider .ui-slider-range{
  top:0px;
  height:7px;
}

.range-slider .ui-widget-content .ui-state-default{
  top:-3px;
  width:13px;
  height:13px;
  border: none;
  border-radius:50%;
  cursor:pointer; 
  margin-left: 0px;
}

.tour-sidebar .rating-widget .rating-list li{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.tour-sidebar .rating-widget .rating-list li:last-child{
  margin-bottom: 0px;
}

.tour-sidebar .category-widget .category-list li{
  position: relative;
  display: block;
  margin-bottom: 20px;
}

.tour-sidebar .category-widget .category-list li:last-child{
  margin-bottom: 0px;
}

.tour-sidebar .category-widget .category-list li a{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--title-color);
  background: #F5F5F5;
  border-radius: 5px;
  padding: 11px 30px;
  z-index: 1;
}

.tour-sidebar .category-widget .category-list li a:before{
  position: absolute;
  content: '';
  background: var(--secondary-color);
  width: 0%;
  height: 100%;
  left: 0px;
  top: 0px;
  z-index: -1;
  border-radius: 5px;
  transition: all 500ms ease;
}

.tour-sidebar .category-widget .category-list li a:hover:before{
  width: 100%;
}

.tour-sidebar .category-widget .category-list li a i{
  position: absolute;
  left: 30px;
  top: 19px;
  font-size: 12px;
  font-weight: 400;
  color: #fff;
  opacity: 0;
  transition: all 500ms ease;
}

.tour-sidebar .category-widget .category-list li a:hover i{
  opacity: 1;
}

.tour-sidebar .category-widget .category-list li a:hover{
  padding-left: 54px;
  color: #fff;
}

.tour-sidebar .gallery-widget .image-list{
  position: relative;
  margin: 0px -7.5px;
}

.tour-sidebar .gallery-widget .image-list li{
  position: relative;
  display: inline-block;
  float: left;
  margin: 0px 7.5px 15px 7.5px;
}

.tour-sidebar .gallery-widget .image-list li .image{
  position: relative;
  display: block;
  overflow: hidden;
  width: 90px;
  height: 90px;
}

.tour-sidebar .gallery-widget .image-list li .image img{
  width: 100%;
}

.tour-sidebar .gallery-widget{
  padding-bottom: 25px;
}

.tour-sidebar .tags-widget .tags-list{
  position: relative;
  margin: 0px -7.5px;
}

.tour-sidebar .tags-widget .tags-list li{
  position: relative;
  display: inline-block;
  margin: 0px 7.5px 15px 7.5px;
}

.tour-sidebar .tags-widget .tags-list li a{
  position: relative;
  display: inline-block;
  font-size: 18px;
  line-height: 29px;
  color: var(--title-color);
  padding: 5px 20px;
  background: #F5F5F5;
  border-radius: 5px;
}

.tour-sidebar .tags-widget .tags-list li a:hover{
  color: #fff;
  background: var(--secondary-color);
}

.tour-sidebar .tags-widget{
  padding-bottom: 25px;
}

.tour-sidebar .booking-widget{
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0px 0px 70px 0px rgba(0, 0, 0, 0.1);
}

.tour-sidebar .booking-widget .title-box{
  position: relative;
  display: block;
  padding: 40px;
}

.tour-sidebar .booking-widget .title-box h3{
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: #fff;
}

.tour-sidebar .booking-widget .title-box h3 span{
  font-size: 18px;
}

.tour-sidebar .booking-widget .content-box{
  position: relative;
  display: block;
  padding: 40px;
}

.tour-sidebar .booking-widget .content-box h3{
  display: block;
  font-size: 26px;
  line-height: 36px;
  font-weight: 500;
  margin-bottom: 30px;
}

.tour-sidebar .booking-widget .booking-time .form-group{
  position: relative;
  margin-bottom: 20px;
  padding-left: 80px;
}

.tour-sidebar .booking-widget .booking-time .form-group:last-child{
  margin-bottom: 0px;
}

.tour-sidebar .booking-widget .booking-time .form-group label{
  position: absolute;
  display: block;
  left: 0px;
  top: 8px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  color: var(--title-color);
  margin-bottom: 0px;
}

.tour-sidebar .booking-widget .booking-time .form-group input[type='text']{
  position: relative;
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 28px;
  color: #697488;
  font-weight: 500;
  background: #F5F5F5;
  border-radius: 5px;
  padding: 10px 20px;
  padding-right: 40px;
  cursor: pointer;
}

.tour-sidebar .booking-widget .booking-time .form-group i{
  position: absolute;
  right: 15px;
  bottom: 15px;
  color: #697488;
  font-size: 16px;
  z-index: 1;
}

.tour-sidebar .booking-widget .content-box h4{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 30px;
}

.tour-sidebar .booking-widget .ticket-box .quentity{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 30px 0px;
  border-bottom: 1px solid #E5E5E5;
}

.tour-sidebar .booking-widget .ticket-box .quentity h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: #697488;
}

.tour-sidebar .booking-widget .ticket-box .quentity .item-quantity{
  padding-right: 25px;
  padding-left: 25px;
}

.tour-sidebar .booking-widget .ticket-box .quentity .input-group{
  width: 45px;
}

.tour-sidebar .booking-widget .quantity-spinner{
  position: relative;
  display: block !important;
  width: 45px;
  height: 45px;
  line-height: 45px;
  background: #F5F5F5;
  border-radius: 5px !important;
  padding: 0px;
  font-size: 18px;
  font-weight: 500;
  color: #697488;
  box-shadow: none !important;
  text-align: center;
  border: none !important;
}

.tour-sidebar .booking-widget .content-box .ticket-box h4{
  margin-bottom: 0px;
}

.tour-sidebar .booking-widget .additional-service .check-box label{
  font-size: 18px;
  line-height: 28px;
  color: #697488;
  font-weight: 500;
  display: block;
}

.tour-sidebar .booking-widget .additional-service .check-box label span{
  float: right;
}

.tour-sidebar .booking-widget .additional-service .service-list li{
  position: relative;
  display: block;
  margin-bottom: 15px;
}

.tour-sidebar .booking-widget .additional-service .service-list li:last-child{
  margin-bottom: 0px;
}

.tour-sidebar .booking-widget .additional-service{
  border-bottom: 1px solid #E5E5E5;
}

.tour-sidebar .booking-widget .totle-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.tour-sidebar .booking-widget .totle-box .price{
  position: relative;
  display: block;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.tour-sidebar .booking-widget .totle-box h4{
  margin-bottom: 0px;
}

.tour-sidebar .tour-information .select-box{
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 50px;
  background: #F5F5F5;
  border-radius: 5px;
  margin-bottom: 20px;
  padding: 11px 30px;
}

.tour-sidebar .tour-information .select-box h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
}

.tour-sidebar .tour-information .select-box .nice-select{
  position: relative;
  display: block;
  background: transparent;
  width: 90px;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  color: var(--title-color);
  padding: 0px !important;
  border: none;
  height: auto;
  text-align: right !important;
}

.tour-sidebar .tour-information .select-box .nice-select .list{
  width: 130px;
}

.tour-sidebar .post-widget .post-inner .post{
  position: relative;
  display: block;
  padding: 0px 0px 0px 100px;
  margin-bottom: 25px;
  min-height: 95px;
}

.tour-sidebar .post-widget .post-inner .post:last-child{
  margin-bottom: 0px;
}

.tour-sidebar .post-widget .post-inner .post .post-thumb{
  position: absolute;
  left: 0px;
  top: 0px;
  width: 80px;
  height: 90px;
  border-radius: 5px;
}

.tour-sidebar .post-widget .post-inner .post .post-thumb img{
  width: 100%;
  border-radius: 5px;
}

.tour-sidebar .post-widget .post-inner .post h5{
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 28px;
  font-weight: 500;
  margin-bottom: 10px;
}

.tour-sidebar .post-widget .post-inner .post h5 a{
  display: inline-block;
  color: var(--title-color);
}

.tour-sidebar .post-widget .post-inner .post h5 a:hover{
  color: var(--secondary-color);
}

.tour-sidebar .post-widget .post-inner .post .post-date{
  position: relative;
  display: block;
  color: var(--title-color);
}



/** RTL **/

.rtl .check-box label{
  padding-left: 0px;
  padding-right: 24px;
}

.rtl .check-box label:before{
  left: inherit;
  right: 0px;
}

.rtl .check-box label:after{
  left: inherit;
  right: 4px;
}

.rtl .check-box label i{
  margin-right: 0px;
  margin-left: 2px;
}

.rtl .check-box label span{
  padding-left: 0px;
  padding-right: 8px;
}

.rtl .tour-sidebar .category-widget .category-list li a:hover{
  padding-left: 30px;
  padding-right: 54px;
}

.rtl .tour-sidebar .category-widget .category-list li a i{
  left: inherit;
  right: 30px;
  transform: rotate(180deg);
}

.rtl .tour-sidebar .gallery-widget .image-list li{
  float: right;
}

.rtl .tour-sidebar .tags-widget .tags-list li{
  float: right;
}

.rtl .tour-sidebar{
  margin-left: 0px;
  margin-right: 30px;
}

.rtl .tour-sidebar .tour-information .select-box .nice-select{
  text-align: left !important;
}

.rtl .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-up{
  right: -22px;
}

.rtl .bootstrap-touchspin .input-group-btn-vertical > .btn.bootstrap-touchspin-down{
  left: -10px;
}

.rtl .tour-sidebar .post-widget .post-inner .post{
  padding-left: 0px;
  padding-right: 95px;
}

.rtl .tour-sidebar .post-widget .post-inner .post .post-thumb{
  left: inherit;
  right: 0px;
}

/** responsive-css **/

@media only screen and (max-width: 1200px){

}

@media only screen and (max-width: 991px){
  .tour-sidebar{
    margin-left: 0px;
    margin-top: 30px;
  }

  .rtl .tour-sidebar{
    margin-right: 0px;
  }
}

@media only screen and (max-width: 767px){
  
}

@media only screen and (max-width: 599px){
  .tour-list .tour-block-one .inner-box{
    display: block;
  }

  .tour-list .tour-block-one .inner-box .image-box{
    max-width: 100%;
  }

  .tour-sidebar .sidebar-widget{
    padding-left: 30px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 499px){
  
}












































