@import url("../webfonts/CircularStd_Book/stylesheet.css");
@import url("../webfonts/CircularStd_Bold/stylesheet.css");
@import url("../webfonts/CircularStd_Medium/stylesheet.css");

h1, h2, h3, h4 {
	font-family:"CircularStd Bold";
}

p {
    font-family: "CircularStd Book";
}

/*NAVBAR*/

.navbar-default {
    background-color: #FFFFFF;
    border-color: #F76E1E;
}

.navbar-nav {
	font-family: "CircularStd Book";
	margin-top: 8px;
	margin-right: 200px;
	margin-left: 10px;
	margin-bottom: 0px;
}

.logo h5 {
	font-size: 22px;
	font-weight: bold;
	margin-left: 5px;
	color: #545454;
}

.logo img {
	margin-left: 200px;
}

/*HERO BANNER*/

#banner {
    background-size: cover;
    min-height: 650px;
    padding-top: 80px;
    background-position: center center;
    background-image: url(../img/bg_banner.jpg);
}

.pt150 {
    padding-top: 120px;
    
}

.pb80 {
	padding-bottom:80px;
}

#banner h1 {
    font-size: 5em;
    color: #000000;
}

#banner h4 {
	font-weight: bold;
}

#banner p {
    font-size: 2em;
    color: #FFFFFF;
}

#banner .btn-default {
	border-color: #3d71ae;
	background-color: transparent;
	border-width: 2px;
	color: #3d71ae;
	font-family: "CircularStd Medium";
	margin-left: 15px;
}

#banner .btn-primary {
    border-color: #3B4B68;
    border-width: 2px;
    font-family: "CircularStd Medium";
    background-color: #3B4B68;
}

#banner li {
	list-style-image: url(../img/tick_bullet.png);
}

/* title banner*/

#titlebanner {
    text-align: center;
    padding-top: 100px;
    padding-bottom: 30px;
    background-image: url(../img/bg_title_banner.jpg);
    background-position: center center;
    background-size: cover;
}

#titlebanner h1 {
	font-size: 3em;
	color: #FFFFFF;
}

#titlebanner hr{
	width: 5%;
}

#titlebanner p {
	font-size: 1.5em;
	color: #646464;
}


.mt20 {
	margin-top:20px;
}

#features {
	padding-top: 70px;
	padding-bottom: 80px;
	text-align: center;
}

#features h1 {
	font-size: 3em;
}

#features h2 {
	font-size: 1.5em;
	color: #337ab7;
}

#features p {
	font-size:1.2em;
	color: #646464;
}

#features hr {
	width: 10%;
	border-bottom-width: 2px;
	border-bottom-style: solid;

}

#features .fa {
	color:#00adff;
}

#features .icofont-4x {
	color: #337ab7;
}

/*ADD COMPANIES*/

#lightbg h1 {
	font-size:3em;
}

#lightbg hr {
	width: 10%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}

#lightbg .btn-default {
	border: 2px none #3d71ae;
	background-color: transparent;
	color: #3d71ae;
	font-family: "CircularStd Medium";
	margin-left: 15px;
	font-size: 1.5em;
}

/*SUPERCALL*/

#lightbg {
	padding-top:80px;
	padding-bottom:80px;
}

#lightbg h2 {
    font-size: 2.5em;
    color: #3B4B68;
}

#lightbg p {
	font-size:1.6em;
}

/*HYPERCEED*/

#darkbg {
	padding-top: 80px;
	padding-bottom: 80px;
	background-color: #F3F3F3;
}

#darkbg h2 {
    font-size: 2.5em;
    color: #3B4B68;
}

#darkbg p {
	font-size:1.6em;
}

#darkbg h1 {
	font-size: 3em;
}

#darkbg hr {
	width: 10%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
/*feature 2*/
#features2 {
	padding-top: 70px;
	padding-bottom: 80px;
	text-align: center;
	background-color: #EFEFEF;
}

#features2 h1 {
	font-size: 3em;
}

#features2 h2 {
	font-size: 1.5em;
	color: #337ab7;
}

#features2 p {
	font-size:1.2em;
	color: #646464;
}

#features2 hr {
	width: 10%;
	border-bottom-width: 2px;
	border-bottom-style: solid;

}

#features2 .fa {
	color: #337ab7;
}

#features2 .icofont-4x {
	color: #337ab7;
}

/*feature 3*/
#features3 {
	padding-top: 70px;
	padding-bottom: 80px;
	text-align: center;
	background-color: #FFFFFF;
}

#features3 h1 {
	font-size: 3em;
}

#features3 h2 {
	font-size: 1.5em;
	color: #337ab7;
}

#features3 p {
	font-size:1.2em;
	color: #646464;
}

#features3 hr {
	width: 10%;
	border-bottom-width: 2px;
	border-bottom-style: solid;

}

#features3 .fa {
	color: #337ab7;
}

#features3 .icofont-4x {
	color: #337ab7;
}

/*FOOTER*/

#footer {
	padding-top: 25px;
	padding-bottom: 25px;
	border-top: thin solid #F76E1E;
}

#footer p {
	text-align:center;
}

/* CUSTOMER 01 */

#customerwbg {
	padding-top:80px;
	padding-bottom:80px;
}

#customerwbg p {
	color: #666666;
}
/* CUSTOMER 02 */

