/*
Theme Name: InstaConsult
Theme URI: http://instaconsult.com/
Author: Dev
Author URI: http://instaconsult.com/
Description: InstaConsult Theme
Version: 1.0.0
*
*/
body{
	background: #fff;
	font-size: 16px;
	color: #828282;
	line-height: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}
input, submit, button {
	box-shadow: none !important;
	outline: none !important;
}
img {
	max-width: 100%;
	height:auto !important;
}
#accordion-section-title_tagline,#accordion-panel-nav_menus,#accordion-section-static_front_page{
			display: none !important;
		}
a {
	color: #2f2f2f;
	text-decoration: none;
}
a:hover, a:active, a:focus {
	color: #000;
	text-decoration: underline;
}
h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #2f2f2f;
}
h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #2f2f2f;
}
select {
	outline: none !important;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0; /* adding the padding to the sides of the elements within the divs, instead of the divs themselves, gets rid of any box model math. A nested div with side padding can also be used as an alternate method. */
	padding: 0px;
	margin-right: 0;
	margin-bottom: 15px;
	margin-left: 0;
}
p {
	line-height: 20px;
	color: #828282;
}
p a {
	text-decoration: underline;
}
p a:hover {
	text-decoration: underline;
	color: #000;
}
p:last-child {
	margin-bottom: 0px;
}
h1 {
	font-size: 34px;
	color: #111111;
}
h2 {
    font-size: 30px;
    color: #111111;
    font-weight: bold;
}
h3 {
	font-size: 26px;
	color: #111111;
}
h4 {
	font-size: 22px;
	color: #111111;
}
h5 {
	font-size: 18px;
	color: #111111;
}
h6 {
	font-size: 16px;
	color: #111111;
}
span.large {font-size:20px;}
:before, :after {
	font-family: FontAwesome;
}
.clear:after {
	content: "";
	width: 100%;
	clear: both;
	display: table;
}
#top-header {
	padding: 30px 0px;
	width: 100%;
	background:rgba(255, 255, 255, 0.97);
	z-index: 100;
	-webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
	box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.25);
}
.logo img {
	max-height: 93px;
}
.toprdiv {
	margin-top:10px;
	width:100%;
	text-align:center;
	position:relative;
}
.toprdiv>p {color:#676767; font-size:16px;}
.toprdiv.open>p {display:none;}
.toprdiv .dropdown-toggle {
	width: 100%;
	display: block;
	background: rgb(255, 153, 0);
	padding: 10px;
	text-align: center;
	    border: 0px solid rgb(255, 153, 0);
	font-weight: normal;
	font-size:20px;
	color: #fff;
	text-decoration: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.open .dropdown-toggle {display:none;}
.toprdiv .dropdown-menu {
	position:relative !important;
	width: 100%;
	z-index:10;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	border:none !important;
	float:none;
}
.myform>p {font-size:16px; padding:0 45px;}
.myform input {
	
	outline: none !important;
	padding: 5px 10px;
	width: 100%;
}
.myform .input-prepend {
	border:rgba(10, 10, 10, 0.29) solid 1px;
	padding: 5px;
	margin-bottom: 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: relative;
	padding-right: 30px;
}
.myform .input-prepend i {
	color: #F26C25;
	position: absolute;
	right: 10px;
	top: 13px;
}
.myform .btn {
	padding: 10px 10px;
	font-size:20px;
	margin-bottom: 15px;
	    border: 0px solid rgb(255, 153, 0);
		    background: rgb(255, 153, 0);
}
.myform input[type=submit] {
padding: 10px 10px;
	font-size:20px;
	margin-bottom: 15px;
	    border: 0px solid rgb(255, 153, 0);
		    background: rgb(255, 153, 0);
color: #fff;
}
.myform input[type=submit]:hover {
		    border: 0px solid rgb(255, 153, 0);
		    background: rgb(255, 153, 0);
}
.myform input[type=text] {
    background: url(images/user.png) no-repeat right;
    background-size: 24px 20px;
	border: 1px solid #C7C4C4;
}
.myform input[type=email] {
    background: url(images/email.png) no-repeat right;
    background-size: 23px 18px;
border: 1px solid #C7C4C4;
}

.privacyspan {
	display: block;
	margin-top: 10px;
	font-size: 13px;
	text-align: center;
	margin-bottom: 15px;
}
.privacyspan i {
	color: #F26C25;
}
#banner {
	width: 100%;
	background: url(images/1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;

}
.banntxt {
	width: 100%;
	display: table;
}
.bancon {
	width: 100%;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
	height: 500px;
	text-align: center;
	color: #fff;
}
.bancon h2 {
	font-size: 50px;
	color: #fff;
}
.bancon h2 .spn1 {
	display: block;
	text-align: center;
	width: 100%;
	font-weight: bold;
}
.bancon h2 .spn2 {
	display: block;
	text-align: center;
	width: 100%;
}
#about {
	padding: 40px 0px;
	background:#F0F0F0;
}
.aboutimg {
	text-align: left;
}
.abouttxt {
	width: 100%;
}
.solimg {
	text-align: right;
}
.asdrop {
	    padding: 10px;
    background-color: #FFFFFF;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;	
}
.soltxt {
	width: 100%;
}
.orange {
    color: #fff;
    font-style: italic;
    font-size: 30px;
    font-weight: bold;
	line-height: 30px;
}
.blue {
	color: #3374AC;
}
.fancybtn {
	display: inline-block;
	background: #F26C25;
	padding: 10px;
	text-align: center;
	color: #fff;
	text-decoration: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	border: none;
	white-space: normal;
}
.fancybtn:before {
	opacity: 0;
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border-radius: inherit;
	background-color: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	border: none;
}
.fancybtn:hover, .fancybtn.hover {
	background-color: #3F84BA;
	color: #ffffff;
}
.fancybtn:hover:before, .fancybtn.hover:before {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 0.25;
}
.modal-header.mymh {
	border-bottom: 2px dotted #F26C25;
}
#solution {
	padding: 40px 0px;
	background: #FAFAFA;
}
#start {
	width: 100%;
	padding: 100px 0px;
	background: url(images/image2_4.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center;
	background-size: cover;
}
.startinner {
	color: #fff;
	margin: 0;
	text-align: center;
	padding-left:100px;
	padding-right:100px;
	font-size:32px;
	
}
.board {
	width: 100%;
	margin: 60px auto;
	background: #fff;/*box-shadow: 10px 10px #ccc,-10px 20px #ddd;*/
}
.board .nav-tabs {
	position: relative;
	/* border-bottom: 0; */
    /* width: 80%; */
	margin: 40px auto;
	margin-bottom: 0;
	box-sizing: border-box;
	text-align: center;
}
.board > div.board-inner {
}
p.narrow {
	width: 60%;
	margin: 10px auto;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #555555;
	cursor: default;
	/* background-color: #ffffff; */
	border: 0;
	border-bottom-color: transparent;
}
span.round-tabs {
	width: 70px;
	height: 70px;
	line-height: 70px;
	display: inline-block;
	border-radius: 100px;
	background: white;
	z-index: 2;
	position: absolute;
	left: 0;
	text-align: center;
	font-size: 25px;
}
span.round-tabs.one {
	color: rgb(74, 139, 188);
	border: 2px solid rgb(64, 134, 188);
}
li.active span.round-tabs.one {
	background: #fff !important;
	border: 2px solid #F26C25;
	color: #F26C25;
}
span.round-tabs.two {
	color: rgb(74, 139, 188);
	border: 2px solid rgb(64, 134, 188);
}
li.active span.round-tabs.two {
	background: #fff !important;
	border: 2px solid #F26C25;
	color: #F26C25;
}
span.round-tabs.three {
	color: rgb(74, 139, 188);
	border: 2px solid rgb(64, 134, 188);
}
li.active span.round-tabs.three {
	background: #fff !important;
	border: 2px solid #F26C25;
	color: #F26C25;
}
span.round-tabs.four {
	color: rgb(74, 139, 188);
	border: 2px solid rgb(64, 134, 188);
}
li.active span.round-tabs.four {
	background: #fff !important;
	border: 2px solid #F26C25;
	color: #F26C25;
}
span.round-tabs.five {
	color: rgb(74, 139, 188);
	border: 2px solid rgb(64, 134, 188);
}
li.active span.round-tabs.five {
	background: #fff !important;
	border: 2px solid #F26C25;
	color: #F26C25;
}
.nav-tabs > li.active > a span.round-tabs {
	background: #fafafa;
}
.nav-tabs > li {
	width: 20%;
}
/*li.active:before {
    content: " ";
    position: absolute;
    left: 45%;
    opacity:0;
    margin: 0 auto;
    bottom: -2px;
    border: 10px solid transparent;
    border-bottom-color: #fff;
    z-index: 1;
    transition:0.2s ease-in-out;
}*/
li:after {
	content: " ";
	position: absolute;
	left: 45%;
	opacity: 0;
	margin: 0 auto;
	bottom: 0px;
	border: 5px solid transparent;
	border-bottom-color: #ddd;
	transition: 0.1s ease-in-out;
}
li.active:after {
	content: " ";
	position: absolute;
	left: 45%;
	opacity: 1;
	margin: 0 auto;
	bottom: 0px;
	border: 10px solid transparent;
	border-bottom-color: #ddd;
}
.nav-tabs > li a {
	width: 70px;
	height: 70px;
	margin: 20px auto;
	border-radius: 100%;
	padding: 0;
}
.nav-tabs > li a:hover {
	background: transparent;
}
.tab-content {
}
.tab-pane {
	position: relative;
	padding-top: 50px;
}
.tab-content .head {
	font-size: 25px;
	text-transform: uppercase;
	padding-bottom: 10px;
}
.btn-outline-rounded {
	padding: 10px 40px;
	margin: 20px 0;
	border: 2px solid transparent;
	border-radius: 25px;
}
.btn.green {
	background-color: #5cb85c;
	/*border: 2px solid #5cb85c;*/
	color: #ffffff;
}
#steps {
    padding: 60px 0px;
    background: #f0f0f0;
}
.stepsimg {width:100%; text-align:left;}
.setpsheading {
	font-weight:bold;
	float: none;
	margin: 0 auto;
	margin-bottom: 20px;
}
.board .nav-tabs>li {
	float: none;
	display: inline-block;
}
.benheading {
	color: #fff;
	text-align: center;
	margin-bottom:20px;
}
#benefits {
    padding: 40px 0px;
    width: 100%;
    background: #fafafa;
    /* background-repeat: no-repeat; */
    /* background-attachment: fixed; */
    /* background-position: center; */
    /* background-size: cover; */
}
.benheading h2, .benheading p {
	font-weight: bold;
}
.benheading h2{
	font-weight: bold;
	padding-top: 20px;
}

