/**
*
* ---------------------------------------------------------------------------
*
* Template : Blue - A One-Page HTML Portfolio/Business Template
* Author : Muhammad Morshd
* Author URI : http://morsheds.com
*
* --------------------------------------------------------------------------- 
*
*/

/* =================================== */
/*	Basic Style 
/* =================================== */

body {
    background-color: #fff;
    font-family: 'Open Sans', sans-serif;
    line-height: 24px;
    font-size: 16px;
    color: #818181;
}
/* =================================== */
/*	Start css by iMaker 
/* =================================== */
.panel-body a {
    color: #ff5221;
}

.box
{  
width:100%;
/* box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45); */
box-shadow:inset 3px 4px 54px 22px rgba(0, 0, 0, 0.34);
/* border-bottom:2px solid #fff;
border-right:2px solid #fff; 
margin:5% auto 0 auto; */
background:url(../img/hotel.jpg);
background-size:cover;
border-radius:9px;
overflow:hidden;
height: 470px;
}

.modal.fade.modal-fullscreen.in {
    z-index: 1000000;
}
/* =================================== */
/*	Start css For Social Gallery
/* =================================== */
.myli
{
	padding: /* 5px */2px 2px !important;
}
 .mya {
    display: block !important;
    padding: 1px 74px !important; 
    clear: both !important; 
    font-weight: 400 !important;
	line-height: 1.42857143 !important;  
	color: white !important; 
    white-space: nowrap !important;
	margin-bottom: 0 !important;
}

 .mya:hover {
    color: #262626  !important;
    text-decoration: none;
    background-color: #f5f5f5;
}

li .mysp {
    position: absolute !important;
    left: 13px !important;
    width: 42px !important;
    font-size: 30px !important;
    -webkit-border-top-left-radius: 5px ;
    -webkit-border-bottom-left-radius: 5px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-bottomleft: 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border-right: 1px solid rgba(0,0,0,0.15);
    text-decoration: none;
}
li .myp {
 
  font-family: 'Inconsolata', sans-serif !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height:2.5 !important;
}
.button p{
  font-family: 'Inconsolata', sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height:2;
}
.button h1{
  font-family: 'open sans', sans-serif;
}
.pad50{
  padding-top: 50px;
}

.button {

  display: inline-block;
  height: 40px;
  line-height: 40px;
  padding-right: 30px;
  padding-left: 70px;
  position: relative;
  background-color:rgb(0,0,0);
  color:rgb(255,255,255);
  text-decoration: none;
  text-transform: lowercase;
  letter-spacing: 1px;
  margin-bottom: 15px;
  text-shadow:0px 1px 0px rgba(0,0,0,0.5);
-ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true)";zoom:1;
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=1,Color=#ff123852,Positive=true);

  -moz-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -webkit-box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  box-shadow:0px 2px 2px rgba(0,0,0,0.2);
  -ms-filter:"progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true)";
filter:progid:DXImageTransform.Microsoft.dropshadow(OffX=0,OffY=2,Color=#33000000,Positive=true);
}

.button:hover{
    text-decoration: none;
  color: #eeeaee;
}

.button p{font-size: 18px;}
.button span {
  position: absolute;
  left: 0;
  width: 50px;
  font-size:30px;
  -webkit-border-top-left-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-bottomleft: 5px;
border-top-left-radius: 5px;
border-bottom-left-radius: 5px;
border-right: 1px solid  rgba(0,0,0,0.15);
    text-decoration: none;
}

.button.twitter {
  background: #00acee;
}

.button.facebook {
 background: #3b5998;
}

.button.google-plus{
  background: #db4a39;
}

.button.linkedin {
  background: #0e76a8;
}

.button.youtube {
 background: #c4302b;
}

.button.github{
  background: #171515;
}

.button.android {
  background: #a4c639;
}

.button.skype {
 background: #00aff0;
 }

.button.dropbox{
  background: #3d9ae8;
}

.button.foursquare{
  background: #25a0ca;
}

.button.apple{
  background: #cdcdcd;
}

.button.dribbble{
  background: #ea4c89;
}

.button.instagram{
  background: #3f729b;
}

.button.pinterest{
  background: #c8232c;
}

.button.stackexchange{
  background: #ef8236;
}

.button.flickr{
  background: #ff0084;
}

.text-center{
  text-align: center;
}

/* =================================== */
/*	End css For Social Gallery

/* =================================== */

