@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: #2a2a2a;/*039be5 AMS*/
  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: #666; /*#03a9f4 AMS*/
  font-family:'Roboto-light';
}

.header-top.sticky{
  position: fixed;
  width: 100%;
  z-index:28;
  top:0;
}

.sticky .logo-box {
  margin-top: -10px;
}

.sticky .logo-box img {
  width: 80%;
}

.sticky .custom-navi li a {
  padding: 25px 9px;
  font-size:14px;
}

.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%;
}

.navigation-box{ font-family: robotoregular;}
.navigation-box nav { background: none; border: 0;}

.sticky .custom-navi li.active a{
	color:#f4d67e !important;
}
.custom-navi li a {
  color: #fff !important;
  font-size: 13px;
  padding: 39px 10px;
}
.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:#fff !important;
  color:#039be5;
}

.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 {
  left: 10%;
  position: absolute;
  top: 20%;
}
.banner-caption h2 {
  color: #000;
  font-size: 33px;
  line-height: 40px;
}
.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:18px;
	text-transform:uppercase;
	font-family: robotoregular;
	background:#03a9f4;
	text-align:center;
	padding:15px 30px;
	color:#fff;
	margin-right:30px;
	
}
.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;
  min-height:260px;
  -webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
	position:relative;
}

.color-box:hover {
	 z-index:100;	 
}

.color-box:hover .colorbox-icon{
	 height:100px;
}

.colorbox-icon {
  height: 120px;
  padding-top: 30px;
-webkit-transition:height 1s linear;
-moz-transition:height 1s linear;
-o-transition:height 1s linear;
-ms-transition:height 1s linear;
transition:height 1s linear;
}

.colorbox-icon:hover {
   -webkit-transition: 1s ease-in-out;
	-moz-transition: 1s ease-in-out;
	-o-transition: 1s ease-in-out;
	transition: 1s ease-in-out;
}

.color-box h4 {
	font-size:19px;
	color:#fff;
	text-transform:uppercase;
	margin:0;
	padding-bottom:10px;	
	font-family: robotomedium;
	letter-spacing:1px;
}

.color-box p {
	font-size:14px;
	color:#fff;
	margin:0;
}

.cyan-col {background:#1dabb8;}
.purple-col {background:#8b4d93;}
.yellow-col {background:#f4c145;}
.green-col {background:#1abc9c;}

.widget-box { 
  margin-top: -100px;
}

.widget-more {
  border: 1px solid #fff;
  color: #fff;
  display: block;
  font-size: 14px;
  margin:10px auto 0;
  padding: 7px;
  text-transform: uppercase;
  width: 100px;
  display:none;
  text-decoration:none;
}

.widget-more:hover {
	color:#fff;
}

.color-box:hover .widget-more {
	display:block;	
}

/*.color-box:hover .widget-content span {
	display:none;
}*/

.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: robotomedium;
  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-left: 15px;
  padding-top: 20px;
}

.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: robotomedium;
  padding-bottom:50px;
}

.custom-tab .nav.nav-tabs {
  border: 0;
}

.custom-tab ul li {
  display: inline-block;
  float: none;
}

.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:#f4c145;
	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: 50px 0;
	background:#f7f7f7;	
}

.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: #03a9f4;
  font-family: robotobold;
  margin:0;
}

.blog-dt-tm > h3 span {
  color: #000;
  display: block;
  font-family: robotoregular;
  font-size: 40px;
  font-weight:300;
   font-family: robotolight;
   padding-top:10px;
}

.blog-cotent > h2 {
  font-family: robotolight;
  font-size: 24px;
  margin: 0;
  padding-bottom: 10px;
}

.blog-cotent > p {
  color: #424242;
  font-size: 15px;
}

.blog-section {
  padding-bottom: 40px;
}

.cmt-admintext {
  color: #424242;
  font-size: 15px;
}

.blogtop-space {
	margin-top:20px;
}