.box {margin:15px 0;}
.box > .icon {
    background: #f0f0f0;
    padding: 15px;
    text-align: center;
    /* position: relative; */
}
/*.box > .icon > .image {
	position: relative;
	z-index: 2;
	margin: auto;
	width: 88px;
	height: 88px;
	border: 8px solid white;
	line-height: 88px;
	border-radius: 50%;
	background: rgb(242, 108, 37);
	vertical-align: middle;
} 
.box > .icon:hover > .image {
	background: rgb(74, 139, 188);
}
.box > .icon > .image > i {
	font-size: 36px !important;
	color: #fff !important;
}
.box > .icon:hover > .image > i {
	color: white !important;
}
.box > .icon > .info {
	margin-top: -24px;
	background: rgba(255, 255, 255, 0.89);
	border: 1px solid #e0e0e0;
	padding: 15px 0 10px 0;
}
.box > .icon:hover > .info {
	background: #ffffff;
	border-color: #e0e0e0;
	color: white;
}*/
.box > .icon > .info > h3.title {
    color: #222;
    line-height: 20px;
    margin-top: 30px;
    font-weight: 500;
    font-size: 18px;
}
.box > .icon > .info > p {
	font-size: 15px;
	color: #666;
	line-height: 20px;
	margin: 20px;
	margin-top:10px;
}
.box > .icon > .info > .more a {
	font-size: 12px;
	color: #222;
	line-height: 12px;
	text-transform: uppercase;
	text-decoration: none;
}
.box > .icon:hover > .info > .more > a {
	color: #fff;
	padding: 6px 8px;
	background-color: #63B76C;
}
/*.box .space {
	height: 2px;
	background-color: #F26C25;
} */
.boxesouter {}
#team {
    padding: 35px 0px;
    background: #2d3e50;
}
.thead {margin-bottom:50px;}
figure.tbfig {
  font-family: 'Open Sans', sans-serif;
  color: #fff;
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom:10px;
}
figure.tbfig * {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
}
figure.tbfig img {
  opacity: 1;
  max-width: 100%;
  border: 10px solid #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: scale(0.85);
  transform: scale(0.85);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
figure.tbfig figcaption {
  bottom: 0;
  width: 60%;
  right: 0;
  position: absolute;
  background: #000000;
  padding: 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  box-shadow: 0 0px 10px -10px #000000;
}
figure.tbfig figcaption h2,
figure.tbfig figcaption p {
  margin: 0;
  color: #ffffff;
}
figure.tbfig figcaption h2 {
  font-weight: 400;
  font-size:18px;
  text-transform: uppercase;
  margin-bottom:5px;
}
figure.tbfig figcaption h2 span {
  font-weight: 800;
}
figure.tbfig figcaption p {
  font-size: 12px;
  font-weight: 500;
  opacity: 0.90;
  margin-bottom:0px;
  line-height:16px;
}
figure.tbfig a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
  z-index: 1;
}
figure.tbfig figcaption {
  background: rgb(242, 108, 37);
}
figure.tbfig img {
  border: 10px solid rgb(242, 108, 37);
}