.box .filled    { 
height: 590px; 
/* background:rgba(0,0,0,.75);
text-align:center;
padding:45px 0 66px 0;
opacity:0;
-webkit-transition: opacity .25s ease;
-moz-transition: opacity .25s ease; */
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 47%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(47%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 47%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 47%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 47%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 47%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.box1    {  
width:100%;
/* box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45); */
box-shadow:inset 3px 4px 54px 22px rgba(0, 0, 0, 0.34);
/* border-bottom:2px solid #fff;
border-right:2px solid #fff; 
margin:5% auto 0 auto; */
background:url(../img/hotel.jpg);
background-size:cover;
overflow:hidden;
height: 470px;
-webkit-filter: blur(2px);
-moz-filter: blur(2px);
-o-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
		}
.box1 .filled    
{ 
height: 590px; 
/* background:rgba(0,0,0,.75);
text-align:center;
padding:45px 0 66px 0;
opacity:0;
-webkit-transition: opacity .25s ease;
-moz-transition: opacity .25s ease; */
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 47%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(47%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 47%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 47%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 47%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 47%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}


.box2    {  
width:100%;
/* box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45); */
box-shadow:inset 3px 4px 54px 22px rgba(0, 0, 0, 0.34);
/* border-bottom:2px solid #fff;
border-right:2px solid #fff;
margin:5% auto 0 auto;  */
background:url(../img/visa1.jpg);
background-size:cover;
overflow:hidden;
height: 470px;
-webkit-filter: blur(4px);
-moz-filter: blur(4px);
-o-filter: blur(4px);
-ms-filter: blur(4px);
filter: blur(4px);
		}
.box2 .filled    
{ 
height: 590px; 
/* background:rgba(0,0,0,.75);
text-align:center;
padding:45px 0 66px 0;
opacity:0;
-webkit-transition: opacity .25s ease;
-moz-transition: opacity .25s ease; */
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 21%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(21%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 21%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 21%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 21%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 21%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}


.box3    {  
width:100%;
/* box-shadow:inset 1px 1px 40px 0 rgba(0,0,0,.45); */
box-shadow:inset 3px 4px 54px 22px rgba(0, 0, 0, 0.34);
/* border-bottom:2px solid #fff;
border-right:2px solid #fff;
margin:5% auto 0 auto;  */
background:url(../img/pattern1.jpg);
background-size:cover;
overflow:hidden;
height: 470px;
-webkit-filter: blur(2px);
-moz-filter: blur(2px);
-o-filter: blur(2px);
-ms-filter: blur(2px);
filter: blur(2px);
		}
.box3 .filled    
{ 
height: 590px; 
/* background:rgba(0,0,0,.75);
text-align:center;
padding:45px 0 66px 0;
opacity:0;
-webkit-transition: opacity .25s ease;
-moz-transition: opacity .25s ease; */
background: rgba(0,0,0,0);
background: -moz-linear-gradient(top, rgba(0,0,0,0) 21%, rgba(0,0,0,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(21%, rgba(0,0,0,0)), color-stop(100%, rgba(0,0,0,1)));
background: -webkit-linear-gradient(top, rgba(0,0,0,0) 21%, rgba(0,0,0,1) 100%);
background: -o-linear-gradient(top, rgba(0,0,0,0) 21%, rgba(0,0,0,1) 100%);
background: -ms-linear-gradient(top, rgba(0,0,0,0) 21%, rgba(0,0,0,1) 100%);
background: linear-gradient(to bottom, rgba(0,0,0,0) 21%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000', GradientType=0 );
}

.modal-body .carousel-caption {
    padding-bottom: 10%;
}

div#mycarousel {
    padding-left: 10px;
    padding-right: 10px;
}
.nav-tabs 
{
    border-bottom: 0; 
}
.btnLikeTab
{
	border: 1px solid #C3C3C3 !important;
	border-radius: 0 !important;
	color: #00609D !important;
}
.panel-group .panel 
{
    margin-bottom: 0;
     border-radius: 0px !important; 
    color: rgb(0, 96, 157);
    font-size: 16px;
    line-height: 18px;
    padding: 6px 0px;
    background: rgb(255, 255, 255);
    border: 1px solid rgb(225, 228, 230);
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    cursor: pointer;
}
h4.panel-title:before 
{
    display: inline-block;
    content: "(Q)";
    color: rgb(217, 83, 46);
    margin-right: 5px;
}
.panel-body p 
{
    line-height: 24px;
}


.nav-tabs {
  /* border-bottom: 1px solid #ddd; */
  list-style:none;
  padding: 0;
  margin: 0;
  margin-bottom: -6px;
}

a.btnLikeTab {
    padding: 13px;
    border: 0 !important;
}



tr:hover {
    /* opacity: 0.5; */
    background: rgba(187, 187, 187, 0.36);
    transition: 3s;
	-webkit-transition: 3s;
	-moz-transition: 3s;
	-o-transition: 3s;
}
		.modal-header.header-fx {
			position: fixed;
			z-index: 100;
			width: 66%;
			top: 0;
			/* bottom: 0; */
			background: rgba(0, 0, 0, 0.5);
			
		}
		.keytop
		{
		margin-top: 10%;
		}
	#myModaleft 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft1 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft2 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft3 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft4 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft5 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft6 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft7 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft8 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft9 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft10 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		
		#myModaleft11 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft12 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft13 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft14 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft15 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft16 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft17 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft18 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft19 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft20 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}
		#myModaleft21 
		{
			    width: 66%;
				padding-right: 0 !important;
		 
		}




/* =================================== */
/*	End css by iMaker 
/* =================================== */f


igure, p, address {
    margin: 0;
}

p {
    line-height: 25px;
}

iframe {
    border: 0;
}

a {
    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

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

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
    font-family: 'Open Sans', sans-serif;
    color: #252525;
}

main > section {
    padding-top: 70px;
}
.mytest
{
-webkit-animation: electric-pulse 2s;
    animation: electric-pulse 2s;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-transition: all 1s ease;
    transition: all 1s ease;
}

.animated-header .navbar-brand {
    height: 83px;
    padding: 0;
	/* background-color: rgb(255, 255, 255); */
	-webkit-transition: all 1s ease 0s;
       -moz-transition: all 1s ease 0s;
        -ms-transition: all 1s ease 0s;
         -o-transition: all 1s ease 0s;
            transition: all 1s ease 0s;
	
}
.animated-header .navbar-collapse {
    margin-top: 16px;
}
/* .animated-header .navbar-nav > li >a {
    color: black !important;
} */
.btn {
    border-radius: 0;
    border: 0;
    position: relative;
    text-transform: uppercase;
}

.btn-blue {
    background-color: rgba(0,158,227, 0.78);
    box-shadow: 0 -2px 0 rgba(0, 0, 0, 0.15) inset;
    padding: 15px 55px;
    color: #fff;
}

.btn-border {
    border: 2px solid #fff;
    color: #fff;
    padding: 12px 35px;
}

.bg-blue {
    background-color: #009EE3;
}

/* Sweep To Right */
.btn-effect {
	vertical-align: middle;
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	position: relative;
	display: inline-block;

	-webkit-transform: translateZ(0);
	   -moz-transform: translateZ(0);
		-ms-transform: translateZ(0);
		 -o-transform: translateZ(0);
			transform: translateZ(0);
		  
	-webkit-backface-visibility: hidden;
	   -moz-backface-visibility: hidden;
			backface-visibility: hidden;
		  
	-webkit-transition-property: color;
	   -moz-transition-property: color;
		-ms-transition-property: color;
			transition-property: color;
		  
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
		  
	-moz-osx-font-smoothing: grayscale;
}

.btn-effect:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	
	-webkit-transform: scaleX(0);
	   -moz-transform: scaleX(0);
		-ms-transform: scaleX(0);
			transform: scaleX(0);
			
	-webkit-transform-origin: 0 50%;
	   -moz-transform-origin: 0 50%;
		-ms-transform-origin: 0 50%;
			transform-origin: 0 50%;
			
	-webkit-transition-property: transform;
	   -moz-transition-property: transform;
		-ms-transition-property: transform;
			transition-property: transform;
			
	-webkit-transition-duration: 0.3s;
	   -moz-transition-duration: 0.3s;
		-ms-transition-duration: 0.3s;
			transition-duration: 0.3s;
			
	-webkit-transition-timing-function: ease-out;
	   -moz-transition-timing-function: ease-out;
		-ms-transition-timing-function: ease-out;
			transition-timing-function: ease-out;
}

.btn-effect:hover, .btn-effect:focus, .btn-effect:active {
	color: #009EE3;
}

.btn-effect:hover:before, .btn-effect:focus:before, .btn-effect:active:before {
	-webkit-transform: scaleX(1);
	   -moz-transform: scaleX(1);
	    -ms-transform: scaleX(1);
			transform: scaleX(1);
}

.sec-title {
    margin-bottom: 50px;
}

.sec-title.white {
    color: #fff;
}

.sec-title h2 {
    font-size: 36px;
    margin: 0 0 30px;
    padding-bottom: 30px;
    position: relative;
    text-transform: uppercase;
	visibility: visible;/*  
	animation-duration: 2s;
	animation-delay: 300ms; 
	animation-iteration-count: 10; 
	animation-name: pulse;
	data-wow-delay:300ms;
	data-wow-iteration:infinite;
	data-wow-duration:2s;  */
}

.sec-title.white h2 {
    color: #fff;
}

.sec-title h2:after {
    border-bottom: 1px solid #009ee3;
    content: "";
    display: block;
    left: 45%;
    bottom: 0;
    position: absolute;
    width: 115px;
}

.sec-title.white h2:after {
    border-bottom: 1px solid #fff;
}

.parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
	
}


/**
/*	Preloader
/* ==========================================*/

#preloader {
    background-color: #fff;
    position: fixed;
    width: 100%;
    height: 100%;
    z-index: 9999;
}

/*Battery*/
.fa-pulse {
    COLOR: ORANGE;
    -webkit-animation: fa-spin 1s infinite steps(10);
    animation: fa-spin 1s infinite steps(10);
}
.loder-box {
  background-color:TRANSPARENT/*  rgba(0, 0, 0, 0.02) */;
  border-radius: 1px;
  height: 100px;
  left: 50%;
  margin-left: -15px;
  margin-top: -50px;
  position: absolute;
  top: 50%;
  width: 128px;
}

.battery{
    width: 60px;
    height: 25px;
    top: 35%;
    border: 1px #2E2E2E solid;
    border-radius: 2px;
    position: relative;
    -webkit-animation: charge 5s linear infinite;
       -moz-animation: charge 5s linear infinite;
            animation: charge 5s linear infinite;
    margin: 0 auto;
}

.battery:after {
  background-color: #2E2E2E;
  border-radius: 0 1px 1px 0;
  content: "";
  height: 10px;
  position: absolute;
  right: -5px;
  top: 7px;
  width: 3px;
}

@-webkit-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@-moz-keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}

@keyframes charge{
    0%{box-shadow: inset 0px 0px 0px #2E2E2E;}
    100%{box-shadow: inset 60px 0px 0px #2E2E2E;}
}





/**
/*	Header
/* ==========================================*/

#navigation {
    -webkit-transition: all 0.8s ease 0s;
       -moz-transition: all 0.8s ease 0s;
        -ms-transition: all 0.8s ease 0s;
         -o-transition: all 0.8s ease 0s;
            transition: all 0.8s ease 0s;

    background-color: white/* rgba(0,0,0,.4) */;
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3);
    padding: 5px 0;
}

#navigation.animated-header {
   padding: 5px/* 20px */ 0;
	    background-color: #FBFBFB;
}

