@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,800,600);

body {
	margin:0px;
	padding:0px;
	font-family:'Montserrat Light', arial;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
	overflow-x:hidden; position:relative; line-height:1.6; font-size:12px; 
	
	
}

/*font-family: 'Open Sans', sans-serif;*/
a {
	outline: none;
	color: #0f1923;
	text-decoration: none;
	
}
a:hover {
	color: #3c675c;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
	text-decoration: none;
}

a:focus, a:active{ text-decoration:none;color: #000; outline:none;}
.nav>li>a:focus, .nav>li>a:hover{ background:none;}	
.nav .open>a, .nav .open>a:focus, .nav .open>a:hover{background:none;}
ul{
	margin:0;
	padding:0;
	list-style:none;
}
.padding-outer{
	padding-top:50px;
	padding-bottom:30px;
}
.padding-inner{
	padding-top:40px;
	padding-bottom:40px;
}
.spacer,.spacer2{
	float:left;
	width:100%;
	height:30px;
}
.spacer1{float:left;
	width:100%;
	height:10px;}
/***************color****************/
h2{
	margin:0 0 20px;
	padding:0 0 26px;
	color:#000;
	font-size:22px;
	line-height:24px;
	position:relative;
	display:inline-block;
	vertical-align:top;
	min-width:470px;
	box-shadow:0 -1px 0 #d0d0d0 inset;
	font-weight:bolder; text-transform:uppercase;
  
}
h3{
	font-size:14px;
	line-height:16px;
	font-weight:normal;

}
.approach-title{ color:#3c675c;    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;}
	
	.badge {
    display: inline-block;
    min-width: 10px;
    padding: 3px 7px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    background-color: #3c675c!important;
    border-radius: 5px;
}
.quote-btn-center {
    margin: -10px 0 0 40px;
   
}
blockquote {
   
	font-weight:bold!important;
    
}
.sub-text{ font-size:15px;}
/***** Special Colors *****/
.grey-bg{
	background-color:#eaeae6;
}
.red-bg{
	background-color:#3c675c;
}
.black-bg{
	background-color:#f2f2f2
}
.black2-bg{
	background-color:#333431;
}
.white-bg{
	background-color:#fff
}
.red-color{
	color:#3c675c;
}
.black-color{
	color:#333431;
}
.inner-bg-in {
    background-image: url(../images/shadow-top.png);
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: top center;
    height: 42px;
    top: -1px;
    z-index: 99; left:-62%;
}

/***********************start header******************/
.top-head {
    width: 100%;
    position: relative;
    display: block;
    background-color: #3c675c;;
    padding: 5px 0; border-bottom:0px solid #3c675c}
ul#top-no {
    position: relative;
    display: block;
}
ul#top-no li{ border-right:1px solid #333431;}
ul#top-no li:last-child{border-right:none;}
ul#top-no li a{ color:#fafafa; font-size:14px;}
ul#top-no > li > a > i{ margin-right:5px; color:#3c675c;}
.affix {
      top:0;
      width: 100%;
      -webkit-transition: all .7s ease-in-out;
      transition: all .7s ease-in-out;
	  z-index:9999;
	  background-color:#fff;
	 border-bottom: 1px solid #dedede;
  }
  .affix-top {
      position: static;
      top: -35px;
  }
 .affix .navbar-default .navbar-nav > .active > a:hover:after, .affix .navbar-default .navbar-nav > li > a:hover:after, .affix .navbar-default .navbar-nav > .active > a:after, .affix h2:after, .affix .navbar-default .navbar-nav > .open > a:focus:after{border: 1px solid #e0e0e0;}
.top-head .social-icons{    margin: 0px 0 0 20px; float:right;}

.header {
	padding: 15px 0;
}
.logo>a>img{ width:230px;}
.navbar {
	margin: 0;
	border-radius: 0;
	min-height: 94px;
}

.navbar-default {
	border: none;
	margin: 32px 0 0;
	min-height: auto;
	background: none;
}
.navbar-nav > li > a {
	padding: 0 0 15px;
	line-height: 14px;
}
.navbar-nav > li.dropdown .fa.fa-angle-down {
	font-size: 18px;
	margin: -3px 0 0 5px;
}
.navbar-default .navbar-nav > li {
	padding: 0 17px;
}
.navbar-default .navbar-nav > li > a {
	color: #333431;
	position: relative; font-size:17px;
}
.navbar-nav > li.dropdown > a{
	padding:0 0 14px;
}

.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus, .navbar-default .navbar-nav > .active > a:focus{
	color: #3c675c;
	background: transparent;
    box-shadow: 0 -1px 0 #d0d0d0 inset;
}
.navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > .active > a:after, h2:after, .navbar-default .navbar-nav > .open > a:focus:after {
	left: 0;
	right: 0;
	content: '';
	bottom: -4px;
	width: 10px;
	height: 9px;
	margin: 0 auto;
	position: absolute;
	border: 1px solid #fff;
	background-color: #3c675c;
-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;}
.navbar-default .navbar-nav > li:last-child {
	padding-right: 0px;
}
.navbar-nav > li > .dropdown-menu {
	border: none;
	padding: 15px 0;
	min-width:275px;
	right: -408px;
	left: inherit;
	top: 50px;
	box-shadow: none;
	border-radius: 0;
	margin-top: 0;
	background-color: rgb(60, 103, 92);}
	.navbar-nav > li > .dropdown-menu ul {
	float: left;
	width: 100%;
	margin: 0;
	padding: 0 30px;
	list-style: none;
}
.navbar-nav > li > .dropdown-menu ul:last-child {
	box-shadow: none;
}
.navbar-nav > li > .dropdown-menu ul li a {
	display: block;
	font-size: 11px;
	color: #fff;
	padding: 0 10px;
	text-decoration: none;
	line-height: 32px;
}
.navbar-nav > li > .dropdown-menu ul li a:hover {
	background-color: #333431;
}
.navbar-nav > li > .dropdown-menu ul li a i {
	float: left;
	color: #333431;
	margin: 12px 10px 0 0;
	font-size: 7px;
}
.navbar-nav > li > .dropdown-menu ul li a:hover i {
	color: #3c675c;
}
.navbar-nav > li > .mega-dropdown-menu{ width:1061px;}
.navbar-nav > li > .mega-dropdown-menu ul{ padding:0 5px;}
.navbar-nav > li > .mega-dropdown-menu ul li a{font-size:11px; text-align:left;}
.navbar-nav > li > .mega-dropdown-menu ul li a.dropdown-head{padding: 0px 5px;
    font-size: 13px;
    color: #fff8f8;}
	.navbar-nav > li > .mega-dropdown-menu ul li a.dropdown-head i{ font-size:13px; color:#fff;}
	
	.dropdown-menu .divider {
    height: 1px;
    margin: 0px 0 2px;
    overflow: hidden;
    background-color: rgba(229, 229, 229, 0.44);
}
.social-icons {
	margin: -6px 0 0 20px
}
.social-icons li {
	float: left;
	margin: 0 0 0 1px;
	font-size: 16px;
}
.social-icons li a {
	 background: #fff;
    color: #333431;
    float: left;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin-right: 1px;
    text-align: center;
    width: 27px;
-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.social-icons li a:hover {
	background: #fbfbfb;
}
h2:after {
	height: 11px;
}
.quote-btn{ margin:-10px 0 0 40px; float:right;}
.menu_btn {
    display: inline-block;
    padding: 9px 12px;
    margin-bottom: 0;
    font-size: 13px;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border-radius: 3px;
    background-color: #3c675c;
    text-decoration: none;
    color: #FFF;
    border: 1px solid #3c675c;
    box-shadow: inset 0 -1px 0 #2b4a42, -1px -1px 0 #273833;
}
.menu_btn:hover, .menu_btn:focus{ color:#fff;}

/****************end navigation*****************/
.slider-sec{ width:100%; position:relative; display:block;}
.carousel-inner-1{position: relative;
    width: 100%;
    overflow: hidden;}
.bs-slider{
    overflow: hidden;
    max-height:450px;
    position: relative;
    background: #fff;
}

.bs-slider > .carousel-inner > .item > img,
.bs-slider > .carousel-inner > .item > a > img {
    margin: auto;
    width: 100% !important;
}

/********************
*****Slide effect
**********************/

.fade {
    opacity: 1;
}
.fade .item {
    top: 0;
    z-index: 1;
    opacity: 0;
    width: 100%;
    position: absolute;
    left: 0 !important;
    display: block !important;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}
.fade .item:first-child {
    top: auto;
    position: relative;
}
.fade .item.active {
    opacity: 1;
    z-index: 2;
    -webkit-transition: opacity ease-in-out 1s;
    -moz-transition: opacity ease-in-out 1s;
    -ms-transition: opacity ease-in-out 1s;
    -o-transition: opacity ease-in-out 1s;
    transition: opacity ease-in-out 1s;
}



/*---------- SLIDE CAPTION ----------*/

.slide-text-bx{left: 7%;
    top: 5%;
    right: 0;
    margin: auto;
    position: absolute; float:left; z-index:9999;}

.slide-text {
    left: 0;
    top: 5%;
    right: 6%;
    margin: auto;
    position: absolute;
 float:right
    
}	
.slide-text h4{text-transform:uppercase; color:#333;  font-size:21px; margin-top:0px; font-weight:bold;}
.slide-text h4 > span{ color:#3c675c;}


.slide-text-bx h1{ text-transform:uppercase; color:#3c675c; font-weight:bolder; font-size:72px; margin-bottom:5px; line-height:90px;}
.slide-text-bx h1 > .big{ font-size:88px;}

.slide-text-bx h4{text-transform:uppercase; color:#333;  font-size:21px; margin-top:0px; font-weight:bold;}
.slide-text-bx h4 > span{ color:#c13d3b;}


.slide-text .slide-img-bx{padding: 0; 
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;   margin-bottom: 20px; float:right;}
	.sd-link-bx{padding: 0; 
    -webkit-animation-delay: 0.7s;
    animation-delay: 0.7s;   margin-bottom: 20px; float:right;}

.slide-text > .slide-img-bx >  img{ max-width:600px;}


.slide-text-bx .btn-primary{ width:16%; margin-top:2%; font-size:13px;}




/*------------------------------------------------------*/
/* RESPONSIVE
/*------------------------------------------------------*/

@media (max-width: 1199px) {
 
.bs-slider{ max-height:375px;}
	.slide-text-bx, .slide-text{ left:4%;}
.slide-text-bx .btn-primary{ width:25%;}
.slide-text > .slide-img-bx >  img{ max-width:420px;}
.slide-text-bx h1{ font-size:60px; line-height:70px;}
.slide-text-bx h1 > .big{ font-size:80px;}
.slide-text-bx h4{ font-size:22px;}
}


@media (max-width: 991px) {
	
	.bs-slider{ max-height:320px;}
	.slide-text-bx, .slide-text{ top:6%; left:4%;}
.slide-text-bx h1{ font-size:34px; line-height:50px;}
.slide-text-bx h1 > .big{ font-size:55px;}
.slide-text-bx h4{ font-size:15px;}
.slide-text-bx .btn-primary{ font-size:11px; width:26%;}
.slide-text > .slide-img-bx >  img{ max-width:350px;}
.slider-text{font-size: 25px!important;
    line-height: 26px!important;}
	
.inner-bg-in {
    background-image: url(../images/shadow-top.png);
    position: absolute;
    width: 100%;
    background-repeat: no-repeat;
    background-position: right;
    height: 42px;
    top: -1px;
    z-index: 99; left:-70%;
}
}


/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
    
	.bs-slider{ max-height:260px;}
	.slide-text-bx{ top:5%;}
	.slide-text{ top:12%; display:none}
.slide-text-bx h1{ font-size:22px; line-height:32px;} 
.slide-text-bx h1 > .big{ font-size:40px;}
.slide-text-bx h4{ font-size:12px;}
.slide-text-bx .btn-primary{ font-size:10px; width:26%;}
.slide-text-bx .btn-primary a{ padding:12px 16px;}
.slide-text > .slide-img-bx >  img{ max-width:220px;}
.slider-text{font-size: 16px!important; line-height: 20px!important;}	

}
@media  (max-width: 520px) {
 .bs-slider{ max-height:260px;}
	.slide-text-bx{ top:0%; left:12px;}
	.slide-text{ display:none;}
.slide-text-bx h1{ font-size:18px; line-height:22px;} 
.slide-text-bx h1 > .big{ font-size:30px;}
.slide-text-bx h4{ font-size:10px; text-align:left;}
.slide-text-bx .btn-primary{ font-size:8px; width:41%!important; margin-left:0px;}
.slide-text-bx .btn-primary a{ padding:6px 8px;}
.slide-text > .slide-img-bx >  img{ max-width:280px;}   
    
}
/******************end slider*********************/


.banner-container {
	border-bottom: 1px solid #e5e5e5; background-image:url(../images/background.jpg); background-size:100% 100%; position:relative;
}


.service-logo{ position:relative; width:100%; background-color:rgba(0, 0, 0, .6)}
.service-logo ul{ text-align:center;}
.service-logo ul li{ display:inline-block; padding:5px 12px;}
.service-logo img{-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%); width:52px; height:50px;}
	.service-logo img:hover{-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%)}





.banner {
	height: 480px;
	display: table;
}
.banner > div, .service-box > div, .service-innerbox > div {
	display: table-cell;
	vertical-align: middle;
}
.banner h1 {
	margin: 0 0 14px;
	color: #3c675c;
	font-size: 100px;
	line-height: 98px;
	text-transform: uppercase; font-weight:bolder;
}
.banner h1 span.small {
	color: #3c675c;
	font-size: 80px;
	line-height: 80px;font-weight:bolder;
}
.banner .heading-caption {
	display: block;
	margin: 0 0 20px;
	color: #333431;
	font-size: 20px;
	line-height: 20px;
	letter-spacing:4px;
	text-transform: uppercase;
}
.banner .btn1 {
	float: left;
}
.banner .btn1 img {
	margin: 0 0 0 8px;
}
.banner-img {
	margin: 40px -30px 0 0;
}
.btn-primary{
	line-height:14px;
	border-radius:30px;
	border-color:#333431;
	background-color:#333431;
	text-transform:uppercase;-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;font-weight:bolder;
}
.btn-primary a{
	color:#fff;
	display:block;
	padding:18px 29px; font-weight:bolder;
}
.btn-primary:hover{
	text-decoration:none;
	background-color:#3c675c;
	border-color:#3c675c;
}
.btn-primary a:hover{
	color:#fff;
	text-decoration:none;
}

/***************welcome our website*************/
.small-textbox {
	top: 65px;
	right: 15px;
	position: absolute;-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.small-textbox a {
	color: #fff;
	min-height: 255px;
	padding: 55px 30px;
	display: block;
	text-decoration: none;
}
.small-textbox h3 {
	position: relative;
	padding: 0 0 10px;
	margin: 0 0 14px;
}
.small-textbox h3:after {
	left: 0;
	bottom: 0;
	content: '';
	width: 62px;
	height: 2px;
	position: absolute;
	background-color: #fff;
}
.readmore {
	right: 5px;
	bottom: 5px;
	width: 0;
	height: 0;
	position: absolute;
	border-bottom: 50px solid #333431;
	border-left: 50px solid transparent;-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.readmore .arrow {
	z-index: 2;
	width: 15px;
	height: 11px;
	display: block;
	margin: 30px 0 0 -24px;
	background: url(../images/arrows.png) no-repeat center top;
}
.small-textbox2 {
	left: 15px;
	right: inherit;
}
.small-textbox:hover {
	cursor: pointer;
	background: #333431;
}
.small-textbox:hover .readmore {
	border-bottom: 50px solid #3c675c;
}
.small-textbox3 .readmore{	border-bottom: 50px solid #3c675c;}
.small-textbox3:hover .readmore{border-bottom: 50px solid #333431;}
.small-textbox3:hover{ background-color:#3c675c;}
/***************services section******************/
.grey-bg h2:after{
	border:1px solid #eaeae6;
}
.service-box {
	height: 170px;
	display: table;
	width: 100%;
	margin: 0 0 30px;
	position: relative;
	background-color: #fff;
	box-shadow: 0 2px 2px #767676;
}
.service-box2 {
	margin: 0;
}
.service-box2 .hidebox {
	top: -200px;
}
.service-box h3 {
	color: #333431
}
.service-box .image-holder,.services-details .image-holder {
	width: 40px;
	height: 41px;
	margin: 0 auto 20px;
}
.service-box .image-holder.service-icon1 {
	background: url(../images/services-icon1.png) no-repeat center top;-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-box .image-holder.service-icon2 {
	background: url(../images/services-icon2.png) no-repeat center top;-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-box .image-holder.service-icon3 {
	width: 43px;
	background: url(../images/services-icon3.png) no-repeat center top;-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-box .image-holder.service-icon4 {
	background: url(../images/services-icon4.png) no-repeat center top;-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-box .image-holder.service-icon5 {
	background: url(../images/services-icon5.png) no-repeat center top;-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-box .image-holder.service-icon6 {
	width: 43px;
	background: url(../images/services-icon6.png) no-repeat center top;-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-box .image-holder.service-icon7 {
	background: url(../images/services-icon7.png) no-repeat center top;-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-box .image-holder.service-icon8 {
	width:56px;
	background: url(../images/services-icon8.png) no-repeat center top;-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-ms-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}
.service-box .hidebox {
	display: none;
	z-index: 1;
	left: 0;
	position: absolute;
}
.service-box:hover .hidebox {
	display: block;
}
.service-innerbox {
	width: 100%;
	color: #fff;
	display: table;
	height: 370px;
	padding: 0 20px;
}
.services-details .readmore{ right:15px; bottom:0;}

.service-innerbox .image-holder {
	margin: 0 0 20px
}
.service-box:hover .image-holder.service-icon1,.services-details .service-icon1 {
	background: url(../images/services-icon1.png) no-repeat left bottom;
}
.service-box:hover .image-holder.service-icon2,.services-details .service-icon2 {
	background: url(../images/services-icon2.png) no-repeat left bottom;
}
.service-box:hover .image-holder.service-icon3,.services-details .service-icon3  {
	width: 43px;
	background: url(../images/services-icon3.png) no-repeat left bottom;
}
.service-box:hover .image-holder.service-icon4,.services-details .service-icon4  {
	background: url(../images/services-icon4.png) no-repeat left bottom;
}
.service-box:hover .image-holder.service-icon5,.services-details .service-icon5  {
	background: url(../images/services-icon5.png) no-repeat left bottom;
}
.service-box:hover .image-holder.service-icon6,.services-details .service-icon6 {
	width: 43px;
	background: url(../images/services-icon6.png) no-repeat left bottom;
}
.service-box:hover .image-holder.service-icon7,.services-details .service-icon7  {
	background: url(../images/services-icon7.png) no-repeat left bottom;
}
.service-box:hover .image-holder.service-icon8,.services-details .service-icon8 {
	background: url(../images/services-icon8.png) no-repeat left bottom;
}
.services-details .service-icon9 {
	background: url(../images/services-icon9.png) no-repeat left bottom;
}
.services-details .service-icon10 {
	background: url(../images/services-icon10.png) no-repeat left bottom;
}
.services-details .service-icon11 {
	background: url(../images/services-icon11.png) no-repeat left bottom;
}
.services-details .service-icon12 {
	background: url(../images/services-icon12.png) no-repeat left bottom;
}
.services-details .service-icon13 {
	background: url(../images/services-icon13.png) no-repeat left bottom;
}
.services-details .service-icon14 {
	background: url(../images/services-icon14.png) no-repeat left bottom;
}
.services-details .service-icon15 {
	background: url(../images/services-icon15.png) no-repeat left bottom;
}
.services-details .service-icon17 {
	background: url(../images/services-icon17.png) no-repeat left bottom;
}
.services-details .service-icon16 {
	background: url(../images/services-icon16.png) no-repeat left bottom;
}
.services-details .service-icon18 {
	background: url(../images/services-icon18.png) no-repeat left bottom;
}
.services-details .service-icon19 {
	background: url(../images/services-icon19.png) no-repeat left bottom;
}
.services-details .service-icon20 {
	background: url(../images/services-icon20.png) no-repeat left bottom;
}
.services-details .service-icon21 {
	background: url(../images/services-icon21.png) no-repeat left bottom;
}
.service-innerbox h3 {
	color: #fff;
	padding: 0 0 8px;
	position: relative;
	margin: 0 0 18px; text-align:left;
}
.service-innerbox h3:after {
	left: 0;
	bottom: 0;
	height: 2px;
	content: '';
	width: 42px;
	position: absolute;
	background-color: #fff;
}
.service-innerbox .readmore a {
	width: 15px;
	height: 11px;
	display: block;
	margin: 30px 0 0 -23px;
	background: url(../images/arrows.png) no-repeat right top;
}
/***************end our service**********/
.project-infobox{
	top:0;
	left:15px;
	color:#fff;
	width:270px;
	padding:28px;
	display:none;
	position:absolute;
}
.project-infobox figure{
	width:162px;
	height:162px;
	text-align:center;
	display:table;
	border-radius:100%;
	margin:0 auto 25px;
	background-color:#fff;
}
.project-infobox figure span{
	display:table-cell;
	vertical-align:middle;
}
.project-infobox figure img{
	width:auto !important;
}
.project-infobox h3{
	padding:0 0 10px;
	margin:0 0 10px;
	position:relative;
}
.project-infobox h3:after{
	left:0;
	bottom:0;
	width:60px;
	height:2px;
	content:'';
	position:absolute;
	background-color:#fff;
}
.project-infobox .btn1{
	text-align:center;
	background-color:#fff;
}
.project-infobox .btn1 a{
	color:#333431;
}
.project-infobox .btn1:hover{
	background-color:#333431;
}
.project-infobox .btn1 a:hover{
	color:#fff;
}
#gallery-content-center li:hover .project-infobox{
	display:block;
}
.pagination{
	margin:50px 0 0;
}
.pagination > li > a, .pagination > li > span{
	border:none;
	padding:0 5px;
	color:#777;
	font-size:30px;
	line-height:64px;
    font-family: 'montserratlight';
}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
	background:none;
	color:#3c675c;
	outline:none;
}
.pagination > li > span:focus{
	background:none;
	color:#3c675c;
	font-size:40px;
}
.pagination > li .Previous{
	float:left;
	width:21px;
	height:64px;
	background:url(../images/pagination-arrows.png) no-repeat left top;
}
.pagination > li .Previous:hover{
	background:url(../images/pagination-arrows.png) no-repeat left bottom;
}
.pagination > li .Next{
	float:right;
	width:21px;
	height:64px;
	background:url(../images/pagination-arrows.png) no-repeat right top;
}
.pagination > li .Next:hover{
	background:url(../images/pagination-arrows.png) no-repeat right bottom;
}
.portfolio-box .project-infobox{
    left: 8%;
    top: 6%;
	height:88%;
    width: 84%;
	background-color: rgba(193, 60, 60, 0.9); text-align:center;
}
.portfolio-box .project-infobox h3::after{
	right:0;
	margin:0 auto;
}
.portfolio-box .project-infobox .btn1 {
	float:none;
	margin:5px 0 0;
	display:inline-block;
	vertical-align:top;
}
.portfolio-box .project-infobox .btn1 a{
	padding:12px 24px;
	text-transform:none;
}
.portfolio-box .project-infobox .btn1 .arrow-rt{
	float:right;
	width:15px;
	height:11px;
	margin:2px 0 0 8px;
	background:url(../images/arrows2.png) no-repeat right bottom;
}
.portfolio-box .project-infobox .btn1 a:hover .arrow-rt{
	background:url(../images/arrows2.png) no-repeat right top;
}
.portfolio-box .project-infobox figure{
	width:90px;
	height:90px;
}
.portfolio-box .project-infobox figure img{
	width:75% !important
}

/***************end portfolio section*************/

/***********start who we are************/

.text-box {
	color: #fff;
}
.text-box h2 {
	color: #fff;
	box-shadow: 0 -1px 0 #fff inset;
}
.text-box h2::after {
	background-color: #fff;
	border: 1px solid #3c675c;
}

.ind_list ul {
    width: 100%;
}
.ind_list img{ height:55px;}
.ind_list ul li {
    display: inline-block;
    vertical-align: top;
}
.ind_list ul li a {
    display: inline-block;
    padding: 26px 35px;
    position: relative;
    -webkit-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    text-decoration: none;
    color: #FFF;
    font-size: 14px;
    margin-bottom: 17px;
	background-color: rgba(0, 0, 0, .2); border-radius:6px; color: #fff;box-shadow: inset 4px 4px 10px -4px rgba(0,0,0,.2);
}
.ind_list ul li a:hover{ background-color: rgba(0, 0, 0, .1); border-radius:6px; color: #fff;box-shadow: inset 4px 4px 10px -4px rgba(0,0,0,.2);}

/*************inner page start our team section************/
section {
    float: left;
    position: relative;
    width: 100%;
}
.banner-image {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}
.simple-banner-text h2{ min-width:inherit;}
.simple-banner-text {
    display: table-cell;
    padding-right: 40px;
    vertical-align: middle; padding-top:90px;
}
.bd-text{ margin: 0 0 10px;
    line-height: 1.9; color:#19363c; font-size:14px;}

/*************start our team section************/


.blog-post {
    float: left;
    margin-bottom: 30px;
    width: 100%;-webkit-box-shadow: 0 3px 6px 2px #bab8b8;
box-shadow: 0 3px 6px 2px #bab8b8;
}
.post-img {
    float: left;
    text-align: center;
    width: 100%;
}
.post-img img{max-width:100%}

.post-detail {
    float: left;
    padding: 55px 30px 30px;
    position: relative;
    z-index:1;
    width: 100%;
}
.post-detail > span {
    border: 2px solid #3c675c;
    left: 30px;
    overflow: hidden;
    position: absolute;
    top: 0;
    /*width: 67px;*/
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%); border-radius:50%;
}
.post-detail > span img{width:60px; height:60px;}
.post-detail > h4 {
    color: #000;
    font-size: 14px;
    margin: 0 0 0px;
	font-weight:bold; text-align:left;
}
.post-detail > h4 a{color:inherit}
.post-detail > h4 a:hover{ color:#3c675c;}
.blog-post .meta {

    list-style: outside none none;
    margin: 0;
    padding: 0;
    width: 100%;text-align:left;
}
.blog-post .meta > li {
    color: #969595; display:inline-block;
    font-size: 11px;
    font-weight: 400;
    margin-right: 10px; 
}
.blog-post .meta > li a{color:inherit}
.blog-post .meta > li a:hover{color:#3c675c;}
.post-detail > p {
    color: #424242;
    float: left;
    font-size: 13px;
    margin: 15px 0 0;
    width: 100%; text-align:justify;
}
.post-infos {
    background: #eaeae6;
    float: left;
    padding: 15px 30px;
    width: 100%;
}
.post-infos a {
    background: #3c675c;
    color: #fff;
    float: right;
    font-family: hind;
    font-size: 10px;
    line-height: 16px;
    padding: 3px 15px;
    text-transform: uppercase;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.post-infos span {float:left}
.post-infos span a {margin-right:9px;background-color:#fff;color: #3c675c }
.post-infos span a:hover{ background-color:#3c675c; color:#fff;}
.post-infos a:hover{color:#3c675c; background-color:#fff;}
/*************end our team section****************/
.block{
    float:left;
    width:100%;
    position:relative;z-index:1;
}
.block.dark{background:#181818}
.creative-section {
    float: left;
    width: 100%;
}
.creative-section h2{ color:#fff; min-width:inherit;}
.creative-section h2:after{    border: 1px solid #181818;;}
.creative-img {
    display: inline-block;
    vertical-align: middle;
    width: 50%;
}
.creative-detail {
    display: inline-block;
    margin-left: -4px;
    padding: 50px 70px;
    vertical-align: middle;
    width: 50%;
}
.creative-img > img {width:100%}
.creative-detail > span {
    color:#3c675c;
    float: left;
    font-size: 17px;
    font-style: italic;
    letter-spacing: 3px;
    line-height: 17px;
    margin-bottom: 5px;
    width: 100%;
}
.creative-detail > h4 {
    color: #fff;
    float: left;
    font-size: 40px;
    font-weight: 700;
    margin: 5px 0 20px;
    width: 100%;
}
.creative-detail > p {
    color: #cccccc;
    float: left;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 0.8px;
    line-height: 24px;
    width: 100%;
}
.toggle {
    float: left;
    margin-top: 30px;
    width: 100%; margin-bottom:40px;
}
.toggle-item {
    float: left;
    width: 100%;
    padding:10px 0;
}
.toggle-item h3 {
    border-bottom: 1px solid #313131;
    color: #fff;
    float: left;
    cursor:pointer;
    font-size: 16px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.toggle-item h3 i {
    border: 1px solid #fff;
    border-radius: 50%;
    display: inline-block;
    height: 39px;
    line-height: 38px;
    margin-right: 20px;
    text-align: center;
    vertical-align: middle;
    width: 39px;
}
.toggle-item h3:before{
    background:#181818;
    content: "";
    height: 1px;
    width: 60px;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.toggle-item h3.active i{border-color: #3c675c; color:#fff; background-color:#3c675c;}
.toggle-item .content {
    float: left;
    width: 100%; padding:0px;
}
.content p {
    color: #cccccc;
    float: left;
    font-size: 14px;
    font-weight: 500;
    padding-left: 60px;
    width: 100%;
}
.content ul{color: #cccccc;
    float: left;
    font-size: 14px;
    font-weight: 500;
    padding-left: 60px;
    width: 100%;}
	.content ul li{ line-height:30px;}
	.content ul li i{ padding-right:5px; font-size:16px;}
.toggle-item h3.active {border-bottom:1px solid transparent;color:#3c675c;}
.toggle-item.activate {padding: 0; color:#fb383b}

.creative-detail .simple-btn {
    color: #fff; border:2px solid #fff; padding:12px 25px;
}
.creative-detail .simple-btn:hover{ border-color: #3c675c; background-color:#3c675c;}



@-webkit-keyframes scaleIn {
    0% {
        -webkit-transform: scale(1.2);
        opacity:0;
    }
    50% {
        -webkit-transform: scale(0.8);
        opacity:1;
    }  
        100% {
        -webkit-transform: scale(1);
    }
}

@-moz-keyframes scaleIn {
    0% {
        -moz-transform: scale(1.2);
        opacity:0;
    }
    50% {
        -moz-transform: scale(0.8);
        opacity:1;
    }  
        100% {
        -moz-transform: scale(1);
    }
}


@-o-keyframes scaleIn {
    0% {
        -o-transform: scale(1.2);
        opacity:0;
    }
    50% {
        -o-transform: scale(0.8);
        opacity:1;
    }  
        100% {
        -o-transform: scale(1);
    }
}

@-ms-keyframes scaleIn {
    0% {
        -ms-transform: scale(1.2);
        opacity:0;
    }
    50% {
        -ms-transform: scale(0.8);
        opacity:1;
    }  
        100% {
        -ms-transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        transform: scale(1.2);
        opacity:0;
    }
    50% {
        transform: scale(0.8);
        opacity:1;
    }  
        100% {
        transform: scale(1);
    }
}

.scaleIn {
  -webkit-animation-name: scaleIn;
  -moz-animation-name: scaleIn;
  -ms-animation-name: scaleIn;
  -o-animation-name: scaleIn;
  animation-name: scaleIn;
}
.delay2{
    -webkit-animation-delay:0.6s;
    -moz-animation-delay:0.6s;
    -ms-animation-delay:0.6s;
    -o-animation-delay:0.6s;
    animation-delay:0.6s;
}

/****************end accordian section************/
.detail-box {
    background: #eaeae6 none repeat scroll 0 0;
    float: left;
    margin-bottom: 30px;
    padding: 50px 30px;
    text-align: center;
    width: 100%;-webkit-box-shadow: 0 3px 6px 2px #bab8b8;
    box-shadow: 0 3px 6px 2px #bab8b8;
}
.simple-title{ text-align:center; margin-bottom:30px;}
.detail-box > h4 {
    color: #333431;
    float: left;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 10px;
    width: 100%; text-transform:uppercase;
}
.detail-box > p {
    color: #473f3f;
    float: left;
    font-size: 13px;
    letter-spacing: 0.7px;
    line-height: 20px;
    margin: 0 0 8px;
    width: 100%;
}
.detail-box > a {
    color: #fff;
    display: inline-block;
    font-size: 11px; font-weight:bold; border:2px solid #3c675c; padding:8px 20px; margin-top:15px; border-radius:30px; background-color:#3c675c; text-transform:uppercase;
}
.detail-box > a:hover{color: #3c675c; background-color:#fff; border-color:#fff;}

/*****************end agency section****************/
.skills-con{
	background:url(../images/skill-img.jpg) no-repeat left top #eaeae6;
}
.skill-box{
	padding:70px 0 70px 110px;
}
.skills-bar{
	float:left;
	width:100%;
	position:relative;
	padding-left:20px;
}
.skills-bar .prog-text{
	font-size:14px;
	line-height:14px;
	color:#333431;
	margin:0 0 10px;
	text-transform:uppercase; font-weight:bolder;
}
.skills-bar .progress{
	height:7px;
	margin:0;
	background-color:#c1c1c1;
	border-radius:25px;
}
.skills-bar .progress .value{
	left:0;
	color:#3c675c;
	margin:10px 0 0 20px;
	font-size:20px;
	line-height:20px;
	position:absolute;
}
.skills-bar .progress-bar{
	background-color:#3c675c;
}
/*************PROGRESS BAR CSS**************/
.chart {
	margin-bottom: 20px;
}
.percent {
	color: #0f1923;
	display: block;
	font-size: 40px;
	font-weight: bold;
	letter-spacing: -3px;
	line-height: 210px;
	position: absolute;
	text-align: center;
	top: -3px;
	width: 90%;
	z-index: 10;
}
.progress-bar {
	color: #ffffff;
	font-size: 11px;
	text-align: center;
	position: relative;
}
.progress-bar > span {
	background-color: rgba(0, 0, 0, 0.25);
	bottom: 0;
	left: 0;
	line-height: 25.5px;
	padding: 0 10px;
	position: absolute;
	top: 0;
}


/*************end skill section****************/
/* Carousel */

#quote-carousel {
    padding: 0 10px 30px 10px;
    margin-top: 30px;
   
}
#quote-carousel .carousel-control {
    background: none;
    color: #CACACA;
    font-size: 12px;
    text-shadow: none;
    margin-top: 30px;
}
#quote-carousel .carousel-indicators {
    right: 41%;
    top: auto;
    margin-right: -19px;
}
#quote-carousel .carousel-indicators li {
    width: 30px;
    height: 30px;
    margin: 5px;
    cursor: pointer;
    border: 3px solid #CCC;
	border-radius:0px;
    opacity: 0.4;
    overflow: hidden;
    transition: all 0.4s;
}
#quote-carousel .carousel-indicators .active {
    background: #333333;
    width: 50px;
    height: 50px;
    border-radius: 0px;
    border:3px solid #bf3b3b;
    opacity: 1;
    overflow: hidden;
}
#quote-carousel .carousel-inner {
    min-height: 160px;
}

#quote-carousel p{ font-size:14px; text-align:center; color:#9e9e9e; line-height:1.9}
#quote-carousel small{ color:#3c675c; font-weight:bolder; text-transform:uppercase}
/**************end customer slider*****************/
.partners{
	padding:55px 0;
	border-top:2px solid #e5e4e7; width:100%;
}
.partners li{
	vertical-align:top;
	display:inline-block;
}
.partners li .partner-logo {
	display:table;
	height:100px;
}
.partners li .partner-logo span,.partners li .partner-logo span{
	display:table-cell;
	vertical-align:middle;
}
.partners li .partner-logo span img{-webkit-filter: grayscale(100%); /* Chrome, Safari, Opera */
    filter: grayscale(100%)}
	.partners li .partner-logo span img:hover{-webkit-filter: grayscale(0%); /* Chrome, Safari, Opera */
    filter: grayscale(0%)}
	
	#back-top{
	bottom:70px;
	position:fixed;
	right:25px;
	width:32px;
	height:48px;
	text-align:center;
	background-color:#3c675c; z-index:99;
}
#back-top a{
	outline:none;
	text-decoration:none;
}
#back-top span{
	color:#fff;
	display:block;
	font-size:12px;
	line-height:12px;
	margin-top:5px;
}
#back-top span img{
	display:inline-block;
}

/**************end client logo********************/

/*****************start footer******************/

#footer{ width:100%; position:relative; background-color:#282828;  padding:55px 0 50px;}
#footer h4{ margin: 0 0 22px;
    padding: 0 0 10px;
    color: #FFF;
    font-size: 14px;
    line-height: 24px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    box-shadow: 0 -1px 0 #d0d0d0 inset;
    font-weight: bolder;
    text-transform: uppercase;}
#footer h4:after{left: 0;
    right: 0;
    content: '';
    bottom: -4px;
    width: 10px;
    height: 11px;
    margin: 0 auto;
    position: absolute;
    border: 1px solid #282828;
    background-color: #3c675c;}

#ft-ads-box p, #ft-newsl p, #ft-gallery p{ color: #969595;
    float: left;
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 15px;}
#ft-ads-box ul { display:block; margin:0; padding:0; margin-top:10px;}
#ft-ads-box ul li{ list-style:none; margin:10px 0;color:rgba(255, 255, 255, .6);}
#ft-ads-box ul li i {
    float: left;
    line-height: 19px;
    margin-right: 10px;
}
#ft-ads-box ul li span {
    border: 0 none;
    border-radius: 0;
    color: #969595;
    display: list-item;
    float: none;
    font-size: 13px;
    font-weight: 400;
    height: auto;
    line-height: 20px;
    overflow: hidden;
    text-align: left;
    vertical-align: top;
    width: auto;
}
.Q-code img {width:100px; height:100px;}
.dark-socials {
    border-top: 1px solid #333333;
    float: left;
    padding-top: 20px;
    width: 100%; margin-bottom:15px;
}
.dark-socials > a {
    background: #4e4e4e;
    color: #fff;
    float: left;
    font-size: 12px;
    height: 27px;
    line-height: 26px;
    margin-right: 3px;
    text-align: center;
    width: 27px;
-webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.dark-socials > a:hover{ background-color:#3c675c;}
.tagclouds { width:100%; float:left; margin-bottom:15px;}
.tagclouds > a {
    background: #4a4a4a;
    color: #969595;
    float: left;
    font-size: 13px;
    margin-bottom: 10px;
    margin-right: 10px;
    padding: 5px 15px;
webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;
}
.tagclouds > a:hover{ background-color:#3c675c; color:#fff;}
.mailing {
    float: left;
    width: 100%; 
}
.mailing > p {
    float: left;
    font-size: 14px;
    line-height: 21px;
    margin-bottom: 15px;
    width: 100%; color:#969595;
}
.mailing form {
    background: #fff none repeat scroll 0 0;
    float: left;
    height: 36px;
    margin-bottom: 17px;
    padding-right: 50px;
    position: relative;
    width: 100%;
}
.mailing form input {
    border: 0 none;
    color: #9e9e9e;
    float: left;
    font-size: 13px;
    height: 100%;
    padding: 6px 20px;
    width: 100%;
}
.mailing form button {
    border: 0 none;
    color: #fff;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 50px;
	background-color:#3c675c; border-radius:0px;
}
.contactform {
    float: left;
    width: 100%;
}
.contactform > input, .contactform > textarea {
    background: #313131 none repeat scroll 0 0;
    border: 1px solid #4a4a4a;
    color: #949393;
    float: left;
    font-size: 11px;
    height: 35px;
    margin-bottom: 10px;
    padding: 5px 20px;
    width: 100%;
}
.contactform > textarea {
    height: auto;
    min-height: 90px;
}
.blog-ftr {
    float: left;
    margin-bottom: -20px;
    width: 100%;
}
.ftr-post {
    border-bottom: 1px solid #333333;
    display: table;
    float: left;
    margin-bottom: 20px;
    padding-bottom: 20px;
    width: 100%;
}
.post-ftr-img {
    display: table-cell;
    vertical-align: middle;
}
.post-ftr-img img{border-radius: 3px;    width: 70px!important;
    height: 60px!important;}
.ftr-post-detail {
    display: table-cell;
    padding-left: 10px;
    vertical-align: middle;
}
.ftr-post-detail > h5 {
    color: #e1e1e1;
    float: left;
    font-weight: 200;
    font-size: 12px;
    margin: 0;
    width: 100%;
}
.ftr-post-detail a{ color:#969595;}
.ftr-post-detail a:hover{ color:#3c675c;}
.ftr-post-detail > span {
    color: #6b6b6b;
    float: left;
    font-size: 10px;
    margin-top: 6px;
    width: 100%;
}
.contactform > button {
    background: black none repeat scroll 0 0;
    border: 0 none;
    color: #fff;
    float: left;
    font-size: 13px;
    font-weight: 600;
    margin-top: 20px;
    padding: 7px 25px;
    text-transform: uppercase;
}

.footer-btm{ width:100%; padding:30px 0; position:relative; display:block; background-color:#000;}
.footer-btm hr{ border-top:1px solid rgba(255, 255, 255, .2); margin-top:10px;}
.footer-btm p{ text-align:center; color:rgba(255, 255, 255, .6)}

.bottom-footer {
    background: #1c1c1c;

    width: 100%;
}
.bottom-footer p {
    
    margin: 0;
    padding: 10px 0;
	color:#6b6b6b; font-size:12px;
}
.bottom-footer ul {
    float: right;
    list-style: outside none none;
    margin: 0;
    padding: 10px 0; padding-right:70px;
}
.bottom-footer ul li {
    float: left;
	color: #838383;
}
.bottom-footer li a {
    color: #6b6b6b;
    float: left;
    font-size: 12px;
    padding: 3px 5px;
}
.bottom-footer li a:hover, .bottom-footer li a:focus{ color:#3c675c;}

/************end footer section****************/


/******************************/
/************SUB BANNER********/
/******************************/

.sub-banner-con{ position:relative; width:100%; display:block;background: #dfdfde;
    border-bottom: 2px solid #d1d1d1; padding:40px 0 25px;
}
.sub-banner-con .spacer{ height:15px;}
.sub-banner h1{
	color:#000;
font-weight:bolder; margin:0px; text-transform:uppercase;box-shadow: 0 -1px 0 #a4a3a3 inset;position: relative;
    display: inline-block;
    vertical-align: top; padding-bottom:15px; font-size:27px;
}
.sub-banner h1:after{left: 0;
    right: 0;
    content: '';
    bottom: -4px;
    width: 10px;
    height: 11px;
    margin: 0 auto;
    position: absolute;
    border: 1px solid #dfdfde;
    background-color: #3c675c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;}

/******************************/
/************BREADCRUMB********/
/******************************/
.breadcrumb {
	margin: 0;
	padding: 0;
	font-size: 13px;
	background:none;
	border-radius: 0;

}
.breadcrumb > li {
	padding:0 4px 0 0;
}
.breadcrumb > li > a  {
color:#3c675c;	
}
.breadcrumb > .active{ color:#000}
.breadcrumb > li + li::before {
	content: "";
	width: 11px;
	height: 9px;
	display: inline-block;
	background: url(../images/breadcrumb-angel.png) no-repeat;
}

/*******************************/
/**********SERVICES PAGE********/
/*******************************/

.services-details{
	height:260px;
	text-align:left;
}
.services-details p{
	margin:0;
}
.choose-box figure{
	color:#fff;
	width:70px;
	height:70px;
	font-size:30px;
	line-height:70px;
	text-align:center;
}
.choose-box h3{
	color:#333431;
	height:70px;
	display:table;
	text-align:left; margin:0;
}
.choose-box h3 span{
	display:table-cell;
	vertical-align:middle; text-transform:uppercase; 
}
.any-service h2{
	box-shadow:none;
	margin:0;
	padding:0;
}
.any-service h2:after{
	display:none;
}
.text-box .btn1 {
    margin: 15px 0 0;
    min-width: 220px;
    display: inline-block;
    vertical-align: top;
}
.text-box .btn1:hover{
	background-color:#fff;
}
.text-box .btn1 a:hover{
	color:#333431;
}
.btn-arrow {
    width: 15px;
    height: 11px;
    margin: 0 0 0 10px;
    display: inline-block;
    background: url(../images/arrows2.png) no-repeat right top;
}
.text-box .btn1:hover .btn-arrow{
	background:url(../images/arrows2.png) no-repeat right bottom;
}
/*******************************/
/**********SERVICES inner PAGE********/
/*******************************/
.service-post-info {
	margin:0 0 30px;
	padding: 25px;
	background-color: #fff;
}
.service-text{
    padding: 10px;
    margin: 15px 0 0;
    text-align: left;
}
.service-text h3 {
    font-size: 22px;
    line-height: 26px;
    color: #000;
    margin: 0px 0 14px;
    text-transform:none; font-weight:bold;    padding: 2px 0px 8px;
}
.service-text p {
    margin: 0 0 15px; font-size:14px; text-align:justify; color:#777171;
}
.service-text a{ color:#bd2e2d;}
.service-text a:hover, .service-text a:focus{ color:#1c1c1c;}
ul#service-menu{  width:100%; margin-top:10px;}
ul#service-menu li{ padding:5px 0; border-bottom:none; list-style:none;}

ul#service-menu li a{ font-size:12px;}
ul#service-menu li a:hover{ background-color:none;}
.accordion-heading .accordion-toggle{padding: 5px 1px;}


/***************************/
/**********WORK PAGE********/
/***************************/
.work-banner{
	background-image:url(../images/work-banner.jpg);
}
.project-infobox{
	top:0;
	left:15px;
	color:#fff;
	width:270px;
	padding:28px;
	display:none;
	position:absolute;
}

.project-infobox figure{
	width:162px;
	height:162px;
	text-align:center;
	display:table;
	border-radius:100%;
	margin:0 auto 25px;
	background-color:#fff;
}
.project-infobox figure span{
	display:table-cell;
	vertical-align:middle;
}
.project-infobox figure img{
	width:auto !important;
}
.project-infobox h3{
	padding:0 0 10px;
	margin:0 0 10px;
	position:relative;
}
.project-infobox h3:after{
	left:0;
	bottom:0;
	width:60px;
	height:2px;
	content:'';
	position:absolute;
	background-color:#fff;
}
.project-infobox .btn1{
	text-align:center;
	background-color:#fff;
}
.project-infobox .btn1 a{
	color:#333431;
}
.project-infobox .btn1:hover{
	background-color:#333431;
}
.project-infobox .btn1 a:hover{
	color:#fff;
}
#gallery-content-center li:hover .project-infobox{
	display:block;
}
.pagination{
	margin:50px 0 0;
}
.pagination > li > a, .pagination > li > span{
	border:none;
	padding:0 9px;
	color:#777;
	font-size:15px;
	line-height:30px;
	background-color: #eaeae6; margin:0 3px;border-radius:3px;

}
.pagination > li > a:focus, .pagination > li > a:hover, .pagination > li > span:focus, .pagination > li > span:hover{
	background:#3c675c;
	color:#fff;
	outline:none;
}
.pagination > li > span:focus{
	background:none;
	color:#3c675c;
	font-size:40px;
}
.pagination > li .Previous{
	float:left;
	width:21px;
	height:30px;
	
}
.pagination>.active>a, .pagination>.active>a:focus, .pagination>.active>a:hover, .pagination>.active>span, .pagination>.active>span:focus, .pagination>.active>span:hover {
    z-index: 2;
    color: #fff;
    cursor: default;
    background-color: #3c675c;
    border-color: #3c675c;
}
.pagination > li .Previous:hover{

}
.pagination > li .Next{
	float:right;
	width:21px;
	height:30px;
	
}
.pagination > li .Next:hover{

}
.ekko-lightbox-container {
	position: relative
}
.ekko-lightbox-nav-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	width: 100%;
	height: 100%
}
.ekko-lightbox-nav-overlay a {
	z-index: 100;
	display: block;
	width: 49%;
	height: 100%;
	font-size: 30px;
	color: #fff;
	text-shadow: 2px 2px 4px #000;
	opacity: 0;
	filter: dropshadow(color=#000000, offx=2, offy=2);
	-webkit-transition: opacity .5s;
	-moz-transition: opacity .5s;
	-o-transition: opacity .5s;
	transition: opacity .5s
}
.ekko-lightbox-nav-overlay a:empty {
	width: 49%
}
.ekko-lightbox a:hover {
	text-decoration: none;
	opacity: 1
}
.ekko-lightbox .glyphicon-chevron-left {
	left: 0;
	float: left;
	padding-left: 15px;
	text-align: left
}
.ekko-lightbox .glyphicon-chevron-right {
	right: 0;
	float: right;
	padding-right: 15px;
	text-align: right
}
.ekko-lightbox .modal-footer {
	text-align: left
}
/*********************************/
/************ABOUT US PAGE********/
/*********************************/

.btn-arrow{
	width:15px;
	height:11px;
	margin:0 0 0 10px;
	display:inline-block;
	background:url(../images/arrows2.png) no-repeat right top;
}
.text-box .btn1{
	margin:15px 0 0;
	min-width:220px;
	display:inline-block;
	vertical-align:top;
}
.text-box .btn1:hover{
	background-color:#fff;
}
.text-box .btn1 a:hover{
	color:#333431;
}
.text-box .btn1:hover .btn-arrow{
	background:url(../images/arrows2.png) no-repeat right bottom;
}

/******************************/
/***********BLOG PAGE**********/
/******************************/
body.blog,body.blogpost-page{
	background-color:#eaeae6;
}
body.blog .header-con,body.blogpost-page .header-con{
	background-color:#fff;
}
.blog-banner {
	background-image: url(../images/blog-banner.jpg);
}
#searchform {
	float: left;
	width: 100%;
	height: 32px;
	padding:2px;
	border:none;
	background-color: #fff;
	box-shadow: 0 0 0 1px #d4d4d4 inset;
}
#searchform input[type="text"] {
	float: left;
	padding: 0 0 0 8px;
	color: #999;
	height: 28px;
	border: none;
}
#searchsubmit {
	float: right;
	padding: 0;
	height: 28px;
	width:28px;
	font-size:14px;
	color: #fff;
	border: none;
	border-radius:0;
	background-color:#3c675c;
}
.sidebar {
	padding:20px;
	margin:0 0 20px;
	background-color:#fff;
}
.sidebar h3 {
	margin: 0;
	color: #000;
	font-size: 16px;
	line-height: 16px;
	padding: 0 0 12px;
	position: relative;
	box-shadow: 0 -1px 0 #ddd inset;
}
.sidebar h3:after {
	left: 0;
	bottom: 0;
	width: 63px;
	height: 3px;
	content: '';
	position: absolute;
	background-color: #3c675c;
}
.catagories ul li {
	line-height: 14px;
	border-bottom: 1px solid #e6e6e6;
	padding: 18px 0;
}

.catagories ul li a {
	color: #777;
	text-decoration: none; font-size:13px;
}
.catagories ul li a span{
	float:right;
}
.catagories ul li a:hover {
	color: #3c675c
}
.recent-posts ul li {
	color: #777;
	font-size: 12px;
	padding: 20px 0;
	border-bottom: 1px solid #e6e6e6;
}
.recent-posts ul li:last-child{
	border:none;
}
.recent-posts ul li figure {
	float: left;
	margin: 0 10px 0 0;
}

.recent-posts ul li figure img {
	width:70px;

	height:60px;
	border-radius:4px;
}
.recent-posts ul li span {
	color: #0f1923;
	display: block;
	font-size: 14px;
}
.recent-posts ul li a {
	color: #3c675c;
	font-style: italic;
}
.recent-posts p{
	margin:0
}
.tags h3 {
	margin: 0 0 15px;
}
.tags a {
	float: left;
	color: #777;
	font-size: 12px;
	line-height: 30px;
	padding: 0 15px;
	display: block;
	margin: 5px 5px 0 0;
	text-decoration: none;
	background-color: #e6e6e6;
	border-radius:16px;
}
.tags a:hover {
	color: #fff;
	background-color: #3c675c;
}
.recent-tweet figure img {
	width: 100%;
}
.subscribe h3 {
	box-shadow: none;
}
.subscribe h3:after{
	display: none;
}
.subscribe .form-group {
	width: 100%;
	margin: 0 0 10px;
}
.subscribe .form-control {
	background: none;
	border-radius: 0;
	width: 100%;
	height: 40px;
	border:1px solid #e6e6e6;
}
.subscribe .btn {
	color: #fff;
	cursor: pointer;
	padding: 0;
	outline: none;
	border: none;
	height: 34px;
	width: 112px;
	box-shadow: none;
	border-radius:25px;
	text-transform:none;
	background-color: #333431;
}
.subscribe .btn:hover {
	background-color: #3c675c;
}
.recent-tweet {
	font-size: 12px;
}
.recent-tweet h3 {
	margin: 16px 0 13px;
}
.recent-tweet p {
	margin: 0 0 15px;
}
.recent-tweet .btn1 a {
	color: #fff;
	box-shadow: none;
	padding: 14px 0;
}
.recent-tweet li{
	font-size:12px;
	margin:20px 0 0;
	padding:0 0 0 46px;
}
.recent-tweet li a{
	color:#777;
}
.recent-tweet li .fa{
	left:20px;
	color:#3c675c;
	font-size:40px;
	position:absolute;
}
.blog-post-box {
	padding-left:55px;
	border-left:2px solid #d2d2d2;
}
.modal-dialog {
    margin: 140px auto;
}
.blog-post-box iframe{
	width:100%;
	height:340px;
}
.blog-post-box .post-img {
	position: relative;
}
.blog-post-box .post-img img {
	width: 100%;
}
.blog-post-box .post-img .date-tag {
	left: -92px;
	top: 0;
	padding:14px 0 0;
	width: 72px;
	height: 72px;
	color: #fff;
	font-size: 12px;
	line-height: 12px;
	position: absolute;
	border-radius:100%;
	background-color: #3c675c;
}
.blog-post-box .post-img .date-tag span{
	font-size: 30px;
	line-height: 30px;
}
.blog-post-box .post-img .date-tag:after{
	right:-9px;
	top:28px;
	width: 0; 
	height: 0; 
	content:'';
	position:absolute;
	border-top: 8px solid transparent; 
	border-left: 10px solid #3c675c; 
	border-bottom: 8px solid transparent;
}
.blog-post-info {
	margin:0 0 30px;
	padding: 25px;
	background-color: #fff;
}

.meta {
	padding: 0 0 0 10px;
}
.meta ul li {
	float: left;
	color: #0f1923;
	margin: 0 10px 0 0;
	line-height:30px;
}
.meta ul li i {
	font-size:16px;
	margin: 0 6px 0 0;
	color: #3c675c;
}
.meta ul li a {
	color: #333431;
	font-size:14px;
	text-decoration: none;
}
.meta ul li a:hover {
	color: #3c675c;
}
.blog-post-info .social-icons {
	float: right;
}
.blog-post-info .social-icons li{
	margin:0 0 0 10px;
}
.blog-post-info .social-icons li a{
	width:30px;
	height:30px;
	color:#999;
	font-size:16px;
	line-height:30px;
	box-shadow:0 0 0 1px #d1d1d1 inset; background-color:transparent;
}
.blog-post-info .social-icons li a:hover{
	color:#fff;
	background-color:#3c675c;
	box-shadow:0 0 0 1px #3c675c inset;
}
.blog-text {
	padding: 10px;
	margin: 15px 0 0;
	text-align:left;
	border-top: 1px solid #ddd;
}
.blog-text h3 {
	font-size:22px;
	line-height:26px;
	color: #000;
	margin: 10px 0 14px;
	text-transform:none; font-weight:bold;
}
.blog-text p {
	margin: 0 0 15px;
}

.blog-text .btn1 a,.post-btn a {
	color: #fff;
	font-size:12px;
	padding:10px 18px;
	text-transform:none;
}
.blog-text .btn1 a img{
	margin:0 0 0 5px ;
}
.blog-post-box:last-child .blog-post-info{
	margin:0;
}
.post-btn{
	margin:0 5px;
	display:inline-block;
	vertical-align:top;
}
.post-btn a{
	font-size:14px;
	padding:12px 18px;
	text-transform:uppercase;
}
.search-blog h3{
	box-shadow:none;
}
.search-blog h3:after{
	display:none;
}
/******************************/
/***********BLOG POST**********/
/******************************/
.white-box {
	padding: 30px;
	margin:30px 0 0;
	background-color: #fff;
}
.white-box h3 {
	color: #333431;
	padding:0 0 10px;
	margin: 0 0 10px;
	font-size:26px;
	line-height:26px;
	border-bottom:1px solid #eaeaea;
}
.comments-box {
	font-size: 12px;
	line-height: 18px;
	margin: 30px 0 0;
	text-align:left;
}
.comments-box h5{
	margin:0 0 10px;
	font-size:16px;
	color:#333431;
}
.comments-box > div h5 {
	text-transform: none;
}
.comments-box > div p {
	margin: 0 0 10px;
}
.comments-box > div .btn1,.comments-box > div .btn2 {
	font-size: 14px;
	line-height: 14px;
}
.comments-box > div .btn1 a,.comments-box > div .btn2 a {
	padding:0px;
	line-height:26px;
	min-width:95px;
	text-align:center;
}
.comments-box > div .btn1{
	background-color:#3c675c
}
.comments-box > div .btn1:hover{
	background-color:#333431
}
.comments-reply {
	margin-left: 90px;
}
.white-box .contact-form {
	padding: 0;
}
.white-box .contact-form ul li {
	margin: 0;
	width: 49%;
}
.contact-form ul li input[type="text"], .contact-form ul li input[type="email"], .contact-form ul li input[type="tel"] {
    border: medium none;
    box-shadow: 0 0 0 1px #ddd inset;
    color: #999;
    float: left;
    font-size: 12px;
    height: 45px;
    line-height: 28px;
    padding: 10px 5%;
    width: 100%;
}
.contact-form .comments textarea {
    border: medium none;
    box-shadow: 0 0 0 1px #ddd inset;
    color: #999;
    float: left;
    font-size: 12px;
    height: 170px;
    line-height: 20px;
    margin: 20px 0;
    padding: 10px 1.5%;
    width: 100%;
}
.white-box .contact-form ul li:last-child {
	float: right;
}
.contact-form .btn1{
	border:none;
	padding:18px 40px;
  
}
.contact-form .btn1 img{
	margin:0 0 0 8px;
}
/***********************************/
/************CONTACT US PAGE********/
/***********************************/

.contact-msg-box{
	margin:0;
}
.contact-info{
	font-size:14px;
	line-height:22px;
	padding-left:30px;
	margin:25px 0 0;
}
.contact-info h3{
	color:#000;
	padding:0 0 12px;
	margin:0 0 24px;
	font-size:16px;
	line-height:16px;
	position:relative;
	box-shadow:0 -1px 0 #eaeaea inset; font-weight:bold; text-transform:uppercase;
}
.contact-info h3:after{
	left:0;
	bottom:0;
	content:'';
	width:42px;
	height:3px;
	position:absolute;
	background-color:#3c675c;
}
.contact-info p{
	margin:0 0 17px;
}
.contact-info ul li{
	color:#333431;
	font-size:16px;
	line-height:20px;
	margin:0 0 20px;
	position:relative;
	padding:0 0 0 30px;
}
.contact-info ul li i{
	left:0;
	color:#3c675c;
	font-size:20px;
	position:absolute;
}
/******************************/
/************GOOGLE MAP********/
/******************************/
.map_con{
	position:relative;
	float:left;
	width:100%;
}
#map,#contact-map { 
    top: 0; 
    left: 0;
    z-index: 0;
	height:500px;
    width: 100%; 
    position:absolute; 
}
#contact-map{
	position:relative;
}
.google-map {
	height:500px;
	pointer-events: none;
}
.msg-form{
	margin:0px 0;
	padding:34px 48px;background: url(../images/form-bkg.png);border: 1px solid #dcd8d8; border-radius:5px;
}
.msg-form h2{
	color:#333431;
	box-shadow:0 -1px 0 #5c9c8c inset
}
.msg-form h2:after{
	background-color:#000;
	border:1px solid #f2f2f2;
}
.msg-form ul li {
	float:left;
	width:100%;
	position:relative;
}
.msg-form ul li input{
	float:left;
	width:100%;
	color:#fff;
	height:30px;
	margin:30px 0 0;
	font-size:16px;
	line-height:16px;
	background:none;
	border:none;
	box-shadow:0 -1px 0 #ce5757 inset;
}
.msg-form ul li input.submit-btn{ box-shadow:none;font-size: 14px;
    font-weight: normal;
    margin: 32px auto 0;
    display: inline-block;
    background-color: #333431;
    padding: 21px 29px;
    line-height: 4px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase; width:50%;}

.msg-form ul li input::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:#333431;
}
.msg-form ul li input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#333431;
    opacity:  1;
}
.msg-form ul li input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#fff;
    opacity:  1;
}
.msg-form ul li input:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#333431;
}
.msg-form a, .quote-form-box a{
	border:none;
	margin:0 auto;
	font-size:14px;
	font-weight:normal;
	margin:32px auto 0;
	display:inline-block;
	background-color:#333431;padding: 18px 29px;line-height: 14px;
    border-radius: 30px;    color: #fff;text-decoration: none; text-transform:uppercase;
}
.msg-form button img{
	margin:0 0 0 8px;
}
.msg-form .comments span.error{
	top:80px;
}
span.error {
    color: #fff;
    right:0px;
    top: 32px;
    position: absolute;
}
#form_result{
	color: #fff;
    font-size: 12px;
    padding: 15px;
}
#form_result.success{
	background-color: #dff0d8;
}
#form_result.error{
	background-color: #f2dede;
}
.quote-form-box{border: 1px solid #dcd8d8;
    background: url(../images/form-bkg.png);
    border-radius: 5px;
    padding: 39px 30px; 34px;}
	.quote-form-box h2, .quote-form-box p{ text-align:center;}
.form-group label {
    color: #19363c; font-size:16px;
}
.form-group {
    margin-bottom: 5px;
}

.queryH{
	text-align:center;font-size:20px; margin:0px; padding:10px;padding-top:10px;padding-bottom:10px; background-color:#ccc;
	background-color: #ff4c5d;line-height:normal;color:#fff; margin-bottom:5px;}

.form-control
{
    padding: 7px 9px 8px;
    font-size: 14px;
    border-color: #dcbebe;
    box-shadow: none;
    border-radius: 4px;height: 46px;
}
.form-control:focus
{
    border-color: #D5D5D5;
    box-shadow: none;
}

/**************************/
/***********LOGIN**********/
/**************************/
.login-box {
	width:502px;
	display:inline-block;
	vertical-align:top;
}
.login-box h2{
	color:#3c675c;
	margin:0 0 4px;
	padding:0;
	box-shadow:none;
	font-size:72px;
	line-height:72px;
}
.login-box h2:after{
	display:none;
}
.login-box h3{
	color:#3c675c;
	font-size:19px;
	line-height:19px;
}
.login-box h1{
	color:#3c675c;
	margin:0 0 20px;
	font-size:48px;
	line-height:48px;
}
.login-box .form-group{
	margin:0 0 10px;
	padding:0;
	border:1px solid #ce5757;
}
.login-box .form-group .input-group-addon{
	border:none;
	color:#fff;
	padding:0;
	margin:0;
	width:7%;
	line-height:48px;
	font-size:14px;
	background:none;
}
.login-box .form-group .form-control{
	margin:0;
	width:93%;
	border:none;
	padding:6px 0;
	height:48px;
	color:#fff;
	background:none;
	box-shadow:none;
}
.login-box .form-group .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
	color:#fff;
}
.login-box .form-group .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#fff;
   opacity:  1;
}
.login-box .form-group .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#fff;
   opacity:  1;
}
.login-box .form-group .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
	color:#fff;
}
.login-box .btn1{
	border:none;
	margin:10px 0 20px;
	padding:16px 29px;
	display:inline-block;
}
.login-box .btn1:hover{
	background-color:#333431
}
.login-box .checkbox{
	color:#fff;
	margin:0;
	font-size:14px;
}
.login-box #searchform{
	background:none;
	height:42px;
	float:none;
	padding:0;
	margin:0 0 20px;
	display:inline-block;
	vertical-align:top;
	box-shadow:0 0 0 1px #ce5757 inset;
}
.login-box #searchform input[type="text"]{
	background:none;
	height:40px;
	width:90%;
	color:#fff;
}
.login-box #searchsubmit{
	width:10%;
	font-size:20px;
	line-height:20px;
	height:41px;
	color:#3c675c;
	background-color:#fff;
}
.login-box ul li{
	color:#3c675c;
	font-size:16px;
	margin:0 15px;
	display:inline-block;
	vertical-align:top;
}
.login-box ul li i{
	font-size:20px;
	margin:0 6px 0 0;
}
.login-box ul li a{
	color:#3c675c;
}


.body-bullet ul{  width:100%; margin-top:10px;}
.body-bullet li{ padding:5px 0; border-bottom:none; list-style:square; font-size:14px; margin-left:30px; color:#777171;}
/*.body-bullet li a{ font-size:14px;}
.body-bullet li a:hover{ background-color:none;}*/


@media screen and (max-width: 1199px){
	.sub-banner h1{    font-size: 30px;}
	.navbar-nav > li > .mega-dropdown-menu{ width:700px;}
	.quote-btn {
    margin: -11px 0 0 15px;}
	.logo>a>img{ width:200px;}
	.navbar-nav > li > .dropdown-menu{ right:-360px; top:41px;}
	.navbar-default .navbar-nav > li {
    padding: 0 10px;
}
.social-icons {
    margin: -4px 0 0 0px;
}
.banner{
	height:650px;
}
.banner-img {
	margin:0;
    bottom: 0;
    margin: 0;
    position: absolute;
}
.banner-img img{
	width:100%
}
.small-textouter figure img{
	width:100%;
}
.skills-bar{
	width:48%;
}
.small-textbox {
    left: 0;
    right: 0;
    top: 90px;
    margin: 0 auto;
    position: absolute;
}
.small-textbox a{
	min-height:auto;
	padding:25px 0;
}
.portfolio-box .project-infobox{
	padding:18px;
}
.team-profile-info{
	height:40px;
	left:0;
	bottom:0;
	position:relative;
	background:#eaeae6;
}
.team-profile-info h4{
	bottom:0;
	right:0;
	padding:13px 0;
	position:relative;
}
.team-profile-info > div::before{
	display:none;
}
.team-profile-info > div{
	position:absolute;
}
.team-profile-info > div{
	left:0;
	top:-195px
}
.skill-box {
    padding: 50px 0 50px 20px;
}
.partners{
	padding:40px 0;
}
.msg-form{
	padding:34px 12px;
}
.msg-form h2{
	min-width:auto;
}
.footer-rt .sitemap{
	width:50%;
}
.copyright-area{
	margin:-48px 0 0;
}
/*************ACCORDION AND TOGGLE*************/
#accordion-panel .panel-title,#accordion-panel2 .panel-title {
	font-size:13px;
}
/**************BLOG*************/
.tags a{
	margin:5px 1px 0 0;
}
/**************BLOG POST**********/
.white-box h3{
	font-size:22px;
}
/************WORK************/
#gallery-content2 .project-infobox .btn1{
	float:left;
}
#gallery-content2 .project-infobox .btn1 a{
	padding:12px 20px;
}
#gallery-content2 .project-infobox figure{
	display:none;
}
#gallery-content2 .project-infobox img{
	width:50%;
}
#gallery-content2 .project-infobox{
	width:250px;
	background-color:rgba(193,60,60,0.7);
}
#quote-carousel .carousel-inner {
    min-height: 200px;
}

#searchsubmit{ position:absolute; right:10%;}





}
@media screen and (max-width: 991px){
.service-innerbox .readmore {
    bottom: 10px;
}
	.creative-img {
    display: unset;
    width: 100%;
}
.creative-detail{display:unset;float:left;padding:40px;width:100%}
	.quote-btn {
    margin: -9px 0 0 15px;
}
.logo{
	text-align:center;
	float:none !important;
}
.navbar-nav > li > .dropdown-menu{ right:-445px; top:41px;}
.navbar-default .navbar-nav > li {
    padding: 0 12px;
}
.social-icons{
	margin:-6px 0 0 0;
}
.navbar-default{
	margin:26px 0 0;
}
.banner {
    height: 550px;
}
.banner h1 span.small{
	font-size:65px;
	line-height:60px;
}
.banner h1{
	font-size:95px;
	line-height:95px;
}
.banner .heading-caption{
	font-size:12px;
}
.small-textouter{
	padding:0;
	margin:10px 0;
}
.small-textbox{
	min-height:170px;
}
.small-textouter figure{
	float:none !important
}
.service-box2{
	margin:0 0 30px;
}
.team-profile-info > div{
	top:-176px;
}
#project-filter-box{
	margin:0 0 20px;
}
.padding-outer {
    padding-bottom: 60px;
    padding-top: 60px;
}
.padding-inner {
    padding-bottom: 40px;
    padding-top: 40px;
}
.footer-lt,.sitemap {
	display:none;
}
.copyright-area{
	margin:0;
	text-align:center;
	width:100%;
}
.copyright-area .social-icons{
	width:100%
}
.copyright-area .social-icons li{
	float:none;
	display:inline-block;
}
/****************ABOUT*****************/

.sub-banner h1 {
  font-size: 22px;
}
/*************ANIMATIONS***********/
.image-container{
	margin:0 0 10px;
}
/**************BLOG**************/
.sidebar{
	margin:20px 0 0;
}
.post-btn a{
	font-size:12px;
}
.tags a{
	margin:5px 5px 0 0;
}
.meta ul li{
	margin:0 5px 0 0;
}
.meta ul li a{
	font-size:13px;
}
.blog-post-box{
	padding-left:15px;
	border:none;
}
.blog-post-box .post-img .date-tag{
	top:-20px;
	left:-4px;
}
.blog-post-info .social-icons li{
	margin:0 0 0 2px;
}
/*************SERVICES**************/
.spacer2{
	display:none;
}
.services-details {
    height: auto;
    margin: 10px 0;
    padding: 15px;
}
.choose-box{
    margin: 10px 0;
}
.any-service h2 br,.choose-box h3 span br{
	display:none;
}
#searchsubmit{ position:absolute; right:3%;}
}
@media screen and (max-width: 767px){
	.navbar-default .navbar-nav > li {
    padding: 0 20px;
}
.dropdown-header{ font-size:15px; font-weight:bold; color:#c13c37;}
.dropdown-menu .divider{ display:none;}
.logo{ text-align:left; margin-left:20px;}
.navbar-toggle{ margin-top:-75px;}
.navbar-default .navbar-toggle {
    border-color: #888;
}
	.top-head ul{ text-align:center; float:none;}
	.top-head ul.social-icons{    margin: 0px 0 0 20px;
    float: none;
    margin-left: 36%;}
	.quote-btn{ margin:0px 0 0 12px; float:left;}
.banner {
    height: auto;
    padding: 50px 0;
}
.banner h1 {
    font-size: 80px;
    line-height: 80px;
}
.banner h1 span.small {
    font-size: 50px;
    line-height: 48px;
}
.banner .heading-caption{
	margin:0 0 20px;
}
.navbar-default,.navbar-nav{
	margin:0;
	padding-top:20px;
}
.header {
  padding: 12px 0 0;
    margin-bottom: -10px;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form{
	border:none;
}
.navbar-collapse.in{
	overflow-y:visible
}
.navbar-default .navbar-nav > .active > a:hover::after, .navbar-default .navbar-nav > li > a:hover::after, .navbar-default .navbar-nav > .active > a::after,.navbar-default .navbar-nav > .active > a:hover::after, .navbar-default .navbar-nav > li > a:hover::after, .navbar-default .navbar-nav > .active > a::after{
	display:none;
}
.navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:focus,.navbar-default .navbar-nav > .active > a:focus{
	box-shadow:none;
}
nav{
	width:100%;
}
.navbar-nav > li.dropdown.open .dropdown-menu::before{
	display:none;
}
.navbar-collapse{
	z-index:10;
	width:100%;
	background-color:#333431;
	position:absolute;
}
.navbar-default .navbar-nav > li > a{
	color:#fff;
}
.navbar-nav > li > .dropdown-menu{ right:-335px; top:41px;}
.navbar-nav > li > .dropdown-menu ul{
	padding:0
}
.navbar-default .navbar-nav > .active > a:hover:after, .navbar-default .navbar-nav > li > a:hover:after, .navbar-default .navbar-nav > .open > a:hover:after, .navbar-default .navbar-nav > .active > a:after, .navbar-default .navbar-nav > .open > a:after, .navbar-default .navbar-nav > .open > a:focus:after{
	display:none;
}
.navbar-nav > li > .dropdown-menu{
	padding:0;    height: 180px;
    overflow-y: scroll;
}
.navbar-nav > li > .dropdown-menu ul li a i,.navbar-nav > li > .dropdown-menu ul li a:hover{
	color:#3c675c;
}
.social-icons{
	margin:0 0 20px 20px;
	float:left !important
}
.blog-post-info .social-icons{
	float:right !important;
	margin:0;
}
.project-filter-links{
	margin:0 8px;
}
.social-icons li a{
	color:#fff;
}
.project-infobox figure{
	margin:90px auto 25px;
}
.team-profile-info > div{
	top:-158px;
	width:100%;
}
.footer{
	padding:40px 0;
}
/*************ANIMATIONS***********/
.image-container img{
	margin:0 auto;
}
/****************CONTACT****************/
.contact-info{
	padding-left:15px;
}
/**************ERROR***************/
.login-box{
	width:100%
}
.error-box h1{
	line-height:150px;
	font-size:140px;
}
.login-box h3{
	font-size:15px;
	line-height:15px;
}
.login-box h2{
	font-size:56px;
	line-height:60px;
}
.login-copyright li{
	padding:0 6px;
}
.login-box ul li{
	margin:0 2px;
}



}
@media screen and (max-width: 667px){
	h2, .creative-section h2{ font-size:16px;}
	.detail-box > h4{ font-size:16px;}
	.sub-banner h1 {
    font-size: 18px;
}
	#quote-carousel p{ font-size:12px;}
.banner-img{
	display:none;
}
#project-filter-box{
	margin:0;
}
.project-filter-links{
	margin:0;
	padding:0 20px
}
h2{
	min-width:auto;
}
.skill-box{
	padding:50px 20px;
}
/**************BLOG**********/
.blog-post-info .social-icons{
	width:100%;
}
.blog-text h3{
	font-size:22px;
	line-height:22px;
	margin:10px 0;
}
/**************BLOG POST**********/
.white-box{
	padding:20px;
}
.comments-outer-box{
	padding:0;
}
#searchsubmit{ position:absolute; right:4%;}
}
@media screen and (max-width: 600px){
	h2, .creative-section h2{ font-size:16px;}
	.top-head ul.social-icons{ margin-left:30%;}
.project-infobox figure{
	margin:40px auto 25px
}

/**************BLOG POST**********/
.comments-reply {
    margin-left: 65px;
}
.white-box .contact-form ul li {
    float: left;
    margin: 0 0 10px;
    width: 100%;
}
.white-box .contact-form ul li:last-child{
	margin:0;
}
.contact-form .btn1{
	padding:14px 20px;
}
/****************CONTACT****************/
#contact-map{
	height:300px;
}
.contact-info ul li{
	font-size:14px;
	margin:0 0 10px;
	padding:0 0 0 26px;
}
/***************SERVICES**************/
.any-service h2 {
    font-size: 16px;
    line-height: 18px;
}
#quote-carousel .carousel-indicators {
    right: 25%;
    top: auto;
    margin-right: 0px;
}
#quote-carousel .carousel-inner {
    min-height: 250px;
}
#searchsubmit{ position:absolute; right:4.5%;}
}
@media screen and (max-width: 480px){
	.sub-banner h1 {
    font-size: 15px;
}
		.top-head ul.social-icons{ margin-left:26%;}
.banner h1 {
    font-size: 70px;
    line-height: 70px;
}
.banner h1 span.small {
    font-size: 40px;
    line-height: 40px;
}
.btn-primary a, button {
    padding: 16px 18px;
}
h2{
	padding:0 0 15px;
	margin:0 0 15px; font-size:16px;
}
.project-filter-links::before{
	display:none;
}
.project-filter-links{
	padding:0 13px;
}
.project-infobox figure{
	margin:25px auto 10px
}
.skills-bar .progress .value{
	font-size:16px;
}
.skills-bar .prog-text{
	font-size:12px;
	margin:0 0 5px;
}
.project-infobox p{
	display:none;
}
.team-profile-info > div{
	top:-177px;
}
/****************ABOUT*****************/

/**************BLOG POST**********/
.comments-box {
	text-align:center;
}
.comments-box figure{
	width:100%;
	margin:0 auto 10px;
}
.comments-box .pull-right{
	width:100%;
}
.comments-reply{
	margin-left:0;
}
.comments-box > div .btn1,.comments-box > div .btn2{
	float:none !important;
	display:inline-block;
}
/****************CONTACT****************/
#contact-map{
	height:250px;
}
/**************ERROR***************/
.login-box ul li{
	font-size:13px
}
.login-box h2{
	font-size:45px;
	line-height:50px;
}
.login-box h3{
	font-size:12px;
}
.error-box h1 {
    font-size: 120px;
    line-height: 110px;
}
/***********WORK***********/
#gallery-content2 .project-infobox p{
	display:block;
}
.pagination{
	display:none;
}
#quote-carousel .carousel-indicators {
    right: 15%;
    top: auto;
    margin-right: 0px;
}
#quote-carousel .carousel-inner {
    min-height: 300px;
}
#searchsubmit{ position:absolute; right:6%;}
.bottom-footer p{ float:none; text-align:center; width:100%;}
.bottom-footer li a{ padding:3px 10px;}
}
@media screen and (max-width: 375px){
	.top-head ul.social-icons{ margin-left:17%;}
.banner h1 {
	margin:0 0 5px;
    font-size: 55px;
    line-height: 54px;
}
.banner h1 span.small{
	font-size:34px;
}
.small-textbox{
	top:55px;
}
h2{
	font-size:18px;
}
.project-infobox figure{
	margin:0 auto 5px
}
.skills-bar {
    margin: 0 0 32px;
    width: 100%;
}
/*************ACCORDION AND TOGGLE*************/
/**************BLOG**********/
.blog-text h3{
	font-size:20px;
}
.meta ul li{
	line-height:18px;
	margin:0 0 5px;
}
.btn-primary a, button{
	padding:12px 8px;
	font-size:11px;
}
.login-box .checkbox label{
	margin:0;
	padding:0 3px;
}
.login-box .checkbox{
	font-size:13px;
}
/***********SERVICES**************/
.choose-box h3{
	font-size:12px;
}
/***********WORK***********/
#gallery-content2 .project-infobox p{
	display:none;
}
#gallery-content2 .project-infobox{
	padding-top:80px;
}
#quote-carousel .carousel-indicators {
    right: 12%;
    top: auto;
    margin-right: 0px;
}
#quote-carousel .carousel-inner {
    min-height: 330px;
}
#searchsubmit{ position:absolute; right:8%;}
.msg-form button{ font-size:12px;}
.bottom-footer li a{ padding:3px 5px; font-size:11px;}

}


