body {
  padding-top: 0px;
  padding-bottom: 0px;
  font-family: 'Open Sans', sans-serif;
  color: #333;
}
a:hover
{
text-decoration:none;
}
ul
{
list-style:none;
margin:0;
padding:0;
}
h1, h2,h3,h4,h5,h6
{
font-family: 'Raleway', sans-serif;
}
.navbar {
  margin-bottom: 0px;
  border-bottom:none;

}
.navbar-wrapper {
  position:relative;
  top: 0px;
  right: 0;
  left: 0;
  z-index: 20;
}
/*@media(min-width:768px)
{
.navbar-wrapper {
  position: absolute;
  }
}*/

/* Flip around the padding for proper display in narrow viewports */
.navbar-wrapper > .container {
  padding-right: 0;
  padding-left: 0;
}
.navbar-wrapper .navbar {
  /*padding-right: 15px;
  padding-left: 15px;*/
      
}
.navbar-wrapper .navbar .container {
  /*width: auto;*/
}
.main-header
{
    
    -moz-transition-property: all;
    -o-transition-property: all;
    -webkit-transition-property: all;
    transition-property: all;
    -moz-transition-duration: 0.4s;
    -o-transition-duration: 0.4s;
    -webkit-transition-duration: 0.4s;
    transition-duration: 0.4s;
	background: #0C0C0C;
	
	   
}

@media(min-width:992px)
{
.shrink
{
width:100%;
position:fixed;
top:0;
z-index: 9999;
background:#0c0c0c;
-webkit-box-shadow: 0px 13px 30px -12px rgba(0,0,0,0.75);
    -moz-box-shadow: 0px 13px 30px -12px rgba(0,0,0,0.75);
    box-shadow: 0px 13px 30px -12px rgba(0,0,0,0.75);
}
}
.shrink .navbar-inverse
{
/*background:#fff;*/
}
.shrink .navbar
{
    min-height: 70px;
}
.shrink .header-left div
{
margin-top:15px;
}
.shrink .navbar-brand img
{

}
@media(min-width:992px)
{
.shrink .navbar-brand img
{
}
}


.logo_light
{
display:block;
}
.logo_dark
{
display:none;
}
.shrink .logo_light
{
height: 62px;
}
.shrink .logo_dark
{
display:block;
}

/* CUSTOMIZE THE CAROUSEL
-------------------------------------------------- */

/* Carousel base class */
.carousel {
  /*height: 500px;*/
  margin-bottom: 0px;
  position:relative;
}
/* Since positioning the image, we need to help out the caption */
.carousel-caption {
  z-index: 10;
}
/*<!--.navbar-brand img
{
  
    width:125px;
    padding-top: 2px;
}
@media(min-width:992px)
{
.navbar-brand img
{
width:136px;
}
}-->*/


/* Declare heights because of positioning of img element */
.carousel .item {
  /*height: 500px;*/
  background-color: #777;
}
.carousel .image1
{
    padding: 288px 0 150px;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-image: url(../images/slider1.jpg);
    height: 700px;
}
@media(min-width:768px)
{
.carousel .image1
{
padding:200px 0 100px;
height:625px;
}
}
@media(min-width:1600px)
{
.carousel .image1
{
padding: 280px 0 190px;
    height: 700px;
}
}
.carousel .image1:before
{
position:absolute;
content:'';
left:0;
right:0;
bottom:0;
top:0;
/*background: rgba(0, 0, 0, 0.4);*/
display:block;
}
/*.carousel .image1:before
{
background-color: rgba(147,115,222,0.85);
display:block;
left:0;
right:0;
bottom:0;
top:0;
position:absolute;
content:'';
}*/
.carousel-inner > .item > img {
  /*position: absolute;*/
  top: 0;
  left: 0;
  min-width: 100%;
  /*height: 500px;*/
}

/*---------------------------------------------menu-------------------------------------------*/

.grid-demo {
  padding: 10px 30px;
}

  .grid-demo [class*="col-"] {
    margin-top: 5px;
    margin-bottom: 5px;
    font-size: 1em;
    text-align: left;
    line-height: 2;
    /* background-color: #e5e1ea; */
   
  }
 .grid-demo .row .col-sm-3:first-child
 {
 border-left:none;
 }
 .yamm .nav,
.yamm .collapse,
.yamm .dropup,
.yamm .dropdown.yamm-fw {
  position: static;
}
.yamm .container {
  position: relative;
}
.yamm .dropdown-menu {
  left: auto;
}
.yamm .yamm-content {
  padding: 20px 30px;
}
.yamm .dropdown.yamm-fw .dropdown-menu {
  left: 0;
  right: 0;
}
.grid-demo h4
{
    font-weight: 300;
    border-bottom: 1px solid #ee3b33;
    text-transform: uppercase;
    font-size: 14px;
    margin: 0;
    padding-bottom: 2px;
}
.new_menu ul
{
list-style:none;
padding:0;
margin:0;
}
.new_menu ul li
{

font-family: 'Montserrat', sans-serif;
}
.new_menu ul li a
{
border-bottom:1px solid #eee;
display:block;
padding:5px 10px;
color:#000;
}
.new_menu ul li:last-child a
{
border-bottom:none;
}
.new_menu ul li a:hover
{
background:#f7f7f7;
color:#ee3b33;
}
/*-----------------------------------------------------------top header------------------------------------*/
.top-header {
    background: #000000;
    padding: 7px 0;
    color: #fff;
    border-bottom: 1px solid #adadad;
}
.left2
{
text-align:center;
}
.right2
{
    text-align:left;
}
@media(min-width:768px)
{
.left2
{
text-align:left;
}
.right2
{
text-align:right;
}
}
.top-head-left
{
margin-top:6px;
}
.top-head-left ul
{
margin:0;
padding:0;
list-style:none;
margin-top:0px;
}
.top-head-left ul li
{
    display: inline-block;
    color: #fff;
    padding: 0px 10px;
    position: relative;
    padding-left: 20px;
    font-size: 14px;
	margin-right: 10px;
	
}
.top-head-left ul li:last-child
{
margin-right: 0px;
}
.top-head-left ul li a
{
color:#fff;
}
.top-head-left ul li i
{
          color: #00adef;
    margin-right: 0px;
    position: absolute;
    left: 0px;
    top: 3px;
    font-size: 15px;
   
}
.top-head-left ul li span
{
    color: #ee3b33;
	padding-bottom:10px;
	font-size:15px;
	font-weight: 600;
}
.account 
{
list-style:none;
margin:0;
padding:0;
}
.account  li
{
padding:0 5px;
display:inline-block;
}
.account  li a
{
color:#fff;
font-size:11px;
text-transform:uppercase;
}
.account  li a i
{
padding-right:3px;
}


.search
{
border:none;
    background: rgb(24, 28, 84);
height:30px;
border-radius:0;
max-width:320px;
font-weight:600;
font-size:12px;
color:#fff;
}
.btn-search
{
height:30px;
background:#000;
color:#fff;
border:none;
width:40px;
margin-top:-30px;
outline:none;
}
/*-------------------------------------------------------------end of top header-------------------------------------------*/



.center
{
text-align:center;
}
.box-img img
{
width:50%;
border-radius:50%;
background-color: #ffffff;
    border: 1px solid #dddddd;
	    padding: 3px;
		    -webkit-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
}
.box-img img:hover
{
opacity:0.8;
}




.social
{
margin-top:0px;
}