h1.navbar-brand {
    font-size: 20px;
    font-weight: 700;
    margin: 0;
    text-transform: uppercase;
	
}

.navbar-inverse .navbar-nav > li > a {
    color: #000;
    font-size: 15px;
    text-transform: uppercase;
}

/*=================================================================
	watermark
==================================================================*/


.watermark::after {
	  content: "";
	 background:url(../img/iceep.png);
	  opacity: 0.19;
	  top: 0;
	  left: 0;
	  bottom: 0;
	  right: 0;
	  position: absolute;
	  z-index: 0;
	  background-size: 83% auto;
	  background-repeat: no-repeat;
	  background-position: 29px 247px;  
}

/*=================================================================
	Home Slider
==================================================================*/


#home-slider {
    position: relative;
    padding: 0;
}

.sl-slider-wrapper {
    width: 100%;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
}

.sl-slider {
    position: absolute;
    top: 0;
    left: 0;
}

/* Slide wrapper and slides */

.sl-slide,
.sl-slides-wrapper,
.sl-slide-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
} 

.sl-slide {
    z-index: 1;
}

.slide-caption {
    color: #fff;
    display: table;
    height: 100%;
    left: 0;
    min-height: 100%;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
    z-index: 11;
}

.slide-caption .caption-content {
    vertical-align: middle;
    display: table-cell;
}

