/*
Template Name:Digi Hub
File: Layout CSS
Author: Templates On Web
Author URI: http://templateonweb.com/
Licence: <a href="http://www.templateonweb.com/terms.php?v=content&contentid=152">Website Template Licence</a>
*/
body{
  font-family: 'Krona One', sans-serif;
   }
.juste{
  text-align: justify;
}
.condition{
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  
}
.condition :hover{
  color: red;
}
h1,h2,h3,h4,h5,h6{
padding:0;
margin:0;
}
a:hover{
text-decoration:none;
}
ul{
padding:0;
margin:0;
list-style:none;
}
p{
padding:0;
margin:0;
font-size:18px;
}
.space_left{
padding-left:0; 
} 
.space_right{
padding-right:0; 
} 
.space_all{
padding:0; 
} 
.border_none_1{
   border:none!important;
   }
.active_tab{
    color:#fff!important;
	border-bottom:2px solid #fff;
  }

/*********************top****************/
.top{
    border-bottom:1px solid #999;
	padding-top:10px;
    padding-bottom:10px;  
	}
.top_left p span{
    color:#fff;
	}
.top_left p span:hover{
 color:#2ce9d0;
	}
.top_left p span a{
	color:#fff;
	}
.top_left p span a:hover{
 color:#2ce9d0;
	}
.top_left p .span_1{
    border-left:2px solid;
  	padding-left:15px;
	margin-left:15px;
  }
.top_left p .span_1:hover{
  color:#fff;
  }
.top_right p{
  font-size:16px;
  }
.top_right p a{
  color:#fff;
  padding-left:15px;
  }
.top_right p a:hover{
color:#2ce9d0;
  }  
/*********************top_end****************/

/*********************header****************/
#header {
   margin-top:20px;
   }
   #logo{
     margin-top: -25px;
     width: 150px;
   }
#header .navbar{
   border:none;
   margin-bottom:0;
   background:none;
   }
#header .navbar-brand {
  font-size:30px;
  color:#fff;
  letter-spacing:1px;
  }

#header .navbar-brand span{
  color:#2ce9d0;
  }
#header .tag_menu{
  color:#e1e1e1;
  font-size:14px;
  padding-left:0; 
  padding-right:0;
  margin-left:15px; 
  margin-right:15px; 
	}
#header .tag_menu:hover{
  color:#fff;
	}
	
/* Underline From Center */
.hvr-underline-from-center {
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px transparent;
  position: relative;
  overflow: hidden;
}
.hvr-underline-from-center:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  right: 50%;
  bottom: 0;
  background: #fff;
  height: 2px;
  -webkit-transition-property: left, right;
  transition-property: left, right;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.hvr-underline-from-center:hover:before, .hvr-underline-from-center:focus:before, .hvr-underline-from-center:active:before {
  left: 0;
  right: 0;
}
.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:hover, .navbar-default .navbar-nav>.open>a:focus{
 background:none; 
  }
#header .drop_1{
  background-color: rgba(0,0,0,0.75);
  width: 240px; 
  padding:20px;
  margin-top:30px;
   }
#header .drop_1 a:hover{
background:#812110;
color:#fff;
   }
#header .drop_1 a{
color:#e1e1e1;
padding-top:10px;
padding-bottom:10px;
   }
#header .drop_1:before {
    border-width: 2px 0 0 2px;
    left: 4px;
    top: 4px;
	border-color: #812110;
	content: "";
    border-style: solid;
    height: 30%;
    position: absolute;
    width: 30%;
}
#header .drop_1:after {
    border-width: 0 2px 2px 0;
    bottom: 4px;
    right: 4px;
	border-color: #812110;
	content: "";
    border-style: solid;
    height: 30%;
    position: absolute;
    width: 30%;
}

#header .drop_2{
  margin-top:30px;
  background-color: rgba(0,0,0,0.75);
   }
#header .drop_2:before {
    border-width: 2px 0 0 2px;
    left: 4px;
    top: 4px;
	border-color: #812110;
	content: "";
    border-style: solid;
    height: 30%;
    position: absolute;
    width: 30%;
}
#header .drop_2:after {
    border-width: 0 2px 2px 0;
    bottom: 4px;
    right: 4px;
	border-color: #812110;
	content: "";
    border-style: solid;
    height: 30%;
    position: absolute;
    width: 30%;
}
.drop_2 .btn-primary{
   background:#812110;
   border:1px solid #812110;
   }
   
   
 #side_box  #sidebar-wrapper {
    margin-right: -250px;
    right: 0;
    width: 250px;
    background: #fff;
    position: fixed;
    height: 100%;
    overflow-y: auto;
    z-index: 1000;
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -ms-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
	padding-bottom:150px;
  }

 #side_box  .sidebar-nav {
    position: absolute;
    top: 0;
    width: 250px;
    list-style: none;
    margin: 0;
    padding: 0;
  }

 #side_box  .sidebar-nav li {
    line-height: 50px;
    text-indent: 20px;
  }
 
 #side_box  .sidebar-nav > .sidebar-brand {
    height: 55px;
    line-height: 55px;
    font-size: 18px;
  }

 #side_box  .sidebar-nav > .sidebar-brand a {
    color: #000;
	font-size:25px;
  }

 #side_box  .sidebar-nav > .sidebar-brand a:hover {
    color: #000;
    background: none;
  }

#side_box   #menu-toggle {
    right:90px;
    position: fixed;
    z-index: 1;
  }

#side_box   #sidebar-wrapper.active {
    right: 250px;
    width: 250px;
    transition: all 0.5s ease-out 0s;
    -webkit-transition: all 0.5s ease-out 0s;
    -moz-transition: all 0.5s ease-out 0s;
    -ms-transition: all 0.5s ease-out 0s;
    -o-transition: all 0.5s ease-out 0s;
  }

 #side_box  .toggle {
    margin: 5px 5px 0 0;
  }
 #side_box  .btn-primary{
   background:none;
   border:none;
   color:#fff;
   }
.wrap_inner{
  margin-top:80px;
  }
.wrap_inner .para_1{
  margin-top:10px;
  padding:10px;
  }

.wrap_inner .top_right p{
  font-size:16px;
  }
.wrap_inner .top_right p a{
  color:#000;
  padding-left:15px;
  }
.wrap_inner .top_right p a:hover{
color:#2ce9d0;
  }
  
