html
{
	scroll-behavior: smooth;
}
body
{
	padding:0;
	margin:0;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
    background-color: #086F86;
     overflow-x: hidden !important;
}
img
{
    max-width:100%;
}
h1,h2,h3,h4,h5,h6
{
	font-family: 'Open Sans', sans-serif;
}
h2.heading
{
	font-weight:700;
	color:#fff;
}
h3
{
	font-weight:600;
}
img
{
	max-width:100%;
}
@font-face
{
	font-family:'kepler', sans-serif;
	src:url(../fonts/kepler.ttf);
}
.hm_audio 
{
	/* background: url(../images/audio-bg.jpg); */
	background-size: 100% 100%;
	height: 100vh;
	/* background: linear-gradient(-45deg, #EE7752, #E73C7E, #23A6D5, #23D5AB); */
	background: linear-gradient(125deg, #F6F2F1, #5AA5C0, #653749, #48B79D);
	background-size: 400% 400%;
	-webkit-animation: Gradient 15s ease infinite;
	-moz-animation: Gradient 15s ease infinite;
	animation: Gradient 15s ease infinite;
	
}
.logo_animate
{
	-webkit-animation: logo_animation 3s ease infinite;
	-moz-animation: logo_animation 3s ease infinite;
	animation: logo_animation 3s ease infinite;
	
}

.txt_audio {
	color: #fff;
	position: absolute;
	top: 60%;
	right: 0;
	left: 50%;
	text-align: center;
	margin: 0;
	font-size: 20px;
	bottom: 0;
	transform: translate(-50%,0%);
	width: 100%;
	line-height:35px;
}

.logo_audio 
{
	position: absolute;
	top: 20%;
	right: 0;
	/* left: 38%; */
	left: 45%;
	text-align: center;
	margin: 0;
	z-index: 1;
	/* background: #131315; */
	/* transform: translate(0%,-10%); */
	transform: translate(-40%,-10%);
}
/* .logo_animate
{
	position: absolute;
	background:none;
} */
.skip 
{
	color: #fff;
	position: absolute;
	bottom: 5%;
	right: 0;
	left: 0;
	text-align: center;
	margin: 0;
	cursor:pointer;	
}
header
{
    position: relative;
}
header .container
{
	max-width:1500px;
	width:100%;
}

.navbar-inverse 
{
	border: 0;
	z-index: 2;
	/* padding: 0 15px; */
	position: absolute;
	top: 0;
	right: 0;
}
.navbar-inverse .container-fluid
{
	padding:0;
}
.navbar-inverse .navbar-nav > li > a 
{
	color: #fff;
	padding: 8px 10px;
	font-size: 17px;
}


/* Multi Level */
.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 30px;
    /* left: 100%; */
    left: 0;
    margin-top: -6px;
    margin-left: -1px;
    /* -webkit-border-radius: 0 6px 6px 6px; */
    /* -moz-border-radius: 0 6px 6px; */
    border-radius: 0;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu>a:after {
    display: block;
    content: " ";
    float: right;
    width: 0;
    height: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    border-left-color: #ccc;
    margin-top: 5px;
    margin-right: -10px;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
    /* -webkit-border-radius: 6px 0 6px 6px; */
    /* -moz-border-radius: 6px 0 6px 6px; */
    border-radius: 0;
}

.navbar-brand
{
	padding: 0;
	margin: 0;
}
.navbar-brand img 
{
	max-width: 300px;
	padding: 10px 30px;
}
.navbar-inverse 
{
	width: 100%;
	/* margin-top: 115px; */
	background:none;
	left: 0;
}
.navbar-nav
{
	margin:10px 0 0 0;
}
.navbar-header 
{
	width: 100%;
}
.navbar-collapse.collapse 
{
	padding: 0;
}
.navbar-nav > li > .dropdown-menu 
{
	border-radius: 0;
}
.navbar-toggle,.navbar-toggle:focus
{
    background: transparent !important;
    border: none;
}
.navbar-toggle .icon-bar 
{
    display: block;
    width: 27px;
    height: 3px;
    border-radius: 1px;
    margin-top: -2px;
}

@media screen and (max-width:991px) and (max-height:620px)
{
	.small-text
	{
		display:none;
	}
	.gra_nav 
	{
		bottom: 20% !important;
	}
}

.banner_sec .col-sm-1
{
	padding-left:0;
	padding-right:0;
}
.banner_sec .col-sm-1 img
{
	width:100%;
}

.text_Banner_sec
{
	position: absolute;
	width: 100%;
	bottom: 10%;
}
.small-text
{
	color: #c0bebe !important;
	font-size:14px;
	line-height: 30px;
	text-align:center;
	
}
.mfp-close
{
    cursor: pointer !important;
}
/* Responsive */
@media screen and (min-width:992px)
{
	
}
@media screen and (min-width:600px) and (max-width:991px)
{
	.banner_sec .col-sm-2
	{
		width:20% !important;
		float: left;
	}
}
@media screen and (max-width:599px)
{
	.banner_sec .col-xs-2
	{
		width:33.3333333% !important;
		float: left;
	}
}
@media screen and (max-width:620px)
{	
	.small-text
	{
		display:none !important
	}
}
@media screen and (min-width:563px) and (max-width:815px)
{	
	.banner_sec .carousel-indicators li a 
	{
		line-height: 20px;
	}
}
@media screen and (max-width:767px)
{
	.logo_audio 
	{
		/* top: 10%; */
	}
	.logo_audio img
	{
		max-width: 300px;
	}
	.section ,.fp-tableCell
	{
		height: auto !important;
		padding:20px 0;
	}
	.banner_sec 
	{
		padding-top: 70px;
	}
}
@media screen and (min-width:768px)
{
	.navbar-inverse 
	{
		background: none;
	}
	.banner_sec .col-sm-1
	{
		width:11.1111%;
	}
}
@media screen and (max-width:958px)
{
	
	.gra_nav 
	{
		bottom: 45%;
	}
	.banner_sec .carousel-indicators li a 
	{
		font-size: 30px;
		letter-spacing: 0;
	}
	.small-text 
	{
		line-height: 21px;
		left: 0;
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
}
@media screen and (max-width:991px)
{
	.navbar-inverse
	{
		left: 0;
		
	}
	.navbar-toggle 
	{
		display: block !important;
	}
	.navbar-collapse.collapse 
	{
		display: none !important;
		padding: 0;
	}
	.navbar-collapse.collapse.in 
	{
		display: block !important;
		padding: 0;
	}
	
	.navbar-inverse .navbar-nav > li > a 
	{
		padding: 8px 30px;
	}
	.navbar-inverse .navbar-nav > li > a:hover 
	{
		padding: 8px 30px;
		text-decoration:underline;
	}
	.navbar-nav
	{
		width:100%;
	    background:#086f86 !important;
	    padding: 0 15px 15px;
	}
	.navbar-nav > li 
	{
		float: left;
		display: block;
		float: none;
	}
	.logo_audio 
	{
		top: 1% !important;
		left: 1% !important;
		transform: translate(0);
		text-align: left;
	}
	.navbar .container
	{
	    padding:0;
	}
	.navbar-collapse
	{
	    padding-left:0;
	    padding-right:0;
	}
	.navbar-header
	{
	    margin-bottom:15px;
	}
}

@media screen and (max-width:1447px)
{
	.small-text 
	{
		line-height: 21px;
		left: 0;
		max-width: 100%;
		width: 100%;
		text-align: center;
	}
}

@media screen and (min-width:1500px)
{
    nav
    {
        padding-right:10%;
    }
}
@media screen and (max-width:450px)
{
	.banner_sec .carousel-indicators li
	{
		display:block !important;
		margin-bottom:10px;
	}
	.banner_sec .carousel-indicators
	{
		bottom:20%;
	}
	
}


@-webkit-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@-moz-keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}

@keyframes Gradient {
	0% {
		background-position: 0% 50%
	}
	50% {
		background-position: 100% 50%
	}
	100% {
		background-position: 0% 50%
	}
}
/* --------------End Navbar and banner------------- */
/* .home_sec2
{
	background: rgb(153, 153, 102);
} */

.the_man_sec
{
	background:url(../images/bg-banner/The-Man.jpg);
	background-size:caover;
	background-position:center center;
}
.journey_sec, .downloads 
{
	/* background:rgb(0, 119, 179); */
	background:url(../images/bg-banner/Journey_2.jpg);
	background-size:caover;
	background-position:center center;
}
.busines_show
{
	/* background:rgb(128, 0, 128); */	
	background:url(../images/bg-banner/Business-Mentor.jpg);
	background-size:caover;
	background-position:center center;
}
.builder_nano
{	
	/* background:rgb(153, 0, 77); */
	background:url(../images/bg-banner/Nano-Hiusing.jpg);
	background-size:caover;
	background-position:center center;
}
.corporate_res
{	
	/* background:rgb(153, 0, 77); */
	background:url(../images/bg-banner/corporate-responsibility.jpg);
	background-size:caover;
	background-position:center center;
}
.mountaineer_sec
{
	/* background:rgb(204, 136, 0); */
	background:url(../images/bg-banner/Mountaineer.jpg);
	background-size:caover;
	background-position:center center;
	
}
.philanthropist_sec
{
	/* background:rgb(122, 0, 153); */
	background:url(../images/bg-banner/Philantropist.jpg);
	background-size:caover;
	background-position:center center;
}
.author_sec
{	
	/* background:rgb(0, 153, 115); */
	background:url(../images/bg-banner/Author.jpg);
	background-size:caover;
	background-position:center center;
}
.speeches_sec
{
	/* background:rgb(0, 89, 179); */
	background:url(../images/bg-banner/Speeches.jpg);
	background-size:caover;
	background-position:center center;
}
.media_sec
{
	/* background:rgb(45, 89, 134); */
	background:url(../images/bg-banner/Media-Presence.jpg);
	background-size:caover;
	background-position:center center;
}
.contact_sec
{
	/* background:rgb(153, 0, 77); */
	background:url(../images/bg-banner/contact-us.jpg);
	background-size:caover;
	background-position:center center;
}
.nuclear_scientist
{
    background:url(../images/bg-banner/nuclear-scientist.jpg);
    background-size:caover;
	background-position:center center;
}
.social_res
{
    background:url(../images/bg-banner/social-responsibility.jpg);
    background-size:caover;
	background-position:center center;
}


.home_sec2, .journey_sec, .busines_show, .philanthropist_sec, .builder_nano, .mountaineer_sec, .author_sec, .speeches_sec, .media_sec, .contact_sec,.nuclear_scientist
{
	padding-left:12px ;
	padding-right:12px ;
}
.home_sec2, .journey_sec, .busines_show, .philanthropist_sec, .builder_nano, .mountaineer_sec, .author_sec, .speeches_sec, .media_sec, .contact_sec,.nuclear_scientist,.social_res
{
	padding-left:12px ;
	padding-right:12px ;
}

@media only screen and (max-width:767px)
{
	.home_sec2, .journey_sec, .busines_show, .philanthropist_sec, .builder_nano, .mountaineer_sec, .author_sec, .speeches_sec, .media_sec, .contact_sec,.corporate_res ,.nuclear_scientist,.social_res
	{
		height:auto !important;
		padding:23px 12px ;
	}
	.home_sec2_2
	{
		padding:23px 27px;
		height:auto !important;
	}
}


 p 
{
    line-height: 24px;
    letter-spacing: 0.4px;
	font-size:15px;
}
.home_sec2
{
	
	 padding-top:13%;
	/* margin-bottom:10%;  */
	
}
.home_sec2 img
{
	max-width:100% !important;
}


/*.home_sec2
{
	 height:100vh;
	padding-top:10%;
	padding-bottom:10%; 
	background: #f3f0f0;
}*/

.home_sec2 .slideItem
{
	background:#fff;
	border: 1px solid #dedddd !important;
	width:70% !important; 
}
.home_sec2 .slideItem img
{
	width:100% !important;
	height:100% !important;
}
.home_sec2 .read_mre_btn
{
	margin-top:30px !important;
}
.home_sec2 .read_mre_btn a 
{
    padding: 8px 20px !important;
    font-size: 16px !important;
    color: #000 !important;
    border: 1px solid #000 !important;
	display:inline-block !important;
}
.cont_slide
{
	padding:10% 5%;
	font-family: 'Open Sans', sans-serif;
}
.cont_slide h4
{
	font-size:25px;
	font-weight:bold;
}
.cont_slide p
{
	text-align: left;
	line-height: 24px;
	letter-spacing: 0.4px;
	margin-top: 22px !important;
}

.author_sec p
{
	margin-top:15px;
}

/* --------Start The man--------- */
.the_man_flex
{
	display:flex !important;
}
.cont_slide p
	{
		text-align:justify;
	}

/* --------Start The Man--------- */


/* --------Start Nano Builder--------- */

.builder_nano p
{
	color:#fff;
	padding:8px 2%;
}
.builder_nano .item ,.mountaineer_con .item
{
	padding: 0 16px;
}
/* --------End Nano Builder--------- */


/* --------Start Speeches--------- */
.speeches_sec img
{
	max-width:100%;	
}
.cover
{
	display:none !important;
}
.controls
{
	position: initial;
	margin-top: 9%;
	display:flex;
	padding: 0 20%;
}
.controls .rew, .controls .fwd, .controls .stop 
{
    width: 32px;
    height: 32px;
    margin: 5px 5px 5px 5px;
	background-size: 100% !important;
	/* display: inline-block; */
	float: none !important;
}
.controls .play, .controls .pause 
{
    width: 40px;
    height: 40px;
    margin: 0 5px 0px 5px;
	background-size: 100% !important;
	/* display: inline-block; */
	float: none !important; 
}
.title
{
	position:initial;
}
.volume
{
	position: initial;
	margin-top: 15px !important;
	width: auto;
	height:auto;
	display:flex;
	padding: 0 20%;
}
.volume-btn 
{
	display:inline-block;
	float:none !important; 
	position: initial;
	margin: 5px 5px 5px 5px;
}
.volume-adjust
{
	display:inline-block;
	float:none !important; 
	position: initial;
	max-width:130px;
	width:100%;
	margin: 5px 5px 5px 5px;
}
.title
{
	font-size: 12px;
	padding-top: 10px;
}
/* --------End Speeches--------- */


.fp-controlArrow.fp-prev
{
	width:37px !important;
	height:70px !important;
	border:none !important; 
	background:url(../images/arrow-left1.png);
}
.fp-controlArrow.fp-next
{
	width:37px !important;
	height:70px !important;
	border:none !important;
	background:url(../images/arrow-right1.png);
}

/* --------Contact Us-------- */
.con_form
{
	max-width:650px;
	margin:0 auto;
	padding:0 5%;
	text-align: left;
	padding-bottom: 40px;
}
.con_form .form-control
{
	background:transparent;
	box-shadow:0;
	border-color:#fff;
	border-radius:0;
	color:#fff;
}
.btn-default
{
	background:transparent;
	box-shadow:0;
	border-color:#fff;
	border-radius:0;
	color:#fff;
	padding: 8px 30px;
}
.error
{
	color: #c90f0f;
}

::placeholder {
  color: #fff !important;
  opacity: 1; /* Firefox */
}

:-ms-input-placeholder { /* Internet Explorer 10-11 */
 color: #fff;
}

::-ms-input-placeholder { /* Microsoft Edge */
 color: #fff;
}
/* ----------End Contact Us-------- */

/* ----------Start Mountaniar--------- */
/* .moun_carousel_2 iframe
{
	width:100vw;
	height:16.2vw;
	max-width:100%;
} */
.busines_show .intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
 
.busines_show .intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0 13px;
}