#customerdbg {
	padding-top:80px;
	padding-bottom:60px;
	background-color:#F3F3F3;
}
#customerdbg hr {
	width: 10%;
	border-bottom-width: 2px;
	border-bottom-style: solid;
}
.mb20 {
	margin-bottom:20px;
}

/*PRICING*/
.price-box {
	border-radius: 10px;
	border: thin solid #CCCCCC;
	padding-top: 20px;
	padding-right: 40px;
	padding-left: 40px;
	padding-bottom: 40px;
	background-color: #FFFFFF;
	-webkit-box-shadow: 1px 1px 5px rgba(0,0,0,0.25);
	box-shadow: 1px 1px 3px rgba(0,0,0,0.25);
	width: 32%;
	margin-left: 10px;
	margin-right: auto;
}

#banner .price-box h1 {
	text-align: center;
	color: #337ab7;
	font-size: 3em;
	line-height: 0.5em;
}

#banner .price-box h2 {
	text-align: center;
	font-size: 1.8em;
}

#banner .price-box p {
	text-align: center;
	font-size: 1em;
	color: #9A9A9A;
}

#banner .price-box ul li p{
	font-size: 1em;
	color: #323232;
	text-align: left;
}

#banner .price-box h4 {
	color: #337ab7;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}
/** OTHERS **/

.img-center {
	margin-left: auto;
	margin-right: auto;

}

.textbig {
	font-size: 1.5em;
}

.mb60 {
	margin-bottom:60px;
}

.pt100 {
	padding-top:100px;
}

.pb80 {
	padding-bottom:80px;
}

.hide-bullet {
	list-style-type: none;
}

.valign-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.sqbox {
    background: #EFEFEF;
    width: 100%;
    padding-top: 20px;
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
    height: auto;
    min-height: 250px;
    border-radius: 10px;
}
.icofont-7x {
    color: #F76E1E;
}

.sqbox2 {
    background: #EFEFEF;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    padding-left: 15px;
    height: auto;
    min-height: 505px;
    width: 100%;
}

.sqwhitebox {
    background: #FFFFFF;
    width: 100%;
    padding-top: 12px;
    padding-right: 12px;
    padding-bottom: 12px;
    padding-left: 12px;
    height: auto;
    min-height: 220px;
}

#lightbg h3 {
	font-size: 1.3em;
	color: #3B4B68;
}

.bold {
    font-size: 1.5em;
    font-weight: bolder;
    color: #3E6A93;
}
.bold02 {
    font-size: 1.5em;
    font-weight: bolder;
    color: #3E6A93;
}

#darkbg h3 {
	font-size: 1.6em;
	color: #337ab7;
}

#lightbg h4 {
	color: #404040;
	font-size: 1.3em;
	font-weight: bold;
}

#darkbg h4 {
	color: #404040;
	font-size: 1.3em;
	font-weight: bold;
}

/* Flicard */

.flip-card {
  background-color: transparent;
  width: auto;
  height: 700px;
  perspective: 1000px;
}

.flip-card-inner {
  position: relative;
  width: 100%;
  height: 100%;
  text-align: center;
  transition: transform 0.6s;
  transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
  transform: rotateY(180deg);
}

.flip-card-front, .flip-card-back {
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.flip-card-front {
}

.flip-card-back {
  transform: rotateY(180deg);
}
.nav.navbar-nav.navbar-right li h5 {
	margin-left: 10px;
	margin-top: 2px;
}
.pb20 {
    padding-bottom: 20px;
}
.pb40 {
    padding-bottom: 40px;
}

.fontsize16 {
    font-size: .8em;
	}
.buletTick {
    list-style-image: url(../img/tick_bullet.png);
}
.text-white {
    color: #FFD600;
}
.pb200 {
    padding-bottom: 200px;
}





/*MEDIA QUERIES*/

@media(max-width:768px) {
	
.logo img {
	margin-right: 0;
	margin-left: 10px;
}

.navbar-nav {
	margin:0px;
	margin-bottom:15px;
}
.navbar-toggle {
	margin-top:15px;
	margin-bottom:15px;
}

.pt150 {
	padding-top:80px;
}

#banner {
    background-image: url(../img/bg_banner.jpg);
}
#banner h1 {
	font-size: 3em;
	color: #000000;
}

#lightbg {

}

#lightbg h2 {
	font-size: 2em;
}

#lightbg p {
	font-size:1em;
}

#darkbg {

}

#darkbg h2 {
	font-size: 2em;
}

#darkbg p {
	font-size: 1em;
}
.price-box {
	width: 90%;
	margin-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}
.hide-line {
	display: none;
}

.flip-card {
  height: 200px;
}

.mq_mt20 {
	margin-top:20px;
}
.nav.navbar-nav.navbar-right li h5 {
	margin-left: 5px;
	margin-top: 5px;
}
	
.sqbox2 {
background: #EFEFEF;
padding-top: 15px;
padding-right: 15px;
padding-bottom: 15px;
padding-left: 15px;
width: 100%;
min-height: 150px;
}

@media(max-width:1366px) {

	.navbar-nav {
	font-family: "CircularStd Book";
	font-size: 12px;
	margin-top: 20px;
	margin-right: 50px;
	margin-left: 10px;
	margin-bottom: 5px;
}

.logo h5 {
	font-size: 18px;
	font-weight: bold;
	margin-left: 3px;
	color: #545454;
}
	.navbar-right ul li {
		margin-right: 2px;
	}
	.logo img {
	margin-right: 0;
	margin-left: 10px;
}
	.container-fluid {
		padding-right: 5px;
	}
}