.social ul
{
list-style:none;
margin:0;
padding:0;
margin-top:0px;
}
.social ul li
{
    padding: 0 5px;
    display: inline-block;
}
.social ul li a
{

}
.social li a
{   
    font-size: 13px;
    /* border: 3px solid; */
    color: #000;
    width: 25px;
    margin: 2px;
    height: 25px;
    line-height: 30px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    transition: all 0.5s;
    background: #fff;
    padding-top: 7px;	
}
.social li a:hover
{
background:#00adef;
color:#fff;
}


.smallsize
{
font-size:13px;
}

/*---------------------------------------------------------slider text---------------------------------------------------------*/
.slider
{ position:relative;}
/*.slider:after
{
    background: url(../images/triangle-bg.png) no-repeat;
    background-size: 100% 214px;
    bottom: 0;
    content: "";
    height: 214px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    width: 100%;
}*/
.transparent
{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 0;
    background: rgba(0, 0, 0, 0.4);
}
.cap1
{
    
    display: block;
    
	position:relative;
	padding:0 52px;
    
}
@media(min-width:768px)
{
.cap1 
{
padding:0 60px;
}

}
@media(min-width:992px)
{
.cap1 
{
padding:0 50px;
}

}

.cap2
{

}


.cap1 h3
{
   font-size: 22px;
    line-height: 24px;
    color:#00adef;
    margin: 0 0 0px;
        text-transform: uppercase;
   
}
.cap1 h4
{
color:#fff;
text-transform:uppercase;
font-size:22px;
letter-spacing:3px;
}
.cap1 h2
{
    font-size: 70px;
    line-height: 70px;
    text-transform: uppercase;
    color: #fff;
    margin: 0;
    margin-bottom: 10px;
    font-weight: 800;
    margin-top: 6px;
    font-family: 'Raleway', sans-serif;
    
}
.cap1 h2 span
{
display:block;
}
.image2 .cap1 h2
{
color:#000;
}
.cap1 h1 span
{
color: #FC6B4A;
}
.cap1 p
{
     margin-top: 17px;
    padding: 0px 0;
    color: rgba(255, 255, 255, 0.65);
    font-size: 16px;
    line-height: 23px;
    font-weight: 400;
	    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1);
    transform-origin: 50% 50% 0px;
	letter-spacing:1.5px;
}
.image1 .cap1 .slider-p
{
color:#333;
}
.white .slider-p
{
color:#fff;
}
@media(max-width:767px)
{
.cap1 h2
{
font-size:23px;
line-height:25px;
}
.cap1 .slider-p
{
font-size: 14px;
line-height:22px;
}
}
.btn2
{
   background:#00adef;
    height: 45px;
	 border-radius:0px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-weight: 600;
    font-size: 13px;
	line-height: 40px;
    padding-top: 0px;
    padding-right: 25px;
    padding-bottom: 0px;
    padding-left: 25px;
    transition: all .25s cubic-bezier(.4,.01,.1,1);
	display:inline-block;
	position:relative;
	z-index:1;
	overflow:hidden;
	border:2px solid #00adef;
	transition: all 0.3s ease-in-out;
    moz-transition: all 0.3s ease-in-out;
    webkit-transition: all 0.3s ease-in-out;
    o-transition: all 0.3s ease-in-out;
	

}
.slider-inner a
{
margin-left:5px;
margin-right:5px;
}

.btn2:hover
{
color:#fff;
background:#000;
	
}

.btn2 i
{
font-size:15px;	
}
.btn2:hover i
{

}

.btn4
{
display:inline-block;
padding:10px 27px;
border:2px solid #ee3b33;
color:#ee3b33;
font-weight:700;
font-size:14px;
text-transform:uppercase;
}

.btn4:hover, btn4:focus
{
background:#ee3b33;
color:#fff;
}
.cap1 .btn2
{
margin-top:20px;
}
/*---------------------------------------------------------slider text end---------------------------------------------------------*/


/*----------------------------------------------------------NEW CSS-----------------------------------------------------------*/
.pd0
{
padding:0;
}
.heading
{
position:relative;
margin-bottom:30px;
}
.heading h2
{
       display: block;
    font-size: 50px;
    font-weight: 800;
    line-height: 100%;
    margin-bottom: 0;
    position: relative;
    text-transform: uppercase;
    margin: 0;
    z-index: 2;
    color: #ededed;
    font-family: 'Open Sans', sans-serif;
}
.heading h2:before
{
/*background: url(../images/title-bg.png) no-repeat;*/
    content: "";
    height: 191px;
    left: -34px;
    position: absolute;
    top: -26px;
    width: 189px;
    z-index: -1;
}


.abt p
{
font-size:18px;
font-weight:300;
line-height:30px;
}
.abt ul
{
list-style:none;
margin:0;
padding:0;
}
.abt ul li
{
font-size:17px;
font-weight:300;
padding:6px 0;
position:relative;
padding-left:20px;
}
.abt ul li:before
{
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "\f013";
    position: absolute;
    left: 0;
    color: #00adef;
    font-size: 14px;
    top: 12px;
}
p a
{
color: #00adef;
}
.heading h4, .con1 h4
{
    margin-top: 0px;
    font-size: 30px;
    font-weight: 300;
    margin-bottom: 5px;
    text-transform: uppercase;
    letter-spacing: 2px;
    z-index: 2;
    position: relative;	
    color: #00adef;
}

@media(max-width:767px)
{
.heading h2
{
font-size:27px;
}

.heading h4 {
    margin-top: 6px;
    font-size: 18px;
}	
}


/*-------------------------------------------------------Spna00-----------------------------------------------------------*/
.span00
{
padding:130px 0 0px;
background: #0c0c0c;
border-top: 1px solid #fff;
border-bottom: 1px solid #fff;
}


.span00 p
{
line-height: 1.7;
    font-size: 17px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 27px;
    position: relative;
    z-index: 3;
}
.img21
{
margin-top:40px;
}
.img21 img
{
width:100%;
}
.img0 img:nth-child(2)
{
/*margin-top:30px;*/
}
/*-------------------------------------------------------end Spna00-----------------------------------------------------------*/
/*-------------------------------------------------------Spna0-----------------------------------------------------------*/
.span0
{
padding:80px 0 130px;

/* background:url(../images/2.jpg) center; */
    background: #0c0c0c;
background-size:cover;
color:#fff;
position:relative;
background-attachment: fixed;
}

