@charset "utf-8";
/* CSS Document */

*{
	margin:0;
	padding:0;
}

body{
	font-size:100%;	
}

.clearfix{
	clear:both;
}

a:hover, a:active, a:focus {
   outline: none !important;
}

/***********************common style******************/
.no-pad{
	padding-left:0;
	padding-right:0;
}

/***********************custom style******************/

.main { margin: 0 auto !important;  max-width: 1440px;}
.main-for-instagram {margin: 0 auto !important;  max-width: 1440px; padding:0 15px;}
/*.header-box{ background-color:#fff; padding:35px 0 35px 48px; height:140px;}*/

.header-box{
	
}
.top-header {
  background: #039be5;
  color: #fff;
  padding: 5px 0;
}
.top-section{
	font-size:14px;
}
.top-section i{
	font-size:24px;
	margin-right:10px;
}
.top-section ul{
	list-style:none;
	margin:0;	
}
.top-section ul li {
  display: inline-block;
}

.top-section ul li:last-child a i {
	border-right:0;
}

.get_quote {
  font-size: 15px;
  height: 36px;
  line-height: 35px;
  position: absolute;
  text-align: center;
  top: -5px;
  font-size:13px;
}

.get_quote a {
	color:#fff;
}

.top-section ul li a i {
  border-right: 1px solid #cdebfa;
  color: #fff;
  font-size: 16px;
  padding-right: 10px;
}
.navigation-box nav > li > a {
  display: block;
  padding: 10px 7px;
  position: relative;
}
.navigation-box navbar-nav > li > a {
	padding:0;  
}
.navigation-box navbar {
  margin:0;
  padding:0;
}

.logo-box {
  margin-top: 0px;
}

.header-top {
  background: #fff;
  font-family:'Roboto-light';
}

.header-top.sticky{
  position: fixed;
  width: 100%;
  z-index:999;
  top:0;
}

.sticky .logo-box {
  margin-top: -10px;
}

.sticky .logo-box img {
  width: 80%;
}

.sticky .custom-navi li a {
  font-size:15px;
}

.sticky .custom-navi .dropdown-menu li a {
	padding: 12px !important;
    color: #333 !important;
    font-size: 13px;
    border-bottom: solid 1px #ccc;
}

.sticky .custom-navi .dropdown-menu li:last-child a {	
   border-bottom: 0;
}

.mainlogo {
    margin-top: 16px;
    width: 100%;
    position: absolute;
    z-index: 99;
}

.navigation-box{ font-family: robotoregular;}
.navigation-box nav { background: none; border: 0;}

.sticky .navigation-box {
    font-family: robotoregular;
    margin-left: 400px;
}

.sticky .custom-navi li.active a{
	color:#fff !important;
}
.custom-navi li a {
  color: #3c3c3c !important;
  font-size: 16px;
  padding: 39px 15px;
}
.custom-navi li a:hover {
	color:#039be5 !important;
	 background:#fff !important;
}

.custom-navi .dropdown-menu li a {
  color: #333 !important;
    font-size: 13px;
    border-bottom: solid 1px #ccc;
	padding: 12px;
}

.custom-navi .dropdown-menu li:last-child a {
	border-bottom: 0;
}

.custom-navi li:hover .dropdown-menu {
	display:block;
}

.custom-navi li.active a {
	color:#039be5 !important;
}

.custom-navi li i {
	padding-left:3px;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
  background:#fe0000 !important;
  color:#fff !important;
}

.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus { background-color: transparent;}

.banner-box{ padding:0; position:relative;}
.banner-box img {width:100%;}

.banner-caption {
    position: absolute;
    top: 50em;
    margin: auto;
    left: 0;
    right: 0;
	width:50%;
	background:#017f0294;
	padding:10px;
}

.banner-caption h2 {
    color: #fff;
    font-size: 40px;
    line-height: 40px;
    text-align: center;
	font-family: 'Lobster', cursive;
}

.banner-caption h2 span {
  font-size: 30px;
  text-transform: uppercase;
}
.banner-caption p {
  color: #424242;
  font-size: 16px;
  margin-top: 20px;
  width: 70%;
}
.bnr-btn-grp {
	margin-top:40px;
}
.bnr-btn-grp a {
    font-size: 14px;
    font-family: robotoregular;
    background: #fff;
    text-align: center;
    padding: 15px 25px;
    color: #7c7c7c;
    border-radius: 30px;
	display: block;
    width: 130px;
	margin:auto;
}
.bnr-chng-btn {
  background: rgba(255, 255, 255, 0) !important;
  border: 1px solid #03a9f4;
  color: #03a9f4  !important;
}

.topbar-social {
	padding-top:3px;
	position:relative;
}

.navigation-box .navbar {
	margin-bottom:0;
}

.color-box {  
  text-align: center;
  font-family: robotoregular;	
    position: relative;
}

.color-box:hover {
	 z-index:100;	 
}

