/*-------------------------------------------------------------------------------------------*/
/* HEADER         ||---------------------------- */
/*-------------------------------------------------------------------------------------------*/
.header {
	background-color: #f7f7f7;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 999;
	-webkit-transition: all 0.4s ease-out;
	transition: all 0.4s ease-out;
}

.header:after {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 455px;
	height: 100%;
	background: black;
	z-index: -1;
	margin-left: -250px;
	margin-left: -281px;
	transform: skew(13deg);
}

.header:before {
	position: absolute;
	top: 0;
	left: 182px;
	content: '';
	width: 13px;
	height: 100%;
	background: black;
	z-index: -1;
	/* margin-left: -480px; */
	transform: skew(13deg);
}

.menu-bg {
	/* -webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	background: #f7f7f7;
	box-shadow: 0 1px 5px rgba(0, 0, 0, 0.25); */
}

.navigation {
	width: 100%;
}

/* .menu-bg .navigation>ul>li>a {
	padding: 24px 16px;
} */

/* .menu-bg .logo a {
	padding: 15px 0;
} */

.logo a {
	display: inline-block;
	padding: 12px 0;
}

.logo h5 {
	color: white;
	margin-top: 5px;
	font-weight: 500;
	font-size: 17px;
}

.menu {
	border: none;
	border-bottom: 4px solid #ffa500;
	border-top: 4px solid #ffa500;
	height: 29px;
	position: absolute;
	right: 29px;
	top: 38px;
	width: 44px;
	background: none;
}

.menu:after {
	position: absolute;
	top: 9px;
	right: 0;
	content: '';
	width: 100%;
	height: 4px;
	background: #ffa500;
}

.header ul {
	float: right;
	list-style: none;
	padding: 0;
	margin: 0;
}

.header ul li {
	float: left;
	position: relative;
}

.navigation ul li a {
	font-size: 15px;
	font-weight: 800;
	text-decoration: none;
	text-transform: capitalize;
}

.navigation>ul>li>a {
	display: block;
	padding: 12px 16px;
	color: #222;
	transition: all 0.25s ease 0s;
	-webkit-transition: all 0.25s ease 0s;
	-moz-transition: all 0.25s ease 0s;
	-o-transition: all 0.25s ease 0s;
	outline: none;
}

.navigation>ul>li:last-child a {
	padding-right: 0;
}

.navigation .sub-nav {
	left: -51px;
	border-top: 20px solid transparent;
	position: absolute;
	top: 175%;
	width: 261px;
	z-index: 3;
	background-clip: padding-box;
	padding: 0;
	transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-webkit-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-moz-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-ms-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	-o-transition: top 0.3s ease 0s, visibility 0.2s ease 0.2s, opacity 0.2s ease 0.1s;
	opacity: 0;
	visibility: hidden;
	background-color: #f7f7f7;
}

.navigation .sub-nav li {
	display: block;
	float: none;
	margin: 0;
	border-bottom: 1px solid #e8e8e8;
	padding-bottom: 0;
	position: relative;
}

.navigation li:hover .sub-nav {
	opacity: 1;
	top: 80%;
	transition: top 0.3s ease 0s;
	visibility: visible;
}

.navigation li.sub-menu .sub-nav {
	border: none;
	opacity: 0;
	top: 0;
	transition: top 0.3s ease 0s;
	visibility: visible;
	left: auto;
	right: 110%;
	visibility: hidden;
	transition: all 0.3s ease 0s;
}

.navigation li.sub-menu:hover .sub-nav {
	visibility: visible;
	opacity: 1;
	right: 100%;
	transition: all 0.3s ease 0s;
}

.navigation .sub-nav li:last-child {
	border-bottom: 0;
}

.navigation .sub-nav li a {
	padding: 8px 20px;
	display: block;
	color: #222;
}

#myLangSelect {
	appearance: auto;
	margin-bottom:0 !important;
	font-family: 'Poppins', sans-serif;
	font-size: 15px;
	background: none;
	padding: 12px 0;
	color: black;
	font-weight: 800;
	border: none;
	width: 41px;
}

@media (min-width: 768px) and (max-width: 991px) {
	.navigation {
		margin-left: 0;
	}

	.navigation>ul>li>a{
		padding: 12px 10px !important;
	}

	.navigation i {
		padding: 12px 10px !important;
	}

	.navigation #myLangSelect {
		padding: 12px 0px !important;
		margin-bottom: 0 !important;
	}
	.logo a {
   
    padding: 12px 0 !important;
}

	.menu-bg .navigation>ul>li>a {
		padding: 15px 10px;
	}

	

	.header:before {
		/* margin-left: -218px; */
	}

	.header:after {
		/* margin-left: -187px; */
	}


}

/* ======Mobile media Query =========*/
@media (max-width: 767px) {

	/* .header:before,
	.header::after {
		display: none;
	} */

	/* .header {
		background: #ffa500;
	} */

	.menu {
		border-bottom: 4px solid black;
		border-top: 4px solid black;
	}

	.menu:after {
		background: black;
	}

	.menu-bg .navigation>ul>li>a {
		padding: 10px 15px;
	}

	.header ul,
	.header ul li {
		float: none !important;
	}


	/* .logo a {
		padding: 29px 0px !important;
	} */

	.navigation {
		display: none;
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		z-index: 9;
		background: #ffa500;
	}

	.navigation ul li {
		border-bottom: 1px solid #fff
	}

	.navigation>ul>li>a {
		padding: 10px 15px;
		color: #fff;
	}

	.navigation .sub-nav,
	.navigation li.sub-menu .sub-nav,
	.navigation li.sub-menu:hover .sub-nav {
		position: static;
		opacity: 1;
		visibility: visible;
		width: 100%;
		border-top: none;
		transition: inherit;
		-webkit-transition: inherit;
		padding: 0;
	}

	.navigation ul li i {
		color: #fff;
		font-size: 25px;
		position: absolute;
		right: 15px;
		top: 9px;
		cursor: pointer;
		pointer-events: none;
	}

	.navigation ul li ul {
		display: none;
	}

	.navigation .on>.ion-ios-plus-empty:before {
		content: '\f462';
		font-family: "Ionicons";
	}
}