.span0:before
{
    position: absolute;
    background-image: linear-gradient(to bottom left, rgb(12 12 12), rgb(0 0 0 / 70%));
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.span0 .container
{
position:relative;
z-index:1;
}
.mrg50
{
margin-top:50px;
}


/*-------------------------------------------------------end Spna0-----------------------------------------------------------*/
/*----------------------------------------------- Span abt---------------------------------------------------*/

.spanabt
{
/*background:url(../images/course_bg.jpg) center;*/
/*background:url(../images/abt.jpg) center;*/
background-size:cover;
color:#fff;
position:relative;
}

.spanabt:before
{
    position: absolute;
    background-image: linear-gradient(to bottom left, rgb(12 12 12), rgb(0 0 0 / 94%));
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
/*-------------------------------------------------------Spna1-----------------------------------------------------------*/
.span1
{
color:#fff;
background:url(../images/parallex.jpg) center;
background-size:cover;
overflow:hidden;
}
@media(min-width:1024px)
{
.span1
{
background-attachment:fixed;
}
}
.span11
{

padding:60px 50px;
position:relative;
}
.span11:before
{
position:absolute;
left:-100000px;
right:0;
top:0;
bottom:0;
    background: rgba(255, 93, 2, 0.8);
content:'';
}
.span11 ul 
{
margin:0;
padding:0;
list-style:none;
}
.span11 ul  li
{
padding:5px 0;
position:relative;
font-size:16px;
padding-left:20px;
    line-height: 26px;
}
.span11 ul  li:before
{
display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	content: "\f105";
	position:absolute;
	left:0;
	    top: 8px;
}
/*--------------------------------------------------------end Span1------------------------------------------------------*/

/*---------------------------------------------------------Span2------------------------------------------------------*/
.span2
{
overflow:hidden;
padding:60px 0;
}
.box2
{
position:relative;
overflow:hidden;
    margin-bottom: 30px;
}
.box2_img
{
color: #fff;
    position: relative;
   
    overflow: hidden;
    text-align: center;
    line-height: 0;
}
.box2_img img
{
height: auto;
    max-width: 100%;
    border: none;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.box2_img img
{
opacity: 1;
    width: 100%;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
}
.box2_img .flap
{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.box2_img .flap:before
{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    content: '';
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    transition: opacity 0.4s;
    background-image: linear-gradient(-45deg, #000 0%, transparent 40%, rgba(255, 255, 255, 0.6));
}
.box2_img:hover .flap:before
{
    opacity: 1;
}
.box2_img .flap span
{
display: inline-block;
    font-size: 24px;
    color: #fff;
    padding: 6px 16px;
    position: absolute;
    bottom: 10px;
    right: 0px;
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.05s linear;
    transition: 0.05s linear;
    -webkit-transition-delay: 0.01s;
    transition-delay: 0.01s;
}
.box2_img:hover .flap span
{
opacity: 1;
    -webkit-transition-delay: 0.15s;
    transition-delay: 0.15s;
}
.box2_img .flap .curl
{
width: 0px;
    height: 0px;
    position: absolute;
    bottom: 0;
    right: 0;
    background: linear-gradient(135deg, #ffffff, #f3f3f3 20%, #bbb 38%, #aaa 44%, #888 50%, rgba(0, 0, 0, 0.7) 50%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.3));
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    transition: all .4s ease;
}
.box2_img:hover .flap .curl
{
width: 90px;
    height: 90px;
}
.curl:before, .curl:after
{
content: '';
    position: absolute;
    z-index: -1;
    left: 12%;
    bottom: 6%;
    width: 70%;
    max-width: 300px;
    max-height: 100px;
    height: 55%;
    box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
    transform: skew(-10deg) rotate(-6deg);
}
.curl:after
{
left: auto;
    right: 6%;
    bottom: auto;
    top: 14%;
    transform: skew(-15deg) rotate(-84deg);
}
.box2_txt
{
position:relative;
}
.box2_img a
{
left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    color: #fff;
}
.box2_txt h3
{
margin-top:15px;
margin-bottom:0;
font-size:20px;
}

.box2_txt h3 a
{
color:#333;
}
.box2_txt h3 a:hover, .box2_txt h3 a:focus
{
text-decoration:none;
}
.box2_txt span
{
color:#999;
}
/*--------------------------------------------------------end Span2------------------------------------------------------*/

/*-----------------------------------------span3------------------------------------------------------*/
/*---------------------------------------span3----------------------------------------*/

/*---------------------------------------span3 end----------------------------------------*/
/*-------------------------------------end of span3----------------------------------------*/

/*------------------------------------------------span4--------------------------------------------------------*/

/*------------------------------------------------end span4--------------------------------------------------------*/
/*------------------------------------------------span5--------------------------------------------------------*/
/*------------------------------------span5-----------------------------------*/
.span5
{
    position: relative;
    display: block;
    overflow: hidden;
    /*padding-top: 35px;*/
}
.span5 .heading h2
{

}
.part1 a
{
display:block;
}
.part1 .part1-img
{
position:relative;
overflow:hidden;
}




.part1 .part1-img img
{
    max-width: 100%;
	transition: all 0.6s ease-in-out;
    moz-transition: all 0.6s ease-in-out;
    webkit-transition: all 0.6s ease-in-out;
    o-transition: all 0.6s ease-in-out;	
/*    max-width: none;
    width: -webkit-calc(100% + 60px);
    width: calc(100% + 60px);
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-50px,0,0);
    transform: translate3d(-50px,0,0);
    vertical-align: middle;*/
}

@media(min-width:768px)
{
.part1 .part1-img:hover img
{
/*-webkit-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);*/
transform:scale(1.1, 1.1);   
}
}

.part1-img .overlay
{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 30px;
  /*  background: -moz-linear-gradient(bottom,#000 0,rgba(0,0,0,.48) 52%,transparent 100%);
    background: -webkit-linear-gradient(bottom,#000 0,rgba(0,0,0,.48) 52%,transparent 100%);
    background: linear-gradient(to top,#000 0,rgba(0,0,0,.48) 52%,transparent 100%);*/
    opacity: 0;
    -webkit-transition: opacity .35s;
    -ms-transition: opacity .35s;
    -moz-transition: opacity .35s;
    transition: opacity .35s;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.part1-img:hover .overlay
{
opacity: 1;
}
.part1-img .overlay .part1-txt
{
display: table;
    width: 100%;
    height: 100%;
    text-align: left;
    -webkit-transition: opacity .35s,-webkit-transform .35s;
    transition: opacity .35s,transform .35s;
    -webkit-transform: translate3d(-10px,0,0);
    transform: translate3d(-10px,0,0);
}
.part1-img .overlay .part1-name
{
display: table-cell;
    vertical-align: bottom;
	color: #fff;
    font-weight: 700;
    letter-spacing: 1px;
}

.part1-img .overlay .part1-name h3
{
color:#fff;
   
	font-weight:700;
	line-height:30px;
	font-size:15px;
	text-transform:uppercase;
}
.span5 .owl-nav
{
display: inline-block;
    margin: 0;
}

.span5 .heading2 h1
{
color:#fff;
}
.span5 .owl-dots
{
display:none !important;
}
/*------------------------------------span5 end-----------------------------------*/
/*------------------------------------------------end span5--------------------------------------------------------*/

/*-----------------------------------------span6---------------------------------------------*/
.span6
{
padding: 70px 0 100px;
    color: #fff;
    background: #0c0c0c;
    border-top: 1px solid #fff;
}
.box6
{
    background: #0156c6;
    padding: 20px;
    height: 176px;
    margin: 15px 0;
    border-top-right-radius: 15px;
    border-bottom-left-radius: 15px;
}

.box6 .icon6 img
{
width:80px;
}

.box6 i
{
   
	font-size:56px;
}
.box6 h4
{
font-weight:700;
font-size:16px;
}
/*-----------------------------------------end span6---------------------------------------------*/

/*-----------------------------------------footer --------------------------------------------------------*/
.footer
{
       position: relative;
	      padding: 130px 0 50px;
		  background:#444;
	   background-size:cover;
   color:#eee;  
   border-top: 1px solid #eee;
}
.footer:before
{
    content: "";
    background: rgba(0, 0, 0, 0.8);
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
}

.footer-widget {
    padding: 50px 0;
    padding-left:0px;
}
@media(max-width:767px)
{
.footer-widget {
padding: 0px 0;
}
}

.footer-widget.abt-footer {
    padding-left: 0;
    position: relative;
}

.abt-footer img
{
position:relative;
}
.abt-footer p
{
    margin-top: 20px;
    z-index: 99;
    position: relative;
    font-size: 13px;
    /* color: #333; */
    line-height: 21px;
    margin-bottom: 25px;
    font-weight: 300;
}
.link-footer h3, .follow h3
{
margin-top:0;
font-weight:700;
color: #fff;
    font-size: 17px;
text-transform:uppercase;
border-bottom: 1px solid rgba(255, 255, 255, 0.1);
position:relative;
    padding-bottom: 16px;
	margin-bottom:25px;
	    
}
@media(max-width:767px)
{
.link-footer h3, .follow h3
{
margin-top:30px;
}
}
/*.link-footer h3:after, .follow h3:after
{
background-color: #00adef;
    bottom: -1px;
    content: "";
    left: 0;
    height: 1px;
    position: absolute;
    width: 50px;
}*/
.follow img
{
width:114px;
margin-bottom:3px;
}
.link-footer ul
{
list-style:none;
margin:0;
padding:0;
}
.link-footer ul li
{
padding:3px 0;

}
.link-footer ul li a
{
           transition: color .4s ease;
    font-size: 13px;
    line-height: 23px;
    color: #eee;
    font-weight: 400;
    position: relative;
    text-transform: uppercase;
    position: relative;
    padding-left: 20px;
    display: block;
}
.link-footer ul li a:before
{
display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
	    content: "\f101";
		position:absolute;
		left:0;
	    top: 4px;
}
.link-footer ul li a:hover
{
color:#00adef;
}

.link-footer2 ul
{
list-style:none;
margin:0;
padding:0;
}
.link-footer2 ul li
{
position: relative;
    color: #eee;
    padding: 8px 0;
    padding-left: 20px;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
}

.link-footer2 ul li a
{
color:#eee;
}

.link-footer2 ul li i
{
    position: absolute;
    left: 0;
    top: 10px;
    color: #00adef;
}
.con-footer ul li
{
    font-size: 13px;
    line-height: 34px;
    color: #9e9e9e;
    font-weight: 400;
    position: relative;
    padding-left: 25px;
}
.con-footer ul li i
{
position:absolute;
left:0;
top: 12px;
    color: #ccc;
}
.social a
{
color:#00adef;
padding:0 5px;
}
.social a:hover
{
color:#fff;
}
.hours ul li
{
font-size: 13px;
    line-height: 34px;
    color: #9e9e9e;
    font-weight: 400;
    position: relative;
    padding-left: 0px;
}
.hours ul li span
{
float:right;
}
.footer2
{
         background-color: #000;
    padding: 20px 0;
    color: #eee;
    font-size: 12px;
    /* border-top: 1px solid #e8e8e8; */
    font-weight: 400;
    letter-spacing: 1px;
}
.left2, .right2
{
text-align:center;
}
@media(min-width:768px)
{
.left2
{
text-align:center;
}
.right2
{
text-align:left;
}
}
.footer2 a
{
color:#00adef;
}

.fgallery ul li
{
width:35%;
display:inline-block;
}
/*-----------------------------------------footer End--------------------------------------------------------*/


/*-----------------------------------------------about page-----------------------------------*/
.banner
{
background:url(../images/banner.jpg) center;
padding:250px 0 30px;
color:#fff;
background-size:cover;
position:relative;
}
@media(max-width:767px)
{
.banner
{
padding:190px 0 100px;
}
}
.banner h1
{
font-weight:700;
font-size:40px;
color:#fff;
margin:0;
text-transform:uppercase;
margin-bottom:10px;
}
.banner:before
{
   /* background: rgba(0, 0, 0, 0.7);*/
    display: block;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}
.banner .container
{
position:relative;
}
.banner p
{
font-size:15px;
line-height:30px;
}

.banner i
{
    padding: 0 5px;
}

/*-----------------------------------------------about page-----------------------------------*/
/*------------------------contact page-----------------------------------------*/
.con1 ul
{
margin:10px 0;
padding:0;
list-style:none;
}
.con1 ul li
{
padding:6px 0;
font-size:17px;
font-weight:300;
position:relative;
padding-left:29px;
}

.con1 ul li i
{
position:absolute;
left:0;
top:9px;
color: #00adef;
}
.con1 ul li a
{
    color: #fff;
}
.input .icon-append {
    position: absolute;
    top: 25px;
    width: 45px;
    height: 40px;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    /* right: 23px; */
    padding-left: 0px;
    background: #00adef
;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #D6D2D2;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    color: #FFF;
    left: 15px;
}
.cont {
/*border: none; */
    box-shadow: none;
    width: 100%;
    padding: 2px 2px 20px;
    background-color: transparent;
    border: 1px solid #ddd;
    border-bottom-width: 1px;
    border-radius: 0;
    line-height: 22px;
    font-weight: 300;
    font-size: 18px;
    color: #000;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    transition: border-color .3s;
}
.cont:focus
{
border-bottom: 1px solid #1d1d1f;
box-shadow:none;
}
.has-error .form-control:focus, .has-error .form-control
{
box-shadow:none;
}
#contact-form .col-md-6
{
margin-bottom:30px;
}
/*------------------------contact page-----------------------------------------*/
.privy-tab
{
    display: inline-block;
    cursor: pointer;
    font-size: 14px;
    letter-spacing: -0.5px !important;
    -webkit-font-smoothing: subpixel-antialiased !important;
    border: 1px solid rgba(0,0,0,0.07);
    position: relative;
    z-index: 9999000;
    line-height: 2.5em;
    font-family: Helvetica,Arial,sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0 !important;
    font-size: 15px;
    text-decoration: none;
    -webkit-transition: all .2s ease,transform 1ms;
    -moz-transition: all .2s ease,transform 1ms;
    -o-transition: all .2s ease,transform 1ms;
    transition: all .2s ease,transform 1ms;
	color:#fff;
}
.privy-tab
{
width: 160px;
    height: 160px;
    position:fixed;
    border: 0;
    box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
    -moz-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 -1px 0 0 rgba(0,0,0,0.1);
border-top: 0;
    top: 0;
left: 0;
    margin-top: -80px;
    margin-left: -80px;
    -webkit-transform: rotate(315deg);
    -moz-transform: rotate(315deg);
    -o-transform: rotate(315deg);
    transform: rotate(315deg);
    filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand',M11=0.7071067811865476,M12=0.7071067811865475,M21=-0.7071067811865475,M22=0.7071067811865476);
    -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(SizingMethod='auto expand', M11=0.7071067811865476, M12=0.7071067811865475, M21=-0.7071067811865475, M22=0.7071067811865476)";
	
}
.privy-tab-text
{
position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    line-height: 24px;
	display: inline-block;
    text-transform: none;
	    bottom: 4px;
}
.privy-tab i
{
position: absolute;
    bottom: 23px;
    top: auto;
    left: 46% !important;
    right: 0 !important;
    margin-left: -5px;
    display: inline-block;
    transform: rotate(20deg);
}
@media(max-width:767px)
{
.navbar-brand
{
    float: left;
    /* text-align: center; */
    /* display: block; */
}
}
.port-box
{
padding:48px 0;
text-align:center;
}
.port-box h3
{
color:#fd0000;
font-weight:300;
font-size:22px;
text-transform:uppercase;
}
@media(min-width:992px)
{
.port-box
{
padding:27px 0;
}
}
@media(min-width:1200px)
{
.port-box
{
padding:48px 0;
}
}
/*----------------------------Modal CSS---------------------------------------*/
.modal-content
{
    background: url(../images/form.jpg) transparent;
    background-size: cover;
    color: #fff;
    overflow: hidden;
    padding-bottom: 26px;
}
.modal-header
{
border-bottom:none;
}
.modal-body .formular
{
margin-top:0;
}
.modal-body .formular p
{
color:#fff;
}
.modal-header .close {
    margin-top: -2px;
    background: rgba(0,0,0,0.3);
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    border: 2px solid #fff;
    font-weight: 300;
}
/*---------------------------------Modal end---------------------------------------------*/

/*---------------------------------below_slider----------------------------------------------*/
.below_slider
{
background: #00adef;
    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    margin-top: 350px;
    position: relative;
    border-radius: 6px 6px 0 0;
}

.contact-bar
{
background: #ffa60b;
background: -moz-linear-gradient(to right, #0c0c0c 38%,#0c0c0c 100%);
background: -webkit-linear-gradient(to right, #0c0c0c 38%,#0c0c0c 100%);
background: linear-gradient(to right, #0c0c0c 38%,#0c0c0c 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#faa106', endColorstr='#d85504',GradientType=1 );
    border: 1px solid #fff;

    color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    margin-top: -174px;
    position: relative;
    border-radius: 6px 6px 0 0;
    z-index: 9;
}
.contact-bar2
{
     margin-top: -126px;
}

.contact-bar3
{
     margin-top: -186px;
}

.contact-bar-pages
{
margin-top:20px;
margin-bottom:20px;
border-radius: 6px;
}

.below_slider h2
{
    margin: 0px 0;
    font-size: 25px;
    font-weight: 600;
    /*text-transform: uppercase;*/
    margin-top: 8px;
    line-height: 1.3;
font-family: 'Open Sans', sans-serif;	
}

.contact-bar h2
{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 700;
    text-transform: uppercase;
}

.contact-bar .btn3
{
    font-size: 16px;
}

.btn3
{
display:inline-block;
border:2px solid #fff;
border-radius:30px;
padding:10px 20px;
font-size:20px;
text-transform:uppercase;
color:#fff;
font-weight:700;
}
.btn3:hover, .btn3:focus
{
background:#fff;
color:#000;
text-decoration:none;
}
/*---------------------------------below_slider end----------------------------------------------*/

/*------------------------------ work_with_us------------------------------------------------*/
.work_with_us
{
padding:60px 0;
color:#000;
}
.work1
{
}
.work1:before
{
background-color: #00acee;
    content: "";
    height: 110px;
    left: 44px;
    position: absolute;
    top: -22px;
    transform: rotate(45deg);
    width: 5px;
	z-index:1;
}
.work_img
{
    -webkit-clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%, 0 13.7%);
    clip-path: polygon(19% 0, 100% 0, 100% 100%, 0 100%, 0 13.7%);
}
.work_img img
{
width:100%;
}
.work_img:before
{
    background-color: rgba(1, 173, 239, 0.5);
    content: "";
    display: block;
    height: 100%;
    opacity: 0;
    position: absolute;
    right: 0;
    overflow: hidden;
    width: 100%;
    transition: all ease 0.5s 0s;
}
.work1:hover .work_img:before
{
    opacity: 1;
}
.work_social
{
color: #fff;
    font-size: 20px;
    font-weight: 700;
    opacity: 0;
    position: absolute;
    text-transform: uppercase;
    top: 45%;
    z-index: 10;
    transition: all ease 0.5s 0s;
    width: 95%;
}
.work1:hover .work_social
{
opacity:1;
}
.work_social ul
{
text-align: center;
    list-style: none;
    margin-left: 22%;
    margin-top: -20px;
}
.work_social ul li
{
display: inline;
    padding: 2px;
}
.work_social ul li a
{
text-decoration: none;
    font-family: sans-serif;
    font-weight: bold;
  
    font-variant: small-caps;
    float: left;
    margin: 5px;
	width:50px;
	height:50px;
	background:#fff;
	color:#000;
	border-radius:50%;
	    padding-top: 16px;
}
.work_txt h3
{
    font-size: 25px;
    font-weight: 700;
    line-height: 25px;
    margin-top: 20px;
       color: #ff9800;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: -8px;
}
.work_txt p
{
font-size: 16px;
    line-height: 25px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    margin-top: 10px;
    text-transform: uppercase;	
}
/*------------------------------ work_with_us end------------------------------------------------*/

.videoWrap {
    position: relative;
    padding-bottom: 54.5%;
    padding-top: 0px;
    height: 0;
   
   
}
.videoWrap iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	border: none;
}

.blue-treasure {
padding:130px 0 50px;
background: #0c0c0c;
    border-top: 1px solid #fff;
}

.blue-treasure p
{
line-height:1.9;
margin-top:20px;
font-size:16px;
color: #fff;
}

.feedback
{
position: fixed;
    top: 40%;
    right: -54px;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
	z-index:999;
	border-radius:0;
}

.feed-btn
{
-webkit-transform: rotate(270deg);
    padding: 8px 20px;
    letter-spacing: 0.5px;
    background: #00adef;
    color: #fff;
    font-weight: 600;
    border-radius: 0;
	box-shadow:none;
}

.feed-btn:hover, .feed-btn:focus
{
color:#fff;
}

.slideout_inner {
background:#f9f9f9;	
padding:10px;
  position: fixed;
  overflow:hidden;
  top: 22%;
  display:block;
  right: -264px;
    box-shadow: 0px 0px 6px #aaa;
    border: 1px solid #98bf3c;
  -webkit-transition-duration: 0.3s;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  transition-duration: 0.3s;
     width: 253px; 
}
/*#feedback:hover {
  right: 206px;
}
#feedback:hover #slideout_inner {
  right: 0;
}*/

.feedback2
{
right:198px;
}
.feedback2 .slideout_inner
{
right:0px;
}

.slideout_inner .cont
{
    height: 32px;
	margin-bottom:5px;
}

.slideout_inner .form-group {
    margin-bottom: 5px;
}

.slideout_inner .input .icon-append
{
    width: 35px;
    height: 32px;
    font-size: 16px;
    line-height: 35px;
}

.slideout_inner textarea.form-control {
    height: auto;
}

.slideout_inner .btn2 {
    border-bottom: 2x solid #d09604;
    padding: 6px 15px;
    margin-top: 0px;
    margin-bottom: 10px;
}

.slideout_inner h4
{
font-size:16px;
}

.slideout_inner h4 a
{
    color: #dd2024;
}

.slideout_inner p
{
    font-size: 18px;
    background: #f9f9f9;
    display: inline-block;
    position: relative;
    z-index: 99;
    padding: 0 5px;
    margin-bottom: 0;
}

.btn-send
{
    background: #00adef;
	color:#fff;
}

.page-txt
{
color:#000;
padding:50px 0 90px;
    background: #0c0c0c;
}

.page-txt p
{
    line-height: 1.9;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
}

.page-txt .heading h2:before {
    height: 105px;
    left: -45px;
}

.list
{
margin:20px 0;
}
.list li
{
    padding: 5px 0;
    line-height: 28px;
    color: #fff;
    font-size: 16px;
    position: relative;
    padding-left: 28px;
}
.list li:before
{
display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;   
	content: "\f043 ";
	position:absolute;
	left:0;
	color: #00adef;
    top: 12px;
}

.box5
{
background: #fff;
    padding: 25px;
    border: 4px double #ccc;
    margin-bottom: 10px;
    margin-top: 40px;
}

.box5 p
{
color:#1a1a1a;
line-height:1.8;
    font-size: 15px;
}

.box5_img cite
{
    font-size: 18px;
	font-weight:500;
	font-style:italic;
}

/*------------------------contact page-----------------------------------------*/
.con1 ul
{
margin:10px 0;
padding:0;
list-style:none;
}
.con1 ul li
{
    font-size: 17px;
    font-weight: 400;
    padding: 13px 0;
    position: relative;
    padding-left: 25px;
    border-bottom: 1px solid #eee;
    color: #fff;
}
.con1 ul li i
{
    position: absolute;
    left: 0;
    top: 15px;
    color: #00adef;
}
.input .icon-append {
    position: absolute;
    top: 25px;
    width: 45px;
    height: 40px;
    font-size: 18px;
    line-height: 44px;
    text-align: center;
    /* right: 23px; */
    padding-left: 0px;
    background: #d85667
;
    border-right-width: 1px;
    border-right-style: solid;
    border-color: #D6D2D2;
    transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    -ms-transition: border-color 0.3s;
    -moz-transition: border-color 0.3s;
    -webkit-transition: border-color 0.3s;
    color: #FFF;
    left: 15px;
}
.cont {
border:none;
box-shadow:none;
        width: 100%;
    padding: 10px;
   
    border: 1px solid #e6e9eb;
    border-bottom-width: 1px;
    border-radius: 0;
    line-height: 22px;
    font-weight: 300;
    font-size: 18px;
    color: #fff;
    -webkit-transition: border-color .3s;
    -moz-transition: border-color .3s;
    transition: border-color .3s;
}
.con2 .form-group label
{
    color:#fff;
}
.cont:focus
{
border-bottom: 1px solid #1d1d1f;
box-shadow:none;
}
.has-error .form-control:focus, .has-error .form-control
{
box-shadow:none;
}
#contact-form .col-md-6
{
margin-bottom:30px;
}

.map
{
position: relative;
    padding-bottom: 55%;
    padding-top: 0px;
    height: 0;
    overflow: hidden;
	margin-top:20px;
}

.map iframe
{
position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*------------------------contact page-----------------------------------------*/

.vid-marg
{
margin-top:30px;
}

@media(max-width:1024px)
{
.navbar-brand img
{
height:50px;
}
.shrink .logo_light {
    height: 50px;
}

.contact-bar h2 {
    font-size: 19px;
    margin-bottom: 20px;
}	

.img0 img
{
width:170px;
}

.footer-widget
{
padding-top:0;
}
}

@media (max-width: 992px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
      /*  display: block;
		  margin-top: 21px;*/
    }
    .navbar-collapse {
       /* border-top: 1px solid transparent;
        box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);*/
		/* background: linear-gradient(to top, rgba(167, 45, 254, 0.99) 0%, rgba(78, 107, 251, 0.99) 100%);*/
    }
    .navbar-fixed-top {
		top: 0;
		border-width: 0 0 1px;
	}
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
		margin-top: 70px;
		background:transparent;
		padding:0 20px;
	}
	.navbar-nav>li {
        float: none;
		/*border-left: #000 2px solid;*/
    }
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
	
    .collapse.in{
  		display:block !important;
		/*background:#1d2e62;
		padding: 0 20px;*/
		margin-top:0px;
		    padding-bottom: 20px;
	}
	.navbar-nav>li {
    display: block;
}

.navbar-nav>li>a {
    margin: 5px 0px 0;
}

.contact-bar .btn3 {
    font-size: 14px;
}
}


@media (max-width: 767px)
{
.navbar-nav
{
		margin-top: 0px;
}

.contact-bar
{
    padding: 20px;
    margin-top: 0;
    margin-bottom: 45px;
}

.span00, .blue-treasure, .footer
{
padding-top:50px;
}


}

.gal img 
{
border:1px solid #ddd;
padding:3px;
margin:10px;
}

.pagination-wrap
{
margin-top:50px;
}

.pagination-wrap p {
    display: inline-block;
    color: #ffffff;
    margin: 0;
    font-size: 15px;
    font-weight: 500;
    /* margin-right: 15px; */
    /* background: #fbfbfb; */
    /* height: 28px; */
    border: 1px solid #eee;
    padding: 5px 20px;
    border-radius: 15px;
    /* margin: 0; */
    line-height: 1.5;
}

.paginantion
{
list-style:none;
margin:0;
padding:0;
    display: inline-block;
}

.paginantion li
{
display:inline;
}

.paginantion li:first-child a, .paginantion li:last-child a
{
width:auto;
}

.paginantion li a {
    color: #fff;
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #eee;
    border-radius: 15px;
}

.paginantion li #page-active
{
opacity:0.6;
pointer-events: none;
}

.page-txt .heading h2 {
    display: block;
    font-size: 50px;
}	
.heading2 h4
{
    font-size:22px;
}
.main-image img
{
width:100%;
}

.page-txt h3
{
    color: #01adef;;
    font-weight: 600;
    font-size: 27px;
    margin-top: 25px;
}

.page-txt h4
{
    color: #01adef;
    font-weight: 600;
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: 5px;
	line-height:1.3;
}

@media(max-width:414px)
{
.page-txt .heading h2 {
    display: block;
    font-size: 25px;
}
}


.static-img
{
background: url(../images/slider11.jpg) center;
    background-size: cover;
    display: none;
    height:210px;
    padding: 0px 0 90px;
    position: relative;
}
.static-img:before
{
position:absolute;
content:'';
/*background:rgba(0,0,0,0.5);*/
left:0;
right:0;
top:0;
bottom:0;
}

.static-img .container
{
position:relative;
}
@media(max-width:767px)
{
.static-img img
{
width:200px;
margin-top:60px;
}
}

.ytp-embed:not(.ad-showing) .ytp-gradient-top
{
display::none !important;
}



/*---------------------------------------------------YTPlayer start--------------------------------------------------------------*/
.video
{
    position: relative;
    z-index: 1;
        display: block;
}

.video-content
{
position: relative;
    overflow: hidden;
    max-height: 750px;
}
@media(max-width:1400px)
{
.video-content
{
position: relative;
    overflow: hidden;
        max-height: 572px;
}
}

@media(max-width:1200px)
{
.video-content
{
position: relative;
    overflow: hidden;
    min-height:504px;
}
}

@media(max-width:992px)
{
.video-content
{
position: relative;
    overflow: hidden;
    max-height: 504px;
}
}

@media (max-width: 767px)
{
.video-content {
    position: relative;
    overflow: hidden;
    max-height: 215px;
}
}
.video-content .overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 50;
    background:url(../img/nz-flag.jpg) center no-repeat;
    background-size:cover;
    opacity:0.6;
/*    background: rgba(0, 0, 0, 0.32);*/
}
.video-overlay
{
position: absolute;
    left: 0;
    right: 0;
    top: 20px;
    bottom: 0;
}
@media(min-width:768px)
{
.video-overlay
{
top: 150px;
}
}
.video-content p
{
display:none;
}

@media(min-width:992px)
{
.video-overlay
{
top: 80px;
}
}

.video-content h3
{

    font-weight: 300;
    color: #005d63;
    text-align: left;
    font-size:70px;

}
@media(min-width:768px)
{
.video-content h3
{
display:block;
}
.video-content p
{
display:block;
color:#fff;
font-size:17px;
line-height:28px;
font-weight:300;
width:60%;
}
}

@media(max-width:768px)
{
.video-content h3
{
font-size: 20px;
}
}

.video-content h3 span {
    color: #ff6b00;
    
    font-weight:900;
}

.video-container {
    position: relative;
    padding-bottom: 100%;
    padding-top: 10px;
    height: 0;
    overflow: hidden;
    background: #090909;
    outline: 0px;
    border: none;
}
.video-container iframe
{
position: absolute;
    top: -3.5%;
    left: 0;
    width: 100%;
    height: 100%;
    outline: 0px;
    border: none;
}
@media(min-width:1200px)
{
.video-container iframe
{
top: -12.5%;
}
}
.media-btns {
    position: relative;
    width: 100px;
    /*height: 100px;*/
    display: table;
    margin: 0 auto;
    margin-bottom: 30px;
}
.play-btn {
    width: 100px;
    height: 100px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    display: none;
    z-index: 40;
    border: 2px solid #fff;
    border-radius: 100px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
}
.pause-btn {
    width: 100px;
    height: 100px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    z-index: 50;
    border: 2px solid #fff;
    border-radius: 100px;
    font-size: 40px;
    color: #fff;
    background: 0 0;
    -webkit-transition: background .3s ease-in-out;
    -moz-transition: background .3s ease-in-out;
    transition: background .3s ease-in-out;
    display:none;
}
.play-btn i.animated {
    line-height: 100px;
    padding-left: 3px;
    -webkit-animation-name: pulse;
    -moz-animation-name: pulse;
    -webkit-animation-duration: 1.5s;
    -moz-animation-duration: 1.5s;
    -webkit-animation-iteration-count: infinite;
    -moz-animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    -moz-animation-timing-function: linear;
}
.pause-btn i.animated {
    line-height: 100px;
    -webkit-transition-property: -webkit-transform;
    -webkit-transition-duration: 1s;
    -moz-transition-property: -moz-transform;
    -moz-transition-duration: 1s;
}

.page-gallery img
{
margin:8px;
padding:3px;
border:1px solid #ddd;
}

.small, small {
    font-size: 70%;
    font-weight:inherit;
}

@media(max-width:992px)
{
.pause-btn {
    width: 65px;
    height: 65px;
    font-size: 25px;
}
.pause-btn i.animated {
    line-height: 63px;
}
.media-btns {
    width: 65px;
    height: 65px;
    display:none;
}

}

@media(max-width:600px)
{
.pause-btn {
    width: 45px;
    height: 45px;
    font-size: 18px;
}
.pause-btn i.animated {
    line-height: 46px;
}
.media-btns {
    width: 45px;
    height: 45px;
}
.video-content h3 {
    font-size: 14px;
}
.video-content {
    position: relative;
    overflow: hidden;
    max-height: 160px;
}
}

@media(max-width:450px)
{
.pause-btn {
    width: 35px;
    height: 35px;
    font-size: 14px;
}
.pause-btn i.animated {
    line-height: 33px;
}
.media-btns {
    width: 30px;
    height: 30px;
}
.video-content h3 {
    font-size: 12px;
    margin-top:0;
}
.video-content {
    position: relative;
    overflow: hidden;
    max-height: 120px;
}

.btn_chat 
{
font-size:20px;
}
}

@media(max-width:350px)
{
.media-btns {
    width: 35px;
    height: 15px;
}

.video-content {
    position: relative;
    overflow: hidden;
    max-height: 105px;
}
}

/* --------------- services icon css ------------------ 
.service-with-icon
{
        color: #8c8686;
    background-color: rgba(255,255,255,0);
    position: relative;
    z-index: 1;
    text-align: center;
    padding-top: .1px;

}
.service-with-icon .srv-head {
    min-height: 8.71rem;
}
.srv-head .ft-icon {
    color: #2aa2b0;
    border-color: rgba(0,0,0,0);
    background-color: rgb(255 255 255);
        position: relative;
        margin-top: 0;
    font-size: 2.8em;
    width: 3.07em;
    height: 3.07em;
    line-height: 3.07em;
    z-index: 2;
    border: 0;
    display: inline-block;
    text-align: center;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}



.srv-head .ft-icon:before
{
    transition: none;
    overflow: hidden;
    content: "\f2d0";
    font: normal normal normal 14px/1 FontAwesome;
    font-size: 40px;
    
    position: relative;
}

.srv-head .ft-icon:after {
    background-color: #ffffff;
}
.srv-head .ft-icon:after {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: auto;
    height: auto;
    content: '';
    border-radius: 50%;
    z-index: -1;
    
}
.service-with-icon:hover .srv-head .ft-icon {
    width: 2.07em;
    height: 2.07em;
    line-height: 2.07em;
}

.service-with-icon .post_featured {
    position: absolute;
    width: 11.4rem;
    height: 11.4rem;
    opacity: 0;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    left: 50%;
    transform: translatex(-50%) scale(.7);
    top: -1.45rem; 
    border-radius: 50%;
    overflow: hidden;
    z-index: -1;
}

.service-with-icon:hover .post_featured {
   
    opacity: 1; 
    transform: translatex(-50%) scale(1.7);
}

.service-with-icon .post_featured img {
    max-width: 100%;
    height: auto;
    vertical-align: top;
}


*/





/* ------------- services 2 ------------------------- */

.site-header {
  background: #222;
  overflow: hidden;
  position: relative;
}
.video-overlay {
  position: absolute;
  top: 0; bottom: 0; left: 0; right: 0;
  background: #000;
  opacity: 0.5;
}
.site-header .content {
  position: relative;
  z-index: 100;
  text-align: center;
  padding: 50px 0;
  color: #fff;
  font-size: 48px;
  text-shadow: 0 0 10px rgba(0,0,0,0.2);
  text-transform: uppercase;
}

.site-content {
  padding: 40px 0;
  text-align: center;
}


/*------------ What we stand section --------------*/



 .timeline {
     display: flex;
     flex-direction: column;
     margin: 20px auto;
     position: relative;
}
 .timeline__event {
     margin-bottom: 20px;
     position: relative;
     display: flex;
     margin: 20px 0;
     border-radius: 6px;
     align-self: center;
     width: 80vw;
}
 .timeline__event:nth-child(even) {
     flex-direction: row-reverse;
}
 .timeline__event:nth-child(even) .timeline__event__date {
     border-radius: 0px 6px 6px 0px;
}
 .timeline__event:nth-child(even) .timeline__event__content {
    /* border-radius: 0px 6px 6px 0px;*/
     border: 1px solid #fff;
}
.timeline__event:nth-child(odd) .timeline__event__content {
     /*border-radius: 6px 0px 0px 6px;*/
     border: 1px solid #fff;
}
/* .timeline__event:nth-child(2n + 1) .timeline__event__icon:before {
     content: "";
     width: 2px;
     height: 100%;
     background: #f6a4ec;
     position: absolute;
     top: 0%;
     left: 50%;
     right: auto;
     z-index: -1;
     transform: translateX(-50%);
     animation: fillTop 2s forwards 4s ease-in-out;
}*/
 .timeline__event:nth-child(even) .timeline__event__icon:after {
     content: "";
     width: 100%;
     height: 2px;
     background: #f6a4ec;
     position: absolute;
     right: 0;
     z-index: -1;
     top: 50%;
     left: auto;
     transform: translateY(-50%);
     animation: fillLeftOdd  0.5s forwards 4s ease-in-out;
}

.timeline__event:nth-child(even) .timeline__event__icon:after {
     content: "";
     width: 100%;
     height: 2px;
     background: #ffffff;
     position: absolute;
     right: 0;
     z-index: -1;
     top: 50%;
     left: auto;
     transform: translateY(-50%);
     animation: fillLeft  0.5s forwards 4s ease-in-out;
}


 .timeline__event__title {
     font-size: 1.2rem;
     line-height: 1.4;
     text-transform: uppercase;
     font-weight: 600;
     color: #9251ac;
     letter-spacing: 1.5px;
}
 .timeline__event__content {
     padding: 20px;
     box-shadow: 0 30px 60px -12px rgba(50, 50, 93, 0.25), 0 18px 36px -18px rgba(0, 0, 0, 0.3), 0 -12px 36px -8px rgba(0, 0, 0, 0.025);
     background: #fff;
     width: calc(45vw - 84px);
    /* border-radius: 0 6px 6px 0;*/
     background: linear-gradient(to right, #0c0c0c 38%,#0c0c0c 100%);
}
 .timeline__event__date {
        color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    background: #000;
    display: flex;
    align-items: center;
    border: 1px solid #fff;
    justify-content: center;
    white-space: nowrap;
    padding: 0 50px;
    border-radius: 6px 0px 0px 6px;
}

 .timeline__event__icon {
     display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    padding: 20px;
    align-self: center;
    margin: 0 30px 0px 0px;
    border: 2px solid #fff;
    background: #089eef;
    border-radius: 100%;
    width: 40px;
    box-shadow: 0 30px 60px -12px rgb(50 50 93 / 25%), 0 18px 36px -18px rgb(0 0 0 / 30%), 0 -12px 36px -8px rgb(0 0 0 / 3%);
    padding: 40px;
    height: 40px;
    position: relative;
}
.timeline__event__date2 {
     
    border-radius: 0px 6px 6px 0px !important;
}

.timeline__event__icon2 {
    margin: 0 0px 0px 30px;
}
 .timeline__event__icon i {
     font-size: 32px;
}
/* .timeline__event__icon:before {
     content: "";
     width: 2px;
     height: 100%;
     background: #f6a4ec;
     position: absolute;
     top: 0%;
     z-index: -1;
     left: 50%;
     transform: translateX(-50%);
     animation: fillTop 2s forwards 4s ease-in-out;
}*/
 .timeline__event__icon:after {
     content: "";
     width: 100%;
     height: 2px;
     background: #fff;
     position: absolute;
     left: 0%;
     z-index: -1;
     top: 50%;
     transform: translateY(-50%);
     animation: fillLeftOdd 0.3s forwards 4s ease-in-out;
}
 .timeline__event__description {
     flex-basis: 60%;
}
 .timeline__event--type2:after {
     background: #555ac0;
}
 .timeline__event--type2 .timeline__event__date {
    color: #ffffff;
    background: #000000;
}
 .timeline__event--type2:nth-child(even) .timeline__event__icon:before, .timeline__event--type2:nth-child(2n + 1) .timeline__event__icon:after {
     background: #87bbfe;
}
 .timeline__event--type2 .timeline__event__icon {
     background: #089dee;
    color: #ffffff;
}
 .timeline__event--type2 .timeline__event__icon:before, .timeline__event--type2 .timeline__event__icon:after {
     background: #87bbfe;
}
 .timeline__event--type2 .timeline__event__title {
     color: #555ac0;
}
 .timeline__event--type3:after {
     background: #24b47e;
}
 .timeline__event--type3 .timeline__event__date {
     color: #ffffff;
    background-color: #000000;
}
 .timeline__event--type3:nth-child(even) .timeline__event__icon:before, .timeline__event--type3:nth-child(2n + 1) .timeline__event__icon:after {
     background: #ffffff;
}
 .timeline__event--type3 .timeline__event__icon {
     background: #089dee;
    color: #ffffff;
}
 .timeline__event--type3 .timeline__event__icon:before, .timeline__event--type3 .timeline__event__icon:after {
     background: #aff1b6;
}
 .timeline__event--type3 .timeline__event__title {
     color: #24b47e;
}
 .timeline__event:last-child .timeline__event__icon:before {
     content: none;
}
 @media (max-width: 786px) {
     .timeline__event {
         flex-direction: column;
         align-self: center;
    }
     .timeline__event__content {
         width: 100%;
    }
     .timeline__event__icon {
         border-radius: 6px 6px 0 0;
         width: 100%;
         margin: 0;
         box-shadow: none;
    }
     .timeline__event__icon:before, .timeline__event__icon:after {
         display: none;
    }
     .timeline__event__date {
         border-radius: 0;
         padding: 20px;
    }
     .timeline__event:nth-child(even) {
         flex-direction: column;
         align-self: center;
    }
     .timeline__event:nth-child(even) .timeline__event__date {
         border-radius: 0;
         padding: 20px;
    }
     .timeline__event:nth-child(even) .timeline__event__icon {
         border-radius: 6px 6px 0 0;
         margin: 0;
    }
}
 @keyframes fillLeft {
     100% {
         right: 100%;
    }
}
 @keyframes fillTop {
     100% {
         top: 100%;
    }
}
 @keyframes fillLeftOdd {
     100% {
         left: 100%;
    }
}

.timeline__event__date h3
{
       margin: 5px 0;
       color: #fff;
           font-size: 20px;
    letter-spacing: 1px;
}
.timeline__event__date2 h3
{
        color: #fff;
    margin-right: 10px;
}
@media(max-width:992px)
{
.static-img
{
display:block;
}
.static-img {
   
    height: 400px;
   
}
}
@media(max-width:992px)
{
.video
{
display:none;
}
}
@media (max-width: 414px)
{
.static-img {
    height: 210px;
}
}
@media (min-width: 1200px)
{
.nav>li>a {
    padding: 10px 4px;
}
}
@media (max-width: 992px)
{
.navbar-toggle {
    display: block;
}
}

.gallery {
     display: flex;
     padding: 2px;
     transition: 0.3s;
     margin-top: 30px;
}
/* .gallery:hover .gallery__image {
     filter: grayscale(1);
}*/
 .gallery__column {
     display: flex;
     flex-direction: column;
     width: 25%;
}
 .gallery__link {
     margin: 2px;
     overflow: hidden;
}
/* .gallery__link:hover .gallery__image {
     filter: grayscale(0);
}*/
 .gallery__link:hover .gallery__caption {
     opacity: 1;
}
 .gallery__thumb {
     position: relative;
}
 .gallery__image {
     display: block;
     width: 100%;
     transition: 0.3s;
}
 .gallery__image:hover {
     transform: scale(1.1);
}
 .gallery__caption {
     position: absolute;
     bottom: 0;
     left: 0;
     padding: 25px 15px 15px;
     width: 100%;
     font-family: 'Raleway', sans-serif;
     font-size: 16px;
     color: white;
     opacity: 0;
     background: linear-gradient(0deg, rgba(0, 0, 0, .5) 0%, rgba(255, 255, 255, 0) 100%);
     transition: 0.3s;
}

/*.gallery__column1 a:nth-child(2n+0) img  {
  width: 300px;
  height: 400px;
  object-fit: cover;
}
 
 .gallery__column2 a:nth-child(3n+0) img  {
  width: 300px;
  height: 400px;
  object-fit: cover;
}
.gallery__column3 a:nth-child(2n+1) img  {
  width: 300px;
  height: 400px;
  object-fit: cover;
}
.gallery__column3 a:nth-child(3n+0) img  {
  width: 300px;
  height: 400px;
  object-fit: cover;
}
 */

 @media(max-width: 414px)
 {
    .gallery {
    flex-direction: column;
}
.gallery__column {
   
    width: 100%;

}
/*.gallery__column1 a:nth-child(2n+0) img  {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
 
 .gallery__column2 a:nth-child(3n+0) img  {
  width: 100%;
  height: 400px;
  object-fit: cover;
}
.gallery__column3 a:nth-child(2n+1) img  {
 width: 100%;
  height: 400px;
  object-fit: cover;
}
.gallery__column3 a:nth-child(3n+0) img  {
 width: 100%;
  height: 400px;
  object-fit: cover;
}*/
 }

 .page-txt .heading2 h2 {
   
    font-size: 32px;
}
.span00-box
{
    padding-bottom:110px;
}
@media(max-width:414px)
{
    .span00-box
{
    padding-bottom:40px;
}
.abt-img 
{
    margin-top:20px;
}
.span0 {
    padding: 50px 0 60px;
    background: url(../images/2.jpg) right;
}
.vid-marg img
{
    margin:20px 0;
}
.span6 {
    padding: 60px 0 50px;
}
.pagination-wrap p {
    margin-bottom: 10px;
}
.txt-img-section
{
    display:flex;
    flex-direction:column;
}
.txt-img-section .order1
{
    order:2;
}
.txt-img-section .order2
{
    order:1;
}
}

.gallery-section
{
    text-align: center;
}
.gallery-section .img-box {
    position: relative;
    width: 250px;
    display: inline-block;
    margin: 5px;
}
.gallery-section .img-box img
{
        width: 250px;
    height: 250px;
    object-fit: cover;
}