.caption-content h2 {
    color: #fff;
    font-size: 52px;
    font-weight: 400;
    margin-bottom: 25px;
    text-transform: uppercase;
}

.caption-content > span {
    display: block;
    font-size: 24px;
    margin-bottom: 45px;
    text-transform: capitalize;
}

.caption-content p {
    font-size: 29px;
    margin-bottom: 65px;
}

/* The duplicate parts/slices */

.sl-content-slice {
    overflow: hidden;
    position: absolute;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    background: #fff;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity : 1;
}

/* Horizontal slice */

.sl-slide-horizontal .sl-content-slice {
    width: 100%;
    height: 50%;
    left: -200px;
    -webkit-transform: translateY(0%) scale(1);
    -moz-transform: translateY(0%) scale(1);
    -o-transform: translateY(0%) scale(1);
    -ms-transform: translateY(0%) scale(1);
    transform: translateY(0%) scale(1);
}

.sl-slide-horizontal .sl-content-slice:first-child {
    top: -200px;
    padding: 200px 200px 0px 200px;
}

.sl-slide-horizontal .sl-content-slice:nth-child(2) {
    top: 50%;
    padding: 0px 200px 200px 200px;
}

/* Vertical slice */

.sl-slide-vertical .sl-content-slice {
    width: 50%;
    height: 100%;
    top: -200px;
    -webkit-transform: translateX(0%) scale(1);
    -moz-transform: translateX(0%) scale(1);
    -o-transform: translateX(0%) scale(1);
    -ms-transform: translateX(0%) scale(1);
    transform: translateX(0%) scale(1);
}

.sl-slide-vertical .sl-content-slice:first-child {
    left: -200px;
    padding: 200px 0px 200px 200px;
}

.sl-slide-vertical .sl-content-slice:nth-child(2) {
    left: 50%;
    padding: 200px 200px 200px 0px;
}

/* Content wrapper */
/* Width and height is set dynamically */
.sl-content-wrapper {
    position: absolute;
}

.sl-content {
    width: 100%;
    height: 100%;
}

/* Default styles for background colors

.btn-effect:after {
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    content: "";
    position: absolute;
    z-index: -1;

    -webkit-transition: all 0.3s ease-out 0s;
       -moz-transition: all 0.3s ease-out 0s;
        -ms-transition: all 0.3s ease-out 0s;
         -o-transition: all 0.3s ease-out 0s;
            transition: all 0.3s ease-out 0s;
}

.btn-effect:hover,
.btn-effect:active {
    color: #0e83cd;
}

.btn-effect:hover:after,
.btn-effect:active:after {
    width: 100%;
} */


/* Project laughtbox setup */

.fancybox-item.fancybox-close {
    background: url("../img/icons/close.png") no-repeat scroll 0 0 transparent;
    height: 50px;
    right: 0;
    top: 0;
    width: 50px;
}

.fancybox-next span {
    background: url("../img/right.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    right: 0;
}

.fancybox-prev span {
    background: url("../img/left.png") no-repeat scroll center center #009ee3;
    height: 50px;
    width: 50px;
    left: 0;
}

/*=================================================================
	About
==================================================================*/

#about {
    background-color: /* #009EE3 *//* #315EA8 */white;
    color: #fff;
}

#about h3 {
    color: #fff;
    margin: 0 0 35px;
    text-transform: uppercase;
}

#about .welcome-block h3 {
    margin: 0 0 65px;
}

#about .welcome-block img {
    border: 3px solid #fff;
    border-radius: 50%;
    margin-right: 35px;
    max-width: 100px;
}

#about .message-body {
    font-size: 13px;
    line-height: 20px;
    margin-bottom: 70px;
}

.owl-buttons {
    border: 2px solid #fff;
    display: inline-block;
    float: right;
    padding: 1px 8px 5px;
}