.wrap_inner_1{
  margin-top:40px;
  }  
  
/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	min-width: 50%;
	background: #3085a3;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 50%;
	max-width: 50%;
	opacity: 0.8;
}

.grid figure figcaption {
	padding: 2em;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	word-spacing: -0.15em;
	font-weight: 300;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*---------------*/
/***** Bubba *****/
/*---------------*/

figure.effect-bubba {
	background: #9e5406;
}

figure.effect-bubba img {
	opacity: 0.7;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

figure.effect-bubba:hover img {
	opacity: 0.4;
}

figure.effect-bubba figcaption::before,
figure.effect-bubba figcaption::after {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
}

figure.effect-bubba figcaption::before {
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: scale(0,1);
	transform: scale(0,1);
}

figure.effect-bubba figcaption::after {
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	-webkit-transform: scale(1,0);
	transform: scale(1,0);
}

figure.effect-bubba h2 {
	padding-top: 10%;
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(0,-20px,0);
	transform: translate3d(0,-20px,0);
}

figure.effect-bubba p {
	padding: 20px 2.5em;
	opacity: 0;
	font-size:10px;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(0,20px,0);
	transform: translate3d(0,20px,0);
}

figure.effect-bubba:hover figcaption::before,
figure.effect-bubba:hover figcaption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	transform: scale(1);
}

figure.effect-bubba:hover h2,
figure.effect-bubba:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}
.wrap_inner_2{
  margin-top:40px;
  padding:20px; 
   }
.wrap_inner_2 h2{
  font-size:16px;
  background:#2ce9d0;
  padding:10px;
  color:#fff;
  }
.wrap_inner_2 .form-control{
   margin-top:15px;
   border-radius:0;
   border-top:none;
   border-left:none;
   border-right:none;
   font-size:12px;
   box-shadow:none;
   }
.wrap_inner_2 .form_1{
 height:100px;  
   }
.wrap_inner_2 h3{
  font-size:16px;
  margin-top:40px;
  }
.wrap_inner_2 h3 a{
  background:#2ce9d0;
  padding:10px 40px;
  color:#fff;
  border-radius:5px;
  }
.wrap_inner_2 h3 a:hover{
  background:#21b3a0;
  }
/*********************header_end****************/

/*********************center****************/
.cd-secondary-nav .is-visible {
  visibility: visible;
  transform: scale(1);
  transition: transform 0.3s, visibility 0s 0s;
}
 .cd-secondary-nav.is-fixed {
    z-index: 9999;
    position: fixed;
    left: auto;
    top: 0; 
	background:#000000e6;
	padding-bottom:20px;
  }	

/********************************/
/*       Fade Bs-carousel       */
/********************************/
.fade-carousel {
    position: relative;
    height: 120vh;
}
.fade-carousel .carousel-inner .item {
    height: 120vh;
}
.fade-carousel .carousel-indicators > li {
    margin: 0 4px;
    opacity: .8;
}
.fade-carousel .carousel-indicators > li.active {
  opacity: 1;
}

/********************************/
/*          Hero Headers        */
/********************************/
.hero {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    color: #fff;
    text-align: center;
    text-transform:capitalize;
    text-shadow: 1px 1px 0 rgba(0,0,0,.75);
	-webkit-transform: translate3d(-50%,-50%,0);
	-moz-transform: translate3d(-50%,-50%,0);
	-ms-transform: translate3d(-50%,-50%,0);
	-o-transform: translate3d(-50%,-50%,0);
	transform: translate3d(-50%,-50%,0);
}
.hero h1 {
    font-size: 40px;    
    font-weight: bold;
    margin: 0;
    padding: 0;
}
.hero p {
  font-size:14px;
  margin-top:40px;
  text-align:center;
  line-height:1.8em;
  letter-spacing:1px;
}

.fade-carousel .carousel-inner .item .hero {
    opacity: 0;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s; 
}
.fade-carousel .carousel-inner .item.active .hero {
    opacity: 1;
    -webkit-transition: 2s all ease-in-out .1s;
       -moz-transition: 2s all ease-in-out .1s; 
        -ms-transition: 2s all ease-in-out .1s; 
         -o-transition: 2s all ease-in-out .1s; 
            transition: 2s all ease-in-out .1s;    
}

/********************************/
/*            Overlay           */
/********************************/
.overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: #080d15;
    opacity: .7;
}

/********************************/
/*          Custom Buttons      */
/********************************/
#center .btn.btn-lg {padding: 20px 40px;}
#center .btn.btn-hero,
#center .btn.btn-hero:hover,
#center .btn.btn-hero:focus {
    color: #f5f5f5;
    border:2px solid #fff;
    outline: none;
	background:none;
    margin-top:40px;
   font-size: 16px;
   border-radius:0;
}
#center .btn.btn-lg i{
  margin-left:10px;
  }
#center .btn.btn-lg:hover{
  background:#29d9c2!important;
  color: #fff;
  }

/********************************/
/*       Slides backgrounds     */
/********************************/
.fade-carousel .slides .slide-1, 
.fade-carousel .slides .slide-2,
.fade-carousel .slides .slide-3 {
  height: 120vh;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.fade-carousel .slides .slide-1 {
      background-image: url(../img/bg2.jpg);
}
.fade-carousel .slides .slide-2 {
    background-image: url(../img/francebg.jpg);
}
.fade-carousel .slides .slide-3 {
      background-image: url(../img/koreabg.png);
}
#center .carousel-indicators{
  bottom:20%;
  }
.fade-carousel .carousel-indicators > li{
      background: #fff;
	  border-color: #fff;
	  width:11px;
	  height:11px;
  }
.fade-carousel .carousel-indicators > li.active{
      width:11px;
	  height:11px;
	  background:#000;
    border-color:#000
    ; 
  }

/********************************/
/*          Media Queries       */
/********************************/
@media screen and (min-width: 980px){
    .hero { width: 980px; }    
}
@media screen and (max-width: 640px){
    .hero h1 { font-size: 4em; }    
}
.main{
   position:relative;
   }
.main_1{
 position:absolute;
 width:100%;
 z-index:3;
   } 
/*********************center_end****************/

/*********************work****************/
#work{
  padding-top:100px;
  padding-bottom:100px;
  }
