@import url(https://fonts.googleapis.com/css?family=Boogaloo);

@import url(https://fonts.googleapis.com/css?family=Dosis);

@import url(https://fonts.googleapis.com/css?family=Vollkorn);
@import url('https://fonts.googleapis.com/css2?family=Source+Sans+Pro:wght@400;600&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap');

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
caption, tbody, tfoot, thead, 
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
*, * focus {
	outline: none;
	margin: 0;
	padding: 0;
}
body {
	font-family: 'Source Sans Pro', 'sans-serif'!important;
	font-size: 18px!important;
	line-height: 34px!important;
	color: #333;
	text-decoration: none;
}
{
	text-decoration: none;
	position: relative;
	margin: auto;	
}
.wrap {
	max-width:1150px;
	min-width:1024px;
	margin: 0 auto;
}
.show{
	display:none!important;
}
.hide{
}
@media screen and (max-width : 1024px) {
.wrap {
	max-width:94%;
	min-width:94%;
}
.show{
	display:block!important;
}
}
@media screen and (max-width : 768px) {
.hide{ 
display:none;
}
}
header  {
	text-decoration: none;
	position: fixed;
	width: 100%;
	background-color: #FFFFFF;
	z-index: 1000;
	top: 0px;
	font-family: 'Roboto Condensed', sans-serif;
	box-shadow:0px 5px 10px rgba(0,0,0,.2);
	height:65px;
}
header .quote{
	float: right;
	margin:10px 0 10px 20px;
}
header .quote a{
	display: block;
	padding: 5px 10px;
	line-height: normal;
	color: #fff;
	text-decoration: none;
	background-color: #FF6600;
	border: solid 3px #fff;
	letter-spacing: 1px;
	border-radius: 25px;
	font-size: 16px;
	text-transform: uppercase;
	font-family: 'Dosis', sans-serif;
	font-weight: bold;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
header .quote a:hover{
	background-color: #003366;
}

header .logo {	
	float: left;
	width:30%;
	padding:5px 0;
}
header .logo img {		
	width:auto;
	height:auto;
}
header .top-menu {
	float: left;
	width:70%;
}
header .sn {
	float: right;
	line-height: 45px;
	height: 45px;
	margin-left: 30px;
	margin-top: 10px;
}
header .sn img {
	margin-right: 5px;
	margin-left: 5px;
}
@media screen and (max-width : 1024px) {
header{
	border-top:solid 3px #003366;
	height:50px;
}
header .top-menu {
	float: right;
}
header .quote{
	display:none;
}
header .logo {	
	float: left;
	width:80%;
	padding:5px 0;
}
header .logo img {		
	width:auto;
	height:35px;
}
header .sn {
	float: right;
	line-height: 45px;
	height: 45px;
	margin-left: 30px;
	margin-top: 10px;
}
header .sn img {
	margin-right: 5px;
	margin-left: 5px;
}
}

.banner {
	background-image: url(../images/banner.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size:cover;
	height: auto;
	position: relative;
	margin-top: 50px;
	width:100%;
	background-color:#04274b;
}
.banner .container{
	padding-top:0!important;
	padding-bottom:0!important;
}
.banner .banner-l {
	float: left;
	padding-top: 100px;
	padding-bottom: 100px;
	width: 100%;
	font-size: 26px;
	line-height: 40px;
	font-weight: 400;
	color: #FFFFFF;
	text-decoration: none;
	text-shadow: 1px 1px 5px rgba(0,0,0,.8);
}
.banner .banner-l h2 {
	color:#fff!important;
}
.banner .banner-l h3 {
	font-family: 'Boogaloo', cursive;
	font-weight: 400 !important;
	font-size: 55px!important;
	text-decoration: none;
	font-weight: lighter!important;
	margin:0 0 50px 0!important;
	padding:0!important;
	color:#e74305!important;
	text-shadow: 1px 1px 5px rgba(0,0,0,.1);
}
.banner .b-link{
	margin:20px 0 0 0;
}
.banner .b-link a{
	margin-right: 10px;
}
@media screen and (max-width : 1024px) {
.banner .banner-l {
	float: none;
	padding-top: 40px;
	padding-bottom: 40px;
	width: 100%;
	font-size: 22px;
	line-height: 32px;
}
}
@media screen and (max-width : 768px) {
.banner .banner-l {
	float: none;
	padding-top: 80px;
	padding-bottom: 80px;
	width: 100%;
	font-size: 18px;
	line-height: 30px;
	font-weight:600;
}
.banner .banner-l br{
	display:none;
}
.banner .banner-l h2{
	font-size:30px !important;
	margin:0 0 !important;
}
.banner .banner-l h3{
	font-size:34px !important;
	margin:0 0 50px 0 !important;
}
}
@media screen and (max-width : 480px) {

}



.nav-grey {
	background-color: #f6f6f6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e7e9;
	padding: 14px 0;
}
.nav-grey .nav-grey-inner {
	margin: auto;
	max-width:1150px;
	min-width:1024px;
}
.submenu-nav {
	background-color: #003366;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #004080;
	padding-top: 5px;
	padding-bottom: 5px;
	margin-top: 60px;
	min-height:70px;
}
.submenu-nav.home{
	margin-top: 0px!important;
}
.submenu-nav .submenu-nav-inner {
	margin: auto;
	max-width:1150px;
	min-width:1024px;
	line-height: 35px;
	height: 35px;
}
.submenu-nav .submenu-nav-inner ul li {
	float: left;
	list-style-type: none;
	line-height: 35px;
	height: 35px;
	margin-right: 50px;
}
.submenu-nav .submenu-nav-inner ul li a {
	color: #002435;
	line-height: 33px;
	height: 33px;
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	font-size: 15px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F9F9F9;
}
.submenu-nav .submenu-nav-inner ul li a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F35E2A;
}
.submenu-nav .submenu-nav-inner ul li a.sel {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F35E2A;
}
@media screen and (max-width : 992px) {
.submenu-nav {
	border-bottom-width: 0px solid #004080;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
	min-height:50px;
}
.submenu-nav.home{
	margin-top: 0px;
	min-height:1px!important;
	padding:0 auto!important;
}

.nav-grey {
	background-color: #f6f6f6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e7e9;
	padding: 14px 0;
}
.nav-grey .nav-grey-inner {
	margin: auto;
	max-width:94%;
	min-width:94%;
}
}
@media screen and (max-width : 480px) {
.nav-grey {
	background-color: #f6f6f6;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #e3e7e9;
	padding: 14px 0;
}
.nav-grey .nav-grey-inner {
	margin: auto;
	max-width:94%;
	min-width:94%;
}
}




.ff-form{
	background-color: #003366;
	padding: 10px 0 5px 0;
	position:fixed;
	z-index:1000;
	width:100%;
	height:auto;
	left:0;
	bottom:0;
	box-shadow:0px -10px 15px rgba(0,0,0,.2);
}
.ff-form .ff-text{
    position:absolute;
    top:-35px;
    font-family: 'Boogaloo', cursive !important;
	color:#fff !important;
	background-color:#e74305 ;
	padding:0px 15px;
	border-radius:15px;
	display:inline-block;
	box-shadow:0px 5px 15px rgba(0,0,0,.2);
}
.ff-form .ff-text:after{
    content: "";
    width: 15px;
    height: 15px;
    background-color: #e74305 ;
    position: absolute;
    z-index: 10;
    bottom: -6px;
    left: 20px;
    transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}
.ff-form .captcha{
    height:45px;
    overflow:hidden;
}



@media screen and (max-width : 992px) {
.ff-form{
	position:relative;
	z-index:auto;
	width:100%;
	height:auto;
	left:0;
	bottom:auto;
	padding: 10px 0 15px 0;
	box-shadow:0px -10px 15px rgba(0,0,0,.2);
}
.ff-form .ff-text:after{
    display:none;
}
.ff-form .ff-text{
    position:relative;
    top:auto;
	color:#fff !important;
	background-color:transparent;
	padding:0px 0px 5px 0;
	border-radius:0;
	display:inline-block;
	box-shadow:0px 5px 15px rgba(0,0,0,0);
}
.ff-form .btn2{
    float:right;
    margin-right:0 !important;
}
}

.page-content {
	text-decoration: none;
	margin: auto;
	max-width: 1150px;
	min-width: 1024px;
	padding-top: 40px;
	padding-bottom: 40px;
	color: #333333;
	font-size: 18px;
	line-height: 32px;
	font-weight: lighter;
	text-align: justify;
	min-height: 150px;
	position:relative;
}

.thumbs-page{
	background-image: linear-gradient(180deg, #f9f9f9 0%, #fff 90%);
}



@media screen and (max-width : 1024px) {
.page-content {
	max-width: 100%;
	min-width: 92%;
	padding: 20px 15px;
	font-size: 16px;
	line-height: 28px;
}
}
h1 {
	font-family: 'Boogaloo', cursive!important;
	font-size: 46px!important;
	margin:0 0 15px 0!important;
	padding:0!important;	
	line-height: normal;
	font-weight: 400!important;
	text-decoration: none;
	color: #222!important;
	text-align: left;
}
h1 span {	
	color: #FF3300;
}
p {
    margin: 0 0 20px !important;
}
.page-content h5 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: lighter;
	margin-bottom: 20px;
	font-size: 17px;
}
.page-content h4, .page-content h4 a {
	color: #666;
	text-decoration: none;
	font-size: 24px;
	line-height: 35px;
	font-weight: lighter;
	font-family: 'Boogaloo', cursive;
	margin:0!important;
}
h3 {
	font-family: 'Boogaloo', cursive !important;
	font-size: 29px;
	line-height: 40px;
	font-weight: lighter;
	color: #003366;
	text-decoration: none;
	margin-bottom: 10px;
	text-align: left;
}
h2 {
	font-family: 'Boogaloo', cursive!important;
	font-size: 36px!important;
	margin:0 0 15px 0!important;
	padding:0!important;	
	line-height: normal;
	font-weight: 400!important;
	text-decoration: none;
	color: #16488b!important;
	text-align: left;
}


.page-content .txt1 {
	font-family: 'Source Sans Pro', 'sans-serif';
	color: #666666;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 25px;
}
.page-content .txt2 {
	color: #247ECC;
	text-decoration: none;
}
.page-content .txt3 {
	text-decoration: none;
	font-size: 15px;
	line-height: 25px;
	font-weight: lighter;
	color: #666666;
}
 .page-content  .punchline {
	color: #999999;
	text-decoration: none;
	font-size: 20px;
	line-height: 35px;
	font-weight: lighter;
	font-style: italic;
	margin-bottom: 30px;
}
.page-content .blue-devider {
	line-height: 6px;
	text-decoration: none;
	background-color: #247ECC;
	height: 6px;
}
@media screen and (max-width : 980px) {
h1 {
	font-size: 35px!important;
	margin-bottom: 10px;
	color: #333333;
}
h1 span {	
	color: #FF3300;
}
.page-content h5 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: lighter;
	margin-bottom: 20px;
	font-size: 17px;
}
.page-content h4 {
	color: #999999;
	text-decoration: none;
	font-size: 20px;
	line-height: 28px;
}
.page-content h3 {
	font-family: 'Boogaloo', cursive;
	font-size: 29px;
	line-height: 40px;
	font-weight: lighter;
	color: #003366;
	text-decoration: none;
	margin-bottom: 10px;
	text-align: left;
}

.page-content .txt1 {
	font-family: 'Source Sans Pro', 'sans-serif';
	color: #666666;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 25px;
}
.page-content .txt2 {
	color: #247ECC;
	text-decoration: none;
}
 .page-content  .punchline {
	font-size: 18px;
	line-height: normal;
	margin-bottom: 10px;
}
.page-content .blue-devider {
	line-height: 6px;
	text-decoration: none;
	background-color: #247ECC;
	height: 6px;
}
}
@media screen and (max-width : 480px) {
h1 {
	font-size: 30px!important;
	margin-bottom: 5px;
	color: #333333;
}
h1 span {	
	color: #FF3300;
}
.page-content h5 {
	font-family: 'Roboto Condensed', sans-serif;
	color: #333333;
	text-decoration: none;
	font-weight: lighter;
	margin-bottom: 20px;
	font-size: 17px;
}
.page-content h4 {
	color: #999999;
	text-decoration: none;
	font-size: 18px;
	line-height: 25px;
}
.page-content h3 {
	font-family: 'Boogaloo', cursive;
	font-size: 20px;
	line-height: normal;
	font-weight: lighter;
	color: #003366;
	text-decoration: none;
	margin-bottom: 10px;
	text-align: left;
}

.page-content .txt1 {
	font-family: 'Source Sans Pro', 'sans-serif';
	color: #666666;
	text-decoration: none;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 25px;
}
.page-content .txt2 {
	color: #247ECC;
	text-decoration: none;
}
 .page-content  .punchline {
	font-size: 16px;
	line-height: normal;
	margin-bottom: 10px;
}
.page-content .blue-devider {
	line-height: 6px;
	text-decoration: none;
	background-color: #247ECC;
	height: 6px;
}
}

.page-content .btn-group {
	margin-top: 20px;
	font-family: 'Roboto Condensed', sans-serif;
	width:100%;
}
.page-content .btn-group ul {
	width:100%;
	padding:0!important;
	margin:0!important;
}
.page-content .btn-group ul li {
	float:left;
	width:31.3%;
	list-style:none;
	text-align:center;
	margin:0 1%!important;
	padding:0!important;
}
.page-content .btn-group ul li a{
	display: block;
	color: #fff;
	line-height: 45px;
	background-color: #F3551E;
	text-decoration: none;
	border-radius: 3px;
	-moz-transition: all .9s;
    -webkit-transition: all .9s;
    transition: all .9s;
}
.page-content .btn-group ul li a:hover{
	background-color:#111;
}
.page-content .btn-group ul li .sel{	
	background-color: #33cc33!important;
	-moz-transition: all .9s;
    -webkit-transition: all .9s;
    transition: all .9s;
}
.page-content .btn-group ul li .sel:hover{
	background-color: #111!important;
}

.page-content .features{
	float:left;
	width:48%;
	margin:0 1% 40px 1%;
	font-size:15px;
	line-height:22px;
}
.page-content .features h4{	
	line-height:normal;
	color: #003366;
	font-family: 'Roboto Condensed', sans-serif;
	font-size:20px;
}
.page-content .features .th-img{
	float:left;
	width:100px;
	height:100px;
	border-radius: 50%;
	padding:10px;
	margin:0 15px 0 0;
	text-align:center;
	border:solid 3px #ccc;
}
.page-content .features .th-img img{	
	width:80%;
	height:auto;
	margin:10% 0 0 0;
}
.page-content .features .s-img{
	float:left;
	width:107px;
	height:107px;
	border-radius: 50%;
	margin:0 15px 0 0;
	background-color:#fff;
	padding:20px;
	border:solid 3px #7d8697;
}
.page-content .features .s-img img{
	width:67px;
	height:67px;
	border-radius: 0;
}
@media screen and (max-width : 980px) {
.page-content .features{
	float:none;
	width:100%;
	margin:0 0 20px 0;
	font-size:15px;
	line-height:22px;
	padding:0 0 20px 0;
	border-bottom:solid 1px #ddd;
	clear:both;
	min-height:120px;
}
.page-content .features h4{	
	text-align:left;
}
}
@media screen and (max-width : 480px) {
.page-content .features{
	float:none;
	width:100%;
	margin:0 0 20px 0;
	font-size:15px;
	line-height:22px;
	padding:0 0 20px 0;
	border-bottom:solid 1px #ddd;
}
.page-content .features h4{	
	text-align:left;
}
.page-content .features .th-img{	
	width:60px;
	height:60px;
}
}

.center-img{
	margin:30px auto;
	display:block;
	width:auto;
	max-width:100%;
	height:auto;
	box-shadow:0px 10px 25px -5px rgba(0,0,0,.2);
}
.img-right {
	float: right;
	margin-left: 50px;
}
.page-content .price1{
	position: absolute;
	z-index: 1;
	top:20px;
	line-height:30px;
	width: 110px;
	height: 110px;
	color: #fff;
	background-color: #3C3;
	text-align: center;
	padding: 20px;
	border-radius: 100%;
	font-size: 26px;
	font-family: 'Boogaloo', cursive;
	border:solid 5px #fff;
	box-shadow:0px 0px 5px #ccc;
}
.page-content .price1 i{
	font-size:22px;
}
.page-content .img-left {
	float: left;
	margin-right: 50px;
}
.page-content .img-left-round {
	float: left;
	margin-right: 50px;
	border-radius: 50px;
	-moz-border-radius: 50px;	
}
@media screen and (max-width : 980px) {
.page-content .price1{
	position: absolute;
	z-index: 1;
	top:10px;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: #3C3;
	text-align: center;
	padding: 10px;
	border-radius: 50%;
	font-size: 16px;
	border:solid 2px #fff;
}
.page-content .price1 i{
	font-size:16px;
}
.page-content .img-left {
	float: left;
	margin-right: 30px;
	width:auto;
	max-width:400px;
	height:auto;
}
}
@media screen and (max-width : 768px) {
.page-content .price1{
	position: absolute;
	z-index: 1;
	top:10px;
	width: 40px;
	height: 40px;
	color: #fff;
	background-color: #3C3;
	text-align: center;
	padding: 10px;
	border-radius: 50%;
	font-size: 16px;
	border:solid 2px #fff;
}
.page-content .price1 i{
	font-size:16px;
}
.page-content .img-left {
	float: none;
	margin-right: 0;
	width:100%;
	height:auto;
}
}






.blue-bav {
	background-color: #003366;
	position:relative;
	overflow:hidden;
	padding:0 0 50px 0;
}
.blue-bav .curve-top {
    width: 110%;
    height: 50px;
	margin: -25px 0 0 0;
    background-color: #fff;
    /* Rotate div */
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);
}
.blue-bav .curve-bottom {
	position:absolute;
	z-index:1;
	bottom:-25px;

    width: 110%;
    height: 80px;
	margin: 0 0 0 0;
    background-color: #fff;
    /* Rotate div */
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
}
.blue-bav .blue-bav-inner {
	padding:40px 0;
	margin: auto;
	max-width:1150px;
	min-width:1024px;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 25px;
	font-weight: lighter;
	line-height: 40px;
}
.blue-bav .blue-bav-inner h2 {
	font-family: 'Boogaloo', cursive;
	font-size: 60px;
	line-height: 80px;
	font-weight: lighter;
	text-decoration: none;
	margin-bottom: 15px;
}
.blue-bav .blue-bav-inner h3 {
	font-family: 'Boogaloo', cursive;
	font-size: 45px;
	line-height: normal;
	font-weight: lighter;
	text-decoration: none;
	margin-bottom: 15px;
}
.blue-bav .blue-bav-inner .blue-bav-l {
	float: left;
	width: 250px;
	margin-right: 35px;
}
@media screen and (max-width : 1024px) {
.blue-bav {
	padding:0 0 50px 0;
}
.blue-bav .curve-top {
    width: 110%;
    height: 50px;
	margin: -25px 0 0 0;
    background-color: #fff;
    /* Rotate div */
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);
}
.blue-bav .curve-bottom {
	position:absolute;
	z-index:1;
	bottom:-25px;
    width: 110%;
    height: 75px;
	margin: 0 0 0 0;
    background-color: #fff;
    /* Rotate div */
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
}
.blue-bav .blue-bav-inner {
	padding:40px 0;
	margin: auto;
	max-width:94%;
	min-width:94%;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: lighter;
	line-height: 30px;
}
.blue-bav .blue-bav-inner h2 {
	font-family: 'Boogaloo', cursive;
	font-size: 30px;
	line-height: 60px;
	font-weight: lighter;
	text-decoration: none;
	margin-bottom: 15px;
}
.blue-bav .blue-bav-inner h3 {
	font-size: 25px;
	margin-bottom: 5px;
}
.blue-bav .blue-bav-inner .blue-bav-l {
	float: left;
	width: 250px;
	margin-right: 35px;
}
}
@media screen and (max-width : 480px) {
.blue-bav {
	padding:0 0 50px 0;
}
.blue-bav .curve-top {
    width: 110%;
    height: 30px;
	margin: -25px 0 0 0;
    background-color: #fff;
    /* Rotate div */
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);
}
.blue-bav .curve-bottom {
	position:absolute;
	z-index:1;
	bottom:-25px;
    width: 110%;
    height: 40px;
	margin: 0 0 0 0;
    background-color: #fff;
    /* Rotate div */
    -ms-transform: rotate(-2deg); /* IE 9 */
    -webkit-transform: rotate(-2deg); /* Chrome, Safari, Opera */
    transform: rotate(-2deg);
}
.blue-bav .blue-bav-inner {
	padding:40px 0;
	margin: auto;
	max-width:94%;
	min-width:94%;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 16px;
	font-weight: lighter;
	line-height: 30px;
}
.blue-bav .blue-bav-inner h2 {
	font-family: 'Boogaloo', cursive;
	font-size: 30px;
	line-height: 60px;
	font-weight: lighter;
	text-decoration: none;
	margin-bottom: 15px;
}
.blue-bav .blue-bav-inner h3 {
	font-size: 25px;
	margin-bottom: 5px;
}
.blue-bav .blue-bav-inner .blue-bav-l {
	float: left;
	width: 250px;
	margin-right: 35px;
}
}
.page-content .work {
	text-decoration: none;
}
.page-content .work .category {
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #F2F2F2;
	border-bottom-color: #F2F2F2;
	height: 225px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.page-content .work .category img {
	float: left;
	width: 250px;
	height: 215px;
	border-top-width: 3px;
	border-bottom-width: 3px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #0066CC;
	border-bottom-color: #0066CC;
	padding-top: 2px;
	padding-bottom: 2px;
	margin-right: 50px;
}
.page-content .work .category h4 {
	color: #000000;
	text-decoration: none;
	font-size: 24px;
	line-height: 35px;
	font-weight: lighter;
	margin-bottom: 10px;
}
.page-content .work .category h5 {
	color: #999999;
	text-decoration: none;
	font-size: 20px;
	line-height: 30px;
	font-weight: lighter;
	font-style: italic;
}
.page-content .work .product {
	float: left;
	width: 186px;
	padding: 10px;
	text-align: center;
	line-height: 20px;
	border: 1px solid #dddddd;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-right: 22px;
}
.page-content .work .product img {
	float: left;
	width: 180px;
	margin-right: 50px;
	height: auto;
	border: 1px solid #CCCCCC;
	padding: 2px;
	border-radius: 5px;
	-moz-border-radius: 5px;
}
.page-content .work .product h4 {
	color: #000000;
	text-decoration: none;
	font-size: 17px;
	font-weight: lighter;
}
.page-content .work .product .old-price {
	text-decoration: line-through;
	font-size: 14px;
	color: #666666;
}

.page-content .work .product h5 {
	color: #999999;
	text-decoration: none;
	font-size: 20px;
	line-height: 30px;
	font-weight: lighter;
}
.page-content .work .product .view {
	line-height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #FD561E;
	height: 35px;
	float: left;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	background-image: url(../images/icon-view.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-left: 20px;
}
.page-content .work .product .view:hover {
	text-decoration: none;
	background-color: #666666;
}

.page-content .work .product .buy {
	line-height: 35px;
	color: #FFFFFF;
	text-decoration: none;
	background-color: #257FCD;
	height: 35px;
	float: left;
	padding-right: 10px;
	padding-left: 10px;
	background-image: url(../images/blue-bg.jpg);
	background-repeat: repeat-x;
	border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	
}
.page-content .work .product .buy:hover {
	text-decoration: none;
	background-color: #666666;
	background-image: none;
}



/* -------Blog Page------- */
.page-content .hosting-box {
	border: solid 1px #ddd;
	text-align: center;
	padding-bottom: 15px;
	margin:10px 0;
	border-radius:4px 4px 0 0;
	-moz-transition: all .5s;
	-webkit-transition: all .5s;
	transition: all .5s;
}

.page-content .hosting-box:hover {
	box-shadow:0px 0px 10px #ccc;
	margin:5px 0 15px 0;	
}
.page-content .hosting-box p a {
	color:#069;
	text-decoration:none;
}
.page-content .hosting-box h4 {
	line-height: 35px;
	color: #FFF;
	text-decoration: none;
	background-color: #003366;
	margin-bottom: 15px!important;	
	border-radius:4px 4px 0 0;
	padding:10px 0!important;	
}
.page-content .hosting-box .inr {
	font-size: 25px;
	line-height: 25px;
	color: #111;
}
.page-content .hosting-box .inr span {
	font-size:35px;
	line-height:35px;
	color:#111;
}
.page-content .hosting-box .ribbon {
	background-color: #FCC085;
	margin-top: 20px;
	margin-bottom: 20px;
	font-size: 15px;
	color: #532B02;
	border-top-width: 1px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: dashed;
	border-right-style: dashed;
	border-bottom-style: dashed;
	border-left-style: dashed;
	border-top-color: #FA9F45;
	border-right-color: #FA9F45;
	border-bottom-color: #FA9F45;
	border-left-color: #FA9F45;
}
.page-content .hosting-box strong {
	font-weight:bold;
}
.page-content .hosting-box .btn {	
	padding: 0 20px;
	margin:10px 20% 0 20%;
}



/* -------Blog Page------- */
.page-content .blog-box {
	padding: 0;
	border: 0px solid #f9f9f9;
	margin: 0 0 30px 0!important;
	border-radius: 5px;
	background-color:#fff;
	box-shadow: 0px 5px 15px -3px rgba(0,0,0,.1)
}
.page-content .blog-box h2 {
	font-family: 'Boogaloo', cursive !important;
	font-weight:400!important;
	color: #16488b;
	font-size:32px!important;
	border-bottom:solid 1px #ddd;
	padding:5px 0 !important;
	margin:0 0 10px 0!important;
	text-align:left;
}
.page-content .blog-box h2 a{
	color: #16488b;
}
.page-content .blog-box a {
	color: #C90;
	text-decoration: none;
}
.page-content .blog-box img  {
	float: right;
	margin:0 0 0 20px;
	height: auto;
	width: 300px;
	height:auto;
	border-radius:0 5px 5px 0
}
.page-content .blog-box img.bi-l  {
	float: left;
	margin:0 20px 0 0;
	border-radius:5px 0 0 5px;
}
.page-content .blog-box .bb-cont{
	padding:15px;
}
.page-content .blog-box .bb-date{
	color:#666;
	font-size:16px;
	line-height:.85;
}
.page-content .bb-date.detail{
	background-color:#f9f9f9;
	color:#333;
	display:inline-block;
	padding:8px 15px;
	line-height:35px;
	border-radius:5px;
	font-size:16px;
	line-height:1;
	border:solid 1px #ddd;
	float:right;
}
.page-content .blog-box  .b-date {
	font-size: 19px;
	text-align: center;
	font-weight: lighter;
	margin-right: 20px;
	float: left;
	background-color: #FFFFFF;
	width: 100px;
}
.page-content .blog-box .b-date  span {
	font-size: 40px;
	font-weight: bold;
	color: #333333;
	text-decoration: none;
	text-align: center;
	height: 73px;
	width: 73px;
	display: block;
	line-height: 73px;
	border: 1px solid #CCCCCC;
	border-radius: 10px;
	-moz-border-radius: 10px;
	margin-left: 13px;
}
.page-content .blog-box p{
	margin:0 !important;
}


.right-posts{
}
.right-posts ul{
	list-style:none;
}
.right-posts ul li{
	display:block;
	clear:both;
	border-bottom:solid 1px #ddd;
	margin:0 0 15px 0;
	padding:0 0 15px 0;
}
.right-posts ul li img{
	float:left;
	margin:0 10px 0 0;
	width:80px;
}
.right-posts ul li h4{
	color:#111;
	font-size:14px;
	line-height:normal;
	font-family: 'Source Sans Pro', 'sans-serif'!important;
	font-weight:600;
	text-align:left;
}
.right-posts ul li h4 a{
	color:#111;
}
.right-posts ul li .bb-date{
	color:#666;
	font-size:12px;
	line-height:.85;
}


@media screen and (max-width : 600px) {
.page-content .blog-box {
	padding: 0;
	margin: 0 0 30px 0!important;
	border-radius: 5px;
	box-shadow: 0px 5px 15px -3px rgba(0,0,0,.2)
}
.page-content .blog-box img  {
	float: none;
	margin:0 0 10px 0;
	height: auto;
	width: 100%;
	border-radius: 5px 5px 0 0;
}
.page-content .blog-box img.bi-l  {
	float: none;
	margin:0 0 10px 0;
	height: auto;
	width: 100%;
	border-radius: 5px 5px 0 0;
}
}
.sharing{
	display:block;
	margin:0 0 15px 0;
}
.sharing img{
	width:35px;
	height:auto;
	border-radius:5px;
}
@media screen and (max-width: 768px) {
.sharing{
	display:block;
	float:none;
	margin:0 0 0 0;
}
}




.dynamic{
}
.dynamic ul{
	margin:20px 0 30px 18px;
}
.dynamic ul li ul{
    margin:0 0 10px 18px;
}

.dynamic ol{
	margin:0 0 30px 20px;
}
.dynamic ol li{
	margin: 0 0 10px 0;
}

/* Demo */
.demo{
	margin:20px 0 0 0;
}
.demo ul{
}
.demo ul li{
	list-style:none!important;
	margin:0;
	padding:0;
}
.demo .list1{
}
.demo .list1 li{
	list-style:none!important;
	margin:0;
	padding:0;
	float:left;
	width:25%;
}
.demo .list1 li a{
	background-image: url(../images/bullet1.png);
	background-repeat: no-repeat;
	background-position: left 6px;
	padding-left: 20px;
	color:#666;
	text-decoration:none;
}
.demo .list1 li a:hover{	
	color:#F60;
}


.contactus{
}
.contactus .contect-l{
	float:left;
	width:49%;
	margin:0 2% 0 0;
	padding:0 0 0 0;
	box-shadow:inset -1px 0px 0px #ccc;
}
.contactus .contect-r{
	float:left;
	width:49%;
}
@media screen and (max-width : 768px) {
.contactus{
}
.contactus .contect-l{
	float:none;
	width:100%;
	margin:0 0 2% 0;
	padding:00;
	box-shadow:inset 0px 0px 0px #ccc;
}
.contactus .contect-r{
	float:none;
	width:100%;
	padding:0 5px
}
}

.img-l{
	float:left;
	width:33%;
	margin:0 30px 0 0;
}
.img-l img{
	width:auto;
	height:auto;
}
.img-r{
	float:right;
	width:30%;
	margin:0 0 0 30px;
}
.img-r img{
	width:auto;
	height:auto;
}
@media screen and (max-width : 980px) {
.img-l{
	float:left;
	width:25%;
	margin:0 30px 0 0;
}
.img-l img{
	width:100%;
	height:auto;
}
.img-r{
	float:right;
	width:25%;
	margin:0 0 0 30px;
}
.img-r img{
	width:100%;
	height:auto;
}
}
@media screen and (max-width : 768px) {
.img-l{
	float:left;
	width:30%;
	margin:0 30px 0 0;
}
.img-l img{
	width:100%;
	height:auto;
}
.img-r{
	float:right;
	width:30%;
	margin:0 0 0 30px;
}
.img-r img{
	width:100%;
	height:auto;
}
}
@media screen and (max-width : 480px) {
.img-l{
	float:none;
	width:100%;
	margin:0;
	text-align:center;
}
.img-l img{
	width:auto;
	height:auto;	
}
.img-r{
	float:none;
	width:100%;
	margin:0;
	text-align:center!important;
}
.img-r img{
	width:auto;
	height:auto;
}
}

.list2{
	margin:0!important;
	padding:0!important;
	
}
.list2 li{
	list-style:none!important;
	display:block;
	clear:both;
	margin:0 0 50px 0;
	line-height:normal;
	padding:0 30px 0 0!important;
}
.list2 li span{
	float:left;
	background-color:#eee;
	font-size:25px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#111;
	margin:0 20px 0 10px;
	border-radius:50%;
	font-family: 'Boogaloo', cursive;
}
.list3{
	margin:0!important;
	padding:0!important;
	
}
.list3 li{
	list-style:none!important;
	line-height:40px;
	float:left!important;
	width:50%!important;
	margin:0 0 10px 0;
}
.list3 li i{
	float:left;
	background-color:#F60;
	font-size:25px;
	width:40px;
	height:40px;
	line-height:40px;
	text-align:center;
	color:#fff;
	margin:0 10px 0 0;
	border-radius:50%;
}
@media screen and (max-width : 480px) {
.list3{
	margin:0!important;
	padding:0!important;
	
}
.list3 li{
	list-style:none!important;
	line-height:40px;
	float:none!important;
	width:100%!important;
	margin:0 0 10px 0;
}
}


.btn {
	text-decoration: none;
	font-size:16px!important;
	line-height: 45px !important;
	color: #FFFFFF!important;
	display:block;	
	height: 45px;
	padding:0 20px!important;
	margin:0;
	border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: 1px 1px 3px #333333;
	background-color: #003366;
	border: 1px solid #003366;
	cursor:pointer;
	text-align:center;
	-webkit-appearance: none; /*Safari/Chrome*/
	-moz-appearance: none; /*Firefox*/
	-ms-appearance: none; /*IE*/
	-o-appearance: none; /*Opera*/
	appearance: none;
}
.btn1 {
	text-decoration: none;
	font-size:16px;
	line-height: 45px;
	color: #FFFFFF;
	float: left;
	height: 45px;
	margin-right: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: 1px 1px 3px #333333;
	background-color: #003366;
	border: 1px solid #003366;
	cursor:pointer;
	-webkit-appearance: none; /*Safari/Chrome*/
	-moz-appearance: none; /*Firefox*/
	-ms-appearance: none; /*IE*/
	-o-appearance: none; /*Opera*/
	appearance: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
}
.btn1:hover {
	color: rgba(255,255,255,.85)
}
.btn2 {
	text-decoration: none;
	font-size:16px;
	line-height: 45px;
	color: #FFFFFF;
	float: left;
	height: 45px;
	margin-right: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border: 1px solid #e74305;
	border-radius: 3px;
	-moz-border-radius: 3px;
	text-shadow: 1px 1px 3px #333333;
	background-color: #e74305;
	cursor:pointer;
	-webkit-appearance: none; /*Safari/Chrome*/
	-moz-appearance: none; /*Firefox*/
	-ms-appearance: none; /*IE*/
	-o-appearance: none; /*Opera*/
	appearance: none;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight:700;
	text-transform:uppercase;
	letter-spacing:1px;
}
.btn2:hover {
	color: rgba(255,255,255,.85)
}
.btn3{
	display:inline-block;
	clear:both;
	padding:5px 25px;
	background-color:#f3551e;
	border:solid 2px #f3551e;
	margin:0 auto 15px auto;
	color:#fff;
	border-radius:25px;
	box-shadow:0px 5px 10px -3px rgba(0,0,0,.1);	
}

@media screen and (max-width : 768px) {
.btn1, .btn2 {
	font-size:14px;
}
}

.box1 {
	background-color: #FFFFFF;
	padding: 15px;
	border: 5px solid #dddddd;
	border-radius: 10px;
	-moz-border-radius: 10px;
}



.box2 {
	background-color: #f9f9f9;
	padding: 15px;
	border: 5px solid #dddddd;
	border-radius: 10px;
}
.box2 h1 {
	text-align:center;
}
.box3 {
	background-color: #FFFFFF;
	padding: 15px;
	border: 1px solid #eee;
	border-radius: 5px;
	border-bottom-width:4px;
	margin:5px 0;
}
.box3 h3 {
	text-align:center!important;
	line-height:normal!important;
	margin:0!important;
}
.box3 h5 {
	text-align:center;
	line-height:normal!important;
	margin:0!important;	
}
.box3 h5 span {
	font-size:25px;
	color:#F30;
}
.box3 h6 {
	text-align:center;
	line-height:normal;
	font-size:15px;
}
.box3 h6 strong {
	font-weight:bold;
}
.box3 .txt4 {
	text-align:center!important;
	font-size:12px;
	color:#999;
	line-height:normal;
}
hr{	
	border: 0;
	height: 1px;
	margin:10px 0;
	background: #333;
	background-image: linear-gradient(to right, #bbb, #ccc, #aaa);
}
.fix-fb{	
	position:fixed;
	z-index:1000;
	left:0;
	top:42%;
	padding:5px;
	background-color:#1d4791;
	border-radius:0 5px 5px 0;
	width:44px;
	text-align:left;
}
@media screen and (max-width : 980px) {
.fix-fb{
	display:none;
	position:fixed;
	z-index:1000;
	left:0;
	top:42%;
	padding:5px;
	background-color:#1d4791;
	border-radius:0 5px 5px 0;
	width:34px;
	text-align:left;
}
}
.payment{
	text-align:center;
	margin:0 0 30px 0;
}
.payment ul{
	display:inline-block;
}
.payment ul li{
	list-style:none!important;
	border:solid 1px #ddd;
	border-radius: 35px;
	padding:50px;
}
.payment ul li img{
	width:40px;
	height:40px;
	text-align:center;
	border-radius:50%;
	margin:0 0 10px 0;
	padding:10px;
	color:#fff;
}
.payment ul li.success{
	color:#3C3;
}
.payment ul li.success img{
	background-color:#3C3;
}
.payment ul li.cancel{
	color:#F30;
}
.payment ul li.cancel img{
	background-color:#F30;
}

.heading{
	border-top:solid 2px #ccc;
	text-align:center;
	margin:25px 0 20px 0;
}
.heading span{	
	text-align:center;
	display:inline-block;
	margin:-25px 0 0 0;
	background-color:#fff;
	padding:0 15px;
	border-radius:0px 10px;
	border:solid 2px #ccc;
}
.heading span h3{
	margin:0!important;
	padding:0 0 5px 0!important;
	
}
.tbl1{
	background-color:#ddd;
	
}
.tbl1 th{
	padding:8px;
	background-color:#f1f1f1;
}
.tbl1 td{
	padding:5px;
	background-color:#fff;	
}

.footer2 {	
	padding-bottom: 30px;
	background-color: #003366;
	color: #fff;
	line-height: 35px;
	font-size:30px;
	text-align:center;
	font-family: 'Arvo', serif;
	font-weight:lighter;
	position:relative;
	overflow:hidden;
}
.footer2 .curve-top {
    width: 110%;
    height: 50px;
	margin: -25px 0 50px 0;
    background-color: #fff;
    /* Rotate div */
    -ms-transform: rotate(2deg); /* IE 9 */
    -webkit-transform: rotate(2deg); /* Chrome, Safari, Opera */
    transform: rotate(2deg);
}

.footer2 h3 {
	font-size: 40px;
	color: #FFFFFF;
	text-decoration: none;	
	line-height: 25px;
	margin-bottom: 10px;
	padding-bottom: 8px;
	font-family: 'Boogaloo', cursive !important;
	font-weight: 400;
	text-align:center;
}
.footer2 h4 {
	font-size:18px;
	font-family: 'Dosis', sans-serif;
	font-weight:lighter;
	text-transform:uppercase;
	letter-spacing:5px;
	margin:20px 0 0 0;
}
.footer2 h5 {
	font-size: 24px;
	font-family: 'Boogaloo', cursive !important;
	font-weight: 400;
	letter-spacing:2px;
}
.footer2 h6{	
	color: #fff;
	line-height: 35px;
	font-family: 'Boogaloo', cursive !important;
	font-weight: 400;
	font-size:22px;
	letter-spacing:1px;
}
.footer2 .quote{
	display:inline-block;
	margin:10px 0 0 0;
	
}
.footer2 .quote a{
	display: block;
	padding: 5px 35px;
	line-height:normal;
	color: #fff;
	text-decoration: none;
	background-color: #FF6600;
	border:solid 3px #fff;
	letter-spacing:5px;
	border-radius:25px;
	font-size:20px;
	text-transform:uppercase;
	font-family: 'Dosis', sans-serif;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	transition: all .4s;
}
.footer2 .quote a:hover{	
	background-color: #111;
}
.footer2 ul{
	text-align:center;
	font-size:16px;
	display:inline-block;
	font-family: 'Source Sans Pro', 'sans-serif';
}
.footer2 .sn{
	text-align:center;
	clear:both;
	width:100%;
	margin:10px 0 0 0;
}
.footer2 .sn ul{
	text-align:center;
	display:inline-block;

}
.footer2 .sn ul li{
	list-style:none;
	display:inline-block;
	text-align:center;
	float:left;
	margin:0 5px;
}
.footer2 .sn ul li a i{
	list-style:none;
	color:#fff;
	width:30px;
	height:30px;
	line-height:30px;
	text-align:center;
	border:solid 2px #fff;
	display:block;
	border-radius:50%;
	font-size:20px;


}
.footer {
	background-color: #002345;
	padding-top: 15px;
	padding-bottom: 85px;
	color: #ACBAFD;
}
.footer .f-left{
	float:left;	
}
.footer .f-right {
	color: #FFF;
	text-align:right;
	float:right;
}
.footer ul{
	text-align:left;
	font-size:16px;
	font-family: 'Source Sans Pro', 'sans-serif';
}
.footer ul li{
	list-style:none;
	float:left;
}
.footer ul li a{
	color:#fff;
	text-decoration:none;
	padding:0 15px;
}
@media screen and (max-width : 980px) {
.footer2 {	
	padding-bottom: 30px;
	line-height: 35px;
	font-size:20px;
}
.footer2 h3{
	font-size: 38px;
	line-height: 25px;
}
.footer2 h4{
	font-size:20px;
	line-height:normal;
	letter-spacing:1px;
	margin:20px 0 0 0;
}
.footer2 h5{
	font-size: 22px;
}
.footer2 h6{	
	line-height: 25px;
	font-size:18px;
}
.footer2 .quote a{
	padding: 5px 25px;
	border:solid 2px #fff;
	font-size:16px;
}
.footer {
	background-color: #004080;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ACBAFD;
}
.footer .f-left{
	float:left;	
}
.footer .f-right {
	color: #FFF;
	text-align:right;
	float:right;
	padding:10px 0 0 0;
}
.footer ul{
	text-align:left;
	font-size:12px;
}
.footer ul li{
	list-style:none;
	float:left;
}
.footer ul li a{
	color:#fff;
	text-decoration:none;
	padding:0 10px 0 0;
}
}
@media screen and (max-width : 768px) {
.footer2 {	
	padding-bottom: 30px;
	line-height: 25px;
	font-size:20px;
}
.footer2 h3{
	font-size: 28px;
	line-height: 25px;
}
.footer2 h4{
	font-size:20px;
	line-height:normal;
	letter-spacing:1px;
	margin:20px 0 0 0;
}
.footer2 h5{
	font-size: 16px;
}
.footer2 h6{	
	line-height: 25px;
	font-size:18px;
}
.footer2 .quote a{
	padding: 5px 25px;
	border:solid 2px #fff;
	font-size:16px;
}
.footer {
	background-color: #004080;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ACBAFD;
}
.footer .f-left{
	float:none;	
}
.footer .f-right {
	color: #FFF;
	text-align:center;
	float:none;
	padding:10px 0 0 0;
}
.footer ul{
	text-align:left;
	font-size:12px;
}
.footer ul li{
	list-style:none;
	float:left;
}
.footer ul li a{
	color:#fff;
	text-decoration:none;
	padding:0 10px 0 0;
}
}
@media screen and (max-width : 480px) {
.footer2 {	
	padding-bottom: 30px;
	line-height: 25px;
	font-size:15px;
}
.footer2 h3{
	font-size: 20px;
	line-height: 25px;
}
.footer2 h4{
	font-size:14px;
	line-height:normal;
	letter-spacing:1px;
	margin:20px 0 0 0;
}
.footer2 h5{
	font-size: 12px;
}
.footer2 h6{	
	line-height: 25px;
	font-size:18px;
}
.footer2 .quote a{
	padding: 5px 25px;
	border:solid 2px #fff;
	font-size:16px;
}
.footer {
	background-color: #004080;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #ACBAFD;
}
.footer .f-left{
	float:none;	
}
.footer .f-right {
	color: #FFF;
	text-align:center;
	float:none;
	padding:10px 0 0 0;
}
.footer ul{
	text-align:left;
	font-size:12px;
}
.footer ul li{
	list-style:none;
	float:left;
}
.footer ul li a{
	color:#fff;
	text-decoration:none;
	padding:0 10px 0 0;
}
}
::-webkit-input-placeholder { /* Chrome */
  color: #666;
}
:-ms-input-placeholder { /* IE 10+ */
  color: #666;
}
::-moz-placeholder { /* Firefox 19+ */
  color: #666;
  opacity: 1;
}
:-moz-placeholder { /* Firefox 4 - 18 */
  color: #666;
  opacity: 1;
}
input[type="text"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 10px 0 35px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px;
	margin:5px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
	border-radius:5px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus, select:focus { 
border-color:#0070b9;
}
input[type="tel"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 10px 0 35px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px;
	margin:5px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
	border-radius:5px;
}
input[type="password"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 10px 0 35px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px;
	margin:5px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
	border-radius:5px;
}
input[type="number"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 10px 0 35px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px;
	margin:5px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
	border-radius:5px;
}
input[type="email"] {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 10px 0 35px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px;
	margin:5px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
	border-radius:5px;
}
select{
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 0 10px 0 35px!important;
	width: 100%!important;
	text-decoration: none;
	height: 40px!important;
	margin:5px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
	border-radius:5px;
}
select option {	
	color: #666;
}
textarea {
	font-size: 14px;
	border: 0px;
	border:solid 1px rgba(0,0,0,.1);
	color: #666;
	padding: 10px!important;
	width: 100%!important;
	text-decoration: none;
	height: 80px;
	margin:5px 0!important;
	background-color:rgba(255,255,255,1);
	line-height:1!important;
	border-radius:5px;
}
.f-user:before {
    content: "\f2c0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
.f-map:before {
    content: "\f041";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
.f-email:before {
    content: "\f2b7";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
.f-message:before {
    content: "\f044";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
.f-mobile:before {
    content: "\f10b";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;


    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
.f-phone:before {
    content: "\f2a0";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
.f-company:before {
    content: "\f0b1";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
.f-web:before {
    content: "\f0ac";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
.f-service:before {
    content: "\f1b3";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
.f-search:before {
    content: "\f002";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
.f-pass:before {
    content: "\f084";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
.f-code:before {
    content: "\f260";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
.f-fax:before {
    content: "\f1ac";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
.f-pin:before {
    content: "\f279";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
.f-star:before {
    content: "\f005";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
.f-inr:before {
    content: "\f156";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
.f-hand:before {
    content: "\f0a4";
    font-family: FontAwesome;
    font-style: normal;
    font-weight: normal;
    text-decoration: inherit;
    color: #0070b9;
    font-size: 18px;
	width:28px;
	text-align:center;
    position: absolute;
    bottom: 8px;
    left: 20px;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, input[type="tel"]:focus, textarea:focus { 
	box-shadow: inset 0px 0px 3px 3px #dff3ff;
}
form strong{
	font-size:15px!important;
	margin:10px 0 0 0;
	display:inline-block;
}

/* icon class */
.i1{
	border-radius: 50%;
	color: #fff;
	background-color: #003366;
	font-size: 30px!important;
	line-height: 30px;
	text-align: center;
	width: 60px;
	height: 60px;
	padding: 15px;
}
.i2{
	border-radius:50%;
	color:#fff;
	background-color:#e74305;
	font-size:18px!important;
	line-height:18px;
	text-align:center;
	width:18px;
	height:18px;
	padding:5px;
}

.txtfield {
	text-decoration: none;
	border: 2px solid #eeeeee;
	line-height: 35px;
	color: #666666;
	height: 35px;
	width: 270px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
	padding-right: 15px;
	padding-left: 15px;
}
.txtfield:hover {
	box-shadow: 0px 0px 8px #dddddd;
}
.txtarea {
	text-decoration: none;
	border: 2px solid #eeeeee;
	line-height: 35px;
	color: #666666;
	height: 70px;
	width: 300px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	margin-bottom: 10px;
}



.top-form{
	padding:8px 0 0px 0;
}

.top-form h3{
	font-family: 'Boogaloo', cursive;
	font-size: 22px;
	line-height: 22px;
	font-weight: lighter;
	color: #fff!important;
	text-decoration: none;
	margin: 8px 0!important;
	text-align: left;
}
.top-form .btn1 {
	text-decoration: none;
	line-height: 35px;
	color: #FFFFFF;
	font-weight:700;
	height: 40px;
	margin: 5px 0 0 0;
}

@media screen and (max-width: 768px) {
.top-form{
	padding:8px 0 15px 0;
}
.top-form .btn2{
	float:right;
	margin-right:0;
}
}

.fix-call{
    position:fixed;
    right:0;
    bottom:10px;
    width:160px;
    z-index:1000;
    background-color:rgba(255,255,255,0)!important;
    text-align:center;
    padding:0 10px;
    box-shadow:0px 0px 5px rgba(0, 0, 0, 0)!important;
	text-align:right;
}
.fix-call a{
    color:#fff !important;
    font-size:30px;
	width:auto;
	height:auto;
	display:inline-block;
	text-align:center;
}
.fix-call a:hover{
    text-decoration: none;
}
.fix-call a i{
    color:#fff!important;
    font-size:22px!important;
	width:52px!important;
	height:52px!important;
	line-height:52px!important;
	border-radius:100%;
	display:inline-block;
	margin:0 2px;
	border:solid 0px #0b0c0b; 
	box-shadow:0px 3px 3px rgba(0,0,0,.3);
}
.fix-call a.wa img{
    display:none;
}
.fix-call a.fx-call{
	display:none;
}
.fix-call a .fa-building-o{
	background: linear-gradient(90deg, #e74305 0%, #e74305 50%, #e74305 100%);
}
.fix-call a .fa-whatsapp{
	background-color:#13990a;
	font-size:26px!important;
	line-height:52px!important;
	color:#fff!important;
}
.fix-call a .fa-envelope-open{
	background-color: #233921;
}
.fix-call a span{
	color:#000;
	font-size:14px;
	font-weight:800;
	display:none;
	text-transform:uppercase;
}
@media screen and (max-width : 992px) {
.fix-call{
    position:fixed;
    left:0;
    bottom:0;
    width:100%;
    z-index:100;
	background-color: #e74305!important;
    text-align:center;
    padding:0 0 0 0;
    box-shadow:0px -5px 10px rgba(0, 0, 0, .1)!important;	
	display:table;
}
.fix-call a{
	display:table-cell;
	width: 40%!important;
    color:#fff !important;
	height:auto;
	line-height:1;
	text-align:center;
	text-decoration: none!important;
	margin:0;
	padding:3px 5px;
	font-size:22px!important;
	vertical-align:middle;
	border-right:solid 0px rgba(0,0,0,.3);
}
.fix-call a i{
	display: inline-block;
    color:#fff !important;
    font-size:14px!important;
	width:auto!important;
	height:auto!important;
	line-height:45px!important;
	border-radius:0;
	margin:0 3px 0 0;
	border:solid 0px rgba(255,255,255,0);	
	vertical-align:middle;
	box-shadow:0px 3px 3px rgba(0,0,0,0);
	background: transparent!important;
}
.fix-call a i{
	background: transparent;
}
.fix-call a.fx-call{
	display:table-cell;
	width: 40%!important;
}
.fix-call a.wa{
	position: relative;
	z-index: 10;
	top: -5px;
	padding: 3px 5px;
	width: 20%!important;
	background-color: #13990a;
	border-radius: 5px;	
	margin-top: 0px;
	box-shadow: 0px 0px 5px rgba(0,0,0,.25);
}
.fix-call a.wa img{
    display:inline-block;
	height:40px;
	vertical-align:middle;
}
.fix-call a.wa span{
    display:none;
}
.fix-call a .fa-whatsapp{
	display:none!important;
	font-size:22px!important;
	background: transparent;
	color:#13990a!important;
}
.fix-call a span{
	display:inline-block;
	line-height:45px;
	color:#fff !important;
}
}


.pagination li a{
  color: #16488b!important;
}

.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
  z-index: 3;
  color: #fff!important;
  cursor: default;
  background-color: #16488b !important;
  border-color: #16488b!important;
}


@media screen and (max-width : 992px) {
.anchor {
  line-height: 1em;
  display: inline-block;
  text-decoration: none;
  padding-top: 50px;
  margin-top: -50px;
}
}

/*
.modal-content {  
  border: 0px solid rgba(255, 255, 255, 0.5)!important;
  border-radius: 0!important;
  outline: 0;
  box-shadow:15px 15px 25px rgba(0,0,0,.3);
}
.modal-body {  
	padding:65px 45px!important;
}
.modal-body .title{
	font-size:24px!important;
}
.modal-body .close {
  float: right;
  font-size: 28px!important;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  opacity: 1;
  margin:-30px -30px 0 0;
  background-color:#f14f40;
  width:39px;
  height:39px;
  line-height:16px!important;
  padding:0!important;
  border:solid 3px #fff;
}
.modal-body .close:hover, .modal-body.close:focus {
	background-color:#00afa8;
	opacity: 1;
	color:#fff;
}
.modal-footer {
	padding:10px 35px!important;
}
@media screen and (max-width: 992px) {
.modal-dialog {
    width: 100%!important;
    margin: 0px auto!important;
  }
.modal-content {
	min-height:600px;
	height:100%;
}
}*/