.owl-buttons > div {
    display: inline-block;
    padding: 0 5px;
}

.welcome-message {
    padding: 0 50px;
}

.welcome-message img {
    display: block;
    height: auto;
    max-width: 100px;
    float: left;
}

.welcome-message p {
    font-size: 13px;
    margin-left: 135px;
}

/*=================================================================
	Services
==================================================================*/

.service-icon {
    border: 3px solid transparent;
    display: inline-block;
    height: 85px;
    width: 85px;
    line-height: 101px;

    -webkit-transform: rotate(47deg);
       -moz-transform: rotate(47deg);
        -ms-transform: rotate(47deg);
         -o-transform: rotate(47deg);
            transform: rotate(47deg);

    -webkit-transition: all 0.3s ease 0s;
       -moz-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
         -o-transition: all 0.3s ease 0s;
            transition: all 0.3s ease 0s;
}

.service-item:hover .service-icon {
    border: 3px solid #009ee3;
    margin-bottom: 20px;
    color: #009ee3;
}

.service-icon i {
    -webkit-transform: rotate(-48deg);
       -moz-transform: rotate(-48deg);
        -ms-transform: rotate(-48deg);
         -o-transform: rotate(-48deg);
            transform: rotate(-48deg);
}

.service-item h3 {
    font-size: 20px;
    text-transform: uppercase;
}

/*=================================================================
	Portfolio
==================================================================*/

.project-wrapper {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.project-wrapper li {
    display: inline-block;
}

.portfolio-item {
    cursor: pointer;
    margin: 0 1% 1% 0;
    overflow: hidden;
    position: relative;
	 width: 15%;
	 /* width: 17%; for 5 column */
	/* IMAKER 4 colunm 
    width: 22%;*/
}

figcaption.mask {
    background-color: rgba(54, 55, 50, 0.79);
    bottom: /* -126px */-248px;
    color: #fff;
    padding: 25px;
    position: absolute;
    width: 100%;
    text-align: left;
    
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

.portfolio-item:hover figcaption.mask {
    bottom: 0;
}

figcaption.mask h3 {
    margin: 0;
    color: #fff;
}
figcaption.mask h6 {
    margin: 0;
    color: #fff;
}
.mask p {

   font-size: 13px;
    line-height: 1.2;
    color: #fff;

}


ul.external {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    position: absolute;
    right: 0;
    top: -47px;
    
    -webkit-transition: all 0.4s ease 0s;
       -moz-transition: all 0.4s ease 0s;
        -ms-transition: all 0.4s ease 0s;
         -o-transition: all 0.4s ease 0s;
            transition: all 0.4s ease 0s;
}

ul.external li {
    display: inline-block;
}

ul.external li a {
    background-color: rgba(255, 255, 255, 0.9);
    color: #818181;
    display: block;
    padding: 10px 18px 13px;
    
    -webkit-transition: all 0.5s ease 0s;
       -moz-transition: all 0.5s ease 0s;
        -ms-transition: all 0.5s ease 0s;
         -o-transition: all 0.5s ease 0s;
            transition: all 0.5s ease 0s;
}

ul.external li a:hover {
    background-color: #009EE3;
    color: #fff;
}

.portfolio-item:hover ul.external {
    top: 0;
}

.fancybox-skin {
    border-radius: 0;
}

.fancybox-title.fancybox-title-inside-wrap {
    padding: 15px;
}

.fancybox-title h3 {
    margin: 0 0 15px;
}

.fancybox-title p {
    color: #818181;
    font-size: 16px;
    line-height: 22px;
}

.fancybox-title-inside-wrap {
    padding-top: 0;
}

/*=================================================================
	Testimonials
==================================================================*/


@keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -2024px 0; }
}
@-moz-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -2024px 0; }
}
@-webkit-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -2024px 0; }
}
@-ms-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -2024px 0; }
}
@-o-keyframes animatedBackground {
	0% { background-position: 0 0; }
	100% { background-position: -2024px 0; }
}
#speaker {
    background-image: url(../img/parallax/testimonial.jpg);
    padding: 0;
    color: #fff;
	background-repeat: repeat;
	background-position:0;
	
	
	
	/* 	animation: animatedBackground 140s linear infinite;
	-moz-animation: animatedBackground 140s linear infinite;
	-webkit-animation: animatedBackground 140s linear infinite;
	-ms-animation: animatedBackground 140s linear infinite;
	-o-animation: animatedBackground 140s linear infinite;
	 */
}

#speaker .sec-title h2:after {
    border-bottom: 1px solid #fff;
}

#speaker .overlay {
    background-color: rgba(15,155,224, 0.78);
    /* padding: 70px 0 40px;*/
	padding-top:10px !important;
}



#speaker .owl-controls.clickable {
    margin-top: 20px;
    text-align: center;
}

#speaker .owl-buttons {
    border: 2px solid #fff;
    float: inherit;
}

#speaker .owl-prev:hover,
#speaker .owl-next:hover {
    color: #fff;
}

#testimonials {
    background-image: url(../img/parallax/testimonial.jpg);
    padding: 0;
    color: #fff;
	
}

#testimonials .sec-title h2:after {
    border-bottom: 1px solid #fff;
}

#testimonials .overlay {
    background-color: rgba(15,155,224, 0.78);
    padding: 70px 0 40px;
}