.view-allbtn {
  font-size: 15px;
  height: 45px;
  margin: 0 auto;
  padding: 11px;
  text-align: center;
  text-transform: uppercase;
  width: 170px;
  background:#0099ff;
  font-family: robotomedium;
}

.view-allbtn a {
	color: #fff;
	text-decoration:none;
	display:block;
}

.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 {
	padding:20px 60px 0;
	position:relative;
	background:#f4c145;
	color:#fff;
	min-height:300px;	
}

.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: 15px;
  text-align: center;
  width: 210px;
}

.social-box > ul {
  list-style: none;
}

.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;
}

.footer-bg {
	background:#2a2a2a;
	padding:25px 0;
}

.ft-logo-box {
  float: left;
}

.ft-logo-box > img {
  margin-bottom: 10px;
}

.copyright {
  color: #fff;
  font-size: 12px;
  font-family: robotolight;
}

.ft-nav-box {
  float: right;
}

.footer-social {
  text-align: right;
}

.footer-social li a {
	color:#c8c8c8;
}

.footer-navigation li {
  display: inline-block;
  padding: 0 10px;
   border-right:solid 1px #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:#c8c8c8;
  font-size:12px;
}

.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: 35px;
  left: 0;
  margin: auto;
  padding: 10px 30px;
  position: absolute;
  right: 0;
  text-align: center;
  text-transform: uppercase;
  top: 40%;
  width:25%;
  font-weight:bold;
}


/***********************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: #5f5f5f;
  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: #47a0ff;
	padding: 0.6em 1em;
	text-align: center;
	color: #fff;
	border: none;
	outline:none;
	-webkit-appearance: none;
}
.send input[type="submit"]:hover{
	background:#1f83ee;
}

.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;
}

.testimonial-content .owl-item .testi-content:last-child {
  margin-right: 0;
}

.g_map {
  margin-top: 20px;
}





@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: 36px 5px;
}

.sticky .custom-navi li a {
  font-size: 12px;
  padding: 25px 5px;
}

.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) {

.get_quote {
  left: 38em;
}

.top-section ul li a i {
  padding-right: 0px;
}

.logo-box {
  float: none !important;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.custom-navi li a {
  padding: 36px 10px;
}

.sticky .custom-navi li a {
  padding: 25px 11px;
}

.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) {
	
.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: 24px;
  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;
}

.navigation-box {
  margin-top: -50px;
}

.navigation-box .navbar-default .navbar-toggle {
  border-color: #fff;
  border-radius: 0;
}

.navigation-box .navbar-default .navbar-toggle .icon-bar {
  background-color: #fff;
}

.header-top {
  padding-bottom: 14px;
}

.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 ;
}

.cyan-col:hover {
  transform: scale(1);
}

.widget-box {
  margin-top: 0;
}

.top-section {
  text-align: center;
}

.get_quote {
  display: block;
  left: 0;
  margin: 10px auto;
  position: inherit;
  text-align: center;
  top: 0;
  width: 100%;
}

.header-top.sticky {
  padding-top: 20px; 
}

.sticky .custom-navi li a {
  padding: 13px 0 13px 30px;
  
}

.reslogo {
  display: block;
  width: auto !important;
}

.logo-box {
  margin-left: 20px;
}

.mainlogo {
	display:none;	
}

div.bhoechie-tab-content { 
  padding-left: 0;
}

.contact-bg {
	background-position:center bottom !important;
}

}


@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;
}
}

/*====================Ananga Faq 2017-04-05====================*/

.panel-heading [data-toggle="collapse"]:after {
	content: "+"; /* "play" icon */
	float: right;
	color: #f20b17;
	font-size: 18px;
	line-height: 22px;
	-webkit-transform: rotate(-90deg);
	-moz-transform: rotate(-90deg);
	-ms-transform: rotate(-90deg);
	-o-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.panel-heading [data-toggle="collapse"].collapsed:after {
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
	color: #454444;
}