.work h1:after {
    display: inline-block;
    width: 8%;
    height: 2px;
    background-color: #0a0a0a;
    vertical-align: middle;
    margin-left: 2%;
    content: "";
}
.work h1:before {
    display: inline-block;
    width: 8%;
    height: 2px;
    background-color: #000000;
    vertical-align: middle;
    margin-right: 2%;
    content: "";
}
.work h1{
color:#000;
font-weight:bold;
font-size:50px;  
  }
.work p{
margin-top:30px;
color:#000;
line-height:2em;  
margin-bottom:40px;
  }
  
.ih-item {
  position: relative;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item,
.ih-item * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.ih-item a {
  color: #333;
}
.ih-item a:hover {
  text-decoration: none;
}
.ih-item img {
  width: 100%;
  height: 100%;
}

.ih-item.square {
  position: relative;
  width: 100%;
  height: 100%;
}
.ih-item.square .info {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  text-align: center;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.ih-item.square.effect13 {
  overflow: hidden;
}
.ih-item.square.effect13.colored .info {
  background: #1a4a72;
  background: rgba(26, 74, 114, 0.6);
}
.ih-item.square.effect13.colored .info h3 {
  background: rgba(12, 34, 52, 0.6);
}
.ih-item.square.effect13 .img {
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.ih-item.square.effect13 .info {
  background: #333333;
  background: rgba(0, 0, 0, 0.6);
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.35s ease-in-out;
  -moz-transition: all 0.35s ease-in-out;
  transition: all 0.35s ease-in-out;
}
.ih-item.square.effect13 .info h3 {
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-size: 17px;
  padding: 10px;
  background: #111111;
  margin: 30px 0 0 0;
}
.ih-item.square.effect13 .info p {
  font-style: italic;
  font-size: 12px;
  position: relative;
  color: #bbb;
  padding: 20px 20px 20px;
  text-align: center;
}
.ih-item.square.effect13 a:hover .img {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.ih-item.square.effect13 a:hover .info {
  visibility: visible;
  opacity: 1;
}

.ih-item.square.effect13.left_to_right .info {
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  -o-transform: translateX(-100%);
  transform: translateX(-100%);
}
.ih-item.square.effect13.left_to_right a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect13.right_to_left .info {
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
}
.ih-item.square.effect13.right_to_left a:hover .info {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}

.ih-item.square.effect13.top_to_bottom .info {
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  -o-transform: translateY(-100%);
  transform: translateY(-100%);
}
.ih-item.square.effect13.top_to_bottom a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}

.ih-item.square.effect13.bottom_to_top .info {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.ih-item.square.effect13.bottom_to_top a:hover .info {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
}
.work_1_inner_1 h2 i{
   background:#f9f0f0;
   padding:30px;
   border-radius:100%;
   color:#000;
   }
.work_1_inner:hover h2 i{  
  background:#8d0e0e;
  color:#fff;
  }
.work_1_inner{
  position:relative;
  }
.work_1_inner_1{
   position:absolute;
   bottom:-40px;
   width:100%;
   text-align:center;
  }
.work_1_inner_2{
  margin-top:70px; 
   }
.work_1_inner_2 h3{
 font-weight:bold;
 color:#000; 
  }
.work_1_inner_2 p{
margin-top:30px;
color:#000;
line-height:2em;
text-align: center;
  }
.work_1_inner_2 h5:before {
    display: inline-block;
    width: 25%;
    height: 2px;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 8%;
    content: "";
}
.work_1_inner_2 h5{
margin-top:30px;
  }
.work_1_inner_2 h5 a{
color:#000;
  }
.work_1_inner_2 h5 a:hover{
color:#86200e;
  }
/*********************work_end****************/

/*********************about_home****************/
#about_home{
  padding-top:80px;
  padding-bottom:80px;
  background:#f4f4f4;
  }
.about_home_left{
    background: url(../img/etude.jpg);
    background-repeat: no-repeat;
	height:550px;
  }
.about_home_right h1{
  color:#000;
  font-size:50px;
  font-weight:bold;
  }
.about_home_right h1:after {
    display: inline-block;
    width: 15%;
    height: 2px;
    background-color: #000;
    vertical-align: middle;
    margin-left: 5%;
    content: "";
}
.about_home_right .para_1{
line-height:2em;
margin-top:30px;
color:#000;
  }
.about_home_right_inner{
 margin-top:40px; 
  }
.about_home_right_inner ul{
    border:none;
	margin-bottom:40px;
	}
.about_home_right_inner ul li a{
 color:#000; 
 background:none;
 border:none;
 font-size:16px;
 margin-right:-10px;
  }
.about_home_right_inner ul li a:hover{
color: #7e1608;
background:none;
border-bottom:2px solid #000;
  }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #2ce9d0;
    background:none;
    border:none;
	border-bottom:2px solid #2ce9d0;
}
.about_home_right_inner_tab p{
line-height:2em;
margin-bottom:10px;
columns: #000000;
text-align: justify;
  }
.about_home_right_inner_tab h3{
  font-size:16px;
  margin-top:60px;
  }
.about_home_right_inner_tab h3 a{
  background: #000000;;
  padding:20px 30px;
  color:#fff;
  border-radius:5px;
  }
.about_home_right_inner_tab h3 a:hover{
  background:#21b3a0;
  }
.about_home_right_inner_tab h3 a i{
margin-left:10px;
  }
/*********************about_home_end****************/

/*********************project_home****************/
#project_home{
  padding-top:100px;
  padding-bottom:100px; 
   }

.plan_menu ul{
    border:none;
	margin-bottom:40px;
	width:75%;
	margin-left:auto;
	margin-right:auto;
	}
.plan_menu ul li a{
 color:#666; 
 background:none;
 border:none;
 font-size:14px;
 margin-right:15px;
  }
.plan_menu ul li a:hover{
color: #000;
background:none;
border-bottom:2px solid #000;
  }
.nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
    color: #000;
    background:none;
    border:none;
	border-bottom:2px solid #000;
}
.plan .thumbnail {
    position:relative;
    overflow:hidden;
	padding:0;
	border-radius:0;
	border:none;
}
 
.plan .caption {
    position:absolute;
    top:-100%;
    right:0;
    background:#4e080e99;
    width:100%;
    height:100%;
    padding:2%;
    text-align:center;
    color:#fff !important;
    z-index:2;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}
.plan .thumbnail:hover .caption {
    top:0%;
	padding-top:20%;
}
.plan .caption h4{
  font-size:22px;
  padding-bottom:10px; 
   }