.owl-carousel .owl-video-play-icon {
    width: 50px;
    height: 50px;
    margin-left: -25px;
    margin-top: -25px;
}
.item-video 
{
    height: 510px;
}

.mountaineer_sec .intrinsic-container {
  position: relative;
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
}
 
.mountaineer_sec .intrinsic-container iframe {
  position: absolute;
  top:0;
  left: 0;
  width: 100%;
  height: 100%;
}

.mountaineer_sec .owl-prev , .home_sec2_2 .owl-prev
{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 43%;
	left: -20px;	
}
 .home_sec2_2 .owl-prev .owl_prev
{
	width: 15px;
	height: 35px;
	background:url(../images/arrow-left1.png);
	background-size:100% 100%;
}
 .home_sec2_2 .owl-next
{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 43%;
	right: -20px;
}
 .home_sec2_2 .owl-next .owl_next
{
	width: 15px;
	height: 35px;
	background:url(../images/arrow-right1.png);
	background-size:100% 100%;
}
.mountaineer_sec .fa-chevron-left::before ,.mountaineer_sec .fa-chevron-right::before , .home_sec2_2 .fa-chevron-left::before ,.home_sec2_2 .fa-chevron-right::before 
{
    content: "\f053";
    display: none;
}


/* ----------End Mountaniar--------- */