#tracks {
    background-image: url(../img/pattern1.jpg);
    padding: 0;
    color: #fff;
	
}

#tracks .sec-title h2:after {
    border-bottom: 1px solid #fff;
}

#tracks .overlay {
    background-color:rgba(7, 7, 7, 0.71)/*  rgba(15,155,224, 0.78) */;
    padding: 70px 0 40px;
}

.testimonial-item {
    margin: 0 auto;
    padding-bottom: 50px;
    width: 64%;
}

.testimonial-item img {
    border: 3px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: auto;
    max-width: 100px;
}

.testimonial-item > div {
    line-height: 30px;
    position: relative;
}

.testimonial-item > div:before {
    background-image: url("../img/icons/quotes.png");
    background-repeat: no-repeat;
    bottom: 127px;
    height: 33px;
    left: -35px;
    position: absolute;
    width: 45px;
}

.testimonial-item > div:after {
    background-image: url("../img/icons/quotes.png");
    background-position: -58px 0;
    background-repeat: no-repeat;
    bottom: -50px;
    height: 33px;
    position: absolute;
    right: 0;
    width: 45px;
}

.testimonial-item > div > span {
    display: inline-block;
    font-weight: 700;
    margin: 40px 0 30px;
    text-transform: uppercase;
}

#testimonials .owl-controls.clickable {
    margin-top: 20px;
    text-align: center;
}

#testimonials .owl-buttons {
    border: 2px solid #fff;
    float: inherit;
}

#testimonials .owl-prev:hover,
#testimonials .owl-next:hover {
    color: #fff;
}

.price-table {
    border: 1px solid #e3e3e3;
}

.price-table.featured {
    -webkit-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
       -moz-box-shadow: 0 4px 5px rgba(0,0,0,0.19);
            box-shadow: 0 4px 5px rgba(0,0,0,0.19);
}

.price-table > span {
    color: #252525;
    display: block;
    font-size: 24px;
    padding: 30px 0;
    text-transform: uppercase;
}

.price-table .value {
    background-color: #f8f8f8;
    color: #727272;
    padding: 20px 0;

    -webkit-transition: all 0.7s ease 0s;
       -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
         -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
}

.price-table.featured .value {
    background-color: #009EE3;
    color: #fff;
}

.price-table .value span {
    display: inline-block;
}

.price-table .value span:first-child {
    font-size: 32px;
    line-height: 32px;
}

.price-table .value span:nth-child(2) {
    font-size: 65px;
    line-height: 65px;
    margin-bottom: 25px;
}

.price-table .value span:last-child {
    font-size: 16px;
}

.price-table ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.price-table ul li {
    border-top: 1px solid #e3e3e3;
    display: block;
    padding: 25px 0;

    -webkit-transition: all 0.7s ease 0s;
       -moz-transition: all 0.7s ease 0s;
        -ms-transition: all 0.7s ease 0s;
         -o-transition: all 0.7s ease 0s;
            transition: all 0.7s ease 0s;
}

.price-table ul li a {
    display: block;
    text-transform: uppercase;
}

.price-table.featured ul li:last-child,
.price-table ul li:last-child:hover {
    background-color: #009EE3;
}

.price-table.featured ul li:last-child a,
.price-table ul li:last-child:hover a {
    color: #fff;
}

#scope {
    background-image: url(../img/scope.jpg);
    padding: 0;
	background-size: 100% 100%;
}
#scope .overlay {
    background:transparent;
    padding: 100px 0 120px;
	-webkit-box-shadow: inset -5px -5px 102px 17px rgba(0,0,0,0.75);
    -moz-box-shadow: inset -5px -5px 102px 17px rgba(0,0,0,0.75);
    box-shadow: inset -5px -5px 102px 17px rgba(0,0,0,0.75);
	
}
/*=================================================================
	Price
==================================================================*/

#downloads {
    background-image: url(../img/banner.jpg);
    padding: 0;
}

#downloads .overlay {
    background: url("../img/slide_bg.png") repeat scroll 0 0  rgba(48, 63, 169, 0.71)/* transparent */;
    padding: 100px 0 120px;
}

.social-button {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.social-button li {
    display: inline-block;
}

.social-button li:nth-child(2) {
    margin: 0 75px;
}

.social-button li a {
    border: 2px solid #fff;
    border-radius: 50%;
    color: #fff;
    display: block;
    height: 90px;
    line-height: 96px;
    width: 90px;
    
    -webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}

.social-button li a:hover {
    color: #008ECC;
    border: 2px solid #008ECC;
}


/*=================================================================
	Contact
==================================================================*/

.input-field {
    margin-bottom: 10px;
}

.form-control {
    border: 1px solid #ececec;
    border-radius: 0;
    box-shadow: none;
    color: #818181;
    font-size: 16px;
    height: 50px;
}

textarea.form-control {
    width: 100%;
    height: 165px;
}

#submit:hover {
  color: #fff;
  border-color: #0A85BB;
}

#submit:before {
  background-color: #0A85BB;
}

#submit.btn-effect:after {
  background: #2E2E2E;
}

.contact-details h3 {
    border-bottom: 1px solid #008ecc;
    font-weight: 700;
    margin-bottom: 15px;
    padding-bottom: 15px;
    text-transform: uppercase;
}

.contact-details p {
    line-height: 30px;
}