@media screen and (max-width: 320px){
.small-textbox{
	top:32px;
}
#quote-carousel .carousel-indicators {
    right: 2%;
    top: auto;
    margin-right: 0px;
}
#quote-carousel .carousel-inner {
    min-height: 340px;
}
#searchsubmit{ position:absolute; right:9%;}
.msg-form button{ font-size:12px;}
.bottom-footer li a{ padding:3px 1px;}

}



.k-modal .close{ color:#fdd563; opacity:1; text-shadow:none; font-size:26px;}
.k-modal .modal-content{ background-color:#d63030; box-shadow:none; border:none;}
.k-modal .modal-header{ border:none;}
.k-modal .modal-header h4{ color:#fff; text-align:center;}
.k-modal .modal-header h4>span{ font-weight:bold; color:#feec89;}
.k-modal .modal-dialog{ width:33%; margin:20px auto;}
@media (max-width:1200px){
	.k-modal .modal-dialog{ width:40%;}
	.service-logo img{width:65px; height:65px;}
	.service-logo ul li{  padding:5px 10px;}
	}
	
	@media (max-width:992px){
	.k-modal .modal-dialog{ width:50%;}
	.service-logo img{width:50px; height:50px;}
	.service-logo ul li{  padding:5px 8px;}
	}
	@media (max-width:768px){
	.k-modal .modal-dialog{ width:70%;}
	.service-logo img{width:35px; height:35px;}
	.service-logo ul li{  padding:3px 2px;}
	}
	@media (max-width:480px){
		
		.service-logo{ position:relative;}
			.service-logo ul li{  padding:3px 0px;}
		}
	/*******************start online marketing tab section*****************/
	
	.wizard {
    margin: 0px auto;
    /*background: #fff;*/
}

    .wizard .nav-tabs {
        position: relative;
        margin: 40px auto;
        margin-bottom: 0;
        border-bottom-color: #e0e0e0;
    }

    .wizard > div.wizard-inner {
        position: relative;
    }

.connecting-line {
    height: 8px;
    background: #3c675c;
    position: absolute;
    width: 80%;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 60%;
    z-index: 1;
}

.wizard .nav-tabs > li.active > a, .wizard .nav-tabs > li.active > a:hover, .wizard .nav-tabs > li.active > a:focus {
    color: #555555;
    cursor: default;
    border: 0;
    border-bottom-color: transparent;
}

span.round-tab {
    width: 90px;
    height: 90px;
    line-height: 70px;
    display: inline-block;
    border-radius: 15px;
    background: #f9f9f9;
    border: 4px solid #b0b0b0;
    z-index: 2;
    position: absolute;
    left: 0;
    text-align: center;
    font-size: 25px;
	box-shadow: 0 3px 6px 2px #bab8b8;
}
span.round-tab i{
    color:#555555;
	    top: 12px;
		
}
.wizard li.active span.round-tab {
    background: #f9f9f9;
    border: 4px solid #3c675c;
	box-shadow: 0 3px 6px 2px #bab8b8;
    
}
.wizard li.active span.round-tab i{
    color: #3c675c;
}

span.round-tab:hover {
    color: #333;
  /*  border: 4px solid #333;*/
}

.wizard .nav-tabs > li {
    width: 25%;
}

.wizard li:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 0;
    margin: 0 auto;
    bottom: 0px;
    border: 5px solid transparent;
    border-bottom-color: #5bc0de;
    transition: 0.1s ease-in-out;
}

.wizard li.active:after {
    content: " ";
    position: absolute;
    left: 46%;
    opacity: 1;
    margin: 0 auto;
    bottom: -30px;
    border: 10px solid transparent;
    border-top-color: #3c675c;
}

.wizard .nav-tabs > li a {
    width: 90px;
    height: 90px;
    margin: 10px auto;
    border-radius: 100%;
    padding: 0;
}

    .wizard .nav-tabs > li a:hover {
        background: transparent;
    }

.wizard .tab-pane {
    position: relative;
    padding-top: 50px;
}

.wizard h3 {

  font-size:18px;
  
}

.wizard p {

  font-size:14px;
  
}
.wizard h3:after{
left: 0;
    right: 0;
    content: '';
    bottom: -4px;
    width: 10px;
    height: 9px;
    margin: 0 auto;
    position: absolute;
   }
.wizard h5 {
    font-size:16px;
	text-transform:uppercase;
	font-weight:bold;
}
.wizard .tab-content{
	background-color:#FFF;
	    border-color: #3c675c;
		border-style: solid;
    border-width: 10px 0px 0px 0px;
    overflow: auto;
    padding: 10px;
	min-height:300px;
	box-shadow: 0 3px 6px 2px #bab8b8;
	}

@media( max-width : 991px ){
	.wizard h5{ font-size:14px}
	}
@media( max-width : 767px ){
	.wizard .nav-tabs > li {
    width: 50%;
}
	.connecting-line{ display:none;}
	.wizard li.active:after{ border-top-color:transparent;}
	}


@media( max-width : 585px ) {

    .wizard {
        width: 90%;
        height: auto !important;
    }
.wizard .tab-content{
	background-color:#f9f9f9;
	}
    span.round-tab {
        font-size: 16px;
        width: 50px;
        height: 50px;
        line-height: 23px;
    }

    .wizard .nav-tabs > li a {
        width: 50px;
        height: 50px;
        line-height: 50px;
    }

    .wizard li.active:after {
        content: " ";
        position: absolute;
        left: 35%;
    }
	.wizard h5{ font-size:10px}
}

	/*******************start online marketing tab section*****************/
	/********************** end index our approach section*****************/
	.second_column {
	float: left;
	padding-bottom: 20px
 }
.apc-quote{ background-color:#eaeae6;}
.second_column .facesblock {position: relative}

 .second_column .facesblock-links-left {
		display: inline-block;
		width: 40%;
		padding-bottom: 10px;
		text-align: center;
		float:left;
		
	 }

 .second_column .facesblock-links-right li {
			display: inline-block;			
			padding: 0 10px;
			border-right: 1px solid #dadada;
			line-height: 13px
		 }
		 .second_column .facesblock-links-left li {
			display: inline-block;			
			padding: 0 10px;
			border-bottom: 1px dashed #FFF;
			line-height: 13px
		 }
.facesblock-links-right {
		display: inline-block;
		width: 60%;
		padding-bottom: 10px;
		text-align: right;
	 }
	 
 .second_column .facesblock-links-right li.first {padding-left: 0}
 .second_column .facesblock-links-right li.last {padding-left: 0;border-right:0}
 .second_column .facesblock-links-right li a {
				font-size: 13px;
				line-height: 13px;
				color: #c6093b;
				border-bottom: 1px dashed #FFF
			 }
 .second_column .facesblock-links-left li a:hover {border-bottom: 1px dashed #c6093b}
 
 .second_column .facesblock-links-left li.first {padding-left: 0}
 .second_column .facesblock-links-left li.last {padding-left: 0;border-right:0}
 .second_column .facesblock-links-left li a {
				font-size: 13px;
				line-height: 13px;
				color: #c6093b;
				border-bottom: 1px dashed #FFF
			 }
 .second_column .facesblock-links li a:hover {border-bottom: 1px dashed #c6093b}
 .hm-apc{ width:100%; display:block; position:relative;}
 .hm-apc img{ width:100%;}
 .pad0{ padding:0 0px;}
 .hm-apc-black-bx{ background-color:#333431; border-left:5px solid #3c675c; padding:81px 15px;}
  .hm-apc-black-bx .carousel-inner>.item{ min-height:170px;}
  .hm-apc-black-bx > .carousel .carousel-indicators{ left:0; right:0; bottom:-23px;}
  .hm-apc-black-bx p{ color:#fff;font-family: 'Montserrat Light', arial;text-transform:uppercase;}
  .hm-apc-black-bx span{ text-align:left; color:#61809b; text-transform:uppercase; font-style: italic;}
 .hm-apc-white-bx{background-color:#fff;  padding:20px 5px;}
  .hm-apc-white-bx > .hm-apc-white-in{padding: 0;margin: 0;color: #000;font-size: 30px;line-height: 30px;
    font-weight: 400;}
	.hm-apc-ph{font-size:24px; color:#C33;}
	.hm-apc-mail{font-size:20px;}
	.hm-apc-link{font-size:14px; color:#C33;}
 .hm-apc-red-bx{background-color:#3c675c; padding:6px 15px 7px;}
  .hm-apc-red-bx h3{font-size:22px; color:#FFF; line-height:30px; text-transform:uppercase}
 .hm-apc-red-bx p{ color:#fff;}
 .hm-apc-black-bx2{background-color:#333431; padding:6px 15px 7px;}
  .hm-apc-black-bx2 h3{font-size:22px; color:#FFF; line-height:30px; text-transform:uppercase}
.hm-apc-black-bx2 p{ color:#fff;}
.apc-quote-btn{ margin-top:15px;}
/****************		start timeline section*******************/
		.timeline {
    position: relative;
 
    list-style: none; margin-top:40px
}
.timeline>li {
    position: relative;
    min-height: 50px;
}
.timeline>li:before,
.timeline>li:after {
    content: " ";
    display: table;
}
.timeline>li:after {
    clear: both;
}

.timeline>li .timeline-panel {
    float: left;
    position: relative;
    width: 100%;
}
.timeline-content{
    padding:5px 25px 0 25px;
}
.timeline>li .timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline>li .timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline>li .posted-date {
    position: relative;
    text-align: center;
    background-color: #fff;
    left: 20px;
}
.timeline>li .posted-date .month {
    font-size: 16px;
    line-height: 66px;
    font-weight: 700;
    display: block;
    color: #2c3e50;
    top: 0;
    float: left;
}
.timeline>li.timeline-inverted>.timeline-panel {
    float: right;
    text-align: left;
}
.timeline>li.timeline-inverted>.timeline-panel:before {
    right: auto;
    left: -15px;
    border-right-width: 15px;
    border-left-width: 0;
}
.timeline>li.timeline-inverted>.timeline-panel:after {
    right: auto;
    left: -14px;
    border-right-width: 14px;
    border-left-width: 0;
}
.timeline>li:last-child {
    margin-bottom: 0;
}
.timeline-heading h5 {
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 5px; font-weight:bold;
}
.timeline-heading h5 a {
    color: #2f2f2f;
}
.timeline-heading h5 a:hover {
    color:#3c675c;
}
.timeline-heading span{
    display: block;
    font-weight: 700;
    margin-bottom: 20px;
}
.timeline-body p {
    margin-bottom: 0;
}
.timeline-body .readmore-1 {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}
.timeline-body .readmore-1:hover {
    color: #3c675c;
}


@media(min-width:767px) {
    .timeline:before {
        left: 50%;
    }
    .timeline>li {
        min-height: 110px;
        margin-bottom: -15px;
    }
    .timeline>li .posted-date {
        position: absolute;
        text-align: center;
        background-color: #fff;
    }
    .timeline>li .timeline-panel {
        float: left;
        width: 42%;
        text-align: right;
    }
    .timeline>li .posted-date {
        top: 0;
        left: 50%;
        width: 65px;
        height: 65px;
        border: 1px solid #e1e1e1;
        margin-left: -42px;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        /* transform: rotate(45deg); */
        /* -webkit-transition: all 0.5s; */
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .timeline>li .posted-date .month {
        -webkit-font-smoothing: antialiased;
        -webkit-transform: rotate(-45deg);
        -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        -o-transform: rotate(-45deg);
        transform: rotate(-45deg);
        -webkit-transition: all 0.5s;
        -moz-transition: all 0.5s;
        -o-transition: all 0.5s;
        transition: all 0.5s;
    }
    .timeline>li .posted-date .month {
        float: none;
    }
    .timeline>li:hover .posted-date{
        line-height: 85px;
        z-index: 1000;
        background-color: #3c675c;
        border-color: #3c675c;
        -webkit-transform: scale(1.4) rotate(45deg);
           -moz-transform: scale(1.4) rotate(45deg);
            -ms-transform: scale(1.4) rotate(45deg);
             -o-transform: scale(1.4) rotate(45deg);
                transform: scale(1.4) rotate(45deg);
    }
    .timeline>li:hover .posted-date .month{
        color: #fff;
    }
    .timeline-heading{
        position: relative;
        top: 24px;
        -webkit-transition: all 0.5s;
           -moz-transition: all 0.5s;
             -o-transition: all 0.5s;
                transition: all 0.5s;
    }
    .timeline>li:hover .timeline-heading {
        top: -20px;
    }
    .timeline-body{
        position: relative;
        top: 10px;
        -webkit-transition: all 0.5s;
           -moz-transition: all 0.5s;
             -o-transition: all 0.5s;
                transition: all 0.5s;
        visibility: hidden;
        opacity: 0;
    }
    .timeline>li:hover .timeline-body{
        top: -20px;
        visibility: visible;
        opacity: 1;
    }
	
}

@media (max-width : 767px){
    .timeline{
        padding-left: 20px;
    }
    .timeline::before{
        content: "";
        height: 100%;
        width: 1px;
        background: #eee;
        position: absolute;
        left: 5px;
        top: 10px;
    }

    .timeline>li:before{
        width: 10px;
        height: 10px;
        background-color: #eee;
        border-radius: 100%;
        top: 37px;
        position: absolute;
        left: -19px;
    }
	.timeline-content{ text-align:left;}
	.timeline>li .posted-date .month{ font-size:24px; line-height:85px}
}
/********************** end index our approach section*****************/

/***************start services portfolio section**************/
.inside-panel{ width:100%; float:left; position:relative; display:block; padding:10px 0 30px;}
.inside-panel p{ font-size:14px;    color: #777171; text-align:justify;}
.title-dots {
    background: url(../images/title-dots.png) repeat scroll 0 0;
  
    margin-bottom: 20px;
}
.title-dots span {
    color: #fff;
    font-size: 17px;
    line-height: 30px;
    padding: 5px 10px; background-color:#3c675c;
}
.cat-item {
    position: relative;
    font-size: 0;
    margin-top: 25px;
    height: 279px;margin-left: 2%;
    margin-right: 2%; width:29.2%;
    border-radius: 5px;
    z-index: 2; float:left;
}
.cat-item:hover{
webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);}
.cat-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    z-index: 10; padding:0 5px;-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; border:1px solid #d1d1d1;-moz-box-shadow: 0px 7px 12px #d2d2d2;
-webkit-box-shadow: 0px 7px 12px #d2d2d2;
box-shadow: 0px 7px 12px #d2d2d2;
}
.cat-item:hover .cat-overlay {
	background:rgba(255, 255, 255, .85)
}
.cat-image{position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
    z-index: 1;
    background-position: center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;}

.cat-image img{ width:100%;}
.cat-item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20;
    vertical-align: middle;
}
.cat-icon {
    position: absolute;
    width: 55px;
    height: 55px;
    line-height: 55px;
    font-size: 20px;
    padding-top: 3px;
    padding-left: 3px;
    top: -20px;
    left: -20px;
    border-radius: 20%;
    z-index: 15;
    color: #777;
    background: #fff;-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;webkit-transform: rotate(0deg) scale(.9);
    -moz-transform: rotate(0deg) scale(.9);
    -ms-transform: rotate(0deg) scale(.9);
    -o-transform: rotate(0deg) scale(.9);
    transform: rotate(0deg) scale(.9);-moz-box-shadow: 0px 4px 8px #969496;
-webkit-box-shadow: 0px 4px 8px #969496;
box-shadow: 0px 4px 8px #969496;
}
.cat-item:hover .cat-icon{
	background:#bd2e2d;
	color:#fff;
	-webkit-transform:rotate(-45deg) scale(1);
	-moz-transform:rotate(-45deg) scale(1);
	-ms-transform:rotate(-45deg) scale(1);
	-o-transform:rotate(-45deg) scale(1);
	transform:rotate(-45deg) scale(1)
}
.cat-text {
	color:#bd2e2d;
	display:inline-block;
	vertical-align:middle;
	-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;opacity:0; margin-top:25%;
	
}
.cat-text h4{ font-weight:bold; position:relative; text-align:center; padding-bottom:10px;}
.cat-text h4:after{ position:absolute; content:''; height:3px; background-color:#bd2e2d; top:25px; width:18%; z-index:9999; right:41%;}
.cat-text p{ font-size:12px; width:100%; float:left; padding:0 20px; color:#bd2e2d;}
.cat-item:hover .cat-text{opacity:1;}
@media (max-width : 991px){
	.cat-item{ width:45.2%;}
	}
	@media (max-width : 767px){
		.cat-item{ width:46%;}
		}
	@media (max-width :500px){
		.cat-item{ width:96%;}
		
		}
/***************end services portfolio section**************/
.inside-full-width{ width:100%; float:left; position:relative; display:block; padding:40px 25px 50px; background-color:#3c675c; text-align:center; border-radius:16px;}
.inside-full-width h2 {
    color: #fff;
    box-shadow: 0 -1px 0 #fff inset;
}
.inside-full-width h2::after {
    background-color: #fff;
    border: 1px solid #3c675c;
}
.how-item {
	border:1px solid transparent;
	border-top:2px solid transparent;
	margin-top:30px;
	border-radius:15px;-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;border:1px dashed rgba(255, 255, 255, .5);
	box-shadow:0 0 50px rgba(0, 0, 0, .12)
}
.how-item:hover {
	border:1px dashed rgba(255, 255, 255, .5);
	box-shadow:0 0 50px rgba(0, 0, 0, .12)
}
.how-item a {
	display:block;
	color:#fff;-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.how-item img {
	position:relative;
	max-height:120px;
	padding-top:30px;
	padding-bottom:30px;
	top:0;-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.how-item:hover img {
	top:11px
}
.how-item h3 {
	border-top:1px dashed rgba(255, 255, 255, .4);
	border-bottom:1px dashed rgba(255, 255, 255, .4);
	margin-top:-5px;
	padding-top:10px;
	padding-bottom:9px;
	color:#fff;
	text-transform:uppercase;
	font-size:16px;
	webkit-transition: 1s -webkit-transform;
    -moz-transition: 1s -moz-transform;
    -ms-transition: 1s -moz-transform;
    -o-transition: 1s -o-transform;
    transition: 1s transform;
}
.how-item:hover h3 {
	border-top:1px dashed rgba(255, 255, 255, 1);
	border-bottom:1px dashed rgba(255, 255, 255, 1);-webkit-transform:scale(1.1);
	-moz-transform:scale(1.1);
	-ms-transform:scale(1.1);
	-o-transform:scale(1.1);
	transform:scale(1.1)
}
.how-item-excerpt {
	font-size:15px;
	padding:12px;
	color:rgba(255, 255, 255, .8);
	padding-bottom:20px;
	position:relative;
	top:0;-webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}
.how-item:hover .how-item-excerpt {
	color:rgba(255, 255, 255, 1);
	top:-8px
}
.how-item a:after {
 font-family: FontAwesome;
	content:"\f067";
	font-size:16px;
	color:#fff);
	position:absolute;
	display:inline-block;
	bottom:-16px;
	left:50%;
	margin-left:-16px;
	border:1px dashed rgba(255, 255, 255, 1);
	padding:4px;
	width:35px;
	border-radius:50%;
	background:transparent;
	-webkit-transition-duration: 1s;
    -moz-transition-duration: 1s;
    -ms-transition-duration: 1s;
    -o-transition-duration: 1s;
    transition-duration: 1s;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -ms-transform-property: -ms-transform;
    -o-transition-property: -o-transform;
    transition-property: transform;
}
.how-item:hover a:after {
	color:rgba(255, 255, 255, 1);
	border:1px dashed rgba(255, 255, 255, 1);-webkit-transform:rotate(360deg);
-moz-transform:rotate(360deg);
-ms-transform:rotate(360deg);
-o-transform:rotate(360deg);
transform:rotate(360deg)
}

/******************end services full width section*****************/
.ourteam-sec{ width:100%; display:block; position:relative; padding:50px 0px 0px; background-image:url(../images/web-designer.jpg); background-attachment:fixed; background-repeat:no-repeat; background-size:cover; text-align:center }
.ourteam-sec h2 {
    color: #fff;
    box-shadow: 0 -1px 0 #fff inset; text-align:center;
}
.ourteam-sec h2::after {
    background-color: #fff;
    border: 1px solid #3c675c;
}
.ourteam-sec .row {
    margin-left: -24px;
    margin-right: -24px;
}
.membersList {
    display: inline-block;
    position: relative;
    margin-top: 16px;
}

.teamMember1 {
    position: relative;
    opacity: 0.7;
    z-index: 3;
    height: 100%;
    background-repeat: no-repeat;
}

.teamPhotoMargin {
    margin-top: 150px;
}

.teamMember1:hover {
    cursor: pointer;
    opacity: 1;
}

    .teamMember1:hover + .infoMember {
        top: 5px;
        opacity: 1;
        -webkit-transition: top 1s,opacity 2s; /* For Safari 3.1 to 6.0 */
        -moz-transition: top 1s,opacity 2s;
        -o-transition: top 1s,opacity 2s;
        transition: top 1s,opacity 2s;
    }

.infoMember {
    width: 100%;
    height: 135px;
    background-color: #fff;
    z-index: 2;
    position: absolute;
    top: 47px;
    box-shadow: 2.5px 4.33px 16px 0px rgba(1, 1, 1, 0.6);
    text-align: center;
    opacity: 0; border:1px solid #3c675c; border-radius:6px; min-width:280px; padding:0 5px;
}

    .infoMember::before {
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        width: 14px;
        height: 14px;
        background-color: #ffffff;
        bottom: -8px;
        content: "";
        display: block;
        left: 62px;
        position: absolute;
		border-bottom:1px solid #3c675c;
		border-right:1px solid #3c675c;
    }

    .infoMember:hover {
        opacity: 1;
        top: 5px;
        cursor: pointer;
    }
	.member-text{ font-weight:bold; margin-bottom:5px; margin-top:15px;}

.spanPosition {
    font-size: 14px;
    color: #9e9e9e;
}


.socialNetworkss ul{ text-align:center; float:none; margin-left:0px;}
.socialNetworkss ul li{
    margin: 0 0 0 1px; display:inline-block;}
	.socialNetworkss ul li a{background: #4e4e4e;
    color: #fff;
    float: left;
    font-size: 10px;
    height: 22px;
    line-height: 21px;
    margin-right: 3px;
    text-align: center;
    width: 22px; border-radius:50px;
    -webkit-transition: all 0.25s linear;
    -moz-transition: all 0.25s linear;
    -ms-transition: all 0.25s linear;
    -o-transition: all 0.25s linear;
    transition: all 0.25s linear;}
	.socialNetworkss ul li a:hover, .socialNetworkss ul li a:focus{ background-color:#3c675c;}
	
	.owl-carousel{float: left;width: 100%;position: relative;}
.owl-carousel .item{margin: 0px;}
/*.owl-carousel .owl-stage-outer{margin: 0px 0px 20px;padding: 0px 0px 20px;}*/
.owl-carousel .owl-dots{width: 100%;text-align: center; position:absolute; bottom:8px;}
.owl-carousel .owl-dots .owl-dot{display: inline-block;width: 18px;height: 18px;border: 2px solid #c6c6c6;border-radius: 100%;background-color: #ffffff;margin: 0px 5px 0px 0px;}
.owl-carousel .owl-dots .owl-dot.active, .owl-carousel .owl-dots .owl-dot:hover{ background-color:#3c675c; border-color:#eaeae6}
	
	
	
@media (max-width: 1201px){
.membersList {
    margin-right: auto;
    margin-left: auto;
}
}
@media (max-width: 991px) and (min-width: 767px){
.membersList {
    margin-right: 30px;
    margin-left: 30px;
}
}
@media (max-width: 767px) and (min-width: 480px){
.membersList {
    margin-right: 15px;
    margin-left: 15px;
}
}

/*******************end our team section******************/
.about-service .padding-inner{ padding:40px 0;}
.about-srvc li {
    float: left;
    margin-right: 1px;
    margin-bottom: 1px;
    position: relative;
    overflow: hidden;
    cursor: pointer; width: 49.82%;
}
.about-srvc li img{ width:100%;}
.about-srvc-box-hover{
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    top: 0;
    left: 0;

    transform: scale(0, 0);
    -webkit-transform: scale(0, 0);
    -moz-transform: scale(0,0);
    -o-transform: scale(0,0);
    -ms-transform: scale(0,0);

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

.about-srvc-box-hover .mask{
    opacity: 0.4;
    width: 100%;
    height: 100%;
    z-index: 1; background-color:#fff;
}

.about-srvc-box:hover .about-srvc-box-hover{
    transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);

    opacity: 1;
}

.about-srvc-box-hover .about-srvc-info{
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;

    top: 0;
    left: 0;
}

.about-srvc-box-hover .about-srvc-info h4{
    color: #222;
    text-align: center;
    padding-top: 64px;
    margin-bottom: 3px;
}

.about-srvc-box-hover .about-srvc-info .position{
    width: 100%;
    display: block;
    text-align: center;
    font-style: italic;
    color: #fff;
    margin-bottom: 30px;
}

.team-member-hover .btn-medium{
    position: relative;
    left: 90px;
}
.btn-box{ text-align:center; margin-top:30px;}

.about-srvc .simple-btn {
    color: #222; border:2px solid #222; padding:8px 25px;
}
.about-srvc .simple-btn:hover{ border-color: #3c675c; background-color:#3c675c; color:#fff;}

/*------------------------------------------------------------------
    timeline accordions
-------------------------------------------------------------------*/



.toggle-container {
    position: relative; background: #fff;
}

.toggle-container:before {
    position: absolute;
    z-index: 0; 
    top: 25px;
    bottom: 10px;
    left: 28px;
    content: "";
    border-left: 1px dashed #cecece;
}
.toggle-container .panel{ margin-bottom:2px;
    box-shadow:none;}
.toggle-container .panel.style1 .panel-title>a.collapsed:before {
    content: "\f067";
    color: #fff;
    background: #333;
}

.toggle-container .panel.style1 .panel-title>a {
    line-height: 24px;
}
.toggle-container .panel .panel-title a {
    white-space: normal;
    display: block;
    padding: 15px; color:#222;
}

.toggle-container .panel .panel-title {
    padding: 0;
    color: #333;
    font-size: 15px;
    position: relative;
}
.toggle-container .panel .panel-title a:hover{ color:#333 ;}


.toggle-container .panel.style1 .panel-content {
       padding: 0px 20px 0px 40px;margin-top:0px;
}
.toggle-container .panel.style1 .panel-content p{ font-size:14px; color:#747474; line-height:23px; text-align:justify;}
.toggle-container .panel.style1 .panel-title>a:before {
    display: block;
    content: "\f068";
    font-family: FontAwesome;
    margin-right: 16px;
    line-height: 26px;
    font-size: 12px;
    float: left;
    width: 26px;
    height: 26px;
    text-align: center;
    color: #FFF;
    background: #bd2e2d;
}
@media (max-width: 991px){
	.about-tab-sec{ margin-top:20px;}
	}
@media (max-width: 590px){
	.about-srvc li{ width:88%; margin-left:25px; margin-right:25px;}
	}
/*****************end about services section***************/
.about-prs-sec{ width:100%; display:block; position:relative; background-image:url(../images/wraper-webdesign-feature-bg.jpg); background-repeat:no-repeat; height:auto; background-size:cover; background-attachment:fixed;}
.about-prs-sec .timeline>li .posted-date{ width:75px; height:75px;}
.about-prs-sec .timeline>li .posted-date .month{ font-size:18px; line-height:76px;}

/***************end about process section******************/
.about-skill-sec{position: relative;
    width: 100%;
    height: auto;
    float: left;
	padding-right:25px;}
.about-skill-sec:before {
   position: absolute;
    top: 11px;
    left: 39px;
    z-index: 0;
    content: " ";
    width: 1px;
    height: calc(100% - 150px);
    border-left: 1px #9e9e9e dashed;
}
.about-skill-sec > .item {
    width: 100%;
    height: auto;
    float: left;
    margin: 0px 0px 40px 0px;
}
.about-skill-sec > .item > .holder {
    position: relative;
    width: 100%;
    height: auto;
    min-height: 80px;
    float: left;
    padding: 0px 0px 0px 100px;
}
.about-skill-sec > .item > .holder > .pic {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: auto;
    height: auto;
    text-align: center;
}
.about-skill-sec > .item > .holder > .pic > .holder {
    display: inline-block;
    vertical-align: top;
    width: 80px;
    height: 80px;
    padding: 5px;
    background: #bd2e2d;
    border: 5px #fff solid;
    border-radius: 50%;
    box-shadow: 0px 5px 5px #c1bfbf;
    transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
}
.about-skill-sec > .item > .holder > .pic > .holder:hover{
	transform:rotateY(360deg);
	-webkit-transform:rotateY(360deg);
}
.about-skill-sec > .item > .holder > .data {
    width: 100%;
    height: auto;
    float: left;
    margin-top: -3px;
    text-align: left;
}
.about-skill-sec > .item > .holder > .data h4 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 5px 0px;
    font-weight: 600;
    font-size: 18px;
    color: #333;
    line-height: 25px;
}
.about-skill-sec > .item > .holder > .data p{font-size: 14px;
    color: #747474;
    line-height: 20px;
    text-align: justify;}
/*************end about skill section***************/

.webdesign-service{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	font-size:0;
}

.webdesign-service > .item{
	display:inline-block;
	vertical-align:top;
	width:20%;
	height:auto;
}
.web-development > .item{width:16%!important;}
.mobile-app > .item{width:30%!important;}
	
.webdesign-service > .item > .holder{
	position:relative;
	width:100%;
	height:auto;
	float:left;
	border-right:1px #ee4e4d dashed;
	text-align:center;
}

.webdesign-service > .item:last-child > .holder{
	border-right:none;
}

/*.design-bg1{ background-color:#2a5862}
.design-bg2{ background-color:#21464e}
.design-bg3{ background-color:#19363c}
.design-bg4{ background-color:#13282d}
.design-bg5{ background-color:#0e1d21}
*/
.design-bg1{ background-color:#bd2e2d}
.design-bg2{ background-color:#a82928}
.design-bg3{ background-color:#962726}
.design-bg4{ background-color:#832222}
.design-bg5{ background-color:#741e1e}
.design-bg6{ background-color:#631818}
.webdesign-service > .item > .holder > .pic{
	position:absolute;
	top:-40px;
	left:0;
	z-index:1;
	width:100%;
	height:auto;
	text-align:left;
}

.webdesign-service > .item > .holder > .pic > .holder{
	display:inline-block;
	vertical-align:top;
	width:80px;
	height:80px;
	padding:14px 14px 14px 16px;
	border:8px #eaeae6 solid;
	border-radius:50%;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out; color:#fff; font-size:32px; line-height:36px
}
.webdesign-service > .item > .holder > .main{
	position:relative;
	width:100%;
	height:auto;
	min-height:333px;
	float:left;
	overflow:hidden;
	padding:50px 15px 10px 15px;
	text-align:center;
}
.web-development > .item > .holder > .main{padding: 50px 8px 10px 8px; min-height:291px}
.online-marketing > .item > .holder > .main{min-height:260px}
.mobile-app > .item > .holder > .main{min-height:230px}
.webdesign-service > .item > .holder > .main > .data{
	position:relative;
	z-index:2;
	width:100%;
	height:auto;
	float:left;
}
.webdesign-service > .item > .holder > .main > .data a{font-size:14px; color:#fff;  font-weight:bold; border:1px #ee4e4d dashed; padding:5px;}
.webdesign-service > .item > .holder > .main > .data h5{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:auto;
	margin:0px 0px 15px 0px;
	padding:0px 0px 10px 0px;
	font-weight:400;
	font-size:15px;
	color:#fefefe;
	line-height:19px;
}
.web-development .item > .holder > .main > .data h5{ font-size:14px!important; line-height:16px!important}
.webdesign-service > .item > .holder > .main > .data h5:before{
	position:absolute;
	bottom:0;
	left:50%;
	z-index:0;
	content:" ";
	width:40px;
	height:2px;
	margin-left:-20px;
	background:#fff;
}

.webdesign-service > .item > .holder > .main > .data p{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:auto;
	margin:0px 0px 15px 0px;
	font-weight:400;
	font-size:12px;
	color:#fff;
	line-height:18px;
}


.design-tab-bg{position: relative;
    width: 100%;
    height: auto;
    background: url(../images/wraper-wordpressdevelopment-benefits-bg.jpg) center bottom no-repeat;
    background-size: cover;}

.design-tab-bg:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    content: " ";
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.65);
}

.design-tab-bg h2{ text-align:center; color:#fff;}
.design-tab-bg h2:after{border: 1px solid #22282d;}
.design-tab-bg .sub-text{ color:#fff; position:relative;}

/*  bhoechie tab */
div.bhoechie-tab-container{
  z-index: 10;
  background-color:transparent;
  padding: 0 !important;
  border-radius: 4px;
  -moz-border-radius: 4px;
/*  border:1px solid #ddd;*/
  margin-top: 20px;
  margin-left: 15px;
  -webkit-box-shadow: 0 6px 12px rgba(0,0,0,.175);
  box-shadow: 0 6px 12px rgba(0,0,0,.175);
  -moz-box-shadow: 0 6px 12px rgba(0,0,0,.175);
 /* background-clip: padding-box;
  opacity: 0.97;
  filter: alpha(opacity=97);*/
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.list-group-item{ padding:25px 15px; border:none;}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group>a{
  margin: 8px 0; font-size:18px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #222; font-size:40px; line-height:0px;
}
div.bhoechie-tab-menu div.list-group>a:first-child{
  border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a:last-child{
  border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
}
div.bhoechie-tab-menu div.list-group>a.active,
div.bhoechie-tab-menu div.list-group>a.active .glyphicon,
div.bhoechie-tab-menu div.list-group>a.active .fa{
  background-color: #3c675c;
  color: #ffffff;
}
div.bhoechie-tab-menu div.list-group>a:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #fff;
}

div.bhoechie-tab-menu div.list-group>a.active:after{
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -13px;
  border-left: 0;
  border-bottom: 13px solid transparent;
  border-top: 13px solid transparent;
  border-left: 10px solid #3c675c;
}

div.bhoechie-tab-content{
  background-color: transparent;
  padding-left: 20px;
  padding-top: 20px;
}

div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}
.design-tab-content-pic{
    width: 100%;
    height: auto;
    float: left;
    text-align: center;
    font-size: 0;
}
.design-tab-content-pic img {
    display: inline-block;
    vertical-align: top;
    width: auto;
}
.design-tab-content {
    width: 100%;
    height: auto;
    float: left;
    text-align: left;
}
.design-tab-content h4 {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 10px 0px;
    font-weight: 400;
    font-size: 18px;
    color: #fff;
    line-height: 25px;
}
.design-tab-content p {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    height: auto;
    margin: 0px 0px 15px 0px;
    font-weight: 400;
    font-size: 14px;
    color: #fff;
    line-height: 22px;
}

/**************start why choose us section*****************/
.responsive_expert_process{
	width:100%;
	height:auto;
	float:left;
	text-align:center;
	font-size:0;
}

.responsive_expert_process > .item{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:20%;
	height:auto;
}

.responsive_expert_process > .item:before{
	position:absolute;
	top:77px;
	left:0;
	z-index:0;
	content:" ";
	width:100%;
	height:0;
	border-top:1px #c0c0c0 dashed;
}

.responsive_expert_process > .item:first-child:before{
	left:50%;
	width:50%;
}

.responsive_expert_process > .item:last-child:before{
	width:50%;
}

.responsive_expert_process > .item > .holder{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:auto;
}

.responsive_expert_process > .item > .holder > .pic{
	width:100%;
	height:auto;
	float:left;
	margin:0px 0px 20px 0px;
}

.responsive_expert_process > .item > .holder > .pic > .holder{
	position:relative;
	display:inline-block;
	vertical-align:top;
	width:155px;
	height:auto;
}

.responsive_expert_process > .item > .holder > .pic > .holder img{
	display:inline-block;
	vertical-align:top;
	width:100%;
	transition:all 0.3s ease-in-out;
	-webkit-transition:all 0.3s ease-in-out;
}

.responsive_expert_process > .item:hover > .holder > .pic > .holder img{
	transform:scale(1.1);
	-webkit-transform:scale(1.1);
}

.responsive_expert_process > .item > .holder > .data{
	width:100%;
	height:auto;
	float:left;
}

.responsive_expert_process > .item > .holder > .data > *:last-child{
	margin-bottom:0 !important;
}

.responsive_expert_process > .item > .holder > .data p{
	display:inline-block;
	vertical-align:top;
	width:100%;
	height:auto;
	margin:0px 0px 15px 0px;
	font-weight:400;
	font-size:17px;
	color:#333;
	line-height:25px;
}

@media screen and (max-width: 1199px) and (min-width: 992px){
.webdesign-service > .item > .holder > .main{ min-height:385px}
}
@media screen and (max-width: 991px) and (min-width: 768px){
	.webdesign-service > .item {
    width: 50%;
}

.webdesign-service > .item:last-child {
    width: 100%;
}
.webdesign-service > .item > .holder > .main{ min-height:275px}
.webdesign-service > .item > .holder > .pic {
    text-align: center;
}
.webdesign-service > .item:last-child > .holder, .webdesign-service > .item:nth-last-child(2) > .holder, .webdesign-service > .item:nth-last-child(4) > .holder {
    border-right: none;
}
.responsive_expert_process > .item > .holder > .pic > .holder {
    width: 120px;
}
}
@media screen and (max-width: 767px) and (min-width: 100px){
.webdesign-service > .item {
    width: 100%;
}
.webdesign-service > .item > .holder > .main{ min-height:260px}
.webdesign-service > .item > .holder{ border-bottom:1px #ee4e4d dashed;}
.webdesign-service > .item:last-child > .holder{ border-bottom:none;}
div.bhoechie-tab-menu div.list-group>a:after{ display:none;}
.responsive_expert_process > .item {
    width: 100%;
    margin: 0px 0px 30px 0px;
}
.responsive_expert_process > .item:before{ display:none;}
}

/********************end we design services page************/
.thankyou-warp{margin: 0px 0;
    padding: 34px 48px;
    background: url(../images/form-bkg.png);
    border: 1px solid #dcd8d8;
    border-radius: 5px;}
	.thankyou-warp h2{ text-transform:none;box-shadow:none; padding:0px; color:#3c675c; margin-bottom:10px;}
	.thankyou-warp p{ font-size:18px;}
		.thankyou-warp h2:after{ display:none}

/*******************end thankyou*********************/
.slider-text{ font-size:31px!important; text-transform:none!important; line-height:36px!important; color:#333431!important;}
.slider-text span{ color:#3c675c!important;}
@media (max-width: 991px) {
.slider-text{font-size: 25px!important;
    line-height: 26px!important;}
}
.mobV{display:none;}
.mobH{display:block;}
.website-design-company-form{position:absolute; left:0px; top:0px; width:100%;}
/*---------- MEDIA 480px ----------*/
@media  (max-width: 768px) {
.slider-text{font-size: 16px!important; line-height: 20px!important; margin-top:10px}	
.website-design-company-form{position:relative; left:0px; top:0px; width:100%;}

.mobH{display:none;}
.mobV{display:block;}
.social-icons{display:none;}

}

.inn-title{color: #000;
    font-size: 24px;
    line-height: 24px; box-shadow:none; padding:0px; display:block;}
	.inn-title:after{ display:none;}
	
	.request_button {
    border: none;
    margin: 0 auto;
    font-size: 14px;
    font-weight: normal;
    display: inline-block;
    background-color: #ff4c5d;
    padding: 18px 29px;
    line-height: 14px;
    border-radius: 30px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
}

.form-group textarea{height:60px !important;}