figure.tbfig:hover figcaption,
figure.tbfig.hover figcaption {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  box-shadow: 0 15px 15px -15px #000000;
}
figure.tbfig:hover.blue img,
figure.tbfig.hover.blue img {
  border: 10px solid #2980b9;
}
figure.tbfig:hover.red img,
figure.tbfig.hover.red img {
  border: 10px solid #c0392b;
}
figure.tbfig:hover.yellow img,
figure.tbfig.hover.yellow img {
  border: 10px solid #e67e22;
}
.owl-next {
   display:inline-block;
    background:rgba(0, 0, 0, 0.13);
    color: #fff;
    padding:10px 10px 8px 15px;
    font-size: 20px;
	margin-left:5px;
}
.owl-controls {margin-top:20px; text-align:center;}
.owl-prev {
    display:inline-block;
    background:rgba(0, 0, 0, 0.13);
    color: #fff;
    padding:10px 15px 8px 10px;
    font-size: 20px;
	margin-right:5px;
}
.owl-prev:hover, .owl-next:hover {background:rgb(242, 108, 37);}
section#callac {
    background: #F26C25;
    padding: 50px 0px;
}
#callac h3, #callac p {color:#fff;}
#callac .fancybtn {
	display: inline-block;
	background: #ffffff;
	padding: 10px;
	text-align: center;
	color: #F26C25;
	text-decoration: none !important;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
	-webkit-transform: translateZ(0);
	-webkit-transition: all 0.35s ease;
	transition: all 0.35s ease;
	border: none;
	white-space: normal;
}
#callac .fancybtn:before {
	opacity: 0;
	content: "";
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	right: 0px;
	border-radius: inherit;
	background-color: #ffffff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	-webkit-transform: translateX(100%);
	transform: translateX(100%);
	border: none;
}
#callac .fancybtn:hover, #callac .fancybtn.hover {
	background-color: #C84500;
	color: #ffffff;
}
#callac .fancybtn:hover:before, #callac .fancybtn.hover:before {
	-webkit-transform: translateX(0%);
	transform: translateX(0%);
	opacity: 0.10;
}
#footer {
    padding: 70px 0;
    background: #1d2023;
}
.flogo img {max-height:80px;}
#bottomdiv {
    width: 100%;
    padding: 30px 0px;
    background: #303030;
    text-align: center;
    color: #fff;
}