/* ----------Start Author--------- */
.author_con 
{
	width:1400px;
	max-width:100%;
	
}
.author_con .item
{
	border: 1px solid rgba(255, 255, 255, 0.28);
	padding: 2%;
	text-align:center;
}
.author_con .item img
{
	max-width:270px;
	width:100%;
	margin: 0 auto;
}

.cont_slide
{
	overflow:auto;
}
.author_con .item h4
{
	color:#fff;
	font-weight:bold;
	margin-top:15px;
}
.buy_btn a
{
	padding: 6px 18px !important;
    font-size: 14px !important;
    color: #fff !important;
    border: 1px solid #fff !important;
    display: inline-block !important;
	margin-top:15px;
}
.buy_btn a:hover
{
	color: #000 !important;
    border: 1px solid #000 !important;
}
.owl_nav_cls1 .owl-prev 
{
	display: inline-block;
	position: absolute;
	left: 0;
	top: 43%;
	left: -20px;	
}
.owl_nav_cls1 .owl_prev
{
	background:url(../images/arrow-left1.png);
	background-size:100% 100%;
}
.owl_nav_cls1 .owl-next
{
	display: inline-block;
	position: absolute;
	right: 0;
	top: 43%;
	right: -20px;
}
.owl_nav_cls1 .owl_next
{
	background:url(../images/arrow-right1.png);
	background-size:100% 100%;
}
.owl_nav_cls1 .fa-chevron-right::before,.owl_nav_cls1 .fa-chevron-left::before
{
    content: "\f053";
    display: none;
}
/* ----------End Author--------- */