.plan .caption p{
  font-size:16px;
  padding-bottom:10px; 
   }
.plan .tab_inner{
   margin-top:10px; 
	}
/*********************project_home_end****************/

/*********************client_home****************/
.client_home_left{
 background:#f7f7f7;
 padding:200px 40px 200px 40px; 
 min-height:620px;
  }
.client_home_left h1{
  color:#000;
  font-size:47px;
  line-height:1.4em;
  }
.client_home_left p{
margin-top:15px;
line-height:2em;
color:#666;
  }
.client_home_right{
   background: #000000;;
   padding-top:50px;
  padding-bottom:50px;
   min-height:620px;
   }
   

 .carousel-control.left,.carousel-control.right  {background:none;width:25px;}
.carousel-control.left {left:-25px; display:none;}
.carousel-control.right {right:-25px; display:none;}
.broun-block {
    padding-bottom: 34px;
}
.block-text {
    background-color: #fff;
    border-radius: 5px;
    box-shadow: 0 3px 0 #2c2222;
    color: #626262;
    font-size: 14px;
    margin-top: 27px;
    padding: 15px 18px;
}
.block-text a {
 color: #7d4702;
    font-size: 25px;
    font-weight: bold;
    line-height: 21px;
    text-decoration: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.mark {
    padding: 12px 0;background:none;
}
.block-text p {
    color: #585858;
    font-family: Georgia;
    font-style: italic;
    line-height: 20px;
}

.sprite-i-triangle {
    background-position: 0 -1298px;
    height: 44px;
    width: 50px;
}
.block-text ins {
    bottom: -44px;
    left: 50%;
    margin-left: -60px;
}


.block {
    display: block;
}
.zmin {
    z-index: 1;
}
.ab {
    position: absolute;
}

.person-text {
    padding: 10px 0 0;
    text-align: center;
    z-index: 2;
}
.person-text a {
    color: #000;
    display: block;
    font-size: 15px;
    margin-top: 3px;
}
.person-text i {
    color: #666;
    font-family: Georgia;
    font-size: 13px;
}
.rel {
    position: relative;
}

/*********************client_home_end****************/

/*********************work_plan****************/
#work_plan{
    padding-top:80px;
	padding-bottom:80px;
	}
.work_plan{
      margin-top:50px;
	  }
.work_plan_inner h1{
   color: #2ce9d0;
   font-weight:bold;
   }
.work_plan_inner h3{
   margin-top:30px;
   font-size:18px;
   }
.work_plan_inner h3 a{
   color:#000;
   }
.work_plan_inner:hover h3 a{
    color:#2ce9d0;
   }
.work_plan_inner:hover h1{
    color:#000;
   }
.work_plan_inner p{
   margin-top:20px;
   font-size:17px;
   color:#000;
   line-height:2em;
   text-align: center;
   }
/*********************work_plan_end****************/

/*********************skill_home****************/
#skill_home{
   background-image: url(../img/30.jpg);
   }
.skill_home_main{
  background:#fffc;
  padding-top:100px;
  padding-bottom:100px;
  }
.skill_home_left h1{
   color:#000;
   font-size:45px;
   }
.skill_home_left h1:after {
    display: inline-block;
    width: 15%;
    height: 2px;
    background-color: #000;
    vertical-align: middle;
    margin-left: 5%;
    content: "";
}
.skill_home_left p{
  color:#666;
  font-size:12px;
  line-height:2em;
  margin-top:30px;
  margin-bottom:30px;
   }
 .skill_home_left_inner {
   margin-bottom:15px;
   }
 .skill_home_left_inner h6{
   margin-bottom:10px;
   font-size:14px;
   }
 .skill_home_left_inner .progress-bar{
   background:#2ce9d0;
   }
 .skill_home_left_inner .progress{
   height:7px;
   border-radius:0;
   background:none;
   border:1px solid #2ce9d0;
   }
   
  .skill_home_left_inner_1 {
   margin-bottom:15px;
   }
 .skill_home_left_inner_1 h6{
   margin-bottom:10px;
   font-size:14px;
   }
 .skill_home_left_inner_1 .progress-bar{
   background:#000;
   }
 .skill_home_left_inner_1 .progress{
   height:7px;
   border-radius:0;
   background:none;
   border:1px solid #000;
   }
.skill_home_right img{
    border:1px solid #812110;
	padding:15px;
	}
.skill_home_right img:hover{
 background: #000;
  }
/*********************skill_home_end****************/

/*********************team_home****************/
#team_home{
 padding-top:100px;
 padding-bottom:100px; 
  }

figure.effect-sarah {
	background: #42b078;
}

