@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    src: local('Open Sans'), local('OpenSans'), url("fonts/OpenSans.woff2") format('woff2');
}
@font-face {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    src: local('Open Sans Bold'), local('OpenSans-Bold'), url("fonts/OpenSans-Bold.woff2") format('woff2');
}
body {
    background: #fff;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    position: relative;
}
html, body {
    width: 100%;
    overflow-x: hidden;
    height: 100%;
}
.post-masonry img {
    width: 100%;
    display: block;
}
h1, h2, h3, h4, h5 {
    font-weight: bold;
}
h1 {
	color:#f6921e;
    font-size: 62px;
    line-height: 72px;
}
h2 {
    color: #323232;
    font-size: 26px;
    line-height: 42px;
    letter-spacing: 1px;
    padding-bottom: 12px;
}
h3 {
    color: #002856;
    font-size: 16px;
    letter-spacing: 26px;
    letter-spacing: 2px;
}
h5 {
    color: #00a99d;
    line-height: 28px;
    letter-spacing: 2px;
}
p {
    font-size: 16px;
    letter-spacing: 0.9px;
    line-height: 32px;
}
#testimonial, #blog, #counter, #contact, #price, #services {
    padding-top: 120px;
    padding-bottom: 120px;
}
#about h3 {
    padding-bottom: 12px;
}
.parallax-section {
    background-attachment: fixed !important;
    background-size: cover !important;
}
.feature-icon-wrap .left-side-icon {
    float: left;
}
.feature-icon-wrap .left-side-icon .front-icon {
    font-size: 3em;
    color: #00a99d;
}
.services-icons .left-side-icon i {
    width: 70px;
    height: 70px;
    line-height: 70px;
    display: inline-block;
    text-align: center;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    border: 1px solid #00a99d;
}
.feature-icon-wrap .features-text-right {
    padding-left: 40px;
    overflow: hidden;
}
.navbar-default {
    background: #fff;
    border: none;
    box-shadow: 0px 2px 8px 0px rgba(50, 50, 50, 0.04);
    margin: 0 !important;
	opacity:1 !important;
	top:0px !important;
}
.navbar-default .navbar-brand {
    font-size: 20px;
    font-weight: bold;
    margin: 0;
}
.navbar-default li {
    margin: 15px 20px;
}
.navbar-default .navbar-nav li a {
    color: #303030;
    font-size: 12px;
    font-weight: bold;
    padding: 0px;
}
.navbar-default .navbar-nav li a:hover {
    color: #00a99d;
}
.navbar-default .navbar-nav >li >a:hover, .navbar-default .navbar-nav >li >a:focus {
    color: #303030;
    background-color: transparent;
}
.navbar-default .navbar-nav >.active >a, .navbar-default .navbar-nav >.active >a:hover, .navbar-default .navbar-nav >.active >a:focus {
    color: #00a99d;
    background-color: transparent;
}
.navbar-default .navbar-toggle {
    border: none;
    padding-top: 12px;
}
.navbar-default .navbar-toggle .icon-bar {
    background: #00a99d;
    border-color: transparent;
}
.navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus {
    background-color: transparent;
}
#home {
    background-image: url('../images/bg-3.jpg');
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
/*    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;*/
    height: 100%;
    text-align: center;
    background-attachment: fixed;
}
.content-table{
    width: 100%;
    height: 100%;
    position: relative;
    display: table;
    
}
.content-vm{
    width: 100%;
    display: table-cell;
    vertical-align: middle;
}
#home .btn-danger {
    background: #002856 !important;
    margin-right: 20px;
}
#home .btn-danger:hover {
    background: #f6921e !important;
}
#home .btn {
    background: #002856;
    border-color: transparent;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    padding: 14px 52px;
    margin-top: 40px;
    transition: all 0.4s ease-in-out;
}
#home .btn:hover {
    background: #f6921e;
}
#testimonial .item {
    text-align: center;
    display: block;
    width: 100%;
    padding-bottom: 62px;
}
#testimonial .item img {
    display: inline-block;
    width:200px;
}
#about .container {
    width: 100%;
    padding: 0px;
    margin: 0px;
}
#about .col-md-6 {
    padding: 0;
}
#about .about-des {
    padding: 65px;
}
#about .about-des h3 {
    font-size: 26px;
}
#about .about-des h4 {
    font-size: 20px;
}
#about .about-des p {
    font-size: 16px;
    line-height: 32px;
}
#blog h2, #blog h4 {
    text-align: center;
}
#blog h2 {
    padding-bottom: 12px;
    font-size: 32px;
}
#blog h4 {
    padding-bottom: 32px;
    letter-spacing: 0.9px;
}
#blog p {
    padding-top: 10px;
    font-size: 14px;
    line-height: 28px;
}
#blog .blog-wrapper {
    background: #fff;
    border: 1px solid #f0f0f0;
    padding: 20px;
    margin-top: 20px;
    margin-bottom: 20px;
}
#blog .blog-wrapper h3 a {
    color: #000;
}
#counter {
    background-image: url('../images/counter-bg.jpg');
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
#counter .counter-number {
    color: #00a99d;
    font-size: 32px;
}
#counter .counter-text {
    color: #fff;
    letter-spacing: 2px;
}
#contact {
    background-image: url('../images/contact-bg.jpg');
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
    background-position: center;
    background-attachment: fixed;
}
#contact .form-control {
    background: transparent;
    border-color: #fff;
    color: #fff;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 22px;
    transition: all 0.4s ease-in-out;
    padding: 10px;
    height: auto;
}
#contact input[type="submit"] {
    background: #000;
    border: none;
    border-radius: 4px;
    font-weight: bold;
    letter-spacing: 1px;
    height: 50px;
    margin-top: 10px;
}
#contact input[type="submit"]:hover {
    background: #00a99d;
}
.form-control::-moz-placeholder {
    color: #fff;
    opacity: 1;
}
.form-control:-ms-input-placeholder {
    color: #fff;
}
.form-control::-webkit-input-placeholder {
    color: #fff;
}
#contact .contact-detail {
    background: rgba(250, 250, 250, 0.75);
    padding: 34px 10px 34px 60px;
}
#contact .contact-detail h2 {
    padding-bottom: 28px;
}
#contact .contact-detail div {
    padding-bottom: 10px;
}
footer {
    padding-top: 10px;
    padding-bottom: 10px;
	background: #202121;
}
footer p {
    padding-right: 40px;
    padding-bottom: 20px;
    font-size: 14px;
	color: #dddddf;
}
footer h2
{
	color: #dddddf;
}
footer a {
    color: #dddddf;
}
footer a:hover {
    color: #00a99d;
    text-decoration: none;
}
.link-list a {
    color: #dddddf;
    display: block;
    padding-top: 4px;
    padding-bottom: 4px;
}
.social-icon {
    padding: 0;
    margin: 0;
}
.social-icon li {
    list-style: none;
    display: inline-block;
}
.social-icon li a {
    background: #3c3c3c;
    border-radius: 100%;
    color: #fff;
    font-size: 18px;
    line-height: 32px;
    width: 32px;
    height: 32px;
    text-align: center;
    text-decoration: none;
    transition: all 0.4s ease-in-out;
    margin-right: 2px;
}
.social-icon li a:hover {
    background: #00a99d;
}
@media (max-width:1280px) {
    #about .about-des {
    padding: 40px;
}
#about .about-des h3 {
    font-size: 20px;
}
#about .about-des h4 {
    font-size: 16px;
}
#about .about-des p {
    font-size: 13px;
    line-height: 24px;
}
}@media (max-width:768px) {
    h1 {
    font-size: 53px;
}
#counter .counter-item {
    padding-top: 20px;
    padding-bottom: 20px;
}
}@media (max-width:650px) {
    h1 {
    font-size: 40px;
}
}@media (max-width:450px) {
    h1 {
    font-size: 28px;
    line-height: 38px;
}
#home h5 {
    font-size: 11px;
}
#home .btn {
    display: inline-block;
    padding: 14px 32px;
}
}@media (max-width:375px) {
    h1 {
    font-size: 24px;
    line-height: 34px;
}
#home h5 {
    font-size: 9px;
}
}
	
	
		
		/* COMMON PRICING STYLES */
			.panel.price,
			.panel.price>.panel-heading{
				border-radius:0px;
				 -moz-transition: all .3s ease;
				-o-transition:  all .3s ease;
				-webkit-transition:  all .3s ease;
			}
			.panel.price:hover{
				box-shadow: 0px 0px 30px rgba(0,0,0, .2);
			}
			.panel.price:hover>.panel-heading{
				box-shadow: 0px 0px 30px rgba(0,0,0, .2) inset;
			}
			
					
			.panel.price>.panel-heading{
				box-shadow: 0px 5px 0px rgba(50,50,50, .2) inset;
				text-shadow:0px 3px 0px rgba(50,50,50, .6);
			}
				
			.price .list-group-item{
				border-bottom-:1px solid rgba(250,250,250, .5);
			}
			
			.panel.price .list-group-item:last-child {
				border-bottom-right-radius: 0px;
				border-bottom-left-radius: 0px;
			}
			.panel.price .list-group-item:first-child {
				border-top-right-radius: 0px;
				border-top-left-radius: 0px;
			}
			
			.price .panel-footer {
				color: #fff;
				border-bottom:0px;
				background-color:  rgba(0,0,0, .1);
				box-shadow: 0px 3px 0px rgba(0,0,0, .3);
			}
			
			
			.panel.price .btn{
				box-shadow: 0 -1px 0px rgba(50,50,50, .2) inset;
				border:0px;
			}
			.price h3 {
			    color: #fff;
			    font-size: 26px;
			   
}
.panel.price.active {
    box-shadow: 0px 0px 30px rgba(0,0,0, .2);
}
		/* green panel */
		
			
			.price.panel-green>.panel-heading {
				color: #fff;
				background-color: #57AC57;
				border-color: #71DF71;
				border-bottom: 1px solid #71DF71;
			}
			
				
			.price.panel-green>.panel-body {
				color: #fff;
				background-color: #65C965;
			}
					
			
			.price.panel-green>.panel-body .lead{
					
			}
			
			.price.panel-green .list-group-item {
				color: #333;
				background-color: rgba(50,50,50, .01);
				font-weight:600;
				
			}
			
			/* blue panel */
		
			
			.price.panel-blue>.panel-heading {
				color: #fff;
				background-color: #608BB4;
				border-color: #78AEE1;
				border-bottom: 1px solid #78AEE1;
			}
			
				
			.price.panel-blue>.panel-body {
				color: #fff;
				background-color: #73A3D4;
			}
					
			
			.price.panel-blue>.panel-body .lead{
					
			}
			
			.price.panel-blue .list-group-item {
				color: #333;
				background-color: rgba(50,50,50, .01);
				font-weight:600;
				
			}
			
			/* red price */
			
		
			.price.panel-red>.panel-heading {
				color: #fff;
				background-color: #D04E50;
				border-color: #FF6062;
				border-bottom: 1px solid #FF6062;
			}
			
				
			.price.panel-red>.panel-body {
				color: #fff;
				background-color: #EF5A5C;
			}
			
			
			
			
			.price.panel-red>.panel-body .lead{
					
			}
			
			.price.panel-red .list-group-item {
				color: #333;
				background-color: rgba(50,50,50, .01);
				font-weight:600;
				
			}
			
			/* grey price */
			
		
			.price.panel-grey>.panel-heading {
				color: #fff;
				background-color: #6D6D6D;
				border-color: #B7B7B7;
				border-bottom: 1px solid #B7B7B7;
			}
			
				
			.price.panel-grey>.panel-body {
				color: #fff;
				background-color: #808080;
			}
			
	
			
			.price.panel-grey>.panel-body .lead{
					
			}
			
			.price.panel-grey .list-group-item {
				color: #333;
				background-color: rgba(50,50,50, .01);
				font-weight:600;
				
			}
			
			/* white price */
			
		
			.price.panel-white>.panel-heading {
				color: #333;
				background-color: #f9f9f9;
				border-color: #ccc;
				border-bottom: 1px solid #ccc;
				
			}
			
			.panel.panel-white.price:hover>.panel-heading{
				box-shadow: 0px 0px 30px rgba(0,0,0, .05) inset;
			}
				
			.price.panel-white>.panel-body {
				color: #fff;
				background-color: #dfdfdf;
			}
					
			.price.panel-white>.panel-body .lead{
					
					color:#666;
			}
			
			.price:hover.panel-white>.panel-body .lead{
					
					color:#333;
			}
			
			.price.panel-white .list-group-item {
				color: #333;
				background-color: rgba(50,50,50, .01);
				font-weight:600;
				
		}
                
                @media(max-width:767px){
                    html,body{
                        height: 100%;
                    }
                    #home{
height: 100%;
background-position: bottom right !important;
background-attachment: scroll !important;
background-size: cover;
                    }
                    #contact{
                       background-position: bottom right !important;
background-attachment: scroll !important; 
background-size: cover;
                    }
                }