.tp_width {
	max-width: unset !important;
	min-width: unset !important;

}

.tp-loop-wrap {
	position: unset !important;
}

.tp-mask-wrap {
	position: unset !important;
}

.banner-text h2 {
	color: black !important;
	letter-spacing: 0px !important;
	font-weight: 600 !important;
	line-height: 52px !important;
	font-size: 42px !important;
}

.banner-text p {
	color: #818184 !important;
	font-size: 28px !important;
	line-height: 46px !important;
	text-align: justify;
	letter-spacing: 1px !important;
}

.main-banner .tp-parallax-wrap {
	left: 0 !important;
	margin-top:160px;

}

@media(max-width:1132px){
.tp-parallax-wrap{
	top: 165px !important;
}
}

@media(max-width:991px){

	 .bg-container {
        margin: 0 auto;
        max-width: 100% !important;
        width: 100%;
    }


#rev_slider_34_1_wrapper{
height:800px !important;
}

#rev_slider_34_1{
	height: 800px !important;
}

.about-container p{
	font-size: 22px !important;
}
}


@media(max-width:700px){



#rev_slider_34_1_wrapper{
height:1000px !important;
}

#rev_slider_34_1{
	height: 1000px !important;
}

}





@media(max-width:479px){
.tp-parallax-wrap{
	top: 100px !important;
}
}




@media (max-width: 767px) {
    .bg-container {
        margin: 0 auto;
        max-width: 100% !important;
        width: 100%;
    }
}



@media(max-width:549px){
.banner-text h2 {
  
    font-size: 30px !important;
	text-align: justify;
	line-height: 33px !important;
}
.banner-text p {
    
    font-size: 25px !important;
}}


@media(max-width:336px){
	.banner-text h2 {
  
    line-height: 36px !important;
}
.banner-text p {
    
   line-height: 35px !important;
}

.banner-text .btn-text{
	margin-bottom: 10px!important;
}

.main-banner .tp-parallax-wrap {
	
	margin-top:32px;

}
}
.about_pad{
	padding-top: 215px !important;
	padding-bottom: 215px !important;
}



.video_icon{
	   position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      background-color: rgba(0, 0, 0, 0.6);
      border-radius: 50%;
      width: 80px;
      height: 80px;
      display: flex;
      justify-content: center;
      align-items: center;
      cursor: pointer;
}

.video_img{
	border-radius: 50px;
}

@media(max-width:1199px){
 .about-container{
        width: 100%;
        max-width: 100%;
 }
}

@media(max-width:934px){
	.repo-full{
		height: 500px;
	}
}

@media(max-width:767px){
	.about-left{
		margin-bottom: 20px;
	}
	.repo-full{
		border-radius: unset !important;
	}
	.repo-full{
		height:unset !important;
	}
}

@media(max-width:500px){
	.sec_hedding h2 span{
		font-size: 34px !important;
	}
	    .about-container p {
        font-size: 20px !important;
    }
}

@media (max-width:400px) {
    #rev_slider_34_1 {
        height:800px !important;
    }

	#rev_slider_34_1_wrapper {
        height: 800px !important;
    }
}

@media (max-width:369px) {
    .about-container p {
        font-size: 16px !important;
    }
}

.source_boxes{
	background: black;
	display: flex;
	justify-content: center;
}

 /* Modal container */
 .search-modal {
  position: fixed;
  z-index: 9999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
 }
 
 /* Hidden on page load */
 .hidden-on-load {
  display: none !important;
 }
 
 /* Modal inner box */
 .search-modal-content {
  background: white;
  padding: 20px;
  border-radius: 10px;
  width: 78%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
 }
 
 /* Input box with icon */
 .search-input-container {
  position: relative;
 }
 
 .search-input-container input {
  width: 100%;
  padding: 10px 40px 10px 10px;
  font-size: 16px;
  margin-bottom: 0;
  border: 1px solid #C7D9E5;
  border-radius: 8px;
  /* background: #C7D9E5; */
 }
 
 /* Search icon inside input */
 .search-icon-inside {
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  cursor: pointer;
 }
 
 @media(max-width:500px) {
  .search-modal-content {
    background: white;
    padding: 20px;
    border-radius: 10px;
    width: 96%;
  }
 }
 @media(max-width:991px){
 .search-bg i{
	padding: 0 !important;
 }
 }
.nav-item{
	position: relative;
}
.nav-item.active::after {
  content: '';
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px; /* Distance from text */
  width: 13px;
  height: 13px;
  background-color: black;
  border-radius: 50%;
}

@media(max-width:991px){
	 .nav-item.active::after{
		bottom: 0px;
	 }
}
@media(max-width:767px){
.about_photo{
    margin-top:30px !important;
}
.nav-item.active::after{
    display:none;
}
}

.st-2{
   z-index:100; 
}