.contact-details p i {
    margin-right: 10px;
}

.contact-details span {
    display: block;
    margin-left: 24px;
}


/*============================================================
	Google Maps
==============================================================*/

#google-map {
    padding: 0;
}

#map-canvas {
    width: 100%;
    height: 300px;
}


/*============================================================
	Footer
==============================================================*/

#footer {
    background-color: #2E2E2E;
    padding: 70px 0;
    color: #fff;
}

.footer-content {
    width: 390px;
    margin: 0 auto;
}

.footer-content > div {
    margin-bottom: 40px;
}

.footer-content > div > p:first-child {
    margin-bottom: 15px;
    text-transform: uppercase;
}

.subscribe-form {
    position: relative;
}

.subscribe.form-control {
    background-color: transparent;
    border: 1px solid #7f7f7f;
}

.subscribe.form-control:focus {
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
}

.submit-icon {
    background-color: #7f7f7f;
    border: 0 none;
    border-radius: 0;
    color: #c1c1c1;
    padding: /* 13px 20px */10px 11px;
    position: absolute;
    overflow: hidden;
    right: 0;
    top: 0;
	    border-bottom-right-radius: 24px;
}

.submit-icon .fa-paper-plane {
    position: relative;
    top: 0;
    
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
        -ms-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0);

    -webkit-transition: all 0.3s ease 0.2s;
       -moz-transition: all 0.3s ease 0.2s;
        -ms-transition: all 0.3s ease 0.2s;
         -o-transition: all 0.3s ease 0.2s;
            transition: all 0.3s ease 0.2s;
}

.submit-icon:hover .fa-paper-plane {
    position: relative;
    top: -37px;
    
    -webkit-transform: translateX(30px);
       -moz-transform: translateX(30px);
        -ms-transform: translateX(30px);
         -o-transform: translateX(30px);
            transform: translateX(30px);
}

.footer-content .footer-social {
    margin: 40px 0 35px;
}

.footer-social ul {
    list-style: outside none none;
    margin: 0;
    padding: 0;
    text-align: center;
}

.footer-social ul li {
    display: inline-block;
    margin: 0 10px;
}

.footer-social ul li a {
    color: #7f7f7f;
    display: block;
    
    -webkit-transition: all 0.2s ease 0s;
       -moz-transition: all 0.2s ease 0s;
        -ms-transition: all 0.2s ease 0s;
         -o-transition: all 0.2s ease 0s;
            transition: all 0.2s ease 0s;
}

.footer-social ul li a:hover {
    color: #009EE3;
}

.footer-content > p {
    color: #ababab;
    font-size: 12px;
}



/*============================================================ 
	Responsive Styles
 ============================================================*/

/*============================================================
	For Small Desktop
==============================================================*/

@media (min-width: 980px) and (max-width: 1150px) {

#speaker1 iframe
{
	width: 100%;
	height: 760px !important;
	overflow: hidden;
}
/*about*/
    #about .welcome-block img {
        margin-bottom: 30px;
    }

/* portfolio */
    figcaption.mask {
        bottom: -151px;
    }

    .testimonial-item > div:after {
        bottom: -40px;
    }
	
	
}


/*============================================================
	Tablet (Portrait) Design for a width of 768px
==============================================================*/
 
@media (min-width: 768px) and (max-width: 979px) {


#speaker1 iframe
{
	width: 100%;
	height: 1200px !important;
	overflow: hidden;
}
/* home slider  */
    .caption-content h2 {
        font-size: 40px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 45px;
    }

/* about */
    .recent-works {
        margin-bottom: 50px;
    }

    .service-item {
        margin-bottom: 50px;
    }

/* portfolio */
    .portfolio-item {
        width: 48%;
    }

/* testimonial */
    .testimonial-item {
        width: 100%;
    }

    .testimonial-item {
        width: 80%;
    }

    .testimonial-item > div:after {
        bottom: -35px;
    }

/* price */
    .price-table {
        margin-bottom: 50px;
    }

/* contact form */
    .contact-form {
        margin-bottom: 50px;
    }
}


/*============================================================
	Mobile (Portrait) Design for a width of 320px
==============================================================*/

@media only screen and (max-width: 767px) {


#speaker1 iframe
{
	width: 100%;
	height: 1618px !important;
	overflow: hidden;
}

    body {
        font-size: 10px;
    }
	
	
	/* Start By iMaker */
	
	
	/*  parallax test */
#speaker {
    background-image: url(../img/parallax/mb/testimonial.jpg);
	
	
   }
  #speaker  .parallax {
    background-attachment: fixed;
    background-position: center top;
    background-repeat: no-repeat;
    background-size: cover;
}
#tracks {
    background-image: url(../img/mbpattern1.jpg);
    
}
#downloads {
    background-image: url(../img/mbbanner.jpg);
   
}
	/*  End parallax test */
	/* Slider test */
	
	
.bg-img-1 {
	background-image: url(../img/slider/mobile/banner.jpg);
}
.bg-img-2 {
	background-image: url(../img/slider/mobile/growth.jpg);
}
.bg-img-3 {
	background-image: url(../img/slider/mobile/suitable.jpg);
}
	/* End Slider test */
	td.fo-nte {
    font-size: 12px;
	}
	.keytop
		{
		margin-top: 0;
		}
	.clearfix h2 {
    font-size: 16px;
	}
	h1.title {
    font-size: 25px;
	}
	
	.grid figure
	{
	-webkit-transform: skew(2deg)!important;
    -moz-transform: skew(2deg)!important;
    -o-transform: skew(2deg)!important;
	
	}