figure.effect-sarah img {
	max-width: none;
	width: -webkit-calc(100% + 20px);
	width: calc(100% + 20px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

figure.effect-sarah:hover img {
	opacity: 0.4;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah figcaption {
	text-align: left;
}

figure.effect-sarah h2 {
	position: relative;
	overflow: hidden;
	padding: 0.5em 0;
	font-size:22px;
}

figure.effect-sarah h2::after {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 3px;
	background: #fff;
	content: '';
	-webkit-transition: -webkit-transform 0.35s;
	transition: transform 0.35s;
	-webkit-transform: translate3d(-100%,0,0);
	transform: translate3d(-100%,0,0);
}

figure.effect-sarah:hover h2::after {
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-sarah p {
	padding: 1em 0;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(100%,0,0);
	transform: translate3d(100%,0,0);
}

figure.effect-sarah:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

#team_home .events_home_1_inner .grid figure img{
  min-height:150px;
  } 
.events_home_1_inner_text h3{
  margin-top:20px;
  }
.events_home_1_inner_text h3 a{
  color:#000;
  }
.events_home_1_inner_text h3 a:hover{
  color:#2ce9d0;
  }
.events_home_1_inner_text h6{
  margin-top:10px;
  font-size:16px;
  margin-bottom:20px;
  }

/* footer social icons */
ul.social-network {
	list-style: none;
	display: inline;
	margin-left:0 !important;
	padding: 0;
}
ul.social-network li {
	display: inline;
	margin: 0 5px;
}


/* footer social icons */
.social-network a.icoRss:hover {
	background-color: #F56505;
}
.social-network a.icoFacebook:hover {
	background-color:#3B5998;
}
.social-network a.icoTwitter:hover {
	background-color:#33ccff;
}
.social-network a.icoGoogle:hover {
	background-color:#BD3518;
}
.social-network a.icoVimeo:hover {
	background-color:#0590B8;
}
.social-network a.icoLinkedin:hover {
	background-color:#007bb7;
}
.social-network a.icoRss:hover i, .social-network a.icoFacebook:hover i, .social-network a.icoTwitter:hover i,
.social-network a.icoGoogle:hover i, .social-network a.icoVimeo:hover i, .social-network a.icoLinkedin:hover i {
	color:#fff;
}
a.socialIcon:hover, .socialHoverClass {
	color:#44BCDD;
}

.social-circle li a {
	display:inline-block;
	position:relative;
	margin:0 auto 0 auto;
	-moz-border-radius:50%;
	-webkit-border-radius:50%;
	border-radius:0;
	text-align:center;
	width: 40px;
	height: 40px;
	font-size:14px;
}
.social-circle li i {
	margin:0;
	line-height:40px;
	text-align: center;
}

.social-circle li a:hover i, .triggeredHover {
	-moz-transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-ms--transform: rotate(360deg);
	transform: rotate(360deg);
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	-o-transition: all 0.2s;
	-ms-transition: all 0.2s;
	transition: all 0.2s;
}
.social-circle i {
	color: #fff;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-o-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}

.events_home_1_inner_text ul a {
 background-color:#2ce9d0;
 border-radius:100%;
}
/*********************team_home_end****************/

/*********************success_zone****************/
#success_zone{
background-image: url(../img/3.jpg);
}
.success_zone_main{
  background:#2ce9d0e6;
  padding-top:100px;
  padding-bottom:100px;
  }
  
#success_zone .work h1:after {
    display: inline-block;
    width: 8%;
    height: 2px;
    background-color: #fff;
    vertical-align: middle;
    margin-left: 2%;
    content: "";
}
#success_zone .work h1:before {
    display: inline-block;
    width: 8%;
    height: 2px;
    background-color: #fff;
    vertical-align: middle;
    margin-right: 2%;
    content: "";
}
#success_zone .work h1{
color:#000;
font-weight:bold;
font-size:50px;  
  }
#success_zone .work p{
margin-top:30px;
color:#fff;
line-height:2em;  
margin-bottom:40px;
  }
  
.success_zone{
 margin-top:50px; 
  }
.success_zone_inner h1{
  font-size:45px;
  }
.success_zone_inner hr{
 border-width:2px;
 width:20%;
 margin-top:30px;
 margin-bottom:30px;
  }
.success_zone_inner h3{
font-size:18px;
color:#000;
  }
.success_zone_inner p{
font-size:12px;
color:#fff;
line-height:2em;
margin-top:20px;
  }
.success_zone_inner:hover hr{
 width:30%;
  }
/*********************success_zone_end****************/

/*********************blog_home****************/
#blog_home{
 padding-top:100px;
 padding-bottom:100px;  
   }
.blog_home{
  margin-top:50px;
  }
.card-image{
    overflow: hidden;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    transform-style: preserve-3d;
}

.card-image img{
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -ms-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

 .card-image:hover img{
    -webkit-transform: scale(1.2) rotate(0deg);
    -moz-transform: scale(1.2) rotate(0deg);
    -ms-transform: scale(1.2) rotate(0deg);
    -o-transform: scale(1.2) rotate(0deg);
    transform: scale(1.2) rotate(0deg);
}
.blog_home_1{
border:1px solid #2ce9d0;
padding-bottom:30px;  
  }
.blog_home_1_inner_1{
  margin-top:15px;
  padding:15px;
  }
.blog_home_1_inner_1 h6{
 color:#999; 
  }
.blog_home_1_inner_1 h6 a{
 color:#999; 
  }
.blog_home_1_inner_1 h6 a:hover{
color: #2ce9d0;
  }
.blog_home_1_inner_1 span{
font-size:20px;
font-weight:bold;
color:#000;
border:2px solid;
padding:10px;
  }
.blog_home_1_inner_1 span:hover{
color: #2ce9d0;
  }
.blog_home_1_inner_2{
  margin-top:15px;
  padding:15px;
  }
.blog_home_1_inner_2 h6 span{
  background:#a12404;
  color:#fff;
  padding:5px;
  font-size:10px;
  }
.blog_home_1_inner_2 h5{
  margin-top:20px;
  }
.blog_home_1_inner_2 h5 a{
  color:#000;
  }
.blog_home_1_inner_2 h5 a:hover{
 color:#2ce9d0;
  }
.blog_home_1_inner_2 p{
  color:#000;
  margin-top:20px;
  line-height:2em;
  }
.blog_home_1_inner_2 h4{
margin-top:20px;
font-size:12px;
color:#666;
  }
.blog_home_1_inner_2 h4 a{
color:#666;
margin-right:20px;
  }
.blog_home_1_inner_2 h4 a:hover{
color:#2ce9d0;
  }
.blog_home_1_inner_2 h3{
margin-top:40px;
font-size:14px;
  }
.blog_home_1_inner_2 h3 a{
color:#666;
  }
.blog_home_1_inner_2 h3 a:hover{
color:#2ce9d0;
  }
.blog_home_1_inner_2 h3:before {
    display: inline-block;
    width: 50%;
    height: 2px;
    background-color: #2ce9d0;
    vertical-align: middle;
    margin-right: 10%;
    content: "";
}

/*********************blog_home_end****************/

/*********************touch_home****************/
#touch_home{
    background:#f7f7f7;
	padding-top:100px;
	padding-bottom:100px;
	}
.touch_home_inner h2{
  color:#000;
  }
.touch_home_inner hr{
 border-width:1px;
 width:20%;
 margin-top:30px;
 margin-bottom:30px;
 border-color:#2ce9d0;
 float:left;
  }
.touch_home_inner h4{
clear:left;
color:#000;
font-weight:bold;
  }
.touch_home_inner p{
color:#000;
line-height:2em;
margin-top:30px;
  }
.touch_home_inner:hover hr{
 width:30%;
  }
.touch_home_inner p a{
color:#000;
  }
.touch_home_inner p a:hover{
color:#2ce9d0;
  }
.touch_home{
  margin-top:50px;  
	}

/*********************touch_home_end****************/

/*********************contact_home****************/

.contact_home_right{
background:#333;
padding:80px 40px 80px 40px;
background-image: url(../img/38.jpg); 
min-height:660px; 
  }