/* ----------End philanthropist--------- */
.philanthropist_sec .item
{
	padding: 0 16px;
}
.philanthropist_sec .item p
{
	color:#fff;
	padding: 8px 2%;
}
/* ----------End philanthropist--------- */

.signatutre img
{
	position:fixed;
	bottom:2%;
	right:15%;
	z-index:999999999;
}

.conttt
{
	background: rgba(0, 0, 0, 0.25);
	padding: 10%;
}
.conttt p
{
	color: #fff;
	line-height: 37px;
}

.media_sec .item,.corporate_res .item, .social_res .item,.nuclear_scientist .item
{
	padding: 0 16px;
}	
.min_footer
{
    position:absolute;
    bottom:0;
    width:100%;
    background:#086f86;
    left: 0;
    padding: 5px;
    z-index:0;
}
.min_footer p,.min_footer p a
{ 
    color:#fff;
    font-size:13px;
}
.modal-title
{
    font-size: 20px;
    font-weight: 600;
}
.modal-body img
{
	width: 100%;
}
/*#myBtn 
{
   
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 999999999999;
    border: none;
    outline: none;
    background-color: #055b57;
    color: #fff;
    cursor: pointer;
    padding: 3px 10px;
}
#myBtn:hover 
{
    background: #f18d81;
}
*/