/* #menu-close img {
    width: 100%;
} */
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
    padding: 4px;
    line-height: 1.42857143;
    vertical-align: top;
    border-top: 1px solid #ddd
}
		.modal-header.header-fx {
			
			width: 100%;
			
		}
	.imgtest {
    width: 114%;
    border: 1px solid white;
    margin-bottom: -122px;
    opacity: 0.5;
    margin-left: -6px;
    -moz-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
    -webkit-box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
    box-shadow: rgba(0, 0, 0, 0.8) 5px 5px 55px inset;
	}
		#myModaleft 
		{
			    width: 100%  ;
				
		 
		}
		#myModaleft1 
		{
			    width: 100%  ;
				
		 
		}
		#myModaleft2 
		{
			    width: 100%;
				
		 
		}
		#myModaleft3 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft4 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft5 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft6 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft7 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft8 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft9 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft10 
		{
			    width: 100%;
				 
		 
		}
		
		#myModaleft11 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft12 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft13 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft14 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft15 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft16 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft17 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft18 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft19 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft20 
		{
			    width: 100%;
				 
		 
		}
		#myModaleft21 
		{
			    width: 100%;
				 
		 
		}



	/* End By iMaker */
    .parallax {
        background-position: centet tip !important;
		
    }

    .sec-title h2 {
        font-size: 25px;
    }

    .sec-title h2:after {
        left: 30%;
    }

/*navigation*/
    .navbar-inverse .navbar-toggle {
        border-color: #fff;
    }

    .navbar-inverse .navbar-toggle:hover,
    .navbar-inverse .navbar-toggle:focus ,.navbar-inverse .navbar-toggle:active {
        background-color: red;
    }

/* slider */
    .caption-content h2 {
        font-size: 18px;
    }

    .caption-content > span {
        font-size: 16px;
        margin-bottom: 20px;
    }

    .caption-content p {
        font-size: 16px;
        margin-bottom: 30px;
    }

    .caption-content strong {
        font-size: 22px;
    }

/* about */
    .recent-works {
        margin-bottom: 85px;
    }

    #about h3 {
        font-size: 18px;
        margin: 0 0 35px !important;
    }

    #about .owl-buttons {
        margin-top: 20px;
    }

    #about .message-body {
        margin-bottom: 45px;
    }

    #about .welcome-block img {
        margin: 0 25px 15px 0;
    }

/* service */
    .service-item {
        width: 100%;
    }

/*portfolio*/
    .portfolio-item {
        margin: 0 auto 10px;
        font-size: 14px;
        width: 280px;
    }

    figcaption.mask {
        bottom: /* -107px */-174px;
        color: #fff;
        padding: 15px;
    }

/* lightbox */
    .fancybox-title h3 {
        font-size: 20px;
    }

    .fancybox-title p {
        font-size: 14px;
    }

/* testimonial */
    .testimonial-item {
        width: 95%;
    }

    .testimonial-item > div:before,
    .testimonial-item > div:after {
        background-image: none;
    }

    .testimonial-item > div > span {
        margin: 30px 0 20px;
    }

/* price */
    .price-table {
        margin-bottom: 50px;
    }

/* follow us */
    .social-button li:nth-child(2) {
        margin: 0 25px;
    }

    .social-button li a {
        height: 65px;
        line-height: 71px;
        width: 65px;
    }

/* contact form */
    .contact-form {
        margin-bottom: 50px;
    }

/* footer */
    .footer-content {
        width: 100%;
    }

    .footer-social ul li {
        margin: 0 7px;
    }
}


/*============================================================
	Mobile (Landscape) Design for a width of 480px
==============================================================*/

@media only screen and (min-width: 480px) and (max-width: 767px) {


	#speaker1 iframe
	{
		width: 100%;
		height: 1618px !important;
		overflow: hidden;
	}

	  .navbar-collapse {
    display: none;
	}

    .sec-title h2:after {
        left: 38%;
    }

/* home slider */
    .caption-content h2 {
        font-size: 35px;
    }

    .caption-content p {
        font-size: 25px;
    }

    .caption-content strong {
        font-size: 35px;
    }
	
	

/*about*/

    #about .welcome-block h3 {
        margin: 0 0 35px;
    }

/* service */

    .service-item {
        margin: 0 auto 50px;
        width: 55%;
    }

/* portfolio */
    .portfolio-item {
        width: 48%;
    }

    figcaption.mask {
        bottom: -174px;
    }
	

/* testimonial */
    .testimonial-item {
        width: 80%;
    }

    .testimonial-item > div:before {
        bottom: 160px;
    }

/* social */
    .social-button li:nth-child(2) {
        margin: 0 50px;
    }

    .social-button li a {
        height: 90px;
        line-height: 96px;
        width: 90px;
    }

/* price */
    .price-table {
        margin-bottom: 50px;
    }

/* contact form */
    .contact-form {
        margin-bottom: 50px;
    }

/* footer */
    .footer-content {
        width: 380px;
    }
}



#speaker1 iframe
{
	width: 100%;
	height: 760px;
	overflow: hidden;
}