.contact_home_right h1{
   color:#fff;
   }
.contact_home_right h1:after {
    display: inline-block;
    width: 17%;
    height: 2px;
    background-color: #2ce9d0;
    vertical-align: middle;
    margin-left: 5%;
    content: "";
}
.contact_home_right p{
  margin-top:15px;
  color:#999;
  margin-bottom:40px;  
	}
/* enable absolute positioning */
.inner-addon { 
    position: relative;
	margin-bottom:20px; 
}

/* style icon */
.inner-addon .glyphicon {
  position: absolute;
  padding: 10px;
  pointer-events: none;
  color:#999;
}

/* align icon */
.left-addon .glyphicon  { left:  0px;}
.right-addon .glyphicon { right: 0px;}

/* add padding  */
.left-addon input  { padding-left:  30px; }
.right-addon input { padding-right: 30px; }

.contact_home_right .form_1{
    background:none;
	border:none;
	border-bottom:1px solid #999;
	border-radius:0;
	color:#fff;
	}
.contact_home_right .form_1:focus{
   box-shadow:none;
   border-color:#fff;
	}
.contact_home_right .form_2{
    background:none;
	border:none;
	border-bottom:1px solid #999;
	border-radius:0;
	color:#fff;
	height:110px;
	}
.contact_home_right .form_2:focus{
   box-shadow:none;
   border-color:#fff;
	}
.contact_home_right h4{
font-size:14px;
margin-top:60px;
	}
.contact_home_right h4 a{
    background: #b1321c;
	color:#fff;
	border-radius:5px;
	padding:20px 30px;
	}
.contact_home_right h4 a:hover{
background:	#29d5be;
	}
/*********************contact_home_end****************/

/*********************footer****************/
#footer{
   padding-top:80px;
   padding-bottom:80px;
   background: #000; 
	}
.footer h2{
   margin-bottom:30px;
   }
.footer h2 a {
  font-size:30px;
  color:#fff;
  letter-spacing:1px;
  }

.footer h2 a span{
  color:#000;
  }
.footer ul a {
 background-color:#000;
 border-radius:100%;
}
#footer_bottom{
    padding-top:15px;
	padding-bottom:15px;
	background:#333;
	}
.footer_bottom p{
  color:#999;
  font-size:14px;
  }
.footer_bottom p a{
   color:#999;
  }
.footer_bottom p a:hover{
  color:#2ce9d0;
  }
/*********************footer_end****************/

/*********************about****************/
#center_about{
    background: url(../img/bg1.jpg);
  }
.center_about_main{
background:#3339;
padding-top:300px;
padding-bottom:150px;  
  }
.center_about_left h1{
 color:#fff; 
  }
.center_about_right p{
 color:#fff; 
  }
.center_about_right p a{
 color:#fff; 
  }
.center_about_right p a:hover{
color:#2ce9d0;
  }
/*********************about_end****************/
/*********************aim****************/
#aim{
  background-image: url(../img/bg-about.jpg); 
  }
.aim_main{
 padding-top:100px;
 padding-bottom:100px;
 background: #fffc;
  }
.aim_left h1{
  font-size:50px;
  line-height:1.4em;
  }
.aim_left p{
color:#000;
margin-top:20px;
line-height:2em;
  }

.aim_left h3{
  font-size:16px;
  margin-top:60px;
  }
.aim_left h3 a{
  background:#000;
  padding:20px 30px;
  color:#fff;
  border-radius:5px;
  }
.aim_left h3 a:hover{
  background:#21b3a0;
  }
.aim_left h3 a i{
margin-left:10px;
  }
  
.about_home_page{
 background:none!important; 
  }
.about_home_left_page_inner h3{
  font-size:30px;
  }
.about_home_left_page_inner h3 i{
  background:#fff;
  padding:30px;
  border-radius:100%;
  box-shadow:0 0 13px 0 rgba(0, 0, 0, 0.24);
  columns: #000000;;
  }
.about_home_left_page_inner:hover h3 i{
background: #000000;;
color:#fff;  
  }
.about_home_left_page_inner h4{
color:#000; 
margin-top:40px; 
font-weight:bold;
  }
.about_home_left_page_inner hr{
width:40%;
margin-top:0;
margin-top:40px;
border-color:#ccc;
  }
.about_home_left_page_inner:hover hr{
border-color:#630606;
width:30%;
  }
.about_home_left_page{
 margin-bottom:40px; 
  }
  
#vision{
  padding-top:100px;
  padding-bottom:100px;
  }
.vision_left_inner img{
 min-height:330px!important; 
  }
.vision_right h1{
  color:#000;
  font-size:50px;
  font-weight:bold;
  }
.vision_right h1:after {
    display: inline-block;
    width: 15%;
    height: 2px;
    background-color: #000
    vertical-align: middle;
    margin-left: 5%;
    content: "";
}
.vision_right p{
  color:#666;
 line-height:2em;
 margin-top:20px;
  }
.vision_right h5{
 margin-top:20px;
  }
.vision_right h5 a{
color:#333;
  }
.vision_right h5 a:hover{
color:#2ce9d0;
  }

.vision_right h3{
  font-size:16px;
  margin-top:60px;
  }
.vision_right h3 a{
  background:#000;
  padding:20px 30px;
  color:#fff;
  border-radius:5px;
  }
.vision_right h3 a:hover{
  background:#21b3a0;
  }

.team_home_page{
 background:#f7f7f7; 
  }
.touch_home_page{
 background:none!important; 
  }
/*********************aim_end****************/

/*********************services****************/
#services{
    background: url(../img/service.jpg);
  }
#service_page .work{
 margin-bottom:60px; 
  }
#service_page{
    padding-top:100px;
	padding-bottom:100px;
	 }
.service_page_inner .about_home_left_page_inner hr{
  float:left;
  margin-bottom:30px;
  }
.service_page_inner .about_home_left_page_inner p{
  clear:left;
  line-height:2em;
  color:#000;
  text-align: justify;
  border: solid;
  width: auto;
  padding: 20px;
  }
.service_page_inner_1{
 margin-top:40px; 
  }
.service_page_inner_1 h5{
 margin-bottom:20px;
 font-size: 18px; 
  }
.service_page_inner_1 h5 i{
    color: #2ce9d0;
	margin-right:10px;
	font-weight:bold; 
  }
