
input[type="text"], textarea, input[type="submit"] {
	appearance:none;
	-webkit-appearance:none;
	-moz-appearance:none;
	outline:none;
	border-radius:0px;
	outline:0;
	font-family: 'Open Sans', sans-serif;
}

button {
	outline:0;
}

::-webkit-input-placeholder {}


.flush {
	padding:0px;
}

.flush-left {
	padding-left:0px;
}

.flush-right {
	padding-right:0px;
}

ul {
	margin:0px;
	padding:0px;
}

section {
	float:left;
	width:100%;
}

.row-eq-height {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.tableRow {
	display:table;
	width:100%;
	height:100%;
	vertical-align:middle;
}

.tableCell {
	display:table-cell;
	width:100%;
	height:100%;
	vertical-align:middle;
}

h1,h2,h3,h4,h5,h6 {
	font-family: 'gothampromedium';
	color:#111111;
}

p,label {
	font-family: 'gothamproregular';
	font-size:16px;
	color:rgba(0,0,0,0.65);
	line-height:34px;
}

body {
	font-family: 'gothamproregular';
}

.btn-success,.btn-info,.btn-primary {
	display:inline-block;
}

@font-face {
    font-family: 'fontawesome-webfont';
    src: url('../fonts/fontawesome-webfont.eot');
    src: url('../fonts/fontawesome-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/fontawesome-webfont.woff2') format('woff2'),
         url('../fonts/fontawesome-webfont.woff') format('woff'),
         url('../fonts/fontawesome-webfont.ttf') format('truetype'),
         url('../fonts/fontawesome-webfont.svg#fontawesome-webfont') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'GothamBold';
    src: url('../fonts/GothamBold.eot');
    src: url('../fonts/GothamBold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/GothamBold.woff2') format('woff2'),
         url('../fonts/GothamBold.woff') format('woff'),
         url('../fonts/GothamBold.ttf') format('truetype'),
         url('../fonts/GothamBold.svg#GothamBold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothampromedium';
    src: url('../fonts/gothampromedium.eot');
    src: url('../fonts/gothampromedium.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothampromedium.woff2') format('woff2'),
         url('../fonts/gothampromedium.woff') format('woff'),
         url('../fonts/gothampromedium.ttf') format('truetype'),
         url('../fonts/gothampromedium.svg#gothampromedium') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'gothamproregular';
    src: url('../fonts/gothamproregular.eot');
    src: url('../fonts/gothamproregular.eot?#iefix') format('embedded-opentype'),
         url('../fonts/gothamproregular.woff2') format('woff2'),
         url('../fonts/gothamproregular.woff') format('woff'),
         url('../fonts/gothamproregular.ttf') format('truetype'),
         url('../fonts/gothamproregular.svg#gothamproregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
/* Header Style */

.center {
	float:none;
	display:inline-block;
}

#header {
	padding-top:30px;
}

#header.normal {
}

.navbar-default {
	background:none;
	border:none;
	margin-bottom:0px;
}

#header .navbar-default .navbar-nav  li {
	
}

#header .navbar-default .navbar-nav  li  a {
	color:#00021f;
	text-transform:capitalize;
	font-size:16px;
	font-family: 'gothampromedium';
	line-height:40px;
	padding:10px 25px;
}

#header .navbar-default .navbar-nav  li  a:hover {
	color:#4450ca;
	text-transform:capitalize;
	font-size:16px;
	font-family: 'gothampromedium';
	line-height:40px;
	padding:10px 25px;
}



.navbar-brand {
	padding:15px 0px;
}

.navbar-brand img {
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	border:none;
}

#header .navbar-default .navbar-nav li.active  a,#header .navbar-default .navbar-nav a:hover,#header .navbar-default .navbar-nav  a:focus {
	color:#00021f;
	border:none;
}

#header .dropdown-menu {
	padding:0px 0px;
}

#header a.btn-info {
	font-size:16px!important;
	color:#ffffff!important;
	background:url(../img/btn.png) 50% 50% no-repeat!important;
	background-size:cover;
	line-height:44px !important;
	padding:0px 25px!important;
	border-radius:25px;
	margin-top:8px;
	margin-left:8px;
}



#header .top-head {
	float:left;
	padding-top:140px;
	width:100%;
}

h2 {
	font-size:50px;
	color:#111111;
	line-height:60px;
	font-weight:bold;
}

img.max {
	max-width:100%;
}

#header .top-head h2 {
	margin-top:85px;
}

a.btn-success {
	font-size:14px!important;
	color:#ffffff!important;
	background:url(../img/btn2.png) 50% 50% no-repeat!important;
	background-size:cover;
	line-height:60px !important;
	padding:0px 55px!important;
	border-radius:35px;
	margin-top:10px;
	text-decoration:none;
	margin-left:10px;
}

/* Banner Style */
#banner {
	padding-top:215px;
	margin-top:-170px;
	padding-bottom:290px;
}

#banner.about-banner {
	margin-top:0px;
	padding-top:120px;
	padding-bottom:160px;
}