@media screen and (max-width:1400px) and (min-width:992px)
{
	.cont_slide p 
	{
    text-align: left !important;
    line-height: 23px !important;
    letter-spacing: 0.4px;
    margin-top: 9px !important;
	font-size:14px !important;
	}
	.home_sec2 .read_mre_btn a 
	{
    padding: 6px 12px !important;
    font-size: 14px !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    display: inline-block !important;
	}
	.logo
	{
		max-width:180px !important;
	}
	.home_sec2
	{
		padding-top: 10%;
	}
}
@media screen and (max-width:991px) and (min-width:768px)
{
	.cont_slide p 
	{
    text-align: left !important;
    line-height: 20px !important;
    letter-spacing: 0.3px;
    margin-top: 6px !important;
	font-size:14px !important;
	}
	.home_sec2 .read_mre_btn a 
	{
    padding: 6px 12px !important;
    font-size: 14px !important;
    color: #000 !important;
    border: 1px solid #000 !important;
    display: inline-block !important;
	}
	.logo
	{
		max-width:140px !important;
	}

}

@media screen and (min-width:992px)
{
	h2.heading
	{
	font-size:35px;
	margin-bottom: 5%;
	}
	nav
	{
	    width: 70% !important;
         margin-right: 0;
        margin-left: auto;
	}
}
@media screen and (min-width:1200px)
{
	.item-video 
	{
    height: 510px;
	}
}
@media screen and (max-width:1199px)
{
	.item-video 
	{
    height: 400px;
	}
}
@media screen and (max-width:991px)
{
	h2.heading
	{
	font-size:30px;
	margin-bottom: 6%;
	}
	.txt_audio 
	{	
	top: 40%;
	left: 50%;	
	font-size: 18px;
	transform: translate(-50%, 0%);
	line-height:35px;
	}
	
}