.service_page{
 margin-bottom:40px; 
  }
#agency{
  padding-top:100px;
  padding-bottom:60px;
  }
.agency_right h3{
  color:#999;
  }
.agency_right h3:before {
    display: inline-block;
    width: 20%;
    height: 2px;
    background-color: #2ce9d0;
    vertical-align: middle;
    margin-right: 2%;
    content: "";
}
.agency_right h1{
margin-top:20px;
color:#000;
line-height:1.4em;
font-size:42px;
font-weight:bold;
  }
.agency_right p{
margin-top:30px;
color:#666;
line-height:2em;
  }
.agency{
 margin-bottom:40px; 
  }
#team_page{
background:#f7f7f7;
padding-top:80px;
padding-bottom:80px;  
  }
/*********************services_end****************/

/*********************pricing****************/
#pricing{
  padding-top:60px;
  padding-bottom:60px;
  }

.db-pricing-seven {
    margin-bottom: 30px;
    margin-top: 30px;
    text-align: center;
    border: 1px solid #C5C2C2;
    background-color: #EDEDED;
}

.db-pricing-seven:hover {
	margin-top: 5px;
	-moz-transition: margin-top 0.25s ease 0s;
	-ms-transition: margin-top 0.25s ease 0s;
	transition: margin-top 0.25s ease 0s;
}

.db-pricing-seven ul {
	list-style: none;
	margin: 0;
	text-align: center;
	padding-left: 0px;
}

.db-pricing-seven ul li {
	border-bottom: solid 1px #D8D8D8;
	padding-top: 20px;
	padding-bottom: 20px;
	cursor: pointer;
	text-transform: uppercase;
}

.db-pricing-seven ul li.price {
	background-color: #fff;
	padding: 40px 20px 20px 20px;
	font-size: 20px;
	font-weight: 900;
	color: #353c3e;
	font-weight: 900;
}

.db-pricing-seven ul li.price i {
	padding: 30px;
	font-size: 50px;
	display: block;
}


.db-pricing-seven .pricing-footer {
	padding: 20px;
}

.db-pricing-seven .pricing-footer a i {
	margin: 5px;
	top: 3px;
}

/*********************pricing_end****************/

/*********************portfolio****************/
#portfolio{
    background: url(../img/43.jpg);
  }
/*********************portfolio_end****************/

/*********************contact****************/
#contact_page{
    background: url(../img/44.jpg);
  }
#contact_us{
  padding-top:80px;
  padding-bottom:80px;
  }
.contact_us_right h1{
  font-size:50px;
  color:#000;
  font-weight:bold;
  }
.contact_us_right h1:after {
    display: inline-block;
    width: 15%;
    height: 2px;
    background-color: #2ce9d0;
    vertical-align: middle;
    margin-left: 5%;
    content: "";
}
.contact_us_right p{
  margin-top:30px;
  color:#666;
  line-height:2em;
  }
.contact_us_right h4{
font-size:14px;
margin-top:20px;
color:#999;
  }
.contact_us_right h4 span{
color:#000;
  }
/*********************contact_end****************/

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

.space_left{
padding-left:15px; 
} 
.space_right{
padding-right:15px; 
} 
.space_all{
padding-left:15px;
padding-right:15px;
} 
.navbar-collapse{
max-height:none;
box-shadow:none;  
  }
.navbar .navbar-collapse, .navbar-default .navbar-form {
    border:none;
}
.main_1{
  position:static;
  background:#000000e6; 
   }
.top_left{
  text-align:center;
  }
.top_left p{
  line-height:2em;
  }
.top_left p .span_1{
 border:none; 
 padding-left:0;
 margin-left:0; 
   }
.top_right{
  text-align:center;
  margin-top:6px;
  }
#header .navbar-brand{
 font-size:22px; 
  }
.drop_2{
 min-width:100%!important;
 text-align:center; 
  }
.drop_1{
width:100%!important; 
 text-align:center; 
  }
.drop_1 li a{
padding-left:10px!important;
padding-right:10px!important;
  }
#header .drop_2:before {
   border:none;
}
#header .drop_2:after {
   border:none;
}
#header .drop_1:before {
   border:none;
}
#header .drop_1:after {
   border:none;
}
.cd-secondary-nav.is-fixed {
 position:static;
  }	
#side_box{
 display:none;
  }
.tag_menu{
  text-align:center;
  }

#center .hero h1{
  font-size:2.2em;
  }
#center .hero p{
  font-size:12px;
  }
#center .carousel-indicators{
  bottom:0;
  }
.work h1{
 font-size:23px;  
   }
.work_1_inner_1{
 bottom:-60px; 
  }
.work_1_inner_2 {
 text-align:center;
 margin-top:80px;
 margin-bottom:20px; 
  }
.about_home_right{
  margin-top:20px;
  text-align:center;
  }
.about_home_right h1{
font-size:26px;
  }
.about_home_right_inner ul li{
  width:100%;
  }
.plan_menu{
 text-align:center; 
  }
.plan_menu ul{
 width:100%; 
  }
.plan_menu ul li{
 width:100%; 
  }
.client_home_left {
    padding:0;
	text-align:center;
	padding:20px;
	min-height:auto;
 }
.block-text{
  font-size:12px;
  }
#carousel-reviews{
 text-align:center; 
  }
.work_plan_inner {
 margin-bottom:15px; 
  }
.skill_home_left{
  text-align:center;
  }
.skill_home_left h1{
 font-size:28px;
  }
.skill_home_right{
  text-align:center;
  }
#team_home .social-circle li a{
  width: 30px;
  height: 30px;
  }
#team_home .social-circle li i{
  line-height:30px;
  }
.events_home_1_inner {
  margin-bottom:15px;
  }
#success_zone .work h1{
   font-size:19px;
  }
.success_zone_inner {
  margin-bottom:10px;
  }
.blog_home_1_inner_1{
padding:10px; 
text-align:center; 
  }
.blog_home_1_inner_2{
padding:10px; 
text-align:center; 
  }
.blog_home_1_inner_1 span{
  font-size:12px;
  }
.blog_home_1_inner_2 h4{
 font-size:11px; 
  }
.blog_home_1_inner_2 h4 a{
 margin-right:10px;
  }
.blog_home_1_inner_2 h3{
  font-size:12px;
  }