.colorbox-icon {
  min-height: 250px;
  padding-top: 30px;
border-radius:15px;
box-shadow:5px 10px 25px #fdf4f3;
}

.color-box h4 {
    font-size: 24px;
    color: #017f02;
    text-transform: uppercase;
    margin: 0;
    padding-bottom: 40px;
    font-family: robotoregular;
    letter-spacing: 1px;
	font-weight:700;
}

.color-box p {
    font-size: 12px;
    color: #a3a3a3;
    margin: 0;
    font-weight: 300;
    line-height: 25px;
	padding:30px;
}

.cyan-col {background:#1dabb8;}
.purple-col {background:#8b4d93;}
.yellow-col {background:#f4c145;}
.green-col {background:#1abc9c;}

.widget-box { 
  margin-top: -27em;
  margin-bottom: 100px;  
}

.widget-box2{
	padding-bottom:70px;	
}

.widget-box2 h1{
	font-size:30px;
	color:#fe0000;
	text-transform:uppercase;
	margin:0;
	padding-bottom:15px;	
	font-family: robotobold;
	letter-spacing:1px;	
	text-align:center;
}

.widget-box2 p {
    font-size: 16px;
    color: #3c3c3c;
    font-family: robotoregular;
    min-height: 40px;
    line-height: 27px;
    width: 80%;	
    margin: 0 auto;
    text-align: justify;
}

.blurbg {
    background: #fdf4f3;
    filter: blur(50px) !important;
    -webkit-filter: blur(50px) !important;
    width: 75%;
    height: 400px;
    position: relative;
	margin:0 auto;
}

.blurbg2 {
    background: #fdf4f3;
    filter: blur(50px) !important;
    -webkit-filter: blur(50px) !important;
    width: 75%;
    height: 400px;
    position: relative;
	margin:0 auto;
}

.whitebox{
	background:white;
	padding:35px;
	box-shadow:3px 7px 20px #e1e0e0;
	min-height:45em;
}

.bgset h4 {
    padding-top: 3.5em;
	color:#fff;
}

.whitebox p {
	width:100%;
}

.widget-more {
    border: 1px solid #fff;
    background: #8e8e8e;
    display: block !important;
    font-size: 14px;
    margin: 10px auto 0;
    padding: 7px;
    text-transform: uppercase;
    text-decoration: none;
    width: 160px;
    border-radius: 40px;
    color: #fff;
    height: 50px;
    line-height: 36px;
}

.widget-more:hover {
	color:#fff;
}

.color-box:hover .widget-more {
	display:block;	
}

.widget-box3 h1{
	font-size:30px;
	color:#fe0000;
	text-transform:uppercase;
	margin:0;
	padding-bottom:30px;	
	font-family: robotobold;
	letter-spacing:1px;	
	text-align:center;
}

.widget-box3 p{
	font-size:13px;
	color:#7c7c7c;
	font-family: robotoregular;
	text-align:center;
	min-height: 120px;
	line-height:27px;
	width:50%;
	margin:0 auto;
}

.widget-box3 .whitebox {
    box-shadow: none;
	padding:0;
}

.eventpic{
	transition: transform .2s; /* Animation */	
}

.eventpic:hover{
	transform: scale(1.2);
}

.eventpic img {
    width: 100%;	
}

.widget-box3 h4 {
    text-align: left;
    padding: 10px 0;
    line-height: 29px;
    font-size: 15px;
    text-transform: capitalize;
	font-family: robotoregular;
	letter-spacing:0px;
}

.widget-box3 a {
	display: block !important;
    padding: 0;
    text-decoration: none;
    color: #8e8e8e !important;
	text-decoration:none;
	background:none;
	margin:0 0 !important;
	text-align:left;
}


.color-box:hover .widget-icon {
transition:All 0.7212s ease;
-webkit-transition:All 0.7212s ease;
-moz-transition:All 0.7212s ease;
-o-transition:All 0.7212s ease;
transform: scale(0.7) translate(10px);
-webkit-transform: scale(0.7) translate(10px);
-moz-transform:  scale(0.7) translate(10px);
-o-transform:  scale(0.7) translate(10px);
-ms-transform: scale(0.7) translate(10px);
}

.cyan-col:hover {
	 -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	box-shadow:1px 0 5px #333;
	-moz-box-shadow:1px 0 5px #333;
	-webkit-box-shadow:1px 0 5px #333;
	-o-box-shadow:1px 0 5px #333;
}

.purple-col:hover {
	  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	box-shadow:1px 0 5px #333;
	-moz-box-shadow:1px 0 5px #333;
	-webkit-box-shadow:1px 0 5px #333;
	-o-box-shadow:1px 0 5px #333;
}

.yellow-col:hover {
	  -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	box-shadow:1px 0 5px #333;
	-moz-box-shadow:1px 0 5px #333;
	-webkit-box-shadow:1px 0 5px #333;
	-o-box-shadow:1px 0 5px #333;
}

.green-col:hover {
	 -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
	box-shadow:1px 0 5px #333;
	-moz-box-shadow:1px 0 5px #333;
	-webkit-box-shadow:1px 0 5px #333;
	-o-box-shadow:1px 0 5px #333;
}

.service-box {
	padding:50px 0 0;
	font-family: robotoregular;	
	background:url(../images/work-bg.jpg) 100% 0 no-repeat fixed !important;
	background-size:cover;
	-moz-background-size:cover;
	-webkit-background-size:cover;
	-o-background-size:cover;
	width:100%;	
}

.service-title {
	font-size:34px;
	text-transform:uppercase;
	text-align:center;
	color:#000;
	margin:0;
	padding-bottom:30px;
}

.service-short-text {
  color: #888888;
  font-size: 16px;
  margin: 0;
  padding-bottom: 30px;
  text-align: center;
}

.short-title {
  color: #000;
  font-size: 18px;
  text-transform: uppercase;
  font-family: robotoregular;
  padding-bottom:7px;
}

.content-text {
  color: #424242;
  font-family: robotoregular;
  font-size: 16px;
  line-height: 26px;
  padding-bottom:20px;
}

.read-more {
  background: #03a9f4;
  color: #fff;
  display: block;
  font-size: 17px;
  height: 48px;
  line-height: 45px;
  text-align: center;
  width: 150px;
  border:1px #cfcfcf solid;
  text-transform:uppercase;
}

.read-more:hover {
	text-decoration:none;
	color:#fff;
}

.number-service ol {
	list-style:none;
	margin:0;
	counter-reset: my-badass-counter;
}

.number-service ol li::before {
  background: #03a9f4 none repeat scroll 0 0;
  border: 1px solid #f4c145;
  border-radius: 25px;
  color: #fff;
  content: counter(my-badass-counter, decimal);
  counter-increment: my-badass-counter;
  display: block;
  float: left;
  font-size: 22px;
  height: 45px;
  line-height: 42px;
  margin-right: 25px;
  position: relative;
  text-align: center;
  top: -6px;
  width: 45px;
  z-index: 10;
}

.number-service ol li {
	color: #424242;
	font-family: robotoregular;
	font-size: 16px;
	line-height: 26px;
	padding-bottom:30px;	
}

.v-line {
  background: #03a9f4;
  height: 25em;
  left: 4%;
  position: absolute;
  top: 20px;
  width: 1px;
  z-index: 9;
}

.number-service {
  padding-top: 20px;
}

.work-box {
	padding:100px 0 60px;
	width:100%;	
}

.work-boxsm {
		box-shadow:1px 1px 5px 1px #ccc;
	-moz-box-shadow:1px 1px 5px 1px #ccc;
	-webkit-box-shadow:1px 1px 5px 1px #ccc;
	-o-box-shadow:1px 1px 5px 1px #ccc;
	background:#fff;
	margin-bottom:25px;
}

.work-boxbig {
		box-shadow:1px 1px 5px 1px #ccc;
	-moz-box-shadow:1px 1px 5px 1px #ccc;
	-webkit-box-shadow:1px 1px 5px 1px #ccc;
	-o-box-shadow:1px 1px 5px 1px #ccc;
	background:#fff;
	margin-bottom:25px;
}

.work-boximg {
	position:relative;
	height:204px;
	overflow:hidden;
	text-align:center;
}

.workbig-img {
	height:415px;
	overflow:hidden;
}

.work-boximg img {
  display: block;
  left: 50%;
  margin: 0 auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.work-boxcontent {
  min-height: 90px;
  padding: 15px;
}

.web-content h3 {
    color: #017f02;
    padding-bottom: 15px;
	font-weight:700;
}

.work-boxcontent h4 {
	font-size:14px;
	color:#424242;
	text-transform:uppercase;
	margin:0;
	padding-bottom:10px;
}

.work-boxcontent h3 {
	font-size:15px;
	color:#03a9f4;
	margin:0;
}

.work-boxcontent p {
  color: #424242;
  font-size: 14px;
  padding-top: 20px;
}

.custom-tab {
  text-align: center;
  font-family: robotoregular;
  padding-bottom:50px;
}

.custom-tab .nav.nav-tabs {
  border: 0;
}

.custom-tab ul li {
  display: inline-block;
  float: none;
  margin: 10px;
}

.custom-tab .nav-tabs li a {
  border: 1px solid #03a9f4;
  border-radius: 0;
  color: #03a9f4;
  font-size: 15px;
  margin-right: 30px;
  padding-bottom: 5px;
  padding-top: 5px;
  text-transform:uppercase;
  padding-left:20px;
  padding-right:20px;
  font-family: robotoregular;
}

.custom-tab .nav-tabs li.active a {
	background:green;
	border:0;
	color:#fff;
}

.card-big0ne {
	min-height:200px;
}

.all-workbtn {
  border: 1px solid #03a9f4;
  font-size: 15px;
  height: 45px;
  margin: 20px auto 0;
  padding: 11px;
  text-align: center;
  text-transform: uppercase;
  width: 170px;
}

.all-workbtn a {
	color: #03a9f4;
	text-decoration:none;
	display:block;
}

.blog-bg {
	padding: 30px 0 100px;
	background:#fff;	
}

.blog-box {
  /*padding: 100px 0 80px;*/
}

.blog-boximg {
	box-shadow:1px 1px 5px 1px #ccc;
	-moz-box-shadow:1px 1px 5px 1px #ccc;
	-webkit-box-shadow:1px 1px 5px 1px #ccc;
	-o-box-shadow:1px 1px 5px 1px #ccc;
}

.blog-boximg > img {
  width: 100%;
}

.blog-dt-tm {
  border-right: 1px solid #03a9f4;
  padding: 0;
  text-align: center;
}

.blog-dt-tm > h3 {
  color: #017f02;
  font-family: robotobold;
  margin:0;
}

.blog-dt-tm > h3 span {
  color: #000;
  display: block;
  font-family: robotoregular;
  font-size: 20px;
  font-weight:300;
   font-family: robotolight;
   padding-top:10px;
}

.blog-cotent > h2 {
    font-family: robotobold;
    font-size: 24px;
    margin: 0;
    padding-bottom: 30px;
    color: #fe0000 !important;
    letter-spacing: 1px;
}

.blog-cotent > p {
    color: #6c6c6c;
    font-size: 14px;
    line-height: 29px;
}

.blog-section {
      padding-bottom: 40px;
	  padding-left:80px;
}

.blog-section h2{color:#fff; font-family:robotobold;}

.widget-box3 {
    padding-bottom: 80px;
}

.profilecard {
    background: #fff;
    padding: 15px;
    border-radius: 15px;
    margin: 30px 0;
}

.profilepic {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
}

.profilepic img {
    position: relative;
    left: -40px;
}

.profilename h4 {
    color: #017f02;
    font-size: 14px;
    font-weight: 700;
}

.profilename h4 span {
    display: block;
    color: #939393;
    font-weight: 400;
    padding-top: 4px;
    font-size: 12px;
}

.profilename p {
    color: #3c3c3c;
    font-weight: 400;
    padding-top: 4px;
    font-size: 14px;
    line-height: 23px;
}

.cmt-admintext {
  color: #424242;
  font-size: 15px;
}

.blogtop-space {
	margin-top:20px;
}

.view-allbtn {
    font-size: 15px;
    height: 45px;
    padding: 13px;
    text-align: center;
    text-transform: uppercase;
    width: 170px;
    background: #017f02;
    font-family: robotoregular;
    border-radius: 26px;
	margin-top:30px;
	margin:20px auto;
}

.view-allbtn a {
	color: #fff !important;
	text-decoration:none;
	display:block;
	text-align:center;
}

.testimonial-box {
	position:relative;
	padding:10px 0 0;
	background:#f7f7f7;
}

.video-bg {
  min-height: 426px;
  overflow: hidden;
  position: relative;
}

.video-bg > img {
  width: 100%;
}

.video-icon {
  bottom: 0;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 40%;
  cursor:pointer;
}

.testimonial-content {
	
}

.testimonial-content > h2 {
  font-size: 34px;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.testi-content {
  background: #fff;
  display: inline-block;
  height: 120px;
  line-height: 12em;
  margin-right: 10px;
  text-align: center;
  width: 210px;
}

.social-box > ul {
  list-style: none;
  text-align:left;
  padding-top:10px;
}

.social-box li {
  display: inline-block;
  margin: 0 10px;
}

.social-box li:first-child {
	margin-left:0;
}

.social-box li a {
	color:#03a9f4;
	font-size:24px !important;
}

.footer-bg {
	padding:25px 0;
}

.ft-logo-box {
  float: left;  
}

.brt_left{
	margin:20px 0 !important;	
}

.rtbg {
    background: url(../images/bgdesign1.jpg) 0 0 no-repeat;
    background-size: 100% 100%;
    width: 50%;
    height: 50%;
    position: absolute;
    right: 0;
    margin-top: 0;
}

.ftbg {
    background: url(../images/bgdesign2.jpg);
    background-size: 100% 100%;
    width: 35%;
    height: 50%;
    position: absolute;
}

.ft-logo-box > img {
  margin-bottom: 10px;
}

.ftcaption {
  color: #fff;
  font-size: 24px;
  font-family: robotoregular;
}

.ft-nav-box {
  float: right;
}

.footer-social {
  text-align: right;
}

.footer-social li a {
	color:#c8c8c8;
}

.social-box li:first-child a {
	font-size:15px;
}

.social-box li:first-child span {
	padding-right:10px;
}

.footer-navigation li:last-child {
	border-right:0;
}

.footer-navigation li a {
  color:#3c3c3c;
  font-size:13px;
}

.footer-navigation li {
    display: block;
    padding: 7px;
}

.ft-logo-box h3 {
    color: #cacaca;
    font-size: 14px;
}

.reslogo {
	display:none;	
}

/******************portfolio******************/

.portfolio-less-padd {
	padding-top:40px !important;
}

.portfolio-box {
  padding: 80px 0 60px;
  width: 100%;
}
.change-btn .nav-tabs li a {
  background: #8b4d93;
  color: #fff;
  padding: 10px 30px;
  border:none;
}

.portfolio-img {
  background: #000;
  min-height: 300px;
  margin-bottom: 25px;
  overflow: hidden;
  position: relative;
  text-align: center; 
  	transition: all 0.5s linear;
    -moz-transition: all 0.5s linear; /* Firefox 4 */
    -webkit-transition: all 0.5s linear; /* Safari and Chrome */
    -o-transition: all 0.5s linear; /* Opera */
    -ms-transition: all 0.5s linear; /* Explorer 10 */
}
.portfolio-img img {
  display: block;
  left: 50%;
  margin: 0 auto;
  min-height: 100%;
  min-width: 100%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;  
}
 
.hover-effect {
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  display: block;
  font-size: 24px;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;  
  width: 100%;
  display:none;
  	transition: all 0.5s linear;
    -moz-transition: all 0.5s linear; /* Firefox 4 */
    -webkit-transition: all 0.5s linear; /* Safari and Chrome */
    -o-transition: all 0.5s linear; /* Opera */
    -ms-transition: all 0.5s linear; /* Explorer 10 */
}

.live-demo {
  background: #000;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  height: 48px;
  left: 0;
  letter-spacing: 1px;
  margin: auto;
  padding: 12px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 45%;
  width: 150px;
  border:solid 1px #eee;
}

.live-demo:hover {
	color:#fff;
}

.portfolio-img:hover .hover-effect {
  display: block; 
  	transition: all 0.5s linear;
    -moz-transition: all 0.5s linear; /* Firefox 4 */
    -webkit-transition: all 0.5s linear; /* Safari and Chrome */
    -o-transition: all 0.5s linear; /* Opera */
    -ms-transition: all 0.5s linear; /* Explorer 10 */ 
}

.margin-rtless > a {
  margin-right: 0 !important;
}

.banner-boxsm{
 padding:0; 
 position:relative;
}

.banner-img{
 width:100%;
 
}
.banner-img > img {
  width: 100%;
}
.banner-heading {
  background: rgba(244, 193, 69, 0.3);
  font-size: 32px;
  left: 0;
  margin: auto;
  padding: 10px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 40%;
  font-family:robotobold;
  width:20%;
}

.btn-group-lg>.btn, .btn-lg{width:480px;}

.bgset1 .colorbox-icon{
	background: url(../images/bgbox1.jpg) 0 0 no-repeat;
    height: 100%;
}

.bgset2 .colorbox-icon{
	background: url(../images/bgbox2.jpg) 0 0 no-repeat;
    height: 100%;
}

.bgset3 .colorbox-icon{
	background: url(../images/bgbox3.jpg) 0 0 no-repeat;
    height: 100%;
}

/***********************service style******************/

/*  bhoechie tab */
div.bhoechie-tab-container {
  background-clip: padding-box;
  background-color: #ffffff;
  margin-top: 50px;
  /*padding: 0 !important;*/
  z-index: 10;
  padding-bottom: 50px;
}
div.bhoechie-tab-menu{
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
div.bhoechie-tab-menu div.list-group{
  margin-bottom: 0;
}
div.bhoechie-tab-menu div.list-group > a {
  border-radius: 0;
  margin-bottom: 10px;
  border:1px solid #b1b1b1;
  font-size:16px;
  text-transform:uppercase;
  color:#1dabb9;
  text-align:left;
  padding:12px;
}
div.bhoechie-tab-menu div.list-group>a .glyphicon,
div.bhoechie-tab-menu div.list-group>a .fa {
  color: #5A55A3;
}
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: #1dabb9;
  color: #ffffff;
  border: none;
}
div.bhoechie-tab-menu div.list-group > a.active::after {
  content: "";
  left: 100%;
  margin-top: -13px;
  position: absolute;
  top: 50%;
}

div.bhoechie-tab-content {
  background-color: #ffffff;
  padding-left: 20px;
}
.web-content p {
  color: #6e6e6e;
  font-size: 15px;
  line-height: 27px;
  margin-top: 10px;
  text-align: left;
}

.content-bnr{
	margin-bottom:10px;
}
.content-bnr img{
	width:100%;
	
}
.left-contnt{
	padding:0;
	margin:10px 0;
}
.left-contnt > img {
  width: 100%;
}
.left-contnt dl{
	font-size:16px;
	margin-bottom:10px;
}
.left-contnt dl dt {
  color: #1dabb9;
  padding-bottom: 10px;
}
.left-contnt dl dd{
	color:#6e6e6e;
}
.purpl-txt-clr dl dt{
	color:#8b4e94;
}
.yellow-txt-clr dl{
	font-size:16px;
	margin-bottom:15px;
	
}
.yellow-txt-clr dl dt{
	color:#f4c145;
}
.yellow-txt-clr dl dt span{
	color:#6e6e6e;
	font-weight:400;
	display:inline;
}
.yellow-txt-clr dl dd{
	color:#6e6e6e;
}


div.bhoechie-tab div.bhoechie-tab-content:not(.active){
  display: none;
}

.footer-quote {
  background: #eee;
  padding: 40px 0;
}

.footer-quote-content h1 {
  color: #1dabb9;
  float: left;
  font-size: 28px;
  margin-top: 5px;
  text-transform: capitalize;
}

.ft-quote-btn > a {
  background: #f4c144;
  color: #fff;
  display: inline-block;
  float: right;
  font-size: 22px;
  padding: 10px;
  text-align: center;
  /*text-shadow: 1px 0 1px #2f2f2f;*/
  text-transform: uppercase;
  width: 250px;
  letter-spacing:1px;
}

.company-box {
  padding: 160px 0 50px;
  position: relative;
}

.company-box h1 {
  color: #000;
  font-size: 40px;
  padding-bottom: 30px;
  text-align: center;
  text-transform: uppercase;
}

.company-box p {
  color: #6e6e6e;
  font-family: robotoregular;
  font-size: 16px;
  line-height: 26px;
  padding-bottom: 20px;
}

.company-box ul {
  list-style: none;
  padding-bottom: 20px;
}

.company-box ul li:before {
    content: "";
    line-height: 1em;
    width: .7em;
    height: .7em;
    background-color: #1dabb8;
    float: left;
    margin:8px 0.6em 0.25em 0;
    border-radius: 50%;
}

.company-box ul li {
  color: #6e6e6e;
  font-family: robotoregular;
  font-size: 16px;
  line-height: 26px;
}

.about-content {
  padding: 0 20px;
}

p.your-para {
  color: #9a9898;
  font-size: 15px;
  margin: 0;
}

.contact-grid h3{
	margin: 0;
	font-size: 3em;
	color: #5f5f5f;
	text-align:center;
	text-transform: uppercase;
  letter-spacing:2px;
}
.contact-grid h4, .contact-in h4 {
  color: #017f02;
  font-size: 2em;
  letter-spacing: 1px;  
  text-transform: uppercase;
  font-weight:700;
}

.contact-grid input[type="text"],.contact-grid textarea{
	width: 100%;
	padding: 0.7em 1em;
	margin: 7px 0;
	background: #fff;
	outline:none;
	border: none;
	-webkit-appearance: none;
	border:1px solid #c0c0c0;
}
.contact-grid textarea{
	resize:none;
}
.send input[type="submit"]{
	width: 30%;
	font-size: 1.5em;
	background: #017f02;
	padding: 0.6em 1em;
	text-align: center;
	color: #fff;
	border: none;
	outline:none;
	-webkit-appearance: none;
}

.contact-form {
	padding: 1em 0 3em;
}
.contact-in p {
  color: #5f5f5f;
  font-size: 13px;
  line-height: 25px;
  margin: 0; 
}
p.sed-para {
  color: #47a0ff;
  font-size: 1.5em;
  padding: 1em 0 0.4em;
}

.address-more p {
  font-size: 1em;
}
.more-address {
  font-size: 1.4em;
  padding: 1em 0;
}
.more-address p {
  font-size: 1em;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:focus, .dropdown-menu > .active > a:hover {
	background-color:transparent;	
}

.cms_content {
  min-height: 250px;
}

.smallcaption {
    color: #fe0000;
    font-size: 18px;
    font-weight: 700;
    position: relative;
    padding-bottom:30px;
}

.footer-navigation {
    padding-left: 0;
}

.cmsbox{
	padding-bottom:50px;
	padding-top:30px;
}

.innerbanner .banner-caption{
	top:10em;	
}

.banner-heading {
    background: rgba(1,127,2,0.5);
    font-size: 35px;
    left: 0;
    margin: auto;
    padding: 10px 30px;
    position: absolute;
    right: 0;
    text-align: center;
    text-transform: uppercase;
    top: 40%;
    width: 20%;
	color:#fff;
}

.btn:focus, .btn:active, button:focus, button:active {
  outline: none !important;
  box-shadow: none !important;
}

.copycat {
    text-align: center;
    padding-top: 50px;
    font-size: 11px;
    color: #494949;
}

.whitebox ul {    
    text-align: left;
    font-size: 15px;
    color: #3c3c3c;
}

.whitebox ul li {
    padding: 7px 0;
}

.btmspaceoff{
	min-height:30em !important;
}

.banner-caption h1 {
    font-family: robotoregular;
    font-size: 20px;
	color:#fff;
	margin:0;
	text-align:center;
}

.ds-btn li{ list-style:none; float:left; padding:10px; }
.ds-btn li a span{padding-left:15px;padding-right:5px;width:100%;display:inline-block; text-align:left; font-weight:700;}
.ds-btn li a span small{width:100%; display:inline-block; text-align:left; font-weight:400;}

.ds-btn li a i {
    font-size: 30px;
    position: relative;
    top: 10px;
}


.tooltip-col {
    position: relative;
    display: inline-block;
    border-bottom: 1px dotted black;
    cursor:pointer;
    text-align:center;
}

.tooltiptext4 {
    visibility: hidden;
    width: 150px;
    height: 50px;
    background-color: black;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 10px;
    box-sizing: border-box;
    position: absolute;
    z-index: 1;
    top: -56px;
    right: 160px;
}

.tooltiptext4::after {
    content: "";
    position: absolute;
    bottom: -20px;
    left: 61px;    
}

.tooltip-col:hover .tooltiptext4 {
    visibility: visible;
}

.profile-header-img {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    margin: 20px auto;
	border: solid 5px #017f02;
    box-shadow: 1px 5px 10px #acacac;
}

.profile-header-img img {
    height: 100%;
    position: relative;
    left: -25px;
}

.connect{
	background: url(../images/connect.png) 0 0 no-repeat;
    height: 100%;
	background-position: center center;
}

.connect p{text-align:center !important;}
.connect p b{color:#017f02;}

.midsocial ul {
    text-align: center;
}

.topbar {
    background: #017f02;
    padding: 7px;
}

.topsocial p {
	font-family: robotoregular;
    color: #fff;
    font-size: 13px;
	padding-top:3px;
}

.topsocial p span {
    padding-left: 10px;
}

.topsocial .midsocial ul{
	padding:0;
	margin:0;
	text-align:right !important;
	
}

.topsocial .midsocial a {
    color: #fff;
    font-size: 20px !important;
}

.hmvideo {
    margin: 30px auto 10px;
    text-align: center;
}

.hmvideo iframe {
    border: solid 3px red;
}
@keyframes blink {
    0% {
           background-color: rgba(255,0,0,1)
    }
    50% {
           background-color: rgba(255,0,0,0.5)
    }
    100% {
           background-color: rgba(255,0,0,1)
    }
}
@-webkit-keyframes blink {
    0% {
           background-color: rgba(255,0,0,1)
    }
    50% {
           background-color: rgba(255,0,0,0.5)
    }
    100% {
           background-color: rgba(255,0,0,1)
    }
}

.topsocial .midsocial li:last-child a{
    text-align:center;
    -moz-transition:all 1.5s ease-in-out;
    -webkit-transition:all 1.5s ease-in-out;
    -o-transition:all 1.5s ease-in-out;
    -ms-transition:all 1.5s ease-in-out;
    transition:all 1.5s ease-in-out;
    -moz-animation:blink normal 1.5s infinite ease-in-out;
    -webkit-animation:blink normal 1.5s infinite ease-in-out;
    -ms-animation:blink normal 1.5s infinite ease-in-out;
    animation:blink normal 1.5s infinite ease-in-out;
	padding:11px;
	font-family: robotoregular;
}




@media screen and (max-width: 1199px) {
	
.get_quote {
  font-size: 12px;
  left: -2em;
}

.top-section ul li a i {
  font-size: 14px;
  padding-right: 3px;
}

.top-section ul li a i:last-child {
	border-right:0;
}

.banner-heading {  
  font-size: 30px; 
}

.custom-navi li a {
  font-size: 13px;
  padding: 35px 20px 30px;
}

.sticky .custom-navi li a {
  font-size: 12px;
  padding: 25px 17px;
}

.logo-box > img {
  width: 100%;
}

.input-box input { 
  width: 48%;
}

.video-bg > img {
  height: 78vh;
  width: 100%;
}

.portfolio-img img { 
  width: auto;
}

.footer-quote-content h1 {
  display: block;
  padding-bottom: 20px;
  text-align: center;
}

.ft-quote-btn {
  text-align: center;
}

.ft-quote-btn > a {
   float: none;  
  margin: 0 auto;
}


}

@media screen and (max-width: 1024px) {

.banner-caption {
  top: 8%;
}

.banner-heading {
 width:auto;
}

}

@media screen and (max-width: 991px) {
	
video,
iframe {
  width: 100% !important;
  height: auto !important;
}

.videobox {
  background: white;
  max-width: 400px;
  margin: 0 auto;
  padding: 1rem;
}

.get_quote {
  left: 38em;
}

.sticky .navigation-box {
    margin-left: 80px;
}

.top-section ul li a i {
  padding-right: 0px;
}

.logo-box {
  float: left !important;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
}

.navigation-box .navbar {
    margin-bottom: 0;
    margin-left: 200px;
}

.custom-navi li a {
  padding: 36px 6px;
}

.sticky .custom-navi li a {
  padding: 25px 7px;
}

.banner-caption h2 { 
  font-size: 25px;
}

.banner-caption h2 span {
  font-size: 22px;
}

.bnr-btn-grp a { 
  font-size: 16px;  
  padding: 8px 18px;  
}

.colorbox-icon {
  padding-top: 25px;
}

.color-box h4 {
  font-size: 16px; 
}

.color-box p { 
  font-size: 12px;
}

.service-title { 
  font-size: 30px; 
}

.content-text { 
  font-size: 14px; 
}

.number-service ol li { 
  font-size: 14px; 
}

.v-line { 
  left: 6%; 
  height:30em;
}

.work-box {
	background:#eee;
}

.work-boximg img {  
  width: auto;
}

.portfolio-img { 
  min-height: 200px;
}

.live-demo { 
  height: 42px;
  top: 38%;
  width: 130px;
}


}

@media screen and (max-width: 767px) {
	
.btn-group-lg>.btn, .btn-lg {
    width: 379px;
}

.topbar {
    min-height: 80px;
}

.topsocial {
    text-align: center;
}

.topsocial .midsocial ul {
    text-align: center !important;
}

.topsocial .midsocial li:last-child a{padding: 5px;font-size: 15px !important;}

.topsocial p {
    font-size: 12px;
}
	
.copycat {
    color: #fff;
}
	
.social-box > ul{text-align:center;}
	
.profilecard {
    box-shadow: 3px 5px 7px #ccc;
}
	
.widget-box2 p {width:85%;}

.blog-section{
	padding-left:0;
	padding-right:0;
}

.sticky .navigation-box {
    margin-left: 0;
}
	
.navigation-box .navbar {
    margin-left: 0;
}
	
.top-section ul {
  float: none !important;
}

.banner-caption p { 
  display: none;
}

.banner-caption {
  top: 0;
}

.number-service ol { 
  padding-left: 23px;
}

.v-line {
  height: 19em;
}

.blog-dt-tm > h3 {
  padding-bottom:20px;
}

.blog-dt-tm > h3 span {
  font-size: 20px;
  display:inline; 
}

.blog-dt-tm {
  border-right: 0;  
}

.contact-bg {  
  padding: 0 20px;
}

.input-box input {
  margin-bottom: 20px;
  width: 100%;
}

.contact-addr {
  padding-left: 0;
}

.footer-bg { 
  padding: 20px;
  background:#017f02;
}

.ftbg{display:none;}

.navigation-box {
  margin-top: -50px;
}

.navigation-box .navbar-default .navbar-toggle {
  border-color: green;
  border-radius: 0;
  top:-20px !important;
}

.navigation-box .navbar-default .navbar-toggle .icon-bar {
  background-color: green;
}

.header-top {
  padding-bottom: 5px;
}

.custom-navi li a {
  padding: 10px 0 10px 30px;
}

.custom-navi li a:hover {
  background: #f4d67e !important;
  color: #fff !important;
}

.navigation-box .navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: #f4d67e ;
}

.widget-box {
  margin-top: -5em !important;
}
	
.bgset1 .colorbox-icon{margin-bottom:20px; background-position:center center; background-size:cover;}
.bgset2 .colorbox-icon{margin-bottom:20px;  background-position:center center; background-size:cover;}
.bgset3 .colorbox-icon{margin-bottom:20px;  background-position:center center; background-size:cover;}

.top-section {
  text-align: center;
}

.get_quote {
  display: block;
  left: 0;
  margin: 10px auto;
  position: inherit;
  text-align: center;
  top: 0;
  width: 100%;
}

.sticky .custom-navi li a {
  padding: 13px 0 13px 30px;
  
}

.reslogo {
  display: block;
  width: auto !important;
  margin-top: 15px;
}

.logo-box {
    margin-left: 20px;
    margin-top: 0;
}

.mainlogo {
	display:none;	
}

div.bhoechie-tab-content { 
  padding-left: 0;
}

.contact-bg {
	background-position:center bottom !important;
}

.ft-logo-box {
    float: none;
    width: 100%;
}

.ft-nav-box {
    float: none;
    text-align: left;
    padding-top: 40px;
}

.profilecard {
    box-shadow: 5px 5px 10px #ccc;
}

.rtbg{display:none;}

.footer-navigation li a {
    color: #fff;
}

}

@media screen and (max-width: 641px) {

.ft-logo-box {
  float: none;
  text-align: center;
}

.ft-nav-box {
  float: none;
  text-align: center;
}

.footer-social {
  padding-top: 10px;
  text-align: center;
}

.v-line {
	display:none;
}

.banner-heading { 
  font-size: 24px; 
  padding: 2px 30px; 
  top: 30%;
}

}

@media screen and (max-width: 481px) {

.banner-caption {
  left: 2%; 
}

/*.navigation-box {
  margin-top: -35px;
}*/

.banner-caption h2 span {
  font-size: 16px;
}

.banner-caption h2 {
  font-size: 18px;
}

.bnr-btn-grp {
  margin-top: 10px;
}

.bnr-btn-grp a {
  font-size: 13px;
  padding: 6px 9px;
}

.testimonial-content {
  padding: 20px;
}

.testimonial-content > h2 {
  font-size: 24px; 
}

.testi-content > p {
  font-size: 14px;
  padding: 10px 0;
}

.custom-tab .nav-tabs li a { 
  margin-right: 10px;
}


}