/*--*/
.sbox i {
    font-size: 45px !important;
    float: left;
	color: #2d3e50;;
}
.sbox:hover i {
    color: #1bbc9b;
}
.dot-line {
    border-top: 1px dashed #ddd;
}
.sbdisc {
    margin-left: 70px;
}
.sbox.clear {
    margin: 20px;
}
.image .fa {
    font-size: 90px;
    line-height: 90px;
    color: #1bbc9b;
}
.team.text-center p {
    text-align: left;
    color: #bdc3c7;
    line-height: 25px;
}
.nm {
    font-weight: 600;
    color: #000000;
}
.desig {
    font-size: 15px;
    color: #1bbc9b;
}
.team.text-center img {
    margin-bottom: 15px;
    border-radius: 100px;
}
.team.text-center {
    padding: 19px;
}
.line {
    border-top: 1px dotted #2d3e50;
    margin-bottom: 0px;
    margin-top: 40px;
}
#bottomdiv a {
    text-transform: uppercase;
    font-size: 14px;
    font-family: verdana, geneva;
    color: #bcbcbc;
    font-weight: bold;
	text-decoration: none;
	margin-right: 10px;
    padding-right: 10px;
    border-right: #fff solid 1px;
}
#bottomdiv a:hover {
    color: #bcbcbc;
}
.icon:hover i {
    color: #2d3e50;
}
.benheading h2 {
    padding-top: 20px;
    font-size: 36px;
    font-weight: 400;
}
.benheading p {
    font-weight: 100;
    font-size: 20px;
}
.heading.text-center h2 {
    padding-bottom: 15px;
    text-align: center;
    font-size: 36px;
    line-height: 15px;
    padding-top: 30px;
    font-weight: 400;
}
.info h3 {
    font-size: 18px;
    line-height: 40px;
    padding-top: 20px;
}
.info {
    margin-bottom: 10px;
}
.rightico{    width: 40px;
    float: left;}