#banner.about-banner .tab-content {
	border:none;
}

#banner.about-banner .tab-content .b-bottom {
	margin-bottom:15px;
}

#banner.about-banner .tab-content h2 {
	color:#4450ca;
	font-weight:500;
}

#banner.about-banner .tab-content a.btn-success {
	width:100% !important;
	padding:0px 0px;
	margin-top:30px;
}


#banner.about-banner .tab-content .white {
	padding-top:30px;
	padding-bottom:40px;
}

#banner.about-banner .tab-content .white:hover a.btn-success {
	background:url(../img/btn.png) 50% 50% no-repeat !important;
	background-size:cover !important;
}

#banner.about-banner .nav-tabs {
	text-align:center;
	display:inline-block;
	background:#f9f9f9;
	margin-bottom:60px;
	border-radius:25px;
	border:none !important;
}

#banner.about-banner .nav-tabs>li {
	padding:0px 0px;
	border:none !important;
}

#banner.about-banner .nav-tabs>li>a {
	border:none !important;
	color:#00021f;
	font-size:14px;
	padding:13px 25px;
	margin:0px;
}

.nav-tabs>li.active>a {
	background:url(../img/btn3.png) 50% 50% no-repeat;
	background-size:cover;
	border-radius:25px;
	color:#fff !important;
}

.nav-tabs>li>a:focus {
	background:url(../img/btn3.png) 50% 50% no-repeat;
	background-size:cover;
	border-radius:25px;
	color:#fff !important;
}

.nav-tabs>li>a:hover {
	border-radius:25px;

}

#banner.about-banner.contact-janral {
	padding-bottom:80px;
}

#banner.about-banner .m-bottom {
	margin:20px 0px;
}

#banner.about-banner a {
	color:#00021f;
	font-size:14px;
	font-weight:100;
	text-decoration:none;
}

#banner.about-banner .white {
	float:left;
	width:100%;
	background:#fff;
	border-radius:5px;
	box-shadow: 0px 3px 7px 1px #efefef;
	padding:70px 45px;
	height:100%;
}

#banner.about-banner .white h4 {
	color:#4450ca;
	font-size:24px;
}

#banner  ul li {
	list-style:none;
	display:inline-block;
	padding:0px 30px;
}


#performance {
	margin-top:-100px;
}

#performance .white {
	float:left;
	width:100%;
	background:#fff;
	border-radius:5px;
	box-shadow: 0px 3px 7px 1px #efefef;
	padding:70px 35px;
	height:100%;
}

#performance h4 {
	font-size:18px;
	color:#111111;
	margin:25px 0px;
}

/* Highest Style */
#highest {
	padding-top:129px;
}

#highest.contact-height {
	background:url(../img/img-10.png) 20% 0% no-repeat;
	padding-top:70px;
}

#highest.contact-height form h3 {
	font-size:36px;
	color:#111111;
	font-weight:500;
	margin-bottom:60px;
}

#highest.contact-height .field {
	float:left;
	width:100%;
	padding:14px 0px;
}

#highest.contact-height .field input {
	height:57px;
	width:100%;
	border:1px solid #e7e8f0;
	border-radius:5px;
	padding-left:24px;
}

#highest.contact-height .field select {
	height:57px;
	width:100%;
	border:1px solid #e7e8f0;
	border-radius:5px;
	padding-left:24px;
	-webkit-appearance:none;
	background:url(../img/arrow.png) 96% 50% no-repeat;
}

#highest.contact-height .field textarea {
	height:130px;
	resize:none;
	width:100%;
	border:1px solid #e7e8f0;
	border-radius:5px;
	padding-left:24px;
}

#highest.contact-height .field button {
	font-size:14px!important;
	color:#ffffff!important;
	background:url(../img/btn2.png) 50% 50% no-repeat!important;
	background-size:cover;
	line-height:60px !important;
	padding:0px 55px!important;
	border-radius:35px;
	margin-top:10px;
	text-decoration:none;
	margin-left:10px;
	border:none;
}

#highest.banner-height {
	padding-top:0px;
}

#highest.banner-height .text-details {
	width:100%;
	padding-top:60px;
}

.text-details {
	max-width:410px;
	display:inline-block;
	padding-top:30px;
}

#highest h3 {
	font-size:36px;
	line-height:46px;
	margin-bottom:30px;
}

img.full {
	width:100%;
}


#take-control {
	margin-top:-90px;
}

#take-control .text-details {
	max-width:420px;
	display:inline-block;
	padding-top:180px;
}

h3 {
	font-size:36px;
	line-height:46px;
}

#take-control h3 {
	font-size:36px;
	line-height:46px;
	margin-bottom:30px;
}

#quick-numbers {
	background:url(../img/img-6.png) left top no-repeat;
	padding-top:140px;
}

#quick-numbers.minimalist .white-box ul li {
	padding:30px 45px;
}

#quick-numbers ul li {
	list-style:none;
	display:inline-block;
	padding:30px 25px;
}


#quick-numbers p {
	font-size:14px;
}