.blog_home_1_inner_2 h3:before {
    width: 40%;
}
.blog_home_1{
 margin-bottom:10px; 
  }
.touch_home_inner {
  text-align:center;
  margin-bottom:15px;
  }
.touch_home_inner hr{
float:none;  
  }
.contact_home_right{
  text-align:center;
  margin-bottom:20px;
  }
.contact_home_right h1{
 font-size:20px; 
  }
.contact_home_right h4 a{
 padding:12px; 
  }
.footer .social-circle li a{
  width: 30px;
  height: 30px;
  font-size:12px;
  }
.footer .social-circle li i{
  line-height:30px;
  }
.plan .caption h4{
font-size:16px;  
  }
.plan .caption p{
font-size:12px;  
  }
.client_home_right{
 min-height:auto; 
  }
  
.center_about_main{
 padding-top:80px;
 padding-bottom:80px;
  }
.center_about_left{
  text-align:center; 
   }
.center_about_right{
  text-align:center;
  margin-top:10px; 
   }
.aim_left h1{
  font-size:30px; 
   }
 .aim_left h3 a{
  padding:20px; 
   }
.aim_left{
  text-align:center;
  }
.about_home_left_page_inner {
 margin-bottom:20px; 
  }
.about_home_right_inner_tab h3 a{
  padding:20px;
  }
.vision_left_inner {
  margin-bottom:15px;
  }
.vision_right{
    text-align:center;
  }
.vision_right h1{
  font-size:27px;
  }
.vision_right h3 a{
 padding:18px;
  }
.service_page .about_home_left_page_inner {
  text-align:center;
  }
.service_page .about_home_left_page_inner hr{
  float:none;
  }
.service_page_inner_1 {
  text-align:center;
  }
.agency_right{
   margin-top:20px;
   text-align:center;
   margin-bottom:20px;
   }
.agency_right h1{
font-size:30px;
   }
.contact_us_right{
  margin-top:20px;
  text-align:center;
  }
.contact_us_right h1{
 font-size:24px;
  }
}

@media (min-width:768px) and (max-width:960px) {
#header .navbar-brand{
  font-size:20px;
  }
#header .tag_menu{
  margin-left:5px;
  margin-right:5px;
  font-size:11px;
  }
#side_box #menu-toggle{
right:0;  
  }
.hero h1{
   font-size:30px;
  }
.hero p{
   font-size:12px;
  }
#center .carousel-indicators{
bottom:15%;  
  }
.work_1_inner img{
  min-height:200px;
  }
.about_home_right_inner ul li a{
 font-size:12px; 
 padding:10px 10px;
  }
.about_home_right_inner_tab p{
  font-size:11px;
  }
.plan_menu ul{
  width:100%;
  }
.plan_menu ul li a{
  padding:10px 10px;
  font-size:12px;
  }
#plan img{
 min-height:200px; 
  }
#client_home .block-text{
  font-size:10px;
  padding:4px;
  }
#client_home .col-sm-4{
 padding-left:5px;
 padding-right:5px;
  }
#client_home .block-text a{
  font-size:16px;
  }
.client_home_left{
  min-height:670px;
  }
.client_home_right{
  min-height:670px;
  }
.events_home_1_inner_text ul a{
 width:25px;
 height:25px; 
  }
.events_home_1_inner_text ul i{
line-height:25px;
font-size:10px;
  }
.blog_home_1_inner_1 h6 span{
 font-size:10px; 
 padding:5px;
  }
.blog_home_1_inner_1 h6{
 font-size:10px; 
  }
.blog_home_1_inner_2 h4{
 font-size:10px; 
  }
.blog_home_1_inner_1{
 padding:10px; 
  }
.blog_home_1_inner_2{
 padding:10px; 
  }
.blog_home_1_inner_2 h4 a{
margin-right:5px;
  }
.blog_home_1_inner_2 h3{
 font-size:12px; 
  }
.blog_home_1_inner_2 h3:before {
   width: 30%;
}
.touch_home_inner p{
 font-size:10px; 
  }
.contact_home_right h1{
  font-size:20px;
  }
.aim_left h1{
   font-size:30px;
  }
.about_home_right_inner ul li a {
 font-size:10px;
 }
.agency_right h1{
  font-size:30px;
  }
.contact_us_right h1{
     font-size:30px;
  }
}
@media (min-width:961px) and (max-width:1200px) {
#header .navbar-brand{
  font-size:20px;
  }
#header .tag_menu{
  margin-left:5px;
  margin-right:5px;
  font-size:11px;
  }
.hero h1{
   font-size:30px;
  }
.hero p{
   font-size:12px;
  }
.work_1_inner img{
  min-height:200px;
  }
.plan_menu ul{
  width:100%;
  }
.plan_menu ul li a{
  padding:10px 10px;
  font-size:12px;
  }
#plan img{
 min-height:200px; 
  }
#client_home .block-text{
  font-size:10px;
  padding:4px;
  }
#client_home .block-text a{
  font-size:16px;
  }
.client_home_left{
  min-height:645px;
  }
.client_home_right{
  min-height:645px;
  }
.events_home_1_inner_text ul a{
 width:25px;
 height:25px; 
  }
.events_home_1_inner_text ul i{
line-height:25px;
font-size:10px;
  }
.blog_home_1_inner_1 h6 span{
 font-size:10px; 
 padding:5px;
  }
.blog_home_1_inner_1 h6{
 font-size:10px; 
  }
.blog_home_1_inner_2 h4{
 font-size:10px; 
  }
.blog_home_1_inner_1{
 padding:10px; 
  }
.blog_home_1_inner_2{
 padding:10px; 
  }
.blog_home_1_inner_2 h4 a{
margin-right:5px;
  }
.blog_home_1_inner_2 h3{
 font-size:12px; 
  }
.blog_home_1_inner_2 h3:before {
   width: 30%;
}
.touch_home_inner p{
 font-size:10px; 
  }
.contact_home_right h1{
  font-size:25px;
  }
.aim_left h1{
   font-size:30px;
  }
.about_home_right_inner ul li a {
 font-size:10px;
 margin-right:5px;
 }
.agency_right h1{
  font-size:30px;
  }
.contact_us_right h1{
     font-size:30px;
  }
#side_box #menu-toggle{
right:0;  
  }
 }

@media (min-width:1201px) and (max-width:1350px) {
#side_box #menu-toggle{
right:0;  
  }
 }