.centerico{    width: 80px;
    margin: 0 auto;}
/*--*/











#bottomdiv a:last-child {
    margin-right: 10px;
    padding-right: 10px;
    border-right: none;
}


 @media (min-width: 1200px) {
}
@media (min-width: 992px) and (max-width:1199) {
}
@media (min-width: 768px) and (max-width:991) {
.myform  form .btn {
    font-size: 16px !important;
}
}
@media (max-width: 767px) {
	.myform  form .btn {
    font-size: 16px !important;
}
	.e-inner {height:100% !important;}
h1 {
	font-size: 24px;
}
h2 {
	font-size: 22px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 14px;
}
.aboutimg {
	text-align: center;
}
.aboutimg {
	margin-bottom: 50px;
}
.abouttxt {
	text-align: center;
}
.solimg {
	text-align: center;
}
.soltxt {
	margin-bottom: 50px;
	text-align: center;
}
.orange {
    font-size: 15px;
}
.benheading h2 {
    font-size: 24px;
}
.logo {
	width: 100%;
	text-align: center;
	margin-bottom: 20px;
}
.heading.text-center h2 {
    font-size: 28px;
}
.setpsheading {
    padding-top: 25px;
}
.startinner {
    padding-left: 0px;
    padding-right: 0px;
    font-size: 20px;
}
.toprdiv {
	float: none;
	text-align: center;
}
.toprdiv .dropdown-menu {
	max-width: 100%;
}
#top-header {
	position: relative;
}
#banner {
	padding-top: 0px;
}
.bancon {
	height: 300px;
}
.bancon h2 {
	font-size: 24px;
}
p {
	font-size: 12px;
}
.toprdiv .dropdown-toggle {
	font-weight: normal;
	font-size: 12px;
}
.fancybtn {
	font-size: 12px;
	font-weight: normal;
}
#steps {
    padding: 60px 0px;
}
#benefits {
	padding: 50px 0px;
}
.team.text-center p {
    text-align: center;
}

#team {padding:50px 0px;}
#footer {padding:50px 0; }
.stepsimg {width:100%; text-align:center;}
}


 @media( max-width : 585px ) {
.board {
	width: 100%;
	height: auto !important;
}
span.round-tabs {
	font-size: 16px;
	width: 50px;
	height: 50px;
	line-height: 50px;
}
.tab-content .head {
	font-size: 20px;
}
.nav-tabs > li a {
	width: 50px;
	height: 50px;
	line-height: 50px;
}
li.active:after {
	content: " ";
	position: absolute;
	left: 35%;
}
.btn-outline-rounded {
	padding: 12px 20px;
}
p.narrow {
	width: 100%;
	padding: 0px 20px;
}

}
@media (max-width: 450px) {
.col-drop-xs {
	width: 100% !important;
}
}