#quick-numbers .white-box {
	float:left;
	width:100%;
	background:#fff;
	padding:25px 0px;
	box-shadow: 0px 3px 7px 1px #efefef;
	margin-top:60px;
}

#quick-numbers .white-box h2 {
	font-size:50px;
	font-family: 'gothampromedium';
	color:#4450ca;
}

#quick-numbers .white-box h6 {
	font-size:14px;
	color:rgba(0,0,0,0.75);
}

#sales-questions {
	padding-top:80px;
	margin-bottom:-100px;
}

#sales-questions h3 {
	font-size:36px;
	line-height:46px;
	margin-bottom:30px;
}

#sales-questions a.btn-success {
	margin-top:30px;
}

#asked-questions {
	padding-top:80px;
}

#asked-questions h3 {
	margin-bottom:50px;
}

#asked-questions .panel-group .panel {
	box-shadow:none;
	border:none;
	border-bottom:1px solid #e7e8f0;
	padding:15px 0px;
	padding-bottom:20px;
}

#asked-questions .panel-group .panel.bottom-0 {
	border-bottom:none;
}

.panel-group {
	border:1px solid #e7e8f0;
	float:left;
	width:100%;
	border-radius:5px;
}

.panel-default>.panel-heading {
	color:#4450ca;
	font-size:18px;
	background:none;
}

.panel-default>.panel-heading a {
	display:inline-block;
	width:100%;
	text-decoration:none;
	background:url(../img/arrow-down.png) 98% 20px no-repeat;
	padding:15px 15px;
	padding-bottom:5px;
}

.panel-default>.panel-heading a.collapsed {
	background:url(../img/arrow-right.png) 98% 20px no-repeat;
}

.panel-default>.panel-heading+.panel-collapse>.panel-body {
	font-size:14px;
	padding:20px 30px;
	padding-top:0px;
	border-top:none;
}

/* Footer Style */
#footer {
	background:#f4f4fc;
	padding:75px 0px;
}

#footer a.logo-bottom {
	margin-bottom:15px;
	display:inline-block;
}

#footer a.logo-bottom img {
	margin-top:18px;
}

#footer ul.social li:first-child {
	padding-left:0px;
}

#footer ul.social li {
	list-style:none;
	padding:0px 5px;
	display:inline-block;
	width:auto;
}

#footer ul.social li a {
	font-size:16px;
	color:#626370;
	line-height:50px;
	width:50px;
	height:50px;
	display:inline-block;
	background:#fff;
	text-align:center;
	border-radius:100%;
}

#footer ul.social li a .fa {
	line-height:50px;
}

#footer ul li {
	list-style:none;
	display:inline-block;
	width:100%;
	padding:10px 0px;
}

#footer ul li a {
	font-size:14px;
	color:rgba(0,0,0,0.75);
}

#footer h4 {
	font-size:16px;
	color:#111111;
	line-height:40px;
}

#copyright {
	padding:30px 0px 60px 0px;
	background:#f4f4fc;
}

#copyright p {
	font-size:14px;
	color:rgba(0,0,0,0.75);
}


/*****======= Responsive Style Css ======***********/

/* Landscape phones and portrait tablets */
@media (max-width: 767px){

.navbar-default .navbar-brand img {
}

.navbar-default .navbar-toggle {
	margin-top:15px;
	border:none;
	margin-right:0px;
}

.navbar-collapse {
	border:none;
	box-shadow:none;
}


#header .navbar-default .navbar-nav > li > a {
	text-align:center;
}

.row-eq-height {
	display:block;
}

.navbar-default .navbar-toggle .icon-bar {
	background:#000;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background:none;
}

.flush-right {
	padding-right:15px;	
}

.xs-center {
	text-align:center;
}

#header .top-head {
	padding-top:50px;
}

#header .top-head h2 {
	margin-top:30px;
	font-size:36px;
	line-height:46px;
}

p br {
	display:none;
}

#banner ul li {
	padding:10px 5px;
}

#banner {
	padding-bottom:90px;
}

#performance {
	margin-top:0px;
}

#sales-questions {
	margin-bottom:0px;
}

#copyright {
	padding-bottom:30px;
}

#footer {
	padding:30px 0px;
}

#banner.about-banner {
	padding-top:60px;
}

#banner.about-banner .white {
	margin-bottom:20px;
}

}

/* Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {

#header .top-head {
	padding-top:60px;
}

#banner.about-banner .tab-content h2 {
	font-size:32px;
}

#header .top-head h2 {
	margin-top:40px;
	font-size:42px;
}

#banner.about-banner .tab-content .white {
	padding:15px 15px;
}

#banner.about-banner .tab-content a.btn-success {
	margin:0px !important;
	width:100%;
	padding:0px 0px !important;
}

#banner ul li {
	padding:5px 5px;
}

#banner {
	margin-top:0px;
}

}


/* Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1169px) {

#banner.about-banner .tab-content .white {
	padding:15px 15px;
}

#banner.about-banner .tab-content a.btn-success {
	margin:0px !important;
	width:100%;
	padding:0px 0px !important;
}
	
}