@media screen and (min-width:768px)
{
	.owl_nav_cls1 .owl_prev
	{
	width: 25px;
	height: 55px;
	}
	.owl_nav_cls1 .owl_next
	{
		width: 25px;
		height: 55px;
	}
	.home_sec2
	{
	height:100vh;
	padding-right:20%;
	}
	.cont_slide
	{
	padding: 10% 5% 15% 0;
	font-family: 'Open Sans', sans-serif;
	}
	.home_sec2_2
	{
		display:none;
	}
	.author_con .item
	{
	margin:5px 20px;
	}
	.mount_col_1
	{
		padding-right:40px;
	}
	.mount_col_2
	{
		padding-left:40px;
	}
	.hedden_id
	{
		display:none !important;
	}
	
}

@media screen and (max-width:767px)
{
	.logo
	{
		max-width:130px !important;
		margin-left:20px;
	}
	.signatutre img
	{
	position:fixed;
	bottom:1%;
	right:5%;
	z-index:999999999;
	}
	.owl_nav_cls1 .owl_prev
	{
		width: 15px;
		height: 35px;
	}
	.owl_nav_cls1 .owl_next 
	{
		width: 15px;
		height: 35px;
	}
	.author_con h3
	{
		margin-top:30px;
		font-size:22px;
	}
	.author_con .item
	{
		text-align:center !important;
	}
	.home_sec2_2 .read_mre_btn a 
	{
		padding: 6px 12px !important;
		font-size: 14px !important;
		color: #000 !important;
		border: 1px solid #000 !important;
		display: inline-block !important;
	}
	.moun_carousel_2
	{
		margin-top:30px;
	}
	.home_sec2_2 .read_mre_btn
	{
		margin-top:30px !important;
	}
	.cont_slide2
	{
		margin:15px 0;
	}
	.home_sec2
	{
		display:none;
	}
	h2.heading
	{
	font-size:25px;
	margin-bottom: 20px;
	}
	.home_sec2 .slideItem
	{
	background:#fff;
	border: 1px solid #dedddd !important;
	width:80% !important; 
	}
	.home_sec2
	{
	height:100vh;
	padding-right:10%;
	}	
	.cont_slide
	{
	padding:2% 2%;
	font-family: 'Open Sans', sans-serif;
	}
	.cont_slide p
	{
		height:auto;
		overflow: auto;
	} 
	.txt_audio 
	{	
	top: 40%;
	left: 50%;	
	font-size: 15px;
	transform: translate(-50%, 0%);
	line-height:35px;
	}
	.conttt 
	{
    background: rgba(0, 0, 0, 0.25);
    padding: 5% 1% 4%;
	}
	.conttt p 
	{
    color: #fff;
    line-height: 26px;
	font-size:14px;
	}
	/* ----------------- */
	.banner_sec
	{
		padding-left: 3%;
		padding-right: 3%;
	}
}
.navbar-toggle
{
	margin-top: 10px;
	
}
@media screen and (max-width:500px)
{
	.skip 
	{
		bottom: 18%;
	}
	.item-video 
	{
    height: 300px;
	}
}
